From 3fb59618a023ca872cc6d4d1fa3ce28ad58a1378 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:12:40 +0300 Subject: [PATCH 01/61] user mtuchi@openfn.org initiated a sync from Lightning --- ...dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml | 156 +---------- ...d57-9a3c-4318-bdcb-f57a386cf811-state.json | 249 ++++++------------ 2 files changed, 94 insertions(+), 311 deletions(-) diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml index fe3130d..a361c3b 100644 --- a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml +++ b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml @@ -1,4 +1,4 @@ -name: msf-lime-test +name: msf-lime-iraq-main description: null credentials: aleksa@openfn.org-AK-Sharepoint: @@ -13,12 +13,6 @@ credentials: mtuchi@openfn.org-OpenMRS-Demo: name: OpenMRS Demo owner: mtuchi@openfn.org - 'mtuchi@openfn.org-OpenMRS-Demo-(HTTP)': - name: 'OpenMRS Demo (HTTP)' - owner: mtuchi@openfn.org - 'mtuchi@openfn.org-googlesheets-(mtuchi@openfn.org)-2': - name: 'googlesheets (mtuchi@openfn.org)-2' - owner: mtuchi@openfn.org mtuchi@openfn.org-mtuchi-github-token: name: mtuchi-github-token owner: mtuchi@openfn.org @@ -67,141 +61,6 @@ workflows: target_job: Save-option-set-json-to-github condition_type: on_job_success enabled: true - fhir-encounters: - name: fhir-encounters - jobs: - Fetch-FHIR-Encounters: - name: Fetch FHIR Encounters - adaptor: '@openfn/language-http@latest' - credential: 'mtuchi@openfn.org-OpenMRS-Demo-(HTTP)' - body: | - cursor("2024-09-29"); - - get( - "/ws/fhir2/R4/Encounter", - { query: { _count: 10, _lastUpdated: `ge${$.cursor}` }, parseAs: "json" }, - (state) => { - const { link, total } = state.data; - state.nextUrl = link - .find((l) => l.relation === "next") - ?.url.replace(/(_count=)\d+/, `$1${total}`); - - state.encounters = state.data; - return state; - } - ); - - fnIf( - $.nextUrl, - get($.nextUrl, { parseAs: "json" }, (state) => { - delete state.encounters.link; - state.encounters.entry.push(...state.data.entry); - console.log(state.encounters.entry.length); - return state; - }) - ); - - triggers: - webhook: - type: webhook - enabled: true - edges: - webhook->Fetch-FHIR-Encounters: - source_trigger: webhook - target_job: Fetch-FHIR-Encounters - condition_type: always - enabled: true - sharepoint-test: - name: sharepoint-test - jobs: - New-job: - name: New job - adaptor: '@openfn/language-msgraph@latest' - credential: aleksa@openfn.org-AK-Sharepoint - body: | - - // Check out the Job Writing Guide for help getting started: - // https://docs.openfn.org/documentation/jobs/job-writing-guide - get('sites/root/lists') - - triggers: - webhook: - type: webhook - enabled: true - edges: - webhook->New-job: - source_trigger: webhook - target_job: New-job - condition_type: always - enabled: true - wf-3-generate-optsmap: - name: wf-3-generate-optsmap - jobs: - Fetch-OptionSets-Metadata: - name: Fetch OptionSets Metadata - adaptor: '@openfn/language-googlesheets@latest' - credential: 'mtuchi@openfn.org-googlesheets-(mtuchi@openfn.org)-2' - body: | - - getValues('1OuR7laA7Oc2QnoiT8S3Thhf-HNh7uFY8ILLEu-idXuk', - 'optionsets_oct1') - - Key-Value-Pair: - name: Key Value Pair - adaptor: '@openfn/language-common@latest' - credential: null - body: | - fn((state) => { - const [keys, ...rows] = state.data.values; - state.data = rows.map((item) => { - const obj = item.reduce((acc, value, idx) => { - acc[keys[idx]] = value; - return acc; - }, {}); - - return obj; - }); - - return state; - }); - - fn((state) => { - const isValidValue = value => value !== "" && value !== "NA"; - const optsMap = state.data.filter(o => - isValidValue(o["External ID"]) && isValidValue(o["DHIS2 DE full name"]) - ) - .map((o) => { - return { - "value.display - Answers": o["Answers"], - "value.uuid - External ID": o["External ID"], - "DHIS2 DE full name": o["DHIS2 DE full name"], - "DHIS2 DE UID": o["DHIS2 DE UID"], - "OptionSet name": o["OptionSet name"], - "DHIS2 Option Set UID": o["DHIS2 Option Set name"], - "DHIS2 Option name": o["DHIS2 Option name"], - "DHIS2 Option UID": o["DHIS2 Option UID"], - "DHIS2 Option Code": o["DHIS2 Option code"], - }; - }) - - return { optsMap }; - }); - - triggers: - webhook: - type: webhook - enabled: false - edges: - webhook->Fetch-OptionSets-Metadata: - source_trigger: webhook - target_job: Fetch-OptionSets-Metadata - condition_type: always - enabled: true - Fetch-OptionSets-Metadata->Key-Value-Pair: - source_job: Fetch-OptionSets-Metadata - target_job: Key-Value-Pair - condition_type: on_job_success - enabled: true wf1-dhis2-omrs-migration: name: wf1-dhis2-omrs-migration jobs: @@ -308,8 +167,8 @@ workflows: body: path: workflows/wf2/2-mappings.js - Update-TEIs: - name: Update TEIs + Update-TEIs-with-Sex: + name: Update TEIs with Sex adaptor: '@openfn/language-dhis2@5.0.1' credential: mtuchi@openfn.org-MSF-DHIS2-UAT body: @@ -343,6 +202,11 @@ workflows: state.encounters.length > 0 enabled: true + Get-Options-Map->Get-TEIs: + source_job: Get-Options-Map + target_job: Get-TEIs + condition_type: on_job_success + enabled: true Get-TEIs->Create-Events: source_job: Get-TEIs target_job: Create-Events @@ -366,9 +230,9 @@ workflows: state.patients.length > 0 && !state.errors enabled: true - Create-Events->Update-TEIs: + Create-Events->Update-TEIs-with-Sex: source_job: Create-Events - target_job: Update-TEIs + target_job: Update-TEIs-with-Sex condition_type: js_expression condition_label: has-gender-updated condition_expression: | diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json index 7dcdc4f..6261229 100644 --- a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json +++ b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json @@ -1,60 +1,41 @@ { - "id": "69066751-5f2c-459c-b42e-feba1c802383", - "name": "msf-lime-test", + "id": "cd92dd57-9a3c-4318-bdcb-f57a386cf811", + "name": "msf-lime-iraq-main", "description": null, "inserted_at": "2024-09-05T06:59:05Z", - "updated_at": "2024-10-23T11:00:56Z", - "project_credentials": null, + "updated_at": "2024-12-16T10:49:46Z", "scheduled_deletion": null, - "history_retention_period": null, + "history_retention_period": 365, "dataclip_retention_period": null, "retention_policy": "retain_all", - "workflows": { - "wf-3-generate-optsmap": { - "id": "29376a74-d299-4066-9e78-271ca1777734", - "name": "wf-3-generate-optsmap", - "inserted_at": "2024-10-01T10:40:51.613510Z", - "lock_version": 35, - "triggers": { - "webhook": { - "enabled": false, - "id": "f970fb25-0dd8-4a90-80ef-aa95b11d6277", - "type": "webhook" - } - }, - "jobs": { - "Fetch-OptionSets-Metadata": { - "id": "ad22c664-8138-4536-8e57-7c5d90139c62", - "name": "Fetch OptionSets Metadata", - "body": "\ngetValues('1OuR7laA7Oc2QnoiT8S3Thhf-HNh7uFY8ILLEu-idXuk', \n'optionsets_oct1')\n", - "adaptor": "@openfn/language-googlesheets@latest", - "project_credential_id": "1e8b261f-54f8-49d0-b504-d96fc8751665" - }, - "Key-Value-Pair": { - "id": "ba19bc93-8f07-480f-80df-ee3f0b0d27e0", - "name": "Key Value Pair", - "body": "fn((state) => {\n const [keys, ...rows] = state.data.values;\n state.data = rows.map((item) => {\n const obj = item.reduce((acc, value, idx) => {\n acc[keys[idx]] = value;\n return acc;\n }, {});\n\n return obj;\n });\n\n return state;\n});\n\nfn((state) => {\n const isValidValue = value => value !== \"\" && value !== \"NA\";\n const optsMap = state.data.filter(o =>\n isValidValue(o[\"External ID\"]) && isValidValue(o[\"DHIS2 DE full name\"])\n )\n .map((o) => {\n return {\n \"value.display - Answers\": o[\"Answers\"],\n \"value.uuid - External ID\": o[\"External ID\"],\n \"DHIS2 DE full name\": o[\"DHIS2 DE full name\"],\n \"DHIS2 DE UID\": o[\"DHIS2 DE UID\"],\n \"OptionSet name\": o[\"OptionSet name\"],\n \"DHIS2 Option Set UID\": o[\"DHIS2 Option Set name\"],\n \"DHIS2 Option name\": o[\"DHIS2 Option name\"],\n \"DHIS2 Option UID\": o[\"DHIS2 Option UID\"],\n \"DHIS2 Option Code\": o[\"DHIS2 Option code\"],\n };\n })\n\n return { optsMap };\n});\n", - "adaptor": "@openfn/language-common@latest", - "project_credential_id": null - } - }, - "edges": { - "webhook->Fetch-OptionSets-Metadata": { - "enabled": true, - "id": "0bbc2e2f-b56f-463e-85f6-fefb2c15bfe3", - "source_trigger_id": "f970fb25-0dd8-4a90-80ef-aa95b11d6277", - "condition_type": "always", - "target_job_id": "ad22c664-8138-4536-8e57-7c5d90139c62" - }, - "Fetch-OptionSets-Metadata->Key-Value-Pair": { - "enabled": true, - "id": "1a95d2d5-7d2f-4608-80cc-ec0df2a0ffd7", - "source_job_id": "ad22c664-8138-4536-8e57-7c5d90139c62", - "condition_type": "on_job_success", - "target_job_id": "ba19bc93-8f07-480f-80df-ee3f0b0d27e0" - } - } + "project_credentials": { + "mtuchi@openfn.org-OpenMRS-Demo": { + "id": "3141d874-5456-4168-9680-ce04efb1089c", + "name": "OpenMRS Demo", + "owner": "mtuchi@openfn.org" + }, + "mtuchi@openfn.org-MSF-DHIS2-UAT": { + "id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d", + "name": "MSF DHIS2 UAT", + "owner": "mtuchi@openfn.org" + }, + "aleksa@openfn.org-AK-Sharepoint": { + "id": "2eace4af-4e52-484c-82b0-ffb1717c259d", + "name": "AK Sharepoint", + "owner": "aleksa@openfn.org" + }, + "mtuchi@openfn.org-mtuchi-github-token": { + "id": "6533e534-6ad8-4651-b27d-245b8cbb69d8", + "name": "mtuchi-github-token", + "owner": "mtuchi@openfn.org" }, + "mtuchi@openfn.org-OpenFnSharepoint": { + "id": "3dd044bb-6a0e-4f16-a80d-836a39f95b40", + "name": "OpenFnSharepoint", + "owner": "mtuchi@openfn.org" + } + }, + "workflows": { "wf1-dhis2-omrs-migration": { "id": "94e04fb5-d5ae-45ad-be31-98b902f36861", "name": "wf1-dhis2-omrs-migration", @@ -132,73 +113,70 @@ } } }, - "sharepoint-test": { - "id": "5e9057f9-317d-41f5-9b8d-f54a3b3cdc54", - "name": "sharepoint-test", - "inserted_at": "2024-10-17T21:25:31.362995Z", - "lock_version": 3, + "fetch-metadata-and-generate-opts-json": { + "id": "57a7ef39-d396-4959-a725-85c4bef08c6a", + "name": "fetch-metadata-and-generate-opts-json", + "inserted_at": "2024-10-28T08:26:44.955206Z", + "lock_version": 12, "triggers": { "webhook": { "enabled": true, - "id": "19fa5083-9c46-44c0-8eec-06e8e2cf393d", + "id": "e86ca050-ad88-4936-8c14-6eac23922017", "type": "webhook" } }, "jobs": { - "New-job": { - "id": "4fd442b9-cda7-4fe5-8453-13e2c4f932e3", - "name": "New job", - "body": "\n// Check out the Job Writing Guide for help getting started:\n// https://docs.openfn.org/documentation/jobs/job-writing-guide\nget('sites/root/lists')\n", + "Get-metadata-file-from-Sharepoint": { + "id": "c9712182-a389-4664-8e10-f275f87fb478", + "name": "Get metadata file from Sharepoint", + "body": "const toCamelCase = text => {\n return text\n .toLowerCase()\n .replace(/[^a-zA-Z0-9]+(.)/g, (match, chr) => chr.toUpperCase());\n};\n\nconst sheets = [\n 'OptionSets',\n 'F01-MHPSS Baseline',\n 'F02-MHPSS Follow-up',\n 'F03-mhGAP Baseline',\n 'F04-mhGAP Follow-up',\n 'F05-MHPSS Closure',\n];\n\nfn(state => {\n state.siteId =\n 'openfnorg.sharepoint.com,4724a499-afbc-4ded-a371-34ae40bf5d8d,1d20a7d4-a6f1-407c-aa77-76bd47bb0f32';\n return state;\n});\n\ngetDrive(\n {\n id: $.siteId,\n owner: 'sites',\n },\n 'default'\n);\n\ngetFile('/msf-metadata/LIME EMR - Iraq Metadata - Release 1.xlsx', {\n metadata: true,\n});\n\nfn(state => {\n const itemId = state.data.id;\n const driveId = state.drives.default.id;\n state.workbookBase = `sites/${state.siteId}/drives/${driveId}/items/${itemId}/workbook`;\n return state;\n});\n\neach(\n sheets,\n get(`${$.workbookBase}/worksheets('${$.data}')/usedRange`, {}, state => {\n const sheetName = toCamelCase(state.references.at(-1));\n console.log('Fetched sheet: ', sheetName);\n state[sheetName] = state.data.values;\n return state;\n })\n);\n\nfn(state => {\n delete state.data;\n delete state.response;\n delete state.references;\n return state;\n});\n", "adaptor": "@openfn/language-msgraph@latest", - "project_credential_id": "2eace4af-4e52-484c-82b0-ffb1717c259d" + "project_credential_id": null + }, + "Map-metadata-file-to-option-set-Json-format": { + "id": "bbc012b5-4811-4354-888c-f10b0294901d", + "name": "Map metadata file to option-set Json format", + "body": "const isValidValue = value => value !== '' && value !== 'NA';\n\nconst mapArrayToObject = (item, keys) => {\n return item.reduce((acc, value, idx) => {\n acc[keys[idx]] = value;\n return acc;\n }, {});\n};\nfn(state => {\n const { optionsets } = state;\n const keys = optionsets[1];\n\n const optsMap = optionsets.slice(2).map(item => mapArrayToObject(item, keys));\n\n state.optionSets = optsMap\n .filter(\n o =>\n isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE full name'])\n )\n .map(o => {\n return {\n 'value.display - Answers': o['Answers'],\n 'value.uuid - External ID': o['External ID'],\n 'DHIS2 DE full name': o['DHIS2 DE full name'],\n 'DHIS2 DE UID': o['DHIS2 DE UID'],\n 'OptionSet name': o['OptionSet name'],\n 'DHIS2 Option Set UID': o['DHIS2 Option Set name'],\n 'DHIS2 Option name': o['DHIS2 Option name'],\n 'DHIS2 Option UID': o['DHIS2 Option UID'],\n 'DHIS2 Option Code': o['DHIS2 Option code'],\n };\n });\n\n return state;\n});\n\nconst safeKeyValuePairs = arr => {\n if (arr === null || arr === undefined) {\n return arr;\n }\n const mappedArr = arr.slice(2).map(item => mapArrayToObject(item, arr[1]));\n try {\n return mappedArr\n .filter(\n o => isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE UID'])\n )\n .reduce((acc, value) => {\n acc[value['DHIS2 DE UID']] = value['External ID'];\n return acc;\n }, {});\n } catch (error) {\n console.error(`Error processing ${arr}:`, error);\n return arr; // Return original value if processing fails\n }\n};\n\nfn(\n ({\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n }) => {\n const processedState = Object.fromEntries(\n Object.entries({\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n }).map(([key, value]) => [key, safeKeyValuePairs(value)])\n );\n\n return {\n optionSets,\n ...processedState,\n };\n }\n);\n", + "adaptor": "@openfn/language-common@latest", + "project_credential_id": null + }, + "Save-option-set-json-to-github": { + "id": "56f67a06-cf99-42b5-81c5-49c058b5126c", + "name": "Save option-set json to github", + "body": "const metadataPath =\n 'repos/OpenFn/openfn-lime-pilot/contents/metadata/metadata_mapping.json';\n\nget(metadataPath, {\n headers: {\n 'user-agent': 'OpenFn',\n },\n});\n\nfn(state => {\n const {\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n data,\n } = state;\n\n state.body = {\n message: 'Update metadata content',\n committer: {\n name: 'Emmanuel Evance',\n email: 'mtuchidev@gmail.com',\n },\n content: util.encode(\n JSON.stringify({\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n })\n ),\n sha: data.sha,\n };\n\n return state;\n});\n\nput(metadataPath, {\n body: $.body,\n headers: {\n Accept: 'application/vnd.github+json',\n 'X-GitHub-Api-Version': '2022-11-28',\n 'user-agent': 'OpenFn',\n },\n});\n", + "adaptor": "@openfn/language-http@latest", + "project_credential_id": null } }, "edges": { - "webhook->New-job": { + "webhook->Get-metadata-file-from-Sharepoint": { "enabled": true, - "id": "f0a1ad68-f060-4234-8821-0d4514b8a9c6", - "source_trigger_id": "19fa5083-9c46-44c0-8eec-06e8e2cf393d", + "id": "a1a8243d-dfe8-48ff-88ab-793f4176e2ce", + "source_trigger_id": "e86ca050-ad88-4936-8c14-6eac23922017", "condition_type": "always", - "target_job_id": "4fd442b9-cda7-4fe5-8453-13e2c4f932e3" - } - } - }, - "fhir-encounters": { - "id": "81039c3a-0415-4330-8283-6488a17b9151", - "name": "fhir-encounters", - "inserted_at": "2024-10-17T21:25:31.365368Z", - "lock_version": 48, - "triggers": { - "webhook": { + "target_job_id": "c9712182-a389-4664-8e10-f275f87fb478" + }, + "Get-metadata-file-from-Sharepoint->Map-metadata-file-to-option-set-Json-format": { "enabled": true, - "id": "fc5137c9-6239-4f95-802c-789a8c885e01", - "type": "webhook" - } - }, - "jobs": { - "Fetch-FHIR-Encounters": { - "id": "2c3fe742-6630-4282-872a-ca07f8dc2a71", - "name": "Fetch FHIR Encounters", - "body": "cursor(\"2024-09-29\");\n\nget(\n \"/ws/fhir2/R4/Encounter\",\n { query: { _count: 10, _lastUpdated: `ge${$.cursor}` }, parseAs: \"json\" },\n (state) => {\n const { link, total } = state.data;\n state.nextUrl = link\n .find((l) => l.relation === \"next\")\n ?.url.replace(/(_count=)\\d+/, `$1${total}`);\n\n state.encounters = state.data;\n return state;\n }\n);\n\nfnIf(\n $.nextUrl,\n get($.nextUrl, { parseAs: \"json\" }, (state) => {\n delete state.encounters.link;\n state.encounters.entry.push(...state.data.entry);\n console.log(state.encounters.entry.length);\n return state;\n })\n);\n", - "adaptor": "@openfn/language-http@latest", - "project_credential_id": "bee87abc-7dcf-4b66-a84f-61f9677a25b0" - } - }, - "edges": { - "webhook->Fetch-FHIR-Encounters": { + "id": "22252bb8-2e4c-422e-8aa3-667b04d67400", + "source_job_id": "c9712182-a389-4664-8e10-f275f87fb478", + "condition_type": "on_job_success", + "target_job_id": "bbc012b5-4811-4354-888c-f10b0294901d" + }, + "Map-metadata-file-to-option-set-Json-format->Save-option-set-json-to-github": { "enabled": true, - "id": "773d2d84-80e2-46af-8c01-b331f99590e4", - "source_trigger_id": "fc5137c9-6239-4f95-802c-789a8c885e01", - "condition_type": "always", - "target_job_id": "2c3fe742-6630-4282-872a-ca07f8dc2a71" + "id": "3342bdc4-487d-49d2-839c-3c6d7835af8f", + "source_job_id": "bbc012b5-4811-4354-888c-f10b0294901d", + "condition_type": "on_job_success", + "target_job_id": "56f67a06-cf99-42b5-81c5-49c058b5126c" } } }, "wf2-omrs-dhis2": { "id": "0f8ec062-1a2d-4f13-a8c5-b8298004512c", "name": "wf2-omrs-dhis2", - "inserted_at": "2024-10-23T11:00:56.860785Z", - "lock_version": 182, + "inserted_at": "2024-11-06T13:23:37.311975Z", + "lock_version": 184, "triggers": { "cron": { "enabled": false, @@ -220,14 +198,14 @@ "name": "Upsert TEIs", "body": "const buildPatientsUpsert = (state, patient, isNewPatient) => {\n const { nationalityMap, statusMap, placeOflivingMap, genderOptions } = state;\n const DHIS2_PATIENT_NUMBER = '8d79403a-c2cc-11de-8d13-0010c6dffd0f'; //DHIS2 ID or DHIS2 Patient Number\n const OPENMRS_AUTO_ID = '05a29f94-c0ed-11e2-94be-8c13b969e334'; //MSF ID or OpenMRS Patient Number\n const dateCreated = patient.auditInfo.dateCreated.substring(0, 10);\n const findIdentifierByUuid = (identifiers, targetUuid) =>\n identifiers.find(i => i.identifierType.uuid === targetUuid)?.identifier;\n\n const enrollments = [\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n programStage: 'MdTtRixaC1B',\n enrollmentDate: dateCreated,\n },\n ];\n\n const payload = {\n query: {\n ou: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], //upsert on omrs.patient.uid\n },\n data: {\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n {\n attribute: 'fa7uwpCKIwa',\n value: patient.person?.names[0]?.givenName,\n },\n {\n attribute: 'Jt9BhFZkvP2',\n value: patient.person?.names[0]?.familyName,\n },\n {\n attribute: 'P4wdYGkldeG', //DHIS2 ID ==> \"Patient Number\"\n value:\n findIdentifierByUuid(patient.identifiers, DHIS2_PATIENT_NUMBER) ||\n findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID), //map OMRS ID if no DHIS2 id\n },\n {\n attribute: 'ZBoxuExmxcZ', //MSF ID ==> \"OpenMRS Patient Number\"\n value: findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID),\n },\n {\n attribute: 'AYbfTPYMNJH', //\"OpenMRS Patient UID\"\n value: patient.uuid,\n },\n {\n attribute: 'qptKDiv9uPl',\n value: genderOptions[patient.person.gender],\n },\n {\n attribute: 'T1iX2NuPyqS',\n value: patient.person.age,\n },\n {\n attribute: 'WDp4nVor9Z7',\n value: patient.person.birthdate.slice(0, 10),\n },\n {\n attribute: 'rBtrjV1Mqkz', //Place of living\n value: placeOflivingMap[patient.person?.addresses[0]?.cityVillage],\n },\n {\n attribute: 'Xvzc9e0JJmp', //nationality\n value:\n nationalityMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n '24d1fa23-9778-4a8e-9f7b-93f694fc25e2'\n )?.value?.uuid\n ], //input.attributeType = \"24d1fa23-9778-4a8e-9f7b-93f694fc25e2\"\n },\n {\n attribute: 'YUIQIA2ClN6', //current status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'e0b6ed99-72c4-4847-a442-e9929eac4a0f'\n )?.value?.uuid\n ], //input.attributeType = \"e0b6ed99-72c4-4847-a442-e9929eac4a0f\"\n },\n // TODO: Qq6xQ2s6LO8 has an error, Aleksa to ask the client\n {\n attribute: 'Qq6xQ2s6LO8', //legal status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1'\n )?.value?.uuid\n ], //input.attributeType = \"a9b2c642-097f-43f8-b96b-4d2f50ffd9b1\"\n },\n {\n attribute: 'FpuGAOu6itZ', //marital status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n '3884dc76-c271-4bcb-8df8-81c6fb897f53'\n )?.value?.uuid\n ], //input.attributeType = \"3884dc76-c271-4bcb-8df8-81c6fb897f53\"\n },\n {\n attribute: 'v7k4OcXrWR8', //employment status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e'\n )?.value?.uuid\n ], //input.attributeType = \"dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e\"\n },\n {\n attribute: 'SVoT2cVLd5O', //Number of children\n value: patient.person.attributes.find(\n a => a.attributeType.uuid === 'e363161a-9d5c-4331-8463-238938f018ed'\n )?.value, //input.attributeType = \"e363161a-9d5c-4331-8463-238938f018ed\"\n },\n ],\n },\n };\n\n console.log('mapped dhis2 payloads:: ', JSON.stringify(payload, null, 2));\n\n if (isNewPatient) {\n console.log('create enrollment');\n payload.data.enrollments = enrollments;\n }\n\n return payload;\n};\n\nconst delay = ms => new Promise(resolve => setTimeout(resolve, ms));\n\neach(\n '$.patients[*]',\n get(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n filter: [`AYbfTPYMNJH:Eq:${$.data?.uuid}`],\n program: 'w9MSPn5oSqp',\n },\n {},\n async state => {\n const patient = state.references.at(-1);\n console.log(patient.uuid, 'patient uuid');\n\n const isNewPatient = state.data.instances.length === 0;\n\n state.patientsUpsert ??= [];\n state.patientsUpsert.push(\n buildPatientsUpsert(state, patient, isNewPatient)\n );\n await delay(2000);\n return state;\n }\n )\n);\n\n// Upsert TEIs to DHIS2\neach(\n $.patientsUpsert,\n upsert('trackedEntityInstances', $.data.query, $.data.data)\n);\nfn(state => {\n const {\n data,\n response,\n references,\n patients,\n statusMap,\n patientsUpsert,\n nationalityMap,\n placeOflivingMap,\n genderOptions,\n ...next\n } = state;\n\n next.patientUuids = patients.map(p => p.uuid);\n return next;\n});\n", "adaptor": "@openfn/language-dhis2@5.0.1", - "project_credential_id": null + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" }, "Get-Encounters": { "id": "8fb577e5-d068-4d47-8172-81f08153ced9", "name": "Get Encounters", "body": "const formUuids = [\n '82db23a1-4eb1-3f3c-bb65-b7ebfe95b19b',\n '6a3e1e0e-dd13-3465-b8f5-ee2d42691fe5',\n 'be8c12f9-e6fd-369a-9bc7-46a191866f15',\n '48577ac5-d9c0-3000-9bac-075409b38336',\n 'ee6b1b06-3163-334a-8538-be69250af727',\n];\n// Fetch patient encounters then filter by cursor date\n// OpenMRS demo instance does not support querying ALL records (q=all)\neach(\n '$.patientUuids[*]',\n getEncounters({ patient: $.data, v: 'full' }, state => {\n const patientUuid = state.references.at(-1);\n const filteredEncounters = formUuids.map(formUuid =>\n state.data.results.filter(\n encounter =>\n encounter.encounterDatetime >= state.cursor &&\n encounter?.form?.uuid === formUuid\n )\n );\n\n state.encounters ??= [];\n state.encounters.push(\n filteredEncounters.map(encounters => encounters[0]).filter(e => e)\n );\n\n console.log(\n filteredEncounters.flat().length,\n `# of filtered encounters found in OMRS for ${patientUuid}`\n );\n\n return state;\n })\n);\n\n// Log filtered encounters\nfn(state => {\n const {\n data,\n index,\n response,\n encounters,\n references,\n patientUuids,\n ...next\n } = state;\n next.encounters = encounters.flat();\n console.log(next.encounters.length, '# of new encounters to sync to dhis2');\n\n return next;\n});\n", "adaptor": "@openfn/language-openmrs@4.0.0", - "project_credential_id": null + "project_credential_id": "3141d874-5456-4168-9680-ce04efb1089c" }, "Get-Options-Map": { "id": "175ac575-ea3d-470e-8faf-61de514e222e", @@ -241,14 +219,14 @@ "name": "Get TEIs", "body": "const delay = ms => new Promise(resolve => setTimeout(resolve, ms));\n\neach(\n '$.encounters[*]',\n get(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`AYbfTPYMNJH:Eq:${$.data.patient.uuid}`],\n fields: '*',\n },\n {},\n async state => {\n const encounter = state.references.at(-1);\n console.log(encounter.patient.uuid, 'Encounter patient uuid');\n\n const { trackedEntity, enrollments } = state.data?.instances?.[0] || {};\n if (trackedEntity && enrollments) {\n state.TEIs ??= {};\n state.TEIs[encounter.patient.uuid] = {\n trackedEntity,\n enrollment: enrollments[0]?.enrollment,\n };\n }\n\n await delay(2000);\n return state;\n }\n )\n);\n", "adaptor": "@openfn/language-dhis2@5.0.1", - "project_credential_id": null + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" }, "Create-Events": { "id": "932645d8-ddb8-4d00-841e-7fe7af214837", "name": "Create Events", "body": "const processAnswer = (answer, conceptUuid, dataElement, optionSets) => {\n // console.log('Has answer', conceptUuid, dataElement);\n return typeof answer.value === 'object'\n ? processObjectAnswer(answer, conceptUuid, dataElement, optionSets)\n : processOtherAnswer(answer, conceptUuid, dataElement);\n};\n\nconst processObjectAnswer = (answer, conceptUuid, dataElement, optionSets) => {\n if (isDiagnosisByPsychologist(conceptUuid, dataElement)) {\n return '' + answer.value.uuid === '278401ee-3d6f-4c65-9455-f1c16d0a7a98';\n }\n return findMatchingOption(answer, optionSets);\n};\n\nconst processOtherAnswer = (answer, conceptUuid, dataElement) => {\n if (isPhq9Score(answer.value, conceptUuid, dataElement)) {\n return getRangePhq(answer.value);\n }\n return answer.value;\n};\n\nconst processNoAnswer = (data, conceptUuid, dataElement) => {\n // console.log('No answer', conceptUuid, dataElement);\n if (isEncounterDate(conceptUuid, dataElement)) {\n return data.encounterDatetime.replace('+0000', '');\n }\n return '';\n};\n\nconst findMatchingOption = (answer, optionSets) => {\n const matchingOption = optionSets.find(\n o => o['value.uuid - External ID'] === answer.value.uuid\n )?.['DHIS2 Option Code'];\n\n return matchingOption || '';\n};\n\nconst isEncounterDate = (conceptUuid, dataElement) => {\n return (\n conceptUuid === 'encounter-date' &&\n ['CXS4qAJH2qD', 'I7phgLmRWQq', 'yUT7HyjWurN'].includes(dataElement)\n );\n};\n\nconst isDiagnosisByPsychologist = (conceptUuid, dataElement) =>\n conceptUuid === '722dd83a-c1cf-48ad-ac99-45ac131ccc96' &&\n dataElement === 'pN4iQH4AEzk';\n\nconst isPhq9Score = (value, conceptUuid, dataElement) =>\n typeof value === 'number' &&\n conceptUuid === '5f3d618e-5c89-43bd-8c79-07e4e98c2f23' &&\n dataElement === 'tsFOVnlc6lz';\n\nconst getRangePhq = input => {\n if (input >= 20) return '>20';\n if (input >= 15) return '15_19';\n if (input >= 10) return '10_14';\n if (input >= 5) return '5_9';\n return '0_4';\n};\n\nconst dataValuesMapping = (data, dataValueMap, optionSets) => {\n return Object.keys(dataValueMap)\n .map(dataElement => {\n const conceptUuid = dataValueMap[dataElement];\n const answer = data.obs.find(o => o.concept.uuid === conceptUuid);\n const value = answer\n ? processAnswer(answer, conceptUuid, dataElement, optionSets)\n : processNoAnswer(data, conceptUuid, dataElement);\n\n return { dataElement, value };\n })\n .filter(d => d);\n};\n\n// Prepare DHIS2 data model for create events\nfn(state => {\n state.encountersMapping = state.encounters.map(data => {\n const form = state.formMaps[data.form.uuid];\n const eventDate = data.encounterDatetime.replace('+0000', '');\n const { trackedEntity, enrollment } = state.TEIs[data.patient.uuid];\n\n const event = {\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityInstance: trackedEntity,\n enrollment,\n eventDate,\n };\n if (form) {\n return {\n ...event,\n programStage: form.programStage,\n dataValues: dataValuesMapping(data, form.dataValueMap, state.optionSets),\n };\n }\n });\n\n return state;\n});\n\n// Create events for each encounter\neach(\n '$.encountersMapping[*]',\n create(\n 'events',\n state => {\n console.log('dhis2 event to import:: ', state.data);\n return state.data;\n },\n {\n params: {\n dataElementIdScheme: 'UID',\n },\n }\n )\n);\n\nfn(state => {\n const latestGenderUpdate = state.encounters.reduce((acc, e) => {\n const answer = e.obs.find(\n o => o.concept.uuid === 'ec42d68d-3e23-43de-b8c5-a03bb538e7c7'\n );\n if (answer) {\n const personUuid = answer.person.uuid;\n if (\n !acc[personUuid] ||\n new Date(answer.obsDatetime) > new Date(acc[personUuid].obsDatetime)\n ) {\n acc[personUuid] = answer;\n }\n }\n return acc;\n }, {});\n\n state.genderUpdated = Object.values(latestGenderUpdate);\n\n return state;\n});\n\n// Return only lastRunDateTime\nfnIf(\n state => state.genderUpdated.length === 0,\n ({ lastRunDateTime }) => ({ lastRunDateTime })\n);\n", "adaptor": "@openfn/language-dhis2@5.0.1", - "project_credential_id": null + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" }, "Mappings": { "id": "79b58ab5-cb0a-44a5-b230-776b4016464a", @@ -257,12 +235,12 @@ "adaptor": "@openfn/language-common@latest", "project_credential_id": null }, - "Update-TEIs": { + "Update-TEIs-with-Sex": { "id": "b30b4200-d2f8-4c7a-827a-bec10c64fbc3", - "name": "Update TEIs", + "name": "Update TEIs with Sex", "body": "fn(state => {\n const { optionSets, genderUpdated, TEIs } = state;\n const genderMap = optionSets\n .filter(o => o['DHIS2 DE UID'] === 'qptKDiv9uPl')\n .reduce((acc, obj) => {\n acc[obj['value.display - Answers']] = obj['DHIS2 Option Code'];\n return acc;\n }, {});\n\n state.teisToUpdate = genderUpdated.map(answer => {\n const { trackedEntity } = TEIs[answer.person.uuid];\n return {\n trackedEntity,\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n {\n attribute: 'qptKDiv9uPl', //gender\n value: genderMap[answer.value.display],\n },\n {\n attribute: 'AYbfTPYMNJH', //OpenMRS Patient UID to use to upsert TEI\n value: answer.person.uuid,\n },\n ],\n };\n });\n return state;\n});\n\n// Update TEIs\ncreate(\n 'tracker',\n { trackedEntities: $.teisToUpdate },\n { params: { async: false, importStrategy: 'UPDATE' } }\n);\n// Return only lastRunDateTime\nfn(({ lastRunDateTime }) => ({ lastRunDateTime }));\n", "adaptor": "@openfn/language-dhis2@5.0.1", - "project_credential_id": null + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" } }, "edges": { @@ -283,7 +261,7 @@ "target_job_id": "8fb577e5-d068-4d47-8172-81f08153ced9" }, "Get-Encounters->Get-Options-Map": { - "enabled": true, + "enabled": false, "id": "e0c3565e-a875-429c-8ce3-138df39fdf4c", "source_job_id": "8fb577e5-d068-4d47-8172-81f08153ced9", "condition_expression": "state.encounters.length > 0\n", @@ -324,7 +302,7 @@ "condition_label": "has-patients", "target_job_id": "79b58ab5-cb0a-44a5-b230-776b4016464a" }, - "Create-Events->Update-TEIs": { + "Create-Events->Update-TEIs-with-Sex": { "enabled": true, "id": "456bc7f5-04cf-4d3c-91a1-9ecbfee0c986", "source_job_id": "932645d8-ddb8-4d00-841e-7fe7af214837", @@ -334,66 +312,7 @@ "target_job_id": "b30b4200-d2f8-4c7a-827a-bec10c64fbc3" } } - }, - "fetch-metadata-and-generate-opts-json": { - "id": "57a7ef39-d396-4959-a725-85c4bef08c6a", - "name": "fetch-metadata-and-generate-opts-json", - "inserted_at": "2024-10-28T08:26:44.955206Z", - "lock_version": 12, - "triggers": { - "webhook": { - "enabled": true, - "id": "e86ca050-ad88-4936-8c14-6eac23922017", - "type": "webhook" - } - }, - "jobs": { - "Get-metadata-file-from-Sharepoint": { - "id": "c9712182-a389-4664-8e10-f275f87fb478", - "name": "Get metadata file from Sharepoint", - "body": "const toCamelCase = text => {\n return text\n .toLowerCase()\n .replace(/[^a-zA-Z0-9]+(.)/g, (match, chr) => chr.toUpperCase());\n};\n\nconst sheets = [\n 'OptionSets',\n 'F01-MHPSS Baseline',\n 'F02-MHPSS Follow-up',\n 'F03-mhGAP Baseline',\n 'F04-mhGAP Follow-up',\n 'F05-MHPSS Closure',\n];\n\nfn(state => {\n state.siteId =\n 'openfnorg.sharepoint.com,4724a499-afbc-4ded-a371-34ae40bf5d8d,1d20a7d4-a6f1-407c-aa77-76bd47bb0f32';\n return state;\n});\n\ngetDrive(\n {\n id: $.siteId,\n owner: 'sites',\n },\n 'default'\n);\n\ngetFile('/msf-metadata/LIME EMR - Iraq Metadata - Release 1.xlsx', {\n metadata: true,\n});\n\nfn(state => {\n const itemId = state.data.id;\n const driveId = state.drives.default.id;\n state.workbookBase = `sites/${state.siteId}/drives/${driveId}/items/${itemId}/workbook`;\n return state;\n});\n\neach(\n sheets,\n get(`${$.workbookBase}/worksheets('${$.data}')/usedRange`, {}, state => {\n const sheetName = toCamelCase(state.references.at(-1));\n console.log('Fetched sheet: ', sheetName);\n state[sheetName] = state.data.values;\n return state;\n })\n);\n\nfn(state => {\n delete state.data;\n delete state.response;\n delete state.references;\n return state;\n});\n", - "adaptor": "@openfn/language-msgraph@latest", - "project_credential_id": null - }, - "Map-metadata-file-to-option-set-Json-format": { - "id": "bbc012b5-4811-4354-888c-f10b0294901d", - "name": "Map metadata file to option-set Json format", - "body": "const isValidValue = value => value !== '' && value !== 'NA';\n\nconst mapArrayToObject = (item, keys) => {\n return item.reduce((acc, value, idx) => {\n acc[keys[idx]] = value;\n return acc;\n }, {});\n};\nfn(state => {\n const { optionsets } = state;\n const keys = optionsets[1];\n\n const optsMap = optionsets.slice(2).map(item => mapArrayToObject(item, keys));\n\n state.optionSets = optsMap\n .filter(\n o =>\n isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE full name'])\n )\n .map(o => {\n return {\n 'value.display - Answers': o['Answers'],\n 'value.uuid - External ID': o['External ID'],\n 'DHIS2 DE full name': o['DHIS2 DE full name'],\n 'DHIS2 DE UID': o['DHIS2 DE UID'],\n 'OptionSet name': o['OptionSet name'],\n 'DHIS2 Option Set UID': o['DHIS2 Option Set name'],\n 'DHIS2 Option name': o['DHIS2 Option name'],\n 'DHIS2 Option UID': o['DHIS2 Option UID'],\n 'DHIS2 Option Code': o['DHIS2 Option code'],\n };\n });\n\n return state;\n});\n\nconst safeKeyValuePairs = arr => {\n if (arr === null || arr === undefined) {\n return arr;\n }\n const mappedArr = arr.slice(2).map(item => mapArrayToObject(item, arr[1]));\n try {\n return mappedArr\n .filter(\n o => isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE UID'])\n )\n .reduce((acc, value) => {\n acc[value['DHIS2 DE UID']] = value['External ID'];\n return acc;\n }, {});\n } catch (error) {\n console.error(`Error processing ${arr}:`, error);\n return arr; // Return original value if processing fails\n }\n};\n\nfn(\n ({\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n }) => {\n const processedState = Object.fromEntries(\n Object.entries({\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n }).map(([key, value]) => [key, safeKeyValuePairs(value)])\n );\n\n return {\n optionSets,\n ...processedState,\n };\n }\n);\n", - "adaptor": "@openfn/language-common@latest", - "project_credential_id": null - }, - "Save-option-set-json-to-github": { - "id": "56f67a06-cf99-42b5-81c5-49c058b5126c", - "name": "Save option-set json to github", - "body": "const metadataPath =\n 'repos/OpenFn/openfn-lime-pilot/contents/metadata/metadata_mapping.json';\n\nget(metadataPath, {\n headers: {\n 'user-agent': 'OpenFn',\n },\n});\n\nfn(state => {\n const {\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n data,\n } = state;\n\n state.body = {\n message: 'Update metadata content',\n committer: {\n name: 'Emmanuel Evance',\n email: 'mtuchidev@gmail.com',\n },\n content: util.encode(\n JSON.stringify({\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n })\n ),\n sha: data.sha,\n };\n\n return state;\n});\n\nput(metadataPath, {\n body: $.body,\n headers: {\n Accept: 'application/vnd.github+json',\n 'X-GitHub-Api-Version': '2022-11-28',\n 'user-agent': 'OpenFn',\n },\n});\n", - "adaptor": "@openfn/language-http@latest", - "project_credential_id": null - } - }, - "edges": { - "webhook->Get-metadata-file-from-Sharepoint": { - "enabled": true, - "id": "a1a8243d-dfe8-48ff-88ab-793f4176e2ce", - "source_trigger_id": "e86ca050-ad88-4936-8c14-6eac23922017", - "condition_type": "always", - "target_job_id": "c9712182-a389-4664-8e10-f275f87fb478" - }, - "Get-metadata-file-from-Sharepoint->Map-metadata-file-to-option-set-Json-format": { - "enabled": true, - "id": "22252bb8-2e4c-422e-8aa3-667b04d67400", - "source_job_id": "c9712182-a389-4664-8e10-f275f87fb478", - "condition_type": "on_job_success", - "target_job_id": "bbc012b5-4811-4354-888c-f10b0294901d" - }, - "Map-metadata-file-to-option-set-Json-format->Save-option-set-json-to-github": { - "enabled": true, - "id": "3342bdc4-487d-49d2-839c-3c6d7835af8f", - "source_job_id": "bbc012b5-4811-4354-888c-f10b0294901d", - "condition_type": "on_job_success", - "target_job_id": "56f67a06-cf99-42b5-81c5-49c058b5126c" - } - } } }, "requires_mfa": false -} +} \ No newline at end of file From c0b46246f7b4ec4a9eb57bb6fc318b3db8e7b408 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:19:57 +0300 Subject: [PATCH 02/61] re-add main config --- openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json new file mode 100644 index 0000000..e49cc74 --- /dev/null +++ b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json @@ -0,0 +1,5 @@ +{ + "endpoint": "https://app.openfn.org", + "specPath": "openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml", + "statePath": "openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json" +} \ No newline at end of file From d7896b4ef3adb4495b8c77296c430e865fc6387a Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:23:30 +0300 Subject: [PATCH 03/61] update workflows --- ...dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml | 114 ++++++++---------- 1 file changed, 53 insertions(+), 61 deletions(-) diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml index a361c3b..4cd4fae 100644 --- a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml +++ b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml @@ -46,11 +46,6 @@ workflows: type: webhook enabled: true edges: - webhook->Get-metadata-file-from-Sharepoint: - source_trigger: webhook - target_job: Get-metadata-file-from-Sharepoint - condition_type: always - enabled: true Get-metadata-file-from-Sharepoint->Map-metadata-file-to-option-set-Json-format: source_job: Get-metadata-file-from-Sharepoint target_job: Map-metadata-file-to-option-set-Json-format @@ -61,27 +56,32 @@ workflows: target_job: Save-option-set-json-to-github condition_type: on_job_success enabled: true + webhook->Get-metadata-file-from-Sharepoint: + source_trigger: webhook + target_job: Get-metadata-file-from-Sharepoint + condition_type: always + enabled: true wf1-dhis2-omrs-migration: name: wf1-dhis2-omrs-migration jobs: - Get-Teis: - name: Get Teis - adaptor: '@openfn/language-dhis2@latest' - credential: mtuchi@openfn.org-MSF-DHIS2-UAT + Fetch-Metadata: + name: Fetch Metadata + adaptor: '@openfn/language-http@latest' + credential: null body: - path: workflows/wf1/1-get-teis.js + path: workflows/wf1/1-fetch-metadata.js - Get-Locations: - name: Get Locations + Get-Teis-and-Locations: + name: Get Teis and Locations adaptor: '@openfn/language-dhis2@latest' credential: mtuchi@openfn.org-MSF-DHIS2-UAT body: - path: workflows/wf1/2-get-locations.js + path: workflows/wf1/2-get-teis-and-locations.js Create-Patients: name: Create Patients adaptor: '@openfn/language-openmrs@latest' - credential: mtuchi@openfn.org-OpenMRS-Demo + credential: aissatou@openfn.org-MSF-OMRS-Demo-Nov-2024 body: path: workflows/wf1/3-create-patients.js @@ -98,29 +98,29 @@ workflows: cron_expression: '0 0 * * *' enabled: false edges: - cron->Get-Teis: + cron->Fetch-Metadata: source_trigger: cron - target_job: Get-Teis + target_job: Fetch-Metadata condition_type: always enabled: true - Get-Teis->Get-Locations: - source_job: Get-Teis - target_job: Get-Locations - condition_type: js_expression - condition_label: has-teis - condition_expression: | - state.trackedEntityInstances.length > 0 - - enabled: true - Get-Locations->Create-Patients: - source_job: Get-Locations - target_job: Create-Patients + Fetch-Metadata->Get-Teis-and-Locations: + source_job: Fetch-Metadata + target_job: Get-Teis-and-Locations condition_type: on_job_success enabled: true Create-Patients->Update-Teis: source_job: Create-Patients target_job: Update-Teis condition_type: on_job_success + enabled: true + Get-Teis-and-Locations->Create-Patients: + source_job: Get-Teis-and-Locations + target_job: Create-Patients + condition_type: js_expression + condition_label: has-teis + condition_expression: | + state.teis.length > 0 && !state.errors + enabled: true wf2-omrs-dhis2: name: wf2-omrs-dhis2 @@ -128,7 +128,7 @@ workflows: Get-Patients: name: Get Patients adaptor: '@openfn/language-openmrs@latest' - credential: mtuchi@openfn.org-OpenMRS-Demo + credential: aissatou@openfn.org-MSF-OMRS-Demo-Nov-2024 body: path: workflows/wf2/1-get-patients.js @@ -141,13 +141,13 @@ workflows: Get-Encounters: name: Get Encounters - adaptor: '@openfn/language-openmrs@4.0.0' - credential: mtuchi@openfn.org-OpenMRS-Demo + adaptor: '@openfn/language-http@latest' + credential: 'aissatou@openfn.org-MSF-OMRS-Demo-Nov-2024-(raw)' body: path: workflows/wf2/3-get-encounters.js - Get-TEIs: - name: Get TEIs + Get-TEIs-and-Map-Answers: + name: Get TEIs and Map Answers adaptor: '@openfn/language-dhis2@5.0.1' credential: mtuchi@openfn.org-MSF-DHIS2-UAT body: @@ -162,13 +162,13 @@ workflows: Mappings: name: Mappings - adaptor: '@openfn/language-common@latest' + adaptor: '@openfn/language-http@latest' credential: null body: path: workflows/wf2/2-mappings.js - Update-TEIs-with-Sex: - name: Update TEIs with Sex + Update-TEIs: + name: Update TEIs adaptor: '@openfn/language-dhis2@5.0.1' credential: mtuchi@openfn.org-MSF-DHIS2-UAT body: @@ -192,28 +192,6 @@ workflows: condition_label: has-patient-uuids condition_expression: | state.patientUuids.length > 0 && !state.errors - enabled: true - Get-Encounters->Get-TEIs: - source_job: Get-Encounters - target_job: Get-TEIs - condition_type: js_expression - condition_label: has-encounters - condition_expression: | - state.encounters.length > 0 - enabled: true - - Get-Options-Map->Get-TEIs: - source_job: Get-Options-Map - target_job: Get-TEIs - condition_type: on_job_success - enabled: true - Get-TEIs->Create-Events: - source_job: Get-TEIs - target_job: Create-Events - condition_type: js_expression - condition_label: has-teis - condition_expression: | - state.TEIs && !state.errors enabled: true Mappings->Upsert-TEIs: @@ -230,12 +208,26 @@ workflows: state.patients.length > 0 && !state.errors enabled: true - Create-Events->Update-TEIs-with-Sex: + Get-TEIs-and-Map-Answers->Create-Events: + source_job: Get-TEIs-and-Map-Answers + target_job: Create-Events + condition_type: js_expression + condition_label: has-teis + condition_expression: | + state.TEIs && !state.errors + + enabled: true + Create-Events->Update-TEIs: source_job: Create-Events - target_job: Update-TEIs-with-Sex + target_job: Update-TEIs condition_type: js_expression condition_label: has-gender-updated condition_expression: | - state.genderUpdated.length > 0 && !state.errors + state?.genderUpdated?.length > 0 && !state.errors enabled: true + Get-Encounters->Get-TEIs-and-Map-Answers: + source_job: Get-Encounters + target_job: Get-TEIs-and-Map-Answers + condition_type: on_job_success + enabled: true From 888a762c9ae664c5602c6e6c2bf329cfc487d100 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:32:29 +0300 Subject: [PATCH 04/61] update credentials --- openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml index 4cd4fae..51bbef9 100644 --- a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml +++ b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml @@ -13,6 +13,9 @@ credentials: mtuchi@openfn.org-OpenMRS-Demo: name: OpenMRS Demo owner: mtuchi@openfn.org + "mtuchi@openfn.org-OpenMRS-Demo-(HTTP)": + name: 'OpenMRS Demo (HTTP)' + owner: mtuchi@openfn.org mtuchi@openfn.org-mtuchi-github-token: name: mtuchi-github-token owner: mtuchi@openfn.org @@ -81,7 +84,7 @@ workflows: Create-Patients: name: Create Patients adaptor: '@openfn/language-openmrs@latest' - credential: aissatou@openfn.org-MSF-OMRS-Demo-Nov-2024 + credential: mtuchi@openfn.org-OpenMRS-Demo body: path: workflows/wf1/3-create-patients.js @@ -128,7 +131,7 @@ workflows: Get-Patients: name: Get Patients adaptor: '@openfn/language-openmrs@latest' - credential: aissatou@openfn.org-MSF-OMRS-Demo-Nov-2024 + credential: mtuchi@openfn.org-OpenMRS-Demo body: path: workflows/wf2/1-get-patients.js @@ -142,7 +145,7 @@ workflows: Get-Encounters: name: Get Encounters adaptor: '@openfn/language-http@latest' - credential: 'aissatou@openfn.org-MSF-OMRS-Demo-Nov-2024-(raw)' + credential: 'mtuchi@openfn.org-OpenMRS-Demo-(HTTP)' body: path: workflows/wf2/3-get-encounters.js From 79e7f75ffa78cd1b8e6ae96551d9aa988e29f27e Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:35:21 +0300 Subject: [PATCH 05/61] update project state --- ...d57-9a3c-4318-bdcb-f57a386cf811-state.json | 306 ------------------ 1 file changed, 306 deletions(-) diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json index 6261229..91112c3 100644 --- a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json +++ b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json @@ -8,311 +8,5 @@ "history_retention_period": 365, "dataclip_retention_period": null, "retention_policy": "retain_all", - "project_credentials": { - "mtuchi@openfn.org-OpenMRS-Demo": { - "id": "3141d874-5456-4168-9680-ce04efb1089c", - "name": "OpenMRS Demo", - "owner": "mtuchi@openfn.org" - }, - "mtuchi@openfn.org-MSF-DHIS2-UAT": { - "id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d", - "name": "MSF DHIS2 UAT", - "owner": "mtuchi@openfn.org" - }, - "aleksa@openfn.org-AK-Sharepoint": { - "id": "2eace4af-4e52-484c-82b0-ffb1717c259d", - "name": "AK Sharepoint", - "owner": "aleksa@openfn.org" - }, - "mtuchi@openfn.org-mtuchi-github-token": { - "id": "6533e534-6ad8-4651-b27d-245b8cbb69d8", - "name": "mtuchi-github-token", - "owner": "mtuchi@openfn.org" - }, - "mtuchi@openfn.org-OpenFnSharepoint": { - "id": "3dd044bb-6a0e-4f16-a80d-836a39f95b40", - "name": "OpenFnSharepoint", - "owner": "mtuchi@openfn.org" - } - }, - "workflows": { - "wf1-dhis2-omrs-migration": { - "id": "94e04fb5-d5ae-45ad-be31-98b902f36861", - "name": "wf1-dhis2-omrs-migration", - "inserted_at": "2024-10-17T21:25:31.349424Z", - "lock_version": 42, - "triggers": { - "cron": { - "enabled": false, - "id": "0e7d525f-c24a-4969-8131-397cc94a6065", - "type": "cron", - "cron_expression": "0 0 * * *" - } - }, - "jobs": { - "Get-Teis": { - "id": "be724c80-92c8-4fa9-8c3a-d28c5a298fd5", - "name": "Get Teis", - "body": "fn(state => {\n // const manualCursor = '2023-06-20T17:00:00.00';\n state.cursor = state.manualCursor || state.lastRunDateTime;\n console.log('Date cursor to filter TEI extract ::', state.cursor);\n\n return state;\n});\n\n// Get trackedEntityInstances that are \"active\" in the target program\nget(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n programStatus: 'ACTIVE',\n },\n {},\n state => {\n const trackedEntityInstances = state.data.instances\n .filter(tei => tei.updatedAt >= state.cursor) //for testing\n //.filter(tei => tei.createdAt > state.cursor) //for prod\n //.slice(0, 1); //to limit 1 for testing\n const offset = 2; // GMT+2 (Geneva time)\n const currentDateTime = new Date();\n currentDateTime.setHours(currentDateTime.getHours() + offset);\n\n const lastRunDateTime = currentDateTime.toISOString().replace('Z', '');\n //console.log('TEI payload found before filter ::', JSON.stringify(state.data.instances, null, 2));\n console.log('# of TEIs found before filter ::', state.data.instances.length);\n //console.log('lastUpdated of TEI eWXRNHtmHB0 :: ', JSON.stringify(state.data.instances.filter(tei => tei.trackedEntity == 'eWXRNHtmHB0'), null, 2)); \n console.log('# of TEIs to migrate to OMRS ::', trackedEntityInstances.length);\n // console.log(\n // 'trackedEntityInstance IDs ::',\n // trackedEntityInstances.map(tei => tei.trackedEntityInstance)\n // );\n\n console.log('Next sync start date:', lastRunDateTime);\n return {\n ...state,\n // data: {},\n references: [],\n trackedEntityInstances,\n lastRunDateTime,\n };\n }\n);\n", - "adaptor": "@openfn/language-dhis2@latest", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" - }, - "Get-Locations": { - "id": "2c1dc59e-c8c0-409d-813f-d0eb3f812a07", - "name": "Get Locations", - "body": "get('optionGroups/kdef7pUey9f', {\n fields: 'id,displayName,options[id,displayName,code]',\n});\n\nfn(({ data, ...state }) => {\n state.locations = data;\n return state;\n});\n\nfn(state => {\n state.nationalityMap = {\n afghanistan: '84066564-253e-43d8-b141-76730cffa878',\n albania: 'db21f4f9-faf2-4358-8297-0ae76627b3b8',\n algeria: '5f6c017f-074c-46b3-92d0-d055e2094366',\n angola: '8a2e5a03-8a74-41ae-9a98-2310f9ce400d',\n anguilla: 'c911af8a-171c-4ee9-b1ff-934373e8a819',\n argentina: 'b83d24e8-34d8-4920-83c0-8ba014467ff4',\n armenia: '39f1652a-f2b7-4b65-a7e1-7097ac6cdef0',\n aruba: 'f3f1cba1-7c1e-4234-86a2-f27bb5964fee',\n azerbaijan: '29750013-0e35-47ca-8f77-9192a923fb07',\n bangladesh: 'a99de53c-ce76-4b1e-91b2-461094baf79e',\n belarus: '664baba4-c552-47b9-97c0-ff67dafd27d6',\n benin: 'cf863e31-bb38-48ed-90dd-f3dedcac304c',\n bhutan: 'd45a57c9-994f-4deb-8845-9b785860a2ec',\n bolivia: 'd8800d10-862b-42f1-8e22-cac1ce1bbcae',\n bosnia_and_herzegovina: '05d8f4ef-45eb-463d-b2f3-8a5a613ee6b9',\n botswana: '1304a0de-5b70-4d36-a873-e72a82963316',\n brazil: '353ff388-64e6-434c-b78f-ca9636390389',\n british_virgin_islands: 'b02c6d20-83a2-4947-8a7d-91d1f9c4d8a2',\n bulgaria: '91c85a62-2b02-483a-aefd-e29d368565fe',\n burkina_faso: '6c90c1ae-17a4-4e94-a267-4fba4c94efd8',\n burundi: '8a2ed0db-eaad-44bc-bf06-5cb1b2a3db0b',\n cambodia: '4fd14df8-8279-4dfa-bdd3-e1ab26bc0264',\n cameroon: '873552ac-9850-4cc1-ae09-17eb0fccf405',\n cape_verde: 'cfbc220a-1d6c-4469-bb6d-a8e3deb4f7e7',\n central_african_republic: '61a4c4a4-25c2-4459-a874-ec1d24f8323a',\n chad: '9e41e71c-f5d5-456c-a6f9-2129b8055bfc',\n chile: '05333883-44e9-4f57-836a-041391803007',\n china: '15016874-3e20-484a-baa8-9b94e1a3d358',\n colombia: 'a008dff8-ce96-4662-bf8a-372e43d424f0',\n comoros: '9d8738c8-40c2-4c66-aabb-ef176a20ffe8',\n costa_rica: 'fb52f8c9-40ec-4dc4-92a4-d465612de2ff',\n cote_divoire: '513cb36a-3f67-46ea-a789-fcdaca0e26f5',\n cuba: '147c2434-5d7e-420c-8053-ba623301f3f5',\n djibouti: 'cf5b334f-1c0f-41fc-ab54-53ff1e942830',\n dominica: 'f70e51e5-b76c-4c38-9bf2-ef8e1f308ce1',\n dominican_republic: 'ce72fc9b-619b-4c32-b865-600e888ad814',\n drc_congo: '8f6d3d2a-e09f-473b-99c9-e539f97ceab6',\n east_timor: '854f2f66-40e1-4a6a-9dee-09c832a52289',\n ecuador: 'f9810f9a-78a7-42a2-99e6-19c629642386',\n egypt: 'cc7343f8-9243-4d09-b378-58363850d624',\n el_salvador: '9a34935e-5a8a-45be-8ccd-cb23192e420f',\n equatorial_guinea: '7e591605-d723-4398-982a-8737af63a2dc',\n eritrea: 'c61f03c2-0d1f-444f-a974-0a61063aff71',\n ethiopia: '7478d375-014e-410e-a355-090143e88f5b',\n gabon: '9f46ae06-114a-47fa-8f8d-e9749f04da25',\n gambia: '5ec7ddd7-14a5-48ec-9e7c-8896d1010655',\n georgia: 'bc71788f-db69-4b6f-8d1c-57a74395bdd2',\n ghana: '2eb4ff46-d908-4148-9b0d-40ccfc1a655a',\n greece: 'b75d6bcc-fadf-4141-8d0f-2463154b89f7',\n guam: '51fa502b-98a3-4c42-b5fd-7b4d64489bb9',\n guatemala: '3725a4d2-b28f-466b-905a-bafeaeb75855',\n guinea: 'eeaff39c-8afd-43f7-b9a0-53729f5df1d8',\n guinea_bissau: '14e90203-9197-42ea-9222-acafd2fd6984',\n guyana: 'ba4dfa7e-f3cd-4e94-8ca7-6b96a93378a8',\n haiti: 'f76f7dcb-f82e-4257-a627-1685ff3f3586',\n honduras: 'cdd1336e-495b-4868-aace-57a84442d6fd',\n india: '378d0107-eb43-485d-930c-0704b4e5aa11',\n indonesia: '1cbe17e6-adc2-4680-bee0-54d94af75ebf',\n iran: 'b422270e-d8af-4a32-b523-742545a17a3f',\n iraq: '03aa7d6e-7656-48e4-8dc0-5e27706722c0',\n jordan: '842f963c-f84d-4076-a8db-337295fd9b91',\n kazakhstan: '6f6d0e78-2c81-411d-8d13-367e250dc110',\n kenya: 'ad351a33-8846-4cad-8195-b07b6041d4a5',\n kuwait: '4aee7a88-cda9-454e-9f25-4a6420270417',\n kyrgyzstan: 'ace3b851-042b-46a6-8fea-68aae042d614',\n laos: 'dfb01b39-c224-459e-b045-dd9461b9a1e5',\n lebanon: '7de78f22-f53e-48d2-923f-ae1e4d814f46',\n lesotho: 'b35b29c5-9bb7-4b40-ad33-29eecd28a9e6',\n liberia: 'a5fd61b4-fd27-433d-8428-7e88a7f27921',\n libya: '600c6af4-b767-423c-b942-7f06ca467258',\n macedonia: '5837cc40-9ab5-4088-91c8-ca6e4b57e903',\n madagascar: '3782bf3c-380e-4b60-b21a-38199073f112',\n malawi: 'e8b5f188-6a5c-43ae-b4a5-200abb13153e',\n malaysia: '3facca11-fbaa-4c40-8fac-4751d45c3f1b',\n mali: '3e844a47-526a-46f9-afea-1af9ff8690aa',\n martinique: '051ce04e-05e8-4430-8b75-3e499bbffbc8',\n mauritania: '8acb006b-8596-4a98-8177-acb4cb575956',\n mauritius: '17ced083-eb2a-4046-a713-26cabc7af95d',\n mayotte: '1af148fe-2698-4b89-bf7f-87e5c48b6848',\n mexico: '8381208f-01ca-4ed3-8f2c-f73ed1c316e3',\n moldova: 'f0e9c8b5-69b5-48df-8cb9-2d089ba04e46',\n mongolia: '9f341cb1-dcb5-4f6c-bd21-b57db01b4193',\n morocco: 'ef467a17-91e8-4124-a136-7ed8ff7c7d15',\n mozambique: '0916133b-4d93-4d60-9c20-e7ee3936f391',\n myanmar: 'e81ba700-f9fc-4ed0-b248-578a25717cdb',\n namibia: '0cb123dc-8810-4840-b6ab-6a527c5a79ef',\n nauru: '3386fe63-2158-4040-a502-9f65fd2079d3',\n nepal: 'fb01b01a-6775-423c-8012-7d43f587cb6c',\n new_caledonia: 'e67c072b-7707-491f-8c2e-13c914216b61',\n nicaragua: 'f6a9521c-596b-49f9-b914-67138e8c17e6',\n niger: '7561db90-a866-4443-93f4-95cac1d47e9c',\n nigeria: '4134651a-7f53-45fb-8bc6-7fed9cf36f51',\n north_korea: '4d3079e4-8568-48e6-9342-665896875a38',\n oman: '9b0af037-99d1-43b8-ac06-82137ec4b06d',\n other: 'Other',\n pakistan: 'f45d93c3-c9b0-4333-a5e6-299b7c425812',\n palestine: 'e2a19948-49aa-44c0-98ef-67ae1160ef43',\n panama: '1ef5a828-9d0d-4336-91ab-880d5dc0151c',\n papua_new_guinea: 'e1e6b451-d7fe-4954-b225-99b2de82a4c0',\n paraguay: 'd8412016-82f5-4801-a026-1bdc429850b7',\n peru: 'e74fa87f-8469-46b0-975f-6cb37c394564',\n philippines: 'bdbd5c9f-1f28-4f4d-a254-4a84f8bb2c8f',\n puerto_rico: '39fca1d0-d2e7-4b13-82bd-626fbec71252',\n republic_of_congo: '5db9afa5-b57e-4f45-8b1c-af766f14fc58',\n reunion: '1dae4b2d-50c9-4bf1-b25a-7063600a5e74',\n romania: '457e745e-ae97-463d-95a9-8d5689d3ca2b',\n rwanda: '6bc925a1-7699-496a-85b0-c290699381db',\n samoa: 'e03b381b-a7f4-40eb-964f-51571dc3c48c',\n sao_tome_and_principe: 'f66bbb42-684f-42d7-bfcd-95d586eb7dc9',\n saudi_arabia: 'fdf495a4-e60c-46f7-a8a2-61a216849086',\n senegal: 'ad948f1b-0733-4f8d-b049-d64289b43a10',\n serbia: 'd2e69cef-3bff-4220-ba91-a6a678fb606b',\n sierra_leone: 'ffba9caf-b6aa-4078-845e-578f7a7fd566',\n somalia: '99c8dccc-4dfa-4d30-86be-42a309ab431f',\n south_africa: '75882d62-1c55-480d-b411-8ca40c3307df',\n south_korea: '0603d6b9-334f-4443-ab60-7c5d457b95fc',\n south_sudan: 'f113e24e-2ea9-49a2-9b28-59241b9adb21',\n sri_lanka: 'b0031c01-d242-4410-b98b-cc1511590b85',\n sudan: '2f03a932-2b75-4e8b-9f44-0fcd83c75dc4',\n suriname: 'c65d3329-98d4-4dd7-89d3-141b70d00eb2',\n swaziland: '06a2703b-af17-4e44-83f5-6cc9a8a75320',\n switzerland: 'dcdcdc70-a006-4b0a-bac2-7de89b022b65',\n syria: '1e34ee55-ef9f-4386-bae6-6995555ded75',\n tajikistan: '34836c60-5449-48d6-b3c9-c0b3361b9f2c',\n tanzania: '050a8eb1-0d77-4f65-a2da-776a13bcd2a4',\n thailand: '289ac5bd-6434-4837-86bf-b54d22970ac8',\n togo: '6a583e64-869d-477d-a1c1-746320d45fc4',\n tonga: 'd381f06d-2365-4f40-948b-cfe90d8cb532',\n tunisia: '56be7864-fde6-4db3-8fa5-b9dd42cd9c53',\n turkey: '7429c779-1d3a-4aec-8256-d0b1637e1bd1',\n turkmenistan: '3ef17df5-299b-4385-9ea6-572df4b6f9ca',\n uganda: 'be3d11d3-446d-440c-a582-d01c7cbb0eda',\n ukraine: '38c99c8d-2b93-4848-a537-b1865a260bb2',\n unknown: 'Unknown',\n uruguay: 'c2e45baf-748b-4d7b-a391-ed6b802b6f94',\n uzbekistan: '60512350-d79b-41aa-aff0-1b28ca4aa5f1',\n venezuela: '557cea4a-0049-4b7a-b373-ed63f294a2a0',\n vietnam: '49509c5f-e533-48a8-bf06-86935e3376b2',\n western_sahara: '4086dfd2-f4f5-4107-93e8-07bee235af8f',\n yemen: '6a3214e0-f94b-414c-8148-968e24386671',\n zambia: '3ec0432d-ea37-4159-a658-29d6f07fe21a',\n zimbabwe: 'ce1b0d8d-0a2d-4f93-a6ed-64aca2fd0f45',\n };\n state.statusMap = {\n asylum_seeker: 'f921ffdd-72ca-4d58-a89b-1fa2e959d110',\n no_status: '2bacead2-f280-457c-9d28-e80e106f7d25',\n refugee: 'MSF-AAAAAA000000000000001929',\n single: '20b8524e-4c26-4fa0-81f0-fa23ebacc54d',\n married: 'MSF-AAAAAA000000000000001863',\n widowed: 'MSF-AAAAAA000000000000001864',\n divorced_separated: 'MSF-AAAAAA000000000000001865',\n concubine: '1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',\n not_applicable: 'MSF-AAAAAA000000000000001823',\n student: 'MSF-AAAAAA000000000000001871',\n permanent_employee: '4a18a820-f3a1-4bb7-9138-558a9ecc81da',\n occasional_employee: '2cb73bee-7f94-4695-89c7-c81187dbc90c',\n unemployed: 'MSF-AAAAAA000000000000001870',\n housewife: '9b14b4d4-b749-4acf-acfe-79c480f3c4b3',\n other: 'MSF-AAAAAA000000000000001329',\n unknown: '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',\n idp: 'MSF-AAAAAA000000000000001930',\n internationally_displaced: '515c5abe-4172-4d0c-a991-0de2888228d7',\n non_displaced: 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92',\n returnee: 'fc49acaa-ece2-4365-9dfb-70c2105de8b1',\n };\n return state;\n});\n", - "adaptor": "@openfn/language-dhis2@latest", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" - }, - "Create-Patients": { - "id": "fd21a322-aca4-404f-8b5c-93f5f23336fc", - "name": "Create Patients", - "body": "//Define gender options and prepare newPatientUuid and identifiers\nfn(state => {\n const genderOptions = {\n male: 'M',\n female: 'F',\n unknown: 'U',\n transgender_female: 'O',\n transgender_male: 'O',\n prefer_not_to_answer: 'O',\n gender_variant_non_conforming: 'O',\n };\n\n const identifiers = [];\n const newPatientUuid = [];\n\n const { trackedEntityInstances } = state;\n if (trackedEntityInstances.length > 0)\n console.log(\n '# of TEIs to send to OpenMRS: ',\n trackedEntityInstances.length\n );\n if (trackedEntityInstances.length === 0)\n console.log('No data fetched in step prior to sync.');\n\n return {\n ...state,\n genderOptions,\n newPatientUuid,\n identifiers,\n };\n});\n\n//First we generate a unique OpenMRS ID for each patient\neach(\n 'trackedEntityInstances[*]',\n post(\n 'idgen/identifiersource/8549f706-7e85-4c1d-9424-217d50a2988b/identifier',\n {}\n ).then(state => {\n state.identifiers.push(state.data.identifier);\n return state;\n })\n);\n\n// Then we map trackedEntityInstances to openMRS data model\nfn(state => {\n const {\n trackedEntityInstances,\n identifiers,\n genderOptions,\n nationalityMap,\n statusMap,\n locations,\n } = state;\n\n const getValueForCode = (attributes, code) => {\n const result = attributes.find(attribute => attribute.code === code);\n return result ? result.value : undefined;\n };\n\n const calculateDOB = age => {\n const currentDate = new Date();\n const currentYear = currentDate.getFullYear();\n const birthYear = currentYear - age;\n\n const birthday = new Date(\n birthYear,\n currentDate.getMonth(),\n currentDate.getDay()\n );\n\n return birthday.toISOString().replace(/\\.\\d+Z$/, '+0000');\n };\n\n state.patients = trackedEntityInstances.map((d, i) => {\n const patientNumber = getValueForCode(d.attributes, 'patient_number'); // Add random number for testing + Math.random()\n\n const nationality =\n nationalityMap[getValueForCode(d.attributes, 'origin_nationality')];\n const currentStatus =\n statusMap[getValueForCode(d.attributes, 'current_status')];\n const legalStatus =\n getValueForCode(d.attributes, 'legal_status') &&\n statusMap[getValueForCode(d.attributes, 'legal_status')];\n const maritalStatus =\n statusMap[getValueForCode(d.attributes, 'marital_status')];\n const employmentStatus =\n statusMap[getValueForCode(d.attributes, 'occupation')];\n\n const noOfChildren = d.attributes.find(\n a => a.attribute === 'SVoT2cVLd5O'\n )?.value;\n\n const lonlat = d.attributes.find(a => a.attribute === 'rBtrjV1Mqkz')?.value;\n const location = lonlat\n ? locations.options.find(o => o.code === lonlat)?.displayName\n : undefined;\n\n let countyDistrict, cityVillage;\n\n if (location) {\n const match = location.match(/^(.*?)\\s*\\((.*?)\\)/);\n if (match) {\n [, countyDistrict, cityVillage] = match;\n cityVillage = cityVillage.split('-')[0].trim(); // Remove country code and trim\n }\n }\n\n return {\n patientNumber,\n person: {\n age: getValueForCode(d.attributes, 'age'),\n gender: genderOptions[getValueForCode(d.attributes, 'sex')],\n birthdate:\n d.attributes.find(a => a.attribute === 'WDp4nVor9Z7')?.value ??\n calculateDOB(getValueForCode(d.attributes, 'age')),\n birthdateEstimated: d.attributes.find(\n a => a.attribute === 'WDp4nVor9Z7'\n )\n ? true\n : false,\n names: [\n {\n familyName:\n d.attributes.find(a => a.attribute === 'fa7uwpCKIwa')?.value ??\n 'unknown',\n givenName:\n d.attributes.find(a => a.attribute === 'Jt9BhFZkvP2')?.value ??\n 'unknown',\n },\n ],\n addresses: [\n {\n country: 'Iraq',\n stateProvince: 'Ninewa',\n countyDistrict,\n cityVillage,\n },\n ],\n attributes: [\n {\n attributeType: '24d1fa23-9778-4a8e-9f7b-93f694fc25e2',\n value: nationality,\n },\n {\n attributeType: 'e0b6ed99-72c4-4847-a442-e9929eac4a0f',\n value: currentStatus,\n },\n legalStatus && {\n attributeType: 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1',\n value: legalStatus,\n },\n {\n attributeType: '3884dc76-c271-4bcb-8df8-81c6fb897f53',\n value: maritalStatus,\n },\n employmentStatus && {\n attributeType: 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e',\n value: employmentStatus,\n },\n noOfChildren && {\n attributeType: 'e363161a-9d5c-4331-8463-238938f018ed',\n value: noOfChildren,\n },\n ].filter(i => i),\n },\n\n identifiers: [\n {\n identifier: identifiers[i], //map ID value from DHIS2 attribute\n identifierType: '05a29f94-c0ed-11e2-94be-8c13b969e334',\n location: 'cf6fa7d4-1f19-4c85-ac50-ff824805c51c', //default location old:44c3efb0-2583-4c80-a79e-1f756a03c0a1\n preferred: true,\n },\n {\n uuid: d.trackedEntity,\n identifier: patientNumber,\n identifierType: '8d79403a-c2cc-11de-8d13-0010c6dffd0f', //Old Identification number\n location: 'cf6fa7d4-1f19-4c85-ac50-ff824805c51c', //default location\n preferred: false, //default value for this identifiertype\n },\n ],\n };\n });\n\n return state;\n});\n\n// Creating patients in openMRS\neach(\n '$.patients[*]',\n upsert(\n 'patient',\n state => {\n return { q: state.data.patientNumber };\n },\n state => {\n const { patientNumber, ...patient } = state.data;\n console.log(\n 'Upserting patient record\\n',\n JSON.stringify(patient, null, 2)\n );\n return patient;\n },\n state => {\n state.newPatientUuid.push({\n patient_number: state.references.at(-1)?.patientNumber,\n uuid: state.data.uuid,\n });\n return state;\n }\n )\n);\n\n// Clean up state\nfn(({ data, references, ...state }) => state);\n", - "adaptor": "@openfn/language-openmrs@latest", - "project_credential_id": "3141d874-5456-4168-9680-ce04efb1089c" - }, - "Update-Teis": { - "id": "eed2a687-7ef3-4a38-819e-d50319874d03", - "name": "Update Teis", - "body": "fn(state => {\n if (state.newPatientUuid.length === 0) {\n console.log('No data fetched in step prior to sync.');\n }\n\n console.log(\n 'newPatientUuid ::',\n JSON.stringify(state.newPatientUuid, null, 2)\n );\n return state;\n});\n\n// Update TEI on DHIS2\neach(\n 'newPatientUuid[*]',\n upsert(\n 'trackedEntityInstances',\n state => ({\n ou: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`P4wdYGkldeG:Eq:${state.data.patient_number}`],\n }),\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n { attribute: 'P4wdYGkldeG', value: `${$.data.patient_number}` }, //DHIS2 patient number to use as lookup key\n { attribute: 'AYbfTPYMNJH', value: `${$.data.patient.uuid}` }, //OMRS patient uuid\n {\n attribute: 'ZBoxuExmxcZ',\n value: `${$.data.patient.identifier[0].identifier}`,\n }, //id generated in wf1-2 e.g., \"IQ146-24-000-027\"\n ],\n }\n )\n);\n", - "adaptor": "@openfn/language-dhis2@5.0.1", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" - } - }, - "edges": { - "cron->Get-Teis": { - "enabled": true, - "id": "f54f198a-5fa1-4ee0-803f-35316e32ab92", - "source_trigger_id": "0e7d525f-c24a-4969-8131-397cc94a6065", - "condition_type": "always", - "target_job_id": "be724c80-92c8-4fa9-8c3a-d28c5a298fd5" - }, - "Get-Teis->Get-Locations": { - "enabled": true, - "id": "dd4d3b24-f3c2-4162-895e-970aea5a50dc", - "source_job_id": "be724c80-92c8-4fa9-8c3a-d28c5a298fd5", - "condition_expression": "state.trackedEntityInstances.length > 0\n", - "condition_type": "js_expression", - "condition_label": "has-teis", - "target_job_id": "2c1dc59e-c8c0-409d-813f-d0eb3f812a07" - }, - "Get-Locations->Create-Patients": { - "enabled": true, - "id": "e80f8963-3c31-48cc-8df4-6b6dd89fd616", - "source_job_id": "2c1dc59e-c8c0-409d-813f-d0eb3f812a07", - "condition_expression": "!state.errors && state.trackedEntityInstances.length > 0", - "condition_type": "on_job_success", - "target_job_id": "fd21a322-aca4-404f-8b5c-93f5f23336fc" - }, - "Create-Patients->Update-Teis": { - "enabled": true, - "id": "eb140757-c73f-4f9f-83d6-0ac0c76cf4da", - "source_job_id": "fd21a322-aca4-404f-8b5c-93f5f23336fc", - "condition_type": "on_job_success", - "target_job_id": "eed2a687-7ef3-4a38-819e-d50319874d03" - } - } - }, - "fetch-metadata-and-generate-opts-json": { - "id": "57a7ef39-d396-4959-a725-85c4bef08c6a", - "name": "fetch-metadata-and-generate-opts-json", - "inserted_at": "2024-10-28T08:26:44.955206Z", - "lock_version": 12, - "triggers": { - "webhook": { - "enabled": true, - "id": "e86ca050-ad88-4936-8c14-6eac23922017", - "type": "webhook" - } - }, - "jobs": { - "Get-metadata-file-from-Sharepoint": { - "id": "c9712182-a389-4664-8e10-f275f87fb478", - "name": "Get metadata file from Sharepoint", - "body": "const toCamelCase = text => {\n return text\n .toLowerCase()\n .replace(/[^a-zA-Z0-9]+(.)/g, (match, chr) => chr.toUpperCase());\n};\n\nconst sheets = [\n 'OptionSets',\n 'F01-MHPSS Baseline',\n 'F02-MHPSS Follow-up',\n 'F03-mhGAP Baseline',\n 'F04-mhGAP Follow-up',\n 'F05-MHPSS Closure',\n];\n\nfn(state => {\n state.siteId =\n 'openfnorg.sharepoint.com,4724a499-afbc-4ded-a371-34ae40bf5d8d,1d20a7d4-a6f1-407c-aa77-76bd47bb0f32';\n return state;\n});\n\ngetDrive(\n {\n id: $.siteId,\n owner: 'sites',\n },\n 'default'\n);\n\ngetFile('/msf-metadata/LIME EMR - Iraq Metadata - Release 1.xlsx', {\n metadata: true,\n});\n\nfn(state => {\n const itemId = state.data.id;\n const driveId = state.drives.default.id;\n state.workbookBase = `sites/${state.siteId}/drives/${driveId}/items/${itemId}/workbook`;\n return state;\n});\n\neach(\n sheets,\n get(`${$.workbookBase}/worksheets('${$.data}')/usedRange`, {}, state => {\n const sheetName = toCamelCase(state.references.at(-1));\n console.log('Fetched sheet: ', sheetName);\n state[sheetName] = state.data.values;\n return state;\n })\n);\n\nfn(state => {\n delete state.data;\n delete state.response;\n delete state.references;\n return state;\n});\n", - "adaptor": "@openfn/language-msgraph@latest", - "project_credential_id": null - }, - "Map-metadata-file-to-option-set-Json-format": { - "id": "bbc012b5-4811-4354-888c-f10b0294901d", - "name": "Map metadata file to option-set Json format", - "body": "const isValidValue = value => value !== '' && value !== 'NA';\n\nconst mapArrayToObject = (item, keys) => {\n return item.reduce((acc, value, idx) => {\n acc[keys[idx]] = value;\n return acc;\n }, {});\n};\nfn(state => {\n const { optionsets } = state;\n const keys = optionsets[1];\n\n const optsMap = optionsets.slice(2).map(item => mapArrayToObject(item, keys));\n\n state.optionSets = optsMap\n .filter(\n o =>\n isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE full name'])\n )\n .map(o => {\n return {\n 'value.display - Answers': o['Answers'],\n 'value.uuid - External ID': o['External ID'],\n 'DHIS2 DE full name': o['DHIS2 DE full name'],\n 'DHIS2 DE UID': o['DHIS2 DE UID'],\n 'OptionSet name': o['OptionSet name'],\n 'DHIS2 Option Set UID': o['DHIS2 Option Set name'],\n 'DHIS2 Option name': o['DHIS2 Option name'],\n 'DHIS2 Option UID': o['DHIS2 Option UID'],\n 'DHIS2 Option Code': o['DHIS2 Option code'],\n };\n });\n\n return state;\n});\n\nconst safeKeyValuePairs = arr => {\n if (arr === null || arr === undefined) {\n return arr;\n }\n const mappedArr = arr.slice(2).map(item => mapArrayToObject(item, arr[1]));\n try {\n return mappedArr\n .filter(\n o => isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE UID'])\n )\n .reduce((acc, value) => {\n acc[value['DHIS2 DE UID']] = value['External ID'];\n return acc;\n }, {});\n } catch (error) {\n console.error(`Error processing ${arr}:`, error);\n return arr; // Return original value if processing fails\n }\n};\n\nfn(\n ({\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n }) => {\n const processedState = Object.fromEntries(\n Object.entries({\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n }).map(([key, value]) => [key, safeKeyValuePairs(value)])\n );\n\n return {\n optionSets,\n ...processedState,\n };\n }\n);\n", - "adaptor": "@openfn/language-common@latest", - "project_credential_id": null - }, - "Save-option-set-json-to-github": { - "id": "56f67a06-cf99-42b5-81c5-49c058b5126c", - "name": "Save option-set json to github", - "body": "const metadataPath =\n 'repos/OpenFn/openfn-lime-pilot/contents/metadata/metadata_mapping.json';\n\nget(metadataPath, {\n headers: {\n 'user-agent': 'OpenFn',\n },\n});\n\nfn(state => {\n const {\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n data,\n } = state;\n\n state.body = {\n message: 'Update metadata content',\n committer: {\n name: 'Emmanuel Evance',\n email: 'mtuchidev@gmail.com',\n },\n content: util.encode(\n JSON.stringify({\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n })\n ),\n sha: data.sha,\n };\n\n return state;\n});\n\nput(metadataPath, {\n body: $.body,\n headers: {\n Accept: 'application/vnd.github+json',\n 'X-GitHub-Api-Version': '2022-11-28',\n 'user-agent': 'OpenFn',\n },\n});\n", - "adaptor": "@openfn/language-http@latest", - "project_credential_id": null - } - }, - "edges": { - "webhook->Get-metadata-file-from-Sharepoint": { - "enabled": true, - "id": "a1a8243d-dfe8-48ff-88ab-793f4176e2ce", - "source_trigger_id": "e86ca050-ad88-4936-8c14-6eac23922017", - "condition_type": "always", - "target_job_id": "c9712182-a389-4664-8e10-f275f87fb478" - }, - "Get-metadata-file-from-Sharepoint->Map-metadata-file-to-option-set-Json-format": { - "enabled": true, - "id": "22252bb8-2e4c-422e-8aa3-667b04d67400", - "source_job_id": "c9712182-a389-4664-8e10-f275f87fb478", - "condition_type": "on_job_success", - "target_job_id": "bbc012b5-4811-4354-888c-f10b0294901d" - }, - "Map-metadata-file-to-option-set-Json-format->Save-option-set-json-to-github": { - "enabled": true, - "id": "3342bdc4-487d-49d2-839c-3c6d7835af8f", - "source_job_id": "bbc012b5-4811-4354-888c-f10b0294901d", - "condition_type": "on_job_success", - "target_job_id": "56f67a06-cf99-42b5-81c5-49c058b5126c" - } - } - }, - "wf2-omrs-dhis2": { - "id": "0f8ec062-1a2d-4f13-a8c5-b8298004512c", - "name": "wf2-omrs-dhis2", - "inserted_at": "2024-11-06T13:23:37.311975Z", - "lock_version": 184, - "triggers": { - "cron": { - "enabled": false, - "id": "51283b68-c07a-4d85-854c-c2e6e93af041", - "type": "cron", - "cron_expression": "0 0 * * *" - } - }, - "jobs": { - "Get-Patients": { - "id": "ab326112-9cdd-4449-8611-b5abc659d4ca", - "name": "Get Patients", - "body": "//Here we define the date cursor\n//$.cursor at beggining of the project 2023-05-20T06:01:24.000+0000\ncursor($.lastRunDateTime || $.manualCursor || '2023-05-20T06:01:24.000+0000');\n// Update the lastRunDateTime for the next run\ncursor('today', {\n key: 'lastRunDateTime',\n format: c => dateFns.format(new Date(c), \"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"),\n});\n\nsearchPatient({ q: 'IQ', v: 'full', limit: '100' });\n//searchPatient({ q: 'Katrina', v: 'full', limit: '100' });\n//Query all patients (q=all) not supported on demo OpenMRS; needs to be configured\n//...so we query all Patients with name \"Patient\" instead\n\nfn(state => {\n const { cursor, data, lastRunDateTime } = state;\n console.log('Filtering patients since:', cursor);\n\n const patients = data.results.filter(({ auditInfo }) => {\n const lastModified = auditInfo?.dateChanged || auditInfo?.dateCreated;\n return lastModified > cursor;\n });\n console.log('# of patients to sync to dhis2 ::', patients.length);\n console.log(\n 'uuids of patients to sync to dhis2 ::',\n patients.map(p => p.uuid)\n );\n\n return { cursor, lastRunDateTime, patients };\n});\n", - "adaptor": "@openfn/language-openmrs@latest", - "project_credential_id": "3141d874-5456-4168-9680-ce04efb1089c" - }, - "Upsert-TEIs": { - "id": "6973c510-b36d-4c42-82f5-b26d8cd36a57", - "name": "Upsert TEIs", - "body": "const buildPatientsUpsert = (state, patient, isNewPatient) => {\n const { nationalityMap, statusMap, placeOflivingMap, genderOptions } = state;\n const DHIS2_PATIENT_NUMBER = '8d79403a-c2cc-11de-8d13-0010c6dffd0f'; //DHIS2 ID or DHIS2 Patient Number\n const OPENMRS_AUTO_ID = '05a29f94-c0ed-11e2-94be-8c13b969e334'; //MSF ID or OpenMRS Patient Number\n const dateCreated = patient.auditInfo.dateCreated.substring(0, 10);\n const findIdentifierByUuid = (identifiers, targetUuid) =>\n identifiers.find(i => i.identifierType.uuid === targetUuid)?.identifier;\n\n const enrollments = [\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n programStage: 'MdTtRixaC1B',\n enrollmentDate: dateCreated,\n },\n ];\n\n const payload = {\n query: {\n ou: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], //upsert on omrs.patient.uid\n },\n data: {\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n {\n attribute: 'fa7uwpCKIwa',\n value: patient.person?.names[0]?.givenName,\n },\n {\n attribute: 'Jt9BhFZkvP2',\n value: patient.person?.names[0]?.familyName,\n },\n {\n attribute: 'P4wdYGkldeG', //DHIS2 ID ==> \"Patient Number\"\n value:\n findIdentifierByUuid(patient.identifiers, DHIS2_PATIENT_NUMBER) ||\n findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID), //map OMRS ID if no DHIS2 id\n },\n {\n attribute: 'ZBoxuExmxcZ', //MSF ID ==> \"OpenMRS Patient Number\"\n value: findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID),\n },\n {\n attribute: 'AYbfTPYMNJH', //\"OpenMRS Patient UID\"\n value: patient.uuid,\n },\n {\n attribute: 'qptKDiv9uPl',\n value: genderOptions[patient.person.gender],\n },\n {\n attribute: 'T1iX2NuPyqS',\n value: patient.person.age,\n },\n {\n attribute: 'WDp4nVor9Z7',\n value: patient.person.birthdate.slice(0, 10),\n },\n {\n attribute: 'rBtrjV1Mqkz', //Place of living\n value: placeOflivingMap[patient.person?.addresses[0]?.cityVillage],\n },\n {\n attribute: 'Xvzc9e0JJmp', //nationality\n value:\n nationalityMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n '24d1fa23-9778-4a8e-9f7b-93f694fc25e2'\n )?.value?.uuid\n ], //input.attributeType = \"24d1fa23-9778-4a8e-9f7b-93f694fc25e2\"\n },\n {\n attribute: 'YUIQIA2ClN6', //current status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'e0b6ed99-72c4-4847-a442-e9929eac4a0f'\n )?.value?.uuid\n ], //input.attributeType = \"e0b6ed99-72c4-4847-a442-e9929eac4a0f\"\n },\n // TODO: Qq6xQ2s6LO8 has an error, Aleksa to ask the client\n {\n attribute: 'Qq6xQ2s6LO8', //legal status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1'\n )?.value?.uuid\n ], //input.attributeType = \"a9b2c642-097f-43f8-b96b-4d2f50ffd9b1\"\n },\n {\n attribute: 'FpuGAOu6itZ', //marital status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n '3884dc76-c271-4bcb-8df8-81c6fb897f53'\n )?.value?.uuid\n ], //input.attributeType = \"3884dc76-c271-4bcb-8df8-81c6fb897f53\"\n },\n {\n attribute: 'v7k4OcXrWR8', //employment status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e'\n )?.value?.uuid\n ], //input.attributeType = \"dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e\"\n },\n {\n attribute: 'SVoT2cVLd5O', //Number of children\n value: patient.person.attributes.find(\n a => a.attributeType.uuid === 'e363161a-9d5c-4331-8463-238938f018ed'\n )?.value, //input.attributeType = \"e363161a-9d5c-4331-8463-238938f018ed\"\n },\n ],\n },\n };\n\n console.log('mapped dhis2 payloads:: ', JSON.stringify(payload, null, 2));\n\n if (isNewPatient) {\n console.log('create enrollment');\n payload.data.enrollments = enrollments;\n }\n\n return payload;\n};\n\nconst delay = ms => new Promise(resolve => setTimeout(resolve, ms));\n\neach(\n '$.patients[*]',\n get(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n filter: [`AYbfTPYMNJH:Eq:${$.data?.uuid}`],\n program: 'w9MSPn5oSqp',\n },\n {},\n async state => {\n const patient = state.references.at(-1);\n console.log(patient.uuid, 'patient uuid');\n\n const isNewPatient = state.data.instances.length === 0;\n\n state.patientsUpsert ??= [];\n state.patientsUpsert.push(\n buildPatientsUpsert(state, patient, isNewPatient)\n );\n await delay(2000);\n return state;\n }\n )\n);\n\n// Upsert TEIs to DHIS2\neach(\n $.patientsUpsert,\n upsert('trackedEntityInstances', $.data.query, $.data.data)\n);\nfn(state => {\n const {\n data,\n response,\n references,\n patients,\n statusMap,\n patientsUpsert,\n nationalityMap,\n placeOflivingMap,\n genderOptions,\n ...next\n } = state;\n\n next.patientUuids = patients.map(p => p.uuid);\n return next;\n});\n", - "adaptor": "@openfn/language-dhis2@5.0.1", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" - }, - "Get-Encounters": { - "id": "8fb577e5-d068-4d47-8172-81f08153ced9", - "name": "Get Encounters", - "body": "const formUuids = [\n '82db23a1-4eb1-3f3c-bb65-b7ebfe95b19b',\n '6a3e1e0e-dd13-3465-b8f5-ee2d42691fe5',\n 'be8c12f9-e6fd-369a-9bc7-46a191866f15',\n '48577ac5-d9c0-3000-9bac-075409b38336',\n 'ee6b1b06-3163-334a-8538-be69250af727',\n];\n// Fetch patient encounters then filter by cursor date\n// OpenMRS demo instance does not support querying ALL records (q=all)\neach(\n '$.patientUuids[*]',\n getEncounters({ patient: $.data, v: 'full' }, state => {\n const patientUuid = state.references.at(-1);\n const filteredEncounters = formUuids.map(formUuid =>\n state.data.results.filter(\n encounter =>\n encounter.encounterDatetime >= state.cursor &&\n encounter?.form?.uuid === formUuid\n )\n );\n\n state.encounters ??= [];\n state.encounters.push(\n filteredEncounters.map(encounters => encounters[0]).filter(e => e)\n );\n\n console.log(\n filteredEncounters.flat().length,\n `# of filtered encounters found in OMRS for ${patientUuid}`\n );\n\n return state;\n })\n);\n\n// Log filtered encounters\nfn(state => {\n const {\n data,\n index,\n response,\n encounters,\n references,\n patientUuids,\n ...next\n } = state;\n next.encounters = encounters.flat();\n console.log(next.encounters.length, '# of new encounters to sync to dhis2');\n\n return next;\n});\n", - "adaptor": "@openfn/language-openmrs@4.0.0", - "project_credential_id": "3141d874-5456-4168-9680-ce04efb1089c" - }, - "Get-Options-Map": { - "id": "175ac575-ea3d-470e-8faf-61de514e222e", - "name": "Get Options Map", - "body": "// state.mhgapClosure = { //Waiting on form\n// yUT7HyjWurN: 'encounter-date', // encounterDate\n// };\nget(\n 'https://raw.githubusercontent.com/OpenFn/openfn-lime-pilot/refs/heads/main/metadata/metadata_mapping.json',\n { parseAs: 'json' }\n);\n\nfn(({ data, response, references, ...next }) => {\n const {\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n } = data;\n\n next.optionSets = optionSets;\n next.formMaps = {\n '6a3e1e0e-dd13-3465-b8f5-ee2d42691fe5': {\n //formName: mhpss baseline\n programStage: 'MdTtRixaC1B',\n dataValueMap: f01MhpssBaseline,\n },\n '82db23a1-4eb1-3f3c-bb65-b7ebfe95b19b': {\n ////formName: mhgap baseline\n programStage: 'EZJ9FsNau7Q',\n dataValueMap: f03MhgapBaseline,\n },\n 'be8c12f9-e6fd-369a-9bc7-46a191866f15': {\n //formName: mhpss followup\n programStage: 'eUCtSH80vMe',\n dataValueMap: f02MhpssFollowUp,\n },\n '48577ac5-d9c0-3000-9bac-075409b38336': {\n //formName: mhgap followup\n programStage: 'hjHwYnSfJnX',\n dataValueMap: f04MhgapFollowUp,\n },\n 'ee6b1b06-3163-334a-8538-be69250af727': {\n //formName: mhpss closure\n programStage: 'xrCTheIzyDV',\n dataValueMap: f05MhpssClosure,\n },\n };\n return next;\n});\n", - "adaptor": "@openfn/language-http@latest", - "project_credential_id": null - }, - "Get-TEIs": { - "id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3", - "name": "Get TEIs", - "body": "const delay = ms => new Promise(resolve => setTimeout(resolve, ms));\n\neach(\n '$.encounters[*]',\n get(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`AYbfTPYMNJH:Eq:${$.data.patient.uuid}`],\n fields: '*',\n },\n {},\n async state => {\n const encounter = state.references.at(-1);\n console.log(encounter.patient.uuid, 'Encounter patient uuid');\n\n const { trackedEntity, enrollments } = state.data?.instances?.[0] || {};\n if (trackedEntity && enrollments) {\n state.TEIs ??= {};\n state.TEIs[encounter.patient.uuid] = {\n trackedEntity,\n enrollment: enrollments[0]?.enrollment,\n };\n }\n\n await delay(2000);\n return state;\n }\n )\n);\n", - "adaptor": "@openfn/language-dhis2@5.0.1", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" - }, - "Create-Events": { - "id": "932645d8-ddb8-4d00-841e-7fe7af214837", - "name": "Create Events", - "body": "const processAnswer = (answer, conceptUuid, dataElement, optionSets) => {\n // console.log('Has answer', conceptUuid, dataElement);\n return typeof answer.value === 'object'\n ? processObjectAnswer(answer, conceptUuid, dataElement, optionSets)\n : processOtherAnswer(answer, conceptUuid, dataElement);\n};\n\nconst processObjectAnswer = (answer, conceptUuid, dataElement, optionSets) => {\n if (isDiagnosisByPsychologist(conceptUuid, dataElement)) {\n return '' + answer.value.uuid === '278401ee-3d6f-4c65-9455-f1c16d0a7a98';\n }\n return findMatchingOption(answer, optionSets);\n};\n\nconst processOtherAnswer = (answer, conceptUuid, dataElement) => {\n if (isPhq9Score(answer.value, conceptUuid, dataElement)) {\n return getRangePhq(answer.value);\n }\n return answer.value;\n};\n\nconst processNoAnswer = (data, conceptUuid, dataElement) => {\n // console.log('No answer', conceptUuid, dataElement);\n if (isEncounterDate(conceptUuid, dataElement)) {\n return data.encounterDatetime.replace('+0000', '');\n }\n return '';\n};\n\nconst findMatchingOption = (answer, optionSets) => {\n const matchingOption = optionSets.find(\n o => o['value.uuid - External ID'] === answer.value.uuid\n )?.['DHIS2 Option Code'];\n\n return matchingOption || '';\n};\n\nconst isEncounterDate = (conceptUuid, dataElement) => {\n return (\n conceptUuid === 'encounter-date' &&\n ['CXS4qAJH2qD', 'I7phgLmRWQq', 'yUT7HyjWurN'].includes(dataElement)\n );\n};\n\nconst isDiagnosisByPsychologist = (conceptUuid, dataElement) =>\n conceptUuid === '722dd83a-c1cf-48ad-ac99-45ac131ccc96' &&\n dataElement === 'pN4iQH4AEzk';\n\nconst isPhq9Score = (value, conceptUuid, dataElement) =>\n typeof value === 'number' &&\n conceptUuid === '5f3d618e-5c89-43bd-8c79-07e4e98c2f23' &&\n dataElement === 'tsFOVnlc6lz';\n\nconst getRangePhq = input => {\n if (input >= 20) return '>20';\n if (input >= 15) return '15_19';\n if (input >= 10) return '10_14';\n if (input >= 5) return '5_9';\n return '0_4';\n};\n\nconst dataValuesMapping = (data, dataValueMap, optionSets) => {\n return Object.keys(dataValueMap)\n .map(dataElement => {\n const conceptUuid = dataValueMap[dataElement];\n const answer = data.obs.find(o => o.concept.uuid === conceptUuid);\n const value = answer\n ? processAnswer(answer, conceptUuid, dataElement, optionSets)\n : processNoAnswer(data, conceptUuid, dataElement);\n\n return { dataElement, value };\n })\n .filter(d => d);\n};\n\n// Prepare DHIS2 data model for create events\nfn(state => {\n state.encountersMapping = state.encounters.map(data => {\n const form = state.formMaps[data.form.uuid];\n const eventDate = data.encounterDatetime.replace('+0000', '');\n const { trackedEntity, enrollment } = state.TEIs[data.patient.uuid];\n\n const event = {\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityInstance: trackedEntity,\n enrollment,\n eventDate,\n };\n if (form) {\n return {\n ...event,\n programStage: form.programStage,\n dataValues: dataValuesMapping(data, form.dataValueMap, state.optionSets),\n };\n }\n });\n\n return state;\n});\n\n// Create events for each encounter\neach(\n '$.encountersMapping[*]',\n create(\n 'events',\n state => {\n console.log('dhis2 event to import:: ', state.data);\n return state.data;\n },\n {\n params: {\n dataElementIdScheme: 'UID',\n },\n }\n )\n);\n\nfn(state => {\n const latestGenderUpdate = state.encounters.reduce((acc, e) => {\n const answer = e.obs.find(\n o => o.concept.uuid === 'ec42d68d-3e23-43de-b8c5-a03bb538e7c7'\n );\n if (answer) {\n const personUuid = answer.person.uuid;\n if (\n !acc[personUuid] ||\n new Date(answer.obsDatetime) > new Date(acc[personUuid].obsDatetime)\n ) {\n acc[personUuid] = answer;\n }\n }\n return acc;\n }, {});\n\n state.genderUpdated = Object.values(latestGenderUpdate);\n\n return state;\n});\n\n// Return only lastRunDateTime\nfnIf(\n state => state.genderUpdated.length === 0,\n ({ lastRunDateTime }) => ({ lastRunDateTime })\n);\n", - "adaptor": "@openfn/language-dhis2@5.0.1", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" - }, - "Mappings": { - "id": "79b58ab5-cb0a-44a5-b230-776b4016464a", - "name": "Mappings", - "body": "fn(state => {\n state.placeOflivingMap = {\n 'Al Ayadya': 'lon42.423409_lat36.481517',\n 'Al Bosaif': 'lon43.159987_lat36.27218',\n 'Al Jazaer': 'lon43.164382_lat36.354178',\n 'Al Karama': 'lon43.203229_lat36.341201',\n 'Al Mothana': 'lon43.171821_lat36.37478',\n 'Al Nabi Younis': 'lon43.165939_lat36.348147',\n 'Al Qawsyat': 'lon43.103793_lat36.440127',\n 'Al Rashedia': 'lon43.092499_lat36.405267',\n 'Al Sahaji': 'lon42.94467_lat36.280869',\n 'Al Salamya': 'lon43.314713_lat36.142365',\n 'Al Shora': 'lon43.223899_lat35.994031',\n 'Al Sokar': 'lon43.169151_lat36.389263',\n 'Al Zahra': 'lon43.209061_lat36.384103',\n 'Al-Abar': 'lon43.097359_lat36.337313',\n 'Al-Adba': 'lon43.107228_lat36.228804',\n Alamel: 'lon43.095958_lat36.324676',\n 'Al-Araby': 'lon43.116613_lat36.405873',\n Alathba: 'lon43.107062_lat36.228771',\n 'Al-Auraiby': 'lon43.092403_lat36.35815',\n 'Al-Baaj': 'lon41.715935_lat36.04154',\n 'Al-Bakeer': 'lon43.2005_lat36.372429',\n 'Al-Dandan': 'lon43.146081_lat36.33257',\n 'Al-Ekhaa': 'lon43.216323_lat36.353175',\n 'Al-Ektasadeen': 'lon43.086044_lat36.361673',\n 'Al-Entesar': 'lon43.213825_lat36.326253',\n Aleslaah: 'lon43.082506_lat36.350517',\n 'Al-Faroak': 'lon43.128901_lat36.337586',\n Alflah: 'lon43.183338_lat36.394155',\n Algosq: 'lon43.150265_lat36.327732',\n Algzlany: 'lon43.137129_lat36.320443',\n 'Al-Hadbaa': 'lon43.15051_lat36.394474',\n Alhrmat: 'lon43.072674_lat36.362245',\n 'Al-Humaidat': 'lon42.978138_lat36.403105',\n Aljazeera: 'lon42.268108_lat35.764664',\n 'Al-Kadasia': 'lon43.200525_lat36.380719',\n 'Al-Kuba': 'lon43.072704_lat36.410733',\n 'Al-Ma`Mun': 'lon43.10664_lat36.310099',\n 'Al-Maghrab': 'lon43.079798_lat36.334318',\n Almalayeen: 'lon43.103821_lat36.424167',\n 'Al-Masarf': 'lon43.179613_lat36.38814',\n 'Al-Matahen': 'lon43.09246_lat36.338635',\n Almnsoor: 'lon43.11188_lat36.318691',\n Almoaly: 'lon42.838777_lat36.324391',\n Almohalabya: 'lon42.703975_lat36.265162',\n Almshahda: 'lon43.120709_lat36.343216',\n 'Al-Mualamin': 'lon42.923458_lat36.31039',\n Almuhandseen: 'lon43.137239_lat36.367498',\n Alngar: 'lon43.100449_lat36.357173',\n Alnuor: 'lon43.187796_lat36.365769',\n Alobor: 'lon43.059863_lat36.313292',\n Alquds: 'lon43.22851_lat36.344222',\n 'Al-Qyaraa': 'lon43.29582_lat35.798215',\n Alresala: 'lon43.090091_lat36.322804',\n 'Al-Rifa`I': 'lon43.102846_lat36.360217',\n 'Al-Saaha': 'lon43.097854_lat36.34371',\n 'Al-Sahaji': 'lon42.94396_lat36.280114',\n 'Al-Samah': 'lon43.212253_lat36.35825',\n 'Al-Sekak': 'lon43.100669_lat36.339441',\n 'Al-Shefaa': 'lon43.121928_lat36.352',\n Alshohadaa: 'lon43.101322_lat36.318532',\n Alshykhan: 'lon43.350052_lat36.691541',\n 'Alsinaa Alkadema': 'lon43.071956_lat36.347428',\n Alsmood: 'lon43.111796_lat36.320265',\n 'Al-Tahrer': 'lon43.201287_lat36.390342',\n 'Al-Taiaran': 'lon43.140315_lat36.325341',\n Altank: 'lon43.069844_lat36.334344',\n Althoraa: 'lon43.110259_lat36.343145',\n 'Al-Wahdaa': 'lon43.184839_lat36.331538',\n 'Al-Warshan': 'lon43.097102_lat36.350075',\n Alyrmoq: 'lon43.082273_lat36.336458',\n Alzngly: 'lon43.109626_lat36.353944',\n 'Aski Mousl': 'lon42.73514_lat36.513471',\n Auenat: 'lon42.399071_lat36.67976',\n 'Bab Al-Bead': 'lon43.127605_lat36.334953',\n Badush: 'lon42.967959_lat36.41445',\n Bartella: 'lon43.380304_lat36.349597',\n Basheeka: 'lon43.342171_lat36.451798',\n Dohok: 'lon42.9842_lat36.859369',\n Gogjali: 'lon43.246833_lat36.353981',\n 'Hamaam Alaleel': 'lon43.260379_lat36.160157',\n 'Hawi Al-Kanisa': 'lon43.085152_lat36.381247',\n 'Mosul Algdida': 'lon43.104377_lat36.331809',\n 'Mosul Al-Kadema': 'lon43.126541_lat36.342823',\n Msherfa: 'lon43.179668_lat36.387648',\n Nablus: 'lon43.084701_lat36.328359',\n Rabeaa: 'lon42.08276_lat36.808678',\n 'Ragm Hadid': 'lon43.076396_lat36.326236',\n Sadam: 'lon43.208775_lat36.383105',\n Sanjar: 'lon41.864538_lat36.316244',\n Somer: 'lon43.200918_lat36.301028',\n Sumeel: 'lon42.847606_lat36.857084',\n 'Tal Abta': 'lon42.563028_lat35.94226',\n 'Tal Afer': 'lon42.450003_lat36.374589',\n 'Tal Alroman': 'lon43.089466_lat36.316493',\n 'Tal Keef': 'lon43.120284_lat36.489935',\n 'Tal Zalt': 'lon42.829782_lat36.282837',\n Tmooz: 'lon43.084933_lat36.365008',\n 'Twim & Mjarin': 'lon42.692998_lat36.363335',\n 'Wady Alaen': 'lon43.103452_lat36.325881',\n 'Wady Hagr': 'lon43.126976_lat36.320946',\n Zakho: 'lon42.688446_lat37.146393',\n Zumar: 'lon42.603252_lat36.655901',\n Other: 'lon0.0_lat0.0',\n };\n return state;\n});\nfn(state => {\n state.nationalityMap = {\n '84066564-253e-43d8-b141-76730cffa878': 'afghanistan',\n 'db21f4f9-faf2-4358-8297-0ae76627b3b8': 'albania',\n '5f6c017f-074c-46b3-92d0-d055e2094366': 'algeria',\n '8a2e5a03-8a74-41ae-9a98-2310f9ce400d': 'angola',\n 'c911af8a-171c-4ee9-b1ff-934373e8a819': 'anguilla',\n 'b83d24e8-34d8-4920-83c0-8ba014467ff4': 'argentina',\n '39f1652a-f2b7-4b65-a7e1-7097ac6cdef0': 'armenia',\n 'f3f1cba1-7c1e-4234-86a2-f27bb5964fee': 'aruba',\n '29750013-0e35-47ca-8f77-9192a923fb07': 'azerbaijan',\n 'a99de53c-ce76-4b1e-91b2-461094baf79e': 'bangladesh',\n '664baba4-c552-47b9-97c0-ff67dafd27d6': 'belarus',\n 'cf863e31-bb38-48ed-90dd-f3dedcac304c': 'benin',\n 'd45a57c9-994f-4deb-8845-9b785860a2ec': 'bhutan',\n 'd8800d10-862b-42f1-8e22-cac1ce1bbcae': 'bolivia',\n '05d8f4ef-45eb-463d-b2f3-8a5a613ee6b9': 'bosnia_and_herzegovina',\n '1304a0de-5b70-4d36-a873-e72a82963316': 'botswana',\n '353ff388-64e6-434c-b78f-ca9636390389': 'brazil',\n 'b02c6d20-83a2-4947-8a7d-91d1f9c4d8a2': 'british_virgin_islands',\n '91c85a62-2b02-483a-aefd-e29d368565fe': 'bulgaria',\n '6c90c1ae-17a4-4e94-a267-4fba4c94efd8': 'burkina_faso',\n '8a2ed0db-eaad-44bc-bf06-5cb1b2a3db0b': 'burundi',\n '4fd14df8-8279-4dfa-bdd3-e1ab26bc0264': 'cambodia',\n '873552ac-9850-4cc1-ae09-17eb0fccf405': 'cameroon',\n 'cfbc220a-1d6c-4469-bb6d-a8e3deb4f7e7': 'cape_verde',\n '61a4c4a4-25c2-4459-a874-ec1d24f8323a': 'central_african_republic',\n '9e41e71c-f5d5-456c-a6f9-2129b8055bfc': 'chad',\n '05333883-44e9-4f57-836a-041391803007': 'chile',\n '15016874-3e20-484a-baa8-9b94e1a3d358': 'china',\n 'a008dff8-ce96-4662-bf8a-372e43d424f0': 'colombia',\n '9d8738c8-40c2-4c66-aabb-ef176a20ffe8': 'comoros',\n 'fb52f8c9-40ec-4dc4-92a4-d465612de2ff': 'costa_rica',\n '513cb36a-3f67-46ea-a789-fcdaca0e26f5': 'cote_divoire',\n '147c2434-5d7e-420c-8053-ba623301f3f5': 'cuba',\n 'cf5b334f-1c0f-41fc-ab54-53ff1e942830': 'djibouti',\n 'f70e51e5-b76c-4c38-9bf2-ef8e1f308ce1': 'dominica',\n 'ce72fc9b-619b-4c32-b865-600e888ad814': 'dominican_republic',\n '8f6d3d2a-e09f-473b-99c9-e539f97ceab6': 'drc_congo',\n '854f2f66-40e1-4a6a-9dee-09c832a52289': 'east_timor',\n 'f9810f9a-78a7-42a2-99e6-19c629642386': 'ecuador',\n 'cc7343f8-9243-4d09-b378-58363850d624': 'egypt',\n '9a34935e-5a8a-45be-8ccd-cb23192e420f': 'el_salvador',\n '7e591605-d723-4398-982a-8737af63a2dc': 'equatorial_guinea',\n 'c61f03c2-0d1f-444f-a974-0a61063aff71': 'eritrea',\n '7478d375-014e-410e-a355-090143e88f5b': 'ethiopia',\n '9f46ae06-114a-47fa-8f8d-e9749f04da25': 'gabon',\n '5ec7ddd7-14a5-48ec-9e7c-8896d1010655': 'gambia',\n 'bc71788f-db69-4b6f-8d1c-57a74395bdd2': 'georgia',\n '2eb4ff46-d908-4148-9b0d-40ccfc1a655a': 'ghana',\n 'b75d6bcc-fadf-4141-8d0f-2463154b89f7': 'greece',\n '51fa502b-98a3-4c42-b5fd-7b4d64489bb9': 'guam',\n '3725a4d2-b28f-466b-905a-bafeaeb75855': 'guatemala',\n 'eeaff39c-8afd-43f7-b9a0-53729f5df1d8': 'guinea',\n '14e90203-9197-42ea-9222-acafd2fd6984': 'guinea_bissau',\n 'ba4dfa7e-f3cd-4e94-8ca7-6b96a93378a8': 'guyana',\n 'f76f7dcb-f82e-4257-a627-1685ff3f3586': 'haiti',\n 'cdd1336e-495b-4868-aace-57a84442d6fd': 'honduras',\n '378d0107-eb43-485d-930c-0704b4e5aa11': 'india',\n '1cbe17e6-adc2-4680-bee0-54d94af75ebf': 'indonesia',\n 'b422270e-d8af-4a32-b523-742545a17a3f': 'iran',\n '03aa7d6e-7656-48e4-8dc0-5e27706722c0': 'iraq',\n '842f963c-f84d-4076-a8db-337295fd9b91': 'jordan',\n '6f6d0e78-2c81-411d-8d13-367e250dc110': 'kazakhstan',\n 'ad351a33-8846-4cad-8195-b07b6041d4a5': 'kenya',\n '4aee7a88-cda9-454e-9f25-4a6420270417': 'kuwait',\n 'ace3b851-042b-46a6-8fea-68aae042d614': 'kyrgyzstan',\n 'dfb01b39-c224-459e-b045-dd9461b9a1e5': 'laos',\n '7de78f22-f53e-48d2-923f-ae1e4d814f46': 'lebanon',\n 'b35b29c5-9bb7-4b40-ad33-29eecd28a9e6': 'lesotho',\n 'a5fd61b4-fd27-433d-8428-7e88a7f27921': 'liberia',\n '600c6af4-b767-423c-b942-7f06ca467258': 'libya',\n '5837cc40-9ab5-4088-91c8-ca6e4b57e903': 'macedonia',\n '3782bf3c-380e-4b60-b21a-38199073f112': 'madagascar',\n 'e8b5f188-6a5c-43ae-b4a5-200abb13153e': 'malawi',\n '3facca11-fbaa-4c40-8fac-4751d45c3f1b': 'malaysia',\n '3e844a47-526a-46f9-afea-1af9ff8690aa': 'mali',\n '051ce04e-05e8-4430-8b75-3e499bbffbc8': 'martinique',\n '8acb006b-8596-4a98-8177-acb4cb575956': 'mauritania',\n '17ced083-eb2a-4046-a713-26cabc7af95d': 'mauritius',\n '1af148fe-2698-4b89-bf7f-87e5c48b6848': 'mayotte',\n '8381208f-01ca-4ed3-8f2c-f73ed1c316e3': 'mexico',\n 'f0e9c8b5-69b5-48df-8cb9-2d089ba04e46': 'moldova',\n '9f341cb1-dcb5-4f6c-bd21-b57db01b4193': 'mongolia',\n 'ef467a17-91e8-4124-a136-7ed8ff7c7d15': 'morocco',\n '0916133b-4d93-4d60-9c20-e7ee3936f391': 'mozambique',\n 'e81ba700-f9fc-4ed0-b248-578a25717cdb': 'myanmar',\n '0cb123dc-8810-4840-b6ab-6a527c5a79ef': 'namibia',\n '3386fe63-2158-4040-a502-9f65fd2079d3': 'nauru',\n 'fb01b01a-6775-423c-8012-7d43f587cb6c': 'nepal',\n 'e67c072b-7707-491f-8c2e-13c914216b61': 'new_caledonia',\n 'f6a9521c-596b-49f9-b914-67138e8c17e6': 'nicaragua',\n '7561db90-a866-4443-93f4-95cac1d47e9c': 'niger',\n '4134651a-7f53-45fb-8bc6-7fed9cf36f51': 'nigeria',\n '4d3079e4-8568-48e6-9342-665896875a38': 'north_korea',\n '9b0af037-99d1-43b8-ac06-82137ec4b06d': 'oman',\n Other: 'other',\n 'f45d93c3-c9b0-4333-a5e6-299b7c425812': 'pakistan',\n 'e2a19948-49aa-44c0-98ef-67ae1160ef43': 'palestine',\n '1ef5a828-9d0d-4336-91ab-880d5dc0151c': 'panama',\n 'e1e6b451-d7fe-4954-b225-99b2de82a4c0': 'papua_new_guinea',\n 'd8412016-82f5-4801-a026-1bdc429850b7': 'paraguay',\n 'e74fa87f-8469-46b0-975f-6cb37c394564': 'peru',\n 'bdbd5c9f-1f28-4f4d-a254-4a84f8bb2c8f': 'philippines',\n '39fca1d0-d2e7-4b13-82bd-626fbec71252': 'puerto_rico',\n '5db9afa5-b57e-4f45-8b1c-af766f14fc58': 'republic_of_congo',\n '1dae4b2d-50c9-4bf1-b25a-7063600a5e74': 'reunion',\n '457e745e-ae97-463d-95a9-8d5689d3ca2b': 'romania',\n '6bc925a1-7699-496a-85b0-c290699381db': 'rwanda',\n 'e03b381b-a7f4-40eb-964f-51571dc3c48c': 'samoa',\n 'f66bbb42-684f-42d7-bfcd-95d586eb7dc9': 'sao_tome_and_principe',\n 'fdf495a4-e60c-46f7-a8a2-61a216849086': 'saudi_arabia',\n 'ad948f1b-0733-4f8d-b049-d64289b43a10': 'senegal',\n 'd2e69cef-3bff-4220-ba91-a6a678fb606b': 'serbia',\n 'ffba9caf-b6aa-4078-845e-578f7a7fd566': 'sierra_leone',\n '99c8dccc-4dfa-4d30-86be-42a309ab431f': 'somalia',\n '75882d62-1c55-480d-b411-8ca40c3307df': 'south_africa',\n '0603d6b9-334f-4443-ab60-7c5d457b95fc': 'south_korea',\n 'f113e24e-2ea9-49a2-9b28-59241b9adb21': 'south_sudan',\n 'b0031c01-d242-4410-b98b-cc1511590b85': 'sri_lanka',\n '2f03a932-2b75-4e8b-9f44-0fcd83c75dc4': 'sudan',\n 'c65d3329-98d4-4dd7-89d3-141b70d00eb2': 'suriname',\n '06a2703b-af17-4e44-83f5-6cc9a8a75320': 'swaziland',\n 'dcdcdc70-a006-4b0a-bac2-7de89b022b65': 'switzerland',\n '1e34ee55-ef9f-4386-bae6-6995555ded75': 'syria',\n '34836c60-5449-48d6-b3c9-c0b3361b9f2c': 'tajikistan',\n '050a8eb1-0d77-4f65-a2da-776a13bcd2a4': 'tanzania',\n '289ac5bd-6434-4837-86bf-b54d22970ac8': 'thailand',\n '6a583e64-869d-477d-a1c1-746320d45fc4': 'togo',\n 'd381f06d-2365-4f40-948b-cfe90d8cb532': 'tonga',\n '56be7864-fde6-4db3-8fa5-b9dd42cd9c53': 'tunisia',\n '7429c779-1d3a-4aec-8256-d0b1637e1bd1': 'turkey',\n '3ef17df5-299b-4385-9ea6-572df4b6f9ca': 'turkmenistan',\n 'be3d11d3-446d-440c-a582-d01c7cbb0eda': 'uganda',\n '38c99c8d-2b93-4848-a537-b1865a260bb2': 'ukraine',\n Unknown: 'unknown',\n 'c2e45baf-748b-4d7b-a391-ed6b802b6f94': 'uruguay',\n '60512350-d79b-41aa-aff0-1b28ca4aa5f1': 'uzbekistan',\n '557cea4a-0049-4b7a-b373-ed63f294a2a0': 'venezuela',\n '49509c5f-e533-48a8-bf06-86935e3376b2': 'vietnam',\n '4086dfd2-f4f5-4107-93e8-07bee235af8f': 'western_sahara',\n '6a3214e0-f94b-414c-8148-968e24386671': 'yemen',\n '3ec0432d-ea37-4159-a658-29d6f07fe21a': 'zambia',\n 'ce1b0d8d-0a2d-4f93-a6ed-64aca2fd0f45': 'zimbabwe',\n };\n\n state.statusMap = {\n '18692c24-4d33-4cdc-a92c-bf4138da5d6d': 'unknown', //Inconnu\n 'f921ffdd-72ca-4d58-a89b-1fa2e959d110': 'asylum_seeker',\n '2bacead2-f280-457c-9d28-e80e106f7d25': 'no_status',\n 'MSF-AAAAAA000000000000001929': 'refugee',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n '20b8524e-4c26-4fa0-81f0-fa23ebacc54d': 'single',\n 'MSF-AAAAAA000000000000001863': 'married',\n 'MSF-AAAAAA000000000000001864': 'widowed',\n 'MSF-AAAAAA000000000000001865': 'divorced_separated',\n '1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'concubine',\n 'MSF-AAAAAA000000000000001823': 'not_applicable',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n 'MSF-AAAAAA000000000000001871': 'student',\n '4a18a820-f3a1-4bb7-9138-558a9ecc81da': 'fixed_employee',\n '2cb73bee-7f94-4695-89c7-c81187dbc90c': 'occasional_employee',\n 'MSF-AAAAAA000000000000001870': 'unemployed',\n '9b14b4d4-b749-4acf-acfe-79c480f3c4b3': 'housewife',\n 'MSF-AAAAAA000000000000001823': 'not_applicable',\n 'MSF-AAAAAA000000000000001329': 'unknown',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n 'MSF-AAAAAA000000000000001930': 'idp',\n '515c5abe-4172-4d0c-a991-0de2888228d7': 'internationally_displaced',\n 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92': 'non_displaced',\n 'fc49acaa-ece2-4365-9dfb-70c2105de8b1': 'returnee',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n };\n\n state.genderOptions = {\n M: 'male',\n F: 'female',\n U: 'unknown',\n O: 'prefer_not_to_answer',\n };\n\n return state;\n});\n", - "adaptor": "@openfn/language-common@latest", - "project_credential_id": null - }, - "Update-TEIs-with-Sex": { - "id": "b30b4200-d2f8-4c7a-827a-bec10c64fbc3", - "name": "Update TEIs with Sex", - "body": "fn(state => {\n const { optionSets, genderUpdated, TEIs } = state;\n const genderMap = optionSets\n .filter(o => o['DHIS2 DE UID'] === 'qptKDiv9uPl')\n .reduce((acc, obj) => {\n acc[obj['value.display - Answers']] = obj['DHIS2 Option Code'];\n return acc;\n }, {});\n\n state.teisToUpdate = genderUpdated.map(answer => {\n const { trackedEntity } = TEIs[answer.person.uuid];\n return {\n trackedEntity,\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n {\n attribute: 'qptKDiv9uPl', //gender\n value: genderMap[answer.value.display],\n },\n {\n attribute: 'AYbfTPYMNJH', //OpenMRS Patient UID to use to upsert TEI\n value: answer.person.uuid,\n },\n ],\n };\n });\n return state;\n});\n\n// Update TEIs\ncreate(\n 'tracker',\n { trackedEntities: $.teisToUpdate },\n { params: { async: false, importStrategy: 'UPDATE' } }\n);\n// Return only lastRunDateTime\nfn(({ lastRunDateTime }) => ({ lastRunDateTime }));\n", - "adaptor": "@openfn/language-dhis2@5.0.1", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" - } - }, - "edges": { - "cron->Get-Patients": { - "enabled": true, - "id": "7d239f46-635e-4b7f-8706-6a3d08d473db", - "source_trigger_id": "51283b68-c07a-4d85-854c-c2e6e93af041", - "condition_type": "always", - "target_job_id": "ab326112-9cdd-4449-8611-b5abc659d4ca" - }, - "Upsert-TEIs->Get-Encounters": { - "enabled": true, - "id": "79ca3ec3-641f-4167-8fe3-a96c40cc9954", - "source_job_id": "6973c510-b36d-4c42-82f5-b26d8cd36a57", - "condition_expression": "state.patientUuids.length > 0 && !state.errors\n", - "condition_type": "js_expression", - "condition_label": "has-patient-uuids", - "target_job_id": "8fb577e5-d068-4d47-8172-81f08153ced9" - }, - "Get-Encounters->Get-Options-Map": { - "enabled": false, - "id": "e0c3565e-a875-429c-8ce3-138df39fdf4c", - "source_job_id": "8fb577e5-d068-4d47-8172-81f08153ced9", - "condition_expression": "state.encounters.length > 0\n", - "condition_type": "js_expression", - "condition_label": "has-encounters", - "target_job_id": "175ac575-ea3d-470e-8faf-61de514e222e" - }, - "Get-Options-Map->Get-TEIs": { - "enabled": true, - "id": "eb6bf369-19b8-4608-86a7-95935831ee6e", - "source_job_id": "175ac575-ea3d-470e-8faf-61de514e222e", - "condition_expression": "!state.errors && state.encounters.length > 0", - "condition_type": "on_job_success", - "target_job_id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3" - }, - "Get-TEIs->Create-Events": { - "enabled": true, - "id": "32b04529-a796-461c-8a0a-a5e543ef535e", - "source_job_id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3", - "condition_expression": "state.TEIs && !state.errors\n", - "condition_type": "js_expression", - "condition_label": "has-teis", - "target_job_id": "932645d8-ddb8-4d00-841e-7fe7af214837" - }, - "Mappings->Upsert-TEIs": { - "enabled": true, - "id": "5619b87c-685d-45b7-b2b6-ef598018d360", - "source_job_id": "79b58ab5-cb0a-44a5-b230-776b4016464a", - "condition_type": "on_job_success", - "target_job_id": "6973c510-b36d-4c42-82f5-b26d8cd36a57" - }, - "Get-Patients->Mappings": { - "enabled": true, - "id": "65613153-275c-4897-a6ad-256ad818358c", - "source_job_id": "ab326112-9cdd-4449-8611-b5abc659d4ca", - "condition_expression": "state.patients.length > 0 && !state.errors\n", - "condition_type": "js_expression", - "condition_label": "has-patients", - "target_job_id": "79b58ab5-cb0a-44a5-b230-776b4016464a" - }, - "Create-Events->Update-TEIs-with-Sex": { - "enabled": true, - "id": "456bc7f5-04cf-4d3c-91a1-9ecbfee0c986", - "source_job_id": "932645d8-ddb8-4d00-841e-7fe7af214837", - "condition_expression": "state.genderUpdated.length > 0 && !state.errors\n", - "condition_type": "js_expression", - "condition_label": "has-gender-updated", - "target_job_id": "b30b4200-d2f8-4c7a-827a-bec10c64fbc3" - } - } - } - }, "requires_mfa": false } \ No newline at end of file From 54ae1932ccd22fb45dcb1232e97babc5a5df9f55 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:37:51 +0300 Subject: [PATCH 06/61] [skip actions] Disconnect OpenFn: delete .github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml --- ...d57-9a3c-4318-bdcb-f57a386cf811-deploy.yml | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml diff --git a/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml b/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml deleted file mode 100644 index f2f3d20..0000000 --- a/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml +++ /dev/null @@ -1,21 +0,0 @@ -on: - push: - branches: - - staging - -concurrency: - group: openfn-deployment - cancel-in-progress: false - -jobs: - deploy-to-lightning: - runs-on: ubuntu-latest - name: A job to deploy to Lightning - permissions: - contents: write - steps: - - name: openfn deploy - uses: openfn/cli-deploy-action@v1.0.0 - with: - secret_input: ${{ secrets.OPENFN_cd92dd57_9a3c_4318_bdcb_f57a386cf811_API_KEY }} - config_path_input: 'openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json' From dcf38290d37239649a97b84412169a12bbd33343 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:37:53 +0300 Subject: [PATCH 07/61] [skip actions] Disconnect OpenFn: delete openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json --- openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json deleted file mode 100644 index e49cc74..0000000 --- a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "endpoint": "https://app.openfn.org", - "specPath": "openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml", - "statePath": "openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json" -} \ No newline at end of file From 69da6d622428ce4cb744accc456c9424a5977cbb Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:38:56 +0300 Subject: [PATCH 08/61] Configure OpenFn --- ...d57-9a3c-4318-bdcb-f57a386cf811-deploy.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml diff --git a/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml b/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml new file mode 100644 index 0000000..8846559 --- /dev/null +++ b/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml @@ -0,0 +1,21 @@ +on: + push: + branches: + - staging + +concurrency: + group: openfn-deployment + cancel-in-progress: false + +jobs: + deploy-to-lightning: + runs-on: ubuntu-latest + name: A job to deploy to Lightning + permissions: + contents: write + steps: + - name: openfn deploy + uses: openfn/cli-deploy-action@v1.0.0 + with: + secret_input: ${{ secrets.OPENFN_cd92dd57_9a3c_4318_bdcb_f57a386cf811_API_KEY }} + config_path_input: ' ./openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json' From 0bb5f89c86bddc9947970e3ac9b5a2ad763d97fb Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:40:53 +0300 Subject: [PATCH 09/61] [skip actions] Disconnect OpenFn: delete .github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml --- ...d57-9a3c-4318-bdcb-f57a386cf811-deploy.yml | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml diff --git a/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml b/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml deleted file mode 100644 index 8846559..0000000 --- a/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml +++ /dev/null @@ -1,21 +0,0 @@ -on: - push: - branches: - - staging - -concurrency: - group: openfn-deployment - cancel-in-progress: false - -jobs: - deploy-to-lightning: - runs-on: ubuntu-latest - name: A job to deploy to Lightning - permissions: - contents: write - steps: - - name: openfn deploy - uses: openfn/cli-deploy-action@v1.0.0 - with: - secret_input: ${{ secrets.OPENFN_cd92dd57_9a3c_4318_bdcb_f57a386cf811_API_KEY }} - config_path_input: ' ./openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json' From 3721b2d6cb7a34f9d3f8de0dcd4d1a875543cfbf Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:42:06 +0300 Subject: [PATCH 10/61] add back config.json --- openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json new file mode 100644 index 0000000..e49cc74 --- /dev/null +++ b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json @@ -0,0 +1,5 @@ +{ + "endpoint": "https://app.openfn.org", + "specPath": "openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml", + "statePath": "openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json" +} \ No newline at end of file From b4e9a090706cc6c65673c1fda8e72de862e42942 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:42:41 +0300 Subject: [PATCH 11/61] Configure OpenFn --- ...d57-9a3c-4318-bdcb-f57a386cf811-deploy.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml diff --git a/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml b/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml new file mode 100644 index 0000000..8846559 --- /dev/null +++ b/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml @@ -0,0 +1,21 @@ +on: + push: + branches: + - staging + +concurrency: + group: openfn-deployment + cancel-in-progress: false + +jobs: + deploy-to-lightning: + runs-on: ubuntu-latest + name: A job to deploy to Lightning + permissions: + contents: write + steps: + - name: openfn deploy + uses: openfn/cli-deploy-action@v1.0.0 + with: + secret_input: ${{ secrets.OPENFN_cd92dd57_9a3c_4318_bdcb_f57a386cf811_API_KEY }} + config_path_input: ' ./openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json' From 11455819bbaa4a24e509382579b5e5104f2ce64a Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:43:16 +0300 Subject: [PATCH 12/61] Configure OpenFn From 5026b47fa8fe5137a01d80b282c2bdee6b208898 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:44:34 +0300 Subject: [PATCH 13/61] Configure OpenFn From 0c9ad50fc2612918b434d50cf8a84666c299e5bf Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:45:15 +0300 Subject: [PATCH 14/61] [skip actions] Disconnect OpenFn: delete .github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml --- ...d57-9a3c-4318-bdcb-f57a386cf811-deploy.yml | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml diff --git a/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml b/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml deleted file mode 100644 index 8846559..0000000 --- a/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml +++ /dev/null @@ -1,21 +0,0 @@ -on: - push: - branches: - - staging - -concurrency: - group: openfn-deployment - cancel-in-progress: false - -jobs: - deploy-to-lightning: - runs-on: ubuntu-latest - name: A job to deploy to Lightning - permissions: - contents: write - steps: - - name: openfn deploy - uses: openfn/cli-deploy-action@v1.0.0 - with: - secret_input: ${{ secrets.OPENFN_cd92dd57_9a3c_4318_bdcb_f57a386cf811_API_KEY }} - config_path_input: ' ./openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json' From b584a19f194c975676451915ef9c74f4f57a1ee1 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:46:11 +0300 Subject: [PATCH 15/61] Configure OpenFn --- ...d57-9a3c-4318-bdcb-f57a386cf811-deploy.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml diff --git a/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml b/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml new file mode 100644 index 0000000..f2f3d20 --- /dev/null +++ b/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml @@ -0,0 +1,21 @@ +on: + push: + branches: + - staging + +concurrency: + group: openfn-deployment + cancel-in-progress: false + +jobs: + deploy-to-lightning: + runs-on: ubuntu-latest + name: A job to deploy to Lightning + permissions: + contents: write + steps: + - name: openfn deploy + uses: openfn/cli-deploy-action@v1.0.0 + with: + secret_input: ${{ secrets.OPENFN_cd92dd57_9a3c_4318_bdcb_f57a386cf811_API_KEY }} + config_path_input: 'openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-config.json' From b102ffb4189a851eeb104feb81e569d448e47a74 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:48:11 +0300 Subject: [PATCH 16/61] cleanup state --- ...-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json index 91112c3..9e26dfe 100644 --- a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json +++ b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json @@ -1,12 +1 @@ -{ - "id": "cd92dd57-9a3c-4318-bdcb-f57a386cf811", - "name": "msf-lime-iraq-main", - "description": null, - "inserted_at": "2024-09-05T06:59:05Z", - "updated_at": "2024-12-16T10:49:46Z", - "scheduled_deletion": null, - "history_retention_period": 365, - "dataclip_retention_period": null, - "retention_policy": "retain_all", - "requires_mfa": false -} \ No newline at end of file +{} \ No newline at end of file From 52c374adb587998e9e5c82f4439d7cd61a6c0a61 Mon Sep 17 00:00:00 2001 From: "openfn[bot]" Date: Mon, 16 Dec 2024 13:57:56 +0000 Subject: [PATCH 17/61] user mtuchi@openfn.org initiated a sync from Lightning --- ...dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml | 1558 ++++++++++++++++- ...d57-9a3c-4318-bdcb-f57a386cf811-state.json | 320 +++- 2 files changed, 1819 insertions(+), 59 deletions(-) diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml index 51bbef9..3b8850b 100644 --- a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml +++ b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml @@ -27,28 +27,217 @@ workflows: name: Get metadata file from Sharepoint adaptor: '@openfn/language-msgraph@latest' credential: mtuchi@openfn.org-OpenFnSharepoint - body: - path: workflows/wf3/1-fetch-metadata.js + body: | + const toCamelCase = text => { + return text + .toLowerCase() + .replace(/[^a-zA-Z0-9]+(.)/g, (match, chr) => chr.toUpperCase()); + }; + + const sheets = [ + 'OptionSets', + 'F01-MHPSS Baseline', + 'F02-MHPSS Follow-up', + 'F03-mhGAP Baseline', + 'F04-mhGAP Follow-up', + 'F05-MHPSS Closure', + ]; + + fn(state => { + state.siteId = + 'openfnorg.sharepoint.com,4724a499-afbc-4ded-a371-34ae40bf5d8d,1d20a7d4-a6f1-407c-aa77-76bd47bb0f32'; + return state; + }); + + getDrive( + { + id: $.siteId, + owner: 'sites', + }, + 'default' + ); + + getFile('/msf-metadata/LIME EMR - Iraq Metadata - Release 1.xlsx', { + metadata: true, + }); + + fn(state => { + const itemId = state.data.id; + const driveId = state.drives.default.id; + state.workbookBase = `sites/${state.siteId}/drives/${driveId}/items/${itemId}/workbook`; + return state; + }); + + each( + sheets, + get(`${$.workbookBase}/worksheets('${$.data}')/usedRange`, {}, state => { + const sheetName = toCamelCase(state.references.at(-1)); + console.log('Fetched sheet: ', sheetName); + state[sheetName] = state.data.values; + return state; + }) + ); + + fn(state => { + delete state.data; + delete state.response; + delete state.references; + return state; + }); Map-metadata-file-to-option-set-Json-format: name: Map metadata file to option-set Json format adaptor: '@openfn/language-common@latest' credential: null - body: - path: workflows/wf3/2-map-metadata.js + body: | + const isValidValue = value => value !== '' && value !== 'NA'; + + const mapArrayToObject = (item, keys) => { + return item.reduce((acc, value, idx) => { + acc[keys[idx]] = value; + return acc; + }, {}); + }; + fn(state => { + const { optionsets } = state; + const keys = optionsets[1]; + + const optsMap = optionsets.slice(2).map(item => mapArrayToObject(item, keys)); + + state.optionSets = optsMap + .filter( + o => + isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE full name']) + ) + .map(o => { + return { + 'value.display - Answers': o['Answers'], + 'value.uuid - External ID': o['External ID'], + 'DHIS2 DE full name': o['DHIS2 DE full name'], + 'DHIS2 DE UID': o['DHIS2 DE UID'], + 'OptionSet name': o['OptionSet name'], + 'DHIS2 Option Set UID': o['DHIS2 Option Set name'], + 'DHIS2 Option name': o['DHIS2 Option name'], + 'DHIS2 Option UID': o['DHIS2 Option UID'], + 'DHIS2 Option Code': o['DHIS2 Option code'], + }; + }); + + return state; + }); + + const safeKeyValuePairs = arr => { + if (arr === null || arr === undefined) { + return arr; + } + const mappedArr = arr.slice(2).map(item => mapArrayToObject(item, arr[1])); + try { + return mappedArr + .filter( + o => isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE UID']) + ) + .reduce((acc, value) => { + acc[value['DHIS2 DE UID']] = value['External ID']; + return acc; + }, {}); + } catch (error) { + console.error(`Error processing ${arr}:`, error); + return arr; // Return original value if processing fails + } + }; + + fn( + ({ + optionSets, + f01MhpssBaseline, + f02MhpssFollowUp, + f03MhgapBaseline, + f04MhgapFollowUp, + f05MhpssClosure, + }) => { + const processedState = Object.fromEntries( + Object.entries({ + f01MhpssBaseline, + f02MhpssFollowUp, + f03MhgapBaseline, + f04MhgapFollowUp, + f05MhpssClosure, + }).map(([key, value]) => [key, safeKeyValuePairs(value)]) + ); + + return { + optionSets, + ...processedState, + }; + } + ); Save-option-set-json-to-github: name: Save option-set json to github adaptor: '@openfn/language-http@latest' credential: mtuchi@openfn.org-mtuchi-github-token - body: - path: workflows/wf3/3-save-options.js + body: | + const metadataPath = + 'repos/OpenFn/openfn-lime-pilot/contents/metadata/metadata_mapping.json'; + + get(metadataPath, { + headers: { + 'user-agent': 'OpenFn', + }, + }); + + fn(state => { + const { + optionSets, + f01MhpssBaseline, + f02MhpssFollowUp, + f03MhgapBaseline, + f04MhgapFollowUp, + f05MhpssClosure, + data, + } = state; + + state.body = { + message: 'Update metadata content', + committer: { + name: 'Emmanuel Evance', + email: 'mtuchidev@gmail.com', + }, + content: util.encode( + JSON.stringify({ + optionSets, + f01MhpssBaseline, + f02MhpssFollowUp, + f03MhgapBaseline, + f04MhgapFollowUp, + f05MhpssClosure, + }) + ), + sha: data.sha, + }; + + return state; + }); + + put(metadataPath, { + body: $.body, + headers: { + Accept: 'application/vnd.github+json', + 'X-GitHub-Api-Version': '2022-11-28', + 'user-agent': 'OpenFn', + }, + }); triggers: webhook: type: webhook enabled: true edges: + webhook->Get-metadata-file-from-Sharepoint: + source_trigger: webhook + target_job: Get-metadata-file-from-Sharepoint + condition_type: always + enabled: true Get-metadata-file-from-Sharepoint->Map-metadata-file-to-option-set-Json-format: source_job: Get-metadata-file-from-Sharepoint target_job: Map-metadata-file-to-option-set-Json-format @@ -59,41 +248,518 @@ workflows: target_job: Save-option-set-json-to-github condition_type: on_job_success enabled: true - webhook->Get-metadata-file-from-Sharepoint: - source_trigger: webhook - target_job: Get-metadata-file-from-Sharepoint - condition_type: always - enabled: true wf1-dhis2-omrs-migration: name: wf1-dhis2-omrs-migration jobs: Fetch-Metadata: name: Fetch Metadata - adaptor: '@openfn/language-http@latest' + adaptor: '@openfn/language-http@6.5.1' credential: null - body: - path: workflows/wf1/1-fetch-metadata.js + body: | + fn(state => { + // const manualCursor = '2023-06-20T17:00:00.00'; + state.cursor = state.manualCursor || state.lastRunDateTime; + console.log('Date cursor to filter TEI extract ::', state.cursor); - Get-Teis-and-Locations: - name: Get Teis and Locations + return state; + }); + + // Get trackedEntityInstances that are "active" in the target program + get( + 'tracker/trackedEntities', + { + orgUnit: 'OPjuJMZFLop', + program: 'w9MSPn5oSqp', + programStatus: 'ACTIVE', + }, + {}, + state => { + const trackedEntityInstances = state.data.instances + .filter(tei => tei.updatedAt >= state.cursor) //for testing + //.filter(tei => tei.createdAt > state.cursor) //for prod + //.slice(0, 1); //to limit 1 for testing + const offset = 2; // GMT+2 (Geneva time) + const currentDateTime = new Date(); + currentDateTime.setHours(currentDateTime.getHours() + offset); + + const lastRunDateTime = currentDateTime.toISOString().replace('Z', ''); + //console.log('TEI payload found before filter ::', JSON.stringify(state.data.instances, null, 2)); + console.log('# of TEIs found before filter ::', state.data.instances.length); + //console.log('lastUpdated of TEI eWXRNHtmHB0 :: ', JSON.stringify(state.data.instances.filter(tei => tei.trackedEntity == 'eWXRNHtmHB0'), null, 2)); + console.log('# of TEIs to migrate to OMRS ::', trackedEntityInstances.length); + // console.log( + // 'trackedEntityInstance IDs ::', + // trackedEntityInstances.map(tei => tei.trackedEntityInstance) + // ); + + console.log('Next sync start date:', lastRunDateTime); + return { + ...state, + // data: {}, + references: [], + trackedEntityInstances, + lastRunDateTime, + }; + } + ); + + Get-Locations: + name: Get Locations adaptor: '@openfn/language-dhis2@latest' credential: mtuchi@openfn.org-MSF-DHIS2-UAT - body: - path: workflows/wf1/2-get-teis-and-locations.js + body: | + get('optionGroups/kdef7pUey9f', { + fields: 'id,displayName,options[id,displayName,code]', + }); + + fn(({ data, ...state }) => { + state.locations = data; + return state; + }); + + fn(state => { + state.nationalityMap = { + afghanistan: '84066564-253e-43d8-b141-76730cffa878', + albania: 'db21f4f9-faf2-4358-8297-0ae76627b3b8', + algeria: '5f6c017f-074c-46b3-92d0-d055e2094366', + angola: '8a2e5a03-8a74-41ae-9a98-2310f9ce400d', + anguilla: 'c911af8a-171c-4ee9-b1ff-934373e8a819', + argentina: 'b83d24e8-34d8-4920-83c0-8ba014467ff4', + armenia: '39f1652a-f2b7-4b65-a7e1-7097ac6cdef0', + aruba: 'f3f1cba1-7c1e-4234-86a2-f27bb5964fee', + azerbaijan: '29750013-0e35-47ca-8f77-9192a923fb07', + bangladesh: 'a99de53c-ce76-4b1e-91b2-461094baf79e', + belarus: '664baba4-c552-47b9-97c0-ff67dafd27d6', + benin: 'cf863e31-bb38-48ed-90dd-f3dedcac304c', + bhutan: 'd45a57c9-994f-4deb-8845-9b785860a2ec', + bolivia: 'd8800d10-862b-42f1-8e22-cac1ce1bbcae', + bosnia_and_herzegovina: '05d8f4ef-45eb-463d-b2f3-8a5a613ee6b9', + botswana: '1304a0de-5b70-4d36-a873-e72a82963316', + brazil: '353ff388-64e6-434c-b78f-ca9636390389', + british_virgin_islands: 'b02c6d20-83a2-4947-8a7d-91d1f9c4d8a2', + bulgaria: '91c85a62-2b02-483a-aefd-e29d368565fe', + burkina_faso: '6c90c1ae-17a4-4e94-a267-4fba4c94efd8', + burundi: '8a2ed0db-eaad-44bc-bf06-5cb1b2a3db0b', + cambodia: '4fd14df8-8279-4dfa-bdd3-e1ab26bc0264', + cameroon: '873552ac-9850-4cc1-ae09-17eb0fccf405', + cape_verde: 'cfbc220a-1d6c-4469-bb6d-a8e3deb4f7e7', + central_african_republic: '61a4c4a4-25c2-4459-a874-ec1d24f8323a', + chad: '9e41e71c-f5d5-456c-a6f9-2129b8055bfc', + chile: '05333883-44e9-4f57-836a-041391803007', + china: '15016874-3e20-484a-baa8-9b94e1a3d358', + colombia: 'a008dff8-ce96-4662-bf8a-372e43d424f0', + comoros: '9d8738c8-40c2-4c66-aabb-ef176a20ffe8', + costa_rica: 'fb52f8c9-40ec-4dc4-92a4-d465612de2ff', + cote_divoire: '513cb36a-3f67-46ea-a789-fcdaca0e26f5', + cuba: '147c2434-5d7e-420c-8053-ba623301f3f5', + djibouti: 'cf5b334f-1c0f-41fc-ab54-53ff1e942830', + dominica: 'f70e51e5-b76c-4c38-9bf2-ef8e1f308ce1', + dominican_republic: 'ce72fc9b-619b-4c32-b865-600e888ad814', + drc_congo: '8f6d3d2a-e09f-473b-99c9-e539f97ceab6', + east_timor: '854f2f66-40e1-4a6a-9dee-09c832a52289', + ecuador: 'f9810f9a-78a7-42a2-99e6-19c629642386', + egypt: 'cc7343f8-9243-4d09-b378-58363850d624', + el_salvador: '9a34935e-5a8a-45be-8ccd-cb23192e420f', + equatorial_guinea: '7e591605-d723-4398-982a-8737af63a2dc', + eritrea: 'c61f03c2-0d1f-444f-a974-0a61063aff71', + ethiopia: '7478d375-014e-410e-a355-090143e88f5b', + gabon: '9f46ae06-114a-47fa-8f8d-e9749f04da25', + gambia: '5ec7ddd7-14a5-48ec-9e7c-8896d1010655', + georgia: 'bc71788f-db69-4b6f-8d1c-57a74395bdd2', + ghana: '2eb4ff46-d908-4148-9b0d-40ccfc1a655a', + greece: 'b75d6bcc-fadf-4141-8d0f-2463154b89f7', + guam: '51fa502b-98a3-4c42-b5fd-7b4d64489bb9', + guatemala: '3725a4d2-b28f-466b-905a-bafeaeb75855', + guinea: 'eeaff39c-8afd-43f7-b9a0-53729f5df1d8', + guinea_bissau: '14e90203-9197-42ea-9222-acafd2fd6984', + guyana: 'ba4dfa7e-f3cd-4e94-8ca7-6b96a93378a8', + haiti: 'f76f7dcb-f82e-4257-a627-1685ff3f3586', + honduras: 'cdd1336e-495b-4868-aace-57a84442d6fd', + india: '378d0107-eb43-485d-930c-0704b4e5aa11', + indonesia: '1cbe17e6-adc2-4680-bee0-54d94af75ebf', + iran: 'b422270e-d8af-4a32-b523-742545a17a3f', + iraq: '03aa7d6e-7656-48e4-8dc0-5e27706722c0', + jordan: '842f963c-f84d-4076-a8db-337295fd9b91', + kazakhstan: '6f6d0e78-2c81-411d-8d13-367e250dc110', + kenya: 'ad351a33-8846-4cad-8195-b07b6041d4a5', + kuwait: '4aee7a88-cda9-454e-9f25-4a6420270417', + kyrgyzstan: 'ace3b851-042b-46a6-8fea-68aae042d614', + laos: 'dfb01b39-c224-459e-b045-dd9461b9a1e5', + lebanon: '7de78f22-f53e-48d2-923f-ae1e4d814f46', + lesotho: 'b35b29c5-9bb7-4b40-ad33-29eecd28a9e6', + liberia: 'a5fd61b4-fd27-433d-8428-7e88a7f27921', + libya: '600c6af4-b767-423c-b942-7f06ca467258', + macedonia: '5837cc40-9ab5-4088-91c8-ca6e4b57e903', + madagascar: '3782bf3c-380e-4b60-b21a-38199073f112', + malawi: 'e8b5f188-6a5c-43ae-b4a5-200abb13153e', + malaysia: '3facca11-fbaa-4c40-8fac-4751d45c3f1b', + mali: '3e844a47-526a-46f9-afea-1af9ff8690aa', + martinique: '051ce04e-05e8-4430-8b75-3e499bbffbc8', + mauritania: '8acb006b-8596-4a98-8177-acb4cb575956', + mauritius: '17ced083-eb2a-4046-a713-26cabc7af95d', + mayotte: '1af148fe-2698-4b89-bf7f-87e5c48b6848', + mexico: '8381208f-01ca-4ed3-8f2c-f73ed1c316e3', + moldova: 'f0e9c8b5-69b5-48df-8cb9-2d089ba04e46', + mongolia: '9f341cb1-dcb5-4f6c-bd21-b57db01b4193', + morocco: 'ef467a17-91e8-4124-a136-7ed8ff7c7d15', + mozambique: '0916133b-4d93-4d60-9c20-e7ee3936f391', + myanmar: 'e81ba700-f9fc-4ed0-b248-578a25717cdb', + namibia: '0cb123dc-8810-4840-b6ab-6a527c5a79ef', + nauru: '3386fe63-2158-4040-a502-9f65fd2079d3', + nepal: 'fb01b01a-6775-423c-8012-7d43f587cb6c', + new_caledonia: 'e67c072b-7707-491f-8c2e-13c914216b61', + nicaragua: 'f6a9521c-596b-49f9-b914-67138e8c17e6', + niger: '7561db90-a866-4443-93f4-95cac1d47e9c', + nigeria: '4134651a-7f53-45fb-8bc6-7fed9cf36f51', + north_korea: '4d3079e4-8568-48e6-9342-665896875a38', + oman: '9b0af037-99d1-43b8-ac06-82137ec4b06d', + other: 'Other', + pakistan: 'f45d93c3-c9b0-4333-a5e6-299b7c425812', + palestine: 'e2a19948-49aa-44c0-98ef-67ae1160ef43', + panama: '1ef5a828-9d0d-4336-91ab-880d5dc0151c', + papua_new_guinea: 'e1e6b451-d7fe-4954-b225-99b2de82a4c0', + paraguay: 'd8412016-82f5-4801-a026-1bdc429850b7', + peru: 'e74fa87f-8469-46b0-975f-6cb37c394564', + philippines: 'bdbd5c9f-1f28-4f4d-a254-4a84f8bb2c8f', + puerto_rico: '39fca1d0-d2e7-4b13-82bd-626fbec71252', + republic_of_congo: '5db9afa5-b57e-4f45-8b1c-af766f14fc58', + reunion: '1dae4b2d-50c9-4bf1-b25a-7063600a5e74', + romania: '457e745e-ae97-463d-95a9-8d5689d3ca2b', + rwanda: '6bc925a1-7699-496a-85b0-c290699381db', + samoa: 'e03b381b-a7f4-40eb-964f-51571dc3c48c', + sao_tome_and_principe: 'f66bbb42-684f-42d7-bfcd-95d586eb7dc9', + saudi_arabia: 'fdf495a4-e60c-46f7-a8a2-61a216849086', + senegal: 'ad948f1b-0733-4f8d-b049-d64289b43a10', + serbia: 'd2e69cef-3bff-4220-ba91-a6a678fb606b', + sierra_leone: 'ffba9caf-b6aa-4078-845e-578f7a7fd566', + somalia: '99c8dccc-4dfa-4d30-86be-42a309ab431f', + south_africa: '75882d62-1c55-480d-b411-8ca40c3307df', + south_korea: '0603d6b9-334f-4443-ab60-7c5d457b95fc', + south_sudan: 'f113e24e-2ea9-49a2-9b28-59241b9adb21', + sri_lanka: 'b0031c01-d242-4410-b98b-cc1511590b85', + sudan: '2f03a932-2b75-4e8b-9f44-0fcd83c75dc4', + suriname: 'c65d3329-98d4-4dd7-89d3-141b70d00eb2', + swaziland: '06a2703b-af17-4e44-83f5-6cc9a8a75320', + switzerland: 'dcdcdc70-a006-4b0a-bac2-7de89b022b65', + syria: '1e34ee55-ef9f-4386-bae6-6995555ded75', + tajikistan: '34836c60-5449-48d6-b3c9-c0b3361b9f2c', + tanzania: '050a8eb1-0d77-4f65-a2da-776a13bcd2a4', + thailand: '289ac5bd-6434-4837-86bf-b54d22970ac8', + togo: '6a583e64-869d-477d-a1c1-746320d45fc4', + tonga: 'd381f06d-2365-4f40-948b-cfe90d8cb532', + tunisia: '56be7864-fde6-4db3-8fa5-b9dd42cd9c53', + turkey: '7429c779-1d3a-4aec-8256-d0b1637e1bd1', + turkmenistan: '3ef17df5-299b-4385-9ea6-572df4b6f9ca', + uganda: 'be3d11d3-446d-440c-a582-d01c7cbb0eda', + ukraine: '38c99c8d-2b93-4848-a537-b1865a260bb2', + unknown: 'Unknown', + uruguay: 'c2e45baf-748b-4d7b-a391-ed6b802b6f94', + uzbekistan: '60512350-d79b-41aa-aff0-1b28ca4aa5f1', + venezuela: '557cea4a-0049-4b7a-b373-ed63f294a2a0', + vietnam: '49509c5f-e533-48a8-bf06-86935e3376b2', + western_sahara: '4086dfd2-f4f5-4107-93e8-07bee235af8f', + yemen: '6a3214e0-f94b-414c-8148-968e24386671', + zambia: '3ec0432d-ea37-4159-a658-29d6f07fe21a', + zimbabwe: 'ce1b0d8d-0a2d-4f93-a6ed-64aca2fd0f45', + }; + state.statusMap = { + asylum_seeker: 'f921ffdd-72ca-4d58-a89b-1fa2e959d110', + no_status: '2bacead2-f280-457c-9d28-e80e106f7d25', + refugee: 'MSF-AAAAAA000000000000001929', + single: '20b8524e-4c26-4fa0-81f0-fa23ebacc54d', + married: 'MSF-AAAAAA000000000000001863', + widowed: 'MSF-AAAAAA000000000000001864', + divorced_separated: 'MSF-AAAAAA000000000000001865', + concubine: '1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', + not_applicable: 'MSF-AAAAAA000000000000001823', + student: 'MSF-AAAAAA000000000000001871', + permanent_employee: '4a18a820-f3a1-4bb7-9138-558a9ecc81da', + occasional_employee: '2cb73bee-7f94-4695-89c7-c81187dbc90c', + unemployed: 'MSF-AAAAAA000000000000001870', + housewife: '9b14b4d4-b749-4acf-acfe-79c480f3c4b3', + other: 'MSF-AAAAAA000000000000001329', + unknown: '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', + idp: 'MSF-AAAAAA000000000000001930', + internationally_displaced: '515c5abe-4172-4d0c-a991-0de2888228d7', + non_displaced: 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92', + returnee: 'fc49acaa-ece2-4365-9dfb-70c2105de8b1', + }; + return state; + }); Create-Patients: name: Create Patients adaptor: '@openfn/language-openmrs@latest' credential: mtuchi@openfn.org-OpenMRS-Demo - body: - path: workflows/wf1/3-create-patients.js + body: | + //Define gender options and prepare newPatientUuid and identifiers + fn(state => { + const genderOptions = { + male: 'M', + female: 'F', + unknown: 'U', + transgender_female: 'O', + transgender_male: 'O', + prefer_not_to_answer: 'O', + gender_variant_non_conforming: 'O', + }; + + const identifiers = []; + const newPatientUuid = []; + + const { trackedEntityInstances } = state; + if (trackedEntityInstances.length > 0) + console.log( + '# of TEIs to send to OpenMRS: ', + trackedEntityInstances.length + ); + if (trackedEntityInstances.length === 0) + console.log('No data fetched in step prior to sync.'); + + return { + ...state, + genderOptions, + newPatientUuid, + identifiers, + }; + }); + + //First we generate a unique OpenMRS ID for each patient + each( + 'trackedEntityInstances[*]', + post( + 'idgen/identifiersource/8549f706-7e85-4c1d-9424-217d50a2988b/identifier', + {} + ).then(state => { + state.identifiers.push(state.data.identifier); + return state; + }) + ); + + // Then we map trackedEntityInstances to openMRS data model + fn(state => { + const { + trackedEntityInstances, + identifiers, + genderOptions, + nationalityMap, + statusMap, + locations, + } = state; + + const getValueForCode = (attributes, code) => { + const result = attributes.find(attribute => attribute.code === code); + return result ? result.value : undefined; + }; + + const calculateDOB = age => { + const currentDate = new Date(); + const currentYear = currentDate.getFullYear(); + const birthYear = currentYear - age; + + const birthday = new Date( + birthYear, + currentDate.getMonth(), + currentDate.getDay() + ); + + return birthday.toISOString().replace(/\.\d+Z$/, '+0000'); + }; + + state.patients = trackedEntityInstances.map((d, i) => { + const patientNumber = getValueForCode(d.attributes, 'patient_number'); // Add random number for testing + Math.random() + + const nationality = + nationalityMap[getValueForCode(d.attributes, 'origin_nationality')]; + const currentStatus = + statusMap[getValueForCode(d.attributes, 'current_status')]; + const legalStatus = + getValueForCode(d.attributes, 'legal_status') && + statusMap[getValueForCode(d.attributes, 'legal_status')]; + const maritalStatus = + statusMap[getValueForCode(d.attributes, 'marital_status')]; + const employmentStatus = + statusMap[getValueForCode(d.attributes, 'occupation')]; + + const noOfChildren = d.attributes.find( + a => a.attribute === 'SVoT2cVLd5O' + )?.value; + + const lonlat = d.attributes.find(a => a.attribute === 'rBtrjV1Mqkz')?.value; + const location = lonlat + ? locations.options.find(o => o.code === lonlat)?.displayName + : undefined; + + let countyDistrict, cityVillage; + + if (location) { + const match = location.match(/^(.*?)\s*\((.*?)\)/); + if (match) { + [, countyDistrict, cityVillage] = match; + cityVillage = cityVillage.split('-')[0].trim(); // Remove country code and trim + } + } + + return { + patientNumber, + person: { + age: getValueForCode(d.attributes, 'age'), + gender: genderOptions[getValueForCode(d.attributes, 'sex')], + birthdate: + d.attributes.find(a => a.attribute === 'WDp4nVor9Z7')?.value ?? + calculateDOB(getValueForCode(d.attributes, 'age')), + birthdateEstimated: d.attributes.find( + a => a.attribute === 'WDp4nVor9Z7' + ) + ? true + : false, + names: [ + { + familyName: + d.attributes.find(a => a.attribute === 'fa7uwpCKIwa')?.value ?? + 'unknown', + givenName: + d.attributes.find(a => a.attribute === 'Jt9BhFZkvP2')?.value ?? + 'unknown', + }, + ], + addresses: [ + { + country: 'Iraq', + stateProvince: 'Ninewa', + countyDistrict, + cityVillage, + }, + ], + attributes: [ + { + attributeType: '24d1fa23-9778-4a8e-9f7b-93f694fc25e2', + value: nationality, + }, + { + attributeType: 'e0b6ed99-72c4-4847-a442-e9929eac4a0f', + value: currentStatus, + }, + legalStatus && { + attributeType: 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1', + value: legalStatus, + }, + { + attributeType: '3884dc76-c271-4bcb-8df8-81c6fb897f53', + value: maritalStatus, + }, + employmentStatus && { + attributeType: 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e', + value: employmentStatus, + }, + noOfChildren && { + attributeType: 'e363161a-9d5c-4331-8463-238938f018ed', + value: noOfChildren, + }, + ].filter(i => i), + }, + + identifiers: [ + { + identifier: identifiers[i], //map ID value from DHIS2 attribute + identifierType: '05a29f94-c0ed-11e2-94be-8c13b969e334', + location: 'cf6fa7d4-1f19-4c85-ac50-ff824805c51c', //default location old:44c3efb0-2583-4c80-a79e-1f756a03c0a1 + preferred: true, + }, + { + uuid: d.trackedEntity, + identifier: patientNumber, + identifierType: '8d79403a-c2cc-11de-8d13-0010c6dffd0f', //Old Identification number + location: 'cf6fa7d4-1f19-4c85-ac50-ff824805c51c', //default location + preferred: false, //default value for this identifiertype + }, + ], + }; + }); + + return state; + }); + + // Creating patients in openMRS + each( + '$.patients[*]', + upsert( + 'patient', + state => { + return { q: state.data.patientNumber }; + }, + state => { + const { patientNumber, ...patient } = state.data; + console.log( + 'Upserting patient record\n', + JSON.stringify(patient, null, 2) + ); + return patient; + }, + state => { + state.newPatientUuid.push({ + patient_number: state.references.at(-1)?.patientNumber, + uuid: state.data.uuid, + }); + return state; + } + ) + ); + + // Clean up state + fn(({ data, references, ...state }) => state); Update-Teis: name: Update Teis adaptor: '@openfn/language-dhis2@5.0.1' credential: mtuchi@openfn.org-MSF-DHIS2-UAT - body: - path: workflows/wf1/4-update-teis.js + body: | + fn(state => { + if (state.newPatientUuid.length === 0) { + console.log('No data fetched in step prior to sync.'); + } + + console.log( + 'newPatientUuid ::', + JSON.stringify(state.newPatientUuid, null, 2) + ); + return state; + }); + + // Update TEI on DHIS2 + each( + 'newPatientUuid[*]', + upsert( + 'trackedEntityInstances', + state => ({ + ou: 'OPjuJMZFLop', + program: 'w9MSPn5oSqp', + filter: [`P4wdYGkldeG:Eq:${state.data.patient_number}`], + }), + { + orgUnit: 'OPjuJMZFLop', + program: 'w9MSPn5oSqp', + trackedEntityType: 'cHlzCA2MuEF', + attributes: [ + { attribute: 'P4wdYGkldeG', value: `${$.data.patient_number}` }, //DHIS2 patient number to use as lookup key + { attribute: 'AYbfTPYMNJH', value: `${$.data.patient.uuid}` }, //OMRS patient uuid + { + attribute: 'ZBoxuExmxcZ', + value: `${$.data.patient.identifier[0].identifier}`, + }, //id generated in wf1-2 e.g., "IQ146-24-000-027" + ], + } + ) + ); + + Get-Teis-and-Locations: + name: Get Teis and Locations + adaptor: '@openfn/language-dhis2@latest' + credential: mtuchi@openfn.org-MSF-DHIS2-UAT + body: | + + // Check out the Job Writing Guide for help getting started: + // https://docs.openfn.org/documentation/jobs/job-writing-guide triggers: cron: @@ -106,24 +772,28 @@ workflows: target_job: Fetch-Metadata condition_type: always enabled: true - Fetch-Metadata->Get-Teis-and-Locations: - source_job: Fetch-Metadata - target_job: Get-Teis-and-Locations - condition_type: on_job_success + Get-Locations->Create-Patients: + source_job: Get-Locations + target_job: Create-Patients + condition_type: js_expression + condition_label: has-teis + condition_expression: | + state.teis.length > 0 && !state.errors enabled: true Create-Patients->Update-Teis: source_job: Create-Patients target_job: Update-Teis condition_type: on_job_success enabled: true - Get-Teis-and-Locations->Create-Patients: + Fetch-Metadata->Get-Teis-and-Locations: + source_job: Fetch-Metadata + target_job: Get-Teis-and-Locations + condition_type: on_job_success + enabled: true + Get-Teis-and-Locations->Get-Locations: source_job: Get-Teis-and-Locations - target_job: Create-Patients - condition_type: js_expression - condition_label: has-teis - condition_expression: | - state.teis.length > 0 && !state.errors - + target_job: Get-Locations + condition_type: on_job_success enabled: true wf2-omrs-dhis2: name: wf2-omrs-dhis2 @@ -132,50 +802,822 @@ workflows: name: Get Patients adaptor: '@openfn/language-openmrs@latest' credential: mtuchi@openfn.org-OpenMRS-Demo - body: - path: workflows/wf2/1-get-patients.js + body: | + //Here we define the date cursor + //$.cursor at beggining of the project 2023-05-20T06:01:24.000+0000 + cursor($.lastRunDateTime || $.manualCursor || '2023-05-20T06:01:24.000+0000'); + // Update the lastRunDateTime for the next run + cursor('today', { + key: 'lastRunDateTime', + format: c => dateFns.format(new Date(c), "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"), + }); + + searchPatient({ q: 'IQ', v: 'full', limit: '100' }); + //searchPatient({ q: 'Katrina', v: 'full', limit: '100' }); + //Query all patients (q=all) not supported on demo OpenMRS; needs to be configured + //...so we query all Patients with name "Patient" instead + + fn(state => { + const { cursor, data, lastRunDateTime } = state; + console.log('Filtering patients since:', cursor); + + const patients = data.results.filter(({ auditInfo }) => { + const lastModified = auditInfo?.dateChanged || auditInfo?.dateCreated; + return lastModified > cursor; + }); + console.log('# of patients to sync to dhis2 ::', patients.length); + console.log( + 'uuids of patients to sync to dhis2 ::', + patients.map(p => p.uuid) + ); + + return { cursor, lastRunDateTime, patients }; + }); Upsert-TEIs: name: Upsert TEIs adaptor: '@openfn/language-dhis2@5.0.1' credential: mtuchi@openfn.org-MSF-DHIS2-UAT - body: - path: workflows/wf2/2-upsert-teis.js + body: | + const buildPatientsUpsert = (state, patient, isNewPatient) => { + const { nationalityMap, statusMap, placeOflivingMap, genderOptions } = state; + const DHIS2_PATIENT_NUMBER = '8d79403a-c2cc-11de-8d13-0010c6dffd0f'; //DHIS2 ID or DHIS2 Patient Number + const OPENMRS_AUTO_ID = '05a29f94-c0ed-11e2-94be-8c13b969e334'; //MSF ID or OpenMRS Patient Number + const dateCreated = patient.auditInfo.dateCreated.substring(0, 10); + const findIdentifierByUuid = (identifiers, targetUuid) => + identifiers.find(i => i.identifierType.uuid === targetUuid)?.identifier; + + const enrollments = [ + { + orgUnit: 'OPjuJMZFLop', + program: 'w9MSPn5oSqp', + programStage: 'MdTtRixaC1B', + enrollmentDate: dateCreated, + }, + ]; + + const payload = { + query: { + ou: 'OPjuJMZFLop', + program: 'w9MSPn5oSqp', + filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], //upsert on omrs.patient.uid + }, + data: { + program: 'w9MSPn5oSqp', + orgUnit: 'OPjuJMZFLop', + trackedEntityType: 'cHlzCA2MuEF', + attributes: [ + { + attribute: 'fa7uwpCKIwa', + value: patient.person?.names[0]?.givenName, + }, + { + attribute: 'Jt9BhFZkvP2', + value: patient.person?.names[0]?.familyName, + }, + { + attribute: 'P4wdYGkldeG', //DHIS2 ID ==> "Patient Number" + value: + findIdentifierByUuid(patient.identifiers, DHIS2_PATIENT_NUMBER) || + findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID), //map OMRS ID if no DHIS2 id + }, + { + attribute: 'ZBoxuExmxcZ', //MSF ID ==> "OpenMRS Patient Number" + value: findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID), + }, + { + attribute: 'AYbfTPYMNJH', //"OpenMRS Patient UID" + value: patient.uuid, + }, + { + attribute: 'qptKDiv9uPl', + value: genderOptions[patient.person.gender], + }, + { + attribute: 'T1iX2NuPyqS', + value: patient.person.age, + }, + { + attribute: 'WDp4nVor9Z7', + value: patient.person.birthdate.slice(0, 10), + }, + { + attribute: 'rBtrjV1Mqkz', //Place of living + value: placeOflivingMap[patient.person?.addresses[0]?.cityVillage], + }, + { + attribute: 'Xvzc9e0JJmp', //nationality + value: + nationalityMap[ + patient.person.attributes.find( + a => + a.attributeType.uuid === + '24d1fa23-9778-4a8e-9f7b-93f694fc25e2' + )?.value?.uuid + ], //input.attributeType = "24d1fa23-9778-4a8e-9f7b-93f694fc25e2" + }, + { + attribute: 'YUIQIA2ClN6', //current status + value: + statusMap[ + patient.person.attributes.find( + a => + a.attributeType.uuid === + 'e0b6ed99-72c4-4847-a442-e9929eac4a0f' + )?.value?.uuid + ], //input.attributeType = "e0b6ed99-72c4-4847-a442-e9929eac4a0f" + }, + // TODO: Qq6xQ2s6LO8 has an error, Aleksa to ask the client + { + attribute: 'Qq6xQ2s6LO8', //legal status + value: + statusMap[ + patient.person.attributes.find( + a => + a.attributeType.uuid === + 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1' + )?.value?.uuid + ], //input.attributeType = "a9b2c642-097f-43f8-b96b-4d2f50ffd9b1" + }, + { + attribute: 'FpuGAOu6itZ', //marital status + value: + statusMap[ + patient.person.attributes.find( + a => + a.attributeType.uuid === + '3884dc76-c271-4bcb-8df8-81c6fb897f53' + )?.value?.uuid + ], //input.attributeType = "3884dc76-c271-4bcb-8df8-81c6fb897f53" + }, + { + attribute: 'v7k4OcXrWR8', //employment status + value: + statusMap[ + patient.person.attributes.find( + a => + a.attributeType.uuid === + 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e' + )?.value?.uuid + ], //input.attributeType = "dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e" + }, + { + attribute: 'SVoT2cVLd5O', //Number of children + value: patient.person.attributes.find( + a => a.attributeType.uuid === 'e363161a-9d5c-4331-8463-238938f018ed' + )?.value, //input.attributeType = "e363161a-9d5c-4331-8463-238938f018ed" + }, + ], + }, + }; + + console.log('mapped dhis2 payloads:: ', JSON.stringify(payload, null, 2)); + + if (isNewPatient) { + console.log('create enrollment'); + payload.data.enrollments = enrollments; + } + + return payload; + }; + + const delay = ms => new Promise(resolve => setTimeout(resolve, ms)); + + each( + '$.patients[*]', + get( + 'tracker/trackedEntities', + { + orgUnit: 'OPjuJMZFLop', + filter: [`AYbfTPYMNJH:Eq:${$.data?.uuid}`], + program: 'w9MSPn5oSqp', + }, + {}, + async state => { + const patient = state.references.at(-1); + console.log(patient.uuid, 'patient uuid'); + + const isNewPatient = state.data.instances.length === 0; + + state.patientsUpsert ??= []; + state.patientsUpsert.push( + buildPatientsUpsert(state, patient, isNewPatient) + ); + await delay(2000); + return state; + } + ) + ); + + // Upsert TEIs to DHIS2 + each( + $.patientsUpsert, + upsert('trackedEntityInstances', $.data.query, $.data.data) + ); + fn(state => { + const { + data, + response, + references, + patients, + statusMap, + patientsUpsert, + nationalityMap, + placeOflivingMap, + genderOptions, + ...next + } = state; + + next.patientUuids = patients.map(p => p.uuid); + return next; + }); Get-Encounters: name: Get Encounters adaptor: '@openfn/language-http@latest' credential: 'mtuchi@openfn.org-OpenMRS-Demo-(HTTP)' - body: - path: workflows/wf2/3-get-encounters.js + body: | + const formUuids = [ + '82db23a1-4eb1-3f3c-bb65-b7ebfe95b19b', + '6a3e1e0e-dd13-3465-b8f5-ee2d42691fe5', + 'be8c12f9-e6fd-369a-9bc7-46a191866f15', + '48577ac5-d9c0-3000-9bac-075409b38336', + 'ee6b1b06-3163-334a-8538-be69250af727', + ]; + // Fetch patient encounters then filter by cursor date + // OpenMRS demo instance does not support querying ALL records (q=all) + each( + '$.patientUuids[*]', + getEncounters({ patient: $.data, v: 'full' }, state => { + const patientUuid = state.references.at(-1); + const filteredEncounters = formUuids.map(formUuid => + state.data.results.filter( + encounter => + encounter.encounterDatetime >= state.cursor && + encounter?.form?.uuid === formUuid + ) + ); + + state.encounters ??= []; + state.encounters.push( + filteredEncounters.map(encounters => encounters[0]).filter(e => e) + ); + + console.log( + filteredEncounters.flat().length, + `# of filtered encounters found in OMRS for ${patientUuid}` + ); + + return state; + }) + ); + + // Log filtered encounters + fn(state => { + const { + data, + index, + response, + encounters, + references, + patientUuids, + ...next + } = state; + next.encounters = encounters.flat(); + console.log(next.encounters.length, '# of new encounters to sync to dhis2'); + + return next; + }); Get-TEIs-and-Map-Answers: name: Get TEIs and Map Answers adaptor: '@openfn/language-dhis2@5.0.1' credential: mtuchi@openfn.org-MSF-DHIS2-UAT - body: - path: workflows/wf2/5-get-teis.js + body: | + const delay = ms => new Promise(resolve => setTimeout(resolve, ms)); + + each( + '$.encounters[*]', + get( + 'tracker/trackedEntities', + { + orgUnit: 'OPjuJMZFLop', + program: 'w9MSPn5oSqp', + filter: [`AYbfTPYMNJH:Eq:${$.data.patient.uuid}`], + fields: '*', + }, + {}, + async state => { + const encounter = state.references.at(-1); + console.log(encounter.patient.uuid, 'Encounter patient uuid'); + + const { trackedEntity, enrollments } = state.data?.instances?.[0] || {}; + if (trackedEntity && enrollments) { + state.TEIs ??= {}; + state.TEIs[encounter.patient.uuid] = { + trackedEntity, + enrollment: enrollments[0]?.enrollment, + }; + } + + await delay(2000); + return state; + } + ) + ); Create-Events: name: Create Events adaptor: '@openfn/language-dhis2@5.0.1' credential: mtuchi@openfn.org-MSF-DHIS2-UAT - body: - path: workflows/wf2/6-create-events.js + body: | + const processAnswer = (answer, conceptUuid, dataElement, optionSets) => { + // console.log('Has answer', conceptUuid, dataElement); + return typeof answer.value === 'object' + ? processObjectAnswer(answer, conceptUuid, dataElement, optionSets) + : processOtherAnswer(answer, conceptUuid, dataElement); + }; + + const processObjectAnswer = (answer, conceptUuid, dataElement, optionSets) => { + if (isDiagnosisByPsychologist(conceptUuid, dataElement)) { + return '' + answer.value.uuid === '278401ee-3d6f-4c65-9455-f1c16d0a7a98'; + } + return findMatchingOption(answer, optionSets); + }; + + const processOtherAnswer = (answer, conceptUuid, dataElement) => { + if (isPhq9Score(answer.value, conceptUuid, dataElement)) { + return getRangePhq(answer.value); + } + return answer.value; + }; + + const processNoAnswer = (data, conceptUuid, dataElement) => { + // console.log('No answer', conceptUuid, dataElement); + if (isEncounterDate(conceptUuid, dataElement)) { + return data.encounterDatetime.replace('+0000', ''); + } + return ''; + }; + + const findMatchingOption = (answer, optionSets) => { + const matchingOption = optionSets.find( + o => o['value.uuid - External ID'] === answer.value.uuid + )?.['DHIS2 Option Code']; + + return matchingOption || ''; + }; + + const isEncounterDate = (conceptUuid, dataElement) => { + return ( + conceptUuid === 'encounter-date' && + ['CXS4qAJH2qD', 'I7phgLmRWQq', 'yUT7HyjWurN'].includes(dataElement) + ); + }; + + const isDiagnosisByPsychologist = (conceptUuid, dataElement) => + conceptUuid === '722dd83a-c1cf-48ad-ac99-45ac131ccc96' && + dataElement === 'pN4iQH4AEzk'; + + const isPhq9Score = (value, conceptUuid, dataElement) => + typeof value === 'number' && + conceptUuid === '5f3d618e-5c89-43bd-8c79-07e4e98c2f23' && + dataElement === 'tsFOVnlc6lz'; + + const getRangePhq = input => { + if (input >= 20) return '>20'; + if (input >= 15) return '15_19'; + if (input >= 10) return '10_14'; + if (input >= 5) return '5_9'; + return '0_4'; + }; + + const dataValuesMapping = (data, dataValueMap, optionSets) => { + return Object.keys(dataValueMap) + .map(dataElement => { + const conceptUuid = dataValueMap[dataElement]; + const answer = data.obs.find(o => o.concept.uuid === conceptUuid); + const value = answer + ? processAnswer(answer, conceptUuid, dataElement, optionSets) + : processNoAnswer(data, conceptUuid, dataElement); + + return { dataElement, value }; + }) + .filter(d => d); + }; + + // Prepare DHIS2 data model for create events + fn(state => { + state.encountersMapping = state.encounters.map(data => { + const form = state.formMaps[data.form.uuid]; + const eventDate = data.encounterDatetime.replace('+0000', ''); + const { trackedEntity, enrollment } = state.TEIs[data.patient.uuid]; + + const event = { + program: 'w9MSPn5oSqp', + orgUnit: 'OPjuJMZFLop', + trackedEntityInstance: trackedEntity, + enrollment, + eventDate, + }; + if (form) { + return { + ...event, + programStage: form.programStage, + dataValues: dataValuesMapping(data, form.dataValueMap, state.optionSets), + }; + } + }); + + return state; + }); + + // Create events for each encounter + each( + '$.encountersMapping[*]', + create( + 'events', + state => { + console.log('dhis2 event to import:: ', state.data); + return state.data; + }, + { + params: { + dataElementIdScheme: 'UID', + }, + } + ) + ); + + fn(state => { + const latestGenderUpdate = state.encounters.reduce((acc, e) => { + const answer = e.obs.find( + o => o.concept.uuid === 'ec42d68d-3e23-43de-b8c5-a03bb538e7c7' + ); + if (answer) { + const personUuid = answer.person.uuid; + if ( + !acc[personUuid] || + new Date(answer.obsDatetime) > new Date(acc[personUuid].obsDatetime) + ) { + acc[personUuid] = answer; + } + } + return acc; + }, {}); + + state.genderUpdated = Object.values(latestGenderUpdate); + + return state; + }); + + // Return only lastRunDateTime + fnIf( + state => state.genderUpdated.length === 0, + ({ lastRunDateTime }) => ({ lastRunDateTime }) + ); Mappings: name: Mappings - adaptor: '@openfn/language-http@latest' + adaptor: '@openfn/language-http@6.5.1' credential: null - body: - path: workflows/wf2/2-mappings.js + body: | + fn(state => { + state.placeOflivingMap = { + 'Al Ayadya': 'lon42.423409_lat36.481517', + 'Al Bosaif': 'lon43.159987_lat36.27218', + 'Al Jazaer': 'lon43.164382_lat36.354178', + 'Al Karama': 'lon43.203229_lat36.341201', + 'Al Mothana': 'lon43.171821_lat36.37478', + 'Al Nabi Younis': 'lon43.165939_lat36.348147', + 'Al Qawsyat': 'lon43.103793_lat36.440127', + 'Al Rashedia': 'lon43.092499_lat36.405267', + 'Al Sahaji': 'lon42.94467_lat36.280869', + 'Al Salamya': 'lon43.314713_lat36.142365', + 'Al Shora': 'lon43.223899_lat35.994031', + 'Al Sokar': 'lon43.169151_lat36.389263', + 'Al Zahra': 'lon43.209061_lat36.384103', + 'Al-Abar': 'lon43.097359_lat36.337313', + 'Al-Adba': 'lon43.107228_lat36.228804', + Alamel: 'lon43.095958_lat36.324676', + 'Al-Araby': 'lon43.116613_lat36.405873', + Alathba: 'lon43.107062_lat36.228771', + 'Al-Auraiby': 'lon43.092403_lat36.35815', + 'Al-Baaj': 'lon41.715935_lat36.04154', + 'Al-Bakeer': 'lon43.2005_lat36.372429', + 'Al-Dandan': 'lon43.146081_lat36.33257', + 'Al-Ekhaa': 'lon43.216323_lat36.353175', + 'Al-Ektasadeen': 'lon43.086044_lat36.361673', + 'Al-Entesar': 'lon43.213825_lat36.326253', + Aleslaah: 'lon43.082506_lat36.350517', + 'Al-Faroak': 'lon43.128901_lat36.337586', + Alflah: 'lon43.183338_lat36.394155', + Algosq: 'lon43.150265_lat36.327732', + Algzlany: 'lon43.137129_lat36.320443', + 'Al-Hadbaa': 'lon43.15051_lat36.394474', + Alhrmat: 'lon43.072674_lat36.362245', + 'Al-Humaidat': 'lon42.978138_lat36.403105', + Aljazeera: 'lon42.268108_lat35.764664', + 'Al-Kadasia': 'lon43.200525_lat36.380719', + 'Al-Kuba': 'lon43.072704_lat36.410733', + 'Al-Ma`Mun': 'lon43.10664_lat36.310099', + 'Al-Maghrab': 'lon43.079798_lat36.334318', + Almalayeen: 'lon43.103821_lat36.424167', + 'Al-Masarf': 'lon43.179613_lat36.38814', + 'Al-Matahen': 'lon43.09246_lat36.338635', + Almnsoor: 'lon43.11188_lat36.318691', + Almoaly: 'lon42.838777_lat36.324391', + Almohalabya: 'lon42.703975_lat36.265162', + Almshahda: 'lon43.120709_lat36.343216', + 'Al-Mualamin': 'lon42.923458_lat36.31039', + Almuhandseen: 'lon43.137239_lat36.367498', + Alngar: 'lon43.100449_lat36.357173', + Alnuor: 'lon43.187796_lat36.365769', + Alobor: 'lon43.059863_lat36.313292', + Alquds: 'lon43.22851_lat36.344222', + 'Al-Qyaraa': 'lon43.29582_lat35.798215', + Alresala: 'lon43.090091_lat36.322804', + 'Al-Rifa`I': 'lon43.102846_lat36.360217', + 'Al-Saaha': 'lon43.097854_lat36.34371', + 'Al-Sahaji': 'lon42.94396_lat36.280114', + 'Al-Samah': 'lon43.212253_lat36.35825', + 'Al-Sekak': 'lon43.100669_lat36.339441', + 'Al-Shefaa': 'lon43.121928_lat36.352', + Alshohadaa: 'lon43.101322_lat36.318532', + Alshykhan: 'lon43.350052_lat36.691541', + 'Alsinaa Alkadema': 'lon43.071956_lat36.347428', + Alsmood: 'lon43.111796_lat36.320265', + 'Al-Tahrer': 'lon43.201287_lat36.390342', + 'Al-Taiaran': 'lon43.140315_lat36.325341', + Altank: 'lon43.069844_lat36.334344', + Althoraa: 'lon43.110259_lat36.343145', + 'Al-Wahdaa': 'lon43.184839_lat36.331538', + 'Al-Warshan': 'lon43.097102_lat36.350075', + Alyrmoq: 'lon43.082273_lat36.336458', + Alzngly: 'lon43.109626_lat36.353944', + 'Aski Mousl': 'lon42.73514_lat36.513471', + Auenat: 'lon42.399071_lat36.67976', + 'Bab Al-Bead': 'lon43.127605_lat36.334953', + Badush: 'lon42.967959_lat36.41445', + Bartella: 'lon43.380304_lat36.349597', + Basheeka: 'lon43.342171_lat36.451798', + Dohok: 'lon42.9842_lat36.859369', + Gogjali: 'lon43.246833_lat36.353981', + 'Hamaam Alaleel': 'lon43.260379_lat36.160157', + 'Hawi Al-Kanisa': 'lon43.085152_lat36.381247', + 'Mosul Algdida': 'lon43.104377_lat36.331809', + 'Mosul Al-Kadema': 'lon43.126541_lat36.342823', + Msherfa: 'lon43.179668_lat36.387648', + Nablus: 'lon43.084701_lat36.328359', + Rabeaa: 'lon42.08276_lat36.808678', + 'Ragm Hadid': 'lon43.076396_lat36.326236', + Sadam: 'lon43.208775_lat36.383105', + Sanjar: 'lon41.864538_lat36.316244', + Somer: 'lon43.200918_lat36.301028', + Sumeel: 'lon42.847606_lat36.857084', + 'Tal Abta': 'lon42.563028_lat35.94226', + 'Tal Afer': 'lon42.450003_lat36.374589', + 'Tal Alroman': 'lon43.089466_lat36.316493', + 'Tal Keef': 'lon43.120284_lat36.489935', + 'Tal Zalt': 'lon42.829782_lat36.282837', + Tmooz: 'lon43.084933_lat36.365008', + 'Twim & Mjarin': 'lon42.692998_lat36.363335', + 'Wady Alaen': 'lon43.103452_lat36.325881', + 'Wady Hagr': 'lon43.126976_lat36.320946', + Zakho: 'lon42.688446_lat37.146393', + Zumar: 'lon42.603252_lat36.655901', + Other: 'lon0.0_lat0.0', + }; + return state; + }); + fn(state => { + state.nationalityMap = { + '84066564-253e-43d8-b141-76730cffa878': 'afghanistan', + 'db21f4f9-faf2-4358-8297-0ae76627b3b8': 'albania', + '5f6c017f-074c-46b3-92d0-d055e2094366': 'algeria', + '8a2e5a03-8a74-41ae-9a98-2310f9ce400d': 'angola', + 'c911af8a-171c-4ee9-b1ff-934373e8a819': 'anguilla', + 'b83d24e8-34d8-4920-83c0-8ba014467ff4': 'argentina', + '39f1652a-f2b7-4b65-a7e1-7097ac6cdef0': 'armenia', + 'f3f1cba1-7c1e-4234-86a2-f27bb5964fee': 'aruba', + '29750013-0e35-47ca-8f77-9192a923fb07': 'azerbaijan', + 'a99de53c-ce76-4b1e-91b2-461094baf79e': 'bangladesh', + '664baba4-c552-47b9-97c0-ff67dafd27d6': 'belarus', + 'cf863e31-bb38-48ed-90dd-f3dedcac304c': 'benin', + 'd45a57c9-994f-4deb-8845-9b785860a2ec': 'bhutan', + 'd8800d10-862b-42f1-8e22-cac1ce1bbcae': 'bolivia', + '05d8f4ef-45eb-463d-b2f3-8a5a613ee6b9': 'bosnia_and_herzegovina', + '1304a0de-5b70-4d36-a873-e72a82963316': 'botswana', + '353ff388-64e6-434c-b78f-ca9636390389': 'brazil', + 'b02c6d20-83a2-4947-8a7d-91d1f9c4d8a2': 'british_virgin_islands', + '91c85a62-2b02-483a-aefd-e29d368565fe': 'bulgaria', + '6c90c1ae-17a4-4e94-a267-4fba4c94efd8': 'burkina_faso', + '8a2ed0db-eaad-44bc-bf06-5cb1b2a3db0b': 'burundi', + '4fd14df8-8279-4dfa-bdd3-e1ab26bc0264': 'cambodia', + '873552ac-9850-4cc1-ae09-17eb0fccf405': 'cameroon', + 'cfbc220a-1d6c-4469-bb6d-a8e3deb4f7e7': 'cape_verde', + '61a4c4a4-25c2-4459-a874-ec1d24f8323a': 'central_african_republic', + '9e41e71c-f5d5-456c-a6f9-2129b8055bfc': 'chad', + '05333883-44e9-4f57-836a-041391803007': 'chile', + '15016874-3e20-484a-baa8-9b94e1a3d358': 'china', + 'a008dff8-ce96-4662-bf8a-372e43d424f0': 'colombia', + '9d8738c8-40c2-4c66-aabb-ef176a20ffe8': 'comoros', + 'fb52f8c9-40ec-4dc4-92a4-d465612de2ff': 'costa_rica', + '513cb36a-3f67-46ea-a789-fcdaca0e26f5': 'cote_divoire', + '147c2434-5d7e-420c-8053-ba623301f3f5': 'cuba', + 'cf5b334f-1c0f-41fc-ab54-53ff1e942830': 'djibouti', + 'f70e51e5-b76c-4c38-9bf2-ef8e1f308ce1': 'dominica', + 'ce72fc9b-619b-4c32-b865-600e888ad814': 'dominican_republic', + '8f6d3d2a-e09f-473b-99c9-e539f97ceab6': 'drc_congo', + '854f2f66-40e1-4a6a-9dee-09c832a52289': 'east_timor', + 'f9810f9a-78a7-42a2-99e6-19c629642386': 'ecuador', + 'cc7343f8-9243-4d09-b378-58363850d624': 'egypt', + '9a34935e-5a8a-45be-8ccd-cb23192e420f': 'el_salvador', + '7e591605-d723-4398-982a-8737af63a2dc': 'equatorial_guinea', + 'c61f03c2-0d1f-444f-a974-0a61063aff71': 'eritrea', + '7478d375-014e-410e-a355-090143e88f5b': 'ethiopia', + '9f46ae06-114a-47fa-8f8d-e9749f04da25': 'gabon', + '5ec7ddd7-14a5-48ec-9e7c-8896d1010655': 'gambia', + 'bc71788f-db69-4b6f-8d1c-57a74395bdd2': 'georgia', + '2eb4ff46-d908-4148-9b0d-40ccfc1a655a': 'ghana', + 'b75d6bcc-fadf-4141-8d0f-2463154b89f7': 'greece', + '51fa502b-98a3-4c42-b5fd-7b4d64489bb9': 'guam', + '3725a4d2-b28f-466b-905a-bafeaeb75855': 'guatemala', + 'eeaff39c-8afd-43f7-b9a0-53729f5df1d8': 'guinea', + '14e90203-9197-42ea-9222-acafd2fd6984': 'guinea_bissau', + 'ba4dfa7e-f3cd-4e94-8ca7-6b96a93378a8': 'guyana', + 'f76f7dcb-f82e-4257-a627-1685ff3f3586': 'haiti', + 'cdd1336e-495b-4868-aace-57a84442d6fd': 'honduras', + '378d0107-eb43-485d-930c-0704b4e5aa11': 'india', + '1cbe17e6-adc2-4680-bee0-54d94af75ebf': 'indonesia', + 'b422270e-d8af-4a32-b523-742545a17a3f': 'iran', + '03aa7d6e-7656-48e4-8dc0-5e27706722c0': 'iraq', + '842f963c-f84d-4076-a8db-337295fd9b91': 'jordan', + '6f6d0e78-2c81-411d-8d13-367e250dc110': 'kazakhstan', + 'ad351a33-8846-4cad-8195-b07b6041d4a5': 'kenya', + '4aee7a88-cda9-454e-9f25-4a6420270417': 'kuwait', + 'ace3b851-042b-46a6-8fea-68aae042d614': 'kyrgyzstan', + 'dfb01b39-c224-459e-b045-dd9461b9a1e5': 'laos', + '7de78f22-f53e-48d2-923f-ae1e4d814f46': 'lebanon', + 'b35b29c5-9bb7-4b40-ad33-29eecd28a9e6': 'lesotho', + 'a5fd61b4-fd27-433d-8428-7e88a7f27921': 'liberia', + '600c6af4-b767-423c-b942-7f06ca467258': 'libya', + '5837cc40-9ab5-4088-91c8-ca6e4b57e903': 'macedonia', + '3782bf3c-380e-4b60-b21a-38199073f112': 'madagascar', + 'e8b5f188-6a5c-43ae-b4a5-200abb13153e': 'malawi', + '3facca11-fbaa-4c40-8fac-4751d45c3f1b': 'malaysia', + '3e844a47-526a-46f9-afea-1af9ff8690aa': 'mali', + '051ce04e-05e8-4430-8b75-3e499bbffbc8': 'martinique', + '8acb006b-8596-4a98-8177-acb4cb575956': 'mauritania', + '17ced083-eb2a-4046-a713-26cabc7af95d': 'mauritius', + '1af148fe-2698-4b89-bf7f-87e5c48b6848': 'mayotte', + '8381208f-01ca-4ed3-8f2c-f73ed1c316e3': 'mexico', + 'f0e9c8b5-69b5-48df-8cb9-2d089ba04e46': 'moldova', + '9f341cb1-dcb5-4f6c-bd21-b57db01b4193': 'mongolia', + 'ef467a17-91e8-4124-a136-7ed8ff7c7d15': 'morocco', + '0916133b-4d93-4d60-9c20-e7ee3936f391': 'mozambique', + 'e81ba700-f9fc-4ed0-b248-578a25717cdb': 'myanmar', + '0cb123dc-8810-4840-b6ab-6a527c5a79ef': 'namibia', + '3386fe63-2158-4040-a502-9f65fd2079d3': 'nauru', + 'fb01b01a-6775-423c-8012-7d43f587cb6c': 'nepal', + 'e67c072b-7707-491f-8c2e-13c914216b61': 'new_caledonia', + 'f6a9521c-596b-49f9-b914-67138e8c17e6': 'nicaragua', + '7561db90-a866-4443-93f4-95cac1d47e9c': 'niger', + '4134651a-7f53-45fb-8bc6-7fed9cf36f51': 'nigeria', + '4d3079e4-8568-48e6-9342-665896875a38': 'north_korea', + '9b0af037-99d1-43b8-ac06-82137ec4b06d': 'oman', + Other: 'other', + 'f45d93c3-c9b0-4333-a5e6-299b7c425812': 'pakistan', + 'e2a19948-49aa-44c0-98ef-67ae1160ef43': 'palestine', + '1ef5a828-9d0d-4336-91ab-880d5dc0151c': 'panama', + 'e1e6b451-d7fe-4954-b225-99b2de82a4c0': 'papua_new_guinea', + 'd8412016-82f5-4801-a026-1bdc429850b7': 'paraguay', + 'e74fa87f-8469-46b0-975f-6cb37c394564': 'peru', + 'bdbd5c9f-1f28-4f4d-a254-4a84f8bb2c8f': 'philippines', + '39fca1d0-d2e7-4b13-82bd-626fbec71252': 'puerto_rico', + '5db9afa5-b57e-4f45-8b1c-af766f14fc58': 'republic_of_congo', + '1dae4b2d-50c9-4bf1-b25a-7063600a5e74': 'reunion', + '457e745e-ae97-463d-95a9-8d5689d3ca2b': 'romania', + '6bc925a1-7699-496a-85b0-c290699381db': 'rwanda', + 'e03b381b-a7f4-40eb-964f-51571dc3c48c': 'samoa', + 'f66bbb42-684f-42d7-bfcd-95d586eb7dc9': 'sao_tome_and_principe', + 'fdf495a4-e60c-46f7-a8a2-61a216849086': 'saudi_arabia', + 'ad948f1b-0733-4f8d-b049-d64289b43a10': 'senegal', + 'd2e69cef-3bff-4220-ba91-a6a678fb606b': 'serbia', + 'ffba9caf-b6aa-4078-845e-578f7a7fd566': 'sierra_leone', + '99c8dccc-4dfa-4d30-86be-42a309ab431f': 'somalia', + '75882d62-1c55-480d-b411-8ca40c3307df': 'south_africa', + '0603d6b9-334f-4443-ab60-7c5d457b95fc': 'south_korea', + 'f113e24e-2ea9-49a2-9b28-59241b9adb21': 'south_sudan', + 'b0031c01-d242-4410-b98b-cc1511590b85': 'sri_lanka', + '2f03a932-2b75-4e8b-9f44-0fcd83c75dc4': 'sudan', + 'c65d3329-98d4-4dd7-89d3-141b70d00eb2': 'suriname', + '06a2703b-af17-4e44-83f5-6cc9a8a75320': 'swaziland', + 'dcdcdc70-a006-4b0a-bac2-7de89b022b65': 'switzerland', + '1e34ee55-ef9f-4386-bae6-6995555ded75': 'syria', + '34836c60-5449-48d6-b3c9-c0b3361b9f2c': 'tajikistan', + '050a8eb1-0d77-4f65-a2da-776a13bcd2a4': 'tanzania', + '289ac5bd-6434-4837-86bf-b54d22970ac8': 'thailand', + '6a583e64-869d-477d-a1c1-746320d45fc4': 'togo', + 'd381f06d-2365-4f40-948b-cfe90d8cb532': 'tonga', + '56be7864-fde6-4db3-8fa5-b9dd42cd9c53': 'tunisia', + '7429c779-1d3a-4aec-8256-d0b1637e1bd1': 'turkey', + '3ef17df5-299b-4385-9ea6-572df4b6f9ca': 'turkmenistan', + 'be3d11d3-446d-440c-a582-d01c7cbb0eda': 'uganda', + '38c99c8d-2b93-4848-a537-b1865a260bb2': 'ukraine', + Unknown: 'unknown', + 'c2e45baf-748b-4d7b-a391-ed6b802b6f94': 'uruguay', + '60512350-d79b-41aa-aff0-1b28ca4aa5f1': 'uzbekistan', + '557cea4a-0049-4b7a-b373-ed63f294a2a0': 'venezuela', + '49509c5f-e533-48a8-bf06-86935e3376b2': 'vietnam', + '4086dfd2-f4f5-4107-93e8-07bee235af8f': 'western_sahara', + '6a3214e0-f94b-414c-8148-968e24386671': 'yemen', + '3ec0432d-ea37-4159-a658-29d6f07fe21a': 'zambia', + 'ce1b0d8d-0a2d-4f93-a6ed-64aca2fd0f45': 'zimbabwe', + }; + + state.statusMap = { + '18692c24-4d33-4cdc-a92c-bf4138da5d6d': 'unknown', //Inconnu + 'f921ffdd-72ca-4d58-a89b-1fa2e959d110': 'asylum_seeker', + '2bacead2-f280-457c-9d28-e80e106f7d25': 'no_status', + 'MSF-AAAAAA000000000000001929': 'refugee', + '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown', + '20b8524e-4c26-4fa0-81f0-fa23ebacc54d': 'single', + 'MSF-AAAAAA000000000000001863': 'married', + 'MSF-AAAAAA000000000000001864': 'widowed', + 'MSF-AAAAAA000000000000001865': 'divorced_separated', + '1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'concubine', + 'MSF-AAAAAA000000000000001823': 'not_applicable', + '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown', + 'MSF-AAAAAA000000000000001871': 'student', + '4a18a820-f3a1-4bb7-9138-558a9ecc81da': 'fixed_employee', + '2cb73bee-7f94-4695-89c7-c81187dbc90c': 'occasional_employee', + 'MSF-AAAAAA000000000000001870': 'unemployed', + '9b14b4d4-b749-4acf-acfe-79c480f3c4b3': 'housewife', + 'MSF-AAAAAA000000000000001823': 'not_applicable', + 'MSF-AAAAAA000000000000001329': 'unknown', + '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown', + 'MSF-AAAAAA000000000000001930': 'idp', + '515c5abe-4172-4d0c-a991-0de2888228d7': 'internationally_displaced', + 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92': 'non_displaced', + 'fc49acaa-ece2-4365-9dfb-70c2105de8b1': 'returnee', + '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown', + }; + + state.genderOptions = { + M: 'male', + F: 'female', + U: 'unknown', + O: 'prefer_not_to_answer', + }; + + return state; + }); Update-TEIs: name: Update TEIs adaptor: '@openfn/language-dhis2@5.0.1' credential: mtuchi@openfn.org-MSF-DHIS2-UAT - body: - path: workflows/wf2/7-update-teis.js + body: | + fn(state => { + const { optionSets, genderUpdated, TEIs } = state; + const genderMap = optionSets + .filter(o => o['DHIS2 DE UID'] === 'qptKDiv9uPl') + .reduce((acc, obj) => { + acc[obj['value.display - Answers']] = obj['DHIS2 Option Code']; + return acc; + }, {}); + + state.teisToUpdate = genderUpdated.map(answer => { + const { trackedEntity } = TEIs[answer.person.uuid]; + return { + trackedEntity, + program: 'w9MSPn5oSqp', + orgUnit: 'OPjuJMZFLop', + trackedEntityType: 'cHlzCA2MuEF', + attributes: [ + { + attribute: 'qptKDiv9uPl', //gender + value: genderMap[answer.value.display], + }, + { + attribute: 'AYbfTPYMNJH', //OpenMRS Patient UID to use to upsert TEI + value: answer.person.uuid, + }, + ], + }; + }); + return state; + }); + + // Update TEIs + create( + 'tracker', + { trackedEntities: $.teisToUpdate }, + { params: { async: false, importStrategy: 'UPDATE' } } + ); + // Return only lastRunDateTime + fn(({ lastRunDateTime }) => ({ lastRunDateTime })); triggers: cron: @@ -196,6 +1638,15 @@ workflows: condition_expression: | state.patientUuids.length > 0 && !state.errors + enabled: true + Get-TEIs-and-Map-Answers->Create-Events: + source_job: Get-TEIs-and-Map-Answers + target_job: Create-Events + condition_type: js_expression + condition_label: has-teis + condition_expression: | + state.TEIs && !state.errors + enabled: true Mappings->Upsert-TEIs: source_job: Mappings @@ -210,15 +1661,6 @@ workflows: condition_expression: | state.patients.length > 0 && !state.errors - enabled: true - Get-TEIs-and-Map-Answers->Create-Events: - source_job: Get-TEIs-and-Map-Answers - target_job: Create-Events - condition_type: js_expression - condition_label: has-teis - condition_expression: | - state.TEIs && !state.errors - enabled: true Create-Events->Update-TEIs: source_job: Create-Events @@ -226,7 +1668,7 @@ workflows: condition_type: js_expression condition_label: has-gender-updated condition_expression: | - state?.genderUpdated?.length > 0 && !state.errors + state.genderUpdated.length > 0 && !state.errors enabled: true Get-Encounters->Get-TEIs-and-Map-Answers: diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json index 9e26dfe..c4a384b 100644 --- a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json +++ b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json @@ -1 +1,319 @@ -{} \ No newline at end of file +{ + "id": "cd92dd57-9a3c-4318-bdcb-f57a386cf811", + "name": "msf-lime-iraq-main", + "description": null, + "inserted_at": "2024-09-05T06:59:05Z", + "updated_at": "2024-12-16T10:49:46Z", + "project_credentials": { + "mtuchi@openfn.org-OpenMRS-Demo": { + "id": "3141d874-5456-4168-9680-ce04efb1089c", + "name": "OpenMRS Demo", + "owner": "mtuchi@openfn.org" + }, + "mtuchi@openfn.org-MSF-DHIS2-UAT": { + "id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d", + "name": "MSF DHIS2 UAT", + "owner": "mtuchi@openfn.org" + }, + "aleksa@openfn.org-AK-Sharepoint": { + "id": "2eace4af-4e52-484c-82b0-ffb1717c259d", + "name": "AK Sharepoint", + "owner": "aleksa@openfn.org" + }, + "mtuchi@openfn.org-mtuchi-github-token": { + "id": "6533e534-6ad8-4651-b27d-245b8cbb69d8", + "name": "mtuchi-github-token", + "owner": "mtuchi@openfn.org" + }, + "mtuchi@openfn.org-OpenFnSharepoint": { + "id": "3dd044bb-6a0e-4f16-a80d-836a39f95b40", + "name": "OpenFnSharepoint", + "owner": "mtuchi@openfn.org" + }, + "mtuchi@openfn.org-OpenMRS-Demo-(HTTP)": { + "id": "62cab5d8-939f-46f3-b635-cb79a1e1dc5d", + "name": "OpenMRS Demo (HTTP)", + "owner": "mtuchi@openfn.org" + } + }, + "scheduled_deletion": null, + "history_retention_period": 365, + "dataclip_retention_period": null, + "retention_policy": "retain_all", + "workflows": { + "fetch-metadata-and-generate-opts-json": { + "id": "57a7ef39-d396-4959-a725-85c4bef08c6a", + "name": "fetch-metadata-and-generate-opts-json", + "inserted_at": "2024-10-28T08:26:44.955206Z", + "lock_version": 12, + "triggers": { + "webhook": { + "enabled": true, + "id": "e86ca050-ad88-4936-8c14-6eac23922017", + "type": "webhook" + } + }, + "jobs": { + "Get-metadata-file-from-Sharepoint": { + "id": "c9712182-a389-4664-8e10-f275f87fb478", + "name": "Get metadata file from Sharepoint", + "body": "const toCamelCase = text => {\n return text\n .toLowerCase()\n .replace(/[^a-zA-Z0-9]+(.)/g, (match, chr) => chr.toUpperCase());\n};\n\nconst sheets = [\n 'OptionSets',\n 'F01-MHPSS Baseline',\n 'F02-MHPSS Follow-up',\n 'F03-mhGAP Baseline',\n 'F04-mhGAP Follow-up',\n 'F05-MHPSS Closure',\n];\n\nfn(state => {\n state.siteId =\n 'openfnorg.sharepoint.com,4724a499-afbc-4ded-a371-34ae40bf5d8d,1d20a7d4-a6f1-407c-aa77-76bd47bb0f32';\n return state;\n});\n\ngetDrive(\n {\n id: $.siteId,\n owner: 'sites',\n },\n 'default'\n);\n\ngetFile('/msf-metadata/LIME EMR - Iraq Metadata - Release 1.xlsx', {\n metadata: true,\n});\n\nfn(state => {\n const itemId = state.data.id;\n const driveId = state.drives.default.id;\n state.workbookBase = `sites/${state.siteId}/drives/${driveId}/items/${itemId}/workbook`;\n return state;\n});\n\neach(\n sheets,\n get(`${$.workbookBase}/worksheets('${$.data}')/usedRange`, {}, state => {\n const sheetName = toCamelCase(state.references.at(-1));\n console.log('Fetched sheet: ', sheetName);\n state[sheetName] = state.data.values;\n return state;\n })\n);\n\nfn(state => {\n delete state.data;\n delete state.response;\n delete state.references;\n return state;\n});\n", + "adaptor": "@openfn/language-msgraph@latest", + "project_credential_id": "3dd044bb-6a0e-4f16-a80d-836a39f95b40" + }, + "Map-metadata-file-to-option-set-Json-format": { + "id": "bbc012b5-4811-4354-888c-f10b0294901d", + "name": "Map metadata file to option-set Json format", + "body": "const isValidValue = value => value !== '' && value !== 'NA';\n\nconst mapArrayToObject = (item, keys) => {\n return item.reduce((acc, value, idx) => {\n acc[keys[idx]] = value;\n return acc;\n }, {});\n};\nfn(state => {\n const { optionsets } = state;\n const keys = optionsets[1];\n\n const optsMap = optionsets.slice(2).map(item => mapArrayToObject(item, keys));\n\n state.optionSets = optsMap\n .filter(\n o =>\n isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE full name'])\n )\n .map(o => {\n return {\n 'value.display - Answers': o['Answers'],\n 'value.uuid - External ID': o['External ID'],\n 'DHIS2 DE full name': o['DHIS2 DE full name'],\n 'DHIS2 DE UID': o['DHIS2 DE UID'],\n 'OptionSet name': o['OptionSet name'],\n 'DHIS2 Option Set UID': o['DHIS2 Option Set name'],\n 'DHIS2 Option name': o['DHIS2 Option name'],\n 'DHIS2 Option UID': o['DHIS2 Option UID'],\n 'DHIS2 Option Code': o['DHIS2 Option code'],\n };\n });\n\n return state;\n});\n\nconst safeKeyValuePairs = arr => {\n if (arr === null || arr === undefined) {\n return arr;\n }\n const mappedArr = arr.slice(2).map(item => mapArrayToObject(item, arr[1]));\n try {\n return mappedArr\n .filter(\n o => isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE UID'])\n )\n .reduce((acc, value) => {\n acc[value['DHIS2 DE UID']] = value['External ID'];\n return acc;\n }, {});\n } catch (error) {\n console.error(`Error processing ${arr}:`, error);\n return arr; // Return original value if processing fails\n }\n};\n\nfn(\n ({\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n }) => {\n const processedState = Object.fromEntries(\n Object.entries({\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n }).map(([key, value]) => [key, safeKeyValuePairs(value)])\n );\n\n return {\n optionSets,\n ...processedState,\n };\n }\n);\n", + "adaptor": "@openfn/language-common@latest", + "project_credential_id": null + }, + "Save-option-set-json-to-github": { + "id": "56f67a06-cf99-42b5-81c5-49c058b5126c", + "name": "Save option-set json to github", + "body": "const metadataPath =\n 'repos/OpenFn/openfn-lime-pilot/contents/metadata/metadata_mapping.json';\n\nget(metadataPath, {\n headers: {\n 'user-agent': 'OpenFn',\n },\n});\n\nfn(state => {\n const {\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n data,\n } = state;\n\n state.body = {\n message: 'Update metadata content',\n committer: {\n name: 'Emmanuel Evance',\n email: 'mtuchidev@gmail.com',\n },\n content: util.encode(\n JSON.stringify({\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n })\n ),\n sha: data.sha,\n };\n\n return state;\n});\n\nput(metadataPath, {\n body: $.body,\n headers: {\n Accept: 'application/vnd.github+json',\n 'X-GitHub-Api-Version': '2022-11-28',\n 'user-agent': 'OpenFn',\n },\n});\n", + "adaptor": "@openfn/language-http@latest", + "project_credential_id": "6533e534-6ad8-4651-b27d-245b8cbb69d8" + } + }, + "edges": { + "webhook->Get-metadata-file-from-Sharepoint": { + "enabled": true, + "id": "a1a8243d-dfe8-48ff-88ab-793f4176e2ce", + "source_trigger_id": "e86ca050-ad88-4936-8c14-6eac23922017", + "condition_type": "always", + "target_job_id": "c9712182-a389-4664-8e10-f275f87fb478" + }, + "Get-metadata-file-from-Sharepoint->Map-metadata-file-to-option-set-Json-format": { + "enabled": true, + "id": "22252bb8-2e4c-422e-8aa3-667b04d67400", + "source_job_id": "c9712182-a389-4664-8e10-f275f87fb478", + "condition_type": "on_job_success", + "target_job_id": "bbc012b5-4811-4354-888c-f10b0294901d" + }, + "Map-metadata-file-to-option-set-Json-format->Save-option-set-json-to-github": { + "enabled": true, + "id": "3342bdc4-487d-49d2-839c-3c6d7835af8f", + "source_job_id": "bbc012b5-4811-4354-888c-f10b0294901d", + "condition_type": "on_job_success", + "target_job_id": "56f67a06-cf99-42b5-81c5-49c058b5126c" + } + } + }, + "wf1-dhis2-omrs-migration": { + "id": "94e04fb5-d5ae-45ad-be31-98b902f36861", + "name": "wf1-dhis2-omrs-migration", + "inserted_at": "2024-12-16T13:54:49.773325Z", + "lock_version": 47, + "triggers": { + "cron": { + "enabled": false, + "id": "0e7d525f-c24a-4969-8131-397cc94a6065", + "type": "cron", + "cron_expression": "0 0 * * *" + } + }, + "jobs": { + "Fetch-Metadata": { + "id": "be724c80-92c8-4fa9-8c3a-d28c5a298fd5", + "name": "Fetch Metadata", + "body": "fn(state => {\n // const manualCursor = '2023-06-20T17:00:00.00';\n state.cursor = state.manualCursor || state.lastRunDateTime;\n console.log('Date cursor to filter TEI extract ::', state.cursor);\n\n return state;\n});\n\n// Get trackedEntityInstances that are \"active\" in the target program\nget(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n programStatus: 'ACTIVE',\n },\n {},\n state => {\n const trackedEntityInstances = state.data.instances\n .filter(tei => tei.updatedAt >= state.cursor) //for testing\n //.filter(tei => tei.createdAt > state.cursor) //for prod\n //.slice(0, 1); //to limit 1 for testing\n const offset = 2; // GMT+2 (Geneva time)\n const currentDateTime = new Date();\n currentDateTime.setHours(currentDateTime.getHours() + offset);\n\n const lastRunDateTime = currentDateTime.toISOString().replace('Z', '');\n //console.log('TEI payload found before filter ::', JSON.stringify(state.data.instances, null, 2));\n console.log('# of TEIs found before filter ::', state.data.instances.length);\n //console.log('lastUpdated of TEI eWXRNHtmHB0 :: ', JSON.stringify(state.data.instances.filter(tei => tei.trackedEntity == 'eWXRNHtmHB0'), null, 2)); \n console.log('# of TEIs to migrate to OMRS ::', trackedEntityInstances.length);\n // console.log(\n // 'trackedEntityInstance IDs ::',\n // trackedEntityInstances.map(tei => tei.trackedEntityInstance)\n // );\n\n console.log('Next sync start date:', lastRunDateTime);\n return {\n ...state,\n // data: {},\n references: [],\n trackedEntityInstances,\n lastRunDateTime,\n };\n }\n);\n", + "adaptor": "@openfn/language-http@6.5.1", + "project_credential_id": null + }, + "Get-Locations": { + "id": "2c1dc59e-c8c0-409d-813f-d0eb3f812a07", + "name": "Get Locations", + "body": "get('optionGroups/kdef7pUey9f', {\n fields: 'id,displayName,options[id,displayName,code]',\n});\n\nfn(({ data, ...state }) => {\n state.locations = data;\n return state;\n});\n\nfn(state => {\n state.nationalityMap = {\n afghanistan: '84066564-253e-43d8-b141-76730cffa878',\n albania: 'db21f4f9-faf2-4358-8297-0ae76627b3b8',\n algeria: '5f6c017f-074c-46b3-92d0-d055e2094366',\n angola: '8a2e5a03-8a74-41ae-9a98-2310f9ce400d',\n anguilla: 'c911af8a-171c-4ee9-b1ff-934373e8a819',\n argentina: 'b83d24e8-34d8-4920-83c0-8ba014467ff4',\n armenia: '39f1652a-f2b7-4b65-a7e1-7097ac6cdef0',\n aruba: 'f3f1cba1-7c1e-4234-86a2-f27bb5964fee',\n azerbaijan: '29750013-0e35-47ca-8f77-9192a923fb07',\n bangladesh: 'a99de53c-ce76-4b1e-91b2-461094baf79e',\n belarus: '664baba4-c552-47b9-97c0-ff67dafd27d6',\n benin: 'cf863e31-bb38-48ed-90dd-f3dedcac304c',\n bhutan: 'd45a57c9-994f-4deb-8845-9b785860a2ec',\n bolivia: 'd8800d10-862b-42f1-8e22-cac1ce1bbcae',\n bosnia_and_herzegovina: '05d8f4ef-45eb-463d-b2f3-8a5a613ee6b9',\n botswana: '1304a0de-5b70-4d36-a873-e72a82963316',\n brazil: '353ff388-64e6-434c-b78f-ca9636390389',\n british_virgin_islands: 'b02c6d20-83a2-4947-8a7d-91d1f9c4d8a2',\n bulgaria: '91c85a62-2b02-483a-aefd-e29d368565fe',\n burkina_faso: '6c90c1ae-17a4-4e94-a267-4fba4c94efd8',\n burundi: '8a2ed0db-eaad-44bc-bf06-5cb1b2a3db0b',\n cambodia: '4fd14df8-8279-4dfa-bdd3-e1ab26bc0264',\n cameroon: '873552ac-9850-4cc1-ae09-17eb0fccf405',\n cape_verde: 'cfbc220a-1d6c-4469-bb6d-a8e3deb4f7e7',\n central_african_republic: '61a4c4a4-25c2-4459-a874-ec1d24f8323a',\n chad: '9e41e71c-f5d5-456c-a6f9-2129b8055bfc',\n chile: '05333883-44e9-4f57-836a-041391803007',\n china: '15016874-3e20-484a-baa8-9b94e1a3d358',\n colombia: 'a008dff8-ce96-4662-bf8a-372e43d424f0',\n comoros: '9d8738c8-40c2-4c66-aabb-ef176a20ffe8',\n costa_rica: 'fb52f8c9-40ec-4dc4-92a4-d465612de2ff',\n cote_divoire: '513cb36a-3f67-46ea-a789-fcdaca0e26f5',\n cuba: '147c2434-5d7e-420c-8053-ba623301f3f5',\n djibouti: 'cf5b334f-1c0f-41fc-ab54-53ff1e942830',\n dominica: 'f70e51e5-b76c-4c38-9bf2-ef8e1f308ce1',\n dominican_republic: 'ce72fc9b-619b-4c32-b865-600e888ad814',\n drc_congo: '8f6d3d2a-e09f-473b-99c9-e539f97ceab6',\n east_timor: '854f2f66-40e1-4a6a-9dee-09c832a52289',\n ecuador: 'f9810f9a-78a7-42a2-99e6-19c629642386',\n egypt: 'cc7343f8-9243-4d09-b378-58363850d624',\n el_salvador: '9a34935e-5a8a-45be-8ccd-cb23192e420f',\n equatorial_guinea: '7e591605-d723-4398-982a-8737af63a2dc',\n eritrea: 'c61f03c2-0d1f-444f-a974-0a61063aff71',\n ethiopia: '7478d375-014e-410e-a355-090143e88f5b',\n gabon: '9f46ae06-114a-47fa-8f8d-e9749f04da25',\n gambia: '5ec7ddd7-14a5-48ec-9e7c-8896d1010655',\n georgia: 'bc71788f-db69-4b6f-8d1c-57a74395bdd2',\n ghana: '2eb4ff46-d908-4148-9b0d-40ccfc1a655a',\n greece: 'b75d6bcc-fadf-4141-8d0f-2463154b89f7',\n guam: '51fa502b-98a3-4c42-b5fd-7b4d64489bb9',\n guatemala: '3725a4d2-b28f-466b-905a-bafeaeb75855',\n guinea: 'eeaff39c-8afd-43f7-b9a0-53729f5df1d8',\n guinea_bissau: '14e90203-9197-42ea-9222-acafd2fd6984',\n guyana: 'ba4dfa7e-f3cd-4e94-8ca7-6b96a93378a8',\n haiti: 'f76f7dcb-f82e-4257-a627-1685ff3f3586',\n honduras: 'cdd1336e-495b-4868-aace-57a84442d6fd',\n india: '378d0107-eb43-485d-930c-0704b4e5aa11',\n indonesia: '1cbe17e6-adc2-4680-bee0-54d94af75ebf',\n iran: 'b422270e-d8af-4a32-b523-742545a17a3f',\n iraq: '03aa7d6e-7656-48e4-8dc0-5e27706722c0',\n jordan: '842f963c-f84d-4076-a8db-337295fd9b91',\n kazakhstan: '6f6d0e78-2c81-411d-8d13-367e250dc110',\n kenya: 'ad351a33-8846-4cad-8195-b07b6041d4a5',\n kuwait: '4aee7a88-cda9-454e-9f25-4a6420270417',\n kyrgyzstan: 'ace3b851-042b-46a6-8fea-68aae042d614',\n laos: 'dfb01b39-c224-459e-b045-dd9461b9a1e5',\n lebanon: '7de78f22-f53e-48d2-923f-ae1e4d814f46',\n lesotho: 'b35b29c5-9bb7-4b40-ad33-29eecd28a9e6',\n liberia: 'a5fd61b4-fd27-433d-8428-7e88a7f27921',\n libya: '600c6af4-b767-423c-b942-7f06ca467258',\n macedonia: '5837cc40-9ab5-4088-91c8-ca6e4b57e903',\n madagascar: '3782bf3c-380e-4b60-b21a-38199073f112',\n malawi: 'e8b5f188-6a5c-43ae-b4a5-200abb13153e',\n malaysia: '3facca11-fbaa-4c40-8fac-4751d45c3f1b',\n mali: '3e844a47-526a-46f9-afea-1af9ff8690aa',\n martinique: '051ce04e-05e8-4430-8b75-3e499bbffbc8',\n mauritania: '8acb006b-8596-4a98-8177-acb4cb575956',\n mauritius: '17ced083-eb2a-4046-a713-26cabc7af95d',\n mayotte: '1af148fe-2698-4b89-bf7f-87e5c48b6848',\n mexico: '8381208f-01ca-4ed3-8f2c-f73ed1c316e3',\n moldova: 'f0e9c8b5-69b5-48df-8cb9-2d089ba04e46',\n mongolia: '9f341cb1-dcb5-4f6c-bd21-b57db01b4193',\n morocco: 'ef467a17-91e8-4124-a136-7ed8ff7c7d15',\n mozambique: '0916133b-4d93-4d60-9c20-e7ee3936f391',\n myanmar: 'e81ba700-f9fc-4ed0-b248-578a25717cdb',\n namibia: '0cb123dc-8810-4840-b6ab-6a527c5a79ef',\n nauru: '3386fe63-2158-4040-a502-9f65fd2079d3',\n nepal: 'fb01b01a-6775-423c-8012-7d43f587cb6c',\n new_caledonia: 'e67c072b-7707-491f-8c2e-13c914216b61',\n nicaragua: 'f6a9521c-596b-49f9-b914-67138e8c17e6',\n niger: '7561db90-a866-4443-93f4-95cac1d47e9c',\n nigeria: '4134651a-7f53-45fb-8bc6-7fed9cf36f51',\n north_korea: '4d3079e4-8568-48e6-9342-665896875a38',\n oman: '9b0af037-99d1-43b8-ac06-82137ec4b06d',\n other: 'Other',\n pakistan: 'f45d93c3-c9b0-4333-a5e6-299b7c425812',\n palestine: 'e2a19948-49aa-44c0-98ef-67ae1160ef43',\n panama: '1ef5a828-9d0d-4336-91ab-880d5dc0151c',\n papua_new_guinea: 'e1e6b451-d7fe-4954-b225-99b2de82a4c0',\n paraguay: 'd8412016-82f5-4801-a026-1bdc429850b7',\n peru: 'e74fa87f-8469-46b0-975f-6cb37c394564',\n philippines: 'bdbd5c9f-1f28-4f4d-a254-4a84f8bb2c8f',\n puerto_rico: '39fca1d0-d2e7-4b13-82bd-626fbec71252',\n republic_of_congo: '5db9afa5-b57e-4f45-8b1c-af766f14fc58',\n reunion: '1dae4b2d-50c9-4bf1-b25a-7063600a5e74',\n romania: '457e745e-ae97-463d-95a9-8d5689d3ca2b',\n rwanda: '6bc925a1-7699-496a-85b0-c290699381db',\n samoa: 'e03b381b-a7f4-40eb-964f-51571dc3c48c',\n sao_tome_and_principe: 'f66bbb42-684f-42d7-bfcd-95d586eb7dc9',\n saudi_arabia: 'fdf495a4-e60c-46f7-a8a2-61a216849086',\n senegal: 'ad948f1b-0733-4f8d-b049-d64289b43a10',\n serbia: 'd2e69cef-3bff-4220-ba91-a6a678fb606b',\n sierra_leone: 'ffba9caf-b6aa-4078-845e-578f7a7fd566',\n somalia: '99c8dccc-4dfa-4d30-86be-42a309ab431f',\n south_africa: '75882d62-1c55-480d-b411-8ca40c3307df',\n south_korea: '0603d6b9-334f-4443-ab60-7c5d457b95fc',\n south_sudan: 'f113e24e-2ea9-49a2-9b28-59241b9adb21',\n sri_lanka: 'b0031c01-d242-4410-b98b-cc1511590b85',\n sudan: '2f03a932-2b75-4e8b-9f44-0fcd83c75dc4',\n suriname: 'c65d3329-98d4-4dd7-89d3-141b70d00eb2',\n swaziland: '06a2703b-af17-4e44-83f5-6cc9a8a75320',\n switzerland: 'dcdcdc70-a006-4b0a-bac2-7de89b022b65',\n syria: '1e34ee55-ef9f-4386-bae6-6995555ded75',\n tajikistan: '34836c60-5449-48d6-b3c9-c0b3361b9f2c',\n tanzania: '050a8eb1-0d77-4f65-a2da-776a13bcd2a4',\n thailand: '289ac5bd-6434-4837-86bf-b54d22970ac8',\n togo: '6a583e64-869d-477d-a1c1-746320d45fc4',\n tonga: 'd381f06d-2365-4f40-948b-cfe90d8cb532',\n tunisia: '56be7864-fde6-4db3-8fa5-b9dd42cd9c53',\n turkey: '7429c779-1d3a-4aec-8256-d0b1637e1bd1',\n turkmenistan: '3ef17df5-299b-4385-9ea6-572df4b6f9ca',\n uganda: 'be3d11d3-446d-440c-a582-d01c7cbb0eda',\n ukraine: '38c99c8d-2b93-4848-a537-b1865a260bb2',\n unknown: 'Unknown',\n uruguay: 'c2e45baf-748b-4d7b-a391-ed6b802b6f94',\n uzbekistan: '60512350-d79b-41aa-aff0-1b28ca4aa5f1',\n venezuela: '557cea4a-0049-4b7a-b373-ed63f294a2a0',\n vietnam: '49509c5f-e533-48a8-bf06-86935e3376b2',\n western_sahara: '4086dfd2-f4f5-4107-93e8-07bee235af8f',\n yemen: '6a3214e0-f94b-414c-8148-968e24386671',\n zambia: '3ec0432d-ea37-4159-a658-29d6f07fe21a',\n zimbabwe: 'ce1b0d8d-0a2d-4f93-a6ed-64aca2fd0f45',\n };\n state.statusMap = {\n asylum_seeker: 'f921ffdd-72ca-4d58-a89b-1fa2e959d110',\n no_status: '2bacead2-f280-457c-9d28-e80e106f7d25',\n refugee: 'MSF-AAAAAA000000000000001929',\n single: '20b8524e-4c26-4fa0-81f0-fa23ebacc54d',\n married: 'MSF-AAAAAA000000000000001863',\n widowed: 'MSF-AAAAAA000000000000001864',\n divorced_separated: 'MSF-AAAAAA000000000000001865',\n concubine: '1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',\n not_applicable: 'MSF-AAAAAA000000000000001823',\n student: 'MSF-AAAAAA000000000000001871',\n permanent_employee: '4a18a820-f3a1-4bb7-9138-558a9ecc81da',\n occasional_employee: '2cb73bee-7f94-4695-89c7-c81187dbc90c',\n unemployed: 'MSF-AAAAAA000000000000001870',\n housewife: '9b14b4d4-b749-4acf-acfe-79c480f3c4b3',\n other: 'MSF-AAAAAA000000000000001329',\n unknown: '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',\n idp: 'MSF-AAAAAA000000000000001930',\n internationally_displaced: '515c5abe-4172-4d0c-a991-0de2888228d7',\n non_displaced: 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92',\n returnee: 'fc49acaa-ece2-4365-9dfb-70c2105de8b1',\n };\n return state;\n});\n", + "adaptor": "@openfn/language-dhis2@latest", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + }, + "Create-Patients": { + "id": "fd21a322-aca4-404f-8b5c-93f5f23336fc", + "name": "Create Patients", + "body": "//Define gender options and prepare newPatientUuid and identifiers\nfn(state => {\n const genderOptions = {\n male: 'M',\n female: 'F',\n unknown: 'U',\n transgender_female: 'O',\n transgender_male: 'O',\n prefer_not_to_answer: 'O',\n gender_variant_non_conforming: 'O',\n };\n\n const identifiers = [];\n const newPatientUuid = [];\n\n const { trackedEntityInstances } = state;\n if (trackedEntityInstances.length > 0)\n console.log(\n '# of TEIs to send to OpenMRS: ',\n trackedEntityInstances.length\n );\n if (trackedEntityInstances.length === 0)\n console.log('No data fetched in step prior to sync.');\n\n return {\n ...state,\n genderOptions,\n newPatientUuid,\n identifiers,\n };\n});\n\n//First we generate a unique OpenMRS ID for each patient\neach(\n 'trackedEntityInstances[*]',\n post(\n 'idgen/identifiersource/8549f706-7e85-4c1d-9424-217d50a2988b/identifier',\n {}\n ).then(state => {\n state.identifiers.push(state.data.identifier);\n return state;\n })\n);\n\n// Then we map trackedEntityInstances to openMRS data model\nfn(state => {\n const {\n trackedEntityInstances,\n identifiers,\n genderOptions,\n nationalityMap,\n statusMap,\n locations,\n } = state;\n\n const getValueForCode = (attributes, code) => {\n const result = attributes.find(attribute => attribute.code === code);\n return result ? result.value : undefined;\n };\n\n const calculateDOB = age => {\n const currentDate = new Date();\n const currentYear = currentDate.getFullYear();\n const birthYear = currentYear - age;\n\n const birthday = new Date(\n birthYear,\n currentDate.getMonth(),\n currentDate.getDay()\n );\n\n return birthday.toISOString().replace(/\\.\\d+Z$/, '+0000');\n };\n\n state.patients = trackedEntityInstances.map((d, i) => {\n const patientNumber = getValueForCode(d.attributes, 'patient_number'); // Add random number for testing + Math.random()\n\n const nationality =\n nationalityMap[getValueForCode(d.attributes, 'origin_nationality')];\n const currentStatus =\n statusMap[getValueForCode(d.attributes, 'current_status')];\n const legalStatus =\n getValueForCode(d.attributes, 'legal_status') &&\n statusMap[getValueForCode(d.attributes, 'legal_status')];\n const maritalStatus =\n statusMap[getValueForCode(d.attributes, 'marital_status')];\n const employmentStatus =\n statusMap[getValueForCode(d.attributes, 'occupation')];\n\n const noOfChildren = d.attributes.find(\n a => a.attribute === 'SVoT2cVLd5O'\n )?.value;\n\n const lonlat = d.attributes.find(a => a.attribute === 'rBtrjV1Mqkz')?.value;\n const location = lonlat\n ? locations.options.find(o => o.code === lonlat)?.displayName\n : undefined;\n\n let countyDistrict, cityVillage;\n\n if (location) {\n const match = location.match(/^(.*?)\\s*\\((.*?)\\)/);\n if (match) {\n [, countyDistrict, cityVillage] = match;\n cityVillage = cityVillage.split('-')[0].trim(); // Remove country code and trim\n }\n }\n\n return {\n patientNumber,\n person: {\n age: getValueForCode(d.attributes, 'age'),\n gender: genderOptions[getValueForCode(d.attributes, 'sex')],\n birthdate:\n d.attributes.find(a => a.attribute === 'WDp4nVor9Z7')?.value ??\n calculateDOB(getValueForCode(d.attributes, 'age')),\n birthdateEstimated: d.attributes.find(\n a => a.attribute === 'WDp4nVor9Z7'\n )\n ? true\n : false,\n names: [\n {\n familyName:\n d.attributes.find(a => a.attribute === 'fa7uwpCKIwa')?.value ??\n 'unknown',\n givenName:\n d.attributes.find(a => a.attribute === 'Jt9BhFZkvP2')?.value ??\n 'unknown',\n },\n ],\n addresses: [\n {\n country: 'Iraq',\n stateProvince: 'Ninewa',\n countyDistrict,\n cityVillage,\n },\n ],\n attributes: [\n {\n attributeType: '24d1fa23-9778-4a8e-9f7b-93f694fc25e2',\n value: nationality,\n },\n {\n attributeType: 'e0b6ed99-72c4-4847-a442-e9929eac4a0f',\n value: currentStatus,\n },\n legalStatus && {\n attributeType: 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1',\n value: legalStatus,\n },\n {\n attributeType: '3884dc76-c271-4bcb-8df8-81c6fb897f53',\n value: maritalStatus,\n },\n employmentStatus && {\n attributeType: 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e',\n value: employmentStatus,\n },\n noOfChildren && {\n attributeType: 'e363161a-9d5c-4331-8463-238938f018ed',\n value: noOfChildren,\n },\n ].filter(i => i),\n },\n\n identifiers: [\n {\n identifier: identifiers[i], //map ID value from DHIS2 attribute\n identifierType: '05a29f94-c0ed-11e2-94be-8c13b969e334',\n location: 'cf6fa7d4-1f19-4c85-ac50-ff824805c51c', //default location old:44c3efb0-2583-4c80-a79e-1f756a03c0a1\n preferred: true,\n },\n {\n uuid: d.trackedEntity,\n identifier: patientNumber,\n identifierType: '8d79403a-c2cc-11de-8d13-0010c6dffd0f', //Old Identification number\n location: 'cf6fa7d4-1f19-4c85-ac50-ff824805c51c', //default location\n preferred: false, //default value for this identifiertype\n },\n ],\n };\n });\n\n return state;\n});\n\n// Creating patients in openMRS\neach(\n '$.patients[*]',\n upsert(\n 'patient',\n state => {\n return { q: state.data.patientNumber };\n },\n state => {\n const { patientNumber, ...patient } = state.data;\n console.log(\n 'Upserting patient record\\n',\n JSON.stringify(patient, null, 2)\n );\n return patient;\n },\n state => {\n state.newPatientUuid.push({\n patient_number: state.references.at(-1)?.patientNumber,\n uuid: state.data.uuid,\n });\n return state;\n }\n )\n);\n\n// Clean up state\nfn(({ data, references, ...state }) => state);\n", + "adaptor": "@openfn/language-openmrs@latest", + "project_credential_id": "3141d874-5456-4168-9680-ce04efb1089c" + }, + "Update-Teis": { + "id": "eed2a687-7ef3-4a38-819e-d50319874d03", + "name": "Update Teis", + "body": "fn(state => {\n if (state.newPatientUuid.length === 0) {\n console.log('No data fetched in step prior to sync.');\n }\n\n console.log(\n 'newPatientUuid ::',\n JSON.stringify(state.newPatientUuid, null, 2)\n );\n return state;\n});\n\n// Update TEI on DHIS2\neach(\n 'newPatientUuid[*]',\n upsert(\n 'trackedEntityInstances',\n state => ({\n ou: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`P4wdYGkldeG:Eq:${state.data.patient_number}`],\n }),\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n { attribute: 'P4wdYGkldeG', value: `${$.data.patient_number}` }, //DHIS2 patient number to use as lookup key\n { attribute: 'AYbfTPYMNJH', value: `${$.data.patient.uuid}` }, //OMRS patient uuid\n {\n attribute: 'ZBoxuExmxcZ',\n value: `${$.data.patient.identifier[0].identifier}`,\n }, //id generated in wf1-2 e.g., \"IQ146-24-000-027\"\n ],\n }\n )\n);\n", + "adaptor": "@openfn/language-dhis2@5.0.1", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + }, + "Get-Teis-and-Locations": { + "id": "982099f9-3e69-4684-8935-be5a98636fd2", + "name": "Get Teis and Locations", + "body": "\n// Check out the Job Writing Guide for help getting started:\n// https://docs.openfn.org/documentation/jobs/job-writing-guide\n", + "adaptor": "@openfn/language-dhis2@latest", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + } + }, + "edges": { + "cron->Fetch-Metadata": { + "enabled": true, + "id": "f54f198a-5fa1-4ee0-803f-35316e32ab92", + "source_trigger_id": "0e7d525f-c24a-4969-8131-397cc94a6065", + "condition_type": "always", + "target_job_id": "be724c80-92c8-4fa9-8c3a-d28c5a298fd5" + }, + "Get-Locations->Create-Patients": { + "enabled": true, + "id": "e80f8963-3c31-48cc-8df4-6b6dd89fd616", + "source_job_id": "2c1dc59e-c8c0-409d-813f-d0eb3f812a07", + "condition_expression": "state.teis.length > 0 && !state.errors", + "condition_type": "js_expression", + "condition_label": "has-teis", + "target_job_id": "fd21a322-aca4-404f-8b5c-93f5f23336fc" + }, + "Create-Patients->Update-Teis": { + "enabled": true, + "id": "eb140757-c73f-4f9f-83d6-0ac0c76cf4da", + "source_job_id": "fd21a322-aca4-404f-8b5c-93f5f23336fc", + "condition_type": "on_job_success", + "target_job_id": "eed2a687-7ef3-4a38-819e-d50319874d03" + }, + "Fetch-Metadata->Get-Teis-and-Locations": { + "enabled": true, + "id": "29589705-ad94-4515-82f5-a2e1af59ced4", + "source_job_id": "be724c80-92c8-4fa9-8c3a-d28c5a298fd5", + "condition_type": "on_job_success", + "target_job_id": "982099f9-3e69-4684-8935-be5a98636fd2" + }, + "Get-Teis-and-Locations->Get-Locations": { + "enabled": true, + "id": "a3da4581-ce0f-444d-8c56-2f67611dc554", + "source_job_id": "982099f9-3e69-4684-8935-be5a98636fd2", + "condition_type": "on_job_success", + "target_job_id": "2c1dc59e-c8c0-409d-813f-d0eb3f812a07" + } + } + }, + "wf2-omrs-dhis2": { + "id": "0f8ec062-1a2d-4f13-a8c5-b8298004512c", + "name": "wf2-omrs-dhis2", + "inserted_at": "2024-12-16T13:57:29.094249Z", + "lock_version": 190, + "triggers": { + "cron": { + "enabled": false, + "id": "51283b68-c07a-4d85-854c-c2e6e93af041", + "type": "cron", + "cron_expression": "0 0 * * *" + } + }, + "jobs": { + "Get-Patients": { + "id": "ab326112-9cdd-4449-8611-b5abc659d4ca", + "name": "Get Patients", + "body": "//Here we define the date cursor\n//$.cursor at beggining of the project 2023-05-20T06:01:24.000+0000\ncursor($.lastRunDateTime || $.manualCursor || '2023-05-20T06:01:24.000+0000');\n// Update the lastRunDateTime for the next run\ncursor('today', {\n key: 'lastRunDateTime',\n format: c => dateFns.format(new Date(c), \"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"),\n});\n\nsearchPatient({ q: 'IQ', v: 'full', limit: '100' });\n//searchPatient({ q: 'Katrina', v: 'full', limit: '100' });\n//Query all patients (q=all) not supported on demo OpenMRS; needs to be configured\n//...so we query all Patients with name \"Patient\" instead\n\nfn(state => {\n const { cursor, data, lastRunDateTime } = state;\n console.log('Filtering patients since:', cursor);\n\n const patients = data.results.filter(({ auditInfo }) => {\n const lastModified = auditInfo?.dateChanged || auditInfo?.dateCreated;\n return lastModified > cursor;\n });\n console.log('# of patients to sync to dhis2 ::', patients.length);\n console.log(\n 'uuids of patients to sync to dhis2 ::',\n patients.map(p => p.uuid)\n );\n\n return { cursor, lastRunDateTime, patients };\n});\n", + "adaptor": "@openfn/language-openmrs@latest", + "project_credential_id": "3141d874-5456-4168-9680-ce04efb1089c" + }, + "Upsert-TEIs": { + "id": "6973c510-b36d-4c42-82f5-b26d8cd36a57", + "name": "Upsert TEIs", + "body": "const buildPatientsUpsert = (state, patient, isNewPatient) => {\n const { nationalityMap, statusMap, placeOflivingMap, genderOptions } = state;\n const DHIS2_PATIENT_NUMBER = '8d79403a-c2cc-11de-8d13-0010c6dffd0f'; //DHIS2 ID or DHIS2 Patient Number\n const OPENMRS_AUTO_ID = '05a29f94-c0ed-11e2-94be-8c13b969e334'; //MSF ID or OpenMRS Patient Number\n const dateCreated = patient.auditInfo.dateCreated.substring(0, 10);\n const findIdentifierByUuid = (identifiers, targetUuid) =>\n identifiers.find(i => i.identifierType.uuid === targetUuid)?.identifier;\n\n const enrollments = [\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n programStage: 'MdTtRixaC1B',\n enrollmentDate: dateCreated,\n },\n ];\n\n const payload = {\n query: {\n ou: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], //upsert on omrs.patient.uid\n },\n data: {\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n {\n attribute: 'fa7uwpCKIwa',\n value: patient.person?.names[0]?.givenName,\n },\n {\n attribute: 'Jt9BhFZkvP2',\n value: patient.person?.names[0]?.familyName,\n },\n {\n attribute: 'P4wdYGkldeG', //DHIS2 ID ==> \"Patient Number\"\n value:\n findIdentifierByUuid(patient.identifiers, DHIS2_PATIENT_NUMBER) ||\n findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID), //map OMRS ID if no DHIS2 id\n },\n {\n attribute: 'ZBoxuExmxcZ', //MSF ID ==> \"OpenMRS Patient Number\"\n value: findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID),\n },\n {\n attribute: 'AYbfTPYMNJH', //\"OpenMRS Patient UID\"\n value: patient.uuid,\n },\n {\n attribute: 'qptKDiv9uPl',\n value: genderOptions[patient.person.gender],\n },\n {\n attribute: 'T1iX2NuPyqS',\n value: patient.person.age,\n },\n {\n attribute: 'WDp4nVor9Z7',\n value: patient.person.birthdate.slice(0, 10),\n },\n {\n attribute: 'rBtrjV1Mqkz', //Place of living\n value: placeOflivingMap[patient.person?.addresses[0]?.cityVillage],\n },\n {\n attribute: 'Xvzc9e0JJmp', //nationality\n value:\n nationalityMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n '24d1fa23-9778-4a8e-9f7b-93f694fc25e2'\n )?.value?.uuid\n ], //input.attributeType = \"24d1fa23-9778-4a8e-9f7b-93f694fc25e2\"\n },\n {\n attribute: 'YUIQIA2ClN6', //current status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'e0b6ed99-72c4-4847-a442-e9929eac4a0f'\n )?.value?.uuid\n ], //input.attributeType = \"e0b6ed99-72c4-4847-a442-e9929eac4a0f\"\n },\n // TODO: Qq6xQ2s6LO8 has an error, Aleksa to ask the client\n {\n attribute: 'Qq6xQ2s6LO8', //legal status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1'\n )?.value?.uuid\n ], //input.attributeType = \"a9b2c642-097f-43f8-b96b-4d2f50ffd9b1\"\n },\n {\n attribute: 'FpuGAOu6itZ', //marital status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n '3884dc76-c271-4bcb-8df8-81c6fb897f53'\n )?.value?.uuid\n ], //input.attributeType = \"3884dc76-c271-4bcb-8df8-81c6fb897f53\"\n },\n {\n attribute: 'v7k4OcXrWR8', //employment status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e'\n )?.value?.uuid\n ], //input.attributeType = \"dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e\"\n },\n {\n attribute: 'SVoT2cVLd5O', //Number of children\n value: patient.person.attributes.find(\n a => a.attributeType.uuid === 'e363161a-9d5c-4331-8463-238938f018ed'\n )?.value, //input.attributeType = \"e363161a-9d5c-4331-8463-238938f018ed\"\n },\n ],\n },\n };\n\n console.log('mapped dhis2 payloads:: ', JSON.stringify(payload, null, 2));\n\n if (isNewPatient) {\n console.log('create enrollment');\n payload.data.enrollments = enrollments;\n }\n\n return payload;\n};\n\nconst delay = ms => new Promise(resolve => setTimeout(resolve, ms));\n\neach(\n '$.patients[*]',\n get(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n filter: [`AYbfTPYMNJH:Eq:${$.data?.uuid}`],\n program: 'w9MSPn5oSqp',\n },\n {},\n async state => {\n const patient = state.references.at(-1);\n console.log(patient.uuid, 'patient uuid');\n\n const isNewPatient = state.data.instances.length === 0;\n\n state.patientsUpsert ??= [];\n state.patientsUpsert.push(\n buildPatientsUpsert(state, patient, isNewPatient)\n );\n await delay(2000);\n return state;\n }\n )\n);\n\n// Upsert TEIs to DHIS2\neach(\n $.patientsUpsert,\n upsert('trackedEntityInstances', $.data.query, $.data.data)\n);\nfn(state => {\n const {\n data,\n response,\n references,\n patients,\n statusMap,\n patientsUpsert,\n nationalityMap,\n placeOflivingMap,\n genderOptions,\n ...next\n } = state;\n\n next.patientUuids = patients.map(p => p.uuid);\n return next;\n});\n", + "adaptor": "@openfn/language-dhis2@5.0.1", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + }, + "Get-Encounters": { + "id": "8fb577e5-d068-4d47-8172-81f08153ced9", + "name": "Get Encounters", + "body": "const formUuids = [\n '82db23a1-4eb1-3f3c-bb65-b7ebfe95b19b',\n '6a3e1e0e-dd13-3465-b8f5-ee2d42691fe5',\n 'be8c12f9-e6fd-369a-9bc7-46a191866f15',\n '48577ac5-d9c0-3000-9bac-075409b38336',\n 'ee6b1b06-3163-334a-8538-be69250af727',\n];\n// Fetch patient encounters then filter by cursor date\n// OpenMRS demo instance does not support querying ALL records (q=all)\neach(\n '$.patientUuids[*]',\n getEncounters({ patient: $.data, v: 'full' }, state => {\n const patientUuid = state.references.at(-1);\n const filteredEncounters = formUuids.map(formUuid =>\n state.data.results.filter(\n encounter =>\n encounter.encounterDatetime >= state.cursor &&\n encounter?.form?.uuid === formUuid\n )\n );\n\n state.encounters ??= [];\n state.encounters.push(\n filteredEncounters.map(encounters => encounters[0]).filter(e => e)\n );\n\n console.log(\n filteredEncounters.flat().length,\n `# of filtered encounters found in OMRS for ${patientUuid}`\n );\n\n return state;\n })\n);\n\n// Log filtered encounters\nfn(state => {\n const {\n data,\n index,\n response,\n encounters,\n references,\n patientUuids,\n ...next\n } = state;\n next.encounters = encounters.flat();\n console.log(next.encounters.length, '# of new encounters to sync to dhis2');\n\n return next;\n});\n", + "adaptor": "@openfn/language-http@latest", + "project_credential_id": "62cab5d8-939f-46f3-b635-cb79a1e1dc5d" + }, + "Get-TEIs-and-Map-Answers": { + "id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3", + "name": "Get TEIs and Map Answers", + "body": "const delay = ms => new Promise(resolve => setTimeout(resolve, ms));\n\neach(\n '$.encounters[*]',\n get(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`AYbfTPYMNJH:Eq:${$.data.patient.uuid}`],\n fields: '*',\n },\n {},\n async state => {\n const encounter = state.references.at(-1);\n console.log(encounter.patient.uuid, 'Encounter patient uuid');\n\n const { trackedEntity, enrollments } = state.data?.instances?.[0] || {};\n if (trackedEntity && enrollments) {\n state.TEIs ??= {};\n state.TEIs[encounter.patient.uuid] = {\n trackedEntity,\n enrollment: enrollments[0]?.enrollment,\n };\n }\n\n await delay(2000);\n return state;\n }\n )\n);\n", + "adaptor": "@openfn/language-dhis2@5.0.1", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + }, + "Create-Events": { + "id": "932645d8-ddb8-4d00-841e-7fe7af214837", + "name": "Create Events", + "body": "const processAnswer = (answer, conceptUuid, dataElement, optionSets) => {\n // console.log('Has answer', conceptUuid, dataElement);\n return typeof answer.value === 'object'\n ? processObjectAnswer(answer, conceptUuid, dataElement, optionSets)\n : processOtherAnswer(answer, conceptUuid, dataElement);\n};\n\nconst processObjectAnswer = (answer, conceptUuid, dataElement, optionSets) => {\n if (isDiagnosisByPsychologist(conceptUuid, dataElement)) {\n return '' + answer.value.uuid === '278401ee-3d6f-4c65-9455-f1c16d0a7a98';\n }\n return findMatchingOption(answer, optionSets);\n};\n\nconst processOtherAnswer = (answer, conceptUuid, dataElement) => {\n if (isPhq9Score(answer.value, conceptUuid, dataElement)) {\n return getRangePhq(answer.value);\n }\n return answer.value;\n};\n\nconst processNoAnswer = (data, conceptUuid, dataElement) => {\n // console.log('No answer', conceptUuid, dataElement);\n if (isEncounterDate(conceptUuid, dataElement)) {\n return data.encounterDatetime.replace('+0000', '');\n }\n return '';\n};\n\nconst findMatchingOption = (answer, optionSets) => {\n const matchingOption = optionSets.find(\n o => o['value.uuid - External ID'] === answer.value.uuid\n )?.['DHIS2 Option Code'];\n\n return matchingOption || '';\n};\n\nconst isEncounterDate = (conceptUuid, dataElement) => {\n return (\n conceptUuid === 'encounter-date' &&\n ['CXS4qAJH2qD', 'I7phgLmRWQq', 'yUT7HyjWurN'].includes(dataElement)\n );\n};\n\nconst isDiagnosisByPsychologist = (conceptUuid, dataElement) =>\n conceptUuid === '722dd83a-c1cf-48ad-ac99-45ac131ccc96' &&\n dataElement === 'pN4iQH4AEzk';\n\nconst isPhq9Score = (value, conceptUuid, dataElement) =>\n typeof value === 'number' &&\n conceptUuid === '5f3d618e-5c89-43bd-8c79-07e4e98c2f23' &&\n dataElement === 'tsFOVnlc6lz';\n\nconst getRangePhq = input => {\n if (input >= 20) return '>20';\n if (input >= 15) return '15_19';\n if (input >= 10) return '10_14';\n if (input >= 5) return '5_9';\n return '0_4';\n};\n\nconst dataValuesMapping = (data, dataValueMap, optionSets) => {\n return Object.keys(dataValueMap)\n .map(dataElement => {\n const conceptUuid = dataValueMap[dataElement];\n const answer = data.obs.find(o => o.concept.uuid === conceptUuid);\n const value = answer\n ? processAnswer(answer, conceptUuid, dataElement, optionSets)\n : processNoAnswer(data, conceptUuid, dataElement);\n\n return { dataElement, value };\n })\n .filter(d => d);\n};\n\n// Prepare DHIS2 data model for create events\nfn(state => {\n state.encountersMapping = state.encounters.map(data => {\n const form = state.formMaps[data.form.uuid];\n const eventDate = data.encounterDatetime.replace('+0000', '');\n const { trackedEntity, enrollment } = state.TEIs[data.patient.uuid];\n\n const event = {\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityInstance: trackedEntity,\n enrollment,\n eventDate,\n };\n if (form) {\n return {\n ...event,\n programStage: form.programStage,\n dataValues: dataValuesMapping(data, form.dataValueMap, state.optionSets),\n };\n }\n });\n\n return state;\n});\n\n// Create events for each encounter\neach(\n '$.encountersMapping[*]',\n create(\n 'events',\n state => {\n console.log('dhis2 event to import:: ', state.data);\n return state.data;\n },\n {\n params: {\n dataElementIdScheme: 'UID',\n },\n }\n )\n);\n\nfn(state => {\n const latestGenderUpdate = state.encounters.reduce((acc, e) => {\n const answer = e.obs.find(\n o => o.concept.uuid === 'ec42d68d-3e23-43de-b8c5-a03bb538e7c7'\n );\n if (answer) {\n const personUuid = answer.person.uuid;\n if (\n !acc[personUuid] ||\n new Date(answer.obsDatetime) > new Date(acc[personUuid].obsDatetime)\n ) {\n acc[personUuid] = answer;\n }\n }\n return acc;\n }, {});\n\n state.genderUpdated = Object.values(latestGenderUpdate);\n\n return state;\n});\n\n// Return only lastRunDateTime\nfnIf(\n state => state.genderUpdated.length === 0,\n ({ lastRunDateTime }) => ({ lastRunDateTime })\n);\n", + "adaptor": "@openfn/language-dhis2@5.0.1", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + }, + "Mappings": { + "id": "79b58ab5-cb0a-44a5-b230-776b4016464a", + "name": "Mappings", + "body": "fn(state => {\n state.placeOflivingMap = {\n 'Al Ayadya': 'lon42.423409_lat36.481517',\n 'Al Bosaif': 'lon43.159987_lat36.27218',\n 'Al Jazaer': 'lon43.164382_lat36.354178',\n 'Al Karama': 'lon43.203229_lat36.341201',\n 'Al Mothana': 'lon43.171821_lat36.37478',\n 'Al Nabi Younis': 'lon43.165939_lat36.348147',\n 'Al Qawsyat': 'lon43.103793_lat36.440127',\n 'Al Rashedia': 'lon43.092499_lat36.405267',\n 'Al Sahaji': 'lon42.94467_lat36.280869',\n 'Al Salamya': 'lon43.314713_lat36.142365',\n 'Al Shora': 'lon43.223899_lat35.994031',\n 'Al Sokar': 'lon43.169151_lat36.389263',\n 'Al Zahra': 'lon43.209061_lat36.384103',\n 'Al-Abar': 'lon43.097359_lat36.337313',\n 'Al-Adba': 'lon43.107228_lat36.228804',\n Alamel: 'lon43.095958_lat36.324676',\n 'Al-Araby': 'lon43.116613_lat36.405873',\n Alathba: 'lon43.107062_lat36.228771',\n 'Al-Auraiby': 'lon43.092403_lat36.35815',\n 'Al-Baaj': 'lon41.715935_lat36.04154',\n 'Al-Bakeer': 'lon43.2005_lat36.372429',\n 'Al-Dandan': 'lon43.146081_lat36.33257',\n 'Al-Ekhaa': 'lon43.216323_lat36.353175',\n 'Al-Ektasadeen': 'lon43.086044_lat36.361673',\n 'Al-Entesar': 'lon43.213825_lat36.326253',\n Aleslaah: 'lon43.082506_lat36.350517',\n 'Al-Faroak': 'lon43.128901_lat36.337586',\n Alflah: 'lon43.183338_lat36.394155',\n Algosq: 'lon43.150265_lat36.327732',\n Algzlany: 'lon43.137129_lat36.320443',\n 'Al-Hadbaa': 'lon43.15051_lat36.394474',\n Alhrmat: 'lon43.072674_lat36.362245',\n 'Al-Humaidat': 'lon42.978138_lat36.403105',\n Aljazeera: 'lon42.268108_lat35.764664',\n 'Al-Kadasia': 'lon43.200525_lat36.380719',\n 'Al-Kuba': 'lon43.072704_lat36.410733',\n 'Al-Ma`Mun': 'lon43.10664_lat36.310099',\n 'Al-Maghrab': 'lon43.079798_lat36.334318',\n Almalayeen: 'lon43.103821_lat36.424167',\n 'Al-Masarf': 'lon43.179613_lat36.38814',\n 'Al-Matahen': 'lon43.09246_lat36.338635',\n Almnsoor: 'lon43.11188_lat36.318691',\n Almoaly: 'lon42.838777_lat36.324391',\n Almohalabya: 'lon42.703975_lat36.265162',\n Almshahda: 'lon43.120709_lat36.343216',\n 'Al-Mualamin': 'lon42.923458_lat36.31039',\n Almuhandseen: 'lon43.137239_lat36.367498',\n Alngar: 'lon43.100449_lat36.357173',\n Alnuor: 'lon43.187796_lat36.365769',\n Alobor: 'lon43.059863_lat36.313292',\n Alquds: 'lon43.22851_lat36.344222',\n 'Al-Qyaraa': 'lon43.29582_lat35.798215',\n Alresala: 'lon43.090091_lat36.322804',\n 'Al-Rifa`I': 'lon43.102846_lat36.360217',\n 'Al-Saaha': 'lon43.097854_lat36.34371',\n 'Al-Sahaji': 'lon42.94396_lat36.280114',\n 'Al-Samah': 'lon43.212253_lat36.35825',\n 'Al-Sekak': 'lon43.100669_lat36.339441',\n 'Al-Shefaa': 'lon43.121928_lat36.352',\n Alshohadaa: 'lon43.101322_lat36.318532',\n Alshykhan: 'lon43.350052_lat36.691541',\n 'Alsinaa Alkadema': 'lon43.071956_lat36.347428',\n Alsmood: 'lon43.111796_lat36.320265',\n 'Al-Tahrer': 'lon43.201287_lat36.390342',\n 'Al-Taiaran': 'lon43.140315_lat36.325341',\n Altank: 'lon43.069844_lat36.334344',\n Althoraa: 'lon43.110259_lat36.343145',\n 'Al-Wahdaa': 'lon43.184839_lat36.331538',\n 'Al-Warshan': 'lon43.097102_lat36.350075',\n Alyrmoq: 'lon43.082273_lat36.336458',\n Alzngly: 'lon43.109626_lat36.353944',\n 'Aski Mousl': 'lon42.73514_lat36.513471',\n Auenat: 'lon42.399071_lat36.67976',\n 'Bab Al-Bead': 'lon43.127605_lat36.334953',\n Badush: 'lon42.967959_lat36.41445',\n Bartella: 'lon43.380304_lat36.349597',\n Basheeka: 'lon43.342171_lat36.451798',\n Dohok: 'lon42.9842_lat36.859369',\n Gogjali: 'lon43.246833_lat36.353981',\n 'Hamaam Alaleel': 'lon43.260379_lat36.160157',\n 'Hawi Al-Kanisa': 'lon43.085152_lat36.381247',\n 'Mosul Algdida': 'lon43.104377_lat36.331809',\n 'Mosul Al-Kadema': 'lon43.126541_lat36.342823',\n Msherfa: 'lon43.179668_lat36.387648',\n Nablus: 'lon43.084701_lat36.328359',\n Rabeaa: 'lon42.08276_lat36.808678',\n 'Ragm Hadid': 'lon43.076396_lat36.326236',\n Sadam: 'lon43.208775_lat36.383105',\n Sanjar: 'lon41.864538_lat36.316244',\n Somer: 'lon43.200918_lat36.301028',\n Sumeel: 'lon42.847606_lat36.857084',\n 'Tal Abta': 'lon42.563028_lat35.94226',\n 'Tal Afer': 'lon42.450003_lat36.374589',\n 'Tal Alroman': 'lon43.089466_lat36.316493',\n 'Tal Keef': 'lon43.120284_lat36.489935',\n 'Tal Zalt': 'lon42.829782_lat36.282837',\n Tmooz: 'lon43.084933_lat36.365008',\n 'Twim & Mjarin': 'lon42.692998_lat36.363335',\n 'Wady Alaen': 'lon43.103452_lat36.325881',\n 'Wady Hagr': 'lon43.126976_lat36.320946',\n Zakho: 'lon42.688446_lat37.146393',\n Zumar: 'lon42.603252_lat36.655901',\n Other: 'lon0.0_lat0.0',\n };\n return state;\n});\nfn(state => {\n state.nationalityMap = {\n '84066564-253e-43d8-b141-76730cffa878': 'afghanistan',\n 'db21f4f9-faf2-4358-8297-0ae76627b3b8': 'albania',\n '5f6c017f-074c-46b3-92d0-d055e2094366': 'algeria',\n '8a2e5a03-8a74-41ae-9a98-2310f9ce400d': 'angola',\n 'c911af8a-171c-4ee9-b1ff-934373e8a819': 'anguilla',\n 'b83d24e8-34d8-4920-83c0-8ba014467ff4': 'argentina',\n '39f1652a-f2b7-4b65-a7e1-7097ac6cdef0': 'armenia',\n 'f3f1cba1-7c1e-4234-86a2-f27bb5964fee': 'aruba',\n '29750013-0e35-47ca-8f77-9192a923fb07': 'azerbaijan',\n 'a99de53c-ce76-4b1e-91b2-461094baf79e': 'bangladesh',\n '664baba4-c552-47b9-97c0-ff67dafd27d6': 'belarus',\n 'cf863e31-bb38-48ed-90dd-f3dedcac304c': 'benin',\n 'd45a57c9-994f-4deb-8845-9b785860a2ec': 'bhutan',\n 'd8800d10-862b-42f1-8e22-cac1ce1bbcae': 'bolivia',\n '05d8f4ef-45eb-463d-b2f3-8a5a613ee6b9': 'bosnia_and_herzegovina',\n '1304a0de-5b70-4d36-a873-e72a82963316': 'botswana',\n '353ff388-64e6-434c-b78f-ca9636390389': 'brazil',\n 'b02c6d20-83a2-4947-8a7d-91d1f9c4d8a2': 'british_virgin_islands',\n '91c85a62-2b02-483a-aefd-e29d368565fe': 'bulgaria',\n '6c90c1ae-17a4-4e94-a267-4fba4c94efd8': 'burkina_faso',\n '8a2ed0db-eaad-44bc-bf06-5cb1b2a3db0b': 'burundi',\n '4fd14df8-8279-4dfa-bdd3-e1ab26bc0264': 'cambodia',\n '873552ac-9850-4cc1-ae09-17eb0fccf405': 'cameroon',\n 'cfbc220a-1d6c-4469-bb6d-a8e3deb4f7e7': 'cape_verde',\n '61a4c4a4-25c2-4459-a874-ec1d24f8323a': 'central_african_republic',\n '9e41e71c-f5d5-456c-a6f9-2129b8055bfc': 'chad',\n '05333883-44e9-4f57-836a-041391803007': 'chile',\n '15016874-3e20-484a-baa8-9b94e1a3d358': 'china',\n 'a008dff8-ce96-4662-bf8a-372e43d424f0': 'colombia',\n '9d8738c8-40c2-4c66-aabb-ef176a20ffe8': 'comoros',\n 'fb52f8c9-40ec-4dc4-92a4-d465612de2ff': 'costa_rica',\n '513cb36a-3f67-46ea-a789-fcdaca0e26f5': 'cote_divoire',\n '147c2434-5d7e-420c-8053-ba623301f3f5': 'cuba',\n 'cf5b334f-1c0f-41fc-ab54-53ff1e942830': 'djibouti',\n 'f70e51e5-b76c-4c38-9bf2-ef8e1f308ce1': 'dominica',\n 'ce72fc9b-619b-4c32-b865-600e888ad814': 'dominican_republic',\n '8f6d3d2a-e09f-473b-99c9-e539f97ceab6': 'drc_congo',\n '854f2f66-40e1-4a6a-9dee-09c832a52289': 'east_timor',\n 'f9810f9a-78a7-42a2-99e6-19c629642386': 'ecuador',\n 'cc7343f8-9243-4d09-b378-58363850d624': 'egypt',\n '9a34935e-5a8a-45be-8ccd-cb23192e420f': 'el_salvador',\n '7e591605-d723-4398-982a-8737af63a2dc': 'equatorial_guinea',\n 'c61f03c2-0d1f-444f-a974-0a61063aff71': 'eritrea',\n '7478d375-014e-410e-a355-090143e88f5b': 'ethiopia',\n '9f46ae06-114a-47fa-8f8d-e9749f04da25': 'gabon',\n '5ec7ddd7-14a5-48ec-9e7c-8896d1010655': 'gambia',\n 'bc71788f-db69-4b6f-8d1c-57a74395bdd2': 'georgia',\n '2eb4ff46-d908-4148-9b0d-40ccfc1a655a': 'ghana',\n 'b75d6bcc-fadf-4141-8d0f-2463154b89f7': 'greece',\n '51fa502b-98a3-4c42-b5fd-7b4d64489bb9': 'guam',\n '3725a4d2-b28f-466b-905a-bafeaeb75855': 'guatemala',\n 'eeaff39c-8afd-43f7-b9a0-53729f5df1d8': 'guinea',\n '14e90203-9197-42ea-9222-acafd2fd6984': 'guinea_bissau',\n 'ba4dfa7e-f3cd-4e94-8ca7-6b96a93378a8': 'guyana',\n 'f76f7dcb-f82e-4257-a627-1685ff3f3586': 'haiti',\n 'cdd1336e-495b-4868-aace-57a84442d6fd': 'honduras',\n '378d0107-eb43-485d-930c-0704b4e5aa11': 'india',\n '1cbe17e6-adc2-4680-bee0-54d94af75ebf': 'indonesia',\n 'b422270e-d8af-4a32-b523-742545a17a3f': 'iran',\n '03aa7d6e-7656-48e4-8dc0-5e27706722c0': 'iraq',\n '842f963c-f84d-4076-a8db-337295fd9b91': 'jordan',\n '6f6d0e78-2c81-411d-8d13-367e250dc110': 'kazakhstan',\n 'ad351a33-8846-4cad-8195-b07b6041d4a5': 'kenya',\n '4aee7a88-cda9-454e-9f25-4a6420270417': 'kuwait',\n 'ace3b851-042b-46a6-8fea-68aae042d614': 'kyrgyzstan',\n 'dfb01b39-c224-459e-b045-dd9461b9a1e5': 'laos',\n '7de78f22-f53e-48d2-923f-ae1e4d814f46': 'lebanon',\n 'b35b29c5-9bb7-4b40-ad33-29eecd28a9e6': 'lesotho',\n 'a5fd61b4-fd27-433d-8428-7e88a7f27921': 'liberia',\n '600c6af4-b767-423c-b942-7f06ca467258': 'libya',\n '5837cc40-9ab5-4088-91c8-ca6e4b57e903': 'macedonia',\n '3782bf3c-380e-4b60-b21a-38199073f112': 'madagascar',\n 'e8b5f188-6a5c-43ae-b4a5-200abb13153e': 'malawi',\n '3facca11-fbaa-4c40-8fac-4751d45c3f1b': 'malaysia',\n '3e844a47-526a-46f9-afea-1af9ff8690aa': 'mali',\n '051ce04e-05e8-4430-8b75-3e499bbffbc8': 'martinique',\n '8acb006b-8596-4a98-8177-acb4cb575956': 'mauritania',\n '17ced083-eb2a-4046-a713-26cabc7af95d': 'mauritius',\n '1af148fe-2698-4b89-bf7f-87e5c48b6848': 'mayotte',\n '8381208f-01ca-4ed3-8f2c-f73ed1c316e3': 'mexico',\n 'f0e9c8b5-69b5-48df-8cb9-2d089ba04e46': 'moldova',\n '9f341cb1-dcb5-4f6c-bd21-b57db01b4193': 'mongolia',\n 'ef467a17-91e8-4124-a136-7ed8ff7c7d15': 'morocco',\n '0916133b-4d93-4d60-9c20-e7ee3936f391': 'mozambique',\n 'e81ba700-f9fc-4ed0-b248-578a25717cdb': 'myanmar',\n '0cb123dc-8810-4840-b6ab-6a527c5a79ef': 'namibia',\n '3386fe63-2158-4040-a502-9f65fd2079d3': 'nauru',\n 'fb01b01a-6775-423c-8012-7d43f587cb6c': 'nepal',\n 'e67c072b-7707-491f-8c2e-13c914216b61': 'new_caledonia',\n 'f6a9521c-596b-49f9-b914-67138e8c17e6': 'nicaragua',\n '7561db90-a866-4443-93f4-95cac1d47e9c': 'niger',\n '4134651a-7f53-45fb-8bc6-7fed9cf36f51': 'nigeria',\n '4d3079e4-8568-48e6-9342-665896875a38': 'north_korea',\n '9b0af037-99d1-43b8-ac06-82137ec4b06d': 'oman',\n Other: 'other',\n 'f45d93c3-c9b0-4333-a5e6-299b7c425812': 'pakistan',\n 'e2a19948-49aa-44c0-98ef-67ae1160ef43': 'palestine',\n '1ef5a828-9d0d-4336-91ab-880d5dc0151c': 'panama',\n 'e1e6b451-d7fe-4954-b225-99b2de82a4c0': 'papua_new_guinea',\n 'd8412016-82f5-4801-a026-1bdc429850b7': 'paraguay',\n 'e74fa87f-8469-46b0-975f-6cb37c394564': 'peru',\n 'bdbd5c9f-1f28-4f4d-a254-4a84f8bb2c8f': 'philippines',\n '39fca1d0-d2e7-4b13-82bd-626fbec71252': 'puerto_rico',\n '5db9afa5-b57e-4f45-8b1c-af766f14fc58': 'republic_of_congo',\n '1dae4b2d-50c9-4bf1-b25a-7063600a5e74': 'reunion',\n '457e745e-ae97-463d-95a9-8d5689d3ca2b': 'romania',\n '6bc925a1-7699-496a-85b0-c290699381db': 'rwanda',\n 'e03b381b-a7f4-40eb-964f-51571dc3c48c': 'samoa',\n 'f66bbb42-684f-42d7-bfcd-95d586eb7dc9': 'sao_tome_and_principe',\n 'fdf495a4-e60c-46f7-a8a2-61a216849086': 'saudi_arabia',\n 'ad948f1b-0733-4f8d-b049-d64289b43a10': 'senegal',\n 'd2e69cef-3bff-4220-ba91-a6a678fb606b': 'serbia',\n 'ffba9caf-b6aa-4078-845e-578f7a7fd566': 'sierra_leone',\n '99c8dccc-4dfa-4d30-86be-42a309ab431f': 'somalia',\n '75882d62-1c55-480d-b411-8ca40c3307df': 'south_africa',\n '0603d6b9-334f-4443-ab60-7c5d457b95fc': 'south_korea',\n 'f113e24e-2ea9-49a2-9b28-59241b9adb21': 'south_sudan',\n 'b0031c01-d242-4410-b98b-cc1511590b85': 'sri_lanka',\n '2f03a932-2b75-4e8b-9f44-0fcd83c75dc4': 'sudan',\n 'c65d3329-98d4-4dd7-89d3-141b70d00eb2': 'suriname',\n '06a2703b-af17-4e44-83f5-6cc9a8a75320': 'swaziland',\n 'dcdcdc70-a006-4b0a-bac2-7de89b022b65': 'switzerland',\n '1e34ee55-ef9f-4386-bae6-6995555ded75': 'syria',\n '34836c60-5449-48d6-b3c9-c0b3361b9f2c': 'tajikistan',\n '050a8eb1-0d77-4f65-a2da-776a13bcd2a4': 'tanzania',\n '289ac5bd-6434-4837-86bf-b54d22970ac8': 'thailand',\n '6a583e64-869d-477d-a1c1-746320d45fc4': 'togo',\n 'd381f06d-2365-4f40-948b-cfe90d8cb532': 'tonga',\n '56be7864-fde6-4db3-8fa5-b9dd42cd9c53': 'tunisia',\n '7429c779-1d3a-4aec-8256-d0b1637e1bd1': 'turkey',\n '3ef17df5-299b-4385-9ea6-572df4b6f9ca': 'turkmenistan',\n 'be3d11d3-446d-440c-a582-d01c7cbb0eda': 'uganda',\n '38c99c8d-2b93-4848-a537-b1865a260bb2': 'ukraine',\n Unknown: 'unknown',\n 'c2e45baf-748b-4d7b-a391-ed6b802b6f94': 'uruguay',\n '60512350-d79b-41aa-aff0-1b28ca4aa5f1': 'uzbekistan',\n '557cea4a-0049-4b7a-b373-ed63f294a2a0': 'venezuela',\n '49509c5f-e533-48a8-bf06-86935e3376b2': 'vietnam',\n '4086dfd2-f4f5-4107-93e8-07bee235af8f': 'western_sahara',\n '6a3214e0-f94b-414c-8148-968e24386671': 'yemen',\n '3ec0432d-ea37-4159-a658-29d6f07fe21a': 'zambia',\n 'ce1b0d8d-0a2d-4f93-a6ed-64aca2fd0f45': 'zimbabwe',\n };\n\n state.statusMap = {\n '18692c24-4d33-4cdc-a92c-bf4138da5d6d': 'unknown', //Inconnu\n 'f921ffdd-72ca-4d58-a89b-1fa2e959d110': 'asylum_seeker',\n '2bacead2-f280-457c-9d28-e80e106f7d25': 'no_status',\n 'MSF-AAAAAA000000000000001929': 'refugee',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n '20b8524e-4c26-4fa0-81f0-fa23ebacc54d': 'single',\n 'MSF-AAAAAA000000000000001863': 'married',\n 'MSF-AAAAAA000000000000001864': 'widowed',\n 'MSF-AAAAAA000000000000001865': 'divorced_separated',\n '1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'concubine',\n 'MSF-AAAAAA000000000000001823': 'not_applicable',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n 'MSF-AAAAAA000000000000001871': 'student',\n '4a18a820-f3a1-4bb7-9138-558a9ecc81da': 'fixed_employee',\n '2cb73bee-7f94-4695-89c7-c81187dbc90c': 'occasional_employee',\n 'MSF-AAAAAA000000000000001870': 'unemployed',\n '9b14b4d4-b749-4acf-acfe-79c480f3c4b3': 'housewife',\n 'MSF-AAAAAA000000000000001823': 'not_applicable',\n 'MSF-AAAAAA000000000000001329': 'unknown',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n 'MSF-AAAAAA000000000000001930': 'idp',\n '515c5abe-4172-4d0c-a991-0de2888228d7': 'internationally_displaced',\n 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92': 'non_displaced',\n 'fc49acaa-ece2-4365-9dfb-70c2105de8b1': 'returnee',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n };\n\n state.genderOptions = {\n M: 'male',\n F: 'female',\n U: 'unknown',\n O: 'prefer_not_to_answer',\n };\n\n return state;\n});\n", + "adaptor": "@openfn/language-http@6.5.1", + "project_credential_id": null + }, + "Update-TEIs": { + "id": "b30b4200-d2f8-4c7a-827a-bec10c64fbc3", + "name": "Update TEIs", + "body": "fn(state => {\n const { optionSets, genderUpdated, TEIs } = state;\n const genderMap = optionSets\n .filter(o => o['DHIS2 DE UID'] === 'qptKDiv9uPl')\n .reduce((acc, obj) => {\n acc[obj['value.display - Answers']] = obj['DHIS2 Option Code'];\n return acc;\n }, {});\n\n state.teisToUpdate = genderUpdated.map(answer => {\n const { trackedEntity } = TEIs[answer.person.uuid];\n return {\n trackedEntity,\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n {\n attribute: 'qptKDiv9uPl', //gender\n value: genderMap[answer.value.display],\n },\n {\n attribute: 'AYbfTPYMNJH', //OpenMRS Patient UID to use to upsert TEI\n value: answer.person.uuid,\n },\n ],\n };\n });\n return state;\n});\n\n// Update TEIs\ncreate(\n 'tracker',\n { trackedEntities: $.teisToUpdate },\n { params: { async: false, importStrategy: 'UPDATE' } }\n);\n// Return only lastRunDateTime\nfn(({ lastRunDateTime }) => ({ lastRunDateTime }));\n", + "adaptor": "@openfn/language-dhis2@5.0.1", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + } + }, + "edges": { + "cron->Get-Patients": { + "enabled": true, + "id": "7d239f46-635e-4b7f-8706-6a3d08d473db", + "source_trigger_id": "51283b68-c07a-4d85-854c-c2e6e93af041", + "condition_type": "always", + "target_job_id": "ab326112-9cdd-4449-8611-b5abc659d4ca" + }, + "Upsert-TEIs->Get-Encounters": { + "enabled": true, + "id": "79ca3ec3-641f-4167-8fe3-a96c40cc9954", + "source_job_id": "6973c510-b36d-4c42-82f5-b26d8cd36a57", + "condition_expression": "state.patientUuids.length > 0 && !state.errors\n", + "condition_type": "js_expression", + "condition_label": "has-patient-uuids", + "target_job_id": "8fb577e5-d068-4d47-8172-81f08153ced9" + }, + "Get-TEIs-and-Map-Answers->Create-Events": { + "enabled": true, + "id": "32b04529-a796-461c-8a0a-a5e543ef535e", + "source_job_id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3", + "condition_expression": "state.TEIs && !state.errors\n", + "condition_type": "js_expression", + "condition_label": "has-teis", + "target_job_id": "932645d8-ddb8-4d00-841e-7fe7af214837" + }, + "Mappings->Upsert-TEIs": { + "enabled": true, + "id": "5619b87c-685d-45b7-b2b6-ef598018d360", + "source_job_id": "79b58ab5-cb0a-44a5-b230-776b4016464a", + "condition_type": "on_job_success", + "target_job_id": "6973c510-b36d-4c42-82f5-b26d8cd36a57" + }, + "Get-Patients->Mappings": { + "enabled": true, + "id": "65613153-275c-4897-a6ad-256ad818358c", + "source_job_id": "ab326112-9cdd-4449-8611-b5abc659d4ca", + "condition_expression": "state.patients.length > 0 && !state.errors\n", + "condition_type": "js_expression", + "condition_label": "has-patients", + "target_job_id": "79b58ab5-cb0a-44a5-b230-776b4016464a" + }, + "Create-Events->Update-TEIs": { + "enabled": true, + "id": "456bc7f5-04cf-4d3c-91a1-9ecbfee0c986", + "source_job_id": "932645d8-ddb8-4d00-841e-7fe7af214837", + "condition_expression": "state.genderUpdated.length > 0 && !state.errors\n", + "condition_type": "js_expression", + "condition_label": "has-gender-updated", + "target_job_id": "b30b4200-d2f8-4c7a-827a-bec10c64fbc3" + }, + "Get-Encounters->Get-TEIs-and-Map-Answers": { + "enabled": true, + "id": "3a099da2-12de-42ae-889e-2b11946e974a", + "source_job_id": "8fb577e5-d068-4d47-8172-81f08153ced9", + "condition_type": "on_job_success", + "target_job_id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3" + } + } + } + }, + "requires_mfa": false +} \ No newline at end of file From c79be0f7dd0a179186b2abc55b19188eb09bd538 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 17:14:16 +0300 Subject: [PATCH 18/61] Latest changes from staging (#11) * [skip actions] Configure OpenFn * Update second workflow (#5) * add program * code format * wip: update mappings for create encounter * cereate-events * Update workflow file path * remove ocl mapping * Changes accepted by Lightning; updated current project state * Update 4-get-options-map.js add missing mapping * Changes accepted by Lightning; updated current project state * dataValue mapping- return option code not option uid * Changes accepted by Lightning; updated current project state * add identifier mappings * add draft mappings for other TEAs for wf2 * updating identifier mapping, draft mappings for other TEAs * cleaning up comments * mapping fixes per testing * update gist url * update mhpss mappings with question names * update transformation logic Ref #2 improvements * Update 4-get-options-map.js * Update 4-get-options-map.js * Update 4-get-options-map.js * user mtuchi@openfn.org initiated a sync from Lightning * add back config.json file * Changes accepted by Lightning; updated current project state * user mtuchi@openfn.org initiated a sync from Lightning --------- Co-authored-by: mtuchi Co-authored-by: Aleksa Krolls Co-authored-by: aleksa-krolls Co-authored-by: aleksa-krolls Co-authored-by: openfn[bot] --- ...dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml | 1241 ++--------------- ...d57-9a3c-4318-bdcb-f57a386cf811-state.json | 327 ++--- workflows/wf2/1-get-patients.js | 59 +- workflows/wf2/2-upsert-teis.js | 307 ++-- workflows/wf2/3-get-encounters.js | 100 +- workflows/wf2/4-get-options-map.js | 60 + workflows/wf2/5-get-teis.js | 244 +--- workflows/wf2/6-create-events.js | 114 +- workflows/wf2/workflow.json | 39 +- 9 files changed, 573 insertions(+), 1918 deletions(-) create mode 100644 workflows/wf2/4-get-options-map.js diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml index 3b8850b..dbe2a36 100644 --- a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml +++ b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml @@ -1,260 +1,20 @@ -name: msf-lime-iraq-main +name: msf-lime-iraq description: null credentials: - aleksa@openfn.org-AK-Sharepoint: - name: AK Sharepoint - owner: aleksa@openfn.org mtuchi@openfn.org-MSF-DHIS2-UAT: name: MSF DHIS2 UAT owner: mtuchi@openfn.org - mtuchi@openfn.org-OpenFnSharepoint: - name: OpenFnSharepoint - owner: mtuchi@openfn.org mtuchi@openfn.org-OpenMRS-Demo: name: OpenMRS Demo owner: mtuchi@openfn.org - "mtuchi@openfn.org-OpenMRS-Demo-(HTTP)": - name: 'OpenMRS Demo (HTTP)' - owner: mtuchi@openfn.org - mtuchi@openfn.org-mtuchi-github-token: - name: mtuchi-github-token - owner: mtuchi@openfn.org workflows: - fetch-metadata-and-generate-opts-json: - name: fetch-metadata-and-generate-opts-json - jobs: - Get-metadata-file-from-Sharepoint: - name: Get metadata file from Sharepoint - adaptor: '@openfn/language-msgraph@latest' - credential: mtuchi@openfn.org-OpenFnSharepoint - body: | - const toCamelCase = text => { - return text - .toLowerCase() - .replace(/[^a-zA-Z0-9]+(.)/g, (match, chr) => chr.toUpperCase()); - }; - - const sheets = [ - 'OptionSets', - 'F01-MHPSS Baseline', - 'F02-MHPSS Follow-up', - 'F03-mhGAP Baseline', - 'F04-mhGAP Follow-up', - 'F05-MHPSS Closure', - ]; - - fn(state => { - state.siteId = - 'openfnorg.sharepoint.com,4724a499-afbc-4ded-a371-34ae40bf5d8d,1d20a7d4-a6f1-407c-aa77-76bd47bb0f32'; - return state; - }); - - getDrive( - { - id: $.siteId, - owner: 'sites', - }, - 'default' - ); - - getFile('/msf-metadata/LIME EMR - Iraq Metadata - Release 1.xlsx', { - metadata: true, - }); - - fn(state => { - const itemId = state.data.id; - const driveId = state.drives.default.id; - state.workbookBase = `sites/${state.siteId}/drives/${driveId}/items/${itemId}/workbook`; - return state; - }); - - each( - sheets, - get(`${$.workbookBase}/worksheets('${$.data}')/usedRange`, {}, state => { - const sheetName = toCamelCase(state.references.at(-1)); - console.log('Fetched sheet: ', sheetName); - state[sheetName] = state.data.values; - return state; - }) - ); - - fn(state => { - delete state.data; - delete state.response; - delete state.references; - return state; - }); - - Map-metadata-file-to-option-set-Json-format: - name: Map metadata file to option-set Json format - adaptor: '@openfn/language-common@latest' - credential: null - body: | - const isValidValue = value => value !== '' && value !== 'NA'; - - const mapArrayToObject = (item, keys) => { - return item.reduce((acc, value, idx) => { - acc[keys[idx]] = value; - return acc; - }, {}); - }; - fn(state => { - const { optionsets } = state; - const keys = optionsets[1]; - - const optsMap = optionsets.slice(2).map(item => mapArrayToObject(item, keys)); - - state.optionSets = optsMap - .filter( - o => - isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE full name']) - ) - .map(o => { - return { - 'value.display - Answers': o['Answers'], - 'value.uuid - External ID': o['External ID'], - 'DHIS2 DE full name': o['DHIS2 DE full name'], - 'DHIS2 DE UID': o['DHIS2 DE UID'], - 'OptionSet name': o['OptionSet name'], - 'DHIS2 Option Set UID': o['DHIS2 Option Set name'], - 'DHIS2 Option name': o['DHIS2 Option name'], - 'DHIS2 Option UID': o['DHIS2 Option UID'], - 'DHIS2 Option Code': o['DHIS2 Option code'], - }; - }); - - return state; - }); - - const safeKeyValuePairs = arr => { - if (arr === null || arr === undefined) { - return arr; - } - const mappedArr = arr.slice(2).map(item => mapArrayToObject(item, arr[1])); - try { - return mappedArr - .filter( - o => isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE UID']) - ) - .reduce((acc, value) => { - acc[value['DHIS2 DE UID']] = value['External ID']; - return acc; - }, {}); - } catch (error) { - console.error(`Error processing ${arr}:`, error); - return arr; // Return original value if processing fails - } - }; - - fn( - ({ - optionSets, - f01MhpssBaseline, - f02MhpssFollowUp, - f03MhgapBaseline, - f04MhgapFollowUp, - f05MhpssClosure, - }) => { - const processedState = Object.fromEntries( - Object.entries({ - f01MhpssBaseline, - f02MhpssFollowUp, - f03MhgapBaseline, - f04MhgapFollowUp, - f05MhpssClosure, - }).map(([key, value]) => [key, safeKeyValuePairs(value)]) - ); - - return { - optionSets, - ...processedState, - }; - } - ); - - Save-option-set-json-to-github: - name: Save option-set json to github - adaptor: '@openfn/language-http@latest' - credential: mtuchi@openfn.org-mtuchi-github-token - body: | - const metadataPath = - 'repos/OpenFn/openfn-lime-pilot/contents/metadata/metadata_mapping.json'; - - get(metadataPath, { - headers: { - 'user-agent': 'OpenFn', - }, - }); - - fn(state => { - const { - optionSets, - f01MhpssBaseline, - f02MhpssFollowUp, - f03MhgapBaseline, - f04MhgapFollowUp, - f05MhpssClosure, - data, - } = state; - - state.body = { - message: 'Update metadata content', - committer: { - name: 'Emmanuel Evance', - email: 'mtuchidev@gmail.com', - }, - content: util.encode( - JSON.stringify({ - optionSets, - f01MhpssBaseline, - f02MhpssFollowUp, - f03MhgapBaseline, - f04MhgapFollowUp, - f05MhpssClosure, - }) - ), - sha: data.sha, - }; - - return state; - }); - - put(metadataPath, { - body: $.body, - headers: { - Accept: 'application/vnd.github+json', - 'X-GitHub-Api-Version': '2022-11-28', - 'user-agent': 'OpenFn', - }, - }); - - triggers: - webhook: - type: webhook - enabled: true - edges: - webhook->Get-metadata-file-from-Sharepoint: - source_trigger: webhook - target_job: Get-metadata-file-from-Sharepoint - condition_type: always - enabled: true - Get-metadata-file-from-Sharepoint->Map-metadata-file-to-option-set-Json-format: - source_job: Get-metadata-file-from-Sharepoint - target_job: Map-metadata-file-to-option-set-Json-format - condition_type: on_job_success - enabled: true - Map-metadata-file-to-option-set-Json-format->Save-option-set-json-to-github: - source_job: Map-metadata-file-to-option-set-Json-format - target_job: Save-option-set-json-to-github - condition_type: on_job_success - enabled: true - wf1-dhis2-omrs-migration: - name: wf1-dhis2-omrs-migration + wf1: + name: wf1 jobs: - Fetch-Metadata: - name: Fetch Metadata - adaptor: '@openfn/language-http@6.5.1' - credential: null + Get-Teis: + name: Get Teis + adaptor: '@openfn/language-dhis2@latest' + credential: mtuchi@openfn.org-MSF-DHIS2-UAT body: | fn(state => { // const manualCursor = '2023-06-20T17:00:00.00'; @@ -275,18 +35,15 @@ workflows: {}, state => { const trackedEntityInstances = state.data.instances - .filter(tei => tei.updatedAt >= state.cursor) //for testing - //.filter(tei => tei.createdAt > state.cursor) //for prod - //.slice(0, 1); //to limit 1 for testing + .filter(tei => tei.createdAt > state.cursor) + .slice(0, 1); const offset = 2; // GMT+2 (Geneva time) const currentDateTime = new Date(); currentDateTime.setHours(currentDateTime.getHours() + offset); const lastRunDateTime = currentDateTime.toISOString().replace('Z', ''); - //console.log('TEI payload found before filter ::', JSON.stringify(state.data.instances, null, 2)); - console.log('# of TEIs found before filter ::', state.data.instances.length); - //console.log('lastUpdated of TEI eWXRNHtmHB0 :: ', JSON.stringify(state.data.instances.filter(tei => tei.trackedEntity == 'eWXRNHtmHB0'), null, 2)); - console.log('# of TEIs to migrate to OMRS ::', trackedEntityInstances.length); + + console.log('# of TEIs extracted ::', trackedEntityInstances.length); // console.log( // 'trackedEntityInstance IDs ::', // trackedEntityInstances.map(tei => tei.trackedEntityInstance) @@ -481,7 +238,7 @@ workflows: unknown: '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', idp: 'MSF-AAAAAA000000000000001930', internationally_displaced: '515c5abe-4172-4d0c-a991-0de2888228d7', - non_displaced: 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92', + resident: 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92', returnee: 'fc49acaa-ece2-4365-9dfb-70c2105de8b1', }; return state; @@ -498,9 +255,10 @@ workflows: male: 'M', female: 'F', unknown: 'U', + //TODO: Ask MSF for updated category option values transgender_female: 'O', transgender_male: 'O', - prefer_not_to_answer: 'O', + Prefer_not_to_answer: 'O', gender_variant_non_conforming: 'O', }; @@ -585,20 +343,13 @@ workflows: a => a.attribute === 'SVoT2cVLd5O' )?.value; - const lonlat = d.attributes.find(a => a.attribute === 'rBtrjV1Mqkz')?.value; - const location = lonlat - ? locations.options.find(o => o.code === lonlat)?.displayName - : undefined; + // const lonlat = d.attributes.find(a => a.attribute === 'rBtrjV1Mqkz')?.value; + // const location = locations.options.find( + // o => o.code === lonlat + // )?.displayName; - let countyDistrict, cityVillage; - - if (location) { - const match = location.match(/^(.*?)\s*\((.*?)\)/); - if (match) { - [, countyDistrict, cityVillage] = match; - cityVillage = cityVillage.split('-')[0].trim(); // Remove country code and trim - } - } + // const [countyDistrict, remainder] = location?.split(' ('); + // const [cityVillage] = remainder?.split(')'); return { patientNumber, @@ -627,8 +378,8 @@ workflows: { country: 'Iraq', stateProvince: 'Ninewa', - countyDistrict, - cityVillage, + // countyDistrict, + // cityVillage, }, ], attributes: [ @@ -682,16 +433,13 @@ workflows: // Creating patients in openMRS each( - '$.patients[*]', - upsert( + 'patients[*]', + create( 'patient', - state => { - return { q: state.data.patientNumber }; - }, state => { const { patientNumber, ...patient } = state.data; console.log( - 'Upserting patient record\n', + 'Creating patient record\n', JSON.stringify(patient, null, 2) ); return patient; @@ -699,7 +447,7 @@ workflows: state => { state.newPatientUuid.push({ patient_number: state.references.at(-1)?.patientNumber, - uuid: state.data.uuid, + uuid: state.data.body.uuid, }); return state; } @@ -711,7 +459,7 @@ workflows: Update-Teis: name: Update Teis - adaptor: '@openfn/language-dhis2@5.0.1' + adaptor: '@openfn/language-dhis2@latest' credential: mtuchi@openfn.org-MSF-DHIS2-UAT body: | fn(state => { @@ -752,927 +500,108 @@ workflows: ) ); - Get-Teis-and-Locations: - name: Get Teis and Locations - adaptor: '@openfn/language-dhis2@latest' - credential: mtuchi@openfn.org-MSF-DHIS2-UAT - body: | - - // Check out the Job Writing Guide for help getting started: - // https://docs.openfn.org/documentation/jobs/job-writing-guide - triggers: - cron: - type: cron - cron_expression: '0 0 * * *' - enabled: false + webhook: + type: webhook + enabled: true edges: - cron->Fetch-Metadata: - source_trigger: cron - target_job: Fetch-Metadata + webhook->Get-Teis: + source_trigger: webhook + target_job: Get-Teis condition_type: always enabled: true + Get-Teis->Get-Locations: + source_job: Get-Teis + target_job: Get-Locations + condition_type: on_job_success + enabled: true Get-Locations->Create-Patients: source_job: Get-Locations target_job: Create-Patients - condition_type: js_expression - condition_label: has-teis - condition_expression: | - state.teis.length > 0 && !state.errors + condition_type: on_job_success enabled: true Create-Patients->Update-Teis: source_job: Create-Patients target_job: Update-Teis condition_type: on_job_success enabled: true - Fetch-Metadata->Get-Teis-and-Locations: - source_job: Fetch-Metadata - target_job: Get-Teis-and-Locations - condition_type: on_job_success - enabled: true - Get-Teis-and-Locations->Get-Locations: - source_job: Get-Teis-and-Locations - target_job: Get-Locations - condition_type: on_job_success - enabled: true - wf2-omrs-dhis2: - name: wf2-omrs-dhis2 + wf2: + name: wf2 jobs: Get-Patients: name: Get Patients adaptor: '@openfn/language-openmrs@latest' credential: mtuchi@openfn.org-OpenMRS-Demo - body: | - //Here we define the date cursor - //$.cursor at beggining of the project 2023-05-20T06:01:24.000+0000 - cursor($.lastRunDateTime || $.manualCursor || '2023-05-20T06:01:24.000+0000'); - // Update the lastRunDateTime for the next run - cursor('today', { - key: 'lastRunDateTime', - format: c => dateFns.format(new Date(c), "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"), - }); - - searchPatient({ q: 'IQ', v: 'full', limit: '100' }); - //searchPatient({ q: 'Katrina', v: 'full', limit: '100' }); - //Query all patients (q=all) not supported on demo OpenMRS; needs to be configured - //...so we query all Patients with name "Patient" instead - - fn(state => { - const { cursor, data, lastRunDateTime } = state; - console.log('Filtering patients since:', cursor); - - const patients = data.results.filter(({ auditInfo }) => { - const lastModified = auditInfo?.dateChanged || auditInfo?.dateCreated; - return lastModified > cursor; - }); - console.log('# of patients to sync to dhis2 ::', patients.length); - console.log( - 'uuids of patients to sync to dhis2 ::', - patients.map(p => p.uuid) - ); - - return { cursor, lastRunDateTime, patients }; - }); + body: + path: workflows/wf2/1-get-patients.js Upsert-TEIs: name: Upsert TEIs - adaptor: '@openfn/language-dhis2@5.0.1' + adaptor: '@openfn/language-dhis2@latest' credential: mtuchi@openfn.org-MSF-DHIS2-UAT - body: | - const buildPatientsUpsert = (state, patient, isNewPatient) => { - const { nationalityMap, statusMap, placeOflivingMap, genderOptions } = state; - const DHIS2_PATIENT_NUMBER = '8d79403a-c2cc-11de-8d13-0010c6dffd0f'; //DHIS2 ID or DHIS2 Patient Number - const OPENMRS_AUTO_ID = '05a29f94-c0ed-11e2-94be-8c13b969e334'; //MSF ID or OpenMRS Patient Number - const dateCreated = patient.auditInfo.dateCreated.substring(0, 10); - const findIdentifierByUuid = (identifiers, targetUuid) => - identifiers.find(i => i.identifierType.uuid === targetUuid)?.identifier; - - const enrollments = [ - { - orgUnit: 'OPjuJMZFLop', - program: 'w9MSPn5oSqp', - programStage: 'MdTtRixaC1B', - enrollmentDate: dateCreated, - }, - ]; - - const payload = { - query: { - ou: 'OPjuJMZFLop', - program: 'w9MSPn5oSqp', - filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], //upsert on omrs.patient.uid - }, - data: { - program: 'w9MSPn5oSqp', - orgUnit: 'OPjuJMZFLop', - trackedEntityType: 'cHlzCA2MuEF', - attributes: [ - { - attribute: 'fa7uwpCKIwa', - value: patient.person?.names[0]?.givenName, - }, - { - attribute: 'Jt9BhFZkvP2', - value: patient.person?.names[0]?.familyName, - }, - { - attribute: 'P4wdYGkldeG', //DHIS2 ID ==> "Patient Number" - value: - findIdentifierByUuid(patient.identifiers, DHIS2_PATIENT_NUMBER) || - findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID), //map OMRS ID if no DHIS2 id - }, - { - attribute: 'ZBoxuExmxcZ', //MSF ID ==> "OpenMRS Patient Number" - value: findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID), - }, - { - attribute: 'AYbfTPYMNJH', //"OpenMRS Patient UID" - value: patient.uuid, - }, - { - attribute: 'qptKDiv9uPl', - value: genderOptions[patient.person.gender], - }, - { - attribute: 'T1iX2NuPyqS', - value: patient.person.age, - }, - { - attribute: 'WDp4nVor9Z7', - value: patient.person.birthdate.slice(0, 10), - }, - { - attribute: 'rBtrjV1Mqkz', //Place of living - value: placeOflivingMap[patient.person?.addresses[0]?.cityVillage], - }, - { - attribute: 'Xvzc9e0JJmp', //nationality - value: - nationalityMap[ - patient.person.attributes.find( - a => - a.attributeType.uuid === - '24d1fa23-9778-4a8e-9f7b-93f694fc25e2' - )?.value?.uuid - ], //input.attributeType = "24d1fa23-9778-4a8e-9f7b-93f694fc25e2" - }, - { - attribute: 'YUIQIA2ClN6', //current status - value: - statusMap[ - patient.person.attributes.find( - a => - a.attributeType.uuid === - 'e0b6ed99-72c4-4847-a442-e9929eac4a0f' - )?.value?.uuid - ], //input.attributeType = "e0b6ed99-72c4-4847-a442-e9929eac4a0f" - }, - // TODO: Qq6xQ2s6LO8 has an error, Aleksa to ask the client - { - attribute: 'Qq6xQ2s6LO8', //legal status - value: - statusMap[ - patient.person.attributes.find( - a => - a.attributeType.uuid === - 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1' - )?.value?.uuid - ], //input.attributeType = "a9b2c642-097f-43f8-b96b-4d2f50ffd9b1" - }, - { - attribute: 'FpuGAOu6itZ', //marital status - value: - statusMap[ - patient.person.attributes.find( - a => - a.attributeType.uuid === - '3884dc76-c271-4bcb-8df8-81c6fb897f53' - )?.value?.uuid - ], //input.attributeType = "3884dc76-c271-4bcb-8df8-81c6fb897f53" - }, - { - attribute: 'v7k4OcXrWR8', //employment status - value: - statusMap[ - patient.person.attributes.find( - a => - a.attributeType.uuid === - 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e' - )?.value?.uuid - ], //input.attributeType = "dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e" - }, - { - attribute: 'SVoT2cVLd5O', //Number of children - value: patient.person.attributes.find( - a => a.attributeType.uuid === 'e363161a-9d5c-4331-8463-238938f018ed' - )?.value, //input.attributeType = "e363161a-9d5c-4331-8463-238938f018ed" - }, - ], - }, - }; - - console.log('mapped dhis2 payloads:: ', JSON.stringify(payload, null, 2)); - - if (isNewPatient) { - console.log('create enrollment'); - payload.data.enrollments = enrollments; - } - - return payload; - }; - - const delay = ms => new Promise(resolve => setTimeout(resolve, ms)); - - each( - '$.patients[*]', - get( - 'tracker/trackedEntities', - { - orgUnit: 'OPjuJMZFLop', - filter: [`AYbfTPYMNJH:Eq:${$.data?.uuid}`], - program: 'w9MSPn5oSqp', - }, - {}, - async state => { - const patient = state.references.at(-1); - console.log(patient.uuid, 'patient uuid'); - - const isNewPatient = state.data.instances.length === 0; - - state.patientsUpsert ??= []; - state.patientsUpsert.push( - buildPatientsUpsert(state, patient, isNewPatient) - ); - await delay(2000); - return state; - } - ) - ); - - // Upsert TEIs to DHIS2 - each( - $.patientsUpsert, - upsert('trackedEntityInstances', $.data.query, $.data.data) - ); - fn(state => { - const { - data, - response, - references, - patients, - statusMap, - patientsUpsert, - nationalityMap, - placeOflivingMap, - genderOptions, - ...next - } = state; - - next.patientUuids = patients.map(p => p.uuid); - return next; - }); + body: + path: workflows/wf2/2-upsert-teis.js Get-Encounters: name: Get Encounters - adaptor: '@openfn/language-http@latest' - credential: 'mtuchi@openfn.org-OpenMRS-Demo-(HTTP)' - body: | - const formUuids = [ - '82db23a1-4eb1-3f3c-bb65-b7ebfe95b19b', - '6a3e1e0e-dd13-3465-b8f5-ee2d42691fe5', - 'be8c12f9-e6fd-369a-9bc7-46a191866f15', - '48577ac5-d9c0-3000-9bac-075409b38336', - 'ee6b1b06-3163-334a-8538-be69250af727', - ]; - // Fetch patient encounters then filter by cursor date - // OpenMRS demo instance does not support querying ALL records (q=all) - each( - '$.patientUuids[*]', - getEncounters({ patient: $.data, v: 'full' }, state => { - const patientUuid = state.references.at(-1); - const filteredEncounters = formUuids.map(formUuid => - state.data.results.filter( - encounter => - encounter.encounterDatetime >= state.cursor && - encounter?.form?.uuid === formUuid - ) - ); - - state.encounters ??= []; - state.encounters.push( - filteredEncounters.map(encounters => encounters[0]).filter(e => e) - ); - - console.log( - filteredEncounters.flat().length, - `# of filtered encounters found in OMRS for ${patientUuid}` - ); - - return state; - }) - ); - - // Log filtered encounters - fn(state => { - const { - data, - index, - response, - encounters, - references, - patientUuids, - ...next - } = state; - next.encounters = encounters.flat(); - console.log(next.encounters.length, '# of new encounters to sync to dhis2'); + adaptor: '@openfn/language-openmrs@latest' + credential: mtuchi@openfn.org-OpenMRS-Demo + body: + path: workflows/wf2/3-get-encounters.js - return next; - }); + Get-Options-Map: + name: Get Options Map + adaptor: '@openfn/language-http@latest' + credential: null + body: + path: workflows/wf2/4-get-options-map.js - Get-TEIs-and-Map-Answers: - name: Get TEIs and Map Answers - adaptor: '@openfn/language-dhis2@5.0.1' + Get-TEIs: + name: Get TEIs + adaptor: '@openfn/language-dhis2@latest' credential: mtuchi@openfn.org-MSF-DHIS2-UAT - body: | - const delay = ms => new Promise(resolve => setTimeout(resolve, ms)); - - each( - '$.encounters[*]', - get( - 'tracker/trackedEntities', - { - orgUnit: 'OPjuJMZFLop', - program: 'w9MSPn5oSqp', - filter: [`AYbfTPYMNJH:Eq:${$.data.patient.uuid}`], - fields: '*', - }, - {}, - async state => { - const encounter = state.references.at(-1); - console.log(encounter.patient.uuid, 'Encounter patient uuid'); - - const { trackedEntity, enrollments } = state.data?.instances?.[0] || {}; - if (trackedEntity && enrollments) { - state.TEIs ??= {}; - state.TEIs[encounter.patient.uuid] = { - trackedEntity, - enrollment: enrollments[0]?.enrollment, - }; - } - - await delay(2000); - return state; - } - ) - ); + body: + path: workflows/wf2/5-get-teis.js Create-Events: name: Create Events - adaptor: '@openfn/language-dhis2@5.0.1' - credential: mtuchi@openfn.org-MSF-DHIS2-UAT - body: | - const processAnswer = (answer, conceptUuid, dataElement, optionSets) => { - // console.log('Has answer', conceptUuid, dataElement); - return typeof answer.value === 'object' - ? processObjectAnswer(answer, conceptUuid, dataElement, optionSets) - : processOtherAnswer(answer, conceptUuid, dataElement); - }; - - const processObjectAnswer = (answer, conceptUuid, dataElement, optionSets) => { - if (isDiagnosisByPsychologist(conceptUuid, dataElement)) { - return '' + answer.value.uuid === '278401ee-3d6f-4c65-9455-f1c16d0a7a98'; - } - return findMatchingOption(answer, optionSets); - }; - - const processOtherAnswer = (answer, conceptUuid, dataElement) => { - if (isPhq9Score(answer.value, conceptUuid, dataElement)) { - return getRangePhq(answer.value); - } - return answer.value; - }; - - const processNoAnswer = (data, conceptUuid, dataElement) => { - // console.log('No answer', conceptUuid, dataElement); - if (isEncounterDate(conceptUuid, dataElement)) { - return data.encounterDatetime.replace('+0000', ''); - } - return ''; - }; - - const findMatchingOption = (answer, optionSets) => { - const matchingOption = optionSets.find( - o => o['value.uuid - External ID'] === answer.value.uuid - )?.['DHIS2 Option Code']; - - return matchingOption || ''; - }; - - const isEncounterDate = (conceptUuid, dataElement) => { - return ( - conceptUuid === 'encounter-date' && - ['CXS4qAJH2qD', 'I7phgLmRWQq', 'yUT7HyjWurN'].includes(dataElement) - ); - }; - - const isDiagnosisByPsychologist = (conceptUuid, dataElement) => - conceptUuid === '722dd83a-c1cf-48ad-ac99-45ac131ccc96' && - dataElement === 'pN4iQH4AEzk'; - - const isPhq9Score = (value, conceptUuid, dataElement) => - typeof value === 'number' && - conceptUuid === '5f3d618e-5c89-43bd-8c79-07e4e98c2f23' && - dataElement === 'tsFOVnlc6lz'; - - const getRangePhq = input => { - if (input >= 20) return '>20'; - if (input >= 15) return '15_19'; - if (input >= 10) return '10_14'; - if (input >= 5) return '5_9'; - return '0_4'; - }; - - const dataValuesMapping = (data, dataValueMap, optionSets) => { - return Object.keys(dataValueMap) - .map(dataElement => { - const conceptUuid = dataValueMap[dataElement]; - const answer = data.obs.find(o => o.concept.uuid === conceptUuid); - const value = answer - ? processAnswer(answer, conceptUuid, dataElement, optionSets) - : processNoAnswer(data, conceptUuid, dataElement); - - return { dataElement, value }; - }) - .filter(d => d); - }; - - // Prepare DHIS2 data model for create events - fn(state => { - state.encountersMapping = state.encounters.map(data => { - const form = state.formMaps[data.form.uuid]; - const eventDate = data.encounterDatetime.replace('+0000', ''); - const { trackedEntity, enrollment } = state.TEIs[data.patient.uuid]; - - const event = { - program: 'w9MSPn5oSqp', - orgUnit: 'OPjuJMZFLop', - trackedEntityInstance: trackedEntity, - enrollment, - eventDate, - }; - if (form) { - return { - ...event, - programStage: form.programStage, - dataValues: dataValuesMapping(data, form.dataValueMap, state.optionSets), - }; - } - }); - - return state; - }); - - // Create events for each encounter - each( - '$.encountersMapping[*]', - create( - 'events', - state => { - console.log('dhis2 event to import:: ', state.data); - return state.data; - }, - { - params: { - dataElementIdScheme: 'UID', - }, - } - ) - ); - - fn(state => { - const latestGenderUpdate = state.encounters.reduce((acc, e) => { - const answer = e.obs.find( - o => o.concept.uuid === 'ec42d68d-3e23-43de-b8c5-a03bb538e7c7' - ); - if (answer) { - const personUuid = answer.person.uuid; - if ( - !acc[personUuid] || - new Date(answer.obsDatetime) > new Date(acc[personUuid].obsDatetime) - ) { - acc[personUuid] = answer; - } - } - return acc; - }, {}); - - state.genderUpdated = Object.values(latestGenderUpdate); - - return state; - }); - - // Return only lastRunDateTime - fnIf( - state => state.genderUpdated.length === 0, - ({ lastRunDateTime }) => ({ lastRunDateTime }) - ); - - Mappings: - name: Mappings - adaptor: '@openfn/language-http@6.5.1' - credential: null - body: | - fn(state => { - state.placeOflivingMap = { - 'Al Ayadya': 'lon42.423409_lat36.481517', - 'Al Bosaif': 'lon43.159987_lat36.27218', - 'Al Jazaer': 'lon43.164382_lat36.354178', - 'Al Karama': 'lon43.203229_lat36.341201', - 'Al Mothana': 'lon43.171821_lat36.37478', - 'Al Nabi Younis': 'lon43.165939_lat36.348147', - 'Al Qawsyat': 'lon43.103793_lat36.440127', - 'Al Rashedia': 'lon43.092499_lat36.405267', - 'Al Sahaji': 'lon42.94467_lat36.280869', - 'Al Salamya': 'lon43.314713_lat36.142365', - 'Al Shora': 'lon43.223899_lat35.994031', - 'Al Sokar': 'lon43.169151_lat36.389263', - 'Al Zahra': 'lon43.209061_lat36.384103', - 'Al-Abar': 'lon43.097359_lat36.337313', - 'Al-Adba': 'lon43.107228_lat36.228804', - Alamel: 'lon43.095958_lat36.324676', - 'Al-Araby': 'lon43.116613_lat36.405873', - Alathba: 'lon43.107062_lat36.228771', - 'Al-Auraiby': 'lon43.092403_lat36.35815', - 'Al-Baaj': 'lon41.715935_lat36.04154', - 'Al-Bakeer': 'lon43.2005_lat36.372429', - 'Al-Dandan': 'lon43.146081_lat36.33257', - 'Al-Ekhaa': 'lon43.216323_lat36.353175', - 'Al-Ektasadeen': 'lon43.086044_lat36.361673', - 'Al-Entesar': 'lon43.213825_lat36.326253', - Aleslaah: 'lon43.082506_lat36.350517', - 'Al-Faroak': 'lon43.128901_lat36.337586', - Alflah: 'lon43.183338_lat36.394155', - Algosq: 'lon43.150265_lat36.327732', - Algzlany: 'lon43.137129_lat36.320443', - 'Al-Hadbaa': 'lon43.15051_lat36.394474', - Alhrmat: 'lon43.072674_lat36.362245', - 'Al-Humaidat': 'lon42.978138_lat36.403105', - Aljazeera: 'lon42.268108_lat35.764664', - 'Al-Kadasia': 'lon43.200525_lat36.380719', - 'Al-Kuba': 'lon43.072704_lat36.410733', - 'Al-Ma`Mun': 'lon43.10664_lat36.310099', - 'Al-Maghrab': 'lon43.079798_lat36.334318', - Almalayeen: 'lon43.103821_lat36.424167', - 'Al-Masarf': 'lon43.179613_lat36.38814', - 'Al-Matahen': 'lon43.09246_lat36.338635', - Almnsoor: 'lon43.11188_lat36.318691', - Almoaly: 'lon42.838777_lat36.324391', - Almohalabya: 'lon42.703975_lat36.265162', - Almshahda: 'lon43.120709_lat36.343216', - 'Al-Mualamin': 'lon42.923458_lat36.31039', - Almuhandseen: 'lon43.137239_lat36.367498', - Alngar: 'lon43.100449_lat36.357173', - Alnuor: 'lon43.187796_lat36.365769', - Alobor: 'lon43.059863_lat36.313292', - Alquds: 'lon43.22851_lat36.344222', - 'Al-Qyaraa': 'lon43.29582_lat35.798215', - Alresala: 'lon43.090091_lat36.322804', - 'Al-Rifa`I': 'lon43.102846_lat36.360217', - 'Al-Saaha': 'lon43.097854_lat36.34371', - 'Al-Sahaji': 'lon42.94396_lat36.280114', - 'Al-Samah': 'lon43.212253_lat36.35825', - 'Al-Sekak': 'lon43.100669_lat36.339441', - 'Al-Shefaa': 'lon43.121928_lat36.352', - Alshohadaa: 'lon43.101322_lat36.318532', - Alshykhan: 'lon43.350052_lat36.691541', - 'Alsinaa Alkadema': 'lon43.071956_lat36.347428', - Alsmood: 'lon43.111796_lat36.320265', - 'Al-Tahrer': 'lon43.201287_lat36.390342', - 'Al-Taiaran': 'lon43.140315_lat36.325341', - Altank: 'lon43.069844_lat36.334344', - Althoraa: 'lon43.110259_lat36.343145', - 'Al-Wahdaa': 'lon43.184839_lat36.331538', - 'Al-Warshan': 'lon43.097102_lat36.350075', - Alyrmoq: 'lon43.082273_lat36.336458', - Alzngly: 'lon43.109626_lat36.353944', - 'Aski Mousl': 'lon42.73514_lat36.513471', - Auenat: 'lon42.399071_lat36.67976', - 'Bab Al-Bead': 'lon43.127605_lat36.334953', - Badush: 'lon42.967959_lat36.41445', - Bartella: 'lon43.380304_lat36.349597', - Basheeka: 'lon43.342171_lat36.451798', - Dohok: 'lon42.9842_lat36.859369', - Gogjali: 'lon43.246833_lat36.353981', - 'Hamaam Alaleel': 'lon43.260379_lat36.160157', - 'Hawi Al-Kanisa': 'lon43.085152_lat36.381247', - 'Mosul Algdida': 'lon43.104377_lat36.331809', - 'Mosul Al-Kadema': 'lon43.126541_lat36.342823', - Msherfa: 'lon43.179668_lat36.387648', - Nablus: 'lon43.084701_lat36.328359', - Rabeaa: 'lon42.08276_lat36.808678', - 'Ragm Hadid': 'lon43.076396_lat36.326236', - Sadam: 'lon43.208775_lat36.383105', - Sanjar: 'lon41.864538_lat36.316244', - Somer: 'lon43.200918_lat36.301028', - Sumeel: 'lon42.847606_lat36.857084', - 'Tal Abta': 'lon42.563028_lat35.94226', - 'Tal Afer': 'lon42.450003_lat36.374589', - 'Tal Alroman': 'lon43.089466_lat36.316493', - 'Tal Keef': 'lon43.120284_lat36.489935', - 'Tal Zalt': 'lon42.829782_lat36.282837', - Tmooz: 'lon43.084933_lat36.365008', - 'Twim & Mjarin': 'lon42.692998_lat36.363335', - 'Wady Alaen': 'lon43.103452_lat36.325881', - 'Wady Hagr': 'lon43.126976_lat36.320946', - Zakho: 'lon42.688446_lat37.146393', - Zumar: 'lon42.603252_lat36.655901', - Other: 'lon0.0_lat0.0', - }; - return state; - }); - fn(state => { - state.nationalityMap = { - '84066564-253e-43d8-b141-76730cffa878': 'afghanistan', - 'db21f4f9-faf2-4358-8297-0ae76627b3b8': 'albania', - '5f6c017f-074c-46b3-92d0-d055e2094366': 'algeria', - '8a2e5a03-8a74-41ae-9a98-2310f9ce400d': 'angola', - 'c911af8a-171c-4ee9-b1ff-934373e8a819': 'anguilla', - 'b83d24e8-34d8-4920-83c0-8ba014467ff4': 'argentina', - '39f1652a-f2b7-4b65-a7e1-7097ac6cdef0': 'armenia', - 'f3f1cba1-7c1e-4234-86a2-f27bb5964fee': 'aruba', - '29750013-0e35-47ca-8f77-9192a923fb07': 'azerbaijan', - 'a99de53c-ce76-4b1e-91b2-461094baf79e': 'bangladesh', - '664baba4-c552-47b9-97c0-ff67dafd27d6': 'belarus', - 'cf863e31-bb38-48ed-90dd-f3dedcac304c': 'benin', - 'd45a57c9-994f-4deb-8845-9b785860a2ec': 'bhutan', - 'd8800d10-862b-42f1-8e22-cac1ce1bbcae': 'bolivia', - '05d8f4ef-45eb-463d-b2f3-8a5a613ee6b9': 'bosnia_and_herzegovina', - '1304a0de-5b70-4d36-a873-e72a82963316': 'botswana', - '353ff388-64e6-434c-b78f-ca9636390389': 'brazil', - 'b02c6d20-83a2-4947-8a7d-91d1f9c4d8a2': 'british_virgin_islands', - '91c85a62-2b02-483a-aefd-e29d368565fe': 'bulgaria', - '6c90c1ae-17a4-4e94-a267-4fba4c94efd8': 'burkina_faso', - '8a2ed0db-eaad-44bc-bf06-5cb1b2a3db0b': 'burundi', - '4fd14df8-8279-4dfa-bdd3-e1ab26bc0264': 'cambodia', - '873552ac-9850-4cc1-ae09-17eb0fccf405': 'cameroon', - 'cfbc220a-1d6c-4469-bb6d-a8e3deb4f7e7': 'cape_verde', - '61a4c4a4-25c2-4459-a874-ec1d24f8323a': 'central_african_republic', - '9e41e71c-f5d5-456c-a6f9-2129b8055bfc': 'chad', - '05333883-44e9-4f57-836a-041391803007': 'chile', - '15016874-3e20-484a-baa8-9b94e1a3d358': 'china', - 'a008dff8-ce96-4662-bf8a-372e43d424f0': 'colombia', - '9d8738c8-40c2-4c66-aabb-ef176a20ffe8': 'comoros', - 'fb52f8c9-40ec-4dc4-92a4-d465612de2ff': 'costa_rica', - '513cb36a-3f67-46ea-a789-fcdaca0e26f5': 'cote_divoire', - '147c2434-5d7e-420c-8053-ba623301f3f5': 'cuba', - 'cf5b334f-1c0f-41fc-ab54-53ff1e942830': 'djibouti', - 'f70e51e5-b76c-4c38-9bf2-ef8e1f308ce1': 'dominica', - 'ce72fc9b-619b-4c32-b865-600e888ad814': 'dominican_republic', - '8f6d3d2a-e09f-473b-99c9-e539f97ceab6': 'drc_congo', - '854f2f66-40e1-4a6a-9dee-09c832a52289': 'east_timor', - 'f9810f9a-78a7-42a2-99e6-19c629642386': 'ecuador', - 'cc7343f8-9243-4d09-b378-58363850d624': 'egypt', - '9a34935e-5a8a-45be-8ccd-cb23192e420f': 'el_salvador', - '7e591605-d723-4398-982a-8737af63a2dc': 'equatorial_guinea', - 'c61f03c2-0d1f-444f-a974-0a61063aff71': 'eritrea', - '7478d375-014e-410e-a355-090143e88f5b': 'ethiopia', - '9f46ae06-114a-47fa-8f8d-e9749f04da25': 'gabon', - '5ec7ddd7-14a5-48ec-9e7c-8896d1010655': 'gambia', - 'bc71788f-db69-4b6f-8d1c-57a74395bdd2': 'georgia', - '2eb4ff46-d908-4148-9b0d-40ccfc1a655a': 'ghana', - 'b75d6bcc-fadf-4141-8d0f-2463154b89f7': 'greece', - '51fa502b-98a3-4c42-b5fd-7b4d64489bb9': 'guam', - '3725a4d2-b28f-466b-905a-bafeaeb75855': 'guatemala', - 'eeaff39c-8afd-43f7-b9a0-53729f5df1d8': 'guinea', - '14e90203-9197-42ea-9222-acafd2fd6984': 'guinea_bissau', - 'ba4dfa7e-f3cd-4e94-8ca7-6b96a93378a8': 'guyana', - 'f76f7dcb-f82e-4257-a627-1685ff3f3586': 'haiti', - 'cdd1336e-495b-4868-aace-57a84442d6fd': 'honduras', - '378d0107-eb43-485d-930c-0704b4e5aa11': 'india', - '1cbe17e6-adc2-4680-bee0-54d94af75ebf': 'indonesia', - 'b422270e-d8af-4a32-b523-742545a17a3f': 'iran', - '03aa7d6e-7656-48e4-8dc0-5e27706722c0': 'iraq', - '842f963c-f84d-4076-a8db-337295fd9b91': 'jordan', - '6f6d0e78-2c81-411d-8d13-367e250dc110': 'kazakhstan', - 'ad351a33-8846-4cad-8195-b07b6041d4a5': 'kenya', - '4aee7a88-cda9-454e-9f25-4a6420270417': 'kuwait', - 'ace3b851-042b-46a6-8fea-68aae042d614': 'kyrgyzstan', - 'dfb01b39-c224-459e-b045-dd9461b9a1e5': 'laos', - '7de78f22-f53e-48d2-923f-ae1e4d814f46': 'lebanon', - 'b35b29c5-9bb7-4b40-ad33-29eecd28a9e6': 'lesotho', - 'a5fd61b4-fd27-433d-8428-7e88a7f27921': 'liberia', - '600c6af4-b767-423c-b942-7f06ca467258': 'libya', - '5837cc40-9ab5-4088-91c8-ca6e4b57e903': 'macedonia', - '3782bf3c-380e-4b60-b21a-38199073f112': 'madagascar', - 'e8b5f188-6a5c-43ae-b4a5-200abb13153e': 'malawi', - '3facca11-fbaa-4c40-8fac-4751d45c3f1b': 'malaysia', - '3e844a47-526a-46f9-afea-1af9ff8690aa': 'mali', - '051ce04e-05e8-4430-8b75-3e499bbffbc8': 'martinique', - '8acb006b-8596-4a98-8177-acb4cb575956': 'mauritania', - '17ced083-eb2a-4046-a713-26cabc7af95d': 'mauritius', - '1af148fe-2698-4b89-bf7f-87e5c48b6848': 'mayotte', - '8381208f-01ca-4ed3-8f2c-f73ed1c316e3': 'mexico', - 'f0e9c8b5-69b5-48df-8cb9-2d089ba04e46': 'moldova', - '9f341cb1-dcb5-4f6c-bd21-b57db01b4193': 'mongolia', - 'ef467a17-91e8-4124-a136-7ed8ff7c7d15': 'morocco', - '0916133b-4d93-4d60-9c20-e7ee3936f391': 'mozambique', - 'e81ba700-f9fc-4ed0-b248-578a25717cdb': 'myanmar', - '0cb123dc-8810-4840-b6ab-6a527c5a79ef': 'namibia', - '3386fe63-2158-4040-a502-9f65fd2079d3': 'nauru', - 'fb01b01a-6775-423c-8012-7d43f587cb6c': 'nepal', - 'e67c072b-7707-491f-8c2e-13c914216b61': 'new_caledonia', - 'f6a9521c-596b-49f9-b914-67138e8c17e6': 'nicaragua', - '7561db90-a866-4443-93f4-95cac1d47e9c': 'niger', - '4134651a-7f53-45fb-8bc6-7fed9cf36f51': 'nigeria', - '4d3079e4-8568-48e6-9342-665896875a38': 'north_korea', - '9b0af037-99d1-43b8-ac06-82137ec4b06d': 'oman', - Other: 'other', - 'f45d93c3-c9b0-4333-a5e6-299b7c425812': 'pakistan', - 'e2a19948-49aa-44c0-98ef-67ae1160ef43': 'palestine', - '1ef5a828-9d0d-4336-91ab-880d5dc0151c': 'panama', - 'e1e6b451-d7fe-4954-b225-99b2de82a4c0': 'papua_new_guinea', - 'd8412016-82f5-4801-a026-1bdc429850b7': 'paraguay', - 'e74fa87f-8469-46b0-975f-6cb37c394564': 'peru', - 'bdbd5c9f-1f28-4f4d-a254-4a84f8bb2c8f': 'philippines', - '39fca1d0-d2e7-4b13-82bd-626fbec71252': 'puerto_rico', - '5db9afa5-b57e-4f45-8b1c-af766f14fc58': 'republic_of_congo', - '1dae4b2d-50c9-4bf1-b25a-7063600a5e74': 'reunion', - '457e745e-ae97-463d-95a9-8d5689d3ca2b': 'romania', - '6bc925a1-7699-496a-85b0-c290699381db': 'rwanda', - 'e03b381b-a7f4-40eb-964f-51571dc3c48c': 'samoa', - 'f66bbb42-684f-42d7-bfcd-95d586eb7dc9': 'sao_tome_and_principe', - 'fdf495a4-e60c-46f7-a8a2-61a216849086': 'saudi_arabia', - 'ad948f1b-0733-4f8d-b049-d64289b43a10': 'senegal', - 'd2e69cef-3bff-4220-ba91-a6a678fb606b': 'serbia', - 'ffba9caf-b6aa-4078-845e-578f7a7fd566': 'sierra_leone', - '99c8dccc-4dfa-4d30-86be-42a309ab431f': 'somalia', - '75882d62-1c55-480d-b411-8ca40c3307df': 'south_africa', - '0603d6b9-334f-4443-ab60-7c5d457b95fc': 'south_korea', - 'f113e24e-2ea9-49a2-9b28-59241b9adb21': 'south_sudan', - 'b0031c01-d242-4410-b98b-cc1511590b85': 'sri_lanka', - '2f03a932-2b75-4e8b-9f44-0fcd83c75dc4': 'sudan', - 'c65d3329-98d4-4dd7-89d3-141b70d00eb2': 'suriname', - '06a2703b-af17-4e44-83f5-6cc9a8a75320': 'swaziland', - 'dcdcdc70-a006-4b0a-bac2-7de89b022b65': 'switzerland', - '1e34ee55-ef9f-4386-bae6-6995555ded75': 'syria', - '34836c60-5449-48d6-b3c9-c0b3361b9f2c': 'tajikistan', - '050a8eb1-0d77-4f65-a2da-776a13bcd2a4': 'tanzania', - '289ac5bd-6434-4837-86bf-b54d22970ac8': 'thailand', - '6a583e64-869d-477d-a1c1-746320d45fc4': 'togo', - 'd381f06d-2365-4f40-948b-cfe90d8cb532': 'tonga', - '56be7864-fde6-4db3-8fa5-b9dd42cd9c53': 'tunisia', - '7429c779-1d3a-4aec-8256-d0b1637e1bd1': 'turkey', - '3ef17df5-299b-4385-9ea6-572df4b6f9ca': 'turkmenistan', - 'be3d11d3-446d-440c-a582-d01c7cbb0eda': 'uganda', - '38c99c8d-2b93-4848-a537-b1865a260bb2': 'ukraine', - Unknown: 'unknown', - 'c2e45baf-748b-4d7b-a391-ed6b802b6f94': 'uruguay', - '60512350-d79b-41aa-aff0-1b28ca4aa5f1': 'uzbekistan', - '557cea4a-0049-4b7a-b373-ed63f294a2a0': 'venezuela', - '49509c5f-e533-48a8-bf06-86935e3376b2': 'vietnam', - '4086dfd2-f4f5-4107-93e8-07bee235af8f': 'western_sahara', - '6a3214e0-f94b-414c-8148-968e24386671': 'yemen', - '3ec0432d-ea37-4159-a658-29d6f07fe21a': 'zambia', - 'ce1b0d8d-0a2d-4f93-a6ed-64aca2fd0f45': 'zimbabwe', - }; - - state.statusMap = { - '18692c24-4d33-4cdc-a92c-bf4138da5d6d': 'unknown', //Inconnu - 'f921ffdd-72ca-4d58-a89b-1fa2e959d110': 'asylum_seeker', - '2bacead2-f280-457c-9d28-e80e106f7d25': 'no_status', - 'MSF-AAAAAA000000000000001929': 'refugee', - '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown', - '20b8524e-4c26-4fa0-81f0-fa23ebacc54d': 'single', - 'MSF-AAAAAA000000000000001863': 'married', - 'MSF-AAAAAA000000000000001864': 'widowed', - 'MSF-AAAAAA000000000000001865': 'divorced_separated', - '1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'concubine', - 'MSF-AAAAAA000000000000001823': 'not_applicable', - '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown', - 'MSF-AAAAAA000000000000001871': 'student', - '4a18a820-f3a1-4bb7-9138-558a9ecc81da': 'fixed_employee', - '2cb73bee-7f94-4695-89c7-c81187dbc90c': 'occasional_employee', - 'MSF-AAAAAA000000000000001870': 'unemployed', - '9b14b4d4-b749-4acf-acfe-79c480f3c4b3': 'housewife', - 'MSF-AAAAAA000000000000001823': 'not_applicable', - 'MSF-AAAAAA000000000000001329': 'unknown', - '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown', - 'MSF-AAAAAA000000000000001930': 'idp', - '515c5abe-4172-4d0c-a991-0de2888228d7': 'internationally_displaced', - 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92': 'non_displaced', - 'fc49acaa-ece2-4365-9dfb-70c2105de8b1': 'returnee', - '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown', - }; - - state.genderOptions = { - M: 'male', - F: 'female', - U: 'unknown', - O: 'prefer_not_to_answer', - }; - - return state; - }); - - Update-TEIs: - name: Update TEIs - adaptor: '@openfn/language-dhis2@5.0.1' + adaptor: '@openfn/language-dhis2@latest' credential: mtuchi@openfn.org-MSF-DHIS2-UAT - body: | - fn(state => { - const { optionSets, genderUpdated, TEIs } = state; - const genderMap = optionSets - .filter(o => o['DHIS2 DE UID'] === 'qptKDiv9uPl') - .reduce((acc, obj) => { - acc[obj['value.display - Answers']] = obj['DHIS2 Option Code']; - return acc; - }, {}); - - state.teisToUpdate = genderUpdated.map(answer => { - const { trackedEntity } = TEIs[answer.person.uuid]; - return { - trackedEntity, - program: 'w9MSPn5oSqp', - orgUnit: 'OPjuJMZFLop', - trackedEntityType: 'cHlzCA2MuEF', - attributes: [ - { - attribute: 'qptKDiv9uPl', //gender - value: genderMap[answer.value.display], - }, - { - attribute: 'AYbfTPYMNJH', //OpenMRS Patient UID to use to upsert TEI - value: answer.person.uuid, - }, - ], - }; - }); - return state; - }); - - // Update TEIs - create( - 'tracker', - { trackedEntities: $.teisToUpdate }, - { params: { async: false, importStrategy: 'UPDATE' } } - ); - // Return only lastRunDateTime - fn(({ lastRunDateTime }) => ({ lastRunDateTime })); + body: + path: workflows/wf2/6-create-events.js triggers: - cron: - type: cron - cron_expression: '0 0 * * *' - enabled: false + webhook: + type: webhook + enabled: true edges: - cron->Get-Patients: - source_trigger: cron + webhook->Get-Patients: + source_trigger: webhook target_job: Get-Patients condition_type: always enabled: true + Get-Patients->Upsert-TEIs: + source_job: Get-Patients + target_job: Upsert-TEIs + condition_type: on_job_success + enabled: true Upsert-TEIs->Get-Encounters: source_job: Upsert-TEIs target_job: Get-Encounters - condition_type: js_expression - condition_label: has-patient-uuids - condition_expression: | - state.patientUuids.length > 0 && !state.errors - - enabled: true - Get-TEIs-and-Map-Answers->Create-Events: - source_job: Get-TEIs-and-Map-Answers - target_job: Create-Events - condition_type: js_expression - condition_label: has-teis - condition_expression: | - state.TEIs && !state.errors - - enabled: true - Mappings->Upsert-TEIs: - source_job: Mappings - target_job: Upsert-TEIs condition_type: on_job_success enabled: true - Get-Patients->Mappings: - source_job: Get-Patients - target_job: Mappings - condition_type: js_expression - condition_label: has-patients - condition_expression: | - state.patients.length > 0 && !state.errors - + Get-Encounters->Get-Options-Map: + source_job: Get-Encounters + target_job: Get-Options-Map + condition_type: on_job_success enabled: true - Create-Events->Update-TEIs: - source_job: Create-Events - target_job: Update-TEIs - condition_type: js_expression - condition_label: has-gender-updated - condition_expression: | - state.genderUpdated.length > 0 && !state.errors - + Get-Options-Map->Get-TEIs: + source_job: Get-Options-Map + target_job: Get-TEIs + condition_type: on_job_success enabled: true - Get-Encounters->Get-TEIs-and-Map-Answers: - source_job: Get-Encounters - target_job: Get-TEIs-and-Map-Answers + Get-TEIs->Create-Events: + source_job: Get-TEIs + target_job: Create-Events condition_type: on_job_success enabled: true diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json index c4a384b..8a2008e 100644 --- a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json +++ b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json @@ -1,9 +1,10 @@ { "id": "cd92dd57-9a3c-4318-bdcb-f57a386cf811", - "name": "msf-lime-iraq-main", + "name": "msf-lime-iraq", "description": null, "inserted_at": "2024-09-05T06:59:05Z", - "updated_at": "2024-12-16T10:49:46Z", + "updated_at": "2024-09-10T13:32:46Z", + "scheduled_deletion": null, "project_credentials": { "mtuchi@openfn.org-OpenMRS-Demo": { "id": "3141d874-5456-4168-9680-ce04efb1089c", @@ -14,124 +15,144 @@ "id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d", "name": "MSF DHIS2 UAT", "owner": "mtuchi@openfn.org" - }, - "aleksa@openfn.org-AK-Sharepoint": { - "id": "2eace4af-4e52-484c-82b0-ffb1717c259d", - "name": "AK Sharepoint", - "owner": "aleksa@openfn.org" - }, - "mtuchi@openfn.org-mtuchi-github-token": { - "id": "6533e534-6ad8-4651-b27d-245b8cbb69d8", - "name": "mtuchi-github-token", - "owner": "mtuchi@openfn.org" - }, - "mtuchi@openfn.org-OpenFnSharepoint": { - "id": "3dd044bb-6a0e-4f16-a80d-836a39f95b40", - "name": "OpenFnSharepoint", - "owner": "mtuchi@openfn.org" - }, - "mtuchi@openfn.org-OpenMRS-Demo-(HTTP)": { - "id": "62cab5d8-939f-46f3-b635-cb79a1e1dc5d", - "name": "OpenMRS Demo (HTTP)", - "owner": "mtuchi@openfn.org" } }, - "scheduled_deletion": null, - "history_retention_period": 365, + "history_retention_period": null, "dataclip_retention_period": null, "retention_policy": "retain_all", "workflows": { - "fetch-metadata-and-generate-opts-json": { - "id": "57a7ef39-d396-4959-a725-85c4bef08c6a", - "name": "fetch-metadata-and-generate-opts-json", - "inserted_at": "2024-10-28T08:26:44.955206Z", - "lock_version": 12, + "wf2": { + "id": "0f8ec062-1a2d-4f13-a8c5-b8298004512c", + "name": "wf2", + "inserted_at": "2024-09-10T15:45:40.150142Z", + "lock_version": 52, "triggers": { "webhook": { "enabled": true, - "id": "e86ca050-ad88-4936-8c14-6eac23922017", + "id": "51283b68-c07a-4d85-854c-c2e6e93af041", "type": "webhook" } }, "jobs": { - "Get-metadata-file-from-Sharepoint": { - "id": "c9712182-a389-4664-8e10-f275f87fb478", - "name": "Get metadata file from Sharepoint", - "body": "const toCamelCase = text => {\n return text\n .toLowerCase()\n .replace(/[^a-zA-Z0-9]+(.)/g, (match, chr) => chr.toUpperCase());\n};\n\nconst sheets = [\n 'OptionSets',\n 'F01-MHPSS Baseline',\n 'F02-MHPSS Follow-up',\n 'F03-mhGAP Baseline',\n 'F04-mhGAP Follow-up',\n 'F05-MHPSS Closure',\n];\n\nfn(state => {\n state.siteId =\n 'openfnorg.sharepoint.com,4724a499-afbc-4ded-a371-34ae40bf5d8d,1d20a7d4-a6f1-407c-aa77-76bd47bb0f32';\n return state;\n});\n\ngetDrive(\n {\n id: $.siteId,\n owner: 'sites',\n },\n 'default'\n);\n\ngetFile('/msf-metadata/LIME EMR - Iraq Metadata - Release 1.xlsx', {\n metadata: true,\n});\n\nfn(state => {\n const itemId = state.data.id;\n const driveId = state.drives.default.id;\n state.workbookBase = `sites/${state.siteId}/drives/${driveId}/items/${itemId}/workbook`;\n return state;\n});\n\neach(\n sheets,\n get(`${$.workbookBase}/worksheets('${$.data}')/usedRange`, {}, state => {\n const sheetName = toCamelCase(state.references.at(-1));\n console.log('Fetched sheet: ', sheetName);\n state[sheetName] = state.data.values;\n return state;\n })\n);\n\nfn(state => {\n delete state.data;\n delete state.response;\n delete state.references;\n return state;\n});\n", - "adaptor": "@openfn/language-msgraph@latest", - "project_credential_id": "3dd044bb-6a0e-4f16-a80d-836a39f95b40" + "Get-Patients": { + "id": "ab326112-9cdd-4449-8611-b5abc659d4ca", + "name": "Get Patients", + "body": "// here we define the date cursor\nfn(state => {\n //manualCursor at beggining of the project 2023-05-20T06:01:24.000+0000\n const manualCursor = '2023-07-27T07:16:24.544Z';\n\n state.cursor = state.lastRunDateTime || manualCursor;\n\n console.log(\n 'Date cursor to filter & get only recent OMRS records ::',\n state.cursor\n );\n\n return state;\n});\n\nsearchPatient({ q: 'Aisha', v: 'full', limit: '3' });\n// searchPatient({ q: 'Patient', v: 'full', limit: '100' });\n//Query all patients (q=all) not supported on demo OpenMRS; needs to be configured\n//...so we query all Patients with name \"Patient\" instead\n\nfn(state => {\n const { results } = state.data;\n\n const getPatientByUuid = uuid =>\n results.find(patient => patient.uuid === uuid).auditInfo.dateCreated;\n\n // console.log('dateCreated for patient uuid ...2c6dbfc5acc8',getPatientByUuid(\"31b4d9c8-f7cc-4c26-ae61-2c6dbfc5acc8\"))\n //console.log(JSON.stringify(state.data, null, 2));\n\n console.log('Filtering patients to only sync most recent records...');\n\n state.patients = results.filter(\n patient =>\n (patient.auditInfo.dateChanged === null\n ? patient.auditInfo.dateCreated\n : patient.auditInfo.dateChanged) > state.cursor\n );\n console.log('# of new patients to sync to dhis2 ::', state.patients.length);\n // console.log(JSON.stringify(patients, null, 2));\n\n state.lastRunDateTime = new Date().toISOString();\n console.log('Updating cursor; next sync start date:', state.lastRunDateTime);\n\n state.data = {};\n state.references = [];\n return state;\n});\n", + "adaptor": "@openfn/language-openmrs@latest", + "project_credential_id": "3141d874-5456-4168-9680-ce04efb1089c" }, - "Map-metadata-file-to-option-set-Json-format": { - "id": "bbc012b5-4811-4354-888c-f10b0294901d", - "name": "Map metadata file to option-set Json format", - "body": "const isValidValue = value => value !== '' && value !== 'NA';\n\nconst mapArrayToObject = (item, keys) => {\n return item.reduce((acc, value, idx) => {\n acc[keys[idx]] = value;\n return acc;\n }, {});\n};\nfn(state => {\n const { optionsets } = state;\n const keys = optionsets[1];\n\n const optsMap = optionsets.slice(2).map(item => mapArrayToObject(item, keys));\n\n state.optionSets = optsMap\n .filter(\n o =>\n isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE full name'])\n )\n .map(o => {\n return {\n 'value.display - Answers': o['Answers'],\n 'value.uuid - External ID': o['External ID'],\n 'DHIS2 DE full name': o['DHIS2 DE full name'],\n 'DHIS2 DE UID': o['DHIS2 DE UID'],\n 'OptionSet name': o['OptionSet name'],\n 'DHIS2 Option Set UID': o['DHIS2 Option Set name'],\n 'DHIS2 Option name': o['DHIS2 Option name'],\n 'DHIS2 Option UID': o['DHIS2 Option UID'],\n 'DHIS2 Option Code': o['DHIS2 Option code'],\n };\n });\n\n return state;\n});\n\nconst safeKeyValuePairs = arr => {\n if (arr === null || arr === undefined) {\n return arr;\n }\n const mappedArr = arr.slice(2).map(item => mapArrayToObject(item, arr[1]));\n try {\n return mappedArr\n .filter(\n o => isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE UID'])\n )\n .reduce((acc, value) => {\n acc[value['DHIS2 DE UID']] = value['External ID'];\n return acc;\n }, {});\n } catch (error) {\n console.error(`Error processing ${arr}:`, error);\n return arr; // Return original value if processing fails\n }\n};\n\nfn(\n ({\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n }) => {\n const processedState = Object.fromEntries(\n Object.entries({\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n }).map(([key, value]) => [key, safeKeyValuePairs(value)])\n );\n\n return {\n optionSets,\n ...processedState,\n };\n }\n);\n", - "adaptor": "@openfn/language-common@latest", - "project_credential_id": null + "Upsert-TEIs": { + "id": "6973c510-b36d-4c42-82f5-b26d8cd36a57", + "name": "Upsert TEIs", + "body": "fn(state => {\n const genderOptions = {\n M: 'male',\n F: 'female',\n U: 'unknown',\n O: 'prefer_not_to_answer',\n };\n\n const DHIS2_PATIENT_NUMBER = '8d79403a-c2cc-11de-8d13-0010c6dffd0f'; //DHIS2 ID or DHIS2 Patient Number\n const OPENMRS_AUTO_ID = '05a29f94-c0ed-11e2-94be-8c13b969e334'; //MSF ID or OpenMRS Patient Number\n const patientsUpsert = [];\n\n const buildPatientsUpsert = (patient, isNewPatient) => {\n const dateCreated = patient.auditInfo.dateCreated.substring(0, 10);\n\n function findIdentifierByUuid(identifiers, targetUuid) {\n // Use the `find` method to locate the matching identifier\n const matchingIdentifier = identifiers.find(\n identifier => identifier.identifierType.uuid === targetUuid\n );\n\n // Return the `identifier` value if a match is found; otherwise, return null\n return matchingIdentifier ? matchingIdentifier.identifier : undefined;\n }\n\n const calculateDOB = age => {\n const currentDate = new Date();\n const currentYear = currentDate.getFullYear();\n const birthYear = currentYear - age;\n\n const birthday = new Date(\n birthYear,\n currentDate.getMonth(),\n currentDate.getDay()\n );\n\n return birthday.toISOString().replace(/\\.\\d+Z$/, '+0000');\n };\n\n const enrollments = [\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n programStage: 'EZJ9FsNau7Q',\n enrollmentDate: dateCreated,\n },\n ];\n\n const payload = {\n query: {\n ou: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], //upsert on omrs.patient.uid\n },\n data: {\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n {\n attribute: 'fa7uwpCKIwa',\n value: patient.person.names[0].givenName,\n },\n {\n attribute: 'Jt9BhFZkvP2',\n value: patient.person.names[0].familyName,\n },\n {\n attribute: 'P4wdYGkldeG', //DHIS2 ID ==> \"Patient Number\"\n value: findIdentifierByUuid(\n patient.identifiers,\n DHIS2_PATIENT_NUMBER\n ),\n },\n {\n attribute: 'ZBoxuExmxcZ', //MSF ID ==> \"OpenMRS Patient Number\"\n value: findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID),\n },\n {\n attribute: 'AYbfTPYMNJH', //\"OpenMRS Patient UID\"\n value: patient.uuid,\n },\n {\n attribute: 'qptKDiv9uPl',\n value: genderOptions[patient.person.gender],\n },\n {\n attribute: 'Rv8WM2mTuS5',\n value: patient.person.age,\n },\n {\n attribute: 'WDp4nVor9Z7',\n value: patient.person.birthdate,\n },\n // {\n // attribute: 'rBtrjV1Mqkz', //Place of living\n // value: patient.person.address,\n // },\n // {\n // attribute: 'Xvzc9e0JJmp', //nationality\n // value: patient.person.attributes[x].value, //input.attributeType = \"24d1fa23-9778-4a8e-9f7b-93f694fc25e2\"\n // },\n // {\n // attribute: 'YUIQIA2ClN6', //current status\n // value: patient.person.attributes[x].value, //input.attributeType = \"e0b6ed99-72c4-4847-a442-e9929eac4a0f\"\n // },\n // {\n // attribute: 'Qq6xQ2s6LO8', //legal status\n // value: patient.person.attributes[x].value, //input.attributeType = \"a9b2c642-097f-43f8-b96b-4d2f50ffd9b1\"\n // },\n // {\n // attribute: 'FpuGAOu6itZ', //marital status\n // value: patient.person.attributes[x].value, //input.attributeType = \"3884dc76-c271-4bcb-8df8-81c6fb897f53\"\n // },\n // {\n // attribute: 'v7k4OcXrWR8', //employment status\n // value: patient.person.attributes[x].value, //input.attributeType = \"dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e\"\n // },\n // {\n // attribute: 'SVoT2cVLd5O', //employment status\n // value: patient.person.attributes[x].value, //input.attributeType = \"e363161a-9d5c-4331-8463-238938f018ed\"\n // },\n ],\n },\n };\n\n console.log('mapped dhis2 payloads:: ', JSON.stringify(payload, null, 2));\n\n if (isNewPatient) {\n console.log('create enrollment');\n payload.data.enrollments = enrollments;\n }\n\n return patientsUpsert.push(payload);\n };\n\n return {\n ...state,\n genderOptions,\n patientsUpsert,\n buildPatientsUpsert,\n };\n});\n\nfn(async state => {\n const { buildPatientsUpsert, patients } = state;\n\n const getPatient = async patient => {\n await new Promise(resolve => setTimeout(resolve, 2000));\n await get(\n 'trackedEntityInstances',\n {\n ou: 'OPjuJMZFLop',\n filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`],\n program: 'w9MSPn5oSqp',\n },\n {},\n state => {\n const { trackedEntityInstances } = state.data;\n const isNewPatient = trackedEntityInstances.length === 0;\n\n buildPatientsUpsert(patient, isNewPatient);\n return state;\n }\n )(state);\n };\n\n for (const patient of patients) {\n console.log(patient.uuid, 'patient uuid');\n await getPatient(patient);\n }\n return state;\n});\n\n// Upsert TEIs to DHIS2\neach(\n 'patientsUpsert[*]',\n upsert('trackedEntityInstances', $.data.query, $.data.data)\n);\n\n// Clean up state\nfn(({ data, ...state }) => state);\n", + "adaptor": "@openfn/language-dhis2@latest", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + }, + "Get-Encounters": { + "id": "8fb577e5-d068-4d47-8172-81f08153ced9", + "name": "Get Encounters", + "body": "// Fetch encounters from the date of cursor\n// OpenMRS demo instance does not support querying ALL records (q=all)\n// getEncounters({ q: 'Patient', v: 'full', limit: 100 });\ngetEncounters({\n q: 'Aisha',\n v: 'full',\n limit: 1,\n encounterType: '95d68645-1b72-4290-be0b-ec1fb64bc067',\n});\n\n// Update cursor and return encounters\nfn(state => {\n const { cursor, data } = state;\n console.log('cursor datetime::', cursor);\n\n console.log('Filtering encounters to only get recent records...');\n // console.log(\n // 'Encounters returned before we filter for most recent ::',\n // JSON.stringify(data, null, 2)\n // );\n const encounters = data.results.filter(\n encounter => encounter.encounterDatetime >= cursor\n );\n console.log('# of new encounters to sync to dhis2 ::', encounters.length);\n\n return { ...state, data: {}, references: [], encounters };\n});\n", + "adaptor": "@openfn/language-openmrs@latest", + "project_credential_id": "3141d874-5456-4168-9680-ce04efb1089c" }, - "Save-option-set-json-to-github": { - "id": "56f67a06-cf99-42b5-81c5-49c058b5126c", - "name": "Save option-set json to github", - "body": "const metadataPath =\n 'repos/OpenFn/openfn-lime-pilot/contents/metadata/metadata_mapping.json';\n\nget(metadataPath, {\n headers: {\n 'user-agent': 'OpenFn',\n },\n});\n\nfn(state => {\n const {\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n data,\n } = state;\n\n state.body = {\n message: 'Update metadata content',\n committer: {\n name: 'Emmanuel Evance',\n email: 'mtuchidev@gmail.com',\n },\n content: util.encode(\n JSON.stringify({\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n })\n ),\n sha: data.sha,\n };\n\n return state;\n});\n\nput(metadataPath, {\n body: $.body,\n headers: {\n Accept: 'application/vnd.github+json',\n 'X-GitHub-Api-Version': '2022-11-28',\n 'user-agent': 'OpenFn',\n },\n});\n", + "Get-Options-Map": { + "id": "175ac575-ea3d-470e-8faf-61de514e222e", + "name": "Get Options Map", + "body": "get(\n 'https://gist.githubusercontent.com/aleksa-krolls/b22987f7569bc069e963973401832349/raw/94ae98714c85a6e871fd2fb292c9bff5e324d3a1/msf_mhBaseline_optionsMap.json'\n);\n\nfn(state => {\n state.optsMap = state.data;\n // console.log(JSON.stringify(state.optsMap, null, 2), 'Options Map');\n delete state.data;\n delete state.references;\n delete state.response;\n return state;\n});\n\nfn(state => {\n state.mhpssMap = {\n dfdv3SkeXKe: 'a6c5188c-29f0-4d3d-8cf5-7852998df86f', //Has the patient attempted suicide or tried to kill themselves?\n hWMBCCA2yy1: 'abede172-ba87-4ebe-8054-3afadb181ea3', //Is the patient currently at risk of hurting himself/herself or attempting suicide?\n TWuCY5r2wx7: 'ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab', //Is the patient currently at risk of hurting others?\n QHrIUMhjZlO: 'd516de07-979b-411c-b7e4-bd09cf7d9d91', //Does the patient regularly use alcohol / substances to become intoxicated?\n H1fMCaOzr8F: '3e97c2d0-15c1-4cfd-884f-7a4721079217', //Has the patient experienced an act of aggression or violence?\n yCwuZ0htrlH: '5f6e245c-83fc-421b-8d46-061ac773ae71', //Follow up session required?\n RiiH9A53rvG: '6d3876be-0a27-466d-ad58-92edcc8c31fb', //Referral done\n OZViJk8FPVd: 'c2664992-8a5a-4a6d-9238-5df591307d55', //Has the patient had thoughts of death or suicide?\n qgfKPlIHjcD: 'd8c84af2-bd9b-4bf3-a815-81652cb0b0bc', //Patient experienced an act of aggression or violence - What type(s) of violence?\n rSIazMFEBjD: '4dae5b12-070f-4153-b1ca-fbec906106e1', //Admission type\n KSBMR1BDGwx: '1a8bf24f-4f36-4971-aad9-ae77f3525738', //Type of consultation\n WDY6MkQWyHb: '722dd83a-c1cf-48ad-ac99-45ac131ccc96', //Consultation done by\n AuDPJg6gZE7: '82978311-bef9-46f9-9a9a-cc62254b00a6', //Location of intervention\n KeyiEPc4pII: '82978311-bef9-46f9-9a9a-cc62254b00a6', //Type of intervention\n qfYPXP76j8g: 'c3c86c1b-07be-4506-ab25-8f35f4389b19', //Patient referred by\n PCGI7EnvCQS: '45b39cbf-0fb2-4682-8544-8aaf3e07a744', //Current symptoms or complaints 1\n RnbiVrrSFdm: 'ee1b7973-e931-494e-a9cb-22b814b4d8ed', //Current symptoms or complaints 2\n CUdI1BJ5W8G: '92a92f62-3ff6-4944-9ea9-a7af23949bad', //Current symptoms or complaints 3\n YfcNA5bvkxT: '9a8204ca-d908-4157-9285-7c970dbb5287', //Main category of symptoms\n vC3bg9NwJ78: '3edcfddb-7988-4ce5-97a0-d4c46b267a04', //Duration of the main symptom\n RqsvaPH9vHt: '22809b19-54ca-4d88-8d26-9577637c184e', //Clinical diagnosis\n qacGXlyyQOS: 'a1a75011-0fef-460a-b666-dda2d171f39b', //CGI-S score\n S22iy8o0iLg: 'aae000c3-5242-4e3c-bd1f-7e922a6d3d34', //Patient experienced an act of aggression or violence - Time between violence event and consultation\n v0qFX0qv1tX: 'd5e3d927-f7ce-4fdd-ac4e-6ad0b510b608', //Main past or precipitating events - 1\n SsQqwDBGxjh: '54a9b20e-bce5-4d4a-8c9c-e0248a182586', //Main past or precipitating events - 2\n FLIlRjAwn4G: 'e0d4e006-85b5-41cb-8a21-e013b1978b8b', //Main past or precipitating events - 3\n JUabDHhT1wJ: 'c1a3ed2d-6d9a-453d-9d93-749164a76413', //Main category of precipitating event\n DlqJSA5VApl: '8fb3bb7d-c935-4b57-8444-1b953470e109', //Type of referral\n DMaLm9u4GCq: 'b87a93ff-a4a1-4601-b35d-1e42bfa7e194', //Total number of beneficiaries in family consultation\n CLGnlnFqqnk: '0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d', //Location of intervention - If Health Facility, specify\n f64XCwzJW02: '41e68dee-a2a3-4e6c-9d96-53def5caff52', //Location of intervention - If MSF Health Facility, specify\n YeaUNruqmca: '08cd4b4a-4b0b-4391-987b-b5b3d770d30f', //Location of intervention - If Mobile Clinic, specify\n KjgDauY9v4J: 'e08d532b-e56c-43dc-b831-af705654d2dc', //Location of intervention - If other, specify\n pj5hIE6iyAR: 'e08d532b-e56c-43dc-b831-af705654d2dc', //Current symptoms or complaints - If other, specify\n pj5hIE6iyAR: 'e08d532b-e56c-43dc-b831-af705654d2dc', //Current symptoms or complaints - If other, specify\n W7cPAi8iXLZ: '819f79e7-b9af-4afd-85d4-2ab677223113', //Clinical diagnosis - If other, specify\n MF3RML0HLbP: 'b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df', //MHOS score\n m8qis4iUOTo: '790b41ce-e1e7-11e8-b02f-0242ac130002', //Past / Precipitating Events - If other, specify\n //pN4iQH4AEzk: '722dd83a-c1cf-48ad-ac99-45ac131ccc96', //Consultation done by //TODO: Return BOOLEAN\n //qptKDiv9uPl: 'ec42d68d-3e23-43de-b8c5-a03bb538e7c7', //Sex //TODO: Remove TEA?\n //tsFOVnlc6lz: '5f3d618e-5c89-43bd-8c79-07e4e98c2f23', //PHQ9 Score //TODO: ass logic\n };\n\n return state;\n});\n", "adaptor": "@openfn/language-http@latest", - "project_credential_id": "6533e534-6ad8-4651-b27d-245b8cbb69d8" + "project_credential_id": null + }, + "Get-TEIs": { + "id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3", + "name": "Get TEIs", + "body": "const delay = ms => new Promise(resolve => setTimeout(resolve, ms));\n\neach(\n 'encounters[*]',\n get(\n 'trackedEntityInstances',\n {\n ou: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`AYbfTPYMNJH:Eq:${$.data.patient.uuid}`],\n },\n {},\n async state => {\n const encounter = state.references.at(-1);\n console.log(encounter.patient.uuid, 'Encounter patient uuid');\n state.TEIs ??= {};\n state.TEIs[encounter.patient.uuid] =\n state.data.trackedEntityInstances[0].trackedEntityInstance;\n\n await delay(2000);\n return state;\n }\n )\n);\n", + "adaptor": "@openfn/language-dhis2@latest", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + }, + "Create-Events": { + "id": "932645d8-ddb8-4d00-841e-7fe7af214837", + "name": "Create Events", + "body": "// Prepare DHIS2 data model for create events\nfn(state => {\n const { TEIs, mhpssMap } = state;\n const optsMap = JSON.parse(state.optsMap);\n\n const dataValuesMapping = data => {\n return Object.keys(mhpssMap)\n .map(k => {\n let value;\n const dataElement = k;\n const conceptUuid = mhpssMap[k];\n const answer = data.obs.find(o => o.concept.uuid === conceptUuid);\n\n if (answer) {\n if (typeof answer.value === 'string') {\n value = answer.value;\n }\n if (typeof answer.value === 'object') {\n value = optsMap.find(\n o => o['value.uuid - External ID'] == answer?.value?.uuid\n )?.['DHIS2 Option Code']; //Changed from 'DHIS2 Option UID'\n // if (\n // //TODO: this is only true if DE = pN4iQH4AEzk\n // answer.value.uuid === '278401ee-3d6f-4c65-9455-f1c16d0a7a98' &&\n // conceptUuid === '1a8bf24f-4f36-4971-aad9-ae77f3525738'\n // ) {\n // value = 'TRUE';\n // } else {\n // value = optsMap.find(\n // o => o['value.uuid - External ID'] == answer?.value?.uuid\n // )?.['DHIS2 Option Code']; //Changed from 'DHIS2 Option UID'\n // }\n }\n }\n if (!answer) {\n value = '';\n }\n return { dataElement, value };\n })\n .filter(d => d);\n };\n\n state.encountersMapping = state.encounters.map(data => {\n const dataValues = dataValuesMapping(data);\n const encounterDate = data.encounterDatetime.replace('+0000', '');\n\n return {\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n programStage: 'MdTtRixaC1B',\n trackedEntityInstance: TEIs[data.patient.uuid],\n eventDate: encounterDate,\n dataValues,\n };\n });\n\n console.log('dhis2 events to import:: ', JSON.stringify(state.encountersMapping, null, 2)); \n\n return state;\n});\n\n// Create events fore each encounter\neach(\n '$.encountersMapping[*]',\n create(\n 'events',\n state => {\n // console.log(state.data);\n return state.data;\n },\n {\n params: {\n dataElementIdScheme: 'UID',\n },\n }\n )\n);\n\n// Clean up state\nfn(({ data, references, ...state }) => state);\n", + "adaptor": "@openfn/language-dhis2@latest", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" } }, "edges": { - "webhook->Get-metadata-file-from-Sharepoint": { + "webhook->Get-Patients": { "enabled": true, - "id": "a1a8243d-dfe8-48ff-88ab-793f4176e2ce", - "source_trigger_id": "e86ca050-ad88-4936-8c14-6eac23922017", + "id": "7d239f46-635e-4b7f-8706-6a3d08d473db", + "source_trigger_id": "51283b68-c07a-4d85-854c-c2e6e93af041", "condition_type": "always", - "target_job_id": "c9712182-a389-4664-8e10-f275f87fb478" + "target_job_id": "ab326112-9cdd-4449-8611-b5abc659d4ca" + }, + "Get-Patients->Upsert-TEIs": { + "enabled": true, + "id": "11de414f-193e-4a17-89c3-012465c7cce0", + "source_job_id": "ab326112-9cdd-4449-8611-b5abc659d4ca", + "condition_type": "on_job_success", + "target_job_id": "6973c510-b36d-4c42-82f5-b26d8cd36a57" + }, + "Upsert-TEIs->Get-Encounters": { + "enabled": true, + "id": "79ca3ec3-641f-4167-8fe3-a96c40cc9954", + "source_job_id": "6973c510-b36d-4c42-82f5-b26d8cd36a57", + "condition_type": "on_job_success", + "target_job_id": "8fb577e5-d068-4d47-8172-81f08153ced9" + }, + "Get-Encounters->Get-Options-Map": { + "enabled": true, + "id": "e0c3565e-a875-429c-8ce3-138df39fdf4c", + "source_job_id": "8fb577e5-d068-4d47-8172-81f08153ced9", + "condition_type": "on_job_success", + "target_job_id": "175ac575-ea3d-470e-8faf-61de514e222e" }, - "Get-metadata-file-from-Sharepoint->Map-metadata-file-to-option-set-Json-format": { + "Get-Options-Map->Get-TEIs": { "enabled": true, - "id": "22252bb8-2e4c-422e-8aa3-667b04d67400", - "source_job_id": "c9712182-a389-4664-8e10-f275f87fb478", + "id": "eb6bf369-19b8-4608-86a7-95935831ee6e", + "source_job_id": "175ac575-ea3d-470e-8faf-61de514e222e", "condition_type": "on_job_success", - "target_job_id": "bbc012b5-4811-4354-888c-f10b0294901d" + "target_job_id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3" }, - "Map-metadata-file-to-option-set-Json-format->Save-option-set-json-to-github": { + "Get-TEIs->Create-Events": { "enabled": true, - "id": "3342bdc4-487d-49d2-839c-3c6d7835af8f", - "source_job_id": "bbc012b5-4811-4354-888c-f10b0294901d", + "id": "32b04529-a796-461c-8a0a-a5e543ef535e", + "source_job_id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3", "condition_type": "on_job_success", - "target_job_id": "56f67a06-cf99-42b5-81c5-49c058b5126c" + "target_job_id": "932645d8-ddb8-4d00-841e-7fe7af214837" } } }, - "wf1-dhis2-omrs-migration": { + "wf1": { "id": "94e04fb5-d5ae-45ad-be31-98b902f36861", - "name": "wf1-dhis2-omrs-migration", - "inserted_at": "2024-12-16T13:54:49.773325Z", - "lock_version": 47, + "name": "wf1", + "inserted_at": "2024-09-10T16:42:25.919683Z", + "lock_version": 9, "triggers": { - "cron": { - "enabled": false, + "webhook": { + "enabled": true, "id": "0e7d525f-c24a-4969-8131-397cc94a6065", - "type": "cron", - "cron_expression": "0 0 * * *" + "type": "webhook" } }, "jobs": { - "Fetch-Metadata": { + "Get-Teis": { "id": "be724c80-92c8-4fa9-8c3a-d28c5a298fd5", - "name": "Fetch Metadata", - "body": "fn(state => {\n // const manualCursor = '2023-06-20T17:00:00.00';\n state.cursor = state.manualCursor || state.lastRunDateTime;\n console.log('Date cursor to filter TEI extract ::', state.cursor);\n\n return state;\n});\n\n// Get trackedEntityInstances that are \"active\" in the target program\nget(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n programStatus: 'ACTIVE',\n },\n {},\n state => {\n const trackedEntityInstances = state.data.instances\n .filter(tei => tei.updatedAt >= state.cursor) //for testing\n //.filter(tei => tei.createdAt > state.cursor) //for prod\n //.slice(0, 1); //to limit 1 for testing\n const offset = 2; // GMT+2 (Geneva time)\n const currentDateTime = new Date();\n currentDateTime.setHours(currentDateTime.getHours() + offset);\n\n const lastRunDateTime = currentDateTime.toISOString().replace('Z', '');\n //console.log('TEI payload found before filter ::', JSON.stringify(state.data.instances, null, 2));\n console.log('# of TEIs found before filter ::', state.data.instances.length);\n //console.log('lastUpdated of TEI eWXRNHtmHB0 :: ', JSON.stringify(state.data.instances.filter(tei => tei.trackedEntity == 'eWXRNHtmHB0'), null, 2)); \n console.log('# of TEIs to migrate to OMRS ::', trackedEntityInstances.length);\n // console.log(\n // 'trackedEntityInstance IDs ::',\n // trackedEntityInstances.map(tei => tei.trackedEntityInstance)\n // );\n\n console.log('Next sync start date:', lastRunDateTime);\n return {\n ...state,\n // data: {},\n references: [],\n trackedEntityInstances,\n lastRunDateTime,\n };\n }\n);\n", - "adaptor": "@openfn/language-http@6.5.1", - "project_credential_id": null + "name": "Get Teis", + "body": "fn(state => {\n // const manualCursor = '2023-06-20T17:00:00.00';\n state.cursor = state.manualCursor || state.lastRunDateTime;\n console.log('Date cursor to filter TEI extract ::', state.cursor);\n\n return state;\n});\n\n// Get trackedEntityInstances that are \"active\" in the target program\nget(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n programStatus: 'ACTIVE',\n },\n {},\n state => {\n const trackedEntityInstances = state.data.instances\n .filter(tei => tei.createdAt > state.cursor)\n .slice(0, 1);\n const offset = 2; // GMT+2 (Geneva time)\n const currentDateTime = new Date();\n currentDateTime.setHours(currentDateTime.getHours() + offset);\n\n const lastRunDateTime = currentDateTime.toISOString().replace('Z', '');\n\n console.log('# of TEIs extracted ::', trackedEntityInstances.length);\n // console.log(\n // 'trackedEntityInstance IDs ::',\n // trackedEntityInstances.map(tei => tei.trackedEntityInstance)\n // );\n\n console.log('Next sync start date:', lastRunDateTime);\n return {\n ...state,\n // data: {},\n references: [],\n trackedEntityInstances,\n lastRunDateTime,\n };\n }\n);\n", + "adaptor": "@openfn/language-dhis2@latest", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" }, "Get-Locations": { "id": "2c1dc59e-c8c0-409d-813f-d0eb3f812a07", "name": "Get Locations", - "body": "get('optionGroups/kdef7pUey9f', {\n fields: 'id,displayName,options[id,displayName,code]',\n});\n\nfn(({ data, ...state }) => {\n state.locations = data;\n return state;\n});\n\nfn(state => {\n state.nationalityMap = {\n afghanistan: '84066564-253e-43d8-b141-76730cffa878',\n albania: 'db21f4f9-faf2-4358-8297-0ae76627b3b8',\n algeria: '5f6c017f-074c-46b3-92d0-d055e2094366',\n angola: '8a2e5a03-8a74-41ae-9a98-2310f9ce400d',\n anguilla: 'c911af8a-171c-4ee9-b1ff-934373e8a819',\n argentina: 'b83d24e8-34d8-4920-83c0-8ba014467ff4',\n armenia: '39f1652a-f2b7-4b65-a7e1-7097ac6cdef0',\n aruba: 'f3f1cba1-7c1e-4234-86a2-f27bb5964fee',\n azerbaijan: '29750013-0e35-47ca-8f77-9192a923fb07',\n bangladesh: 'a99de53c-ce76-4b1e-91b2-461094baf79e',\n belarus: '664baba4-c552-47b9-97c0-ff67dafd27d6',\n benin: 'cf863e31-bb38-48ed-90dd-f3dedcac304c',\n bhutan: 'd45a57c9-994f-4deb-8845-9b785860a2ec',\n bolivia: 'd8800d10-862b-42f1-8e22-cac1ce1bbcae',\n bosnia_and_herzegovina: '05d8f4ef-45eb-463d-b2f3-8a5a613ee6b9',\n botswana: '1304a0de-5b70-4d36-a873-e72a82963316',\n brazil: '353ff388-64e6-434c-b78f-ca9636390389',\n british_virgin_islands: 'b02c6d20-83a2-4947-8a7d-91d1f9c4d8a2',\n bulgaria: '91c85a62-2b02-483a-aefd-e29d368565fe',\n burkina_faso: '6c90c1ae-17a4-4e94-a267-4fba4c94efd8',\n burundi: '8a2ed0db-eaad-44bc-bf06-5cb1b2a3db0b',\n cambodia: '4fd14df8-8279-4dfa-bdd3-e1ab26bc0264',\n cameroon: '873552ac-9850-4cc1-ae09-17eb0fccf405',\n cape_verde: 'cfbc220a-1d6c-4469-bb6d-a8e3deb4f7e7',\n central_african_republic: '61a4c4a4-25c2-4459-a874-ec1d24f8323a',\n chad: '9e41e71c-f5d5-456c-a6f9-2129b8055bfc',\n chile: '05333883-44e9-4f57-836a-041391803007',\n china: '15016874-3e20-484a-baa8-9b94e1a3d358',\n colombia: 'a008dff8-ce96-4662-bf8a-372e43d424f0',\n comoros: '9d8738c8-40c2-4c66-aabb-ef176a20ffe8',\n costa_rica: 'fb52f8c9-40ec-4dc4-92a4-d465612de2ff',\n cote_divoire: '513cb36a-3f67-46ea-a789-fcdaca0e26f5',\n cuba: '147c2434-5d7e-420c-8053-ba623301f3f5',\n djibouti: 'cf5b334f-1c0f-41fc-ab54-53ff1e942830',\n dominica: 'f70e51e5-b76c-4c38-9bf2-ef8e1f308ce1',\n dominican_republic: 'ce72fc9b-619b-4c32-b865-600e888ad814',\n drc_congo: '8f6d3d2a-e09f-473b-99c9-e539f97ceab6',\n east_timor: '854f2f66-40e1-4a6a-9dee-09c832a52289',\n ecuador: 'f9810f9a-78a7-42a2-99e6-19c629642386',\n egypt: 'cc7343f8-9243-4d09-b378-58363850d624',\n el_salvador: '9a34935e-5a8a-45be-8ccd-cb23192e420f',\n equatorial_guinea: '7e591605-d723-4398-982a-8737af63a2dc',\n eritrea: 'c61f03c2-0d1f-444f-a974-0a61063aff71',\n ethiopia: '7478d375-014e-410e-a355-090143e88f5b',\n gabon: '9f46ae06-114a-47fa-8f8d-e9749f04da25',\n gambia: '5ec7ddd7-14a5-48ec-9e7c-8896d1010655',\n georgia: 'bc71788f-db69-4b6f-8d1c-57a74395bdd2',\n ghana: '2eb4ff46-d908-4148-9b0d-40ccfc1a655a',\n greece: 'b75d6bcc-fadf-4141-8d0f-2463154b89f7',\n guam: '51fa502b-98a3-4c42-b5fd-7b4d64489bb9',\n guatemala: '3725a4d2-b28f-466b-905a-bafeaeb75855',\n guinea: 'eeaff39c-8afd-43f7-b9a0-53729f5df1d8',\n guinea_bissau: '14e90203-9197-42ea-9222-acafd2fd6984',\n guyana: 'ba4dfa7e-f3cd-4e94-8ca7-6b96a93378a8',\n haiti: 'f76f7dcb-f82e-4257-a627-1685ff3f3586',\n honduras: 'cdd1336e-495b-4868-aace-57a84442d6fd',\n india: '378d0107-eb43-485d-930c-0704b4e5aa11',\n indonesia: '1cbe17e6-adc2-4680-bee0-54d94af75ebf',\n iran: 'b422270e-d8af-4a32-b523-742545a17a3f',\n iraq: '03aa7d6e-7656-48e4-8dc0-5e27706722c0',\n jordan: '842f963c-f84d-4076-a8db-337295fd9b91',\n kazakhstan: '6f6d0e78-2c81-411d-8d13-367e250dc110',\n kenya: 'ad351a33-8846-4cad-8195-b07b6041d4a5',\n kuwait: '4aee7a88-cda9-454e-9f25-4a6420270417',\n kyrgyzstan: 'ace3b851-042b-46a6-8fea-68aae042d614',\n laos: 'dfb01b39-c224-459e-b045-dd9461b9a1e5',\n lebanon: '7de78f22-f53e-48d2-923f-ae1e4d814f46',\n lesotho: 'b35b29c5-9bb7-4b40-ad33-29eecd28a9e6',\n liberia: 'a5fd61b4-fd27-433d-8428-7e88a7f27921',\n libya: '600c6af4-b767-423c-b942-7f06ca467258',\n macedonia: '5837cc40-9ab5-4088-91c8-ca6e4b57e903',\n madagascar: '3782bf3c-380e-4b60-b21a-38199073f112',\n malawi: 'e8b5f188-6a5c-43ae-b4a5-200abb13153e',\n malaysia: '3facca11-fbaa-4c40-8fac-4751d45c3f1b',\n mali: '3e844a47-526a-46f9-afea-1af9ff8690aa',\n martinique: '051ce04e-05e8-4430-8b75-3e499bbffbc8',\n mauritania: '8acb006b-8596-4a98-8177-acb4cb575956',\n mauritius: '17ced083-eb2a-4046-a713-26cabc7af95d',\n mayotte: '1af148fe-2698-4b89-bf7f-87e5c48b6848',\n mexico: '8381208f-01ca-4ed3-8f2c-f73ed1c316e3',\n moldova: 'f0e9c8b5-69b5-48df-8cb9-2d089ba04e46',\n mongolia: '9f341cb1-dcb5-4f6c-bd21-b57db01b4193',\n morocco: 'ef467a17-91e8-4124-a136-7ed8ff7c7d15',\n mozambique: '0916133b-4d93-4d60-9c20-e7ee3936f391',\n myanmar: 'e81ba700-f9fc-4ed0-b248-578a25717cdb',\n namibia: '0cb123dc-8810-4840-b6ab-6a527c5a79ef',\n nauru: '3386fe63-2158-4040-a502-9f65fd2079d3',\n nepal: 'fb01b01a-6775-423c-8012-7d43f587cb6c',\n new_caledonia: 'e67c072b-7707-491f-8c2e-13c914216b61',\n nicaragua: 'f6a9521c-596b-49f9-b914-67138e8c17e6',\n niger: '7561db90-a866-4443-93f4-95cac1d47e9c',\n nigeria: '4134651a-7f53-45fb-8bc6-7fed9cf36f51',\n north_korea: '4d3079e4-8568-48e6-9342-665896875a38',\n oman: '9b0af037-99d1-43b8-ac06-82137ec4b06d',\n other: 'Other',\n pakistan: 'f45d93c3-c9b0-4333-a5e6-299b7c425812',\n palestine: 'e2a19948-49aa-44c0-98ef-67ae1160ef43',\n panama: '1ef5a828-9d0d-4336-91ab-880d5dc0151c',\n papua_new_guinea: 'e1e6b451-d7fe-4954-b225-99b2de82a4c0',\n paraguay: 'd8412016-82f5-4801-a026-1bdc429850b7',\n peru: 'e74fa87f-8469-46b0-975f-6cb37c394564',\n philippines: 'bdbd5c9f-1f28-4f4d-a254-4a84f8bb2c8f',\n puerto_rico: '39fca1d0-d2e7-4b13-82bd-626fbec71252',\n republic_of_congo: '5db9afa5-b57e-4f45-8b1c-af766f14fc58',\n reunion: '1dae4b2d-50c9-4bf1-b25a-7063600a5e74',\n romania: '457e745e-ae97-463d-95a9-8d5689d3ca2b',\n rwanda: '6bc925a1-7699-496a-85b0-c290699381db',\n samoa: 'e03b381b-a7f4-40eb-964f-51571dc3c48c',\n sao_tome_and_principe: 'f66bbb42-684f-42d7-bfcd-95d586eb7dc9',\n saudi_arabia: 'fdf495a4-e60c-46f7-a8a2-61a216849086',\n senegal: 'ad948f1b-0733-4f8d-b049-d64289b43a10',\n serbia: 'd2e69cef-3bff-4220-ba91-a6a678fb606b',\n sierra_leone: 'ffba9caf-b6aa-4078-845e-578f7a7fd566',\n somalia: '99c8dccc-4dfa-4d30-86be-42a309ab431f',\n south_africa: '75882d62-1c55-480d-b411-8ca40c3307df',\n south_korea: '0603d6b9-334f-4443-ab60-7c5d457b95fc',\n south_sudan: 'f113e24e-2ea9-49a2-9b28-59241b9adb21',\n sri_lanka: 'b0031c01-d242-4410-b98b-cc1511590b85',\n sudan: '2f03a932-2b75-4e8b-9f44-0fcd83c75dc4',\n suriname: 'c65d3329-98d4-4dd7-89d3-141b70d00eb2',\n swaziland: '06a2703b-af17-4e44-83f5-6cc9a8a75320',\n switzerland: 'dcdcdc70-a006-4b0a-bac2-7de89b022b65',\n syria: '1e34ee55-ef9f-4386-bae6-6995555ded75',\n tajikistan: '34836c60-5449-48d6-b3c9-c0b3361b9f2c',\n tanzania: '050a8eb1-0d77-4f65-a2da-776a13bcd2a4',\n thailand: '289ac5bd-6434-4837-86bf-b54d22970ac8',\n togo: '6a583e64-869d-477d-a1c1-746320d45fc4',\n tonga: 'd381f06d-2365-4f40-948b-cfe90d8cb532',\n tunisia: '56be7864-fde6-4db3-8fa5-b9dd42cd9c53',\n turkey: '7429c779-1d3a-4aec-8256-d0b1637e1bd1',\n turkmenistan: '3ef17df5-299b-4385-9ea6-572df4b6f9ca',\n uganda: 'be3d11d3-446d-440c-a582-d01c7cbb0eda',\n ukraine: '38c99c8d-2b93-4848-a537-b1865a260bb2',\n unknown: 'Unknown',\n uruguay: 'c2e45baf-748b-4d7b-a391-ed6b802b6f94',\n uzbekistan: '60512350-d79b-41aa-aff0-1b28ca4aa5f1',\n venezuela: '557cea4a-0049-4b7a-b373-ed63f294a2a0',\n vietnam: '49509c5f-e533-48a8-bf06-86935e3376b2',\n western_sahara: '4086dfd2-f4f5-4107-93e8-07bee235af8f',\n yemen: '6a3214e0-f94b-414c-8148-968e24386671',\n zambia: '3ec0432d-ea37-4159-a658-29d6f07fe21a',\n zimbabwe: 'ce1b0d8d-0a2d-4f93-a6ed-64aca2fd0f45',\n };\n state.statusMap = {\n asylum_seeker: 'f921ffdd-72ca-4d58-a89b-1fa2e959d110',\n no_status: '2bacead2-f280-457c-9d28-e80e106f7d25',\n refugee: 'MSF-AAAAAA000000000000001929',\n single: '20b8524e-4c26-4fa0-81f0-fa23ebacc54d',\n married: 'MSF-AAAAAA000000000000001863',\n widowed: 'MSF-AAAAAA000000000000001864',\n divorced_separated: 'MSF-AAAAAA000000000000001865',\n concubine: '1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',\n not_applicable: 'MSF-AAAAAA000000000000001823',\n student: 'MSF-AAAAAA000000000000001871',\n permanent_employee: '4a18a820-f3a1-4bb7-9138-558a9ecc81da',\n occasional_employee: '2cb73bee-7f94-4695-89c7-c81187dbc90c',\n unemployed: 'MSF-AAAAAA000000000000001870',\n housewife: '9b14b4d4-b749-4acf-acfe-79c480f3c4b3',\n other: 'MSF-AAAAAA000000000000001329',\n unknown: '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',\n idp: 'MSF-AAAAAA000000000000001930',\n internationally_displaced: '515c5abe-4172-4d0c-a991-0de2888228d7',\n non_displaced: 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92',\n returnee: 'fc49acaa-ece2-4365-9dfb-70c2105de8b1',\n };\n return state;\n});\n", + "body": "get('optionGroups/kdef7pUey9f', {\n fields: 'id,displayName,options[id,displayName,code]',\n});\n\nfn(({ data, ...state }) => {\n state.locations = data;\n return state;\n});\n\nfn(state => {\n state.nationalityMap = {\n afghanistan: '84066564-253e-43d8-b141-76730cffa878',\n albania: 'db21f4f9-faf2-4358-8297-0ae76627b3b8',\n algeria: '5f6c017f-074c-46b3-92d0-d055e2094366',\n angola: '8a2e5a03-8a74-41ae-9a98-2310f9ce400d',\n anguilla: 'c911af8a-171c-4ee9-b1ff-934373e8a819',\n argentina: 'b83d24e8-34d8-4920-83c0-8ba014467ff4',\n armenia: '39f1652a-f2b7-4b65-a7e1-7097ac6cdef0',\n aruba: 'f3f1cba1-7c1e-4234-86a2-f27bb5964fee',\n azerbaijan: '29750013-0e35-47ca-8f77-9192a923fb07',\n bangladesh: 'a99de53c-ce76-4b1e-91b2-461094baf79e',\n belarus: '664baba4-c552-47b9-97c0-ff67dafd27d6',\n benin: 'cf863e31-bb38-48ed-90dd-f3dedcac304c',\n bhutan: 'd45a57c9-994f-4deb-8845-9b785860a2ec',\n bolivia: 'd8800d10-862b-42f1-8e22-cac1ce1bbcae',\n bosnia_and_herzegovina: '05d8f4ef-45eb-463d-b2f3-8a5a613ee6b9',\n botswana: '1304a0de-5b70-4d36-a873-e72a82963316',\n brazil: '353ff388-64e6-434c-b78f-ca9636390389',\n british_virgin_islands: 'b02c6d20-83a2-4947-8a7d-91d1f9c4d8a2',\n bulgaria: '91c85a62-2b02-483a-aefd-e29d368565fe',\n burkina_faso: '6c90c1ae-17a4-4e94-a267-4fba4c94efd8',\n burundi: '8a2ed0db-eaad-44bc-bf06-5cb1b2a3db0b',\n cambodia: '4fd14df8-8279-4dfa-bdd3-e1ab26bc0264',\n cameroon: '873552ac-9850-4cc1-ae09-17eb0fccf405',\n cape_verde: 'cfbc220a-1d6c-4469-bb6d-a8e3deb4f7e7',\n central_african_republic: '61a4c4a4-25c2-4459-a874-ec1d24f8323a',\n chad: '9e41e71c-f5d5-456c-a6f9-2129b8055bfc',\n chile: '05333883-44e9-4f57-836a-041391803007',\n china: '15016874-3e20-484a-baa8-9b94e1a3d358',\n colombia: 'a008dff8-ce96-4662-bf8a-372e43d424f0',\n comoros: '9d8738c8-40c2-4c66-aabb-ef176a20ffe8',\n costa_rica: 'fb52f8c9-40ec-4dc4-92a4-d465612de2ff',\n cote_divoire: '513cb36a-3f67-46ea-a789-fcdaca0e26f5',\n cuba: '147c2434-5d7e-420c-8053-ba623301f3f5',\n djibouti: 'cf5b334f-1c0f-41fc-ab54-53ff1e942830',\n dominica: 'f70e51e5-b76c-4c38-9bf2-ef8e1f308ce1',\n dominican_republic: 'ce72fc9b-619b-4c32-b865-600e888ad814',\n drc_congo: '8f6d3d2a-e09f-473b-99c9-e539f97ceab6',\n east_timor: '854f2f66-40e1-4a6a-9dee-09c832a52289',\n ecuador: 'f9810f9a-78a7-42a2-99e6-19c629642386',\n egypt: 'cc7343f8-9243-4d09-b378-58363850d624',\n el_salvador: '9a34935e-5a8a-45be-8ccd-cb23192e420f',\n equatorial_guinea: '7e591605-d723-4398-982a-8737af63a2dc',\n eritrea: 'c61f03c2-0d1f-444f-a974-0a61063aff71',\n ethiopia: '7478d375-014e-410e-a355-090143e88f5b',\n gabon: '9f46ae06-114a-47fa-8f8d-e9749f04da25',\n gambia: '5ec7ddd7-14a5-48ec-9e7c-8896d1010655',\n georgia: 'bc71788f-db69-4b6f-8d1c-57a74395bdd2',\n ghana: '2eb4ff46-d908-4148-9b0d-40ccfc1a655a',\n greece: 'b75d6bcc-fadf-4141-8d0f-2463154b89f7',\n guam: '51fa502b-98a3-4c42-b5fd-7b4d64489bb9',\n guatemala: '3725a4d2-b28f-466b-905a-bafeaeb75855',\n guinea: 'eeaff39c-8afd-43f7-b9a0-53729f5df1d8',\n guinea_bissau: '14e90203-9197-42ea-9222-acafd2fd6984',\n guyana: 'ba4dfa7e-f3cd-4e94-8ca7-6b96a93378a8',\n haiti: 'f76f7dcb-f82e-4257-a627-1685ff3f3586',\n honduras: 'cdd1336e-495b-4868-aace-57a84442d6fd',\n india: '378d0107-eb43-485d-930c-0704b4e5aa11',\n indonesia: '1cbe17e6-adc2-4680-bee0-54d94af75ebf',\n iran: 'b422270e-d8af-4a32-b523-742545a17a3f',\n iraq: '03aa7d6e-7656-48e4-8dc0-5e27706722c0',\n jordan: '842f963c-f84d-4076-a8db-337295fd9b91',\n kazakhstan: '6f6d0e78-2c81-411d-8d13-367e250dc110',\n kenya: 'ad351a33-8846-4cad-8195-b07b6041d4a5',\n kuwait: '4aee7a88-cda9-454e-9f25-4a6420270417',\n kyrgyzstan: 'ace3b851-042b-46a6-8fea-68aae042d614',\n laos: 'dfb01b39-c224-459e-b045-dd9461b9a1e5',\n lebanon: '7de78f22-f53e-48d2-923f-ae1e4d814f46',\n lesotho: 'b35b29c5-9bb7-4b40-ad33-29eecd28a9e6',\n liberia: 'a5fd61b4-fd27-433d-8428-7e88a7f27921',\n libya: '600c6af4-b767-423c-b942-7f06ca467258',\n macedonia: '5837cc40-9ab5-4088-91c8-ca6e4b57e903',\n madagascar: '3782bf3c-380e-4b60-b21a-38199073f112',\n malawi: 'e8b5f188-6a5c-43ae-b4a5-200abb13153e',\n malaysia: '3facca11-fbaa-4c40-8fac-4751d45c3f1b',\n mali: '3e844a47-526a-46f9-afea-1af9ff8690aa',\n martinique: '051ce04e-05e8-4430-8b75-3e499bbffbc8',\n mauritania: '8acb006b-8596-4a98-8177-acb4cb575956',\n mauritius: '17ced083-eb2a-4046-a713-26cabc7af95d',\n mayotte: '1af148fe-2698-4b89-bf7f-87e5c48b6848',\n mexico: '8381208f-01ca-4ed3-8f2c-f73ed1c316e3',\n moldova: 'f0e9c8b5-69b5-48df-8cb9-2d089ba04e46',\n mongolia: '9f341cb1-dcb5-4f6c-bd21-b57db01b4193',\n morocco: 'ef467a17-91e8-4124-a136-7ed8ff7c7d15',\n mozambique: '0916133b-4d93-4d60-9c20-e7ee3936f391',\n myanmar: 'e81ba700-f9fc-4ed0-b248-578a25717cdb',\n namibia: '0cb123dc-8810-4840-b6ab-6a527c5a79ef',\n nauru: '3386fe63-2158-4040-a502-9f65fd2079d3',\n nepal: 'fb01b01a-6775-423c-8012-7d43f587cb6c',\n new_caledonia: 'e67c072b-7707-491f-8c2e-13c914216b61',\n nicaragua: 'f6a9521c-596b-49f9-b914-67138e8c17e6',\n niger: '7561db90-a866-4443-93f4-95cac1d47e9c',\n nigeria: '4134651a-7f53-45fb-8bc6-7fed9cf36f51',\n north_korea: '4d3079e4-8568-48e6-9342-665896875a38',\n oman: '9b0af037-99d1-43b8-ac06-82137ec4b06d',\n other: 'Other',\n pakistan: 'f45d93c3-c9b0-4333-a5e6-299b7c425812',\n palestine: 'e2a19948-49aa-44c0-98ef-67ae1160ef43',\n panama: '1ef5a828-9d0d-4336-91ab-880d5dc0151c',\n papua_new_guinea: 'e1e6b451-d7fe-4954-b225-99b2de82a4c0',\n paraguay: 'd8412016-82f5-4801-a026-1bdc429850b7',\n peru: 'e74fa87f-8469-46b0-975f-6cb37c394564',\n philippines: 'bdbd5c9f-1f28-4f4d-a254-4a84f8bb2c8f',\n puerto_rico: '39fca1d0-d2e7-4b13-82bd-626fbec71252',\n republic_of_congo: '5db9afa5-b57e-4f45-8b1c-af766f14fc58',\n reunion: '1dae4b2d-50c9-4bf1-b25a-7063600a5e74',\n romania: '457e745e-ae97-463d-95a9-8d5689d3ca2b',\n rwanda: '6bc925a1-7699-496a-85b0-c290699381db',\n samoa: 'e03b381b-a7f4-40eb-964f-51571dc3c48c',\n sao_tome_and_principe: 'f66bbb42-684f-42d7-bfcd-95d586eb7dc9',\n saudi_arabia: 'fdf495a4-e60c-46f7-a8a2-61a216849086',\n senegal: 'ad948f1b-0733-4f8d-b049-d64289b43a10',\n serbia: 'd2e69cef-3bff-4220-ba91-a6a678fb606b',\n sierra_leone: 'ffba9caf-b6aa-4078-845e-578f7a7fd566',\n somalia: '99c8dccc-4dfa-4d30-86be-42a309ab431f',\n south_africa: '75882d62-1c55-480d-b411-8ca40c3307df',\n south_korea: '0603d6b9-334f-4443-ab60-7c5d457b95fc',\n south_sudan: 'f113e24e-2ea9-49a2-9b28-59241b9adb21',\n sri_lanka: 'b0031c01-d242-4410-b98b-cc1511590b85',\n sudan: '2f03a932-2b75-4e8b-9f44-0fcd83c75dc4',\n suriname: 'c65d3329-98d4-4dd7-89d3-141b70d00eb2',\n swaziland: '06a2703b-af17-4e44-83f5-6cc9a8a75320',\n switzerland: 'dcdcdc70-a006-4b0a-bac2-7de89b022b65',\n syria: '1e34ee55-ef9f-4386-bae6-6995555ded75',\n tajikistan: '34836c60-5449-48d6-b3c9-c0b3361b9f2c',\n tanzania: '050a8eb1-0d77-4f65-a2da-776a13bcd2a4',\n thailand: '289ac5bd-6434-4837-86bf-b54d22970ac8',\n togo: '6a583e64-869d-477d-a1c1-746320d45fc4',\n tonga: 'd381f06d-2365-4f40-948b-cfe90d8cb532',\n tunisia: '56be7864-fde6-4db3-8fa5-b9dd42cd9c53',\n turkey: '7429c779-1d3a-4aec-8256-d0b1637e1bd1',\n turkmenistan: '3ef17df5-299b-4385-9ea6-572df4b6f9ca',\n uganda: 'be3d11d3-446d-440c-a582-d01c7cbb0eda',\n ukraine: '38c99c8d-2b93-4848-a537-b1865a260bb2',\n unknown: 'Unknown',\n uruguay: 'c2e45baf-748b-4d7b-a391-ed6b802b6f94',\n uzbekistan: '60512350-d79b-41aa-aff0-1b28ca4aa5f1',\n venezuela: '557cea4a-0049-4b7a-b373-ed63f294a2a0',\n vietnam: '49509c5f-e533-48a8-bf06-86935e3376b2',\n western_sahara: '4086dfd2-f4f5-4107-93e8-07bee235af8f',\n yemen: '6a3214e0-f94b-414c-8148-968e24386671',\n zambia: '3ec0432d-ea37-4159-a658-29d6f07fe21a',\n zimbabwe: 'ce1b0d8d-0a2d-4f93-a6ed-64aca2fd0f45',\n };\n state.statusMap = {\n asylum_seeker: 'f921ffdd-72ca-4d58-a89b-1fa2e959d110',\n no_status: '2bacead2-f280-457c-9d28-e80e106f7d25',\n refugee: 'MSF-AAAAAA000000000000001929',\n single: '20b8524e-4c26-4fa0-81f0-fa23ebacc54d',\n married: 'MSF-AAAAAA000000000000001863',\n widowed: 'MSF-AAAAAA000000000000001864',\n divorced_separated: 'MSF-AAAAAA000000000000001865',\n concubine: '1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',\n not_applicable: 'MSF-AAAAAA000000000000001823',\n student: 'MSF-AAAAAA000000000000001871',\n permanent_employee: '4a18a820-f3a1-4bb7-9138-558a9ecc81da',\n occasional_employee: '2cb73bee-7f94-4695-89c7-c81187dbc90c',\n unemployed: 'MSF-AAAAAA000000000000001870',\n housewife: '9b14b4d4-b749-4acf-acfe-79c480f3c4b3',\n other: 'MSF-AAAAAA000000000000001329',\n unknown: '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',\n idp: 'MSF-AAAAAA000000000000001930',\n internationally_displaced: '515c5abe-4172-4d0c-a991-0de2888228d7',\n resident: 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92',\n returnee: 'fc49acaa-ece2-4365-9dfb-70c2105de8b1',\n };\n return state;\n});\n", "adaptor": "@openfn/language-dhis2@latest", "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" }, "Create-Patients": { "id": "fd21a322-aca4-404f-8b5c-93f5f23336fc", "name": "Create Patients", - "body": "//Define gender options and prepare newPatientUuid and identifiers\nfn(state => {\n const genderOptions = {\n male: 'M',\n female: 'F',\n unknown: 'U',\n transgender_female: 'O',\n transgender_male: 'O',\n prefer_not_to_answer: 'O',\n gender_variant_non_conforming: 'O',\n };\n\n const identifiers = [];\n const newPatientUuid = [];\n\n const { trackedEntityInstances } = state;\n if (trackedEntityInstances.length > 0)\n console.log(\n '# of TEIs to send to OpenMRS: ',\n trackedEntityInstances.length\n );\n if (trackedEntityInstances.length === 0)\n console.log('No data fetched in step prior to sync.');\n\n return {\n ...state,\n genderOptions,\n newPatientUuid,\n identifiers,\n };\n});\n\n//First we generate a unique OpenMRS ID for each patient\neach(\n 'trackedEntityInstances[*]',\n post(\n 'idgen/identifiersource/8549f706-7e85-4c1d-9424-217d50a2988b/identifier',\n {}\n ).then(state => {\n state.identifiers.push(state.data.identifier);\n return state;\n })\n);\n\n// Then we map trackedEntityInstances to openMRS data model\nfn(state => {\n const {\n trackedEntityInstances,\n identifiers,\n genderOptions,\n nationalityMap,\n statusMap,\n locations,\n } = state;\n\n const getValueForCode = (attributes, code) => {\n const result = attributes.find(attribute => attribute.code === code);\n return result ? result.value : undefined;\n };\n\n const calculateDOB = age => {\n const currentDate = new Date();\n const currentYear = currentDate.getFullYear();\n const birthYear = currentYear - age;\n\n const birthday = new Date(\n birthYear,\n currentDate.getMonth(),\n currentDate.getDay()\n );\n\n return birthday.toISOString().replace(/\\.\\d+Z$/, '+0000');\n };\n\n state.patients = trackedEntityInstances.map((d, i) => {\n const patientNumber = getValueForCode(d.attributes, 'patient_number'); // Add random number for testing + Math.random()\n\n const nationality =\n nationalityMap[getValueForCode(d.attributes, 'origin_nationality')];\n const currentStatus =\n statusMap[getValueForCode(d.attributes, 'current_status')];\n const legalStatus =\n getValueForCode(d.attributes, 'legal_status') &&\n statusMap[getValueForCode(d.attributes, 'legal_status')];\n const maritalStatus =\n statusMap[getValueForCode(d.attributes, 'marital_status')];\n const employmentStatus =\n statusMap[getValueForCode(d.attributes, 'occupation')];\n\n const noOfChildren = d.attributes.find(\n a => a.attribute === 'SVoT2cVLd5O'\n )?.value;\n\n const lonlat = d.attributes.find(a => a.attribute === 'rBtrjV1Mqkz')?.value;\n const location = lonlat\n ? locations.options.find(o => o.code === lonlat)?.displayName\n : undefined;\n\n let countyDistrict, cityVillage;\n\n if (location) {\n const match = location.match(/^(.*?)\\s*\\((.*?)\\)/);\n if (match) {\n [, countyDistrict, cityVillage] = match;\n cityVillage = cityVillage.split('-')[0].trim(); // Remove country code and trim\n }\n }\n\n return {\n patientNumber,\n person: {\n age: getValueForCode(d.attributes, 'age'),\n gender: genderOptions[getValueForCode(d.attributes, 'sex')],\n birthdate:\n d.attributes.find(a => a.attribute === 'WDp4nVor9Z7')?.value ??\n calculateDOB(getValueForCode(d.attributes, 'age')),\n birthdateEstimated: d.attributes.find(\n a => a.attribute === 'WDp4nVor9Z7'\n )\n ? true\n : false,\n names: [\n {\n familyName:\n d.attributes.find(a => a.attribute === 'fa7uwpCKIwa')?.value ??\n 'unknown',\n givenName:\n d.attributes.find(a => a.attribute === 'Jt9BhFZkvP2')?.value ??\n 'unknown',\n },\n ],\n addresses: [\n {\n country: 'Iraq',\n stateProvince: 'Ninewa',\n countyDistrict,\n cityVillage,\n },\n ],\n attributes: [\n {\n attributeType: '24d1fa23-9778-4a8e-9f7b-93f694fc25e2',\n value: nationality,\n },\n {\n attributeType: 'e0b6ed99-72c4-4847-a442-e9929eac4a0f',\n value: currentStatus,\n },\n legalStatus && {\n attributeType: 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1',\n value: legalStatus,\n },\n {\n attributeType: '3884dc76-c271-4bcb-8df8-81c6fb897f53',\n value: maritalStatus,\n },\n employmentStatus && {\n attributeType: 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e',\n value: employmentStatus,\n },\n noOfChildren && {\n attributeType: 'e363161a-9d5c-4331-8463-238938f018ed',\n value: noOfChildren,\n },\n ].filter(i => i),\n },\n\n identifiers: [\n {\n identifier: identifiers[i], //map ID value from DHIS2 attribute\n identifierType: '05a29f94-c0ed-11e2-94be-8c13b969e334',\n location: 'cf6fa7d4-1f19-4c85-ac50-ff824805c51c', //default location old:44c3efb0-2583-4c80-a79e-1f756a03c0a1\n preferred: true,\n },\n {\n uuid: d.trackedEntity,\n identifier: patientNumber,\n identifierType: '8d79403a-c2cc-11de-8d13-0010c6dffd0f', //Old Identification number\n location: 'cf6fa7d4-1f19-4c85-ac50-ff824805c51c', //default location\n preferred: false, //default value for this identifiertype\n },\n ],\n };\n });\n\n return state;\n});\n\n// Creating patients in openMRS\neach(\n '$.patients[*]',\n upsert(\n 'patient',\n state => {\n return { q: state.data.patientNumber };\n },\n state => {\n const { patientNumber, ...patient } = state.data;\n console.log(\n 'Upserting patient record\\n',\n JSON.stringify(patient, null, 2)\n );\n return patient;\n },\n state => {\n state.newPatientUuid.push({\n patient_number: state.references.at(-1)?.patientNumber,\n uuid: state.data.uuid,\n });\n return state;\n }\n )\n);\n\n// Clean up state\nfn(({ data, references, ...state }) => state);\n", + "body": "//Define gender options and prepare newPatientUuid and identifiers\nfn(state => {\n const genderOptions = {\n male: 'M',\n female: 'F',\n unknown: 'U',\n //TODO: Ask MSF for updated category option values\n transgender_female: 'O',\n transgender_male: 'O',\n Prefer_not_to_answer: 'O',\n gender_variant_non_conforming: 'O',\n };\n\n const identifiers = [];\n const newPatientUuid = [];\n\n const { trackedEntityInstances } = state;\n if (trackedEntityInstances.length > 0)\n console.log(\n '# of TEIs to send to OpenMRS: ',\n trackedEntityInstances.length\n );\n if (trackedEntityInstances.length === 0)\n console.log('No data fetched in step prior to sync.');\n\n return {\n ...state,\n genderOptions,\n newPatientUuid,\n identifiers,\n };\n});\n\n//First we generate a unique OpenMRS ID for each patient\neach(\n 'trackedEntityInstances[*]',\n post(\n 'idgen/identifiersource/8549f706-7e85-4c1d-9424-217d50a2988b/identifier',\n {}\n ).then(state => {\n state.identifiers.push(state.data.identifier);\n return state;\n })\n);\n\n// Then we map trackedEntityInstances to openMRS data model\nfn(state => {\n const {\n trackedEntityInstances,\n identifiers,\n genderOptions,\n nationalityMap,\n statusMap,\n locations,\n } = state;\n\n const getValueForCode = (attributes, code) => {\n const result = attributes.find(attribute => attribute.code === code);\n return result ? result.value : undefined;\n };\n\n const calculateDOB = age => {\n const currentDate = new Date();\n const currentYear = currentDate.getFullYear();\n const birthYear = currentYear - age;\n\n const birthday = new Date(\n birthYear,\n currentDate.getMonth(),\n currentDate.getDay()\n );\n\n return birthday.toISOString().replace(/\\.\\d+Z$/, '+0000');\n };\n\n state.patients = trackedEntityInstances.map((d, i) => {\n const patientNumber = getValueForCode(d.attributes, 'patient_number'); // Add random number for testing + Math.random()\n\n const nationality =\n nationalityMap[getValueForCode(d.attributes, 'origin_nationality')];\n const currentStatus =\n statusMap[getValueForCode(d.attributes, 'current_status')];\n const legalStatus =\n getValueForCode(d.attributes, 'legal_status') &&\n statusMap[getValueForCode(d.attributes, 'legal_status')];\n const maritalStatus =\n statusMap[getValueForCode(d.attributes, 'marital_status')];\n const employmentStatus =\n statusMap[getValueForCode(d.attributes, 'occupation')];\n\n const noOfChildren = d.attributes.find(\n a => a.attribute === 'SVoT2cVLd5O'\n )?.value;\n\n // const lonlat = d.attributes.find(a => a.attribute === 'rBtrjV1Mqkz')?.value;\n // const location = locations.options.find(\n // o => o.code === lonlat\n // )?.displayName;\n\n // const [countyDistrict, remainder] = location?.split(' (');\n // const [cityVillage] = remainder?.split(')');\n\n return {\n patientNumber,\n person: {\n age: getValueForCode(d.attributes, 'age'),\n gender: genderOptions[getValueForCode(d.attributes, 'sex')],\n birthdate:\n d.attributes.find(a => a.attribute === 'WDp4nVor9Z7')?.value ??\n calculateDOB(getValueForCode(d.attributes, 'age')),\n birthdateEstimated: d.attributes.find(\n a => a.attribute === 'WDp4nVor9Z7'\n )\n ? true\n : false,\n names: [\n {\n familyName:\n d.attributes.find(a => a.attribute === 'fa7uwpCKIwa')?.value ??\n 'unknown',\n givenName:\n d.attributes.find(a => a.attribute === 'Jt9BhFZkvP2')?.value ??\n 'unknown',\n },\n ],\n addresses: [\n {\n country: 'Iraq',\n stateProvince: 'Ninewa',\n // countyDistrict,\n // cityVillage,\n },\n ],\n attributes: [\n {\n attributeType: '24d1fa23-9778-4a8e-9f7b-93f694fc25e2',\n value: nationality,\n },\n {\n attributeType: 'e0b6ed99-72c4-4847-a442-e9929eac4a0f',\n value: currentStatus,\n },\n legalStatus && {\n attributeType: 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1',\n value: legalStatus,\n },\n {\n attributeType: '3884dc76-c271-4bcb-8df8-81c6fb897f53',\n value: maritalStatus,\n },\n employmentStatus && {\n attributeType: 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e',\n value: employmentStatus,\n },\n noOfChildren && {\n attributeType: 'e363161a-9d5c-4331-8463-238938f018ed',\n value: noOfChildren,\n },\n ].filter(i => i),\n },\n\n identifiers: [\n {\n identifier: identifiers[i], //map ID value from DHIS2 attribute\n identifierType: '05a29f94-c0ed-11e2-94be-8c13b969e334',\n location: 'cf6fa7d4-1f19-4c85-ac50-ff824805c51c', //default location old:44c3efb0-2583-4c80-a79e-1f756a03c0a1\n preferred: true,\n },\n {\n uuid: d.trackedEntity,\n identifier: patientNumber,\n identifierType: '8d79403a-c2cc-11de-8d13-0010c6dffd0f', //Old Identification number\n location: 'cf6fa7d4-1f19-4c85-ac50-ff824805c51c', //default location\n preferred: false, //default value for this identifiertype\n },\n ],\n };\n });\n\n return state;\n});\n\n// Creating patients in openMRS\neach(\n 'patients[*]',\n create(\n 'patient',\n state => {\n const { patientNumber, ...patient } = state.data;\n console.log(\n 'Creating patient record\\n',\n JSON.stringify(patient, null, 2)\n );\n return patient;\n },\n state => {\n state.newPatientUuid.push({\n patient_number: state.references.at(-1)?.patientNumber,\n uuid: state.data.body.uuid,\n });\n return state;\n }\n )\n);\n\n// Clean up state\nfn(({ data, references, ...state }) => state);\n", "adaptor": "@openfn/language-openmrs@latest", "project_credential_id": "3141d874-5456-4168-9680-ce04efb1089c" }, @@ -139,32 +160,30 @@ "id": "eed2a687-7ef3-4a38-819e-d50319874d03", "name": "Update Teis", "body": "fn(state => {\n if (state.newPatientUuid.length === 0) {\n console.log('No data fetched in step prior to sync.');\n }\n\n console.log(\n 'newPatientUuid ::',\n JSON.stringify(state.newPatientUuid, null, 2)\n );\n return state;\n});\n\n// Update TEI on DHIS2\neach(\n 'newPatientUuid[*]',\n upsert(\n 'trackedEntityInstances',\n state => ({\n ou: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`P4wdYGkldeG:Eq:${state.data.patient_number}`],\n }),\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n { attribute: 'P4wdYGkldeG', value: `${$.data.patient_number}` }, //DHIS2 patient number to use as lookup key\n { attribute: 'AYbfTPYMNJH', value: `${$.data.patient.uuid}` }, //OMRS patient uuid\n {\n attribute: 'ZBoxuExmxcZ',\n value: `${$.data.patient.identifier[0].identifier}`,\n }, //id generated in wf1-2 e.g., \"IQ146-24-000-027\"\n ],\n }\n )\n);\n", - "adaptor": "@openfn/language-dhis2@5.0.1", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" - }, - "Get-Teis-and-Locations": { - "id": "982099f9-3e69-4684-8935-be5a98636fd2", - "name": "Get Teis and Locations", - "body": "\n// Check out the Job Writing Guide for help getting started:\n// https://docs.openfn.org/documentation/jobs/job-writing-guide\n", "adaptor": "@openfn/language-dhis2@latest", "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" } }, "edges": { - "cron->Fetch-Metadata": { + "webhook->Get-Teis": { "enabled": true, "id": "f54f198a-5fa1-4ee0-803f-35316e32ab92", "source_trigger_id": "0e7d525f-c24a-4969-8131-397cc94a6065", "condition_type": "always", "target_job_id": "be724c80-92c8-4fa9-8c3a-d28c5a298fd5" }, + "Get-Teis->Get-Locations": { + "enabled": true, + "id": "dd4d3b24-f3c2-4162-895e-970aea5a50dc", + "source_job_id": "be724c80-92c8-4fa9-8c3a-d28c5a298fd5", + "condition_type": "on_job_success", + "target_job_id": "2c1dc59e-c8c0-409d-813f-d0eb3f812a07" + }, "Get-Locations->Create-Patients": { "enabled": true, "id": "e80f8963-3c31-48cc-8df4-6b6dd89fd616", "source_job_id": "2c1dc59e-c8c0-409d-813f-d0eb3f812a07", - "condition_expression": "state.teis.length > 0 && !state.errors", - "condition_type": "js_expression", - "condition_label": "has-teis", + "condition_type": "on_job_success", "target_job_id": "fd21a322-aca4-404f-8b5c-93f5f23336fc" }, "Create-Patients->Update-Teis": { @@ -173,144 +192,6 @@ "source_job_id": "fd21a322-aca4-404f-8b5c-93f5f23336fc", "condition_type": "on_job_success", "target_job_id": "eed2a687-7ef3-4a38-819e-d50319874d03" - }, - "Fetch-Metadata->Get-Teis-and-Locations": { - "enabled": true, - "id": "29589705-ad94-4515-82f5-a2e1af59ced4", - "source_job_id": "be724c80-92c8-4fa9-8c3a-d28c5a298fd5", - "condition_type": "on_job_success", - "target_job_id": "982099f9-3e69-4684-8935-be5a98636fd2" - }, - "Get-Teis-and-Locations->Get-Locations": { - "enabled": true, - "id": "a3da4581-ce0f-444d-8c56-2f67611dc554", - "source_job_id": "982099f9-3e69-4684-8935-be5a98636fd2", - "condition_type": "on_job_success", - "target_job_id": "2c1dc59e-c8c0-409d-813f-d0eb3f812a07" - } - } - }, - "wf2-omrs-dhis2": { - "id": "0f8ec062-1a2d-4f13-a8c5-b8298004512c", - "name": "wf2-omrs-dhis2", - "inserted_at": "2024-12-16T13:57:29.094249Z", - "lock_version": 190, - "triggers": { - "cron": { - "enabled": false, - "id": "51283b68-c07a-4d85-854c-c2e6e93af041", - "type": "cron", - "cron_expression": "0 0 * * *" - } - }, - "jobs": { - "Get-Patients": { - "id": "ab326112-9cdd-4449-8611-b5abc659d4ca", - "name": "Get Patients", - "body": "//Here we define the date cursor\n//$.cursor at beggining of the project 2023-05-20T06:01:24.000+0000\ncursor($.lastRunDateTime || $.manualCursor || '2023-05-20T06:01:24.000+0000');\n// Update the lastRunDateTime for the next run\ncursor('today', {\n key: 'lastRunDateTime',\n format: c => dateFns.format(new Date(c), \"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"),\n});\n\nsearchPatient({ q: 'IQ', v: 'full', limit: '100' });\n//searchPatient({ q: 'Katrina', v: 'full', limit: '100' });\n//Query all patients (q=all) not supported on demo OpenMRS; needs to be configured\n//...so we query all Patients with name \"Patient\" instead\n\nfn(state => {\n const { cursor, data, lastRunDateTime } = state;\n console.log('Filtering patients since:', cursor);\n\n const patients = data.results.filter(({ auditInfo }) => {\n const lastModified = auditInfo?.dateChanged || auditInfo?.dateCreated;\n return lastModified > cursor;\n });\n console.log('# of patients to sync to dhis2 ::', patients.length);\n console.log(\n 'uuids of patients to sync to dhis2 ::',\n patients.map(p => p.uuid)\n );\n\n return { cursor, lastRunDateTime, patients };\n});\n", - "adaptor": "@openfn/language-openmrs@latest", - "project_credential_id": "3141d874-5456-4168-9680-ce04efb1089c" - }, - "Upsert-TEIs": { - "id": "6973c510-b36d-4c42-82f5-b26d8cd36a57", - "name": "Upsert TEIs", - "body": "const buildPatientsUpsert = (state, patient, isNewPatient) => {\n const { nationalityMap, statusMap, placeOflivingMap, genderOptions } = state;\n const DHIS2_PATIENT_NUMBER = '8d79403a-c2cc-11de-8d13-0010c6dffd0f'; //DHIS2 ID or DHIS2 Patient Number\n const OPENMRS_AUTO_ID = '05a29f94-c0ed-11e2-94be-8c13b969e334'; //MSF ID or OpenMRS Patient Number\n const dateCreated = patient.auditInfo.dateCreated.substring(0, 10);\n const findIdentifierByUuid = (identifiers, targetUuid) =>\n identifiers.find(i => i.identifierType.uuid === targetUuid)?.identifier;\n\n const enrollments = [\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n programStage: 'MdTtRixaC1B',\n enrollmentDate: dateCreated,\n },\n ];\n\n const payload = {\n query: {\n ou: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], //upsert on omrs.patient.uid\n },\n data: {\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n {\n attribute: 'fa7uwpCKIwa',\n value: patient.person?.names[0]?.givenName,\n },\n {\n attribute: 'Jt9BhFZkvP2',\n value: patient.person?.names[0]?.familyName,\n },\n {\n attribute: 'P4wdYGkldeG', //DHIS2 ID ==> \"Patient Number\"\n value:\n findIdentifierByUuid(patient.identifiers, DHIS2_PATIENT_NUMBER) ||\n findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID), //map OMRS ID if no DHIS2 id\n },\n {\n attribute: 'ZBoxuExmxcZ', //MSF ID ==> \"OpenMRS Patient Number\"\n value: findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID),\n },\n {\n attribute: 'AYbfTPYMNJH', //\"OpenMRS Patient UID\"\n value: patient.uuid,\n },\n {\n attribute: 'qptKDiv9uPl',\n value: genderOptions[patient.person.gender],\n },\n {\n attribute: 'T1iX2NuPyqS',\n value: patient.person.age,\n },\n {\n attribute: 'WDp4nVor9Z7',\n value: patient.person.birthdate.slice(0, 10),\n },\n {\n attribute: 'rBtrjV1Mqkz', //Place of living\n value: placeOflivingMap[patient.person?.addresses[0]?.cityVillage],\n },\n {\n attribute: 'Xvzc9e0JJmp', //nationality\n value:\n nationalityMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n '24d1fa23-9778-4a8e-9f7b-93f694fc25e2'\n )?.value?.uuid\n ], //input.attributeType = \"24d1fa23-9778-4a8e-9f7b-93f694fc25e2\"\n },\n {\n attribute: 'YUIQIA2ClN6', //current status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'e0b6ed99-72c4-4847-a442-e9929eac4a0f'\n )?.value?.uuid\n ], //input.attributeType = \"e0b6ed99-72c4-4847-a442-e9929eac4a0f\"\n },\n // TODO: Qq6xQ2s6LO8 has an error, Aleksa to ask the client\n {\n attribute: 'Qq6xQ2s6LO8', //legal status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1'\n )?.value?.uuid\n ], //input.attributeType = \"a9b2c642-097f-43f8-b96b-4d2f50ffd9b1\"\n },\n {\n attribute: 'FpuGAOu6itZ', //marital status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n '3884dc76-c271-4bcb-8df8-81c6fb897f53'\n )?.value?.uuid\n ], //input.attributeType = \"3884dc76-c271-4bcb-8df8-81c6fb897f53\"\n },\n {\n attribute: 'v7k4OcXrWR8', //employment status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e'\n )?.value?.uuid\n ], //input.attributeType = \"dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e\"\n },\n {\n attribute: 'SVoT2cVLd5O', //Number of children\n value: patient.person.attributes.find(\n a => a.attributeType.uuid === 'e363161a-9d5c-4331-8463-238938f018ed'\n )?.value, //input.attributeType = \"e363161a-9d5c-4331-8463-238938f018ed\"\n },\n ],\n },\n };\n\n console.log('mapped dhis2 payloads:: ', JSON.stringify(payload, null, 2));\n\n if (isNewPatient) {\n console.log('create enrollment');\n payload.data.enrollments = enrollments;\n }\n\n return payload;\n};\n\nconst delay = ms => new Promise(resolve => setTimeout(resolve, ms));\n\neach(\n '$.patients[*]',\n get(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n filter: [`AYbfTPYMNJH:Eq:${$.data?.uuid}`],\n program: 'w9MSPn5oSqp',\n },\n {},\n async state => {\n const patient = state.references.at(-1);\n console.log(patient.uuid, 'patient uuid');\n\n const isNewPatient = state.data.instances.length === 0;\n\n state.patientsUpsert ??= [];\n state.patientsUpsert.push(\n buildPatientsUpsert(state, patient, isNewPatient)\n );\n await delay(2000);\n return state;\n }\n )\n);\n\n// Upsert TEIs to DHIS2\neach(\n $.patientsUpsert,\n upsert('trackedEntityInstances', $.data.query, $.data.data)\n);\nfn(state => {\n const {\n data,\n response,\n references,\n patients,\n statusMap,\n patientsUpsert,\n nationalityMap,\n placeOflivingMap,\n genderOptions,\n ...next\n } = state;\n\n next.patientUuids = patients.map(p => p.uuid);\n return next;\n});\n", - "adaptor": "@openfn/language-dhis2@5.0.1", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" - }, - "Get-Encounters": { - "id": "8fb577e5-d068-4d47-8172-81f08153ced9", - "name": "Get Encounters", - "body": "const formUuids = [\n '82db23a1-4eb1-3f3c-bb65-b7ebfe95b19b',\n '6a3e1e0e-dd13-3465-b8f5-ee2d42691fe5',\n 'be8c12f9-e6fd-369a-9bc7-46a191866f15',\n '48577ac5-d9c0-3000-9bac-075409b38336',\n 'ee6b1b06-3163-334a-8538-be69250af727',\n];\n// Fetch patient encounters then filter by cursor date\n// OpenMRS demo instance does not support querying ALL records (q=all)\neach(\n '$.patientUuids[*]',\n getEncounters({ patient: $.data, v: 'full' }, state => {\n const patientUuid = state.references.at(-1);\n const filteredEncounters = formUuids.map(formUuid =>\n state.data.results.filter(\n encounter =>\n encounter.encounterDatetime >= state.cursor &&\n encounter?.form?.uuid === formUuid\n )\n );\n\n state.encounters ??= [];\n state.encounters.push(\n filteredEncounters.map(encounters => encounters[0]).filter(e => e)\n );\n\n console.log(\n filteredEncounters.flat().length,\n `# of filtered encounters found in OMRS for ${patientUuid}`\n );\n\n return state;\n })\n);\n\n// Log filtered encounters\nfn(state => {\n const {\n data,\n index,\n response,\n encounters,\n references,\n patientUuids,\n ...next\n } = state;\n next.encounters = encounters.flat();\n console.log(next.encounters.length, '# of new encounters to sync to dhis2');\n\n return next;\n});\n", - "adaptor": "@openfn/language-http@latest", - "project_credential_id": "62cab5d8-939f-46f3-b635-cb79a1e1dc5d" - }, - "Get-TEIs-and-Map-Answers": { - "id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3", - "name": "Get TEIs and Map Answers", - "body": "const delay = ms => new Promise(resolve => setTimeout(resolve, ms));\n\neach(\n '$.encounters[*]',\n get(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`AYbfTPYMNJH:Eq:${$.data.patient.uuid}`],\n fields: '*',\n },\n {},\n async state => {\n const encounter = state.references.at(-1);\n console.log(encounter.patient.uuid, 'Encounter patient uuid');\n\n const { trackedEntity, enrollments } = state.data?.instances?.[0] || {};\n if (trackedEntity && enrollments) {\n state.TEIs ??= {};\n state.TEIs[encounter.patient.uuid] = {\n trackedEntity,\n enrollment: enrollments[0]?.enrollment,\n };\n }\n\n await delay(2000);\n return state;\n }\n )\n);\n", - "adaptor": "@openfn/language-dhis2@5.0.1", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" - }, - "Create-Events": { - "id": "932645d8-ddb8-4d00-841e-7fe7af214837", - "name": "Create Events", - "body": "const processAnswer = (answer, conceptUuid, dataElement, optionSets) => {\n // console.log('Has answer', conceptUuid, dataElement);\n return typeof answer.value === 'object'\n ? processObjectAnswer(answer, conceptUuid, dataElement, optionSets)\n : processOtherAnswer(answer, conceptUuid, dataElement);\n};\n\nconst processObjectAnswer = (answer, conceptUuid, dataElement, optionSets) => {\n if (isDiagnosisByPsychologist(conceptUuid, dataElement)) {\n return '' + answer.value.uuid === '278401ee-3d6f-4c65-9455-f1c16d0a7a98';\n }\n return findMatchingOption(answer, optionSets);\n};\n\nconst processOtherAnswer = (answer, conceptUuid, dataElement) => {\n if (isPhq9Score(answer.value, conceptUuid, dataElement)) {\n return getRangePhq(answer.value);\n }\n return answer.value;\n};\n\nconst processNoAnswer = (data, conceptUuid, dataElement) => {\n // console.log('No answer', conceptUuid, dataElement);\n if (isEncounterDate(conceptUuid, dataElement)) {\n return data.encounterDatetime.replace('+0000', '');\n }\n return '';\n};\n\nconst findMatchingOption = (answer, optionSets) => {\n const matchingOption = optionSets.find(\n o => o['value.uuid - External ID'] === answer.value.uuid\n )?.['DHIS2 Option Code'];\n\n return matchingOption || '';\n};\n\nconst isEncounterDate = (conceptUuid, dataElement) => {\n return (\n conceptUuid === 'encounter-date' &&\n ['CXS4qAJH2qD', 'I7phgLmRWQq', 'yUT7HyjWurN'].includes(dataElement)\n );\n};\n\nconst isDiagnosisByPsychologist = (conceptUuid, dataElement) =>\n conceptUuid === '722dd83a-c1cf-48ad-ac99-45ac131ccc96' &&\n dataElement === 'pN4iQH4AEzk';\n\nconst isPhq9Score = (value, conceptUuid, dataElement) =>\n typeof value === 'number' &&\n conceptUuid === '5f3d618e-5c89-43bd-8c79-07e4e98c2f23' &&\n dataElement === 'tsFOVnlc6lz';\n\nconst getRangePhq = input => {\n if (input >= 20) return '>20';\n if (input >= 15) return '15_19';\n if (input >= 10) return '10_14';\n if (input >= 5) return '5_9';\n return '0_4';\n};\n\nconst dataValuesMapping = (data, dataValueMap, optionSets) => {\n return Object.keys(dataValueMap)\n .map(dataElement => {\n const conceptUuid = dataValueMap[dataElement];\n const answer = data.obs.find(o => o.concept.uuid === conceptUuid);\n const value = answer\n ? processAnswer(answer, conceptUuid, dataElement, optionSets)\n : processNoAnswer(data, conceptUuid, dataElement);\n\n return { dataElement, value };\n })\n .filter(d => d);\n};\n\n// Prepare DHIS2 data model for create events\nfn(state => {\n state.encountersMapping = state.encounters.map(data => {\n const form = state.formMaps[data.form.uuid];\n const eventDate = data.encounterDatetime.replace('+0000', '');\n const { trackedEntity, enrollment } = state.TEIs[data.patient.uuid];\n\n const event = {\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityInstance: trackedEntity,\n enrollment,\n eventDate,\n };\n if (form) {\n return {\n ...event,\n programStage: form.programStage,\n dataValues: dataValuesMapping(data, form.dataValueMap, state.optionSets),\n };\n }\n });\n\n return state;\n});\n\n// Create events for each encounter\neach(\n '$.encountersMapping[*]',\n create(\n 'events',\n state => {\n console.log('dhis2 event to import:: ', state.data);\n return state.data;\n },\n {\n params: {\n dataElementIdScheme: 'UID',\n },\n }\n )\n);\n\nfn(state => {\n const latestGenderUpdate = state.encounters.reduce((acc, e) => {\n const answer = e.obs.find(\n o => o.concept.uuid === 'ec42d68d-3e23-43de-b8c5-a03bb538e7c7'\n );\n if (answer) {\n const personUuid = answer.person.uuid;\n if (\n !acc[personUuid] ||\n new Date(answer.obsDatetime) > new Date(acc[personUuid].obsDatetime)\n ) {\n acc[personUuid] = answer;\n }\n }\n return acc;\n }, {});\n\n state.genderUpdated = Object.values(latestGenderUpdate);\n\n return state;\n});\n\n// Return only lastRunDateTime\nfnIf(\n state => state.genderUpdated.length === 0,\n ({ lastRunDateTime }) => ({ lastRunDateTime })\n);\n", - "adaptor": "@openfn/language-dhis2@5.0.1", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" - }, - "Mappings": { - "id": "79b58ab5-cb0a-44a5-b230-776b4016464a", - "name": "Mappings", - "body": "fn(state => {\n state.placeOflivingMap = {\n 'Al Ayadya': 'lon42.423409_lat36.481517',\n 'Al Bosaif': 'lon43.159987_lat36.27218',\n 'Al Jazaer': 'lon43.164382_lat36.354178',\n 'Al Karama': 'lon43.203229_lat36.341201',\n 'Al Mothana': 'lon43.171821_lat36.37478',\n 'Al Nabi Younis': 'lon43.165939_lat36.348147',\n 'Al Qawsyat': 'lon43.103793_lat36.440127',\n 'Al Rashedia': 'lon43.092499_lat36.405267',\n 'Al Sahaji': 'lon42.94467_lat36.280869',\n 'Al Salamya': 'lon43.314713_lat36.142365',\n 'Al Shora': 'lon43.223899_lat35.994031',\n 'Al Sokar': 'lon43.169151_lat36.389263',\n 'Al Zahra': 'lon43.209061_lat36.384103',\n 'Al-Abar': 'lon43.097359_lat36.337313',\n 'Al-Adba': 'lon43.107228_lat36.228804',\n Alamel: 'lon43.095958_lat36.324676',\n 'Al-Araby': 'lon43.116613_lat36.405873',\n Alathba: 'lon43.107062_lat36.228771',\n 'Al-Auraiby': 'lon43.092403_lat36.35815',\n 'Al-Baaj': 'lon41.715935_lat36.04154',\n 'Al-Bakeer': 'lon43.2005_lat36.372429',\n 'Al-Dandan': 'lon43.146081_lat36.33257',\n 'Al-Ekhaa': 'lon43.216323_lat36.353175',\n 'Al-Ektasadeen': 'lon43.086044_lat36.361673',\n 'Al-Entesar': 'lon43.213825_lat36.326253',\n Aleslaah: 'lon43.082506_lat36.350517',\n 'Al-Faroak': 'lon43.128901_lat36.337586',\n Alflah: 'lon43.183338_lat36.394155',\n Algosq: 'lon43.150265_lat36.327732',\n Algzlany: 'lon43.137129_lat36.320443',\n 'Al-Hadbaa': 'lon43.15051_lat36.394474',\n Alhrmat: 'lon43.072674_lat36.362245',\n 'Al-Humaidat': 'lon42.978138_lat36.403105',\n Aljazeera: 'lon42.268108_lat35.764664',\n 'Al-Kadasia': 'lon43.200525_lat36.380719',\n 'Al-Kuba': 'lon43.072704_lat36.410733',\n 'Al-Ma`Mun': 'lon43.10664_lat36.310099',\n 'Al-Maghrab': 'lon43.079798_lat36.334318',\n Almalayeen: 'lon43.103821_lat36.424167',\n 'Al-Masarf': 'lon43.179613_lat36.38814',\n 'Al-Matahen': 'lon43.09246_lat36.338635',\n Almnsoor: 'lon43.11188_lat36.318691',\n Almoaly: 'lon42.838777_lat36.324391',\n Almohalabya: 'lon42.703975_lat36.265162',\n Almshahda: 'lon43.120709_lat36.343216',\n 'Al-Mualamin': 'lon42.923458_lat36.31039',\n Almuhandseen: 'lon43.137239_lat36.367498',\n Alngar: 'lon43.100449_lat36.357173',\n Alnuor: 'lon43.187796_lat36.365769',\n Alobor: 'lon43.059863_lat36.313292',\n Alquds: 'lon43.22851_lat36.344222',\n 'Al-Qyaraa': 'lon43.29582_lat35.798215',\n Alresala: 'lon43.090091_lat36.322804',\n 'Al-Rifa`I': 'lon43.102846_lat36.360217',\n 'Al-Saaha': 'lon43.097854_lat36.34371',\n 'Al-Sahaji': 'lon42.94396_lat36.280114',\n 'Al-Samah': 'lon43.212253_lat36.35825',\n 'Al-Sekak': 'lon43.100669_lat36.339441',\n 'Al-Shefaa': 'lon43.121928_lat36.352',\n Alshohadaa: 'lon43.101322_lat36.318532',\n Alshykhan: 'lon43.350052_lat36.691541',\n 'Alsinaa Alkadema': 'lon43.071956_lat36.347428',\n Alsmood: 'lon43.111796_lat36.320265',\n 'Al-Tahrer': 'lon43.201287_lat36.390342',\n 'Al-Taiaran': 'lon43.140315_lat36.325341',\n Altank: 'lon43.069844_lat36.334344',\n Althoraa: 'lon43.110259_lat36.343145',\n 'Al-Wahdaa': 'lon43.184839_lat36.331538',\n 'Al-Warshan': 'lon43.097102_lat36.350075',\n Alyrmoq: 'lon43.082273_lat36.336458',\n Alzngly: 'lon43.109626_lat36.353944',\n 'Aski Mousl': 'lon42.73514_lat36.513471',\n Auenat: 'lon42.399071_lat36.67976',\n 'Bab Al-Bead': 'lon43.127605_lat36.334953',\n Badush: 'lon42.967959_lat36.41445',\n Bartella: 'lon43.380304_lat36.349597',\n Basheeka: 'lon43.342171_lat36.451798',\n Dohok: 'lon42.9842_lat36.859369',\n Gogjali: 'lon43.246833_lat36.353981',\n 'Hamaam Alaleel': 'lon43.260379_lat36.160157',\n 'Hawi Al-Kanisa': 'lon43.085152_lat36.381247',\n 'Mosul Algdida': 'lon43.104377_lat36.331809',\n 'Mosul Al-Kadema': 'lon43.126541_lat36.342823',\n Msherfa: 'lon43.179668_lat36.387648',\n Nablus: 'lon43.084701_lat36.328359',\n Rabeaa: 'lon42.08276_lat36.808678',\n 'Ragm Hadid': 'lon43.076396_lat36.326236',\n Sadam: 'lon43.208775_lat36.383105',\n Sanjar: 'lon41.864538_lat36.316244',\n Somer: 'lon43.200918_lat36.301028',\n Sumeel: 'lon42.847606_lat36.857084',\n 'Tal Abta': 'lon42.563028_lat35.94226',\n 'Tal Afer': 'lon42.450003_lat36.374589',\n 'Tal Alroman': 'lon43.089466_lat36.316493',\n 'Tal Keef': 'lon43.120284_lat36.489935',\n 'Tal Zalt': 'lon42.829782_lat36.282837',\n Tmooz: 'lon43.084933_lat36.365008',\n 'Twim & Mjarin': 'lon42.692998_lat36.363335',\n 'Wady Alaen': 'lon43.103452_lat36.325881',\n 'Wady Hagr': 'lon43.126976_lat36.320946',\n Zakho: 'lon42.688446_lat37.146393',\n Zumar: 'lon42.603252_lat36.655901',\n Other: 'lon0.0_lat0.0',\n };\n return state;\n});\nfn(state => {\n state.nationalityMap = {\n '84066564-253e-43d8-b141-76730cffa878': 'afghanistan',\n 'db21f4f9-faf2-4358-8297-0ae76627b3b8': 'albania',\n '5f6c017f-074c-46b3-92d0-d055e2094366': 'algeria',\n '8a2e5a03-8a74-41ae-9a98-2310f9ce400d': 'angola',\n 'c911af8a-171c-4ee9-b1ff-934373e8a819': 'anguilla',\n 'b83d24e8-34d8-4920-83c0-8ba014467ff4': 'argentina',\n '39f1652a-f2b7-4b65-a7e1-7097ac6cdef0': 'armenia',\n 'f3f1cba1-7c1e-4234-86a2-f27bb5964fee': 'aruba',\n '29750013-0e35-47ca-8f77-9192a923fb07': 'azerbaijan',\n 'a99de53c-ce76-4b1e-91b2-461094baf79e': 'bangladesh',\n '664baba4-c552-47b9-97c0-ff67dafd27d6': 'belarus',\n 'cf863e31-bb38-48ed-90dd-f3dedcac304c': 'benin',\n 'd45a57c9-994f-4deb-8845-9b785860a2ec': 'bhutan',\n 'd8800d10-862b-42f1-8e22-cac1ce1bbcae': 'bolivia',\n '05d8f4ef-45eb-463d-b2f3-8a5a613ee6b9': 'bosnia_and_herzegovina',\n '1304a0de-5b70-4d36-a873-e72a82963316': 'botswana',\n '353ff388-64e6-434c-b78f-ca9636390389': 'brazil',\n 'b02c6d20-83a2-4947-8a7d-91d1f9c4d8a2': 'british_virgin_islands',\n '91c85a62-2b02-483a-aefd-e29d368565fe': 'bulgaria',\n '6c90c1ae-17a4-4e94-a267-4fba4c94efd8': 'burkina_faso',\n '8a2ed0db-eaad-44bc-bf06-5cb1b2a3db0b': 'burundi',\n '4fd14df8-8279-4dfa-bdd3-e1ab26bc0264': 'cambodia',\n '873552ac-9850-4cc1-ae09-17eb0fccf405': 'cameroon',\n 'cfbc220a-1d6c-4469-bb6d-a8e3deb4f7e7': 'cape_verde',\n '61a4c4a4-25c2-4459-a874-ec1d24f8323a': 'central_african_republic',\n '9e41e71c-f5d5-456c-a6f9-2129b8055bfc': 'chad',\n '05333883-44e9-4f57-836a-041391803007': 'chile',\n '15016874-3e20-484a-baa8-9b94e1a3d358': 'china',\n 'a008dff8-ce96-4662-bf8a-372e43d424f0': 'colombia',\n '9d8738c8-40c2-4c66-aabb-ef176a20ffe8': 'comoros',\n 'fb52f8c9-40ec-4dc4-92a4-d465612de2ff': 'costa_rica',\n '513cb36a-3f67-46ea-a789-fcdaca0e26f5': 'cote_divoire',\n '147c2434-5d7e-420c-8053-ba623301f3f5': 'cuba',\n 'cf5b334f-1c0f-41fc-ab54-53ff1e942830': 'djibouti',\n 'f70e51e5-b76c-4c38-9bf2-ef8e1f308ce1': 'dominica',\n 'ce72fc9b-619b-4c32-b865-600e888ad814': 'dominican_republic',\n '8f6d3d2a-e09f-473b-99c9-e539f97ceab6': 'drc_congo',\n '854f2f66-40e1-4a6a-9dee-09c832a52289': 'east_timor',\n 'f9810f9a-78a7-42a2-99e6-19c629642386': 'ecuador',\n 'cc7343f8-9243-4d09-b378-58363850d624': 'egypt',\n '9a34935e-5a8a-45be-8ccd-cb23192e420f': 'el_salvador',\n '7e591605-d723-4398-982a-8737af63a2dc': 'equatorial_guinea',\n 'c61f03c2-0d1f-444f-a974-0a61063aff71': 'eritrea',\n '7478d375-014e-410e-a355-090143e88f5b': 'ethiopia',\n '9f46ae06-114a-47fa-8f8d-e9749f04da25': 'gabon',\n '5ec7ddd7-14a5-48ec-9e7c-8896d1010655': 'gambia',\n 'bc71788f-db69-4b6f-8d1c-57a74395bdd2': 'georgia',\n '2eb4ff46-d908-4148-9b0d-40ccfc1a655a': 'ghana',\n 'b75d6bcc-fadf-4141-8d0f-2463154b89f7': 'greece',\n '51fa502b-98a3-4c42-b5fd-7b4d64489bb9': 'guam',\n '3725a4d2-b28f-466b-905a-bafeaeb75855': 'guatemala',\n 'eeaff39c-8afd-43f7-b9a0-53729f5df1d8': 'guinea',\n '14e90203-9197-42ea-9222-acafd2fd6984': 'guinea_bissau',\n 'ba4dfa7e-f3cd-4e94-8ca7-6b96a93378a8': 'guyana',\n 'f76f7dcb-f82e-4257-a627-1685ff3f3586': 'haiti',\n 'cdd1336e-495b-4868-aace-57a84442d6fd': 'honduras',\n '378d0107-eb43-485d-930c-0704b4e5aa11': 'india',\n '1cbe17e6-adc2-4680-bee0-54d94af75ebf': 'indonesia',\n 'b422270e-d8af-4a32-b523-742545a17a3f': 'iran',\n '03aa7d6e-7656-48e4-8dc0-5e27706722c0': 'iraq',\n '842f963c-f84d-4076-a8db-337295fd9b91': 'jordan',\n '6f6d0e78-2c81-411d-8d13-367e250dc110': 'kazakhstan',\n 'ad351a33-8846-4cad-8195-b07b6041d4a5': 'kenya',\n '4aee7a88-cda9-454e-9f25-4a6420270417': 'kuwait',\n 'ace3b851-042b-46a6-8fea-68aae042d614': 'kyrgyzstan',\n 'dfb01b39-c224-459e-b045-dd9461b9a1e5': 'laos',\n '7de78f22-f53e-48d2-923f-ae1e4d814f46': 'lebanon',\n 'b35b29c5-9bb7-4b40-ad33-29eecd28a9e6': 'lesotho',\n 'a5fd61b4-fd27-433d-8428-7e88a7f27921': 'liberia',\n '600c6af4-b767-423c-b942-7f06ca467258': 'libya',\n '5837cc40-9ab5-4088-91c8-ca6e4b57e903': 'macedonia',\n '3782bf3c-380e-4b60-b21a-38199073f112': 'madagascar',\n 'e8b5f188-6a5c-43ae-b4a5-200abb13153e': 'malawi',\n '3facca11-fbaa-4c40-8fac-4751d45c3f1b': 'malaysia',\n '3e844a47-526a-46f9-afea-1af9ff8690aa': 'mali',\n '051ce04e-05e8-4430-8b75-3e499bbffbc8': 'martinique',\n '8acb006b-8596-4a98-8177-acb4cb575956': 'mauritania',\n '17ced083-eb2a-4046-a713-26cabc7af95d': 'mauritius',\n '1af148fe-2698-4b89-bf7f-87e5c48b6848': 'mayotte',\n '8381208f-01ca-4ed3-8f2c-f73ed1c316e3': 'mexico',\n 'f0e9c8b5-69b5-48df-8cb9-2d089ba04e46': 'moldova',\n '9f341cb1-dcb5-4f6c-bd21-b57db01b4193': 'mongolia',\n 'ef467a17-91e8-4124-a136-7ed8ff7c7d15': 'morocco',\n '0916133b-4d93-4d60-9c20-e7ee3936f391': 'mozambique',\n 'e81ba700-f9fc-4ed0-b248-578a25717cdb': 'myanmar',\n '0cb123dc-8810-4840-b6ab-6a527c5a79ef': 'namibia',\n '3386fe63-2158-4040-a502-9f65fd2079d3': 'nauru',\n 'fb01b01a-6775-423c-8012-7d43f587cb6c': 'nepal',\n 'e67c072b-7707-491f-8c2e-13c914216b61': 'new_caledonia',\n 'f6a9521c-596b-49f9-b914-67138e8c17e6': 'nicaragua',\n '7561db90-a866-4443-93f4-95cac1d47e9c': 'niger',\n '4134651a-7f53-45fb-8bc6-7fed9cf36f51': 'nigeria',\n '4d3079e4-8568-48e6-9342-665896875a38': 'north_korea',\n '9b0af037-99d1-43b8-ac06-82137ec4b06d': 'oman',\n Other: 'other',\n 'f45d93c3-c9b0-4333-a5e6-299b7c425812': 'pakistan',\n 'e2a19948-49aa-44c0-98ef-67ae1160ef43': 'palestine',\n '1ef5a828-9d0d-4336-91ab-880d5dc0151c': 'panama',\n 'e1e6b451-d7fe-4954-b225-99b2de82a4c0': 'papua_new_guinea',\n 'd8412016-82f5-4801-a026-1bdc429850b7': 'paraguay',\n 'e74fa87f-8469-46b0-975f-6cb37c394564': 'peru',\n 'bdbd5c9f-1f28-4f4d-a254-4a84f8bb2c8f': 'philippines',\n '39fca1d0-d2e7-4b13-82bd-626fbec71252': 'puerto_rico',\n '5db9afa5-b57e-4f45-8b1c-af766f14fc58': 'republic_of_congo',\n '1dae4b2d-50c9-4bf1-b25a-7063600a5e74': 'reunion',\n '457e745e-ae97-463d-95a9-8d5689d3ca2b': 'romania',\n '6bc925a1-7699-496a-85b0-c290699381db': 'rwanda',\n 'e03b381b-a7f4-40eb-964f-51571dc3c48c': 'samoa',\n 'f66bbb42-684f-42d7-bfcd-95d586eb7dc9': 'sao_tome_and_principe',\n 'fdf495a4-e60c-46f7-a8a2-61a216849086': 'saudi_arabia',\n 'ad948f1b-0733-4f8d-b049-d64289b43a10': 'senegal',\n 'd2e69cef-3bff-4220-ba91-a6a678fb606b': 'serbia',\n 'ffba9caf-b6aa-4078-845e-578f7a7fd566': 'sierra_leone',\n '99c8dccc-4dfa-4d30-86be-42a309ab431f': 'somalia',\n '75882d62-1c55-480d-b411-8ca40c3307df': 'south_africa',\n '0603d6b9-334f-4443-ab60-7c5d457b95fc': 'south_korea',\n 'f113e24e-2ea9-49a2-9b28-59241b9adb21': 'south_sudan',\n 'b0031c01-d242-4410-b98b-cc1511590b85': 'sri_lanka',\n '2f03a932-2b75-4e8b-9f44-0fcd83c75dc4': 'sudan',\n 'c65d3329-98d4-4dd7-89d3-141b70d00eb2': 'suriname',\n '06a2703b-af17-4e44-83f5-6cc9a8a75320': 'swaziland',\n 'dcdcdc70-a006-4b0a-bac2-7de89b022b65': 'switzerland',\n '1e34ee55-ef9f-4386-bae6-6995555ded75': 'syria',\n '34836c60-5449-48d6-b3c9-c0b3361b9f2c': 'tajikistan',\n '050a8eb1-0d77-4f65-a2da-776a13bcd2a4': 'tanzania',\n '289ac5bd-6434-4837-86bf-b54d22970ac8': 'thailand',\n '6a583e64-869d-477d-a1c1-746320d45fc4': 'togo',\n 'd381f06d-2365-4f40-948b-cfe90d8cb532': 'tonga',\n '56be7864-fde6-4db3-8fa5-b9dd42cd9c53': 'tunisia',\n '7429c779-1d3a-4aec-8256-d0b1637e1bd1': 'turkey',\n '3ef17df5-299b-4385-9ea6-572df4b6f9ca': 'turkmenistan',\n 'be3d11d3-446d-440c-a582-d01c7cbb0eda': 'uganda',\n '38c99c8d-2b93-4848-a537-b1865a260bb2': 'ukraine',\n Unknown: 'unknown',\n 'c2e45baf-748b-4d7b-a391-ed6b802b6f94': 'uruguay',\n '60512350-d79b-41aa-aff0-1b28ca4aa5f1': 'uzbekistan',\n '557cea4a-0049-4b7a-b373-ed63f294a2a0': 'venezuela',\n '49509c5f-e533-48a8-bf06-86935e3376b2': 'vietnam',\n '4086dfd2-f4f5-4107-93e8-07bee235af8f': 'western_sahara',\n '6a3214e0-f94b-414c-8148-968e24386671': 'yemen',\n '3ec0432d-ea37-4159-a658-29d6f07fe21a': 'zambia',\n 'ce1b0d8d-0a2d-4f93-a6ed-64aca2fd0f45': 'zimbabwe',\n };\n\n state.statusMap = {\n '18692c24-4d33-4cdc-a92c-bf4138da5d6d': 'unknown', //Inconnu\n 'f921ffdd-72ca-4d58-a89b-1fa2e959d110': 'asylum_seeker',\n '2bacead2-f280-457c-9d28-e80e106f7d25': 'no_status',\n 'MSF-AAAAAA000000000000001929': 'refugee',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n '20b8524e-4c26-4fa0-81f0-fa23ebacc54d': 'single',\n 'MSF-AAAAAA000000000000001863': 'married',\n 'MSF-AAAAAA000000000000001864': 'widowed',\n 'MSF-AAAAAA000000000000001865': 'divorced_separated',\n '1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'concubine',\n 'MSF-AAAAAA000000000000001823': 'not_applicable',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n 'MSF-AAAAAA000000000000001871': 'student',\n '4a18a820-f3a1-4bb7-9138-558a9ecc81da': 'fixed_employee',\n '2cb73bee-7f94-4695-89c7-c81187dbc90c': 'occasional_employee',\n 'MSF-AAAAAA000000000000001870': 'unemployed',\n '9b14b4d4-b749-4acf-acfe-79c480f3c4b3': 'housewife',\n 'MSF-AAAAAA000000000000001823': 'not_applicable',\n 'MSF-AAAAAA000000000000001329': 'unknown',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n 'MSF-AAAAAA000000000000001930': 'idp',\n '515c5abe-4172-4d0c-a991-0de2888228d7': 'internationally_displaced',\n 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92': 'non_displaced',\n 'fc49acaa-ece2-4365-9dfb-70c2105de8b1': 'returnee',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n };\n\n state.genderOptions = {\n M: 'male',\n F: 'female',\n U: 'unknown',\n O: 'prefer_not_to_answer',\n };\n\n return state;\n});\n", - "adaptor": "@openfn/language-http@6.5.1", - "project_credential_id": null - }, - "Update-TEIs": { - "id": "b30b4200-d2f8-4c7a-827a-bec10c64fbc3", - "name": "Update TEIs", - "body": "fn(state => {\n const { optionSets, genderUpdated, TEIs } = state;\n const genderMap = optionSets\n .filter(o => o['DHIS2 DE UID'] === 'qptKDiv9uPl')\n .reduce((acc, obj) => {\n acc[obj['value.display - Answers']] = obj['DHIS2 Option Code'];\n return acc;\n }, {});\n\n state.teisToUpdate = genderUpdated.map(answer => {\n const { trackedEntity } = TEIs[answer.person.uuid];\n return {\n trackedEntity,\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n {\n attribute: 'qptKDiv9uPl', //gender\n value: genderMap[answer.value.display],\n },\n {\n attribute: 'AYbfTPYMNJH', //OpenMRS Patient UID to use to upsert TEI\n value: answer.person.uuid,\n },\n ],\n };\n });\n return state;\n});\n\n// Update TEIs\ncreate(\n 'tracker',\n { trackedEntities: $.teisToUpdate },\n { params: { async: false, importStrategy: 'UPDATE' } }\n);\n// Return only lastRunDateTime\nfn(({ lastRunDateTime }) => ({ lastRunDateTime }));\n", - "adaptor": "@openfn/language-dhis2@5.0.1", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" - } - }, - "edges": { - "cron->Get-Patients": { - "enabled": true, - "id": "7d239f46-635e-4b7f-8706-6a3d08d473db", - "source_trigger_id": "51283b68-c07a-4d85-854c-c2e6e93af041", - "condition_type": "always", - "target_job_id": "ab326112-9cdd-4449-8611-b5abc659d4ca" - }, - "Upsert-TEIs->Get-Encounters": { - "enabled": true, - "id": "79ca3ec3-641f-4167-8fe3-a96c40cc9954", - "source_job_id": "6973c510-b36d-4c42-82f5-b26d8cd36a57", - "condition_expression": "state.patientUuids.length > 0 && !state.errors\n", - "condition_type": "js_expression", - "condition_label": "has-patient-uuids", - "target_job_id": "8fb577e5-d068-4d47-8172-81f08153ced9" - }, - "Get-TEIs-and-Map-Answers->Create-Events": { - "enabled": true, - "id": "32b04529-a796-461c-8a0a-a5e543ef535e", - "source_job_id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3", - "condition_expression": "state.TEIs && !state.errors\n", - "condition_type": "js_expression", - "condition_label": "has-teis", - "target_job_id": "932645d8-ddb8-4d00-841e-7fe7af214837" - }, - "Mappings->Upsert-TEIs": { - "enabled": true, - "id": "5619b87c-685d-45b7-b2b6-ef598018d360", - "source_job_id": "79b58ab5-cb0a-44a5-b230-776b4016464a", - "condition_type": "on_job_success", - "target_job_id": "6973c510-b36d-4c42-82f5-b26d8cd36a57" - }, - "Get-Patients->Mappings": { - "enabled": true, - "id": "65613153-275c-4897-a6ad-256ad818358c", - "source_job_id": "ab326112-9cdd-4449-8611-b5abc659d4ca", - "condition_expression": "state.patients.length > 0 && !state.errors\n", - "condition_type": "js_expression", - "condition_label": "has-patients", - "target_job_id": "79b58ab5-cb0a-44a5-b230-776b4016464a" - }, - "Create-Events->Update-TEIs": { - "enabled": true, - "id": "456bc7f5-04cf-4d3c-91a1-9ecbfee0c986", - "source_job_id": "932645d8-ddb8-4d00-841e-7fe7af214837", - "condition_expression": "state.genderUpdated.length > 0 && !state.errors\n", - "condition_type": "js_expression", - "condition_label": "has-gender-updated", - "target_job_id": "b30b4200-d2f8-4c7a-827a-bec10c64fbc3" - }, - "Get-Encounters->Get-TEIs-and-Map-Answers": { - "enabled": true, - "id": "3a099da2-12de-42ae-889e-2b11946e974a", - "source_job_id": "8fb577e5-d068-4d47-8172-81f08153ced9", - "condition_type": "on_job_success", - "target_job_id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3" } } } diff --git a/workflows/wf2/1-get-patients.js b/workflows/wf2/1-get-patients.js index 4619485..24bd41a 100644 --- a/workflows/wf2/1-get-patients.js +++ b/workflows/wf2/1-get-patients.js @@ -1,30 +1,47 @@ -//Here we define the date cursor -//$.cursor at beggining of the project 2023-05-20T06:01:24.000+0000 -cursor($.lastRunDateTime || $.manualCursor || '2023-05-20T06:01:24.000+0000'); -// Update the lastRunDateTime for the next run -cursor('today', { - key: 'lastRunDateTime', - format: c => dateFns.format(new Date(c), "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"), +// here we define the date cursor +fn(state => { + //manualCursor at beggining of the project 2023-05-20T06:01:24.000+0000 + const manualCursor = '2023-07-27T07:16:24.544Z'; + + state.cursor = state.lastRunDateTime || manualCursor; + + console.log( + 'Date cursor to filter & get only recent OMRS records ::', + state.cursor + ); + + return state; }); -searchPatient({ q: 'IQ', v: 'full', limit: '100' }); -//searchPatient({ q: 'Katrina', v: 'full', limit: '100' }); +searchPatient({ q: 'Aisha', v: 'full', limit: '3' }); +// searchPatient({ q: 'Patient', v: 'full', limit: '100' }); //Query all patients (q=all) not supported on demo OpenMRS; needs to be configured //...so we query all Patients with name "Patient" instead fn(state => { - const { cursor, data, lastRunDateTime } = state; - console.log('Filtering patients since:', cursor); - - const patients = data.results.filter(({ auditInfo }) => { - const lastModified = auditInfo?.dateChanged || auditInfo?.dateCreated; - return lastModified > cursor; - }); - console.log('# of patients to sync to dhis2 ::', patients.length); - console.log( - 'uuids of patients to sync to dhis2 ::', - patients.map(p => p.uuid) + const { results } = state.data; + + const getPatientByUuid = uuid => + results.find(patient => patient.uuid === uuid).auditInfo.dateCreated; + + // console.log('dateCreated for patient uuid ...2c6dbfc5acc8',getPatientByUuid("31b4d9c8-f7cc-4c26-ae61-2c6dbfc5acc8")) + //console.log(JSON.stringify(state.data, null, 2)); + + console.log('Filtering patients to only sync most recent records...'); + + state.patients = results.filter( + patient => + (patient.auditInfo.dateChanged === null + ? patient.auditInfo.dateCreated + : patient.auditInfo.dateChanged) > state.cursor ); + console.log('# of new patients to sync to dhis2 ::', state.patients.length); + // console.log(JSON.stringify(patients, null, 2)); + + state.lastRunDateTime = new Date().toISOString(); + console.log('Updating cursor; next sync start date:', state.lastRunDateTime); - return { cursor, lastRunDateTime, patients }; + state.data = {}; + state.references = []; + return state; }); diff --git a/workflows/wf2/2-upsert-teis.js b/workflows/wf2/2-upsert-teis.js index 285ba20..3be8552 100644 --- a/workflows/wf2/2-upsert-teis.js +++ b/workflows/wf2/2-upsert-teis.js @@ -1,153 +1,182 @@ -const buildPatientsUpsert = (state, patient, isNewPatient) => { - const { placeOflivingMap, genderOptions } = state; - const dateCreated = patient.auditInfo.dateCreated.substring(0, 10); - const findIdentifierByUuid = (identifiers, targetUuid) => - identifiers.find(i => i.identifierType.uuid === targetUuid)?.identifier; - - const enrollments = [ - { - orgUnit: state.orgUnit, - program: state.program, - programStage: state.patientProgramStage, //'MdTtRixaC1B', - enrollmentDate: dateCreated, - }, - ]; - - const findOptsUuid = uuid => - patient.person.attributes.find(a => a.attributeType.uuid === uuid)?.value - ?.uuid || patient.person.attributes.find(a => a.attributeType.uuid === uuid)?.value; - - const findOptCode = optUuid => - state.optsMap.find(o => o['value.uuid - External ID'] === optUuid)?.[ - 'DHIS2 Option Code' - ]; +fn(state => { + const genderOptions = { + M: 'male', + F: 'female', + U: 'unknown', + O: 'prefer_not_to_answer', + }; + + const DHIS2_PATIENT_NUMBER = '8d79403a-c2cc-11de-8d13-0010c6dffd0f'; //DHIS2 ID or DHIS2 Patient Number + const OPENMRS_AUTO_ID = '05a29f94-c0ed-11e2-94be-8c13b969e334'; //MSF ID or OpenMRS Patient Number + const patientsUpsert = []; + + const buildPatientsUpsert = (patient, isNewPatient) => { + const dateCreated = patient.auditInfo.dateCreated.substring(0, 10); + + function findIdentifierByUuid(identifiers, targetUuid) { + // Use the `find` method to locate the matching identifier + const matchingIdentifier = identifiers.find( + identifier => identifier.identifierType.uuid === targetUuid + ); + + // Return the `identifier` value if a match is found; otherwise, return null + return matchingIdentifier ? matchingIdentifier.identifier : undefined; + } - const patientMap = state.formMaps.patient.dataValueMap; - const statusAttrMaps = Object.keys(patientMap).map(d => { - const optUid = findOptsUuid(patientMap[d]); - return { - attribute: d, - value: findOptCode(optUid) || optUid, + const calculateDOB = age => { + const currentDate = new Date(); + const currentYear = currentDate.getFullYear(); + const birthYear = currentYear - age; + + const birthday = new Date( + birthYear, + currentDate.getMonth(), + currentDate.getDay() + ); + + return birthday.toISOString().replace(/\.\d+Z$/, '+0000'); }; - }); - - const payload = { - query: { - ou: state.orgUnit, - program: state.program, - filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], //upsert on omrs.patient.uid - }, - data: { - program: state.program, - orgUnit: state.orgUnit, - trackedEntityType: 'cHlzCA2MuEF', - attributes: [ - { - attribute: 'fa7uwpCKIwa', - value: patient.person?.names[0]?.givenName, - }, - { - attribute: 'Jt9BhFZkvP2', - value: patient.person?.names[0]?.familyName, - }, - { - attribute: 'P4wdYGkldeG', //DHIS2 ID ==> "Patient Number" - value: - findIdentifierByUuid( + + const enrollments = [ + { + orgUnit: 'OPjuJMZFLop', + program: 'w9MSPn5oSqp', + programStage: 'EZJ9FsNau7Q', + enrollmentDate: dateCreated, + }, + ]; + + const payload = { + query: { + ou: 'OPjuJMZFLop', + program: 'w9MSPn5oSqp', + filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], //upsert on omrs.patient.uid + }, + data: { + program: 'w9MSPn5oSqp', + orgUnit: 'OPjuJMZFLop', + trackedEntityType: 'cHlzCA2MuEF', + attributes: [ + { + attribute: 'fa7uwpCKIwa', + value: patient.person.names[0].givenName, + }, + { + attribute: 'Jt9BhFZkvP2', + value: patient.person.names[0].familyName, + }, + { + attribute: 'P4wdYGkldeG', //DHIS2 ID ==> "Patient Number" + value: findIdentifierByUuid( patient.identifiers, - state.dhis2PatientNumber - ) || findIdentifierByUuid(patient.identifiers, state.openmrsAutoId), //map OMRS ID if no DHIS2 id - }, - { - attribute: 'ZBoxuExmxcZ', //MSF ID ==> "OpenMRS Patient Number" - value: findIdentifierByUuid(patient.identifiers, state.openmrsAutoId), - }, - { - attribute: 'AYbfTPYMNJH', //"OpenMRS Patient UID" - value: patient.uuid, - }, - { - attribute: 'qptKDiv9uPl', - value: genderOptions[patient.person.gender], - }, - { - attribute: 'T1iX2NuPyqS', - value: patient.person.age, - }, - { - attribute: 'WDp4nVor9Z7', - value: patient.person.birthdate.slice(0, 10), - }, - { - attribute: 'rBtrjV1Mqkz', //Place of living - value: placeOflivingMap[patient.person?.addresses[0]?.cityVillage], - }, - ...statusAttrMaps, - ], - }, + DHIS2_PATIENT_NUMBER + ), + }, + { + attribute: 'ZBoxuExmxcZ', //MSF ID ==> "OpenMRS Patient Number" + value: findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID), + }, + { + attribute: 'AYbfTPYMNJH', //"OpenMRS Patient UID" + value: patient.uuid, + }, + { + attribute: 'qptKDiv9uPl', + value: genderOptions[patient.person.gender], + }, + { + attribute: 'Rv8WM2mTuS5', + value: patient.person.age, + }, + { + attribute: 'WDp4nVor9Z7', + value: patient.person.birthdate, + }, + // { + // attribute: 'rBtrjV1Mqkz', //Place of living + // value: patient.person.address, + // }, + // { + // attribute: 'Xvzc9e0JJmp', //nationality + // value: patient.person.attributes[x].value, //input.attributeType = "24d1fa23-9778-4a8e-9f7b-93f694fc25e2" + // }, + // { + // attribute: 'YUIQIA2ClN6', //current status + // value: patient.person.attributes[x].value, //input.attributeType = "e0b6ed99-72c4-4847-a442-e9929eac4a0f" + // }, + // { + // attribute: 'Qq6xQ2s6LO8', //legal status + // value: patient.person.attributes[x].value, //input.attributeType = "a9b2c642-097f-43f8-b96b-4d2f50ffd9b1" + // }, + // { + // attribute: 'FpuGAOu6itZ', //marital status + // value: patient.person.attributes[x].value, //input.attributeType = "3884dc76-c271-4bcb-8df8-81c6fb897f53" + // }, + // { + // attribute: 'v7k4OcXrWR8', //employment status + // value: patient.person.attributes[x].value, //input.attributeType = "dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e" + // }, + // { + // attribute: 'SVoT2cVLd5O', //employment status + // value: patient.person.attributes[x].value, //input.attributeType = "e363161a-9d5c-4331-8463-238938f018ed" + // }, + ], + }, + }; + + console.log('mapped dhis2 payloads:: ', JSON.stringify(payload, null, 2)); + + if (isNewPatient) { + console.log('create enrollment'); + payload.data.enrollments = enrollments; + } + + return patientsUpsert.push(payload); }; - // TODO: AK do we need this log👇🏾? - console.log('mapped dhis2 payloads:: ', JSON.stringify(payload, null, 2)); + return { + ...state, + genderOptions, + patientsUpsert, + buildPatientsUpsert, + }; +}); - if (isNewPatient) { - console.log('create enrollment'); - payload.data.enrollments = enrollments; - } +fn(async state => { + const { buildPatientsUpsert, patients } = state; - return payload; -}; + const getPatient = async patient => { + await new Promise(resolve => setTimeout(resolve, 2000)); + await get( + 'trackedEntityInstances', + { + ou: 'OPjuJMZFLop', + filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], + program: 'w9MSPn5oSqp', + }, + {}, + state => { + const { trackedEntityInstances } = state.data; + const isNewPatient = trackedEntityInstances.length === 0; -const delay = ms => new Promise(resolve => setTimeout(resolve, ms)); + buildPatientsUpsert(patient, isNewPatient); + return state; + } + )(state); + }; -each( - $.patients, - get( - 'tracker/trackedEntities', - { - orgUnit: $.orgUnit, - filter: [`AYbfTPYMNJH:Eq:${$.data?.uuid}`], - program: $.program, - }, - {}, - async state => { - const patient = state.references.at(-1); - console.log(patient.uuid, 'patient uuid'); - - const isNewPatient = state.data.instances.length === 0; - - state.patientsUpsert ??= []; - state.patientsUpsert.push( - buildPatientsUpsert(state, patient, isNewPatient) - ); - await delay(2000); - return state; - } - ) -); + for (const patient of patients) { + console.log(patient.uuid, 'patient uuid'); + await getPatient(patient); + } + return state; +}); // Upsert TEIs to DHIS2 each( - $.patientsUpsert, - upsert('trackedEntityInstances', $.data.query, state => { - // Uncomment👇🏾 for inspecting input payload - // console.log('Upserting', state.data.data); - return state.data.data; - }) + 'patientsUpsert[*]', + upsert('trackedEntityInstances', $.data.query, $.data.data) ); -fn(state => { - const { - data, - response, - references, - patients, - patientsUpsert, - placeOflivingMap, - genderOptions, - identifiers, - ...next - } = state; - next.patientUuids = patients.map(p => p.uuid); - return next; -}); +// Clean up state +fn(({ data, ...state }) => state); diff --git a/workflows/wf2/3-get-encounters.js b/workflows/wf2/3-get-encounters.js index 0e27a2e..0fa41d6 100644 --- a/workflows/wf2/3-get-encounters.js +++ b/workflows/wf2/3-get-encounters.js @@ -1,81 +1,27 @@ -// Fetch all encounters -get( - '/ws/fhir2/R4/Encounter', - { query: { _count: 100, _lastUpdated: `ge${$.cursor}` }, parseAs: 'json' }, - state => { - const { link, total } = state.data; - state.nextUrl = link - .find(l => l.relation === 'next') - ?.url.replace(/(_count=)\d+/, `$1${total}`); - - state.allResponse = state.data; - return state; - } -); - -fnIf( - $.nextUrl, - get($.nextUrl, { parseAs: 'json' }, state => { - delete state.allResponse.link; - state.allResponse.entry.push(...state.data.entry); - console.log(state.allResponse.entry.length); - return state; - }) -); - -fn(state => { - state.encounterUuids = state.allResponse.entry.map(p => p.resource.id); - state.patientUuids = [ - ...new Set( - state.allResponse.entry.map(p => - p.resource.subject.reference.replace('Patient/', '') - ) - ), - ]; - - return state; +// Fetch encounters from the date of cursor +// OpenMRS demo instance does not support querying ALL records (q=all) +// getEncounters({ q: 'Patient', v: 'full', limit: 100 }); +getEncounters({ + q: 'Aisha', + v: 'full', + limit: 1, + encounterType: '95d68645-1b72-4290-be0b-ec1fb64bc067', }); -// Fetch patient encounters -each( - $.patientUuids, - get( - '/ws/rest/v1/encounter/', - { query: { patient: $.data, v: 'full' }, parseAs: 'json' }, - state => { - const patientUuid = state.references.at(-1); - const filteredEncounters = state.formUuids.map(formUuid => - state.data.results.filter( - e => e.encounterDatetime >= state.cursor && e?.form?.uuid === formUuid - ) - ); - - const encounters = filteredEncounters.map(e => e[0]).filter(e => e); - state.encounters ??= []; - state.encounters.push(...encounters); - - console.log( - encounters.length, - `# of filtered encounters found in OMRS for ${patientUuid}` - ); - - return state; - } - ) -); - -// Log filtered encounters +// Update cursor and return encounters fn(state => { - const { - data, - index, - response, - references, - allResponse, - patientUuids, - ...next - } = state; - console.log(next.encounters.length, '# of new encounters to sync to dhis2'); - - return next; + const { cursor, data } = state; + console.log('cursor datetime::', cursor); + + console.log('Filtering encounters to only get recent records...'); + // console.log( + // 'Encounters returned before we filter for most recent ::', + // JSON.stringify(data, null, 2) + // ); + const encounters = data.results.filter( + encounter => encounter.encounterDatetime >= cursor + ); + console.log('# of new encounters to sync to dhis2 ::', encounters.length); + + return { ...state, data: {}, references: [], encounters }; }); diff --git a/workflows/wf2/4-get-options-map.js b/workflows/wf2/4-get-options-map.js new file mode 100644 index 0000000..4c63217 --- /dev/null +++ b/workflows/wf2/4-get-options-map.js @@ -0,0 +1,60 @@ +get( + 'https://gist.githubusercontent.com/aleksa-krolls/b22987f7569bc069e963973401832349/raw/94ae98714c85a6e871fd2fb292c9bff5e324d3a1/msf_mhBaseline_optionsMap.json' +); + +fn(state => { + state.optsMap = state.data; + // console.log(JSON.stringify(state.optsMap, null, 2), 'Options Map'); + delete state.data; + delete state.references; + delete state.response; + return state; +}); + +fn(state => { + state.mhpssMap = { + dfdv3SkeXKe: 'a6c5188c-29f0-4d3d-8cf5-7852998df86f', //Has the patient attempted suicide or tried to kill themselves? + hWMBCCA2yy1: 'abede172-ba87-4ebe-8054-3afadb181ea3', //Is the patient currently at risk of hurting himself/herself or attempting suicide? + TWuCY5r2wx7: 'ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab', //Is the patient currently at risk of hurting others? + QHrIUMhjZlO: 'd516de07-979b-411c-b7e4-bd09cf7d9d91', //Does the patient regularly use alcohol / substances to become intoxicated? + H1fMCaOzr8F: '3e97c2d0-15c1-4cfd-884f-7a4721079217', //Has the patient experienced an act of aggression or violence? + yCwuZ0htrlH: '5f6e245c-83fc-421b-8d46-061ac773ae71', //Follow up session required? + RiiH9A53rvG: '6d3876be-0a27-466d-ad58-92edcc8c31fb', //Referral done + OZViJk8FPVd: 'c2664992-8a5a-4a6d-9238-5df591307d55', //Has the patient had thoughts of death or suicide? + qgfKPlIHjcD: 'd8c84af2-bd9b-4bf3-a815-81652cb0b0bc', //Patient experienced an act of aggression or violence - What type(s) of violence? + rSIazMFEBjD: '4dae5b12-070f-4153-b1ca-fbec906106e1', //Admission type + KSBMR1BDGwx: '1a8bf24f-4f36-4971-aad9-ae77f3525738', //Type of consultation + WDY6MkQWyHb: '722dd83a-c1cf-48ad-ac99-45ac131ccc96', //Consultation done by + AuDPJg6gZE7: '82978311-bef9-46f9-9a9a-cc62254b00a6', //Location of intervention + KeyiEPc4pII: '82978311-bef9-46f9-9a9a-cc62254b00a6', //Type of intervention + qfYPXP76j8g: 'c3c86c1b-07be-4506-ab25-8f35f4389b19', //Patient referred by + PCGI7EnvCQS: '45b39cbf-0fb2-4682-8544-8aaf3e07a744', //Current symptoms or complaints 1 + RnbiVrrSFdm: 'ee1b7973-e931-494e-a9cb-22b814b4d8ed', //Current symptoms or complaints 2 + CUdI1BJ5W8G: '92a92f62-3ff6-4944-9ea9-a7af23949bad', //Current symptoms or complaints 3 + YfcNA5bvkxT: '9a8204ca-d908-4157-9285-7c970dbb5287', //Main category of symptoms + vC3bg9NwJ78: '3edcfddb-7988-4ce5-97a0-d4c46b267a04', //Duration of the main symptom + RqsvaPH9vHt: '22809b19-54ca-4d88-8d26-9577637c184e', //Clinical diagnosis + qacGXlyyQOS: 'a1a75011-0fef-460a-b666-dda2d171f39b', //CGI-S score + S22iy8o0iLg: 'aae000c3-5242-4e3c-bd1f-7e922a6d3d34', //Patient experienced an act of aggression or violence - Time between violence event and consultation + v0qFX0qv1tX: 'd5e3d927-f7ce-4fdd-ac4e-6ad0b510b608', //Main past or precipitating events - 1 + SsQqwDBGxjh: '54a9b20e-bce5-4d4a-8c9c-e0248a182586', //Main past or precipitating events - 2 + FLIlRjAwn4G: 'e0d4e006-85b5-41cb-8a21-e013b1978b8b', //Main past or precipitating events - 3 + JUabDHhT1wJ: 'c1a3ed2d-6d9a-453d-9d93-749164a76413', //Main category of precipitating event + DlqJSA5VApl: '8fb3bb7d-c935-4b57-8444-1b953470e109', //Type of referral + DMaLm9u4GCq: 'b87a93ff-a4a1-4601-b35d-1e42bfa7e194', //Total number of beneficiaries in family consultation + CLGnlnFqqnk: '0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d', //Location of intervention - If Health Facility, specify + f64XCwzJW02: '41e68dee-a2a3-4e6c-9d96-53def5caff52', //Location of intervention - If MSF Health Facility, specify + YeaUNruqmca: '08cd4b4a-4b0b-4391-987b-b5b3d770d30f', //Location of intervention - If Mobile Clinic, specify + KjgDauY9v4J: 'e08d532b-e56c-43dc-b831-af705654d2dc', //Location of intervention - If other, specify + pj5hIE6iyAR: 'e08d532b-e56c-43dc-b831-af705654d2dc', //Current symptoms or complaints - If other, specify + pj5hIE6iyAR: 'e08d532b-e56c-43dc-b831-af705654d2dc', //Current symptoms or complaints - If other, specify + W7cPAi8iXLZ: '819f79e7-b9af-4afd-85d4-2ab677223113', //Clinical diagnosis - If other, specify + MF3RML0HLbP: 'b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df', //MHOS score + m8qis4iUOTo: '790b41ce-e1e7-11e8-b02f-0242ac130002', //Past / Precipitating Events - If other, specify + //pN4iQH4AEzk: '722dd83a-c1cf-48ad-ac99-45ac131ccc96', //Consultation done by //TODO: Return BOOLEAN + //qptKDiv9uPl: 'ec42d68d-3e23-43de-b8c5-a03bb538e7c7', //Sex //TODO: Remove TEA? + //tsFOVnlc6lz: '5f3d618e-5c89-43bd-8c79-07e4e98c2f23', //PHQ9 Score //TODO: ass logic + }; + + return state; +}); diff --git a/workflows/wf2/5-get-teis.js b/workflows/wf2/5-get-teis.js index 3ba1c10..82c9144 100644 --- a/workflows/wf2/5-get-teis.js +++ b/workflows/wf2/5-get-teis.js @@ -1,254 +1,24 @@ const delay = ms => new Promise(resolve => setTimeout(resolve, ms)); each( - $.encounters, + 'encounters[*]', get( - 'tracker/trackedEntities', + 'trackedEntityInstances', { - orgUnit: $.orgUnit, - program: $.program, + ou: 'OPjuJMZFLop', + program: 'w9MSPn5oSqp', filter: [`AYbfTPYMNJH:Eq:${$.data.patient.uuid}`], - fields: '*,enrollments[*],enrollments[events[*]]', }, {}, async state => { const encounter = state.references.at(-1); console.log(encounter.patient.uuid, 'Encounter patient uuid'); - - const { trackedEntity, enrollments } = state.data?.instances?.[0] || {}; - if (trackedEntity && enrollments) { - state.TEIs ??= {}; - state.TEIs[encounter.patient.uuid] = { - trackedEntity, - events: enrollments[0]?.events, - enrollment: enrollments[0]?.enrollment, - }; - } + state.TEIs ??= {}; + state.TEIs[encounter.patient.uuid] = + state.data.trackedEntityInstances[0].trackedEntityInstance; await delay(2000); return state; } ) ); - -const processAnswer = ( - answer, - conceptUuid, - dataElement, - optsMap, - optionSetKey -) => { - // console.log('Has answer', conceptUuid, dataElement); - return typeof answer.value === 'object' - ? processObjectAnswer( - answer, - conceptUuid, - dataElement, - optsMap, - optionSetKey - ) - : processOtherAnswer(answer, conceptUuid, dataElement); -}; - -const processObjectAnswer = ( - answer, - conceptUuid, - dataElement, - optsMap, - optionSetKey -) => { - if (isDiagnosisByPsychologist(conceptUuid, dataElement)) { - console.log('Yes done by psychologist..') - return '' + answer.value.uuid === '278401ee-3d6f-4c65-9455-f1c16d0a7a98'; - } - - if (isTrueOnlyQuestion(conceptUuid, dataElement)) { - console.log('True only question detected..', dataElement) - return answer.value.uuid === '681cf0bc-5213-492a-8470-0a0b3cc324dd' ? 'true' : undefined; - } - //return 'true'; - return findMatchingOption(answer, optsMap, optionSetKey); -}; - -const processOtherAnswer = (answer, conceptUuid, dataElement) => { - if (isPhq9Score(answer.value, conceptUuid, dataElement)) { - console.log('isPhq9Score', isPhq9Score); - return getRangePhq(answer.value); - } - return answer.value; -}; - -const processNoAnswer = (data, conceptUuid, dataElement) => { - // console.log('No answer', conceptUuid, dataElement); - if (isEncounterDate(conceptUuid, dataElement)) { - return data.encounterDatetime.replace('+0000', ''); - } - return ''; -}; - -const findMatchingOption = (answer, optsMap, optionSetKey) => { - const optionKey = `${answer.formUuid}-${answer.concept.uuid}`; - - //const matchingOptionSet = optionSetKey[answer.concept.uuid]; - const matchingOptionSet = optionSetKey[optionKey]; - console.log('optionKey', optionKey); - console.log('conceptUid', answer.concept.uuid); - console.log('value uid', answer.value.uuid); - console.log('value display', answer.value.display); - console.log('matchingOptionSet', matchingOptionSet); - - //const answerKey = answerMappingUid - - const matchingOption = optsMap.find( - o => - o['value.uuid - External ID'] === answer.value.uuid && - o['DHIS2 Option Set UID'] === matchingOptionSet - )?.['DHIS2 Option Code'] || answer.value.display; //TODO: revisit this logic if optionSet not found - - console.log('matchingOption value', matchingOption) - - // to convert ALL caps to lowercase per DHIS2 api - if (matchingOption === 'FALSE') { - console.log('false option', matchingOption) - return 'false'; - } - if (matchingOption === 'TRUE') { - console.log('true option', matchingOption) - return 'true'; - } - ////=========================================// - - return matchingOption || ''; -}; - -const isEncounterDate = (conceptUuid, dataElement) => { - return ( - conceptUuid === 'encounter-date' && - ['CXS4qAJH2qD', 'I7phgLmRWQq', 'yUT7HyjWurN'].includes(dataElement) - ); -}; - -const isTrueOnlyQuestion = (conceptUuid, dataElement) => - conceptUuid === '54e8c1b6-6397-4822-89a4-cf81fbc68ce9' && - dataElement === 'G0hLyxqgcO7'; - -const isDiagnosisByPsychologist = (conceptUuid, dataElement) => - conceptUuid === '722dd83a-c1cf-48ad-ac99-45ac131ccc96' && - dataElement === 'pN4iQH4AEzk'; - -const isPhq9Score = (value, conceptUuid, dataElement) => - typeof value === 'number' && - (conceptUuid === '5f3d618e-5c89-43bd-8c79-07e4e98c2f23' || - conceptUuid === '6545b874-f44d-4d18-9ab1-7a8bb21c0a15') - - -const getRangePhq = input => { - if (input >= 20) return '>20'; - if (input >= 15) return '15_19'; - if (input >= 10) return '10_14'; - if (input >= 5) return '5_9'; - return '0_4'; -}; - -const dataValuesMapping = (data, dataValueMap, optsMap, optionSetKey) => { - return Object.keys(dataValueMap) - .map(dataElement => { - const conceptUuid = dataValueMap[dataElement]; - const obsAnswer = data.obs.find(o => o.concept.uuid === conceptUuid); - const answer = { - ...obsAnswer, - formUuid: data.form.uuid - }; - const value = answer - ? processAnswer(answer, conceptUuid, dataElement, optsMap, optionSetKey) - : processNoAnswer(data, conceptUuid, dataElement); - - return { dataElement, value }; - }) - .filter(d => d); -}; - -// Prepare DHIS2 data model for create events -fn(state => { - const handleMissingRecord = (data, state) => { - const { uuid, display } = data.patient; - - console.log(uuid, 'Patient is missing trackedEntity && enrollment'); - - state.missingRecords ??= {}; - state.missingRecords[uuid] ??= { - encounters: [], - patient: display, - }; - - state.missingRecords[uuid].encounters.push(data.uuid); - }; - - const processEncounter = (data, state) => { - const form = state.formMaps[data.form.uuid]; - if (!form?.dataValueMap) { - return null; - } - const { trackedEntity, enrollment, events } = - state.TEIs[data.patient.uuid] || {}; - - if (!trackedEntity || !enrollment) { - handleMissingRecord(data, state); - return null; - } - - return { - event: events.find(e => e.programStage === form.programStage)?.event, - program: state.program, - orgUnit: state.orgUnit, - trackedEntity, - enrollment, - occurredAt: data.encounterDatetime.replace('+0000', ''), - programStage: form.programStage, - dataValues: dataValuesMapping( - data, - form.dataValueMap, - state.optsMap, - state.optionSetKey - ), - }; - }; - - state.encountersMapping = state.encounters - .map(data => processEncounter(data, state)) - .filter(Boolean); - - return state; -}); -// const findMatchingOption = (answer, optsMap, optionSetKey) => { -// const answerKeyUid = optionSetKey[answer.concept.uuid]; - -// const matchingOption = optsMap.find( -// (o) => o["DHIS2 answerKeyUid"] === answerKeyUid -// )?.["DHIS2 Option Code"]; - -// //TBD if we want this.. TODO: revisit this logic -// if (matchingOption === "no") { -// return "FALSE"; -// } -// if (matchingOption === "yes") { -// return "TRUE"; -// } -// //======// -// return matchingOption || ""; -// }; - -//=== Original logic modified on Nov 11 =========// -// const findMatchingOption = (answer, optsMap) => { -// const matchingOption = optsMap.find( -// o => o['value.uuid - External ID'] === answer.value.uuid -// )?.['DHIS2 Option Code']; - -// if (matchingOption === 'no') { -// return 'FALSE'; -// } -// if (matchingOption === 'yes') { -// return 'TRUE'; -// } -// return matchingOption || ''; -// }; diff --git a/workflows/wf2/6-create-events.js b/workflows/wf2/6-create-events.js index d401953..efb8483 100644 --- a/workflows/wf2/6-create-events.js +++ b/workflows/wf2/6-create-events.js @@ -1,48 +1,80 @@ -// Create events for each encounter -create( - 'tracker', - { - events: state => { - console.log( - 'Creating events for: ', - JSON.stringify(state.encountersMapping, null, 2) - ); - return state.encountersMapping; - }, - }, - { - params: { - async: false, - dataElementIdScheme: 'UID', - importStrategy: 'CREATE_AND_UPDATE', - }, - } -); - +// Prepare DHIS2 data model for create events fn(state => { - const latestGenderUpdate = state.encounters.reduce((acc, e) => { - const answer = e.obs.find( - o => o.concept.uuid === 'ec42d68d-3e23-43de-b8c5-a03bb538e7c7' - ); - if (answer) { - const personUuid = answer.person.uuid; - if ( - !acc[personUuid] || - new Date(answer.obsDatetime) > new Date(acc[personUuid].obsDatetime) - ) { - acc[personUuid] = answer; - } - } - return acc; - }, {}); + const { TEIs, mhpssMap } = state; + const optsMap = JSON.parse(state.optsMap); + + const dataValuesMapping = data => { + return Object.keys(mhpssMap) + .map(k => { + let value; + const dataElement = k; + const conceptUuid = mhpssMap[k]; + const answer = data.obs.find(o => o.concept.uuid === conceptUuid); - state.genderUpdated = Object.values(latestGenderUpdate); + if (answer) { + if (typeof answer.value === 'string') { + value = answer.value; + } + if (typeof answer.value === 'object') { + value = optsMap.find( + o => o['value.uuid - External ID'] == answer?.value?.uuid + )?.['DHIS2 Option Code']; //Changed from 'DHIS2 Option UID' + // if ( + // //TODO: this is only true if DE = pN4iQH4AEzk + // answer.value.uuid === '278401ee-3d6f-4c65-9455-f1c16d0a7a98' && + // conceptUuid === '1a8bf24f-4f36-4971-aad9-ae77f3525738' + // ) { + // value = 'TRUE'; + // } else { + // value = optsMap.find( + // o => o['value.uuid - External ID'] == answer?.value?.uuid + // )?.['DHIS2 Option Code']; //Changed from 'DHIS2 Option UID' + // } + } + } + if (!answer) { + value = ''; + } + return { dataElement, value }; + }) + .filter(d => d); + }; + + state.encountersMapping = state.encounters.map(data => { + const dataValues = dataValuesMapping(data); + const encounterDate = data.encounterDatetime.replace('+0000', ''); + + return { + program: 'w9MSPn5oSqp', + orgUnit: 'OPjuJMZFLop', + programStage: 'MdTtRixaC1B', + trackedEntityInstance: TEIs[data.patient.uuid], + eventDate: encounterDate, + dataValues, + }; + }); + + console.log('dhis2 events to import:: ', JSON.stringify(state.encountersMapping, null, 2)); return state; }); -// Return only lastRunDateTime -fnIf( - state => state.genderUpdated.length === 0, - ({ lastRunDateTime }) => ({ lastRunDateTime }) +// Create events fore each encounter +each( + '$.encountersMapping[*]', + create( + 'events', + state => { + // console.log(state.data); + return state.data; + }, + { + params: { + dataElementIdScheme: 'UID', + }, + } + ) ); + +// Clean up state +fn(({ data, references, ...state }) => state); diff --git a/workflows/wf2/workflow.json b/workflows/wf2/workflow.json index 83899f8..9bb812c 100644 --- a/workflows/wf2/workflow.json +++ b/workflows/wf2/workflow.json @@ -6,19 +6,11 @@ "adaptor": "openmrs", "configuration": "../tmp/openmrs-creds.json", "state": { - "lastRunDateTime": "2024-11-04T00:00:00.000Z" + "manualCursor": "2023-07-27T07:16:24.544Z" }, "expression": "1-get-patients.js", "next": { - "mappings": "!state.errors && state.patients.length > 0" - } - }, - { - "id": "mappings", - "adaptor": "http", - "expression": "2-mappings.js", - "next": { - "upsert-teis": "!state.errors" + "upsert-teis": true } }, { @@ -27,41 +19,40 @@ "configuration": "../tmp/dhis2-creds.json", "expression": "2-upsert-teis.js", "next": { - "get-encounters": "!state.errors && state.patientUuids.length > 0" + "get-encounters": true } }, { "id": "get-encounters", - "adaptor": "http", - "configuration": "../tmp/openmrs-http.json", + "adaptor": "openmrs", + "configuration": "../tmp/openmrs-creds.json", "expression": "3-get-encounters.js", "next": { - "get-teis": "!state.errors && state.encounters.length > 0" + "get-options-map": true } }, { - "id": "get-teis", - "adaptor": "dhis2", - "configuration": "../tmp/dhis2-creds.json", - "expression": "5-get-teis.js", + "id": "get-options-map", + "adaptor": "http", + "expression": "4-get-options-map.js", "next": { - "create-events": "state.TEIs && !state.errors" + "get-teis": true } }, { - "id": "create-events", + "id": "get-teis", "adaptor": "dhis2", "configuration": "../tmp/dhis2-creds.json", - "expression": "6-create-events.js", + "expression": "5-get-teis.js", "next": { - "update-teis": "state.genderUpdated.length > 0 && !state.errors" + "create-events": true } }, { - "id": "update-teis", + "id": "create-events", "adaptor": "dhis2", "configuration": "../tmp/dhis2-creds.json", - "expression": "7-update-teis.js" + "expression": "6-create-events.js" } ] } From 17a3a25f638ab5178d5d3f8eaba1410b5fb4d329 Mon Sep 17 00:00:00 2001 From: Aisha Hassen <167166847+AishaHassen@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:51:35 +0300 Subject: [PATCH 19/61] Create sample_metadata_from_sharepoint_ms_graph.json --- ...ple_metadata_from_sharepoint_ms_graph.json | 1583 +++++++++++++++++ 1 file changed, 1583 insertions(+) create mode 100644 sample-data/sample_metadata_from_sharepoint_ms_graph.json diff --git a/sample-data/sample_metadata_from_sharepoint_ms_graph.json b/sample-data/sample_metadata_from_sharepoint_ms_graph.json new file mode 100644 index 0000000..6b88da4 --- /dev/null +++ b/sample-data/sample_metadata_from_sharepoint_ms_graph.json @@ -0,0 +1,1583 @@ +{ + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.workbookRange", + "@odata.id": "/users('07b78f00-442a-4d66-b9e5-4f5faaaa09c6')/drive/items('01V7WDRYNZ3GBLFJAGDVCL7H5S4V3E6LOK')/workbook/worksheets(%27%7B00000000-0001-0000-0000-000000000000%7D%27)/usedRange()", + "@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET me/drive/items('')/workbook/worksheets('')/microsoft.graph.usedRange?$select=address,addressLocal", + "address": "OptionSets!A1:BT3", + "addressLocal": "OptionSets!A1:BT3", + "columnCount": 72, + "cellCount": 216, + "columnHidden": false, + "rowHidden": false, + "numberFormat": [ + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ] + ], + "columnIndex": 0, + "text": [ + [ + "#", + "OptionSet name", + "Label if different", + "Datatype", + "#", + "Answers", + "External ID", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL concept ID", + "OCL name", + "OCL definition", + "OCL Comments", + "Validation (format)", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "DHIS2 Option code", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status", + "F00-Registration", + "F01-MHPSS Baseline", + "F02-MHPSS Follow-up", + "F03-mhGAP Baseline", + "F04-mhGAP Follow-up", + "F05-MH Closure", + "F06-MH-PHQ-9", + "F07-ITFC Admission form", + "Key", + "", + "Rank" + ], + [ + "1", + "Sex - All", + "", + "Coded", + "1", + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Male", + "1", + "0" + ], + [ + "2", + "Sex - Standard", + "", + "Coded", + "1", + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Male", + "1", + "9" + ] + ], + "formulas": [ + [ + "#", + "OptionSet name", + "Label if different", + "Datatype", + "#", + "Answers", + "External ID", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL concept ID", + "OCL name", + "OCL definition", + "OCL Comments", + "Validation (format)", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "DHIS2 Option code", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status", + "F00-Registration", + "F01-MHPSS Baseline", + "F02-MHPSS Follow-up", + "F03-mhGAP Baseline", + "F04-mhGAP Follow-up", + "F05-MH Closure", + "F06-MH-PHQ-9", + "F07-ITFC Admission form", + "Key", + "", + "Rank" + ], + [ + 1, + "Sex - All", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Male", + 1, + 0 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Male", + 1, + 9 + ] + ], + "formulasLocal": [ + [ + "#", + "OptionSet name", + "Label if different", + "Datatype", + "#", + "Answers", + "External ID", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL concept ID", + "OCL name", + "OCL definition", + "OCL Comments", + "Validation (format)", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "DHIS2 Option code", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status", + "F00-Registration", + "F01-MHPSS Baseline", + "F02-MHPSS Follow-up", + "F03-mhGAP Baseline", + "F04-mhGAP Follow-up", + "F05-MH Closure", + "F06-MH-PHQ-9", + "F07-ITFC Admission form", + "Key", + "", + "Rank" + ], + [ + 1, + "Sex - All", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Male", + 1, + 0 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Male", + 1, + 9 + ] + ], + "formulasR1C1": [ + [ + "#", + "OptionSet name", + "Label if different", + "Datatype", + "#", + "Answers", + "External ID", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL concept ID", + "OCL name", + "OCL definition", + "OCL Comments", + "Validation (format)", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "DHIS2 Option code", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status", + "F00-Registration", + "F01-MHPSS Baseline", + "F02-MHPSS Follow-up", + "F03-mhGAP Baseline", + "F04-mhGAP Follow-up", + "F05-MH Closure", + "F06-MH-PHQ-9", + "F07-ITFC Admission form", + "Key", + "", + "Rank" + ], + [ + 1, + "Sex - All", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Male", + 1, + 0 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Male", + 1, + 9 + ] + ], + "hidden": false, + "rowCount": 3, + "rowIndex": 0, + "valueTypes": [ + [ + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ] + ], + "values": [ + [ + "#", + "OptionSet name", + "Label if different", + "Datatype", + "#", + "Answers", + "External ID", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL concept ID", + "OCL name", + "OCL definition", + "OCL Comments", + "Validation (format)", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "DHIS2 Option code", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status", + "F00-Registration", + "F01-MHPSS Baseline", + "F02-MHPSS Follow-up", + "F03-mhGAP Baseline", + "F04-mhGAP Follow-up", + "F05-MH Closure", + "F06-MH-PHQ-9", + "F07-ITFC Admission form", + "Key", + "", + "Rank" + ], + [ + 1, + "Sex - All", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Male", + 1, + 0 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Male", + 1, + 9 + ] + ] +} From 5fc6bd3711cd5d26268c98c3477895cfbbb68d05 Mon Sep 17 00:00:00 2001 From: Aisha Hassen <167166847+AishaHassen@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:15:24 +0300 Subject: [PATCH 20/61] Update sample_metadata_from_sharepoint_ms_graph.json Added the entire optionSets data --- ...ple_metadata_from_sharepoint_ms_graph.json | 852150 ++++++++++++++- 1 file changed, 850576 insertions(+), 1574 deletions(-) diff --git a/sample-data/sample_metadata_from_sharepoint_ms_graph.json b/sample-data/sample_metadata_from_sharepoint_ms_graph.json index 6b88da4..34433ac 100644 --- a/sample-data/sample_metadata_from_sharepoint_ms_graph.json +++ b/sample-data/sample_metadata_from_sharepoint_ms_graph.json @@ -1,1583 +1,850585 @@ { - "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.workbookRange", - "@odata.id": "/users('07b78f00-442a-4d66-b9e5-4f5faaaa09c6')/drive/items('01V7WDRYNZ3GBLFJAGDVCL7H5S4V3E6LOK')/workbook/worksheets(%27%7B00000000-0001-0000-0000-000000000000%7D%27)/usedRange()", - "@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET me/drive/items('')/workbook/worksheets('')/microsoft.graph.usedRange?$select=address,addressLocal", - "address": "OptionSets!A1:BT3", - "addressLocal": "OptionSets!A1:BT3", - "columnCount": 72, - "cellCount": 216, - "columnHidden": false, - "rowHidden": false, - "numberFormat": [ - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.workbookRange", + "@odata.id": "/sites('elmiplc.sharepoint.com%2C3091c028-5e92-4a95-9b56-2aaca61efe95%2Ca617e031-a158-4905-9467-8bee442ab7ad')/drives('b%21KMCRMJJelUqbViqsph7-lTHgF6ZYoQVJlGeL7kQqt61UdpwCtfpHQIBaDXmZ282n')/items('01QKFHN644CCRL6QPAM5GJXABA5XVCUMAX')/workbook/worksheets(%27%7B00000000-0001-0000-0000-000000000000%7D%27)/usedRange()", + "@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET sites('')/drives('')/items('')/workbook/worksheets('')/microsoft.graph.usedRange?$select=address,addressLocal", + "address": "OptionSets!A1:BT1642", + "addressLocal": "OptionSets!A1:BT1642", + "columnCount": 72, + "cellCount": 118224, + "columnHidden": false, + "rowHidden": false, + "numberFormat": [ + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "d-mmm", + "General", + "d-mmm", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "d-mmm", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "d-mmm", + "General", + "d-mmm", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "d-mmm", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "0.00E+00", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "0%", + "General", + "0%", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "0%", + "General", + "0%", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "0%", + "General", + "0%", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "0%", + "General", + "0%", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "0%", + "General", + "0%", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ] ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" + "columnIndex": 0, + "text": [ + [ + "", + "", + "", + "", + "", + "", + "", + "", + "Automatch Suggestions from MSF Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from CIEL Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from PIH Source", + "", + "", + "", + "", + "", + "", + "OCL ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "DHIS2", + "", + "", + "", + "", + "", + "", + "", + "", + "OpenFn", + "", + "", + "", + "", + "", + "", + "OptionSet used in…", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "#", + "OptionSet name", + "Label if different", + "Datatype", + "#", + "Answers", + "External ID", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL concept ID", + "OCL name", + "OCL definition", + "OCL Comments", + "Validation (format)", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "DHIS2 Option code", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status", + "F00-Registration", + "F01-MHPSS Baseline", + "F02-MHPSS Follow-up", + "F03-mhGAP Baseline", + "F04-mhGAP Follow-up", + "F05-MH Closure", + "F06-MH-PHQ-9", + "F07-ITFC Admission form", + "Key", + "", + "Rank" + ], + [ + "1", + "Sex - All", + "", + "Coded", + "1", + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Male", + "1", + "1" + ], + [ + "1", + "Sex - All", + "", + "Coded", + "2", + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Female", + "1", + "2" + ], + [ + "1", + "Sex - All", + "", + "Coded", + "3", + "Transgender male", + "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر متحول", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Transgender male", + "1", + "3" + ], + [ + "1", + "Sex - All", + "", + "Coded", + "4", + "Transgender female", + "1226d253-376f-4e73-9ae2-36c7e9362e8b", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى متحولة", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Transgender female", + "1", + "4" + ], + [ + "1", + "Sex - All", + "", + "Coded", + "5", + "Gender variant - Non conforming", + "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معياري", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Gender variant - Non conforming", + "1", + "5" + ], + [ + "1", + "Sex - All", + "", + "Coded", + "6", + "Prefer not to answer", + "245151ca-691e-4d5a-a792-64cb573e2b34", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عدم الإجابة ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Prefer not to answer", + "1", + "6" + ], + [ + "1", + "Sex - All", + "", + "Coded", + "7", + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Unknown", + "1", + "7" + ], + [ + "1", + "Sex - All", + "", + "Coded", + "8", + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Other", + "1", + "8" + ], + [ + "2", + "Sex - Standard", + "", + "Coded", + "1", + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Male", + "1", + "9" + ], + [ + "2", + "Sex - Standard", + "", + "Coded", + "2", + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Female", + "H61UkMHyNku", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Female", + "1", + "10" + ], + [ + "2", + "Sex - Standard", + "", + "Coded", + "3", + "Transgender male", + "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر متحول", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Transgender male", + "OcJsz1BOHTf", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Transgender male", + "1", + "11" + ], + [ + "2", + "Sex - Standard", + "", + "Coded", + "4", + "Transgender female", + "1226d253-376f-4e73-9ae2-36c7e9362e8b", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى متحولة", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Transgender female", + "l8RshnosXNy", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Transgender female", + "1", + "12" + ], + [ + "2", + "Sex - Standard", + "", + "Coded", + "5", + "Gender variant - Non conforming", + "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معياري", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Gender variant - Non conforming", + "V8RXdmOdY8L", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Gender variant - Non conforming", + "1", + "13" + ], + [ + "2", + "Sex - Standard", + "", + "Coded", + "6", + "Prefer not to answer", + "245151ca-691e-4d5a-a792-64cb573e2b34", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عدم الإجابة ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Prefer not to answer", + "QQzTV76xGfF", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Prefer not to answer", + "1", + "14" + ], + [ + "2", + "Sex - Standard", + "", + "Coded", + "7", + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Unknown", + "YJw3CPNftrE", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Unknown", + "1", + "15" + ], + [ + "3", + "Sex - Male/Female/Other", + "", + "Coded", + "1", + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Male", + "1", + "16" + ], + [ + "3", + "Sex - Male/Female/Other", + "", + "Coded", + "2", + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Female", + "H61UkMHyNku", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Female", + "1", + "17" + ], + [ + "3", + "Sex - Male/Female/Other", + "", + "Coded", + "3", + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Other", + "1", + "18" + ], + [ + "3", + "Sex - Male/Female/Other", + "", + "Coded", + "4", + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Unknown", + "YJw3CPNftrE", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Unknown", + "1", + "19" + ], + [ + "4", + "Country", + "", + "Coded", + "1", + "Afghanistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفغانستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Afghanistan", + "diVYBILjUmV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Afghanistan", + "1", + "20" + ], + [ + "4", + "Country", + "", + "Coded", + "2", + "Albania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ألبانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Albania", + "nutwBYPa3c6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Albania", + "1", + "21" + ], + [ + "4", + "Country", + "", + "Coded", + "3", + "Algeria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجزائر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Algeria", + "vFzGZbjzRgT", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Algeria", + "1", + "22" + ], + [ + "4", + "Country", + "", + "Coded", + "4", + "Angola", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أنغولا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Angola", + "AEZqjWQaHtc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Angola", + "1", + "23" + ], + [ + "4", + "Country", + "", + "Coded", + "5", + "Anguilla", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أنغيلا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Anguilla", + "DzKGZxfc1If", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Anguilla", + "1", + "24" + ], + [ + "4", + "Country", + "", + "Coded", + "6", + "Argentina", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأرجنتين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Argentina", + "ZtvWa7Lms2D", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Argentina", + "1", + "25" + ], + [ + "4", + "Country", + "", + "Coded", + "7", + "Armenia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أرمينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Armenia", + "fHUrTZCGrsE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Armenia", + "1", + "26" + ], + [ + "4", + "Country", + "", + "Coded", + "8", + "Aruba", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أروبا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Aruba", + "nW24eGST2rr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Aruba", + "1", + "27" + ], + [ + "4", + "Country", + "", + "Coded", + "9", + "Azerbaijan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذربيجان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Azerbaijan", + "yJAD7ZvdPB9", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Azerbaijan", + "1", + "28" + ], + [ + "4", + "Country", + "", + "Coded", + "10", + "Bangladesh", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنغلاديش", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bangladesh", + "w86dbYs43jg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bangladesh", + "1", + "29" + ], + [ + "4", + "Country", + "", + "Coded", + "11", + "Belarus", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بيلاروسيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Belarus", + "sErv1yTCjIk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Belarus", + "1", + "30" + ], + [ + "4", + "Country", + "", + "Coded", + "12", + "Benin", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Benin", + "ONeYUriDrCm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Benin", + "1", + "31" + ], + [ + "4", + "Country", + "", + "Coded", + "13", + "Bhutan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوتان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bhutan", + "p9BIOdMGTz6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bhutan", + "1", + "32" + ], + [ + "4", + "Country", + "", + "Coded", + "14", + "Bolivia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوليفيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bolivia", + "XQ9Wxt2gh20", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bolivia", + "1", + "33" + ], + [ + "4", + "Country", + "", + "Coded", + "15", + "Bosnia and Herzegovina", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "البوسنة والهرسك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bosnia and Herzegovina", + "xSjqYV8ADNi", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bosnia and Herzegovina", + "1", + "34" + ], + [ + "4", + "Country", + "", + "Coded", + "16", + "Botswana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوتسوانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Botswana", + "kiI9Nkhhtsw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Botswana", + "1", + "35" + ], + [ + "4", + "Country", + "", + "Coded", + "17", + "Brazil", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "البرازيل", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Brazil", + "otuaAfFAMm9", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Brazil", + "1", + "36" + ], + [ + "4", + "Country", + "", + "Coded", + "18", + "British Virgin Islands", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جزر فيرجن البريطانية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "British Virgin Islands", + "oGtke47HQjw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|British Virgin Islands", + "1", + "37" + ], + [ + "4", + "Country", + "", + "Coded", + "19", + "Bulgaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بلغاريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bulgaria", + "sxgEvvHGASc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bulgaria", + "1", + "38" + ], + [ + "4", + "Country", + "", + "Coded", + "20", + "Burkina Faso", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوركينا فاسو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Burkina Faso", + "labcPsf6vlS", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Burkina Faso", + "1", + "39" + ], + [ + "4", + "Country", + "", + "Coded", + "21", + "Burundi", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوروندي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Burundi", + "EO7IXBoCRQM", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Burundi", + "1", + "40" + ], + [ + "4", + "Country", + "", + "Coded", + "22", + "Cambodia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كمبوديا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cambodia", + "BssvituAfov", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cambodia", + "1", + "41" + ], + [ + "4", + "Country", + "", + "Coded", + "23", + "Cameroon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكاميرون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cameroon", + "LzxTtERApOy", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cameroon", + "1", + "42" + ], + [ + "4", + "Country", + "", + "Coded", + "24", + "Cape Verde", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الرأس الأخضر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cape Verde", + "HvZxt4vKoOx", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cape Verde", + "1", + "43" + ], + [ + "4", + "Country", + "", + "Coded", + "25", + "Central African Republic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية افريقيا الوسطى", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Central African Republic", + "B09WCauYtJ7", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Central African Republic", + "1", + "44" + ], + [ + "4", + "Country", + "", + "Coded", + "26", + "Chad", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشاد", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Chad", + "JtMeoonLcqo", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Chad", + "1", + "45" + ], + [ + "4", + "Country", + "", + "Coded", + "27", + "Chile", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شيلي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Chile", + "pdTWdFqXStd", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Chile", + "1", + "46" + ], + [ + "4", + "Country", + "", + "Coded", + "28", + "China", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "China", + "CcpigvKey7O", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|China", + "1", + "47" + ], + [ + "4", + "Country", + "", + "Coded", + "29", + "Colombia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كولومبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Colombia", + "zAMRnEi2Yhg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Colombia", + "1", + "48" + ], + [ + "4", + "Country", + "", + "Coded", + "30", + "Comoros", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جزر القمر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Comoros", + "uAyMV131HCO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Comoros", + "1", + "49" + ], + [ + "4", + "Country", + "", + "Coded", + "31", + "Costa Rica", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوستا ريكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Costa Rica", + "vErHiezEajY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Costa Rica", + "1", + "50" + ], + [ + "4", + "Country", + "", + "Coded", + "32", + "Côte d'Ivoire", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوت ديفوار", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Côte d'Ivoire", + "IRepwvOtkII", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Côte d'Ivoire", + "1", + "51" + ], + [ + "4", + "Country", + "", + "Coded", + "33", + "Cuba", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوبا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cuba", + "Mh9Ckr9QhMa", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cuba", + "1", + "52" + ], + [ + "4", + "Country", + "", + "Coded", + "34", + "Djibouti", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جيبوتي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Djibouti", + "cvAMdgckhOk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Djibouti", + "1", + "53" + ], + [ + "4", + "Country", + "", + "Coded", + "35", + "Dominica", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دومينيكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Dominica", + "oC2s7ZiRTv3", + "", + "Family planning - Outcome", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Dominica", + "1", + "54" + ], + [ + "4", + "Country", + "", + "Coded", + "36", + "Dominican Republic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الدومينيكان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Dominican Republic", + "XuXolVGjILU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Dominican Republic", + "1", + "55" + ], + [ + "4", + "Country", + "", + "Coded", + "37", + "DRC Congo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الكونغو الديمقراطية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "DRC Congo", + "hDl6AdC035K", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|DRC Congo", + "1", + "56" + ], + [ + "4", + "Country", + "", + "Coded", + "38", + "East Timor", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تيمور الشرقية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "East Timor", + "l1QF9SxmTEe", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|East Timor", + "1", + "57" + ], + [ + "4", + "Country", + "", + "Coded", + "39", + "Ecuador", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاكوادور", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ecuador", + "gGjltDyQDjq", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ecuador", + "1", + "58" + ], + [ + "4", + "Country", + "", + "Coded", + "40", + "Egypt", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مصر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Egypt", + "xHcq7n4iLjZ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Egypt", + "1", + "59" + ], + [ + "4", + "Country", + "", + "Coded", + "41", + "El Salvador", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلفادور", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "El Salvador", + "oLtI4UknARs", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|El Salvador", + "1", + "60" + ], + [ + "4", + "Country", + "", + "Coded", + "42", + "Equatorial Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا الإستوائية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Equatorial Guinea", + "Sipme5yxx48", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Equatorial Guinea", + "1", + "61" + ], + [ + "4", + "Country", + "", + "Coded", + "43", + "Eritrea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إريتريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Eritrea", + "HkEJcTRqnd5", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Eritrea", + "1", + "62" + ], + [ + "4", + "Country", + "", + "Coded", + "44", + "Ethiopia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أثيوبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ethiopia", + "NYkv05WpCXj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ethiopia", + "1", + "63" + ], + [ + "4", + "Country", + "", + "Coded", + "45", + "Gabon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجابون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Gabon", + "E84FcVzHZDM", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Gabon", + "1", + "64" + ], + [ + "4", + "Country", + "", + "Coded", + "46", + "Gambia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غامبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Gambia", + "LfPn2DOfRew", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Gambia", + "1", + "65" + ], + [ + "4", + "Country", + "", + "Coded", + "47", + "Georgia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جورجيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Georgia", + "jBklhTXjStK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Georgia", + "1", + "66" + ], + [ + "4", + "Country", + "", + "Coded", + "48", + "Ghana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ghana", + "eO0gTpGne9P", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ghana", + "1", + "67" + ], + [ + "4", + "Country", + "", + "Coded", + "49", + "Greece", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اليونان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Greece", + "JSuVBbvnBwi", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Greece", + "1", + "68" + ], + [ + "4", + "Country", + "", + "Coded", + "50", + "Guam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غوام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guam", + "dVJ1jT4qwhr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guam", + "1", + "69" + ], + [ + "4", + "Country", + "", + "Coded", + "51", + "Guatemala", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غواتيمالا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guatemala", + "rHE2fw0dq78", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guatemala", + "1", + "70" + ], + [ + "4", + "Country", + "", + "Coded", + "52", + "Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guinea", + "Lgo53lIlEFU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guinea", + "1", + "71" + ], + [ + "4", + "Country", + "", + "Coded", + "53", + "Guinea-Bissau", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا بيساو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guinea-Bissau", + "OwuIcXiNnLf", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guinea-Bissau", + "1", + "72" + ], + [ + "4", + "Country", + "", + "Coded", + "54", + "Guyana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غيانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guyana", + "LStaPbnFPxB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guyana", + "1", + "73" + ], + [ + "4", + "Country", + "", + "Coded", + "55", + "Haiti", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هايتي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Haiti", + "WZqpZ6BYYMc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Haiti", + "1", + "74" + ], + [ + "4", + "Country", + "", + "Coded", + "56", + "Honduras", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هندوراس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Honduras", + "yK7fFWtOFmj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Honduras", + "1", + "75" + ], + [ + "4", + "Country", + "", + "Coded", + "57", + "India", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "India", + "vD6J24m3CjP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|India", + "1", + "76" + ], + [ + "4", + "Country", + "", + "Coded", + "58", + "Indonesia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إندونيسيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Indonesia", + "xdeMD7HSXiE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Indonesia", + "1", + "77" + ], + [ + "4", + "Country", + "", + "Coded", + "59", + "Iran", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إيران", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Iran", + "CbnR3yhYXLB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Iran", + "1", + "78" + ], + [ + "4", + "Country", + "", + "Coded", + "60", + "Iraq", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العراق", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Iraq", + "akUZWd42amN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Iraq", + "1", + "79" + ], + [ + "4", + "Country", + "", + "Coded", + "61", + "Jordan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأردن", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Jordan", + "Tqqf3od9wZw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Jordan", + "1", + "80" + ], + [ + "4", + "Country", + "", + "Coded", + "62", + "Kazakhstan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كازاخستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kazakhstan", + "vUOaYjStGLy", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kazakhstan", + "1", + "81" + ], + [ + "4", + "Country", + "", + "Coded", + "63", + "Kenya", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kenya", + "wHGMztCNS6m", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kenya", + "1", + "82" + ], + [ + "4", + "Country", + "", + "Coded", + "64", + "Kuwait", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكويت", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kuwait", + "eoLtNAlAHZl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kuwait", + "1", + "83" + ], + [ + "4", + "Country", + "", + "Coded", + "65", + "Kyrgyzstan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قيرغيزستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kyrgyzstan", + "a0lJJYryhi4", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kyrgyzstan", + "1", + "84" + ], + [ + "4", + "Country", + "", + "Coded", + "66", + "Laos", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لاوس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Laos", + "uQDRtKY8c5U", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Laos", + "1", + "85" + ], + [ + "4", + "Country", + "", + "Coded", + "67", + "Lebanon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لبنان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Lebanon", + "GJ7m7BCOAOV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Lebanon", + "1", + "86" + ], + [ + "4", + "Country", + "", + "Coded", + "68", + "Lesotho", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليسوتو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Lesotho", + "xTpZ9IdGDaR", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Lesotho", + "1", + "87" + ], + [ + "4", + "Country", + "", + "Coded", + "69", + "Liberia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليبيريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Liberia", + "RYkXhX8vzoZ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Liberia", + "1", + "88" + ], + [ + "4", + "Country", + "", + "Coded", + "70", + "Libya", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Libya", + "kev7mHYfTYY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Libya", + "1", + "89" + ], + [ + "4", + "Country", + "", + "Coded", + "71", + "Macedonia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مقدونيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Macedonia", + "z33jX0aGBTW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Macedonia", + "1", + "90" + ], + [ + "4", + "Country", + "", + "Coded", + "72", + "Madagascar", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مدغشقر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Madagascar", + "x08DzDg5Nqh", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Madagascar", + "1", + "91" + ], + [ + "4", + "Country", + "", + "Coded", + "73", + "Malawi", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ملاوي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Malawi", + "X2FD6vMUbhE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Malawi", + "1", + "92" + ], + [ + "4", + "Country", + "", + "Coded", + "74", + "Malaysia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ماليزيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Malaysia", + "E3RSmm22ZCw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Malaysia", + "1", + "93" + ], + [ + "4", + "Country", + "", + "Coded", + "75", + "Mali", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مالي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mali", + "qWMNMVwW3f6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mali", + "1", + "94" + ], + [ + "4", + "Country", + "", + "Coded", + "76", + "Martinique", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مارتينيك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Martinique", + "OSaI3ynQc2B", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Martinique", + "1", + "95" + ], + [ + "4", + "Country", + "", + "Coded", + "77", + "Mauritania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موريتانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mauritania", + "juWqPkQv0Jm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mauritania", + "1", + "96" + ], + [ + "4", + "Country", + "", + "Coded", + "78", + "Mauritius", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موريشيوس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mauritius", + "QYoc7owgftv", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mauritius", + "1", + "97" + ], + [ + "4", + "Country", + "", + "Coded", + "79", + "Mayotte", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مايوت", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mayotte", + "ynwDAes7aAW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mayotte", + "1", + "98" + ], + [ + "4", + "Country", + "", + "Coded", + "80", + "Mexico", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المكسيك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mexico", + "kmT493hNL5S", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mexico", + "1", + "99" + ], + [ + "4", + "Country", + "", + "Coded", + "81", + "Moldova", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مولدوفا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Moldova", + "fx0DT1autSt", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Moldova", + "1", + "100" + ], + [ + "4", + "Country", + "", + "Coded", + "82", + "Mongolia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منغوليا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mongolia", + "TUgTdt3xIWK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mongolia", + "1", + "101" + ], + [ + "4", + "Country", + "", + "Coded", + "83", + "Morocco", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المغرب", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Morocco", + "L36FJRjmXWL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Morocco", + "1", + "102" + ], + [ + "4", + "Country", + "", + "Coded", + "84", + "Mozambique", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موزمبيق", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mozambique", + "p7nmSATxbN1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mozambique", + "1", + "103" + ], + [ + "4", + "Country", + "", + "Coded", + "85", + "Myanmar", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ميانمار", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Myanmar", + "rYQqfQ7DQbm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Myanmar", + "1", + "104" + ], + [ + "4", + "Country", + "", + "Coded", + "86", + "Namibia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ناميبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Namibia", + "O1zvQatEJp5", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Namibia", + "1", + "105" + ], + [ + "4", + "Country", + "", + "Coded", + "87", + "Nauru", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ناورو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nauru", + "f0yjC5qZlPc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nauru", + "1", + "106" + ], + [ + "4", + "Country", + "", + "Coded", + "88", + "Nepal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيبال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nepal", + "iAFuacwzUvp", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nepal", + "1", + "107" + ], + [ + "4", + "Country", + "", + "Coded", + "89", + "New Caledonia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كاليدونيا الجديدة", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "New Caledonia", + "htSoK0QkB38", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|New Caledonia", + "1", + "108" + ], + [ + "4", + "Country", + "", + "Coded", + "90", + "Nicaragua", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيكاراغوا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nicaragua", + "TM5JHHJSepL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nicaragua", + "1", + "109" + ], + [ + "4", + "Country", + "", + "Coded", + "91", + "Niger", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "النيجر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Niger", + "n6jS263I3fP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Niger", + "1", + "110" + ], + [ + "4", + "Country", + "", + "Coded", + "92", + "Nigeria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيجيريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nigeria", + "yCwLYjhUxYV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nigeria", + "1", + "111" + ], + [ + "4", + "Country", + "", + "Coded", + "93", + "North Korea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوريا الشمالية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "North Korea", + "AaaEWin7qH1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|North Korea", + "1", + "112" + ], + [ + "4", + "Country", + "", + "Coded", + "94", + "Oman", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلطنة عمان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Oman", + "ibsHfsJGGDN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Oman", + "1", + "113" + ], + [ + "4", + "Country", + "", + "Coded", + "95", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Other", + "CLdu0MxWYHQ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Other", + "1", + "114" + ], + [ + "4", + "Country", + "", + "Coded", + "96", + "Pakistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "باكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Pakistan", + "JYD72Xs1Mzz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Pakistan", + "1", + "115" + ], + [ + "4", + "Country", + "", + "Coded", + "97", + "Palestine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فلسطين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Palestine", + "oXNGgwEJSsY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Palestine", + "1", + "116" + ], + [ + "4", + "Country", + "", + "Coded", + "98", + "Panama", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنما", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Panama", + "zVoWkjxJFbF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Panama", + "1", + "117" + ], + [ + "4", + "Country", + "", + "Coded", + "99", + "Papua New Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بابوا غينيا الجديدة", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Papua New Guinea", + "Z313HJcROSN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Papua New Guinea", + "1", + "118" + ], + [ + "4", + "Country", + "", + "Coded", + "100", + "Paraguay", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "باراجواي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Paraguay", + "hBJq89c5RTj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Paraguay", + "1", + "119" + ], + [ + "4", + "Country", + "", + "Coded", + "101", + "Peru", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بيرو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Peru", + "YTBWmjQr7XP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Peru", + "1", + "120" + ], + [ + "4", + "Country", + "", + "Coded", + "102", + "Philippines", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فيلبيني", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Philippines", + "AdpKVdKRPcR", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Philippines", + "1", + "121" + ], + [ + "4", + "Country", + "", + "Coded", + "103", + "Puerto Rico", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بورتوريكو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Puerto Rico", + "FnQRQn7mgd1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Puerto Rico", + "1", + "122" + ], + [ + "4", + "Country", + "", + "Coded", + "104", + "Republic of Congo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الكونغو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Republic of Congo", + "FhbtKjDWBKO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Republic of Congo", + "1", + "123" + ], + [ + "4", + "Country", + "", + "Coded", + "105", + "Reunion", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمع شمل", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Reunion", + "UTj8ZSh4W0W", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Reunion", + "1", + "124" + ], + [ + "4", + "Country", + "", + "Coded", + "106", + "Romania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "رومانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Romania", + "h4ADgng7o7V", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Romania", + "1", + "125" + ], + [ + "4", + "Country", + "", + "Coded", + "107", + "Rwanda", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "رواندا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Rwanda", + "Fbb3LoX8tN1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Rwanda", + "1", + "126" + ], + [ + "4", + "Country", + "", + "Coded", + "108", + "Samoa", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ساموا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Samoa", + "tdKdNPjLDpW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Samoa", + "1", + "127" + ], + [ + "4", + "Country", + "", + "Coded", + "109", + "Sao Tome and Principe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سان تومي وبرينسيبي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sao Tome and Principe", + "iaxUuGD1Jci", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sao Tome and Principe", + "1", + "128" + ], + [ + "4", + "Country", + "", + "Coded", + "110", + "Saudi Arabia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المملكة العربية السعودية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Saudi Arabia", + "fWuLuHrUlth", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Saudi Arabia", + "1", + "129" + ], + [ + "4", + "Country", + "", + "Coded", + "111", + "Senegal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السنغال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Senegal", + "iIwF5zZHy3y", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Senegal", + "1", + "130" + ], + [ + "4", + "Country", + "", + "Coded", + "112", + "Serbia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صربيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Serbia", + "QZSt8K9rCuC", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Serbia", + "1", + "131" + ], + [ + "4", + "Country", + "", + "Coded", + "113", + "Sierra Leone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سيرا ليون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sierra Leone", + "Zfx8u9hEIEg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sierra Leone", + "1", + "132" + ], + [ + "4", + "Country", + "", + "Coded", + "114", + "Somalia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصومال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Somalia", + "LWk4HhtQw4P", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Somalia", + "1", + "133" + ], + [ + "4", + "Country", + "", + "Coded", + "115", + "South Africa", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جنوب أفريقيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Africa", + "swkvnZvvnKz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Africa", + "1", + "134" + ], + [ + "4", + "Country", + "", + "Coded", + "116", + "South Korea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوريا الجنوبية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Korea", + "Pk7VSPQGxOJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Korea", + "1", + "135" + ], + [ + "4", + "Country", + "", + "Coded", + "117", + "South Sudan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جنوب السودان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Sudan", + "GM7K6uGf0RB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Sudan", + "1", + "136" + ], + [ + "4", + "Country", + "", + "Coded", + "118", + "Sri Lanka", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سيريلانكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sri Lanka", + "X6Uxm9Nvh96", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sri Lanka", + "1", + "137" + ], + [ + "4", + "Country", + "", + "Coded", + "119", + "Sudan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السودان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sudan", + "bh15sTZprwJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sudan", + "1", + "138" + ], + [ + "4", + "Country", + "", + "Coded", + "120", + "Suriname", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سورينام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Suriname", + "L1pJ6lyhkQ3", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Suriname", + "1", + "139" + ], + [ + "4", + "Country", + "", + "Coded", + "121", + "Swaziland", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سوازيلاند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Swaziland", + "hwQ2t3HqPWl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Swaziland", + "1", + "140" + ], + [ + "4", + "Country", + "", + "Coded", + "122", + "Switzerland", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سويسرا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Switzerland", + "p9TZ1E3MwCJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Switzerland", + "1", + "141" + ], + [ + "4", + "Country", + "", + "Coded", + "123", + "Syria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سوريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Syria", + "Le58jNVqE2c", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Syria", + "1", + "142" + ], + [ + "4", + "Country", + "", + "Coded", + "124", + "Tajikistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طاجيكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tajikistan", + "SpY4My0Tfdu", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tajikistan", + "1", + "143" + ], + [ + "4", + "Country", + "", + "Coded", + "125", + "Tanzania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تنزانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tanzania", + "BO39Gyu0pFB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tanzania", + "1", + "144" + ], + [ + "4", + "Country", + "", + "Coded", + "126", + "Thailand", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تايلاند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Thailand", + "OMthLOXkS7R", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Thailand", + "1", + "145" + ], + [ + "4", + "Country", + "", + "Coded", + "127", + "Togo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توجو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Togo", + "ik6DEQokGoX", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Togo", + "1", + "146" + ], + [ + "4", + "Country", + "", + "Coded", + "128", + "Tonga", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تونغا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tonga", + "UwBOdNU0BoN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tonga", + "1", + "147" + ], + [ + "4", + "Country", + "", + "Coded", + "129", + "Tunisia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تونس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tunisia", + "buJMOWwkvTU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tunisia", + "1", + "148" + ], + [ + "4", + "Country", + "", + "Coded", + "130", + "Turkey", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ديك رومى", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Turkey", + "CGZ6aUAdeEg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Turkey", + "1", + "149" + ], + [ + "4", + "Country", + "", + "Coded", + "131", + "Turkmenistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تركمانستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Turkmenistan", + "vveUZtdAZ4b", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Turkmenistan", + "1", + "150" + ], + [ + "4", + "Country", + "", + "Coded", + "132", + "Uganda", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوغندا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uganda", + "HtKHD2UHkqO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uganda", + "1", + "151" + ], + [ + "4", + "Country", + "", + "Coded", + "133", + "Ukraine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوكرانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ukraine", + "tcQzqbOunOH", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ukraine", + "1", + "152" + ], + [ + "4", + "Country", + "", + "Coded", + "134", + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مجهول", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Unknown", + "f3HLfWXDLR2", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Unknown", + "1", + "153" + ], + [ + "4", + "Country", + "", + "Coded", + "135", + "Uruguay", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوروغواي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uruguay", + "pgnkiQSCDn3", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uruguay", + "1", + "154" + ], + [ + "4", + "Country", + "", + "Coded", + "136", + "Uzbekistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوزبكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uzbekistan", + "awnJIYW5YtB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uzbekistan", + "1", + "155" + ], + [ + "4", + "Country", + "", + "Coded", + "137", + "Venezuela", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فنزويلا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Venezuela", + "YRQvQP5RcvF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Venezuela", + "1", + "156" + ], + [ + "4", + "Country", + "", + "Coded", + "138", + "Vietnam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فيتنام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Vietnam", + "kqXj8d1FBku", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Vietnam", + "1", + "157" + ], + [ + "4", + "Country", + "", + "Coded", + "139", + "Western Sahara", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصحراء الغربية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Western Sahara", + "TQtN99MXJBl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Western Sahara", + "1", + "158" + ], + [ + "4", + "Country", + "", + "Coded", + "140", + "Yemen", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اليمن", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Yemen", + "Xt3YtysLys1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Yemen", + "1", + "159" + ], + [ + "4", + "Country", + "", + "Coded", + "141", + "Zambia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زامبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Zambia", + "dBdzuz547IL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Zambia", + "1", + "160" + ], + [ + "4", + "Country", + "", + "Coded", + "142", + "Zimbabwe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيمبابوي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Zimbabwe", + "HLkotQtFN2s", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Zimbabwe", + "1", + "161" + ], + [ + "5", + "Current status", + "", + "Coded", + "1", + "IDP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نازح داخل بلده", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "IDP", + "fuqWrHbeLlA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|IDP", + "1", + "162" + ], + [ + "5", + "Current status", + "", + "Coded", + "2", + "Internationally displaced", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نازح خارج البلد", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Internationally displaced", + "l0DYdgTyfjf", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Internationally displaced", + "1", + "163" + ], + [ + "5", + "Current status", + "", + "Coded", + "3", + "Resident", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مقيم", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Resident", + "dHeC0bqKK5X", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Resident", + "1", + "164" + ], + [ + "5", + "Current status", + "", + "Coded", + "4", + "Returnee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائد", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Returnee", + "c7YSTI6DMVz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Returnee", + "1", + "165" + ], + [ + "5", + "Current status", + "", + "Coded", + "5", + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Unknown", + "e09Sdzvq7Eb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Unknown", + "1", + "166" + ], + [ + "6", + "Legal status", + "", + "Coded", + "1", + "Asylum seeker", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طالب لجوء", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Asylum seeker", + "OkxNN39DQxK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Asylum seeker", + "1", + "167" + ], + [ + "6", + "Legal status", + "", + "Coded", + "2", + "No status", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا توجد حالة", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "No status", + "Rq1gzUxSuOx", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|No status", + "1", + "168" + ], + [ + "6", + "Legal status", + "", + "Coded", + "3", + "Refugee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لاجئ", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Refugee", + "eCMoEdIoYip", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Refugee", + "1", + "169" + ], + [ + "6", + "Legal status", + "", + "Coded", + "4", + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Unknown", + "qIZDudMrl2h", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Unknown", + "1", + "170" + ], + [ + "7", + "Marital status", + "", + "Coded", + "1", + "Single", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعزب", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Single", + "UWJ3rb4oSIT", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Single", + "1", + "171" + ], + [ + "7", + "Marital status", + "", + "Coded", + "2", + "Married", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "متزوج", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Married", + "KPqHQHHRcCr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Married", + "1", + "172" + ], + [ + "7", + "Marital status", + "", + "Coded", + "3", + "Widowed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ارمل", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Widowed", + "MCDTHvjCcXk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Widowed", + "1", + "173" + ], + [ + "7", + "Marital status", + "", + "Coded", + "4", + "Divorced / separated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مطلق منفصل ", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Divorced / separated", + "Xw72Tt47sh8", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Divorced / separated", + "1", + "174" + ], + [ + "7", + "Marital status", + "", + "Coded", + "5", + "Living with partner", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "معاشرة بدون زواج ", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Concubine", + "N3RUm7QCToz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Living with partner", + "1", + "175" + ], + [ + "7", + "Marital status", + "", + "Coded", + "6", + "Not applicable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا ينطبق", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Not applicable", + "hvQxPXvQTWb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Not applicable", + "1", + "176" + ], + [ + "7", + "Marital status", + "", + "Coded", + "7", + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Unknown", + "Wjo2m9cjodd", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Unknown", + "1", + "177" + ], + [ + "8", + "Employment status", + "", + "Coded", + "1", + "Student", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طالب", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Student", + "fo87CWdDTWV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Student", + "1", + "178" + ], + [ + "8", + "Employment status", + "", + "Coded", + "2", + "Permanent employee - full time", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف دائم – دوام كامل", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Permanent employee", + "xr9mD6TPYqb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Permanent employee - full time", + "1", + "179" + ], + [ + "8", + "Employment status", + "", + "Coded", + "3", + "Permanent employee - part time", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف دائم - دوام جزئي", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Permanent employee", + "xr9mD6TPYqb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Permanent employee - part time", + "1", + "180" + ], + [ + "8", + "Employment status", + "", + "Coded", + "4", + "Occasional employee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف مؤقت ", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Occasional employee", + "mvLwMpjazqS", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Occasional employee", + "1", + "181" + ], + [ + "8", + "Employment status", + "", + "Coded", + "5", + "Unemployed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير موظف", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Unemployed", + "cB5Xml6gEy6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Unemployed", + "1", + "182" + ], + [ + "8", + "Employment status", + "", + "Coded", + "6", + "Housework", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عمل منزلي", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Housewife", + "xlN1a7VFrBV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Housework", + "1", + "183" + ], + [ + "8", + "Employment status", + "", + "Coded", + "7", + "Not applicable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا ينطبق", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Not applicable", + "mJT8pyvj9x4", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Not applicable", + "1", + "184" + ], + [ + "8", + "Employment status", + "", + "Coded", + "8", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Other", + "TSJMPoSPegN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Other", + "1", + "185" + ], + [ + "8", + "Employment status", + "", + "Coded", + "9", + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Unknown", + "hQK01FExLdF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Unknown", + "1", + "186" + ], + [ + "9", + "Admission type", + "", + "Coded", + "1", + "New admission", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "95", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "MSF-2475", + "", + "New admission", + "The process of admitting a patient to facility", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قبول جديد", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "(object.attributeName)", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|New admission", + "1", + "187" + ], + [ + "9", + "Admission type", + "", + "Coded", + "2", + "Readmission", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "Readmission", + "Re-admission", + "", + "", + "", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "96", + "", + "", + "", + "", + "", + "", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + "95", + "Found", + "Use MSF automatch", + "", + "MSF-2474", + "", + "Re-admission", + "The process of being admitted to a facility again", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إعادة القبول", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Readmission", + "1", + "188" + ], + [ + "9", + "Admission type", + "", + "Coded", + "3", + "Relapse", + "", + "Relapse", + "", + "", + "", + "", + "", + "", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + "90", + "Found", + "Use PIH automatch", + "", + "(see CIEL)", + "CIEL-160033", + "Relapse", + "Status of disease, particularly tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انتكاس", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Relapse", + "1", + "189" + ], + [ + "9", + "Admission type", + "", + "Coded", + "4", + "Internal movement", + "", + "Internal movement", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use CIEL manual", + "", + "", + "CIEL-167731", + "Internal facility transfer/referral", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Internal movement", + "1", + "190" + ], + [ + "9", + "Admission type", + "", + "Coded", + "5", + "Patient referred", + "", + "Patient referred", + "", + "", + "", + "", + "", + "", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + "90", + "Found", + "Use MSF manual", + "", + "MSF-3012", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Patient referred", + "1", + "191" + ], + [ + "10", + "Admission type - MH", + "", + "Coded", + "1", + "New admission", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-2475", + "", + "New admission", + "The process of admitting a patient to facility", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ادخال جديد ", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "New admission", + "ytN3iatLPSV", + "new_admission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Admission type - MH|New admission", + "1", + "192" + ], + [ + "10", + "Admission type - MH", + "", + "Coded", + "2", + "Readmission", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "Readmission", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "96", + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + "95", + "Found", + "", + "", + "MSF-2474", + "", + "Re-admission", + "The process of being admitted to a facility again", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعادة ادخال", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "Readmission", + "j7Omz3uFWvT", + "readmission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Admission type - MH|Readmission", + "1", + "193" + ], + [ + "11", + "Admission type - ITFC", + "", + "Coded", + "1", + "Internal movement", + "", + "Internal movement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Internal movement", + "hbUToWVAaDs", + "internal_movement", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Internal movement", + "1", + "194" + ], + [ + "11", + "Admission type - ITFC", + "", + "Coded", + "2", + "New admission", + "", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "New admission", + "wYldfEstUDw", + "new_admission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|New admission", + "1", + "195" + ], + [ + "11", + "Admission type - ITFC", + "", + "Coded", + "3", + "Patient referred", + "", + "Patient referred", + " ", + " ", + " ", + " ", + " ", + " ", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Patient referred", + "OaPIHkL7Oec", + "patient_referred", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Patient referred", + "1", + "196" + ], + [ + "11", + "Admission type - ITFC", + "", + "Coded", + "4", + "Readmission", + "", + "Readmission", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "96", + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Readmission", + "Rpcv8mgy0LH", + "readmission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Readmission", + "1", + "197" + ], + [ + "11", + "Admission type - ITFC", + "", + "Coded", + "5", + "Relapse", + "", + "Relapse", + " ", + " ", + " ", + " ", + " ", + " ", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Relapse", + "k33l9HPo5aJ", + "relapse", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Relapse", + "1", + "198" + ], + [ + "12", + "Admission type - ATFC", + "", + "Coded", + "1", + "New admission", + "", + "", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|New admission", + "1", + "199" + ], + [ + "12", + "Admission type - ATFC", + "", + "Coded", + "2", + "Readmission", + "", + "", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "96", + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|Readmission", + "1", + "200" + ], + [ + "12", + "Admission type - ATFC", + "", + "Coded", + "3", + "Relapse", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|Relapse", + "1", + "201" + ], + [ + "13", + "Type of consultation", + "", + "Coded", + "1", + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + "95", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فردية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Individual", + "1", + "202" + ], + [ + "13", + "Type of consultation", + "", + "Coded", + "2", + "Couple", + "", + "Couple", + "", + "", + "", + "", + "", + "", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Create in OCG", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ازواج", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Couple", + "1", + "203" + ], + [ + "13", + "Type of consultation", + "", + "Coded", + "3", + "Family", + "", + "Family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Family", + "1", + "204" + ], + [ + "13", + "Type of consultation", + "", + "Coded", + "4", + "Parent-Child", + "", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + "90", + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Create in OCG", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهل واطفال", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Parent-Child", + "1", + "205" + ], + [ + "14", + "Type of consultation - MHPSS baseline", + "", + "Coded", + "1", + "Individual", + "96223dc7-6959-4ea5-a362-c0246d858c87", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-1537", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فردية", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Individual", + "JMnQs1hB0kK", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Individual", + "1", + "206" + ], + [ + "14", + "Type of consultation - MHPSS baseline", + "", + "Coded", + "2", + "Couple", + "61b32a22-acef-4141-9faa-9c236cdfa978", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ازواج", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Couple", + "mD02hgMyFVD", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Couple", + "1", + "207" + ], + [ + "14", + "Type of consultation - MHPSS baseline", + "", + "Coded", + "3", + "Family", + "f16d5d76-155b-453d-bd60-ea8ee4d344e9", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Family", + "hv96C4ctfZI", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Family", + "1", + "208" + ], + [ + "14", + "Type of consultation - MHPSS baseline", + "", + "Coded", + "4", + "Parent-Child", + "c39eaa06-6506-49f0-9c4f-c96fa957f9cd", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + "90", + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهل واطفال", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Parent-Child", + "PNWXisyNbE4", + "mother_child", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Parent-Child", + "1", + "209" + ], + [ + "15", + "Type of consultation - MHPSS follow-up", + "", + "Coded", + "1", + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "فردية", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Individual", + "BWaOLwO6b6A", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Individual", + "1", + "210" + ], + [ + "15", + "Type of consultation - MHPSS follow-up", + "", + "Coded", + "2", + "Couple", + "", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ازواج", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Couple", + "He6N2xKBXcT", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Couple", + "1", + "211" + ], + [ + "15", + "Type of consultation - MHPSS follow-up", + "", + "Coded", + "3", + "Family", + "", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Family", + "Njlwl5xyuyO", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Family", + "1", + "212" + ], + [ + "15", + "Type of consultation - MHPSS follow-up", + "", + "Coded", + "4", + "Parent-Child", + "", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + "90", + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "اهل واطفال", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Parent-Child", + "A1dYYhmV4ob", + "mother_child", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Parent-Child", + "1", + "213" + ], + [ + "16", + "Type of consultation - MH closure", + "", + "Coded", + "1", + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "فردية", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Individual", + "sOoJSyT6ZDO", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Individual", + "1", + "214" + ], + [ + "16", + "Type of consultation - MH closure", + "", + "Coded", + "2", + "Couple", + "", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ازواج", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Couple", + "HTeXUWFE4P6", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Couple", + "1", + "215" + ], + [ + "16", + "Type of consultation - MH closure", + "", + "Coded", + "3", + "Family", + "", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Family", + "VsbQQh86Jlb", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Family", + "1", + "216" + ], + [ + "17", + "Consultation done by", + "", + "Coded", + "1", + "Psychologist", + "", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + "95", + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + "95", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Psychologist", + "1", + "217" + ], + [ + "17", + "Consultation done by", + "", + "Coded", + "2", + "Counsellor", + "", + "Counsellor", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-1568", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Counsellor", + "1", + "218" + ], + [ + "17", + "Consultation done by", + "", + "Coded", + "3", + "Psychiatrist", + "", + "Psychiatrist", + "Psychiatrist", + "A medical doctor (an M.D. or D.O.) who specializes in diagnosing and treating disorders related to mental health.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001397", + "95", + "Psychiatrist", + "", + "N/A", + "Misc", + "167061AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Psychiatrist", + "1", + "219" + ], + [ + "17", + "Consultation done by", + "", + "Coded", + "4", + "mhGAP clinician", + "", + "mhGAP clinician", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|mhGAP clinician", + "1", + "220" + ], + [ + "18", + "Consultation done by - MHPSS baseline", + "", + "Coded", + "1", + "Psychologist", + "278401ee-3d6f-4c65-9455-f1c16d0a7a98", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + "95", + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Psychologist", + "gLrTwy3IQX5", + "psychologist", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS baseline|Psychologist", + "1", + "221" + ], + [ + "18", + "Consultation done by - MHPSS baseline", + "", + "Coded", + "2", + "Counsellor", + "fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331", + "Counsellor", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Counsellor", + "XP6WAfznTX0", + "counsellor", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS baseline|Counsellor", + "1", + "222" + ], + [ + "19", + "Consultation done by - MHPSS follow-up", + "", + "Coded", + "1", + "Psychologist", + "", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + "95", + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "TEXT", + "Mental Health-Follow-up consultation- Consultation done by", + "aCTIvKSNndK", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Psychologist", + "gLrTwy3IQX5", + "psychologist", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS follow-up|Psychologist", + "1", + "223" + ], + [ + "19", + "Consultation done by - MHPSS follow-up", + "", + "Coded", + "2", + "Counsellor", + "", + "Counsellor", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "TEXT", + "Mental Health-Follow-up consultation- Consultation done by", + "aCTIvKSNndK", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Counsellor", + "XP6WAfznTX0", + "counsellor", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS follow-up|Counsellor", + "1", + "224" + ], + [ + "20", + "Location of intervention - MH", + "", + "Coded", + "1", + "Health facility", + "", + "Health facility", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "95", + "Found", + "", + "", + "MSF-2578", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منشأة صحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Health facility", + "1", + "225" + ], + [ + "20", + "Location of intervention - MH", + "", + "Coded", + "2", + "MSF health facility", + "", + "MSF health facility", + " ", + " ", + " ", + " ", + "", + " ", + " ", + " ", + " ", + " ", + "", + " ", + "", + "", + "", + "", + "", + "0", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز صحي تابع لمنظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|MSF health facility", + "1", + "226" + ], + [ + "20", + "Location of intervention - MH", + "", + "Coded", + "3", + "Mobile clinic", + "", + "Mobile clinic", + "Mobile clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001400", + "95", + "Mobile clinic", + " ", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Mobile clinic", + "Describes method of new HIV diagnosis.", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "MSF-1000", + "", + "Mobile Clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عيادة متنقلة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Mobile clinic", + "1", + "227" + ], + [ + "20", + "Location of intervention - MH", + "", + "Coded", + "4", + "Home visit", + "", + "Home visit", + "Home", + "The place where an individual lives permanently", + "N/A", + "Misc", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + "90", + "Home", + " ", + "N/A", + "Misc", + "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Home visit", + "When a provider goes to the patient's residence", + "N/A", + "Misc", + "be2df0db-e633-4016-aab8-65697bb98f12", + "95", + "Found", + "", + "", + "MSF-1382", + "", + "Home", + "The place where an individual lives permanently, question = Intervention setting", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة منزلية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Home visit", + "1", + "228" + ], + [ + "20", + "Location of intervention - MH", + "", + "Coded", + "5", + "School visit", + "", + "School visit", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "School", + "Location of teaching", + "N/A", + "Misc", + "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة مدرسية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|School visit", + "1", + "229" + ], + [ + "20", + "Location of intervention - MH", + "", + "Coded", + "6", + "Remote / phone", + "", + "Remote / phone", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-975", + "", + "Telehealth consultation", + "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عن بعد / تلفون", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Remote / phone", + "1", + "230" + ], + [ + "20", + "Location of intervention - MH", + "", + "Coded", + "7", + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "MSF-7", + "CIEL-5622", + "Other", + "A generic, descriptive, and non-coded response to a question., CIEL link is broken", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Other", + "1", + "231" + ], + [ + "21", + "Location of intervention - MHPSS", + "", + "Coded", + "1", + "Health facility", + "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", + "Health facility", + "", + "", + "", + "", + "", + "", + "Health facility", + "", + "N/A", + "Misc", + "1537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Health facility name", + "", + "", + "", + "162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "Use MSF manual", + "", + "MSF-2578", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منشأة صحية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Health facility", + "r4XbBWmqXmu", + "health_center", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Health facility", + "1", + "232" + ], + [ + "21", + "Location of intervention - MHPSS", + "", + "Coded", + "2", + "MSF health facility", + "41e68dee-a2a3-4e6c-9d96-53def5caff52", + "MSF health facility", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز صحي تابع لمنظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "MSF health facility", + "QjHFWlrDAi3", + "msf_health_facility", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|MSF health facility", + "1", + "233" + ], + [ + "21", + "Location of intervention - MHPSS", + "", + "Coded", + "3", + "Mobile clinic", + "48984e47-3e9b-4d8e-a66d-317af5c36f02", + "Mobile clinic", + "Mobile clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001400", + "95", + "Mobile clinic", + "", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Mobile clinic", + "Describes method of new HIV diagnosis.", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "Use MSF automatch", + "", + "MSF-1000", + "", + "Mobile Clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عيادة متنقلة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Mobile clinic", + "SENCNKONSMT", + "mobile_clinic", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Mobile clinic", + "1", + "234" + ], + [ + "21", + "Location of intervention - MHPSS", + "", + "Coded", + "4", + "Home visit", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + "Home visit", + "Home", + "The place where an individual lives permanently", + "N/A", + "Misc", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + "90", + "Home", + "", + "N/A", + "Misc", + "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Home visit", + "When a provider goes to the patient's residence", + "N/A", + "Misc", + "be2df0db-e633-4016-aab8-65697bb98f12", + "95", + "Found", + "Use PIH automatch", + "", + "MSF-1382", + "", + "Home", + "The place where an individual lives permanently, question = Intervention setting", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة منزلية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Home", + "Klk9UQeoyeM", + "home", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Home visit", + "1", + "235" + ], + [ + "21", + "Location of intervention - MHPSS", + "", + "Coded", + "5", + "School visit", + "7091b6ea-7067-4ee3-9f67-8805904e2f61", + "School visit", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "School", + "Location of teaching", + "N/A", + "Misc", + "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة مدرسية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "School", + "mKGlluwx83y", + "school", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|School visit", + "1", + "236" + ], + [ + "21", + "Location of intervention - MHPSS", + "", + "Coded", + "6", + "Remote / phone", + "398ce872-5862-4826-bba8-826915eddf98", + "Remote / phone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-975", + "", + "Telehealth consultation", + "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عن بعد / تلفون", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Remote / Phone", + "CL7Yj72PgmV", + "remote_phone", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Remote / phone", + "1", + "237" + ], + [ + "21", + "Location of intervention - MHPSS", + "", + "Coded", + "7", + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF manual", + "", + "MSF-7", + "CIEL-5622", + "Other", + "A generic, descriptive, and non-coded response to a question., CIEL link is broken", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Other", + "MSRu3TwArTh", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Other", + "1", + "238" + ], + [ + "22", + "Type of Mental Health intervention", + "", + "Coded", + "1", + "Counselling", + "", + "Counselling", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-145", + "", + "", + "", + "Not found in MSF source; possibly use 1405, name = \"Psychosocial counselling\", DEF = \"Counseling provided for psychosocial support.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "استشارة مع مستشار نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Counselling (with counsellor)", + "xUDWMZGGS2l", + "counselling_with_counsellor", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of Mental Health intervention|Counselling", + "1", + "239" + ], + [ + "22", + "Type of Mental Health intervention", + "", + "Coded", + "2", + "Psychotherapy", + "", + "Psychotherapy", + "", + "", + "", + "", + "", + "", + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "a60e6351-d0ee-403b-9467-98fb25bca5db", + "95", + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-163312", + "Psychotherapy", + "No DEF", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "علاج نفسي مع اخصائي نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Psychotherapy (with psychologist)", + "JZwsTTNdzhq", + "psychotherapy_with_psychologist", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of Mental Health intervention|Psychotherapy", + "1", + "240" + ], + [ + "23", + "Type of Mental Health intervention - MHPSS", + "", + "Coded", + "1", + "Counselling", + "08c534b7-c901-46fb-9831-50ecfcd74d1b", + "Counselling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "استشارة مع مستشار نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Counselling (with counsellor)", + "xUDWMZGGS2l", + "counselling_with_counsellor", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of intervention] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of Mental Health intervention - MHPSS|Counselling", + "1", + "241" + ], + [ + "23", + "Type of Mental Health intervention - MHPSS", + "", + "Coded", + "2", + "Psychotherapy", + "aa9c5d82-1ebf-43c7-9218-6766c4affbc4", + "Psychotherapy", + " ", + " ", + " ", + " ", + " ", + " ", + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "a60e6351-d0ee-403b-9467-98fb25bca5db", + "95", + "Found", + "", + "", + "(see CIEL)", + "CIEL-163312", + "Psychotherapy", + "No DEF", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "علاج نفسي مع اخصائي نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Psychotherapy (with psychologist)", + "JZwsTTNdzhq", + "psychotherapy_with_psychologist", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of intervention] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of Mental Health intervention - MHPSS|Psychotherapy", + "1", + "242" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "1", + "IPD MSF", + "", + "IPD MSF", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|IPD MSF", + "1", + "243" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "2", + "Emergency department MSF", + "", + "Emergency department MSF", + "Emergency department", + "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", + "N/A", + "Misc", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + "95", + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الإسعافات لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Emergency department MSF", + "1", + "244" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "3", + "ER", + "", + "ER", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-1383", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|ER", + "1", + "245" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "4", + "MSF ATFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|MSF ATFC", + "1", + "246" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "5", + "Non-MSF ATFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Non-MSF ATFC", + "1", + "247" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "6", + "Primary Health Center MSF", + "", + "Primary Health Center MSF", + "", + "", + "", + "", + "", + "", + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Primary Health Center MSF", + "1", + "248" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "7", + "Health Promotion/sensitization", + "", + "Health Promotion/sensitization", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التوعية الصحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Health Promotion/sensitization", + "1", + "249" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "8", + "Other MSF personnel", + "", + "Other MSF personnel", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF manual", + "", + "MSF-1422", + "", + "MSF other", + "Other MSF department or group., question = Source of initial patient referral", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف آخر لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other MSF personnel", + "1", + "250" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "9", + "MSF social worker", + "", + "MSF social worker", + "Social worker", + "", + "", + "", + "MSF-AAAAAA000000000000001398", + "95", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل مجتمعي لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|MSF social worker", + "1", + "251" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "10", + "Hospital or Health facility", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + "90", + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF manual", + "", + "MSF-2578", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Hospital or Health facility", + "1", + "252" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "11", + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|SFC", + "1", + "253" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "12", + "Hospital", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + "90", + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مستشفى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Hospital", + "1", + "254" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "13", + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-1385", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|OPD", + "1", + "255" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "14", + "Outreach", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Outreach", + "1", + "256" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "15", + "Other health structure", + "", + "Other health structure", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-164407", + "Other health facility", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز أو منشأة صحية أخرى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other health structure", + "1", + "257" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "16", + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other", + "1", + "258" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "17", + "Local health worker (non-MSF)", + "", + "Local health worker (non-MSF)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Local health worker (non-MSF)", + "1", + "259" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "18", + "Institutions (NGOs/Church/IGO)", + "", + "Institutions (NGOs/Church/IGO)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Institutions (NGOs/Church/IGO)", + "1", + "260" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "19", + "NGO", + "", + "NGO", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-48", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|NGO", + "1", + "261" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "20", + "Self-referral", + "", + "Self-referral", + "", + "", + "", + "", + "", + "", + "Self-referred", + "", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF manual", + "", + "MSF-1417", + "CIEL-160551", + "Self-referral", + "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "احالة فردية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Self-referral", + "1", + "262" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "21", + "Family member / friend /neighbor", + "", + "Family member / friend /neighbor", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "Use MSF manual", + "", + "MSF-1514", + "", + "", + "", + "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد أفراد العائلة / صديق / جار", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Family member / friend /neighbor", + "1", + "263" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "22", + "Community leader", + "", + "Community leader", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Community leader", + "", + "N/A", + "Misc", + "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", + "95", + "Found", + "Use MSF automatch", + "", + "MSF-981", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد شخصيات المجتمع المحلي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Community leader", + "1", + "264" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "23", + "School / University", + "", + "School / University", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "University", + "Academic institution. Higher learning.", + "N/A", + "Misc", + "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مدرسة/جامعة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|School / University", + "1", + "265" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "24", + "Authorities", + "", + "Authorities", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-1005", + "", + "Local authorities", + "The organizations or individuals in charge of the public services for a community.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلطات", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Authorities", + "1", + "266" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "25", + "Legal attorney office", + "", + "Legal attorney office", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Create in OCG", + "", + "", + "PIH-13470", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب المحاماة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Legal attorney office", + "1", + "267" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "26", + "Prosecutor office", + "", + "Prosecutor office", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب الادعاء", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Prosecutor office", + "1", + "268" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "27", + "Forensic department", + "", + "Forensic department", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الطب الشرعي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Forensic department", + "1", + "269" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "28", + "CHOW (Community Health Outreach Worker)", + "", + "CHOW (Community Health Outreach Worker)", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Use CIEL manual", + "", + "", + "CIEL-1555", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "منشط اجتماعي في مجال الرعاية الصحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|CHOW (Community Health Outreach Worker)", + "1", + "270" + ], + [ + "24", + "Patient referred by", + "", + "Coded", + "29", + "Community educator", + "", + "Community educator", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Use CIEL manual", + "", + "", + "CIEL-1555", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مربي مجتمع", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Community educator", + "1", + "271" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "1", + "IPD MSF", + "d17350e6-12de-4454-b902-58c2fc1e59aa", + "IPD MSF", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-3194", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "IPD MSF", + "hUkr13HVkFe", + "inpatient_department", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|IPD MSF", + "1", + "272" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "2", + "Emergency department MSF", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + "Emergency department MSF", + "Emergency department", + "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", + "N/A", + "Misc", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + "95", + "Emergency department", + " ", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الإسعافات لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "ER MSF", + "v1uQIEM3yTP", + "emergency_department", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Emergency department MSF", + "1", + "273" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "3", + "Primary Health Center MSF", + "82815438-a49d-48d7-a67f-dd294aa3c1e2", + "Primary Health Center MSF", + " ", + " ", + " ", + " ", + " ", + " ", + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "MSF-3195", + "CIEL-159372", + "MSF Primary Health Center", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Primary Health Center MSF", + "vcsgSPTyIPC", + "primary_health_center", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Primary Health Center MSF", + "1", + "274" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "4", + "Health Promotion/sensitization", + "edb619d5-309f-45db-9521-70fcc22b30aa", + "Health Promotion/sensitization", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التوعية الصحية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "HP / Sensitization", + "xihtGfyAQG9", + "sensitization", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Health Promotion/sensitization", + "1", + "275" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "5", + "Other MSF personnel", + "200a3de4-00a7-4a2e-a113-852013d6f4c5", + "Other MSF personnel", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "MSF-3197", + "", + "Other MSF personnel", + "", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف آخر لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Other MSF staff", + "csTGh6JIRmf", + "other_msf_staff", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Other MSF personnel", + "1", + "276" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "6", + "MSF social worker", + "92f7c3e2-89e1-4ebd-9da9-7c2976de815c", + "MSF social worker", + "Social worker", + " ", + " ", + " ", + "MSF-AAAAAA000000000000001398", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-3198", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل مجتمعي لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "MSF social worker", + "cuIef31D5QL", + "social_work_msf", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|MSF social worker", + "1", + "277" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "7", + "Other health structure", + "923c6b39-4094-45e4-95ab-b44f7a381980", + "Other health structure", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "MSF-3199", + "CIEL-164407", + "Other health facility", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز أو منشأة صحية أخرى", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Other Health Structure", + "bZZjZast35n", + "other_health_structure", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Other health structure", + "1", + "278" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "8", + "Local health worker (non-MSF)", + "54054512-7317-45c4-9494-f74be6ab4549", + "Local health worker (non-MSF)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-3200", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Local health worker non MSF", + "NIXRVxxeiLm", + "hw_local", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Local health worker (non-MSF)", + "1", + "279" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "9", + "Institutions (NGOs/Church/IGO)", + "f9688da4-cdcf-4cb3-90c2-263812fa064f", + "Institutions (NGOs/Church/IGO)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-3201", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Institutions (Church, NGO, International Agencies)", + "eHP0GjRUPx4", + "institutions_church_ngo_international_agencies", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Institutions (NGOs/Church/IGO)", + "1", + "280" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "10", + "Self-referral", + "8d9386b1-a641-4155-9822-7a06a16aa8e8", + "Self-referral", + " ", + " ", + " ", + " ", + " ", + " ", + "Self-referred", + " ", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "MSF-1417", + "CIEL-160551", + "Self-referral", + "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "احالة فردية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Self Referral", + "riMSWiZKZ2Q", + "self_referral", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Self-referral", + "1", + "281" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "11", + "Family member / friend /neighbor", + "a8432309-bc74-4da0-8639-76988c02cbb5", + "Family member / friend /neighbor", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد أفراد العائلة / صديق / جار", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Family / Friend / Neighbor", + "bDu4hsAwaAB", + "family_friend_neighbor", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Family member / friend /neighbor", + "1", + "282" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "12", + "Community leader", + "8b93d848-9e20-41b3-94e5-895a356e5ed7", + "Community leader", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Community leader", + "", + "N/A", + "Misc", + "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", + "95", + "Found", + "", + "", + "MSF-3203", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد شخصيات المجتمع المحلي", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Community leader", + "waFIAukspK9", + "community_leader", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Community leader", + "1", + "283" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "13", + "School / University", + "98b1e458-2d46-4025-b912-7340f9d39610", + "School / University", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "University", + "Academic institution. Higher learning.", + "N/A", + "Misc", + "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "MSF-3204", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مدرسة/جامعة", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "School / University", + "ipYSgBna9cP", + "school_university", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|School / University", + "1", + "284" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "14", + "Authorities", + "80575f44-be81-4694-aba4-012999328339", + "Authorities", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-1005", + "", + "Local authorities", + "The organizations or individuals in charge of the public services for a community.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلطات", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Authorities", + "gh5agL1I7Nz", + "authorities", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Authorities", + "1", + "285" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "15", + "Legal attorney office", + "14940a46-5cce-4744-ac2a-c2d1fdc64e11", + "Legal attorney office", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب المحاماة", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Legal attorney office", + "DqMj4xwn5EC", + "legal_attorney_office", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Legal attorney office", + "1", + "286" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "16", + "Prosecutor office", + "b989e916-8299-40f6-9a92-c0c8d8e70f20", + "Prosecutor office", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب الادعاء", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Prosecutor office", + "EDDo3uX7Hjp", + "fiscalia_de_la_mujer", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Prosecutor office", + "1", + "287" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "17", + "Forensic department", + "f85b0def-4af3-4901-839d-0a9dc8ace318", + "Forensic department", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الطب الشرعي", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Forensic department", + "qkalVIdgmBS", + "medicina_forense", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Forensic department", + "1", + "288" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "18", + "CHOW (Community Health Outreach Worker)", + "127bfdc9-8059-4421-a3cc-967bfbfee0ce", + "CHOW (Community Health Outreach Worker)", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "منشط اجتماعي في مجال الرعاية الصحية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "CHOW", + "LCk7N10isIp", + "chow", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|CHOW (Community Health Outreach Worker)", + "1", + "289" + ], + [ + "25", + "Patient referred by - MH", + "", + "Coded", + "19", + "Community educator", + "410a0731-cb41-4181-9897-6eb9894bf7b8", + "Community educator", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مربي مجتمع", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Community educator", + "PWjmOym543x", + "community_educattor", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Community educator", + "1", + "290" + ], + [ + "26", + "Patient referred by - ITFC", + "", + "Coded", + "1", + "ER", + "", + "ER", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|ER", + "1", + "291" + ], + [ + "26", + "Patient referred by - ITFC", + "", + "Coded", + "2", + "NGO", + "", + "NGO", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منظمة غير حكومية", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "NGO", + "YZPzqNjIjkE", + "ngo", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|NGO", + "1", + "292" + ], + [ + "26", + "Patient referred by - ITFC", + "", + "Coded", + "3", + "MSF ATFC", + "", + "MSF ATFC", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "MSF ATFC", + "eQhl8Cckky0", + "msf_atfc", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|MSF ATFC", + "1", + "293" + ], + [ + "26", + "Patient referred by - ITFC", + "", + "Coded", + "4", + "Non-MSF ATFC", + "", + "Non-MSF ATFC", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Non-MSF ATFC", + "qd0LCPcNoWO", + "non_msf_atfc", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Non-MSF ATFC", + "1", + "294" + ], + [ + "26", + "Patient referred by - ITFC", + "", + "Coded", + "5", + "Hospital or Health facility", + "", + "Hospital or Health facility", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + "90", + "Hospital", + " ", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مستشفى او منشأة صحية", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Hospital or Health facility", + "TrHSyBJXKcT", + "hospital_health_facility", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Hospital or Health facility", + "1", + "295" + ], + [ + "26", + "Patient referred by - ITFC", + "", + "Coded", + "6", + "Self-referral", + "", + "Self-referral", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Self-referral", + "snH8Rb7148A", + "self_referred", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Self-referral", + "1", + "296" + ], + [ + "26", + "Patient referred by - ITFC", + "", + "Coded", + "7", + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Other", + "gyffBI4rHwm", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Other", + "1", + "297" + ], + [ + "27", + "Patient referred by - ATFC", + "", + "Coded", + "1", + "SFC", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|SFC", + "1", + "298" + ], + [ + "27", + "Patient referred by - ATFC", + "", + "Coded", + "2", + "Hospital", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + "90", + "Hospital", + " ", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مستشفى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Hospital", + "1", + "299" + ], + [ + "27", + "Patient referred by - ATFC", + "", + "Coded", + "3", + "OPD", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|OPD", + "1", + "300" + ], + [ + "27", + "Patient referred by - ATFC", + "", + "Coded", + "4", + "Outreach", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Outreach", + "1", + "301" + ], + [ + "27", + "Patient referred by - ATFC", + "", + "Coded", + "5", + "Self-referred", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + "Self-referred", + " ", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "بمفرده / رغبة من المريض", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Self-referred", + "1", + "302" + ], + [ + "27", + "Patient referred by - ATFC", + "", + "Coded", + "6", + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Other", + "1", + "303" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "1", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "464c68b7-0fb0-495c-b931-0c1732b60397", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "UeYsD88aXOb", + "1_1_body_pain_or_complaints", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "1", + "304" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "2", + "1.2 Eating problems", + "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", + "1.2 Eating problems", + "Eating", + "Coded question of patient's ability to eat.", + "Coded", + "Question", + "MSF-AAAAAA000000000000002835", + "90", + "", + "", + "", + "", + "", + "", + "Eating", + "", + "N/A", + "Misc", + "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", + "90", + "Found", + "Use MSF manual", + "", + "MSF-1400", + "", + "Eating disorder", + "Disorders characterized by physiological and psychological disturbances in appetite or food intake.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في الأكل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.2 Eating problems", + "u1MYOfo6bZo", + "1_2_eating_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.2 Eating problems", + "1", + "305" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "3", + "1.3 Sleeping problems", + "42966954-f43f-4564-bc59-d9d133e53a75", + "1.3 Sleeping problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-526", + "", + "Sleep disorder", + "Conditions characterized by the disturbance of normal sleep patterns and behaviors. There are a number of sleep disorders that range from trouble falling asleep, to nightmares, sleepwalking, and sleep apnea.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في النوم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.3 Sleeping problems", + "kKLSjMaDB71", + "1_3_sleeping_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.3 Sleeping problems", + "1", + "306" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "4", + "1.4 Bedwetting / retention problems", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "1.4 Bedwetting / retention problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-1396", + "CIEL-117211", + "Enuresis", + "Involuntary discharge of urine after the age at which urinary control should have been achieved, CIEL name = Incontinence, no DEF, could also be 'unspecified', 'urinary' or 'stress incontinence'", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التبول أثناء النوم / مشاكل في السلس", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.4 Bedwetting / retention problems", + "W445BWB0GQ3", + "1_4_Bedwetting_retention_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.4 Bedwetting / retention problems", + "1", + "307" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "5", + "1.5 Sexual problems", + "3ba98736-982f-4d9c-a675-f83b180a9f28", + "1.5 Sexual problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-1401", + "", + "Sexual disorder", + "Physiological disturbances in normal sexual performance.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل جنسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.5 Sexual problems", + "qu1XKVn8CUS", + "1_5_sexual_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.5 Sexual problems", + "1", + "308" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "6", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "28adad48-b45b-46a4-ae94-4cca6118047e", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "PClZEC4W4rM", + "1_6_unexplained_physical_reaction", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "1", + "309" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "7", + "2.1 Sad mood", + "7f4699e5-e70a-49fb-bf34-c09afa867fdc", + "2.1 Sad mood", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001786", + "90", + "", + "", + "", + "", + "", + "", + "Sad mood", + "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", + "N/A", + "Diagnosis", + "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Use MSF automatch", + "", + "MSF-1386", + "", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مزاج حزين", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.1 Sad mood", + "XPvA3hyChlA", + "2_1_sad_mood", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.1 Sad mood", + "1", + "310" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "8", + "2.2 Irritability / anger", + "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", + "2.2 Irritability / anger", + "", + "", + "", + "", + "", + "", + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "3cf2a6fc-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF manual", + "", + "MSF-1387", + "", + "Irritable mood", + "Abnormal or excessive excitability with easily triggered anger, annoyance, or impatience.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سرعة الضيق / الغضب", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.2 Irritability / anger", + "vprUUUOBopr", + "2_2_irritability_anger", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.2 Irritability / anger", + "1", + "311" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "9", + "2.3 Loss of interest / anhedonia", + "51061bb9-6084-4bb3-b83b-5c234e45b09c", + "2.3 Loss of interest / anhedonia", + "", + "", + "", + "", + "", + "", + "Loss of interest", + "The loss of interest in previously rewarding or enjoyable activities or relationships.", + "N/A", + "Finding", + "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-1389", + "", + "Anhedonia", + "The inability to experience pleasure from activities someone usually found enjoyable.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الاهتمام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.3 Loss of interest / anhedonia", + "b4TqJ285UWa", + "2_3_loss_of_interest_anhedonia", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.3 Loss of interest / anhedonia", + "1", + "312" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "10", + "2.4 Hopelessness", + "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", + "2.4 Hopelessness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-892", + "", + "Feeling of hopeless", + "Patient describes feelings of hopeless.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الامل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.4 Hopelessness", + "Rzq6PFcbBa5", + "2_4_hopelessness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.4 Hopelessness", + "1", + "313" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "11", + "2.5 Guilt/self-blame/worthlessness", + "e8166325-9ddc-4739-9452-da63ee7862d2", + "2.5 Guilt/self-blame/worthlessness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-153507", + "Guilty feelings", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.5 Guilt/self-blame/worthlessness", + "QZBfUwIyQm9", + "2_5_guilt_self_blame_worthlessness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.5 Guilt/self-blame/worthlessness", + "1", + "314" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "12", + "2.6 Current suicidal thoughts", + "4f8f7343-f191-4483-bcf9-c60027a6eca8", + "2.6 Current suicidal thoughts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-1390", + "", + "Suicidal thoughts", + "Contemplations, wishes, and preoccupations with death and suicide", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.6 Current suicidal thoughts", + "WCyJmoOZsCZ", + "2_6_current_suicidal_thoughts", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.6 Current suicidal thoughts", + "1", + "315" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "13", + "2.7 Recent suicidal attempt", + "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", + "2.7 Recent suicidal attempt", + "", + "", + "", + "", + "", + "", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source, not found exactly in CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.7 Recent suicidal attempt", + "z8jBJ5nYwIS", + "2_7_recent_suicidal_attempt", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.7 Recent suicidal attempt", + "1", + "316" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "14", + "2.8 Recent self-harm", + "003b425a-d8c3-47ed-bbde-45a7c180c0a4", + "2.8 Recent self-harm", + "", + "", + "", + "", + "", + "", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Self-harm exists in MSF and CIEL diagnosis but not 'recent'", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية للذات مؤخراً", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.8 Recent self-harm", + "XzLHZumvFOH", + "2_8_recent_self_harm", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.8 Recent self-harm", + "1", + "317" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "15", + "2.9 Changes in appetite", + "ce47585c-fa23-4de3-9e3a-97f5eb309e72", + "2.9 Changes in appetite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Loss or increase of appetite exist in CIEL but not 'change' only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تغير في الشهية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.9 Lack of appetite", + "Y5NywW5KfoX", + "2_9_lack_of_appetite", + "", + "", + "", + "", + "", + "", + "In Mosul form, \"Changes in appetite\"", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.9 Changes in appetite", + "1", + "318" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "16", + "3.1 Constant stress", + "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", + "3.1 Constant stress", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالضغط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.1 Constant stress", + "YpabM1EGBap", + "3_1_constant_stress", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.1 Constant stress", + "1", + "319" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "17", + "3.2 Persistent worry", + "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", + "3.2 Persistent worry", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-893", + "", + "Feeling constantly worried", + "Patient expresses feeling constantly worried.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالقلق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.2 Persistent worry", + "PsBi8qdxleW", + "3_2_persistent_worry", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.2 Persistent worry", + "1", + "320" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "18", + "3.3 Intense fear / phobia / feeling threatened", + "ae1ab702-fa58-4648-95e4-acca5c9078f7", + "3.3 Intense fear / phobia / feeling threatened", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-894", + "", + "Excessive fear/phobia", + "Aniexty disorders in which the essential feature is persistent and irrational fear of a specific object, activity, or situation that the individual feels compelled to avoid. The individual recognizes the fear as excessive or unreasonable.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "خوف شديد / خوف مرضي / الشعور بالتهديد", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.3 Intense fear / phobia / feeling threatened", + "JDP7sAjWj0r", + "3_3_intense_fear_phobia_feeling_threatened", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.3 Intense fear / phobia / feeling threatened", + "1", + "321" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "19", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "473f0ea3-92e5-4a99-bbe0-358e371355ee", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Panic attack", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "N/A", + "Diagnosis", + "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Create in OCG", + "", + "MSF-1634", + "", + "Panic disorder", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "hHoP5vhiGn3", + "3_4_panic_attack", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "1", + "322" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "20", + "3.5 Compulsive or repetitive behavior", + "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", + "3.5 Compulsive or repetitive behavior", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-1392", + "", + "Compulsive behavior", + "The behavior of performing an act persistently and repetitively without it leading to reward or pleasure.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوك وسواسي أو متكرر", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.5 Compulsive or repetitive behavior", + "PgxhapZ8P9E", + "3_5_compulsive_or_repetitive_behavior", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.5 Compulsive or repetitive behavior", + "1", + "323" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "21", + "4.1 Intrusive feelings, thoughts", + "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", + "4.1 Intrusive feelings, thoughts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-897", + "", + "Intrusive thoughts", + "Unwanted thoughts or mental images that make the patient feel uncomfortable.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار تطفلية أو اقتحامية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.1 Intrusive feelings thoughts", + "sFbWwoZbiSF", + "4_1_intrusive_feelings_thoughts", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.1 Intrusive feelings, thoughts", + "1", + "324" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "22", + "4.2 Flashbacks", + "c60a75c9-2ee9-4fb2-af53-6d730e45f074", + "4.2 Flashbacks", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001794", + "90", + "Flashbacks", + "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", + "N/A", + "Diagnosis", + "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-1394", + "", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ومضات من الماضي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.2 Flashbacks", + "FibcXxxITz4", + "4_2_flashbacks", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.2 Flashbacks", + "1", + "325" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "23", + "4.3 Avoidance of traumatic stimuli", + "94083de5-2603-4b26-a6d8-ec4459f9eced", + "4.3 Avoidance of traumatic stimuli", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Create in OCG", + "", + "MSF-898", + "", + "Avoidance behaviour", + "Behavioural acts that enable a patient to avoid anticipated unplesant or painful situations, stimuli, or events.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تجنب المحفزات المرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.3 Avoidance of traumatic stimuli", + "TzFciNtGU4L", + "4_3_avoidance_of_traumatic_stimuli", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.3 Avoidance of traumatic stimuli", + "1", + "326" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "24", + "4.4 Hypervigilance / excessive startle response", + "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", + "4.4 Hypervigilance / excessive startle response", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-907", + "", + "Hyper-vigilance", + "Patient is highly alert and displaying behaviors to avoid or prevent danger.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرط اليقظة / استجابة إجفالية شديدة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.4 Hypervigilance / excessive startle response", + "Uhj6bkTtm2b", + "4_4_hypervigilance_excessive_startle_response", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.4 Hypervigilance / excessive startle response", + "1", + "327" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "25", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Create in OCG", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check, name = \"Hallucinations\", DEF = \"Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "DqF1son0fxy", + "4_5_trauma_related_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "1", + "328" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "26", + "4.6 Child has stopped talking", + "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", + "4.6 Child has stopped talking", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + "90", + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Use MSF manual", + "", + "MSF-3218", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'language' problems in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف الطفل عن الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.6 Child has stopped talking", + "xrr1xtIehD9", + "4_6_child_has_stopped_talking", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.6 Child has stopped talking", + "1", + "329" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "27", + "5.1 Delusions (false beliefs)", + "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", + "5.1 Delusions (false beliefs)", + "", + "", + "", + "", + "", + "", + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Use CIEL automatch", + "", + "MSF-497", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوهام (معتقدات خاطئة)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.1 Delusions (false beliefs)", + "vAcyKlSrQOK", + "5_1_delusions", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.1 Delusions (false beliefs)", + "1", + "330" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "28", + "5.2 Visual hallucinations", + "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", + "5.2 Visual hallucinations", + "", + "", + "", + "", + "", + "", + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "Use CIEL automatch", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check name and definition", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات بصرية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.2 Visual hallucinations", + "lsyUg99Xik2", + "5_2_visual_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.2 Visual hallucinations", + "1", + "331" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "29", + "5.3 Auditory hallucinations", + "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", + "5.3 Auditory hallucinations", + "", + "", + "", + "", + "", + "", + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "Use CIEL automatch", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check name", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات سمعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.3 Auditory hallucinations", + "BPYqkKFsav2", + "5_3_auditory_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.3 Auditory hallucinations", + "1", + "332" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "30", + "5.4 Disorganized thought /speech", + "dfaf113c-72f2-4865-81c9-31aba9e95a74", + "5.4 Disorganized thought /speech", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-903", + "", + "Disorganized thoughts", + "The paitent cannot control their thoughts or express themself well, which makes relating to others difficult.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشتت الأفكار / الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.4 Disorganized thought /speech", + "f50m0IXJNZ1", + "5_4_disorganized_thought_speech", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.4 Disorganized thought /speech", + "1", + "333" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "31", + "5.5 Bizarre behavior", + "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", + "5.5 Bizarre behavior", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-464", + "", + "Abnormal behaviour", + "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوكيات غريبة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.5 Bizarre behavior", + "SSaShXgyswX", + "5_5_bizarre_behavior", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.5 Bizarre behavior", + "1", + "334" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "32", + "5.6 Psychotic agitation", + "cda4f471-1da9-4192-8f26-ecec35775d5a", + "5.6 Psychotic agitation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3221", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'Agitation' or 'Psychomotor agitation' in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور ذهاني بالضيق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.6 Psychotic agitation", + "BbQwHHYdAtY", + "5_6_psychotic_agitation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.6 Psychotic agitation", + "1", + "335" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "33", + "6.1 Problems with concentration, memory or reasoning", + "44274d50-bb85-4f20-9b55-d08f60343c38", + "6.1 Problems with concentration, memory or reasoning", + "", + "", + "", + "", + "", + "", + "concentration", + "Used to describe a concentration in a DST test. Maps to datatype double. ", + "Numeric", + "Misc", + "160047AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Create in OCG", + "", + "MSF-1403/1404/906", + "", + "", + "", + "Check - different items and different classes grouped; names = \"Lack of concentration\", \"Lack of memory\", \"Difficulty reasoning\", DEFs = \"The inability to focus on tasks.\", \"Disturbances in registering an impression, in the retention of an acquired impression, or in the recall of an impression.\", \"Patient has difficulty thinking about things in a logical, sensible way.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في التركيز، أو التذكر، أو التفكير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.1 Problems with concentration memory or reasoning", + "HxamZeSwli0", + "6_1_problems_with_concentration_memory_or_reasoning", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.1 Problems with concentration, memory or reasoning", + "1", + "336" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "34", + "6.2 Delayed development (milestones)", + "66e446ee-8f82-4f2a-808f-00d664ac92de", + "6.2 Delayed development (milestones)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-6022", + "Delayed milestones", + "Delay in a set of functional skills or age-specific tasks that most children can do by a certain age range.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تأخر في التطور (المحطات الإنجازية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.2 Delayed development (milestones)", + "zAXxqqhE7hH", + "6_2_delayed_development", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.2 Delayed development (milestones)", + "1", + "337" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "35", + "6.3 Abnormal social interaction and communication", + "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", + "6.3 Abnormal social interaction and communication", + "Abnormal", + "A result that deviates from the standard or what is expected.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001333", + "90", + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd75230-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF manual", + "", + "MSF-3225", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'Social Maladjustment' in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تواصل اجتماعي غير طبيعي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.3 Abnormal social interaction and communication", + "p1PiLH5LcpL", + "6_3_abnormal_social_interaction_and_communication", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.3 Abnormal social interaction and communication", + "1", + "338" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "36", + "6.4 Learning difficulties", + "9240ed56-8ba2-4ef2-b42f-e84179fcc333", + "6.4 Learning difficulties", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-5550", + "Learning problems", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبات في التعلم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.4 Learning difficulties", + "ov5D4toFD3q", + "6_4_learning_difficulties", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.4 Learning difficulties", + "1", + "339" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "37", + "6.5 Epileptic seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "6.5 Epileptic seizures", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000420", + "90", + "Epileptic seizure", + "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", + "N/A", + "Diagnosis", + "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "MSF-420", + "", + "Epileptic seizures", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.5 Epileptic seizures", + "dpdekdgiUMZ", + "6_5_epileptic_seizures", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.5 Epileptic seizures", + "1", + "340" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "38", + "7.1 Alcohol / substance abuse", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "7.1 Alcohol / substance abuse", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-2457", + "", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعاطي الكحول / العقاقير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.1 Alcohol / substance abuse", + "u6J5PRo76eL", + "7_1_alcohol_substance_abuse", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.1 Alcohol / substance abuse", + "1", + "341" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "39", + "7.2 Aggressiveness", + "977e8c6f-befa-4af3-87e1-1d29a57450c1", + "7.2 Aggressiveness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-2877", + "", + "Aggressive behavior", + "A form of behavior which leads to self-assertion; it may arise from innate drives and/or a response to frustration; may be manifested by destructive and attacking behavior, by covert attitudes of hostility and obstructionism, or by healthy self-expressive drive to mastery. (Dorland 27th ed)", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العدائية او الهجومية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.2 Aggressiveness", + "ZJKWvyAYFU4", + "7_2_aggressiveness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.2 Aggressiveness", + "1", + "342" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "40", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-464", + "", + "Abnormal behaviour", + "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.Pediatric paitent displays a behavioral problem.", + "Check name", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "XwiwuWP5Sze", + "7_3_conduct_problems_in_children", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "1", + "343" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "41", + "7.4 Hypo- or hyperactivity", + "520eccda-99f4-4cab-950b-260cfe3ab767", + "7.4 Hypo- or hyperactivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3226", + "", + "", + "", + "Includes MSF1397 (Hyperactivity), nothing found for hypoactivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة او فرط النشاط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.4 Hypo or hyperactivity", + "D655HPkg8Sw", + "7_4_hypo_or_hyperactivity", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.4 Hypo- or hyperactivity", + "1", + "344" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "42", + "7.5 Impulsivity", + "12723e41-2955-4917-971c-7f05849412d7", + "7.5 Impulsivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-156762", + "Impulsiveness", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاندفاعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.5 Impulsivity", + "L6gwT6cBFEk", + "7_5_impulsivity", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.5 Impulsivity", + "1", + "345" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "43", + "7.6 Regression in development", + "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", + "7.6 Regression in development", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-901", + "", + "Regression in development in child", + "Loss of developmental milestones in a child during and/or after hospitalization.", + "Check class = Finding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الارتكاس في التطور", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.6 Regression in development", + "rhQpTzDeQPW", + "7_6_regression_in_development", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.6 Regression in development", + "1", + "346" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "44", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "", + "", + "", + "", + "", + "", + "Social withdrawal", + "", + "N/A", + "Diagnosis", + "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-126307", + "Social withdrawal", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "xBuK70tTHrj", + "7_7_social_withdrawal", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "1", + "347" + ], + [ + "28", + "Current symptoms or complaints - MH", + "", + "Coded", + "45", + "8.1 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8.1 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "8.1 Other (specify)", + "tkP1jOd01Pn", + "8_1_other", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|8.1 Other", + "1", + "348" + ], + [ + "29", + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + "1", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "464c68b7-0fb0-495c-b931-0c1732b60397", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "UeYsD88aXOb", + "1_1_body_pain_or_complaints", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "1", + "349" + ], + [ + "29", + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + "2", + "1.2 Eating problems", + "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", + "1.2 Eating problems", + "Eating", + "Coded question of patient's ability to eat.", + "Coded", + "Question", + "MSF-AAAAAA000000000000002835", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Eating", + "", + "N/A", + "Misc", + "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في الأكل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.2 Eating problems", + "u1MYOfo6bZo", + "1_2_eating_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.2 Eating problems", + "1", + "350" + ], + [ + "29", + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + "3", + "1.3 Sleeping problems", + "42966954-f43f-4564-bc59-d9d133e53a75", + "1.3 Sleeping problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في النوم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.3 Sleeping problems", + "kKLSjMaDB71", + "1_3_sleeping_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.3 Sleeping problems", + "1", + "351" + ], + [ + "29", + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + "4", + "1.4 Bedwetting / retention problems", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "1.4 Bedwetting / retention problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التبول أثناء النوم / مشاكل في السلس", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.4 Bedwetting / retention problems", + "W445BWB0GQ3", + "1_4_Bedwetting_retention_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.4 Bedwetting / retention problems", + "1", + "352" + ], + [ + "29", + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + "5", + "1.5 Sexual problems", + "3ba98736-982f-4d9c-a675-f83b180a9f28", + "1.5 Sexual problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل جنسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.5 Sexual problems", + "qu1XKVn8CUS", + "1_5_sexual_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.5 Sexual problems", + "1", + "353" + ], + [ + "29", + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + "6", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "28adad48-b45b-46a4-ae94-4cca6118047e", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "PClZEC4W4rM", + "1_6_unexplained_physical_reaction", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "1", + "354" + ], + [ + "30", + "Current symptoms or complaints - Depression related", + "", + "Coded", + "1", + "2.1 Sad mood", + "7f4699e5-e70a-49fb-bf34-c09afa867fdc", + "2.1 Sad mood", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001786", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Sad mood", + "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", + "N/A", + "Diagnosis", + "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مزاج حزين", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.1 Sad mood", + "XPvA3hyChlA", + "2_1_sad_mood", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.1 Sad mood", + "1", + "355" + ], + [ + "30", + "Current symptoms or complaints - Depression related", + "", + "Coded", + "2", + "2.2 Irritability / anger", + "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", + "2.2 Irritability / anger", + " ", + " ", + " ", + " ", + " ", + " ", + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "3cf2a6fc-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سرعة الضيق / الغضب", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.2 Irritability / anger", + "vprUUUOBopr", + "2_2_irritability_anger", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.2 Irritability / anger", + "1", + "356" + ], + [ + "30", + "Current symptoms or complaints - Depression related", + "", + "Coded", + "3", + "2.3 Loss of interest / anhedonia", + "51061bb9-6084-4bb3-b83b-5c234e45b09c", + "2.3 Loss of interest / anhedonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Loss of interest", + "The loss of interest in previously rewarding or enjoyable activities or relationships.", + "N/A", + "Finding", + "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الاهتمام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.3 Loss of interest / anhedonia", + "b4TqJ285UWa", + "2_3_loss_of_interest_anhedonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.3 Loss of interest / anhedonia", + "1", + "357" + ], + [ + "30", + "Current symptoms or complaints - Depression related", + "", + "Coded", + "4", + "2.4 Hopelessness", + "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", + "2.4 Hopelessness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الامل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.4 Hopelessness", + "Rzq6PFcbBa5", + "2_4_hopelessness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.4 Hopelessness", + "1", + "358" + ], + [ + "30", + "Current symptoms or complaints - Depression related", + "", + "Coded", + "5", + "2.5 Guilt/self-blame/worthlessness", + "e8166325-9ddc-4739-9452-da63ee7862d2", + "2.5 Guilt/self-blame/worthlessness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.5 Guilt/self-blame/worthlessness", + "QZBfUwIyQm9", + "2_5_guilt_self_blame_worthlessness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.5 Guilt/self-blame/worthlessness", + "1", + "359" + ], + [ + "30", + "Current symptoms or complaints - Depression related", + "", + "Coded", + "6", + "2.6 Current suicidal thoughts", + "4f8f7343-f191-4483-bcf9-c60027a6eca8", + "2.6 Current suicidal thoughts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.6 Current suicidal thoughts", + "WCyJmoOZsCZ", + "2_6_current_suicidal_thoughts", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.6 Current suicidal thoughts", + "1", + "360" + ], + [ + "30", + "Current symptoms or complaints - Depression related", + "", + "Coded", + "7", + "2.7 Recent suicidal attempt", + "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", + "2.7 Recent suicidal attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.7 Recent suicidal attempt", + "z8jBJ5nYwIS", + "2_7_recent_suicidal_attempt", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.7 Recent suicidal attempt", + "1", + "361" + ], + [ + "30", + "Current symptoms or complaints - Depression related", + "", + "Coded", + "8", + "2.8 Recent self-harm", + "003b425a-d8c3-47ed-bbde-45a7c180c0a4", + "2.8 Recent self-harm", + " ", + " ", + " ", + " ", + " ", + " ", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية للذات مؤخراً", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.8 Recent self-harm", + "XzLHZumvFOH", + "2_8_recent_self_harm", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.8 Recent self-harm", + "1", + "362" + ], + [ + "30", + "Current symptoms or complaints - Depression related", + "", + "Coded", + "9", + "2.9 Changes in appetite", + "ce47585c-fa23-4de3-9e3a-97f5eb309e72", + "2.9 Changes in appetite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تغير في الشهية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.9 Lack of appetite", + "Y5NywW5KfoX", + "2_9_lack_of_appetite", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.9 Changes in appetite", + "1", + "363" + ], + [ + "31", + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + "1", + "3.1 Constant stress", + "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", + "3.1 Constant stress", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالضغط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.1 Constant stress", + "YpabM1EGBap", + "3_1_constant_stress", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.1 Constant stress", + "1", + "364" + ], + [ + "31", + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + "2", + "3.2 Persistent worry", + "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", + "3.2 Persistent worry", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالقلق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.2 Persistent worry", + "PsBi8qdxleW", + "3_2_persistent_worry", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.2 Persistent worry", + "1", + "365" + ], + [ + "31", + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + "3", + "3.3 Intense fear / phobia / feeling threatened", + "ae1ab702-fa58-4648-95e4-acca5c9078f7", + "3.3 Intense fear / phobia / feeling threatened", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "خوف شديد / خوف مرضي / الشعور بالتهديد", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.3 Intense fear / phobia / feeling threatened", + "JDP7sAjWj0r", + "3_3_intense_fear_phobia_feeling_threatened", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.3 Intense fear / phobia / feeling threatened", + "1", + "366" + ], + [ + "31", + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + "4", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "473f0ea3-92e5-4a99-bbe0-358e371355ee", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Panic attack", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "N/A", + "Diagnosis", + "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "hHoP5vhiGn3", + "3_4_panic_attack", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "1", + "367" + ], + [ + "31", + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + "5", + "3.5 Compulsive or repetitive behavior", + "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", + "3.5 Compulsive or repetitive behavior", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوك وسواسي أو متكرر", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.5 Compulsive or repetitive behavior", + "PgxhapZ8P9E", + "3_5_compulsive_or_repetitive_behavior", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.5 Compulsive or repetitive behavior", + "1", + "368" + ], + [ + "32", + "Current symptoms or complaints - Trauma related", + "", + "Coded", + "1", + "4.1 Intrusive feelings, thoughts", + "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", + "4.1 Intrusive feelings, thoughts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار تطفلية أو اقتحامية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.1 Intrusive feelings thoughts", + "sFbWwoZbiSF", + "4_1_intrusive_feelings_thoughts", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.1 Intrusive feelings, thoughts", + "1", + "369" + ], + [ + "32", + "Current symptoms or complaints - Trauma related", + "", + "Coded", + "2", + "4.2 Flashbacks", + "c60a75c9-2ee9-4fb2-af53-6d730e45f074", + "4.2 Flashbacks", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001794", + "90", + "Flashbacks", + "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", + "N/A", + "Diagnosis", + "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ومضات من الماضي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.2 Flashbacks", + "FibcXxxITz4", + "4_2_flashbacks", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.2 Flashbacks", + "1", + "370" + ], + [ + "32", + "Current symptoms or complaints - Trauma related", + "", + "Coded", + "3", + "4.3 Avoidance of traumatic stimuli", + "94083de5-2603-4b26-a6d8-ec4459f9eced", + "4.3 Avoidance of traumatic stimuli", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تجنب المحفزات المرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.3 Avoidance of traumatic stimuli", + "TzFciNtGU4L", + "4_3_avoidance_of_traumatic_stimuli", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.3 Avoidance of traumatic stimuli", + "1", + "371" + ], + [ + "32", + "Current symptoms or complaints - Trauma related", + "", + "Coded", + "4", + "4.4 Hypervigilance / excessive startle response", + "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", + "4.4 Hypervigilance / excessive startle response", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرط اليقظة / استجابة إجفالية شديدة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.4 Hypervigilance / excessive startle response", + "Uhj6bkTtm2b", + "4_4_hypervigilance_excessive_startle_response", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.4 Hypervigilance / excessive startle response", + "1", + "372" + ], + [ + "32", + "Current symptoms or complaints - Trauma related", + "", + "Coded", + "5", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "DqF1son0fxy", + "4_5_trauma_related_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "1", + "373" + ], + [ + "32", + "Current symptoms or complaints - Trauma related", + "", + "Coded", + "6", + "4.6 Child has stopped talking", + "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", + "4.6 Child has stopped talking", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + "90", + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف الطفل عن الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.6 Child has stopped talking", + "xrr1xtIehD9", + "4_6_child_has_stopped_talking", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.6 Child has stopped talking", + "1", + "374" + ], + [ + "33", + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + "1", + "5.1 Delusions (false beliefs)", + "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", + "5.1 Delusions (false beliefs)", + " ", + " ", + " ", + " ", + " ", + " ", + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوهام (معتقدات خاطئة)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.1 Delusions (false beliefs)", + "vAcyKlSrQOK", + "5_1_delusions", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.1 Delusions (false beliefs)", + "1", + "375" + ], + [ + "33", + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + "2", + "5.2 Visual hallucinations", + "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", + "5.2 Visual hallucinations", + " ", + " ", + " ", + " ", + " ", + " ", + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات بصرية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.2 Visual hallucinations", + "lsyUg99Xik2", + "5_2_visual_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.2 Visual hallucinations", + "1", + "376" + ], + [ + "33", + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + "3", + "5.3 Auditory hallucinations", + "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", + "5.3 Auditory hallucinations", + " ", + " ", + " ", + " ", + " ", + " ", + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات سمعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.3 Auditory hallucinations", + "BPYqkKFsav2", + "5_3_auditory_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.3 Auditory hallucinations", + "1", + "377" + ], + [ + "33", + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + "4", + "5.4 Disorganized thought /speech", + "dfaf113c-72f2-4865-81c9-31aba9e95a74", + "5.4 Disorganized thought /speech", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشتت الأفكار / الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.4 Disorganized thought /speech", + "f50m0IXJNZ1", + "5_4_disorganized_thought_speech", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.4 Disorganized thought /speech", + "1", + "378" + ], + [ + "33", + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + "5", + "5.5 Bizarre behavior", + "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", + "5.5 Bizarre behavior", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوكيات غريبة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.5 Bizarre behavior", + "SSaShXgyswX", + "5_5_bizarre_behavior", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.5 Bizarre behavior", + "1", + "379" + ], + [ + "33", + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + "6", + "5.6 Psychotic agitation", + "cda4f471-1da9-4192-8f26-ecec35775d5a", + "5.6 Psychotic agitation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور ذهاني بالضيق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.6 Psychotic agitation", + "BbQwHHYdAtY", + "5_6_psychotic_agitation", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.6 Psychotic agitation", + "1", + "380" + ], + [ + "34", + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + "1", + "6.1 Problems with concentration memory or reasoning", + "44274d50-bb85-4f20-9b55-d08f60343c38", + "6.1 Problems with concentration memory or reasoning", + " ", + " ", + " ", + " ", + " ", + " ", + "Problem", + " ", + "N/A", + "Diagnosis", + "128461AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في التركيز، أو التذكر، أو التفكير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.1 Problems with concentration memory or reasoning", + "HxamZeSwli0", + "6_1_problems_with_concentration_memory_or_reasoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.1 Problems with concentration memory or reasoning", + "1", + "381" + ], + [ + "34", + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + "2", + "6.2 Delayed development (milestones)", + "66e446ee-8f82-4f2a-808f-00d664ac92de", + "6.2 Delayed development (milestones)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تأخر في التطور (المحطات الإنجازية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.2 Delayed development (milestones)", + "zAXxqqhE7hH", + "6_2_delayed_development", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.2 Delayed development (milestones)", + "1", + "382" + ], + [ + "34", + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + "3", + "6.3 Abnormal social interaction and communication", + "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", + "6.3 Abnormal social interaction and communication", + "Abnormal", + "A result that deviates from the standard or what is expected.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001333", + "90", + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd75230-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تواصل اجتماعي غير طبيعي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.3 Abnormal social interaction and communication", + "p1PiLH5LcpL", + "6_3_abnormal_social_interaction_and_communication", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.3 Abnormal social interaction and communication", + "1", + "383" + ], + [ + "34", + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + "4", + "6.4 Learning difficulties", + "9240ed56-8ba2-4ef2-b42f-e84179fcc333", + "6.4 Learning difficulties", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبات في التعلم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.4 Learning difficulties", + "ov5D4toFD3q", + "6_4_learning_difficulties", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.4 Learning difficulties", + "1", + "384" + ], + [ + "34", + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + "5", + "6.5 Epileptic seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "6.5 Epileptic seizures", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000820", + "90", + "Epileptic seizure", + "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", + "N/A", + "Diagnosis", + "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.5 Epileptic seizures", + "dpdekdgiUMZ", + "6_5_epileptic_seizures", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.5 Epileptic seizures", + "1", + "385" + ], + [ + "35", + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + "1", + "7.1 Alcohol / substance abuse", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "7.1 Alcohol / substance abuse", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعاطي الكحول / العقاقير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.1 Alcohol / substance abuse", + "u6J5PRo76eL", + "7_1_alcohol_substance_abuse", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.1 Alcohol / substance abuse", + "1", + "386" + ], + [ + "35", + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + "2", + "7.2 Aggressiveness", + "977e8c6f-befa-4af3-87e1-1d29a57450c1", + "7.2 Aggressiveness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العدائية او الهجومية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.2 Aggressiveness", + "ZJKWvyAYFU4", + "7_2_aggressiveness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.2 Aggressiveness", + "1", + "387" + ], + [ + "35", + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + "3", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "XwiwuWP5Sze", + "7_3_conduct_problems_in_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "1", + "388" + ], + [ + "35", + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + "4", + "7.4 Hypo- or hyperactivity", + "520eccda-99f4-4cab-950b-260cfe3ab767", + "7.4 Hypo- or hyperactivity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة او فرط النشاط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.4 Hypo or hyperactivity", + "D655HPkg8Sw", + "7_4_hypo_or_hyperactivity", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.4 Hypo- or hyperactivity", + "1", + "389" + ], + [ + "35", + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + "5", + "7.5 Impulsivity", + "12723e41-2955-4917-971c-7f05849412d7", + "7.5 Impulsivity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاندفاعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.5 Impulsivity", + "L6gwT6cBFEk", + "7_5_impulsivity", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.5 Impulsivity", + "1", + "390" + ], + [ + "35", + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + "6", + "7.6 Regression in development", + "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", + "7.6 Regression in development", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الارتكاس في التطور", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.6 Regression in development", + "rhQpTzDeQPW", + "7_6_regression_in_development", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.6 Regression in development", + "1", + "391" + ], + [ + "35", + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + "7", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + " ", + " ", + " ", + " ", + " ", + " ", + "Social withdrawal", + " ", + "N/A", + "Diagnosis", + "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "xBuK70tTHrj", + "7_7_social_withdrawal", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "1", + "392" + ], + [ + "36", + "Current symptoms or complaints - Other symptoms", + "", + "Coded", + "1", + "8.1 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8.1 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "8.1 Other (specify)", + "tkP1jOd01Pn", + "8_1_other", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Other symptoms|8.1 Other", + "1", + "393" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "1", + "1. Acute stress reaction", + "a2f8295b-1259-481f-8ef3-34e213b7b4d6", + "1. Acute stress reaction", + "Acute stress reaction", + "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000906", + "95", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "MSF-506", + "", + "Acute stress reaction", + "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", + "Ok", + " ", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب الكرب الحاد", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Acute stress reaction", + "I2TnSpzmNZV", + "acute_stress_reaction", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|1. Acute stress reaction", + "1", + "394" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "2", + "2. Bereavement/grief", + "7d486d0c-0e2b-475d-8e17-07296cc624b9", + "2. Bereavement/grief", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-139251", + "Grief", + "Normal, appropriate sorrowful response to an immediate cause. It is self-limiting and gradually subsides within a reasonable time.", + "Only greif - no record for bereavement", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "الفجيعة / الأسى", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Bereavement / grief", + "fiMmy7FVXqj", + "bereavement_grief", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|2. Bereavement/grief", + "1", + "395" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "3", + "3. Post-Traumatic Stress Disorder", + "ec7a63e8-5d0b-4dcf-8f72-7529c1df699a", + "3. Post-Traumatic Stress Disorder", + "Traumatic", + "Injury to the body that causes long-lasting damage.", + "None", + "Finding", + "5cb34fe2-1c6a-4132-a046-f6a3ebcaa529", + "90", + "Stress", + "A pathological process resulting from the reaction of the body to external forces and abnormal conditions that tend to disturb the organism's homeostasis.", + "N/A", + "Diagnosis", + "125811AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Trauma", + "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", + "N/A", + "Diagnosis", + "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Use MSF manual", + "", + "MSF-291", + "", + "Post Traumatic Stress Disorder", + "An anxiety disorder precipitated by an experience of intense fear or horror while exposed to a traumatic (especially life-threatening) event. The disorder is characterized by intrusive recurring thoughts or images of the traumatic event avoidance of anything associated with the event a state of hyperarousal and diminished emotional responsiveness. These symptoms are present for at least one month and the disorder is usually long-term.", + "Ok", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب الكرب التالي للصدمة النفسية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Post-Traumatic Stress Disorder", + "GtXv2BevE4i", + "ptsd", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|3. Post-Traumatic Stress Disorder", + "1", + "396" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "4", + "4. Conversion/Dissociative reaction", + "58881584-4f0e-4cf3-b2bf-d9f0898ae106", + "4. Conversion/Dissociative reaction", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "MSF-457", + "", + "Dissociative and Conversion Disorder", + "A category of psychiatric disorders characterized by a disruption in the usually integrated functions of consciousness, memory, identity, and/or perception of the environment.", + "Ok", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب التحويل", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Dissociative / Conversive disorder", + "DzEHTmwsbwz", + "dissociative_onversive_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|4. Conversion/Dissociative reaction", + "1", + "397" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "5", + "5. Anxiety Disorder", + "2564bdee-c24c-4d96-903e-d44010f2a8ec", + "5. Anxiety Disorder", + "Anxiety disorder", + "", + "", + "", + "MSF-AAAAAA000000000000000502", + "95", + "Anxiety", + "Persistent feeling of dread, apprehension, and impending disaster.", + "N/A", + "Diagnosis", + "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Anxiety", + "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", + "Coded", + "Diagnosis", + "3ce6b1ee-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF manual", + "", + "MSF-102", + "", + "Anxiety disorder", + "Disorders in which anxiety (persistent feelings of apprehension, tension, or uneasiness) is the predominant disturbance.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب القلق", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Anxiety Disorder", + "RBjv7HDiR95", + "anxiety_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|5. Anxiety Disorder", + "1", + "398" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "6", + "6. Medically Unexplained Physical Symptoms (MUPS)", + "9df01581-6135-4876-8fb8-cbaaa522064e", + "6. Medically Unexplained Physical Symptoms (MUPS)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3187", + "", + "", + "", + "not found MSF or CIEL", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "عراض طبية من دون أسباب جسدية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Medically Unexplained Physical Symptoms", + "bCJLe9PMYeL", + "mups", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|6. Medically Unexplained Physical Symptoms (MUPS)", + "1", + "399" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "7", + "7. Depression", + "2066f043-2f21-4c19-8c04-77301d7404f9", + "7. Depression", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + "90", + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF automatch", + "", + "MSF-160", + "", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "لاكتئاب", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Depression", + "cBAzRxJxoKF", + "depression", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|7. Depression", + "1", + "400" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "8", + "8. Self-harming behavior/suicide attempt", + "b27187bd-e94a-4dbc-9a77-46c0cefad25a", + "8. Self-harming behavior/suicide attempt", + "Self-harm", + "The act of purposely hurting oneself as an emotional coping mechanism.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001791", + "90", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "Seperate - self harm MSF 158754, suicidal thoughts MSF1390 (different to attemps) Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540, History of Suicide attempt - CIEL 129176", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "سلوك مؤذي للنفس / محاولة انتحار", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Self-harm / suicide", + "StKvhy342Ik", + "self_harm_suicide", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|8. Self-harming behavior/suicide attempt", + "1", + "401" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "9", + "9. Acute psychosis (incl. post-partum psychosis)", + "b33dac1c-b0c0-4fcd-b639-661bb6678924", + "9. Acute psychosis (incl. post-partum psychosis)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-446", + "", + "Acute and transient psychosis", + "A disorder characterized by delusions, hallucinations, disorganized speech, and/or grossly disorganized behavior that resolve within a month.", + "Includes transient", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "ذهان حاد (يشمل ذهان ما بعد الإنجاب)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Acute psychosis", + "RU3BLFqOhZe", + "acute_psychosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|9. Acute psychosis (incl. post-partum psychosis)", + "1", + "402" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "10", + "10. Chronic psychosis (incl. schizophrenia)", + "97f1f41-b0c7-407d-b95f-b1e26c3fd23c", + "10. Chronic psychosis (incl. schizophrenia)", + "Chronic psychosis", + "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000844", + "90", + "Chronic psychosis", + "", + "N/A", + "Diagnosis", + "166212AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "MSF-444", + "", + "Chronic psychosis", + "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "ذهان مزمن(يشمل الفصام)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Chronic psychosis", + "ndznYG4Vbbs", + "chronic_psychosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|10. Chronic psychosis (incl. schizophrenia)", + "1", + "403" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "11", + "11. Bipolar disorder (incl. mania)", + "1ba02bf8-6bbe-46a6-baff-d18b5c9f6425", + "11. Bipolar disorder (incl. mania)", + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000848", + "90", + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Use MSF automatch", + "", + "MSF-448", + "", + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب ثنائي القطب(يشمل الهوس)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Bipolar disorder", + "V30FRwMiqy7", + "bipolar_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|11. Bipolar disorder (incl. mania)", + "1", + "404" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "12", + "12. Enuresis / Encopresis", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "12. Enuresis / Encopresis", + "Enuresis", + "Involuntary discharge of urine after the age at which urinary control should have been achieved", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001796", + "90", + "Encopresis", + "Incontinence of feces not due to organic defect or illness.", + "N/A", + "Diagnosis", + "141309AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Seperate entities, Enuresis MSF-1396, Encopresis CIEL141309", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "سلس البراز / البول", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Enuresis", + "Ef59Tr7bwiG", + "enuresis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|12. Enuresis / Encopresis", + "1", + "405" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "13", + "13. Developmental disorder (incl. intellectual disability, autism)", + "63f73696-3d7c-4dc5-8c16-5382c20c3f9f", + "13. Developmental disorder (incl. intellectual disability, autism)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use CIEL manual", + "", + "MSF-500", + "OCL-1194889", + "Developmental disabilities", + "Disorders in which there is a delay in development based on that expected for a given age level or stage of development. These impairments or disabilities originate before age 18, may be expected to continue indefinitely, and constitute a substantial impairment. Biological and nonbiological factors are involved in these disorders. ", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب نمو (يشمل الإعاقة الذهنية والتوحد)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Developmental disorder (incl. intellectual disability, autism)", + "veb2vWtp2QT", + "developmental_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|13. Developmental disorder (incl. intellectual disability, autism)", + "1", + "406" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "14", + "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-890", + "", + "Childhood behavioural problem", + "Pediatric paitent displays a behavioral problem.", + "nb finding not diagnosis", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب سلوكي لدى الطفل (يشمل اضطراب نقص الانتباه مع فرط النشاط، واضطراب المسلك)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Childhood behavioral disorder", + "k6LNSHULzvA", + "childhood_behavioral_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + "1", + "407" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "15", + "15. Childhood emotional disorder", + "52d85e63-b238-4161-985c-97f75ad80c9a", + "15. Childhood emotional disorder", + "Childhood emotional disorder", + "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000905", + "95", + "Childhood emotional disorder", + "", + "N/A", + "Diagnosis", + "155498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Use MSF automatch", + "", + "MSF-505", + "", + "Childhood emotional disorder", + "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب عاطفي لدى الطفل", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Childhood emotional disorder", + "JznaioxOZKP", + "childhood_emotional_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|15. Childhood emotional disorder", + "1", + "408" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "16", + "16. Substance-related disorder", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "16. Substance-related disorder", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Create in OCG", + "", + "MSF-2457", + "", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب ذو صلة بالعقاقير", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Substance-related disorders", + "HllN5G1TKNb", + "substance_related_disorders", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|16. Substance-related disorder", + "1", + "409" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "17", + "17. Epilepsy / seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "17. Epilepsy / seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + "90", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", + "Coded", + "Diagnosis", + "155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", + "N/A", + "Diagnosis", + "3cce0a90-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF manual", + "", + "MSF-420", + "", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "صرع/نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Epilepsy / seizures", + "KYmRwgkkgsl", + "epilepsy_seizures", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|17. Epilepsy / seizures", + "1", + "410" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "18", + "18. Other disorder", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "18. Other disorder", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "other / other disorder", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "نوع آخر من الأمراض", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Other disorder, specify", + "G7j5nsi8r7T", + "other_disorder_specify", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|18. Other disorder", + "1", + "411" + ], + [ + "37", + "Clinical diagnosis - MH", + "", + "Coded", + "19", + "19. No diagnosis", + "dc77c73a-5ce5-4aac-821e-81f19f81b65f", + "19. No diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-1630", + "", + "none", + "Generic descriptive answer.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "", + "لا يوجد تشخيص", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "No diagnosis", + "qNroeJqYQmn", + "no_diagnosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|19. No diagnosis", + "1", + "412" + ], + [ + "38", + "Main category of symptoms - MH", + "", + "Coded", + "1", + "1. Psychosomatic", + "c899d33a-adde-4c70-ad65-2326b8843e3b", + "1. Psychosomatic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-459", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "نفسية جسدية", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "1. Psychosomatic", + "YLwstT7QxPg", + "1_psychosomatic", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|1. Psychosomatic", + "1", + "413" + ], + [ + "38", + "Main category of symptoms - MH", + "", + "Coded", + "2", + "2. Depression related", + "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", + "2. Depression related", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + "90", + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "1رتبطة بالاكتئاب", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "2. Depression related", + "IEdTLNPdysy", + "2_depression_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|2. Depression related", + "1", + "414" + ], + [ + "38", + "Main category of symptoms - MH", + "", + "Coded", + "3", + "3. Anxiety related", + "241b3278-3803-478b-8484-70e2b17e5543", + "3. Anxiety related", + "", + "", + "", + "", + "", + "", + "Anxiety", + "Persistent feeling of dread, apprehension, and impending disaster.", + "N/A", + "Diagnosis", + "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Anxiety", + "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", + "Coded", + "Diagnosis", + "3ce6b1ee-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "2مرتبطة بالقلق", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "3. Anxiety related", + "WgBIYmHZdJc", + "3_anxiety_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|3. Anxiety related", + "1", + "415" + ], + [ + "38", + "Main category of symptoms - MH", + "", + "Coded", + "4", + "4. Trauma related", + "3a0c003c-9149-4a5f-a236-ed5d61231950", + "4. Trauma related", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Trauma", + "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", + "N/A", + "Diagnosis", + "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "3مرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "4. Trauma related", + "vC3XeVwbmLY", + "4_trauma_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|4. Trauma related", + "1", + "416" + ], + [ + "38", + "Main category of symptoms - MH", + "", + "Coded", + "5", + "5. Psychosis related", + "612c130a-0ae9-4565-af09-b5437334c742", + "5. Psychosis related", + "Psychosis", + "Mental disorder combining symptoms that result in an impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000696", + "90", + "Psychosis", + "", + "N/A", + "Diagnosis", + "113517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Psychosis", + "A severe mental disorder, with or without organic damage, characterized by derangement of personality and loss of contact with reality and causing deterioration of normal social functioning.", + "N/A", + "Diagnosis", + "3ccea7fc-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "4مرتبطة بالذهان", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "5. Psychosis related", + "NuEhgdvdwHA", + "5_psychosis_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|5. Psychosis related", + "1", + "417" + ], + [ + "38", + "Main category of symptoms - MH", + "", + "Coded", + "6", + "6. Neuro cognitive problems", + "a5b552b6-44db-42f1-a436-6f2f12de471e", + "6. Neuro cognitive problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-891", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "5مشاكل عصبية إدراكية", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "6. Neuro cognitive problems", + "x9vk1fImSr7", + "6_neuro_cognitive_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|6. Neuro cognitive problems", + "1", + "418" + ], + [ + "38", + "Main category of symptoms - MH", + "", + "Coded", + "7", + "7. Behaviour problems", + "5b271a75-d44b-466a-8baf-71153dc1895c", + "7. Behaviour problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use CIEL manual", + "", + "", + "OCL-113635", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "6مشاكل في السلوكيات", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "7. Behaviour problems", + "S5v9RKrCwIx", + "7_behaviour_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|7. Behaviour problems", + "1", + "419" + ], + [ + "38", + "Main category of symptoms - MH", + "", + "Coded", + "8", + "8. Other symptoms", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8. Other symptoms", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "7اعراض اخرى", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "8. Other symptoms", + "GaJQMD4oqS5", + "8_other_symptoms", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|8. Other symptoms", + "1", + "420" + ], + [ + "39", + "Duration of the main symptom - MH", + "", + "Coded", + "1", + "1 - 3 days", + "a3d78d0a-613d-46ab-ae00-de985dd822eb", + "1 - 3 days", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3243", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أيام ١-٣", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 3 days", + "Syw1PVWr0UX", + "1_3_days", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 3 days", + "1", + "421" + ], + [ + "39", + "Duration of the main symptom - MH", + "", + "Coded", + "2", + "4 - 7 days", + "7a5a7a86-1ebf-4309-915a-d58e6c907db1", + "4 - 7 days", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3244", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أيام ٤-٦", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "4 - 7 days", + "jVQNrNJHHkN", + "4_7_days", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|4 - 7 days", + "1", + "422" + ], + [ + "39", + "Duration of the main symptom - MH", + "", + "Coded", + "3", + "1 - 4 weeks", + "d5ea3587-be05-4b66-809c-3c63481300b3", + "1 - 4 weeks", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3245", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أسابيع ١-٤", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 4 weeks", + "IcUeaP23Ayu", + "1_4_weeks", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 4 weeks", + "1", + "423" + ], + [ + "39", + "Duration of the main symptom - MH", + "", + "Coded", + "4", + "1 - 6 months", + "a2ffa3e1-eabe-4417-af29-09ea962d584e", + "1 - 6 months", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3246", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أشهر ١-٦", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 6 months", + "qgvtHQTTScW", + "1_6_months", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 6 months", + "1", + "424" + ], + [ + "39", + "Duration of the main symptom - MH", + "", + "Coded", + "5", + "6 - 12 months", + "f9c40a2d-7e94-418b-b222-e73959845e4d", + "6 - 12 months", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3247", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أشهر ٦-١٢", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "6 - 12 months", + "y6MYfCvaJkX", + "6_12_months", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|6 - 12 months", + "1", + "425" + ], + [ + "39", + "Duration of the main symptom - MH", + "", + "Coded", + "6", + "> 1 year", + "f7ae6f81-0dcf-4316-9706-26d96a8d9c1e", + "> 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3248", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أكثر من سنة", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "> 1 year", + "ACcQT2fwiwz", + ">1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|> 1 year", + "1", + "426" + ], + [ + "40", + "PHQ9 - Ranges", + "", + "Coded", + "1", + "0 - 4", + "", + "0 - 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "0 - 4", + "WckhKgP63BA", + "0_4", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|0 - 4", + "1", + "427" + ], + [ + "40", + "PHQ9 - Ranges", + "", + "Coded", + "2", + "9-May", + "", + "9-May", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "9-May", + "YkBcbx6RBHh", + "5_9", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|5 - 9", + "1", + "428" + ], + [ + "40", + "PHQ9 - Ranges", + "", + "Coded", + "3", + "14-Oct", + "", + "14-Oct", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "14-Oct", + "AJWrsjJAliA", + "10_14", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|10 - 14", + "1", + "429" + ], + [ + "40", + "PHQ9 - Ranges", + "", + "Coded", + "4", + "15 - 19", + "", + "15 - 19", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "15 - 19", + "q0ubDgXvYpV", + "15_19", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|15 - 19", + "1", + "430" + ], + [ + "40", + "PHQ9 - Ranges", + "", + "Coded", + "5", + ">=20", + "", + ">=20", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + ">=20", + "vq07JGEe2mq", + ">20", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|>=20", + "1", + "431" + ], + [ + "41", + "CGI-S", + "", + "Coded", + "1", + "0 - Not assessed", + "eb770ad7-b106-4255-83bd-2dc284fbd7ce", + "0 - Not assessed", + "", + "", + "", + "", + "", + "", + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Use MSF manual", + "", + "MSF-3257", + "", + "", + "0 - لم يتم قياسه", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لم يتم قياسه", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "0", + "G9EBBmiN9xy", + "cgi-s_score|0", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|0 - Not assessed", + "1", + "432" + ], + [ + "41", + "CGI-S", + "", + "Coded", + "2", + "1 - Normal/not ill", + "d884d3dd-7649-4260-b139-2d740baf9767", + "1 - Normal/not ill", + "Normal", + "A standard or typical result.", + "N/A", + "Misc", + "d884d3dd-7649-4260-b139-2d740baf9767", + "90", + "Normal", + "General descriptive answer.", + "N/A", + "Misc", + "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Normal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd750a0-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "1 - عادي / غير مريض", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عادي / غير مريض", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "1", + "kA0sL0CXSw6", + "cgi-s_score|1", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|1 - Normal/not ill", + "1", + "433" + ], + [ + "41", + "CGI-S", + "", + "Coded", + "3", + "2 - Suspected mentally ill", + "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1", + "2 - Suspected mentally ill", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Create in OCG", + "", + "", + "", + "", + "2 - يشتبه بإصابته بمرض نفسي", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "يشتبه بإصابته بمرض نفسي", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "2", + "JZ7qkt6RFC8", + "cgi-s_score|2", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|2 - Suspected mentally ill", + "1", + "434" + ], + [ + "41", + "CGI-S", + "", + "Coded", + "4", + "3 - Mildly ill", + "c90610d0-29ee-437e-af93-7bcc49fda2f1", + "3 - Mildly ill", + "Mild", + "Without severity or significant impact", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001887", + "90", + "Mildly ill", + "Clearly established symptoms with minimal, if any, distress or difficulty in social and occupational function", + "N/A", + "Finding", + "c6518e7c-21fb-4567-b415-13c007171e4e", + "90", + "Mild", + "General qualifier value", + "N/A", + "Finding", + "3cdef9ae-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "3 - مريض بشكل طفيف", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل طفيف", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "3", + "Wdl3QmheipE", + "cgi-s_score|3", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|3 - Mildly ill", + "1", + "435" + ], + [ + "41", + "CGI-S", + "", + "Coded", + "5", + "4 - Moderately ill", + "e81cfac7-6c80-4e1b-af86-3d896c9bbdac", + "4 - Moderately ill", + "Moderate", + "Average in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001888", + "90", + "Moderately ill", + "Overt symptoms causing noticeable, but modest, functional impairment or distress; symptom level may warrant medication", + "N/A", + "Finding", + "10fe25ee-6a0f-41f8-a443-3155b51e5f25", + "90", + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "3cdef832-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "4 - مريض بشكل متوسط ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل متوسط ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "4", + "nCM6PF4SB9r", + "cgi-s_score|4", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|4 - Moderately ill", + "1", + "436" + ], + [ + "41", + "CGI-S", + "", + "Coded", + "6", + "5 - Markedly ill", + "cf122053-f10b-4450-89e1-ed9adabb413c", + "5 - Markedly ill", + "Markedly ill", + "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Severity (CGI-S) score, rating the mental state of the patient.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001840", + "90", + "Markedly ill", + "Intrusive symptoms that distinctly impair social/occupational function or cause intrusive levels of distress", + "N/A", + "Finding", + "877f9423-bac3-41b4-ada1-3e571cfaa7fd", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "5 - مريض بشكل ملحوظ ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل ملحوظ ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "5", + "nIwgqWMPi2T", + "cgi-s_score|5", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|5 - Markedly ill", + "1", + "437" + ], + [ + "41", + "CGI-S", + "", + "Coded", + "7", + "6 - Severely ill", + "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7", + "6 - Severely ill", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severely ill", + "Disruptive pathology, behavior and function are frequently influenced by symptoms, may require assistance from others", + "N/A", + "Finding", + "fbce3be2-ca0b-48e0-a314-720d2a67b71b", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "6 - مريض بشكل شديد", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل شديد", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "6", + "UD0mFMSQCkc", + "cgi-s_score|6", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|6 - Severely ill", + "1", + "438" + ], + [ + "41", + "CGI-S", + "", + "Coded", + "8", + "7 - Extremely ill patient", + "0f115f25-cdd0-49c3-b009-ba9acb041fef", + "7 - Extremely ill patient", + "", + "", + "", + "", + "", + "", + "Extremely ill", + "Among the most extremely ill patients&mdash;pathology drastically interferes in many life functions; may be hospitalized", + "N/A", + "Finding", + "319a7d41-45c6-4a88-8e84-6a61b9cc2d1b", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "7 - مريض بشكل خطير", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل خطير", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "7", + "FYnMWvKXosf", + "cgi-s_score|7", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|7 - Extremely ill patient", + "1", + "439" + ], + [ + "42", + "CGI-I", + "", + "Coded", + "1", + "0 - Not assessed", + "", + "0 - Not assessed", + "", + "", + "", + "", + "", + "", + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "0 - لم يتم قياسه ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لم يتم قياسه ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "0", + "G9EBBmiN9xy", + "cgi-s_score|0", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|0 - Not assessed", + "1", + "440" + ], + [ + "42", + "CGI-I", + "", + "Coded", + "2", + "1 - Very much improved", + "", + "1 - Very much improved", + "Very much improved", + "A score of 1 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001843", + "95", + "Very much improved", + "Nearly all better; good level of functioning; minimal symptoms; represents a very substantial change", + "N/A", + "Finding", + "30c9c7a5-cc9e-40fa-a5ec-9e8b8994a2c7", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "1 - تحسن إلى حد كبير ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن إلى حد كبير ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "1", + "kA0sL0CXSw6", + "cgi-s_score|1", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|1 - Very much improved", + "1", + "441" + ], + [ + "42", + "CGI-I", + "", + "Coded", + "3", + "2 - Much improved", + "", + "2 - Much improved", + "Much improved", + "A score of 2 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001844", + "90", + "Much improved", + "Notably better with significant reduction of symptoms; increase in the level of functioning but some symptoms remain", + "N/A", + "Finding", + "0bab04e3-b58c-4809-862b-1f9da712b46d", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "2 - تحسن جداً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن جداً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "2", + "JZ7qkt6RFC8", + "cgi-s_score|2", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|2 - Much improved", + "1", + "442" + ], + [ + "42", + "CGI-I", + "", + "Coded", + "4", + "3 - Minimally improved", + "", + "3 - Minimally improved", + "Minimally improved", + "A score of 3 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001845", + "95", + "Minimally improved", + "Slightly better with little or no clinically meaningful reduction of symptoms. Represents very little change in basic clinical status, level of care, or functional capacity", + "N/A", + "Finding", + "da0f78aa-5e68-4979-90e6-49225805e85b", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "3 - تحسن بالحد الأدنى", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن بالحد الأدنى", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "3", + "Wdl3QmheipE", + "cgi-s_score|3", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|3 - Minimally improved", + "1", + "443" + ], + [ + "42", + "CGI-I", + "", + "Coded", + "5", + "4 - No change", + "", + "4 - No change", + "No change", + "A score of 4 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001846", + "90", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "4 - لا تغيّر ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لا تغيّر ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "4", + "nCM6PF4SB9r", + "cgi-s_score|4", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|4 - No change", + "1", + "444" + ], + [ + "42", + "CGI-I", + "", + "Coded", + "6", + "5 - Minimally worse", + "", + "5 - Minimally worse", + "Minimally worse", + "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001847", + "90", + "Minimally worse", + "Slightly worse but may not be clinically meaningful; may represent very little change in basic clinical status or functional capacity", + "N/A", + "Misc", + "f7d57972-8da5-422c-8b85-d9d2239c682e", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "5 - ساءت حالته قليلاً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته قليلاً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "5", + "nIwgqWMPi2T", + "cgi-s_score|5", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|5 - Minimally worse", + "1", + "445" + ], + [ + "42", + "CGI-I", + "", + "Coded", + "7", + "6 - Much worse", + "", + "6 - Much worse", + "Much worse", + "A score of 6 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001848", + "90", + "Much worse", + "Clinically significant increase in symptoms and diminished functioning", + "N/A", + "Misc", + "0bec15d7-9903-4a20-9494-401301f4d05d", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "6 - ساءت حالته جداً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته جداً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "6", + "UD0mFMSQCkc", + "cgi-s_score|6", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|6 - Much worse", + "1", + "446" + ], + [ + "42", + "CGI-I", + "", + "Coded", + "8", + "7 - Very much worse", + "", + "7 - Very much worse", + "Very much worse", + "A score of 7 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001849", + "90", + "Very much worse", + "Severe exacerbation of symptoms and loss of functioning", + "N/A", + "Misc", + "79c81058-c0ee-430e-9153-fb9c3c2dccc7", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "7 - ساءت حالته إلى حد كبير", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته إلى حد كبير", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "7", + "FYnMWvKXosf", + "cgi-s_score|7", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|7 - Very much worse", + "1", + "447" + ], + [ + "43", + "Medication prescribed by - MH", + "", + "Coded", + "1", + "MSF", + "74c9a7c6-e64d-4f49-b8a6-f10999eb25bc", + "MSF", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3300", + "", + "MSF OCG", + "The MSF Operational Centre based in Geneva.", + "MSF-51 is MSF OCG (each section is coded, but no MSF on its own)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منظمة أطباء بلا حدو", + "TEXT", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Medication prescribed by - MH|MSF", + "1", + "448" + ], + [ + "43", + "Medication prescribed by - MH", + "", + "Coded", + "2", + "Non MSF", + "77822de2-c236-4400-96f4-ee13b9334cea", + "Non MSF", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF manual", + "", + "MSF-3301", + "", + "", + "", + "Not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليس منظمة أطباء بلا حدود", + "TEXT", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Medication prescribed by - MH|Non MSF", + "1", + "449" + ], + [ + "44", + "Type of violence", + "", + "Coded", + "1", + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-313", + "", + "Sexual violence", + "Unlawful sexual intercourse without consent of the victim.", + "Not found as an adjective alone, MSF313 for sexual violence", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "جنسي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Sexual", + "1", + "450" + ], + [ + "44", + "Type of violence", + "", + "Coded", + "2", + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-158358", + "Physical Violence", + "", + "Not found as an adjective alone, as a diagnosis in CIEL (physical violence, or as a finding, Victim of physical violence, 167244)", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "جسدي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Physical", + "1", + "451" + ], + [ + "44", + "Type of violence", + "", + "Coded", + "3", + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3303", + "", + "", + "", + "Not found as an adjective alone, or as a type of violence in MSF", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "لفظي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Verbal", + "1", + "452" + ], + [ + "44", + "Type of violence", + "", + "Coded", + "4", + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3304", + "", + "", + "", + "Not found as an adjective alone, or as a type of violence in MSF", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "نفسي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Psychological", + "1", + "453" + ], + [ + "44", + "Type of violence", + "", + "Coded", + "5", + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Other", + "1", + "454" + ], + [ + "45", + "Type of violence 2", + "", + "Coded", + "1", + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Physical", + "1", + "455" + ], + [ + "45", + "Type of violence 2", + "", + "Coded", + "2", + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Psychological", + "1", + "456" + ], + [ + "45", + "Type of violence 2", + "", + "Coded", + "3", + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Sexual", + "1", + "457" + ], + [ + "45", + "Type of violence 2", + "", + "Coded", + "4", + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Verbal", + "1", + "458" + ], + [ + "45", + "Type of violence 2", + "", + "Coded", + "5", + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Other", + "1", + "459" + ], + [ + "46", + "Type of violence 3", + "", + "Coded", + "1", + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Physical", + "1", + "460" + ], + [ + "46", + "Type of violence 3", + "", + "Coded", + "2", + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Psychological", + "1", + "461" + ], + [ + "46", + "Type of violence 3", + "", + "Coded", + "3", + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Sexual", + "1", + "462" + ], + [ + "46", + "Type of violence 3", + "", + "Coded", + "4", + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Verbal", + "1", + "463" + ], + [ + "46", + "Type of violence 3", + "", + "Coded", + "5", + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Other", + "1", + "464" + ], + [ + "47", + "Time between violence event and consultation", + "", + "Coded", + "1", + "< 24 hrs", + "63a236d1-add1-49ec-88c9-8e89108a71f2", + "< 24 hrs", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3305", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من 24 ساعة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "< 24 hrs", + "rboxGBCpxP5", + "< 24 hrs", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|< 24 hrs", + "1", + "465" + ], + [ + "47", + "Time between violence event and consultation", + "", + "Coded", + "2", + "24 -72hrs", + "8d9cf61e-1f64-4f25-b202-52da17e8c634", + "24 -72hrs", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3306", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "72-24ساعة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "24 -72hrs", + "Fi67snqrRPm", + "24 -72hrs", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|24 -72hrs", + "1", + "466" + ], + [ + "47", + "Time between violence event and consultation", + "", + "Coded", + "3", + "Less than 1 month", + "0e298528-7c8c-4724-a24f-d71ee7c1ebea", + "Less than 1 month", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3307", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من شهر واحد", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Less than 1 month", + "W90N4TbsQYD", + "less_than_1_month", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Less than 1 month", + "1", + "467" + ], + [ + "47", + "Time between violence event and consultation", + "", + "Coded", + "4", + "Less than 1 year", + "b5b58ef8-1bdf-4c14-9384-afbeb848d571", + "Less than 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3308", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من سنة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Less than 1 year", + "NEIhaoKeaqc", + "less_than_1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Less than 1 year", + "1", + "468" + ], + [ + "47", + "Time between violence event and consultation", + "", + "Coded", + "5", + ">= 1 year", + "4a17e0a6-1add-49a6-9831-d8ad7c647ec9", + ">= 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "Use MSF manual", + "", + "MSF-3309", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "سنة او اكثر", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + ">= 1 year", + "ifUaNyIglm3", + ">= 1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|>= 1 year", + "1", + "469" + ], + [ + "47", + "Time between violence event and consultation", + "", + "Coded", + "6", + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Use MSF automatch", + "", + "MSF-929", + "CIEL-1067", + "unknown", + "Generic answer to question when information/data is not known.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Unknown", + "Ldq2j9ZBfMI", + "unknown", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Unknown", + "1", + "470" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "1", + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "6e02debd-31eb-4112-8566-00e520835c76", + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "1", + "471" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "2", + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL_160656", + "Personal History of severe disease", + "", + "Diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "1", + "472" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "3", + "1.3 Unwanted pregnancy", + "35910034-cc37-4dd1-abb7-ce140b0eff2b", + "1.3 Unwanted pregnancy", + "", + "", + "", + "", + "", + "", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL -123572", + "Unwanted Pregnancy", + "The pregnancy is not wanted by one or both parents.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حمل غير مرعوب به", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.3 Unwanted pregnancy", + "1", + "473" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "4", + "1.4 History of psychiatric problems", + "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", + "1.4 History of psychiatric problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL-159350", + "Personal History of Psychiatric Disorder", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المعاناة من مشاكل نفسية في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.4 History of psychiatric problems", + "1", + "474" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "5", + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "4bf7b376-9193-4ee4-a51a-445d07d2d22b", + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "N/A", + "Diagnosis", + "733c362a-89d3-4c6a-b918-f4af5725e7c7", + "90", + "Found", + "", + "", + "(see CIEL)", + "CIEL-145439", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "1", + "475" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "6", + "1.6 Family member with a serious medical condition", + "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", + "1.6 Family member with a serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "MSF-918", + "", + "Close relative with medical disease", + "Relative or family member has a medical disease.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.6 Family member with a serious medical condition", + "1", + "476" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "7", + "2.1 Sexual violence within the family", + "5cccf137-2952-4c9b-b879-b4ed2a9be621", + "2.1 Sexual violence within the family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي داخل العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.1 Sexual violence within the family", + "1", + "477" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "8", + "2.2 Sexual violence outside the family", + "dbe73631-79ae-4ab9-a3c8-65d6732c8714", + "2.2 Sexual violence outside the family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي خارج العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.2 Sexual violence outside the family", + "1", + "478" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "9", + "2.3 Exposed to war", + "cf28335f-d72c-440a-afc1-bcca39b51155", + "2.3 Exposed to war", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العيش في أجواء الحرب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.3 Exposed to war", + "1", + "479" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "10", + "2.4 Incarceration/detention", + "66492df1-6d26-498a-b6c7-b10931da1642", + "2.4 Incarceration/detention", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL-156761", + "Imprisonment and other incarceration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحبس/الاحتجاز", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.4 Incarceration/detention", + "1", + "480" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "11", + "2.5 Hostage/kidnapping/forced recruitment", + "8917acb0-e25d-4f9e-84bb-cae9998abf35", + "2.5 Hostage/kidnapping/forced recruitment", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاختطاف / التجنيد الإجباري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.5 Hostage/kidnapping/forced recruitment", + "1", + "481" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "12", + "2.6 Deportation", + "f279409d-71ba-41c6-8301-76ee90d239dc", + "2.6 Deportation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الترحيل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.6 Deportation", + "1", + "482" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "13", + "2.7 Domestic violence", + "e25f9ca1-0b33-4765-a8c4-5da48289bda7", + "2.7 Domestic violence", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL-160658", + "History of exposure to domestic violence", + "History of abusive behaviors by one partner against another in an intimate relationship such as marriage, dating, family, or cohabitation. This includes the history of physical, sexual or emotional abuse.", + "As opposed to Domestic Violence as a diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف المنزلي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.7 Domestic violence", + "1", + "483" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "14", + "2.8 Victim of threats", + "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", + "2.8 Victim of threats", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للتهديدات", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.8 Victim of threats", + "1", + "484" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "15", + "2.9 Victim of human trafficking or smuggling", + "5958f0fd-c755-4640-80d7-5ef0f9522b2e", + "2.9 Victim of human trafficking or smuggling", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للإتجار البشري والتهريب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.9 Victim of human trafficking or smuggling", + "1", + "485" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "16", + "2.10 Witness violence/killings/threats", + "107a7f52-f95d-447f-bf1a-c801e1a0082c", + "2.10 Witness violence/killings/threats", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-922", + "", + "Direct witness of violence", + "Patient directly witnessed an act of violence.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.10 Witness violence/killings/threats", + "1", + "486" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "17", + "2.11 Forced to flee (IDP/refugee/migrant)", + "a8b0e025-a735-407b-b958-fe9b29c370e7", + "2.11 Forced to flee (IDP/refugee/migrant)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-1530", + "", + "Internally Displaced Person", + "Person who have been forced to flee their home but never cross an international border", + "Also existing migrant MSF-1531 and refugee MSF-1529", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.11 Forced to flee (IDP/refugee/migrant)", + "1", + "487" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "18", + "2.12 Target of stigma/discrimination/marginalization", + "e702655a-57af-457a-a1ae-42e31f119f80", + "2.12 Target of stigma/discrimination/marginalization", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "Multiple distinct types of discrimination in CIEL, no generic. Also reused to seek treatment due to stigme as a reason for noncomliance", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للوصم / التمييز العنصري / التهميش", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.12 Target of stigma/discrimination/marginalization", + "1", + "488" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "19", + "2.13 Other violence (wounded/beaten/torture)", + "c80eb3f7-31b1-4717-a78d-0aac623fc129", + "2.13 Other violence (wounded/beaten/torture)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found - but Victim of Torture CIEL-123156", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.13 Other violence (wounded/beaten/torture)", + "1", + "489" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "20", + "2.14 Forced curfew or confinement", + "ea673f5c-5f99-4da5-9f41-92c21446de31", + "2.14 Forced curfew or confinement", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "no found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاحتجاز أو منع الحركة القسري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.14 Forced curfew or confinement", + "1", + "490" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "21", + "2.15 History of suicide attempts", + "160734e2-e5ed-44e9-b573-bdbb6e619e30", + "2.15 History of suicide attempts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL-129176", + "History of Suicide attempt", + "", + "Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحار سابقة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.15 History of suicide attempts", + "1", + "491" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "22", + "2.16 History of self-harm/mutilation", + "19408a7e-e17e-4040-adec-d6aa426564ce", + "2.16 History of self-harm/mutilation", + "", + "", + "", + "", + "", + "", + "self-harm", + "", + "N/A", + "Diagnosis", + "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-1391", + "", + "Self Harm", + "The act of purposely hurting oneself as an emotional coping mechanism.", + "Is listed as diagnosis, not as a precipitating event", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية نفس / تشويه للنفس في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.16 History of self-harm/mutilation", + "1", + "492" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "23", + "2.17 Family members lived a violent experience", + "5a462534-7605-4137-8d5c-503584538eb4", + "2.17 Family members lived a violent experience", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أفراد العائلة لتجربة عنيفة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.17 Family members lived a violent experience", + "1", + "493" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "24", + "2.18 Adult forced marriage ", + "a725a884-e785-4c08-b08a-386d8652faaf", + "2.18 Adult forced marriage ", + "", + "", + "", + "", + "", + "", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الزواج القسري للبالغين", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.18 Adult forced marriage ", + "1", + "494" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "25", + "2.19 Child marriage", + "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + "90", + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زواج الأطفال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.19 Child marriage", + "1", + "495" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "26", + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "4e3ab089-6a99-4e15-8883-3c49a150e6c6", + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "MSF-917", + "CIEL-167687", + "Close relative detained/died/missed/injured", + "Relative or family member has died, been detained, is missing, etc.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.1 Family member killed or missing (arrested / detained / disappeared) ", + "1", + "496" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "27", + "3.2 Unaccompanied minor or orphaned", + "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", + "3.2 Unaccompanied minor or orphaned", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found. 1174 CIEL, but as question 'orphan' not finding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قاصر أو يتيم من دون مرافق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.2 Unaccompanied minor or orphaned", + "1", + "497" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "28", + "3.3 Negligence of caretakers", + "f2be320d-7757-4525-bcb0-6005368982d7", + "3.3 Negligence of caretakers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-1424", + "", + "Victim of Neglect", + "The person has been deprived of the care necessary to maintain their physical or mental health.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهمال مقدمي الرعاية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.3 Negligence of caretakers", + "1", + "498" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "29", + "3.4 Property destroyed or lost", + "979b6137-2d14-412d-8e07-d3f2a1743deb", + "3.4 Property destroyed or lost", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-1544", + "", + "House / Property destroyed", + "Specific agregated concept for the Mental Health database as part of the list of stressors", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دمار الممتلكات أو فقدانها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.4 Property destroyed or lost", + "1", + "499" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "30", + "3.5 Loss of income", + "c88d3256-f445-4eee-8aac-c31542386f23", + "3.5 Loss of income", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان مصدر الدخل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.5 Loss of income", + "1", + "500" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "31", + "3.6 Death of family member (natural or accidental death)", + "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", + "3.6 Death of family member (natural or accidental death)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found - CIEL 167687 - loss of a relative, but description also includes detailed missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.6 Death of family member (natural or accidental death)", + "1", + "501" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "32", + "3.7 Relationship problems", + "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", + "3.7 Relationship problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL-113353", + "Relationship problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عاطفية مع الشريك/ة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.7 Relationship problems", + "1", + "502" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "33", + "3.8 Divorce/separation", + "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", + "3.8 Divorce/separation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL-163007", + "Divorced/separated→Previously married but now not with living spouse[en]", + "Either divorced or separated but not widowed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطلاق / الانفصال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.8 Divorce/separation", + "1", + "503" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "34", + "3.9 Migration due to financial reasons", + "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", + "3.9 Migration due to financial reasons", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found , only MSF1531 Migrant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهجرة لأسباب اقتصادية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.9 Migration due to financial reasons", + "1", + "504" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "35", + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "1", + "505" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "36", + "4.2 Road accident", + "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", + "4.2 Road accident", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-2985", + "", + "Trauma Accidental Traffic (TAT)", + "", + "I am unsure if this MSF is a good match, also CIEL - Traffic accident 119964, or CIEL-86, Accident motor vehicle", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حادث سير", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|4.2 Road accident", + "1", + "506" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "37", + "5.1 Financial problems", + "e6957cdb-3694-4ab6-b98b-2031c02b4460", + "5.1 Financial problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-1543", + "", + "Extreme poverty / financial crisis", + "Specific agregated concept for the Mental Health database as part of the list of stressors", + "Maybe too strong", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل مالية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.1 Financial problems", + "1", + "507" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "38", + "5.2 Difficult living conditions", + "cd22a8af-1506-47af-9d1b-325c31c230a8", + "5.2 Difficult living conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبة الوضع المعيشي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.2 Difficult living conditions", + "1", + "508" + ], + [ + "48", + "Past / precipitating events", + "", + "Coded", + "39", + "5.3 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "5.3 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حدد", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.3 Other", + "1", + "509" + ], + [ + "49", + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + "1", + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "6e02debd-31eb-4112-8566-00e520835c76", + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "1", + "510" + ], + [ + "49", + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + "2", + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "1", + "511" + ], + [ + "49", + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + "3", + "1.3 Unwanted pregnancy", + "35910034-cc37-4dd1-abb7-ce140b0eff2b", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حمل غير مرعوب به", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.3 Unwanted pregnancy", + "1", + "512" + ], + [ + "49", + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + "4", + "1.4 History of psychiatric problems", + "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", + "1.4 History of psychiatric problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المعاناة من مشاكل نفسية في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.4 History of psychiatric problems", + "1", + "513" + ], + [ + "49", + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + "5", + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "4bf7b376-9193-4ee4-a51a-445d07d2d22b", + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "N/A", + "Diagnosis", + "733c362a-89d3-4c6a-b918-f4af5725e7c7", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "1", + "514" + ], + [ + "49", + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + "6", + "1.6 Family member with a serious medical condition", + "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", + "1.6 Family member with a serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.6 Family member with a serious medical condition", + "1", + "515" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "1", + "2.1 Sexual violence within the family", + "5cccf137-2952-4c9b-b879-b4ed2a9be621", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي داخل العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.1 Sexual violence within the family", + "1", + "516" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "2", + "2.2 Sexual violence outside the family", + "dbe73631-79ae-4ab9-a3c8-65d6732c8714", + "2.2 Sexual violence outside the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي خارج العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.2 Sexual violence outside the family", + "1", + "517" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "3", + "2.3 Exposed to war", + "cf28335f-d72c-440a-afc1-bcca39b51155", + "2.3 Exposed to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العيش في أجواء الحرب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.3 Exposed to war", + "1", + "518" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "4", + "2.4 Incarceration/detention", + "66492df1-6d26-498a-b6c7-b10931da1642", + "2.4 Incarceration/detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحبس/الاحتجاز", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.4 Incarceration/detention", + "1", + "519" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "5", + "2.5 Hostage/kidnapping/forced recruitment", + "8917acb0-e25d-4f9e-84bb-cae9998abf35", + "2.5 Hostage/kidnapping/forced recruitment", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاختطاف / التجنيد الإجباري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.5 Hostage/kidnapping/forced recruitment", + "1", + "520" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "6", + "2.6 Deportation", + "f279409d-71ba-41c6-8301-76ee90d239dc", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الترحيل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.6 Deportation", + "1", + "521" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "7", + "2.7 Domestic violence", + "e25f9ca1-0b33-4765-a8c4-5da48289bda7", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف المنزلي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.7 Domestic violence", + "1", + "522" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "8", + "2.8 Victim of threats", + "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", + "2.8 Victim of threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للتهديدات", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.8 Victim of threats", + "1", + "523" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "9", + "2.9 Victim of human trafficking or smuggling", + "5958f0fd-c755-4640-80d7-5ef0f9522b2e", + "2.9 Victim of human trafficking or smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للإتجار البشري والتهريب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.9 Victim of human trafficking or smuggling", + "1", + "524" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "10", + "2.10 Witness violence/killings/threats", + "107a7f52-f95d-447f-bf1a-c801e1a0082c", + "2.10 Witness violence/killings/threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.10 Witness violence/killings/threats", + "1", + "525" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "11", + "2.11 Forced to flee (IDP/refugee/migrant)", + "a8b0e025-a735-407b-b958-fe9b29c370e7", + "2.11 Forced to flee (IDP/refugee/migrant)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.11 Forced to flee (IDP/refugee/migrant)", + "1", + "526" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "12", + "2.12 Target of stigma/discrimination/marginalization", + "e702655a-57af-457a-a1ae-42e31f119f80", + "2.12 Target of stigma/discrimination/marginalization", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للوصم / التمييز العنصري / التهميش", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.12 Target of stigma/discrimination/marginalization", + "1", + "527" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "13", + "2.13 Other violence (wounded/beaten/torture)", + "c80eb3f7-31b1-4717-a78d-0aac623fc129", + "2.13 Other violence (wounded/beaten/torture)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.13 Other violence (wounded/beaten/torture)", + "1", + "528" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "14", + "2.14 Forced curfew or confinement", + "ea673f5c-5f99-4da5-9f41-92c21446de31", + "2.14 Forced curfew or confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاحتجاز أو منع الحركة القسري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.14 Forced curfew or confinement", + "1", + "529" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "15", + "2.15 History of suicide attempts", + "160734e2-e5ed-44e9-b573-bdbb6e619e30", + "2.15 History of suicide attempts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحار سابقة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.15 History of suicide attempts", + "1", + "530" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "16", + "2.16 History of self-harm/mutilation", + "19408a7e-e17e-4040-adec-d6aa426564ce", + "2.16 History of self-harm/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + "self-harm", + " ", + "N/A", + "Diagnosis", + "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية نفس / تشويه للنفس في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.16 History of self-harm/mutilation", + "1", + "531" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "17", + "2.17 Family members lived a violent experience", + "5a462534-7605-4137-8d5c-503584538eb4", + "2.17 Family members lived a violent experience", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أفراد العائلة لتجربة عنيفة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.17 Family members lived a violent experience", + "1", + "532" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "18", + "2.18 Adult forced marriage ", + "a725a884-e785-4c08-b08a-386d8652faaf", + "2.18 Adult forced marriage ", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الزواج القسري للبالغين", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.18 Adult forced marriage ", + "1", + "533" + ], + [ + "50", + "Past / Precipitating Events - Violence", + "", + "Coded", + "19", + "2.19 Child marriage", + "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + "90", + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زواج الأطفال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.19 Child marriage", + "1", + "534" + ], + [ + "51", + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + "1", + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "4e3ab089-6a99-4e15-8883-3c49a150e6c6", + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.1 Family member killed or missing (arrested / detained / disappeared) ", + "1", + "535" + ], + [ + "51", + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + "2", + "3.2 Unaccompanied minor or orphaned", + "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", + "3.2 Unaccompanied minor or orphaned", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قاصر أو يتيم من دون مرافق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.2 Unaccompanied minor or orphaned", + "1", + "536" + ], + [ + "51", + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + "3", + "3.3 Negligence of caretakers", + "f2be320d-7757-4525-bcb0-6005368982d7", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهمال مقدمي الرعاية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.3 Negligence of caretakers", + "1", + "537" + ], + [ + "51", + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + "4", + "3.4 Property destroyed or lost", + "979b6137-2d14-412d-8e07-d3f2a1743deb", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دمار الممتلكات أو فقدانها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.4 Property destroyed or lost", + "1", + "538" + ], + [ + "51", + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + "5", + "3.5 Loss of income", + "c88d3256-f445-4eee-8aac-c31542386f23", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان مصدر الدخل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.5 Loss of income", + "1", + "539" + ], + [ + "51", + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + "6", + "3.6 Death of family member (natural or accidental death)", + "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", + "3.6 Death of family member (natural or accidental death)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.6 Death of family member (natural or accidental death)", + "1", + "540" + ], + [ + "51", + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + "7", + "3.7 Relationship problems", + "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عاطفية مع الشريك/ة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.7 Relationship problems", + "1", + "541" + ], + [ + "51", + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + "8", + "3.8 Divorce/separation", + "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", + "3.8 Divorce/separation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطلاق / الانفصال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.8 Divorce/separation", + "1", + "542" + ], + [ + "51", + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + "9", + "3.9 Migration due to financial reasons", + "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهجرة لأسباب اقتصادية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.9 Migration due to financial reasons", + "1", + "543" + ], + [ + "52", + "Past / Precipitating Events - Disaster", + "", + "Coded", + "1", + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Disaster|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "1", + "544" + ], + [ + "52", + "Past / Precipitating Events - Disaster", + "", + "Coded", + "2", + "4.2 Road accident", + "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", + "4.2 Road accident", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حادث سير", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Disaster|4.2 Road accident", + "1", + "545" + ], + [ + "53", + "Past / Precipitating Events - Other", + "", + "Coded", + "1", + "5.1 Financial problems", + "e6957cdb-3694-4ab6-b98b-2031c02b4460", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل مالية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.1 Financial problems", + "1", + "546" + ], + [ + "53", + "Past / Precipitating Events - Other", + "", + "Coded", + "2", + "5.2 Difficult living conditions", + "cd22a8af-1506-47af-9d1b-325c31c230a8", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبة الوضع المعيشي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.2 Difficult living conditions", + "1", + "547" + ], + [ + "53", + "Past / Precipitating Events - Other", + "", + "Coded", + "3", + "5.3 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "5.3 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حدد", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.3 Other", + "1", + "548" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "1", + "1.1 Highly stigmatizing diseases", + "", + "1.1 Highly stigmatizing diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.1 Highly stigmatizing diseases", + "1", + "549" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "2", + "1.2 Severe medical condition", + "", + "1.2 Severe medical condition", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.2 Severe medical condition", + "1", + "550" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "3", + "1.3 Unwanted pregnancy", + "", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.3 Unwanted pregnancy", + "1", + "551" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "4", + "1.4 History of psychological or psychiatric problem", + "", + "1.4 History of psychological or psychiatric problem", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.4 History of psychological or psychiatric problem", + "1", + "552" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "5", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000603", + "90", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "3cd50188-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "1", + "553" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "6", + "1.6 Family member with serious medical condition", + "", + "1.6 Family member with serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.6 Family member with serious medical condition", + "1", + "554" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "7", + "2.1 Sexual violence within the family", + "", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.1 Sexual violence within the family", + "1", + "555" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "8", + "2.10 Witnessed violence / killing / threats", + "", + "2.10 Witnessed violence / killing / threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.10 Witnessed violence / killing / threats", + "1", + "556" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "9", + "2.11 Forced to flee / IDP / refugee / migration", + "", + "2.11 Forced to flee / IDP / refugee / migration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.11 Forced to flee / IDP / refugee / migration", + "1", + "557" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "10", + "2.12 Target of social stigma / Marginalisation and discrimination", + "", + "2.12 Target of social stigma / Marginalisation and discrimination", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.12 Target of social stigma / Marginalisation and discrimination", + "1", + "558" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "11", + "2.13 Other physical violence (wounded, beaten, tortured)", + "", + "2.13 Other physical violence (wounded, beaten, tortured)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.13 Other physical violence (wounded, beaten, tortured)", + "1", + "559" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "12", + "2.14 Forced curfew and confinement", + "", + "2.14 Forced curfew and confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.14 Forced curfew and confinement", + "1", + "560" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "13", + "2.15 Suicide/suicide attempt", + "", + "2.15 Suicide/suicide attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Suicide", + "The act of killing oneself.", + "N/A", + "Diagnosis", + "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.15 Suicide/suicide attempt", + "1", + "561" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "14", + "2.16 Self harming/mutilation", + "", + "2.16 Self harming/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.16 Self harming/mutilation", + "1", + "562" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "15", + "2.17 Family member experienced an act of violence", + "", + "2.17 Family member experienced an act of violence", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.17 Family member experienced an act of violence", + "1", + "563" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "16", + "2.18 Adult forced marriage", + "", + "2.18 Adult forced marriage", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.18 Adult forced marriage", + "1", + "564" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "17", + "2.19 Child marriage", + "", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + "90", + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.19 Child marriage", + "1", + "565" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "18", + "2.2 Sexual violence outside family", + "", + "2.2 Sexual violence outside family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.2 Sexual violence outside family", + "1", + "566" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "19", + "2.3 Combat experience / Exposure to war", + "", + "2.3 Combat experience / Exposure to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.3 Combat experience / Exposure to war", + "1", + "567" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "20", + "2.4 Incarceration / Detention", + "", + "2.4 Incarceration / Detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.4 Incarceration / Detention", + "1", + "568" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "21", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "1", + "569" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "22", + "2.6 Deportation", + "", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.6 Deportation", + "1", + "570" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "23", + "2.7 Domestic violence", + "", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.7 Domestic violence", + "1", + "571" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "24", + "2.8 Received threats", + "", + "2.8 Received threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.8 Received threats", + "1", + "572" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "25", + "2.9 Victim of human trafficking / smuggling", + "", + "2.9 Victim of human trafficking / smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.9 Victim of human trafficking / smuggling", + "1", + "573" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "26", + "3.1 Family member(s) killed / missing", + "", + "3.1 Family member(s) killed / missing", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.1 Family member(s) killed / missing", + "1", + "574" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "27", + "3.2 Unaccompanied minor / orphan", + "", + "3.2 Unaccompanied minor / orphan", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.2 Unaccompanied minor / orphan", + "1", + "575" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "28", + "3.3 Negligence of caretakers", + "", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.3 Negligence of caretakers", + "1", + "576" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "29", + "3.4 Property destroyed or lost", + "", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.4 Property destroyed or lost", + "1", + "577" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "30", + "3.5 Loss of income", + "", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.5 Loss of income", + "1", + "578" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "31", + "3.6 Family member died (natural death or accident)", + "", + "3.6 Family member died (natural death or accident)", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.6 Family member died (natural death or accident)", + "1", + "579" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "32", + "3.7 Relationship problems", + "", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.7 Relationship problems", + "1", + "580" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "33", + "3.8 Divorce / Separation", + "", + "3.8 Divorce / Separation", + " ", + " ", + " ", + " ", + " ", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.8 Divorce / Separation", + "1", + "581" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "34", + "3.9 Migration due to financial reasons", + "", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.9 Migration due to financial reasons", + "1", + "582" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "35", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "1", + "583" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "36", + "4.2 Road accidents", + "", + "4.2 Road accidents", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|4.2 Road accidents", + "1", + "584" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "37", + "5.1 Financial problems", + "", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.1 Financial problems", + "1", + "585" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "38", + "5.2 Difficult living conditions", + "", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.2 Difficult living conditions", + "1", + "586" + ], + [ + "54", + "Precipitating event 2", + "", + "Coded", + "39", + "5.3 Other, specify", + "", + "5.3 Other, specify", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.3 Other, specify", + "1", + "587" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "1", + "1.1 Highly stigmatizing diseases", + "", + "1.1 Highly stigmatizing diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.1 Highly stigmatizing diseases", + "1", + "588" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "2", + "1.2 Severe medical condition", + "", + "1.2 Severe medical condition", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.2 Severe medical condition", + "1", + "589" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "3", + "1.3 Unwanted pregnancy", + "", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.3 Unwanted pregnancy", + "1", + "590" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "4", + "1.4 History of psychological or psychiatric problem", + "", + "1.4 History of psychological or psychiatric problem", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.4 History of psychological or psychiatric problem", + "1", + "591" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "5", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000603", + "90", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "3cd50188-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "1", + "592" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "6", + "1.6 Family member with serious medical condition", + "", + "1.6 Family member with serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.6 Family member with serious medical condition", + "1", + "593" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "7", + "2.1 Sexual violence within the family", + "", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.1 Sexual violence within the family", + "1", + "594" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "8", + "2.10 Witnessed violence / killing / threats", + "", + "2.10 Witnessed violence / killing / threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.10 Witnessed violence / killing / threats", + "1", + "595" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "9", + "2.11 Forced to flee / IDP / refugee / migration", + "", + "2.11 Forced to flee / IDP / refugee / migration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.11 Forced to flee / IDP / refugee / migration", + "1", + "596" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "10", + "2.12 Target of social stigma / Marginalisation and discrimination", + "", + "2.12 Target of social stigma / Marginalisation and discrimination", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.12 Target of social stigma / Marginalisation and discrimination", + "1", + "597" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "11", + "2.13 Other physical violence (wounded, beaten, tortured)", + "", + "2.13 Other physical violence (wounded, beaten, tortured)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.13 Other physical violence (wounded, beaten, tortured)", + "1", + "598" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "12", + "2.14 Forced curfew and confinement", + "", + "2.14 Forced curfew and confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.14 Forced curfew and confinement", + "1", + "599" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "13", + "2.15 Suicide/suicide attempt", + "", + "2.15 Suicide/suicide attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Suicide", + "The act of killing oneself.", + "N/A", + "Diagnosis", + "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.15 Suicide/suicide attempt", + "1", + "600" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "14", + "2.16 Self harming/mutilation", + "", + "2.16 Self harming/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.16 Self harming/mutilation", + "1", + "601" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "15", + "2.17 Family member experienced an act of violence", + "", + "2.17 Family member experienced an act of violence", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.17 Family member experienced an act of violence", + "1", + "602" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "16", + "2.18 Adult forced marriage", + "", + "2.18 Adult forced marriage", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.18 Adult forced marriage", + "1", + "603" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "17", + "2.19 Child marriage", + "", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + "90", + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.19 Child marriage", + "1", + "604" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "18", + "2.2 Sexual violence outside family", + "", + "2.2 Sexual violence outside family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.2 Sexual violence outside family", + "1", + "605" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "19", + "2.3 Combat experience / Exposure to war", + "", + "2.3 Combat experience / Exposure to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.3 Combat experience / Exposure to war", + "1", + "606" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "20", + "2.4 Incarceration / Detention", + "", + "2.4 Incarceration / Detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.4 Incarceration / Detention", + "1", + "607" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "21", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "1", + "608" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "22", + "2.6 Deportation", + "", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.6 Deportation", + "1", + "609" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "23", + "2.7 Domestic violence", + "", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.7 Domestic violence", + "1", + "610" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "24", + "2.8 Received threats", + "", + "2.8 Received threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.8 Received threats", + "1", + "611" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "25", + "2.9 Victim of human trafficking / smuggling", + "", + "2.9 Victim of human trafficking / smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.9 Victim of human trafficking / smuggling", + "1", + "612" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "26", + "3.1 Family member(s) killed / missing", + "", + "3.1 Family member(s) killed / missing", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.1 Family member(s) killed / missing", + "1", + "613" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "27", + "3.2 Unaccompanied minor / orphan", + "", + "3.2 Unaccompanied minor / orphan", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.2 Unaccompanied minor / orphan", + "1", + "614" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "28", + "3.3 Negligence of caretakers", + "", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.3 Negligence of caretakers", + "1", + "615" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "29", + "3.4 Property destroyed or lost", + "", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.4 Property destroyed or lost", + "1", + "616" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "30", + "3.5 Loss of income", + "", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.5 Loss of income", + "1", + "617" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "31", + "3.6 Family member died (natural death or accident)", + "", + "3.6 Family member died (natural death or accident)", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + "90", + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.6 Family member died (natural death or accident)", + "1", + "618" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "32", + "3.7 Relationship problems", + "", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.7 Relationship problems", + "1", + "619" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "33", + "3.8 Divorce / Separation", + "", + "3.8 Divorce / Separation", + " ", + " ", + " ", + " ", + " ", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.8 Divorce / Separation", + "1", + "620" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "34", + "3.9 Migration due to financial reasons", + "", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.9 Migration due to financial reasons", + "1", + "621" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "35", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "1", + "622" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "36", + "4.2 Road accidents", + "", + "4.2 Road accidents", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|4.2 Road accidents", + "1", + "623" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "37", + "5.1 Financial problems", + "", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.1 Financial problems", + "1", + "624" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "38", + "5.2 Difficult living conditions", + "", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.2 Difficult living conditions", + "1", + "625" + ], + [ + "55", + "Precipitating event 3", + "", + "Coded", + "39", + "5.3 Other, specify", + "", + "5.3 Other, specify", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.3 Other, specify", + "1", + "626" + ], + [ + "56", + "Main category of precipitating event", + "", + "Coded", + "1", + "1. Medical Conditions", + "", + "1. Medical Conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحالات الطبية", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "1. Medical Conditions", + "EdVWOgMdfNc", + "1_medical_conditions", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|1. Medical Conditions", + "1", + "627" + ], + [ + "56", + "Main category of precipitating event", + "", + "Coded", + "2", + "2. Violence", + "", + "2. Violence", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "2. Violence", + "od6MVdk4TOT", + "2_violence", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|2. Violence", + "1", + "628" + ], + [ + "56", + "Main category of precipitating event", + "", + "Coded", + "3", + "3. Separation or Loss", + "", + "3. Separation or Loss", + "", + "", + "", + "", + "", + "", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانفصال او الفقد", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "3. Separation or Loss", + "Mc24Je2EJ4Q", + "3_separation_or_loss", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|3. Separation or Loss", + "1", + "629" + ], + [ + "56", + "Main category of precipitating event", + "", + "Coded", + "4", + "4. Disaster", + "", + "4. Disaster", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكوارث", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "4. Disaster", + "iHgeTnhykW6", + "4_disaster", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|4. Disaster", + "1", + "630" + ], + [ + "56", + "Main category of precipitating event", + "", + "Coded", + "5", + "5. Other", + "", + "5. Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "5. Other", + "vITRvVrsOKr", + "5_other", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|5. Other", + "1", + "631" + ], + [ + "57", + "Type of referral - MH", + "", + "Coded", + "1", + "Medical care (MSF, MoH, NGO)", + "5f121c90-eca2-4af4-bc2f-49ad1a50ff2e", + "Medical care (MSF, MoH, NGO)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-1003", + "", + "General Medical Care", + "Health service providing general medical primary health care", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "العناية الطبية (منظمة أطباء بلا حدود، أو وزارة الصحة، أو منظمة غير حكومية)", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Medical attention (MSF, MoH, NGO)", + "BDhNTdJWTFA", + "medical_attention_msf_moh_ngo", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Medical care (MSF, MoH, NGO)", + "1", + "632" + ], + [ + "57", + "Type of referral - MH", + "", + "Coded", + "2", + "MSF psychiatric services", + "485939c5-1e77-4495-b5e1-77fb2abbcfd7", + "MSF psychiatric services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الصحة النفسية لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "MSF psychiatric services", + "x2caKDwJiQT", + "psychiatric_care", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|MSF psychiatric services", + "1", + "633" + ], + [ + "57", + "Type of referral - MH", + "", + "Coded", + "3", + "Non-MSF psychiatrist services", + "489b042d-5ed4-436f-944c-27b7f31bef3f", + "Non-MSF psychiatrist services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الصحة النفسية من غير منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Non-MSF psychiatrist services", + "OdNA1Ql2kCX", + "non_msf_psychiatrist", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Non-MSF psychiatrist services", + "1", + "634" + ], + [ + "57", + "Type of referral - MH", + "", + "Coded", + "4", + "Social services", + "978fa5d2-e6c4-4b2a-a293-73c098de0af6", + "Social services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL-5486", + "Social Support Services", + "", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الخدمات الاجتماعية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Social services", + "ShYuCnlXhfi", + "msf_social_worker", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Social services", + "1", + "635" + ], + [ + "57", + "Type of referral - MH", + "", + "Coded", + "5", + "Legal services", + "8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445", + "Legal services", + "Legal services", + "Representation or advice provided by a qualified legal practitioner for a client.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001406", + "95", + "Legal services", + "", + "N/A", + "Misc", + "6fc6b318-01b3-4322-a661-80b4a408fcfd", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-1006", + "", + "legal Services", + "Representation or advice provided by a qualified legal practitioner for a client.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الخدمات القانونية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Legal services", + "K2opinEAoOm", + "legal_services", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Legal services", + "1", + "636" + ], + [ + "57", + "Type of referral - MH", + "", + "Coded", + "6", + "Protection services", + "eff27d0b-d485-4983-814f-febbc4fe185a", + "Protection services", + "Protection services", + "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001407", + "95", + "Protection services", + "", + "N/A", + "Misc", + "a307f884-9ee8-4d3f-b8f7-923870c053c0", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "MSF-1007", + "", + "Protection Services", + "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الحماية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Protection services", + "bsyZzHUInhX", + "protection_services", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Protection services", + "1", + "637" + ], + [ + "57", + "Type of referral - MH", + "", + "Coded", + "7", + "Hospitalisation", + "6b8fca2d-0147-4dd8-a8f5-3b813152b952", + "Hospitalisation", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + "90", + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "MSF-46", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الارسال الى المستشفى", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Hospitalisation", + "wivtq78V9eS", + "hospitalisation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Hospitalisation", + "1", + "638" + ], + [ + "57", + "Type of referral - MH", + "", + "Coded", + "8", + "CHW", + "9bcbf231-c6ca-41c4-b247-bc4bced260c3", + "CHW", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "عاملو صحة مجتمع", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "CHW", + "WwdmMnGtj4o", + "chw", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|CHW", + "1", + "639" + ], + [ + "57", + "Type of referral - MH", + "", + "Coded", + "9", + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Other", + "nufb9yUQCNJ", + "other", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Other", + "1", + "640" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "1", + "None", + "", + "None", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "MSF-1630", + "", + "none", + "Generic descriptive answer.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|None", + "1", + "641" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "2", + "Amitriptyline tab", + "", + "Amitriptyline tab", + "", + "", + "", + "", + "", + "", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL-931", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Amitriptyline tab", + "1", + "642" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "3", + "Biperiden tab", + "", + "Biperiden tab", + "", + "", + "", + "", + "", + "", + "Biperiden", + "", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL-72217", + "Biperiden", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Biperiden tab", + "1", + "643" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "4", + "Carbamazepine tab", + "", + "Carbamazepine tab", + "", + "", + "", + "", + "", + "", + "Carbamazepine", + "", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "(see CIEL)", + "CIEL-72282", + "Carbamazepine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Carbamazepine tab", + "1", + "644" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "5", + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + "", + "", + "", + "", + "", + "", + "Chlorpromazine", + "", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "(see CIEL)", + "CIEL-73330", + "Chlorpromazine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Chlorpromazine tab", + "1", + "645" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "6", + "Diazepam tab", + "", + "Diazepam tab", + "", + "", + "", + "", + "", + "", + "Diazepam", + "", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "(see CIEL)", + "CIEL-74745", + "Diazepam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Diazepam tab", + "1", + "646" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "7", + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + "", + "", + "", + "", + "", + "", + "Diphenhydramine", + "", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "(see CIEL)", + "CIEL-75015", + "Diphenhydramine ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Diphenhydramine tab", + "1", + "647" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "8", + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + "", + "", + "", + "", + "", + "", + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "(see CIEL)", + "CIEL-76553", + "Fluoxetine hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Fluoxetine hydrochloride capsule", + "1", + "648" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "9", + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + "", + "", + "", + "", + "", + "", + "Fluphenazine", + "", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + "95", + "Found", + "", + "", + "(see CIEL)", + "CIEL-76556", + "Flupenthixol decanoate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Fluphenazine decanoate amp", + "1", + "649" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "10", + "Haloperidol tab", + "", + "Haloperidol tab", + "", + "", + "", + "", + "", + "", + "Haloperidol", + "", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + "90", + "Found", + "", + "", + "(see CIEL)", + "CIEL-77335", + "Haloperidol", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Haloperidol tab", + "1", + "650" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "11", + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + "", + "", + "", + "", + "", + "", + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "(see CIEL)", + "CIEL-77336", + "Haloperidol decanoate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Haloperidol decanoate amp", + "1", + "651" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "12", + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + "", + "", + "", + "", + "", + "", + "Hydroxyzine", + "", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Hydroxyzine dihydrochloride tab", + "1", + "652" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "13", + "Olanzapine tab", + "", + "Olanzapine tab", + "", + "", + "", + "", + "", + "", + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "(see CIEL)", + "CIEL-81025", + "Olanzapine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Olanzapine tab", + "1", + "653" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "14", + "Paroxetine tab", + "", + "Paroxetine tab", + "", + "", + "", + "", + "", + "", + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "(see CIEL)", + "CIEL-81604", + "Paroxetine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Paroxetine tab", + "1", + "654" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "15", + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + "", + "", + "", + "", + "", + "", + "Promethazine hydrochloride", + "", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + "95", + "Found", + "", + "", + "(see CIEL)", + "CIEL-82670", + "Promethazine hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Promethazine hydrochloride tab", + "1", + "655" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "16", + "Risperidone tab", + "", + "Risperidone tab", + "", + "", + "", + "", + "", + "", + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "(see CIEL)", + "CIEL-83405", + "Risperidone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Risperidone tab", + "1", + "656" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "17", + "Sertraline tab", + "", + "Sertraline tab", + "", + "", + "", + "", + "", + "", + "Sertraline", + "", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL-83865", + "Sertraline", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Sertraline tab", + "1", + "657" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "18", + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + "", + "", + "", + "", + "", + "", + "Trihexyphenidyl hydrochloride", + "", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "(see CIEL)", + "CIEL-85464", + "Trihexyphenidyl hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Trihexyphenidyl hydrochloride tab", + "1", + "658" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "19", + "Valproate sodium tab", + "", + "Valproate sodium tab", + "", + "", + "", + "", + "", + "", + "Valproate", + "", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "(see CIEL)", + "CIEL-84114", + "Valproate sodium", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Valproate sodium tab", + "1", + "659" + ], + [ + "58", + "Medication - MH", + "", + "Coded", + "20", + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Other", + "1", + "660" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "1", + "None", + "", + "None", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|None", + "1", + "661" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "2", + "Amitriptyline tab", + "", + "Amitriptyline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Amitriptyline tab", + "1", + "662" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "3", + "Biperiden tab", + "", + "Biperiden tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Biperiden", + " ", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Biperiden tab", + "1", + "663" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "4", + "Carbamazepine tab", + "", + "Carbamazepine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Carbamazepine", + " ", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Carbamazepine tab", + "1", + "664" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "5", + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Chlorpromazine", + " ", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Chlorpromazine tab", + "1", + "665" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "6", + "Diazepam tab", + "", + "Diazepam tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diazepam", + " ", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Diazepam tab", + "1", + "666" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "7", + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diphenhydramine", + " ", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Diphenhydramine tab", + "1", + "667" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "8", + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluoxetine hydrochloride", + " ", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Fluoxetine hydrochloride capsule", + "1", + "668" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "9", + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluphenazine", + " ", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Fluphenazine decanoate amp", + "1", + "669" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "10", + "Haloperidol tab", + "", + "Haloperidol tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol", + " ", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Haloperidol tab", + "1", + "670" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "11", + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol decanoate", + " ", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Haloperidol decanoate amp", + "1", + "671" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "12", + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Hydroxyzine", + " ", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Hydroxyzine dihydrochloride tab", + "1", + "672" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "13", + "Olanzapine tab", + "", + "Olanzapine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Olanzapine", + " ", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Olanzapine tab", + "1", + "673" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "14", + "Paroxetine tab", + "", + "Paroxetine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Paroxetine", + " ", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Paroxetine tab", + "1", + "674" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "15", + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Promethazine hydrochloride", + " ", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Promethazine hydrochloride tab", + "1", + "675" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "16", + "Risperidone tab", + "", + "Risperidone tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Risperidone", + " ", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Risperidone tab", + "1", + "676" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "17", + "Sertraline tab", + "", + "Sertraline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Sertraline", + " ", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Sertraline tab", + "1", + "677" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "18", + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Trihexyphenidyl hydrochloride", + " ", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Trihexyphenidyl hydrochloride tab", + "1", + "678" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "19", + "Valproate sodium tab", + "", + "Valproate sodium tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Valproate", + " ", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Valproate sodium tab", + "1", + "679" + ], + [ + "59", + "Medication - MH 2", + "", + "Coded", + "20", + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Other", + "1", + "680" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "1", + "None", + "", + "None", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|None", + "1", + "681" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "2", + "Amitriptyline tab", + "", + "Amitriptyline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Amitriptyline tab", + "1", + "682" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "3", + "Biperiden tab", + "", + "Biperiden tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Biperiden", + " ", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Biperiden tab", + "1", + "683" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "4", + "Carbamazepine tab", + "", + "Carbamazepine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Carbamazepine", + " ", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Carbamazepine tab", + "1", + "684" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "5", + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Chlorpromazine", + " ", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Chlorpromazine tab", + "1", + "685" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "6", + "Diazepam tab", + "", + "Diazepam tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diazepam", + " ", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Diazepam tab", + "1", + "686" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "7", + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diphenhydramine", + " ", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Diphenhydramine tab", + "1", + "687" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "8", + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluoxetine hydrochloride", + " ", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Fluoxetine hydrochloride capsule", + "1", + "688" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "9", + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluphenazine", + " ", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Fluphenazine decanoate amp", + "1", + "689" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "10", + "Haloperidol tab", + "", + "Haloperidol tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol", + " ", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Haloperidol tab", + "1", + "690" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "11", + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol decanoate", + " ", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Haloperidol decanoate amp", + "1", + "691" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "12", + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Hydroxyzine", + " ", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Hydroxyzine dihydrochloride tab", + "1", + "692" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "13", + "Olanzapine tab", + "", + "Olanzapine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Olanzapine", + " ", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Olanzapine tab", + "1", + "693" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "14", + "Paroxetine tab", + "", + "Paroxetine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Paroxetine", + " ", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Paroxetine tab", + "1", + "694" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "15", + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Promethazine hydrochloride", + " ", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Promethazine hydrochloride tab", + "1", + "695" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "16", + "Risperidone tab", + "", + "Risperidone tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Risperidone", + " ", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Risperidone tab", + "1", + "696" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "17", + "Sertraline tab", + "", + "Sertraline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Sertraline", + " ", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Sertraline tab", + "1", + "697" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "18", + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Trihexyphenidyl hydrochloride", + " ", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Trihexyphenidyl hydrochloride tab", + "1", + "698" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "19", + "Valproate sodium tab", + "", + "Valproate sodium tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Valproate", + " ", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Valproate sodium tab", + "1", + "699" + ], + [ + "60", + "Medication - MH 3", + "", + "Coded", + "20", + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Other", + "1", + "700" + ], + [ + "61", + "Reason for missed appointment", + "", + "Coded", + "1", + "Patient forgot about session", + "", + "Patient forgot about session", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + "90", + "Found", + "", + "", + "(see Ciel)", + "CIEL-162192", + "Patient Fogot to attend appointment", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض نسي الجلسة", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient forgot about session", + "K10sA9MeyuB", + "patient_forgot_about_session", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient forgot about session", + "1", + "701" + ], + [ + "61", + "Reason for missed appointment", + "", + "Coded", + "2", + "No transportation / unable to attend", + "", + "No transportation / unable to attend", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا وسائل مواصلات / لم يستطع المجيء", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "No transportation / unable to attend", + "a9jCSQB7xkU", + "no_transportation_unable_to_attend", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|No transportation / unable to attend", + "1", + "702" + ], + [ + "61", + "Reason for missed appointment", + "", + "Coded", + "3", + "Patient unreachable", + "", + "Patient unreachable", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن الوصول إلى المريض", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient unreachable", + "A1myk0SonK2", + "patient_unreachable", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient unreachable", + "1", + "703" + ], + [ + "61", + "Reason for missed appointment", + "", + "Coded", + "4", + "Patient no longer wants services", + "", + "Patient no longer wants services", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض لم يعد يرغب بتلقي الخدمة", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient no longer wants services", + "DfTWJKP67rN", + "patient_no_longer_wants_services", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient no longer wants services", + "1", + "704" + ], + [ + "61", + "Reason for missed appointment", + "", + "Coded", + "5", + "Patient was busy", + "", + "Patient was busy", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض كان مشغولاً", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient was busy", + "jtKK82mthKK", + "patient_was_busy", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient was busy", + "1", + "705" + ], + [ + "61", + "Reason for missed appointment", + "", + "Coded", + "6", + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Other", + "tkqMcbSlYzz", + "other", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Other", + "1", + "706" + ], + [ + "62", + "Type of closure - MH", + "", + "Coded", + "1", + "Discharge with the patient’s agreement: end of care", + "", + "Discharge with the patient’s agreement: end of care", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: نهاية الرعاية.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "1. Discharge with the patient’s agreement: end of care", + "dLPq55MxBwB", + "1", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: end of care", + "1", + "707" + ], + [ + "62", + "Type of closure - MH", + "", + "Coded", + "2", + "Discharge with the patient’s agreement: single consultation", + "", + "Discharge with the patient’s agreement: single consultation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: استشارة واحدة.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "2. Discharge with the patient’s agreement: single consultation", + "brp4CVnY3jG", + "2", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: single consultation", + "1", + "708" + ], + [ + "62", + "Type of closure - MH", + "", + "Coded", + "3", + "Discharge with the patient’s agreement: patient moved", + "", + "Discharge with the patient’s agreement: patient moved", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: المريض انتقل الى موقع اخر.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "3. Discharge with the patient’s agreement: patient moved", + "YeMJpC1WFDD", + "3", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: patient moved", + "1", + "709" + ], + [ + "62", + "Type of closure - MH", + "", + "Coded", + "4", + "Discharge with the patient’s agreement: patient referred", + "", + "Discharge with the patient’s agreement: patient referred", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: تمت إحالة المريض.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "4. Discharge with the patient’s agreement: patient referred", + "QO22EMZRSNa", + "4", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: patient referred", + "1", + "710" + ], + [ + "62", + "Type of closure - MH", + "", + "Coded", + "5", + "Patient cannot access the service: MSF is no longer", + "", + "Patient cannot access the service: MSF is no longer", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: أطباء بلا حدود لم تعد بالمنطقة.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "5. Patient cannot access the service: MSF is no longer there", + "dr4ZmvSaUB9", + "5", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: MSF is no longer", + "1", + "711" + ], + [ + "62", + "Type of closure - MH", + "", + "Coded", + "6", + "Patient cannot access the service: transport issues", + "", + "Patient cannot access the service: transport issues", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: مشاكل النقل.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "6. Patient cannot access the service: transport issues", + "deCWsA6Ui5b", + "6", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: transport issues", + "1", + "712" + ], + [ + "62", + "Type of closure - MH", + "", + "Coded", + "7", + "Patient cannot access the service: arrested/kidnaped", + "", + "Patient cannot access the service: arrested/kidnaped", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: موقوف / مخطوف.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "7. Patient cannot access the service: arrested/kidnaped", + "nhyIbBRYaWX", + "7", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: arrested/kidnaped", + "1", + "713" + ], + [ + "62", + "Type of closure - MH", + "", + "Coded", + "8", + "Lost to follow up: unable to trace", + "", + "Lost to follow up: unable to trace", + "Lost to follow up", + "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", + "N/A", + "Finding", + "d305b208-354f-4bb7-b35a-df4f8d92c256", + "90", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف المتابعة: لا يمكن تتبع المريض.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "8. Lost to follow up: unable to trace", + "P78sA75FJ2i", + "8", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Lost to follow up: unable to trace", + "1", + "714" + ], + [ + "62", + "Type of closure - MH", + "", + "Coded", + "9", + "Lost to follow up: dissatisfied/different expectations", + "", + "Lost to follow up: dissatisfied/different expectations", + "Lost to follow up", + "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", + "N/A", + "Finding", + "d305b208-354f-4bb7-b35a-df4f8d92c256", + "90", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف المتابعة: المريض لم يكن راضياً على الخدمة / توقعات لم تتم تلبيتها.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "9. Lost to follow up: dissatisfied/different expectations", + "hiYHmyIYvrN", + "9", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Lost to follow up: dissatisfied/different expectations", + "1", + "715" + ], + [ + "62", + "Type of closure - MH", + "", + "Coded", + "10", + "Deceased/missing", + "", + "Deceased/missing", + "Deceased", + "The person died.", + "N/A", + "Finding", + "dc1c7ac9-d9c3-4887-bc22-827c2db7689f", + "90", + "Deceased", + "Patient died.", + "N/A", + "Diagnosis", + "159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "Deceased", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "متوفى / مفقود.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "10. Deceased/missing", + "nyQCSDpS4zc", + "10", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Deceased/missing", + "1", + "716" + ], + [ + "63", + "Goals final status", + "", + "Coded", + "1", + "Achieved", + "", + "Achieved", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تم تحقيقه ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|Achieved", + "1", + "717" + ], + [ + "63", + "Goals final status", + "", + "Coded", + "2", + "No change ", + "", + "No change ", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا تغيير", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|No change ", + "1", + "718" + ], + [ + "63", + "Goals final status", + "", + "Coded", + "3", + "Challenges", + "", + "Challenges", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تحديات", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|Challenges", + "1", + "719" + ], + [ + "64", + "PHQ9", + "", + "Coded", + "1", + "Not at all (0 point)", + "ed0e2463-c990-4341-b095-53b899707af9", + "Not at all (0 point)", + "Not at all", + "Answer to a Likert-like scale question indicating something that's not often.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001376", + "95", + "Not at all", + "Answer to a likert-like scale question", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Not at all", + "", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أبداً", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 0", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Not at all (0 point)", + "1", + "720" + ], + [ + "64", + "PHQ9", + "", + "Coded", + "2", + "Several days (1 point)", + "b631d160-8d40-4cf7-92cd-67f628c889e8", + "Several days (1 point)", + "Several days", + "An occurrence of more than a few days.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001377", + "95", + "Several days", + "", + "N/A", + "Misc", + "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بعض الأيام", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 1", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Several days (1 point)", + "1", + "721" + ], + [ + "64", + "PHQ9", + "", + "Coded", + "3", + "More than half the days (2 points)", + "234259ec-5368-4488-8482-4f261cc76714", + "More than half the days (2 points)", + "More than half the days", + "An occurrence of more than half the days", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001378", + "95", + "More than half the days", + "", + "N/A", + "Misc", + "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "More than half the days", + "", + "N/A", + "Misc", + "1cf6ebb8-dd57-4d26-87cd-e49c09373aaf", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أآثر من نصف الأيام", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 2", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|More than half the days (2 points)", + "1", + "722" + ], + [ + "64", + "PHQ9", + "", + "Coded", + "4", + "Nearly every day (3 points)", + "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e", + "Nearly every day (3 points)", + "Nearly every day", + "An almost daily occurrence.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001379", + "95", + "Nearly every day", + "", + "N/A", + "Misc", + "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آل يوم تقريباً", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 3", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Nearly every day (3 points)", + "1", + "723" + ], + [ + "65", + "MHOS", + "", + "Coded", + "1", + "Not at all", + "ed0e2463-c990-4341-b095-53b899707af9", + "Not at all", + "Not at all", + "Answer to a Likert-like scale question indicating something that's not often.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001376", + "95", + "Not at all", + "Answer to a likert-like scale question", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Not at all", + "", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كلا على الاطلاق", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 1", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Not at all", + "1", + "724" + ], + [ + "65", + "MHOS", + "", + "Coded", + "2", + "A little", + "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", + "A little", + "A little", + "", + "Text", + "Misc", + "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", + "90", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قليلا", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|A little", + "1", + "725" + ], + [ + "65", + "MHOS", + "", + "Coded", + "3", + "Some", + "edf347b1-ee57-4d8f-babb-97acca20c3cb", + "Some", + "", + "", + "", + "", + "", + "", + "Some", + "", + "N/A", + "Misc", + "164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بعض", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 3", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Some", + "1", + "726" + ], + [ + "65", + "MHOS", + "", + "Coded", + "4", + "Fair amount", + "de7fa192-bf2e-4991-a81f-582c4b50ae51", + "Fair amount", + "Fair amount", + "", + "Text", + "Misc", + "de7fa192-bf2e-4991-a81f-582c4b50ae51", + "95", + "Fair", + "Degree of finding, pertaining to a class fair.", + "N/A", + "Misc", + "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Fair", + "Degree of finding, pertaining to a class fair.", + "N/A", + "Misc", + "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كمية جيدة", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 4", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Fair amount", + "1", + "727" + ], + [ + "65", + "MHOS", + "", + "Coded", + "5", + "A lot", + "0f074510-1ff6-4924-bfef-effdcffd44f8", + "A lot", + "A lot", + "", + "Text", + "Misc", + "0f074510-1ff6-4924-bfef-effdcffd44f8", + "90", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كثيرا", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 5", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|A lot", + "1", + "728" + ], + [ + "66", + "Depression severity scale", + "", + "Coded", + "1", + "No depression", + "5aa4edf5-b218-4470-b5da-ad1d88007954", + "0-4: No depression", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|No depression", + "1", + "729" + ], + [ + "66", + "Depression severity scale", + "", + "Coded", + "2", + "Minimal symptoms", + "9d7d154f-e7a1-4490-b93a-85f5c2157f92", + "5-9: Minimal symptoms - Support and educate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Minimal symptoms", + "1", + "730" + ], + [ + "66", + "Depression severity scale", + "", + "Coded", + "3", + "Minor to mild depression (or dysthymia)", + "ed7484ef-a3ea-4c95-bf59-58987c7f6d7c", + "10-14: Minor to mild depression (or dysthymia) - Support and watchful waiting / Reassess in one/two weeks", + "", + "", + "", + "", + "", + "", + "mild depression", + "", + "N/A", + "Diagnosis", + "157790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Minor to mild depression (or dysthymia)", + "1", + "731" + ], + [ + "66", + "Depression severity scale", + "", + "Coded", + "4", + "Major depression", + "d163711c-9fcf-4050-b015-d3463b4602fa", + "15-19: Major depression – Refer to clinical office / psychologist (need for specific treatment)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Major depression", + "1", + "732" + ], + [ + "66", + "Depression severity scale", + "", + "Coded", + "5", + "Severe depression", + "0ff3a7dc-1a6e-4453-91d5-29cf6a9f790c", + ">20: Severe depression – Major impairment, need for active treatment", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Severe depression", + "1", + "733" + ], + [ + "67", + "Head of family", + "", + "Coded", + "1", + "Father", + "", + "Father", + "", + "", + "", + "", + "", + "", + "Father", + "Family member.", + "N/A", + "Misc", + "971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Father", + "A father to another person", + "N/A", + "Misc", + "3ce18444-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Father", + "1", + "734" + ], + [ + "67", + "Head of family", + "", + "Coded", + "2", + "Mother", + "", + "Mother", + "", + "", + "", + "", + "", + "", + "Mother", + "Family member.", + "N/A", + "Misc", + "970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Mother", + "A mother of another person", + "N/A", + "Misc", + "3ce185ca-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Mother", + "1", + "735" + ], + [ + "67", + "Head of family", + "", + "Coded", + "3", + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Other", + "1", + "736" + ], + [ + "68", + "Vaccination status - Doses", + "", + "Coded", + "1", + "Dose 0", + "", + "Dose 0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 0", + "1", + "737" + ], + [ + "68", + "Vaccination status - Doses", + "", + "Coded", + "2", + "Dose 1", + "", + "Dose 1", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 1", + "1", + "738" + ], + [ + "68", + "Vaccination status - Doses", + "", + "Coded", + "3", + "Dose 2", + "", + "Dose 2", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 2", + "1", + "739" + ], + [ + "68", + "Vaccination status - Doses", + "", + "Coded", + "4", + "Dose 3", + "", + "Dose 3", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 3", + "1", + "740" + ], + [ + "68", + "Vaccination status - Doses", + "", + "Coded", + "5", + "Dose 4", + "", + "Dose 4", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 4", + "1", + "741" + ], + [ + "68", + "Vaccination status - Doses", + "", + "Coded", + "6", + "Not vaccinated", + "", + "Not vaccinated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Not vaccinated", + "1", + "742" + ], + [ + "68", + "Vaccination status - Doses", + "", + "Coded", + "7", + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Unknown", + "1", + "743" + ], + [ + "69", + "Vaccination - ITFC - Vaccination card", + "", + "Coded", + "1", + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Vaccination card", + "mFtDMd4244l", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Vaccination card|Yes", + "1", + "744" + ], + [ + "69", + "Vaccination - ITFC - Vaccination card", + "", + "Coded", + "2", + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Vaccination card", + "mFtDMd4244l", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Vaccination card|No", + "1", + "745" + ], + [ + "70", + "Vaccination - ITFC - BCG", + "", + "Coded", + "1", + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Dose 1", + "v6E5MjPpqSb", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|Dose 1", + "1", + "746" + ], + [ + "70", + "Vaccination - ITFC - BCG", + "", + "Coded", + "2", + "No vaccinated", + "", + "No vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "No vaccinated", + "O0Edj0kR5Nd", + "no_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|No vaccinated", + "1", + "747" + ], + [ + "70", + "Vaccination - ITFC - BCG", + "", + "Coded", + "3", + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Unknown", + "ydpXtzGHWHj", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|Unknown", + "1", + "748" + ], + [ + "71", + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + "1", + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Dose 1", + "xGTdCJcKmAn", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Dose 1", + "1", + "749" + ], + [ + "71", + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + "2", + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Not vaccinated", + "Xg0muNfVNkv", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Not vaccinated", + "1", + "750" + ], + [ + "71", + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + "3", + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Unknown", + "KY34sEEUpnr", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Unknown", + "1", + "751" + ], + [ + "72", + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", + "", + "Coded", + "1", + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", + "cG8uCalPdNU", + "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", + "L4AkwHZ65GZ", + "Yes", + "sBr9pPNqd28", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|Yes", + "1", + "752" + ], + [ + "72", + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", + "", + "Coded", + "2", + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", + "cG8uCalPdNU", + "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", + "L4AkwHZ65GZ", + "No", + "aKS3CymU5Ns", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|No", + "1", + "753" + ], + [ + "73", + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + "1", + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 1", + "bZXl07GyWhL", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 1", + "1", + "754" + ], + [ + "73", + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + "2", + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 2", + "T8IyHX0cXe5", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 2", + "1", + "755" + ], + [ + "73", + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + "3", + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 3", + "sw1D3rQGhGQ", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 3", + "1", + "756" + ], + [ + "73", + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + "4", + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 4", + "OT5qZpJO7jc", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 4", + "1", + "757" + ], + [ + "73", + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + "5", + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Not vaccinated", + "dvq6f79oLIz", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Not vaccinated", + "1", + "758" + ], + [ + "73", + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + "6", + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Unknown", + "i4AQ0qRNehI", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Unknown", + "1", + "759" + ], + [ + "74", + "Vaccination - ITFC - Pentavalent - Last dose given on site", + "", + "Coded", + "1", + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", + "SEkSRdlwF4x", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent - Last dose given on site|Yes", + "1", + "760" + ], + [ + "74", + "Vaccination - ITFC - Pentavalent - Last dose given on site", + "", + "Coded", + "2", + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", + "SEkSRdlwF4x", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent - Last dose given on site|No", + "1", + "761" + ], + [ + "75", + "Vaccination - ITFC - AFP", + "", + "Coded", + "1", + "Dose 0", + "", + "Dose 0", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 0", + "njckedtwZdc", + "dose_0", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 0", + "1", + "762" + ], + [ + "75", + "Vaccination - ITFC - AFP", + "", + "Coded", + "2", + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 1", + "PxZFMT68zDd", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 1", + "1", + "763" + ], + [ + "75", + "Vaccination - ITFC - AFP", + "", + "Coded", + "3", + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 2", + "H6YSRKyanXo", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 2", + "1", + "764" + ], + [ + "75", + "Vaccination - ITFC - AFP", + "", + "Coded", + "4", + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 3", + "cwZTMIsCC5H", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 3", + "1", + "765" + ], + [ + "75", + "Vaccination - ITFC - AFP", + "", + "Coded", + "5", + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 4", + "b1vCPYEEjce", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 4", + "1", + "766" + ], + [ + "75", + "Vaccination - ITFC - AFP", + "", + "Coded", + "6", + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Not vaccinated", + "RZVArvOeoQM", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Not vaccinated", + "1", + "767" + ], + [ + "75", + "Vaccination - ITFC - AFP", + "", + "Coded", + "7", + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Unknown", + "koRJWvqd9fX", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Unknown", + "1", + "768" + ], + [ + "76", + "Vaccination - ITFC - AFP - Last dose given on site", + "", + "Coded", + "1", + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last AFP dose given on site", + "J2rK5CtSBvx", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP - Last dose given on site|Yes", + "1", + "769" + ], + [ + "76", + "Vaccination - ITFC - AFP - Last dose given on site", + "", + "Coded", + "2", + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last AFP dose given on site", + "J2rK5CtSBvx", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP - Last dose given on site|No", + "1", + "770" + ], + [ + "77", + "Vaccination - ITFC - Measles", + "", + "Coded", + "1", + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Dose 1", + "PktzQX6fkgx", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Dose 1", + "1", + "771" + ], + [ + "77", + "Vaccination - ITFC - Measles", + "", + "Coded", + "2", + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Dose 2", + "ocSTcDdyNTW", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Dose 2", + "1", + "772" + ], + [ + "77", + "Vaccination - ITFC - Measles", + "", + "Coded", + "3", + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Not vaccinated", + "mTk3530bGYt", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Not vaccinated", + "1", + "773" + ], + [ + "77", + "Vaccination - ITFC - Measles", + "", + "Coded", + "4", + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Unknown", + "hu4HpZGxknQ", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Unknown", + "1", + "774" + ], + [ + "78", + "Vaccination - ITFC - Measles - Last dose given on site", + "", + "Coded", + "1", + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Measles dose given on site", + "AKCbOxTvkTp", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles - Last dose given on site|Yes", + "1", + "775" + ], + [ + "78", + "Vaccination - ITFC - Measles - Last dose given on site", + "", + "Coded", + "2", + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Measles dose given on site", + "AKCbOxTvkTp", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles - Last dose given on site|No", + "1", + "776" + ], + [ + "79", + "Vaccination - ITFC - PCV", + "", + "Coded", + "1", + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 1", + "bZXl07GyWhL", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 1", + "1", + "777" + ], + [ + "79", + "Vaccination - ITFC - PCV", + "", + "Coded", + "2", + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 2", + "T8IyHX0cXe5", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 2", + "1", + "778" + ], + [ + "79", + "Vaccination - ITFC - PCV", + "", + "Coded", + "3", + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 3", + "sw1D3rQGhGQ", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 3", + "1", + "779" + ], + [ + "79", + "Vaccination - ITFC - PCV", + "", + "Coded", + "4", + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 4", + "OT5qZpJO7jc", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 4", + "1", + "780" + ], + [ + "79", + "Vaccination - ITFC - PCV", + "", + "Coded", + "5", + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Not vaccinated", + "dvq6f79oLIz", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Not vaccinated", + "1", + "781" + ], + [ + "79", + "Vaccination - ITFC - PCV", + "", + "Coded", + "6", + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Unknown", + "i4AQ0qRNehI", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Unknown", + "1", + "782" + ], + [ + "80", + "Vaccination - ITFC - PCV - Last dose given on site", + "", + "Coded", + "1", + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PCV dose given on site", + "u5dxpihoKN0", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV - Last dose given on site|Yes", + "1", + "783" + ], + [ + "80", + "Vaccination - ITFC - PCV - Last dose given on site", + "", + "Coded", + "2", + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PCV dose given on site", + "u5dxpihoKN0", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV - Last dose given on site|No", + "1", + "784" + ], + [ + "81", + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + "1", + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 1", + "EZMbl2HCG9p", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 1", + "1", + "785" + ], + [ + "81", + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + "2", + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 2", + "hmEojVACROI", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 2", + "1", + "786" + ], + [ + "81", + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + "3", + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 3", + "nDI0iPQUa1X", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 3", + "1", + "787" + ], + [ + "81", + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + "4", + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Not vaccinated", + "OpSJw5WAm18", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Not vaccinated", + "1", + "788" + ], + [ + "81", + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + "5", + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Unknown", + "MZfMeIWOPam", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Unknown", + "1", + "789" + ], + [ + "82", + "Vaccination - ITFC - Rotavirus - Last dose given on site", + "", + "Coded", + "1", + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", + "npoNMyqKaEJ", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus - Last dose given on site|Yes", + "1", + "790" + ], + [ + "82", + "Vaccination - ITFC - Rotavirus - Last dose given on site", + "", + "Coded", + "2", + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", + "npoNMyqKaEJ", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus - Last dose given on site|No", + "1", + "791" + ], + [ + "83", + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + "1", + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Dose 1", + "v6E5MjPpqSb", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Dose 1", + "1", + "792" + ], + [ + "83", + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + "2", + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "No vaccinated", + "O0Edj0kR5Nd", + "no_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Not vaccinated", + "1", + "793" + ], + [ + "83", + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + "3", + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Unknown", + "ydpXtzGHWHj", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Unknown", + "1", + "794" + ], + [ + "84", + "Vaccination - ITFC - IPV", + "", + "Coded", + "1", + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 1", + "cUxnl1n3Elk", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 1", + "1", + "795" + ], + [ + "84", + "Vaccination - ITFC - IPV", + "", + "Coded", + "2", + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 2", + "IGb7BSiAggz", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 2", + "1", + "796" + ], + [ + "84", + "Vaccination - ITFC - IPV", + "", + "Coded", + "3", + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 3", + "HdgSh1EMq1l", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 3", + "1", + "797" + ], + [ + "84", + "Vaccination - ITFC - IPV", + "", + "Coded", + "4", + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Not vaccinated", + "QFcgfRifWyg", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Not vaccinated", + "1", + "798" + ], + [ + "84", + "Vaccination - ITFC - IPV", + "", + "Coded", + "5", + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Unknown", + "XGk3KqPo8L2", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Unknown", + "1", + "799" + ], + [ + "85", + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + "1", + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Dose 1", + "QBENCGv4wSd", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Dose 1", + "1", + "800" + ], + [ + "85", + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + "2", + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Dose 2", + "TBI8FVnrLfW", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Dose 2", + "1", + "801" + ], + [ + "85", + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + "3", + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Not vaccinated", + "rTBp8C32W8w", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Not vaccinated", + "1", + "802" + ], + [ + "85", + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + "4", + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Unknown", + "GH4ogeUFzXa", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Unknown", + "1", + "803" + ], + [ + "86", + "Vaccination - ITFC - PPV 23", + "", + "Coded", + "1", + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Dose 1", + "ipWO3gdU4Yp", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Dose 1", + "1", + "804" + ], + [ + "86", + "Vaccination - ITFC - PPV 23", + "", + "Coded", + "2", + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Not vaccinated", + "QGiw4ry0TyJ", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Not vaccinated", + "1", + "805" + ], + [ + "86", + "Vaccination - ITFC - PPV 23", + "", + "Coded", + "3", + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Unknown", + "cSdyotNEi6R", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Unknown", + "1", + "806" + ], + [ + "87", + "Vaccination - ITFC - PPV 23 - Last dose given on site", + "", + "Coded", + "1", + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "L33Iqgj6wh8", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "DzlGd3b2nJN", + "Yes", + "OF5xbph1XiN", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23 - Last dose given on site|Yes", + "1", + "807" + ], + [ + "87", + "Vaccination - ITFC - PPV 23 - Last dose given on site", + "", + "Coded", + "2", + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "L33Iqgj6wh8", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "DzlGd3b2nJN", + "No", + "ZfPkEIgzMwl", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23 - Last dose given on site|No", + "1", + "808" + ], + [ + "88", + "Vaccination - ITFC - HPV", + "", + "Coded", + "1", + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Dose 1", + "ZRDiTHJArw5", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Dose 1", + "1", + "809" + ], + [ + "88", + "Vaccination - ITFC - HPV", + "", + "Coded", + "2", + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Dose 2", + "Rruu1ulpzSe", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Dose 2", + "1", + "810" + ], + [ + "88", + "Vaccination - ITFC - HPV", + "", + "Coded", + "3", + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Not vaccinated", + "raLxCNMjp3j", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Not vaccinated", + "1", + "811" + ], + [ + "88", + "Vaccination - ITFC - HPV", + "", + "Coded", + "4", + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Unknown", + "cU7AqGL8TRJ", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Unknown", + "1", + "812" + ], + [ + "89", + "Vaccination - ITFC - HPV - Last dose given on site", + "", + "Coded", + "1", + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "nHzyndo6Opn", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "PiM5sEcQEaE", + "Yes", + "WklX5Gy9bvP", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV - Last dose given on site|Yes", + "1", + "813" + ], + [ + "89", + "Vaccination - ITFC - HPV - Last dose given on site", + "", + "Coded", + "2", + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "nHzyndo6Opn", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "PiM5sEcQEaE", + "No", + "AhpHRa3pQ00", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV - Last dose given on site|No", + "1", + "814" + ], + [ + "90", + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + "1", + "TT1", + "", + "TT1", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT1", + "BaPawIuIMge", + "tt1", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT1", + "1", + "815" + ], + [ + "90", + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + "2", + "TT2", + "", + "TT2", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT2", + "Ht9dML7mb0C", + "tt2", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT2", + "1", + "816" + ], + [ + "90", + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + "3", + "TT3", + "", + "TT3", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT3", + "IEQkdICorA3", + "tt3", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT3", + "1", + "817" + ], + [ + "90", + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + "4", + "TT4", + "", + "TT4", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT4", + "XyhSFgJ0lzp", + "tt4", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT4", + "1", + "818" + ], + [ + "90", + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + "5", + "≥TT5", + "", + "≥TT5", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "≥TT5", + "WkDsQkKl3mE", + "≥tt5", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|≥TT5", + "1", + "819" + ], + [ + "90", + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + "6", + "Not vaccinated", + "", + "Not vaccinated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "Not vaccinated", + "flugHmgry3z", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|Not vaccinated", + "1", + "820" + ], + [ + "90", + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + "7", + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "Unknown", + "AkYJr9EfFJp", + "unknown", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|Unknown", + "1", + "821" + ], + [ + "91", + "Yes-no", + "", + "Coded", + "1", + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "X", + "Yes-no|Yes", + "1", + "822" + ], + [ + "91", + "Yes-no", + "", + "Coded", + "2", + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "X", + "Yes-no|No", + "1", + "823" + ], + [ + "92", + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", + "", + "Coded", + "1", + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", + "ai1f1Nd7tTk", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|Yes", + "1", + "824" + ], + [ + "92", + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", + "", + "Coded", + "2", + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", + "ai1f1Nd7tTk", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|No", + "1", + "825" + ], + [ + "93", + "Yes-no - Vaccination of accompanying children - Status checked", + "", + "Coded", + "1", + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "jEbjrXqhNEO", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "pkoZo5NLnmT", + "Yes", + "RA1z7oYeLBW", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination of accompanying children - Status checked|Yes", + "1", + "826" + ], + [ + "93", + "Yes-no - Vaccination of accompanying children - Status checked", + "", + "Coded", + "2", + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "jEbjrXqhNEO", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "pkoZo5NLnmT", + "No", + "cULP83r16XQ", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination of accompanying children - Status checked|No", + "1", + "827" + ], + [ + "94", + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + "1", + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "Yes", + "OJR1wOuzdAu", + "yes", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|Yes", + "1", + "828" + ], + [ + "94", + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + "2", + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "90", + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "No", + "SzkvKP70Pww", + "no", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|No", + "1", + "829" + ], + [ + "94", + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + "3", + "NA", + "", + "NA", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "NA", + "t3TQeaCkJiy", + "na", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|NA", + "1", + "830" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "1", + "Acute asthma", + "", + "Acute asthma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute asthma", + "1", + "831" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "2", + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + "", + "", + "", + "MSF-AAAAAA000000000000000512", + "95", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute diarrhea (bloody)", + "1", + "832" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "3", + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute diarrhea (non-bloody)", + "1", + "833" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "4", + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute febrile illness (=<7 days)", + "1", + "834" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "5", + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + "", + "", + "", + "", + "", + "", + "Acute flaccid paralysis", + "", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute flaccid paralysis", + "1", + "835" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "6", + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + "", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + "95", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute jaundice syndrome", + "1", + "836" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "7", + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Apnoea of prematurity", + "1", + "837" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "8", + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + "95", + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bacterial meningitis", + "1", + "838" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "9", + "Birth injury", + "", + "Birth injury", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Birth injury", + "1", + "839" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "10", + "Bronchiolitis obstructive bronchitis", + "", + "Bronchiolitis obstructive bronchitis", + "", + "", + "", + "", + "", + "", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bronchiolitis obstructive bronchitis", + "1", + "840" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "11", + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + "95", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bronchospasm", + "1", + "841" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "12", + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + "90", + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Burns", + "1", + "842" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "13", + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + "95", + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cardiogenic shock", + "1", + "843" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "14", + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + "", + "", + "", + "", + "", + "", + "Cerebral palsy", + "", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cerebral palsy - Neuro disability", + "1", + "844" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "15", + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + "90", + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cholera (suspected)", + "1", + "845" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "16", + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + "90", + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cholera confirmed", + "1", + "846" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "17", + "Complicated ear infection", + "", + "Complicated ear infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Complicated ear infection", + "1", + "847" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "18", + "Complications of SCD", + "", + "Complications of SCD", + "", + "", + "", + "", + "", + "", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Complications of SCD", + "1", + "848" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "19", + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital herpes virus infection", + "1", + "849" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "20", + "Congenital malaria", + "", + "Congenital malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital malaria", + "1", + "850" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "21", + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital or acquired cardiac pathology", + "1", + "851" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "22", + "Congenital syphilis", + "", + "Congenital syphilis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital syphilis", + "1", + "852" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "23", + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + "90", + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congestive Heart Failure", + "1", + "853" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "24", + "COPD", + "", + "COPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|COPD", + "1", + "854" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "25", + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Covid-19 confirmed", + "1", + "855" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "26", + "Covid-19 probable", + "", + "Covid-19 probable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Covid-19 probable", + "1", + "856" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "27", + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + "", + "", + "", + "MSF-AAAAAA000000000000000555", + "96", + "Cutaneous leishmaniasis", + "", + "", + "", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cutaneous leishmaniosis", + "1", + "857" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "28", + "Dengue confirmed", + "", + "Dengue confirmed", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dengue confirmed", + "1", + "858" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "29", + "Dengue suspected", + "", + "Dengue suspected", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dengue suspected", + "1", + "859" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "30", + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + "90", + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diabetes type 2 and complications", + "1", + "860" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "31", + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + "90", + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diabetes Type I and complications", + "1", + "861" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "32", + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + "", + "", + "", + "", + "", + "", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diarrhea (persistent)", + "1", + "862" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "33", + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + "95", + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diphtheria", + "1", + "863" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "34", + "Dog bite", + "", + "Dog bite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dog bite", + "1", + "864" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "35", + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + "90", + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Epilepsy - Seizures", + "1", + "865" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "36", + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + "", + "", + "", + "MSF-AAAAAA000000000000000584", + "95", + "Extrapulmonary tuberculosis", + "", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "92", + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Extra pulmonary tuberculosis", + "1", + "866" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "37", + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Eye diseases (including trachoma)", + "1", + "867" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "38", + "Febrile convulsions", + "", + "Febrile convulsions", + "", + "", + "", + "", + "", + "", + "Febrile convulsion", + "", + "", + "", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "97", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Febrile convulsions", + "1", + "868" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "39", + "Gynaecological cases", + "", + "Gynaecological cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Gynaecological cases", + "1", + "869" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "40", + "Hepatitis A", + "", + "Hepatitis A", + "", + "", + "", + "", + "", + "", + "Hepatitis A", + "", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis A", + "1", + "870" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "41", + "Hepatitis B", + "", + "Hepatitis B", + "", + "", + "", + "", + "", + "", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis B", + "1", + "871" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "42", + "Hepatitis Delta", + "", + "Hepatitis Delta", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis Delta", + "1", + "872" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "43", + "Hepatitis E", + "", + "Hepatitis E", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis E", + "1", + "873" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "44", + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|HIV Infection confirmed", + "1", + "874" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "45", + "Hyperglycemia", + "", + "Hyperglycemia", + "", + "", + "", + "", + "", + "", + "Hyperglycaemia", + "", + "", + "", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "96", + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hyperglycemia", + "1", + "875" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "46", + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hyperreactive splenomegaly due to malaria", + "1", + "876" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "47", + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + "", + "", + "", + "MSF-AAAAAA000000000000000608", + "96", + "", + "", + "", + "", + "", + "", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hypoglycemia", + "1", + "877" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "48", + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + "", + "", + "", + "MSF-AAAAAA000000000000000611", + "97", + "Hypovolaemic shock", + "", + "", + "", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "97", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hypovolemic shock", + "1", + "878" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "49", + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + "90", + "", + "", + "", + "", + "", + "", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Infectious diseases not otherwise classified", + "1", + "879" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "50", + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + "95", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Lower respiratory tract infection", + "1", + "880" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "51", + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + "90", + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Measles (complicated)", + "1", + "881" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "52", + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + "90", + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Measles (uncomplicated)", + "1", + "882" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "53", + "Meningeal TB", + "", + "Meningeal TB", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Meningeal TB", + "1", + "883" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "54", + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + "90", + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Meningitis unspecified", + "1", + "884" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "55", + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Mental and psychiatric conditions", + "1", + "885" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "56", + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + "95", + "Moderate acute malnutrition", + "", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Moderate acute malnutrition", + "1", + "886" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "57", + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Musculoskeletal conditions (infectious origin)", + "1", + "887" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "58", + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Musculoskeletal conditions (non-infectious)", + "1", + "888" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "59", + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Necrotizing & bullous skin infections", + "1", + "889" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "60", + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neglected tropical diseases", + "1", + "890" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "61", + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + "", + "", + "", + "", + "", + "", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal conjunctivitis", + "1", + "891" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "62", + "Neonatal convulsions", + "", + "Neonatal convulsions", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal convulsions", + "1", + "892" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "63", + "Neonatal jaundice", + "", + "Neonatal jaundice", + "", + "", + "", + "", + "", + "", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal jaundice", + "1", + "893" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "64", + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal meconial aspiration", + "1", + "894" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "65", + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + "", + "", + "", + "", + "", + "", + "Neonatal Necrotising Enterocolitis", + "", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "92", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal Necrotizing Enterocolitis", + "1", + "895" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "66", + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal pneumonia", + "1", + "896" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "67", + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal pneumothorax", + "1", + "897" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "68", + "Neonatal tetanus", + "", + "Neonatal tetanus", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal tetanus", + "1", + "898" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "69", + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal tuberculosis", + "1", + "899" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "70", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Nephrotic Syndrome & Acute Glomerulonephritis", + "1", + "900" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "71", + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Newborn to an HIV+ mother", + "1", + "901" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "72", + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non cardiac congenital pathology", + "1", + "902" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "73", + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non urgent surgical conditions", + "1", + "903" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "74", + "Non violence-related injuries", + "", + "Non violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non violence-related injuries", + "1", + "904" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "75", + "Observation", + "", + "Observation", + "", + "", + "", + "", + "", + "", + "Observation ward", + "", + "", + "", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Observation", + "1", + "905" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "76", + "Obstetric cases", + "", + "Obstetric cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Obstetric cases", + "1", + "906" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "77", + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Oral and digestive severe candidiasis", + "1", + "907" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "78", + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other bites and stings", + "1", + "908" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "79", + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other neurological conditions", + "1", + "909" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "80", + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other non communicable diseases", + "1", + "910" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "81", + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other symptoms and abnor. clinical / lab findings", + "1", + "911" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "82", + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Others", + "1", + "912" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "83", + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Perinatal asphyxia and complications", + "1", + "913" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "84", + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Persistent fever ( >7 days)", + "1", + "914" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "85", + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + "", + "", + "", + "", + "", + "", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Poliomyelitis confirmed", + "1", + "915" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "86", + "Post surgical infections", + "", + "Post surgical infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Post surgical infections", + "1", + "916" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "87", + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Prematurity and or low birth weight", + "1", + "917" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "88", + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Pulmonary tuberculosis", + "1", + "918" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "89", + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + "90", + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Rabies", + "1", + "919" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "90", + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + "", + "", + "", + "", + "", + "", + "Rheumatic heart disease", + "", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Rheumatic heart disease", + "1", + "920" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "91", + "Risk of sepsis", + "", + "Risk of sepsis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Risk of sepsis", + "1", + "921" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "92", + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + "95", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Septic shock", + "1", + "922" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "93", + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Kwashiorkor)", + "1", + "923" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "94", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "1", + "924" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "95", + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Malnutrition", + "", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus)", + "1", + "925" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "96", + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe anaemia", + "", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe anaemia", + "1", + "926" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "97", + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe dehydration", + "1", + "927" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "98", + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe malaria", + "", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe malaria", + "1", + "928" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "99", + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + "", + "", + "", + "MSF-AAAAAA000000000000000713", + "95", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sexual violence / rape", + "1", + "929" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "100", + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + "95", + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sexually transmitted disease (STI)", + "1", + "930" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "101", + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + "90", + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Shigellosis - Salmonellosis", + "1", + "931" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "102", + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + "90", + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Shock uspecified", + "1", + "932" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "103", + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + "95", + "", + "", + "", + "", + "", + "", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sickle cell disease", + "1", + "933" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "104", + "Simple malaria", + "", + "Simple malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Simple malaria", + "1", + "934" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "105", + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Skin and soft tissue conditions", + "1", + "935" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "106", + "Snake bites", + "", + "Snake bites", + "", + "", + "", + "", + "", + "", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Snake bites", + "1", + "936" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "107", + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "90", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Substance abuse / dependency", + "1", + "937" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "108", + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Suspected or confirmed malignancy", + "1", + "938" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "109", + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + "90", + "Tetanus", + "", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Tetanus", + "1", + "939" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "110", + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Toxicity / poisoning", + "1", + "940" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "111", + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Transient tachypnoea of the newborn", + "1", + "941" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "112", + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + "95", + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Typhoid fever", + "1", + "942" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "113", + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + "95", + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Upper respiratory tract infection", + "1", + "943" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "114", + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + "", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + "90", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Urgent surgical conditions", + "1", + "944" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "115", + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Urolithiasis / Renal colic", + "1", + "945" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "116", + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|UTI and renal tract acute pathology", + "1", + "946" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "117", + "Varicella", + "", + "Varicella", + "", + "", + "", + "", + "", + "", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Varicella", + "1", + "947" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "118", + "Violence-related injuries", + "", + "Violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Violence-related injuries", + "1", + "948" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "119", + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Viral haemorrhagic fevers", + "1", + "949" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "120", + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + "95", + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Visceral leishmaniasis", + "1", + "950" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "121", + "Vit A deficiency", + "", + "Vit A deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit A deficiency", + "1", + "951" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "122", + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit B complex deficiency", + "1", + "952" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "123", + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit C deficiency (scurvy)", + "1", + "953" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "124", + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit D deficiency (rickets)", + "1", + "954" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "125", + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + "95", + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Whooping cough", + "1", + "955" + ], + [ + "95", + "Diagnosis - Malnutrition", + "", + "Coded", + "126", + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + "90", + "Yellow fever", + "", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Yellow fever", + "1", + "956" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "1", + "Acute asthma", + "", + "Acute asthma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute asthma", + "UoCC4TyaYZp", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute asthma", + "1", + "957" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "2", + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + "", + "", + "", + "MSF-AAAAAA000000000000000512", + "95", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute diarrhea (bloody)", + "bXbATZn7QwE", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute diarrhea (bloody)", + "1", + "958" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "3", + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute diarrhea (non-bloody)", + "FltwCRejivF", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute diarrhea (non-bloody)", + "1", + "959" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "4", + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute febrile illness (=<7 days)", + "fgeCTh9601Z", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute febrile illness (=<7 days)", + "1", + "960" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "5", + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + "", + "", + "", + "", + "", + "", + "Acute flaccid paralysis", + "", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute flaccid paralysis", + "r8U660ApU51", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute flaccid paralysis", + "1", + "961" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "6", + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + "", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + "95", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute jaundice syndrome", + "PkeGHY5X4hR", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute jaundice syndrome", + "1", + "962" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "7", + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Apnoea of prematurity", + "A07QEdOGULT", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Apnoea of prematurity", + "1", + "963" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "8", + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + "95", + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bacterial meningitis", + "ELkTBWRtnbU", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bacterial meningitis", + "1", + "964" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "9", + "Birth injury", + "", + "Birth injury", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Birth injury", + "FtoAE4Ckgdc", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Birth injury", + "1", + "965" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "10", + "Bronchiolitis obstructive bronchitis", + "", + "Bronchiolitis obstructive bronchitis", + "", + "", + "", + "", + "", + "", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bronchiolitis obstructive bronchitis", + "LAu8p10eBf1", + "bronchiolitis_obstructive_bronchitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bronchiolitis obstructive bronchitis", + "1", + "966" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "11", + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + "95", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bronchospasm", + "AKJv8tPOPfq", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bronchospasm", + "1", + "967" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "12", + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + "90", + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Burns", + "Z0JCjHGqNaj", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Burns", + "1", + "968" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "13", + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + "95", + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cardiogenic shock", + "IwBXvTC07X4", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cardiogenic shock", + "1", + "969" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "14", + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + "", + "", + "", + "", + "", + "", + "Cerebral palsy", + "", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cerebral palsy - Neuro disability", + "r8tFgDoOtCP", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cerebral palsy - Neuro disability", + "1", + "970" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "15", + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + "90", + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cholera (suspected)", + "YKzNEhC9cq3", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cholera (suspected)", + "1", + "971" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "16", + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + "90", + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cholera confirmed", + "eyfVX0CSq4s", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cholera confirmed", + "1", + "972" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "17", + "Complicated ear infection", + "", + "Complicated ear infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Complicated ear infection", + "Tj93mBtUkhu", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Complicated ear infection", + "1", + "973" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "18", + "Complications of SCD", + "", + "Complications of SCD", + "", + "", + "", + "", + "", + "", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Complications of SCD", + "EO0bo8A7qDk", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Complications of SCD", + "1", + "974" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "19", + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital herpes virus infection", + "B02tG0t2ZiN", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital herpes virus infection", + "1", + "975" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "20", + "Congenital malaria", + "", + "Congenital malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital malaria", + "pXF4knGswXw", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital malaria", + "1", + "976" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "21", + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital or acquired cardiac pathology", + "nvQpfHzvu6A", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital or acquired cardiac pathology", + "1", + "977" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "22", + "Congenital syphilis", + "", + "Congenital syphilis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital syphilis", + "qvaVyj95GlX", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital syphilis", + "1", + "978" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "23", + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + "90", + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congestive Heart Failure", + "vNvbx4qpkUa", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congestive Heart Failure", + "1", + "979" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "24", + "COPD", + "", + "COPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "COPD", + "sCGnq3NK2Xy", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|COPD", + "1", + "980" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "25", + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Covid-19 confirmed", + "m62n1ZUQGHF", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Covid-19 confirmed", + "1", + "981" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "26", + "Covid-19 probable", + "", + "Covid-19 probable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Covid-19 probable", + "IUjXXVageyU", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Covid-19 probable", + "1", + "982" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "27", + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + "", + "", + "", + "MSF-AAAAAA000000000000000555", + "96", + "Cutaneous leishmaniasis", + "", + "", + "", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cutaneous leishmaniosis", + "pycPdcwaYgI", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cutaneous leishmaniosis", + "1", + "983" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "28", + "Dengue confirmed", + "", + "Dengue confirmed", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dengue confirmed", + "CnHndylBSN3", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dengue confirmed", + "1", + "984" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "29", + "Dengue suspected", + "", + "Dengue suspected", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dengue suspected", + "sCqcBysQAon", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dengue suspected", + "1", + "985" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "30", + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + "90", + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diabetes type 2 and complications", + "jQhAo2FVD69", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diabetes type 2 and complications", + "1", + "986" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "31", + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + "90", + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diabetes Type I and complications", + "CzGkEukFnE5", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diabetes Type I and complications", + "1", + "987" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "32", + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + "", + "", + "", + "", + "", + "", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diarrhea (persistent)", + "apvC5aiDSgV", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diarrhea (persistent)", + "1", + "988" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "33", + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + "95", + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diphtheria", + "MtXYrdYlGOy", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diphtheria", + "1", + "989" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "34", + "Dog bite", + "", + "Dog bite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dog bite", + "rohyQ83YCPY", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dog bite", + "1", + "990" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "35", + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + "90", + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Epilepsy - Seizures", + "JmfXWcy056y", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Epilepsy - Seizures", + "1", + "991" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "36", + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + "", + "", + "", + "MSF-AAAAAA000000000000000584", + "95", + "Extrapulmonary tuberculosis", + "", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "92", + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Extra pulmonary tuberculosis", + "gNDMXmSlxY5", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Extra pulmonary tuberculosis", + "1", + "992" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "37", + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Eye diseases (including trachoma)", + "anzGBpfOjIE", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Eye diseases (including trachoma)", + "1", + "993" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "38", + "Febrile convulsions", + "", + "Febrile convulsions", + "", + "", + "", + "", + "", + "", + "Febrile convulsion", + "", + "", + "", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "97", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Febrile convulsions", + "cEFdvYz974J", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Febrile convulsions", + "1", + "994" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "39", + "Gynaecological cases", + "", + "Gynaecological cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Gynaecological cases", + "jznqlCDB7bD", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Gynaecological cases", + "1", + "995" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "40", + "Hepatitis A", + "", + "Hepatitis A", + "", + "", + "", + "", + "", + "", + "Hepatitis A", + "", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis A", + "ukKcORm1F6S", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis A", + "1", + "996" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "41", + "Hepatitis B", + "", + "Hepatitis B", + "", + "", + "", + "", + "", + "", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis B", + "lIUb0EAK51H", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis B", + "1", + "997" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "42", + "Hepatitis Delta", + "", + "Hepatitis Delta", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis Delta", + "hduXSHS4szJ", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis Delta", + "1", + "998" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "43", + "Hepatitis E", + "", + "Hepatitis E", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis E", + "QwzXUJbzLXH", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis E", + "1", + "999" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "44", + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "HIV Infection confirmed", + "pUhMekDUu7f", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|HIV Infection confirmed", + "1", + "1000" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "45", + "Hyperglycemia", + "", + "Hyperglycemia", + "", + "", + "", + "", + "", + "", + "Hyperglycaemia", + "", + "", + "", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "96", + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hyperglycemia", + "SUvj2pUJRFh", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hyperglycemia", + "1", + "1001" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "46", + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hyperreactive splenomegaly due to malaria", + "X7Sk4ow3iI8", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hyperreactive splenomegaly due to malaria", + "1", + "1002" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "47", + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + "", + "", + "", + "MSF-AAAAAA000000000000000608", + "96", + "", + "", + "", + "", + "", + "", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hypoglycemia", + "WeuqO510vgS", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hypoglycemia", + "1", + "1003" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "48", + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + "", + "", + "", + "MSF-AAAAAA000000000000000611", + "97", + "Hypovolaemic shock", + "", + "", + "", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "97", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hypovolemic shock", + "EcBzdm2aQ23", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hypovolemic shock", + "1", + "1004" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "49", + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + "90", + "", + "", + "", + "", + "", + "", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Infectious diseases not otherwise classified", + "NRRuczCFMMF", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Infectious diseases not otherwise classified", + "1", + "1005" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "50", + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + "95", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Lower respiratory tract infection", + "qc8bQZ5WivT", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Lower respiratory tract infection", + "1", + "1006" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "51", + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + "90", + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Measles (complicated)", + "NBydum9qcq6", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Measles (complicated)", + "1", + "1007" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "52", + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + "90", + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Measles (uncomplicated)", + "Mzk9OdBug0o", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Measles (uncomplicated)", + "1", + "1008" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "53", + "Meningeal TB", + "", + "Meningeal TB", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Meningeal TB", + "FMpzSLis7mi", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Meningeal TB", + "1", + "1009" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "54", + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + "90", + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Meningitis unspecified", + "NzNRwhQ9cvG", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Meningitis unspecified", + "1", + "1010" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "55", + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Mental and psychiatric conditions", + "K7PAEOyTRcr", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Mental and psychiatric conditions", + "1", + "1011" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "56", + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + "95", + "Moderate acute malnutrition", + "", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Moderate acute malnutrition", + "TwYur55ToIF", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Moderate acute malnutrition", + "1", + "1012" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "57", + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Musculoskeletal conditions (infectious origin)", + "VWHtY3nz3Rw", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (infectious origin)", + "1", + "1013" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "58", + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Musculoskeletal conditions (non-infectious)", + "y0cWH3jWDqM", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (non-infectious)", + "1", + "1014" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "59", + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Necrotizing & bullous skin infections", + "lEkrxTnPMAm", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Necrotizing & bullous skin infections", + "1", + "1015" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "60", + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neglected tropical diseases", + "LRNoNQQkUyp", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neglected tropical diseases", + "1", + "1016" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "61", + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + "", + "", + "", + "", + "", + "", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal conjunctivitis", + "l7uIiP3Evps", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal conjunctivitis", + "1", + "1017" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "62", + "Neonatal convulsions", + "", + "Neonatal convulsions", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal convulsions", + "vUf0E6IPcTZ", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal convulsions", + "1", + "1018" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "63", + "Neonatal jaundice", + "", + "Neonatal jaundice", + "", + "", + "", + "", + "", + "", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal jaundice", + "XLcSqtMfBxM", + "neonatal-jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal jaundice", + "1", + "1019" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "64", + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal meconial aspiration", + "iSr0WOSmT9U", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal meconial aspiration", + "1", + "1020" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "65", + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + "", + "", + "", + "", + "", + "", + "Neonatal Necrotising Enterocolitis", + "", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "92", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal Necrotizing Enterocolitis", + "Jgx0hYetHaY", + "neonatal_necrotizing_nterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal Necrotizing Enterocolitis", + "1", + "1021" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "66", + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal pneumonia", + "wa1RG3wnht0", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal pneumonia", + "1", + "1022" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "67", + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal pneumothorax", + "s0XrcXrOnQ8", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal pneumothorax", + "1", + "1023" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "68", + "Neonatal tetanus", + "", + "Neonatal tetanus", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal tetanus", + "luBkSC1qQbJ", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal tetanus", + "1", + "1024" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "69", + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal tuberculosis", + "djiIx7NnwaX", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal tuberculosis", + "1", + "1025" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "70", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "ZcyurITHZes", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Nephrotic Syndrome & Acute Glomerulonephritis", + "1", + "1026" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "71", + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Newborn to an HIV+ mother", + "yjJN567GnYG", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Newborn to an HIV+ mother", + "1", + "1027" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "72", + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non cardiac congenital pathology", + "nXAR0YWa21v", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non cardiac congenital pathology", + "1", + "1028" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "73", + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non urgent surgical conditions", + "wyOWCkIW4RI", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non urgent surgical conditions", + "1", + "1029" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "74", + "Non violence-related injuries", + "", + "Non violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non violence-related injuries", + "kFutLc3yZOe", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non violence-related injuries", + "1", + "1030" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "75", + "Observation", + "", + "Observation", + "", + "", + "", + "", + "", + "", + "Observation ward", + "", + "", + "", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Observation", + "HjPEDuITUwp", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Observation", + "1", + "1031" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "76", + "Obstetric cases", + "", + "Obstetric cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Obstetric cases", + "iI55Apf1fRF", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Obstetric cases", + "1", + "1032" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "77", + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Oral and digestive severe candidiasis", + "aoQ6D9x6KLI", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Oral and digestive severe candidiasis", + "1", + "1033" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "78", + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other bites and stings", + "Jm9wyH1SUvC", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other bites and stings", + "1", + "1034" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "79", + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other neurological conditions", + "BIuSr3FxBRn", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other neurological conditions", + "1", + "1035" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "80", + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other non communicable diseases", + "VtHhILJkLdJ", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other non communicable diseases", + "1", + "1036" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "81", + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other symptoms and abnor. clinical / lab findings", + "JI4uetxlZEi", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other symptoms and abnor. clinical / lab findings", + "1", + "1037" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "82", + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Others", + "OjK1cMG8jkk", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Others", + "1", + "1038" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "83", + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Perinatal asphyxia and complications", + "g0EI2QmcpdA", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Perinatal asphyxia and complications", + "1", + "1039" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "84", + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Persistent fever ( >7 days)", + "whyu4NpVxPn", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Persistent fever ( >7 days)", + "1", + "1040" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "85", + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + "", + "", + "", + "", + "", + "", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Poliomyelitis confirmed", + "HT9ZZ93rKmF", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Poliomyelitis confirmed", + "1", + "1041" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "86", + "Post surgical infections", + "", + "Post surgical infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Post surgical infections", + "LaFNaIRr31Y", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Post surgical infections", + "1", + "1042" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "87", + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Prematurity and or low birth weight", + "QXUq8rmuwY6", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Prematurity and or low birth weight", + "1", + "1043" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "88", + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Pulmonary tuberculosis", + "ymehGVfxIuX", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Pulmonary tuberculosis", + "1", + "1044" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "89", + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + "90", + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Rabies", + "talayTpKnQj", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Rabies", + "1", + "1045" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "90", + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + "", + "", + "", + "", + "", + "", + "Rheumatic heart disease", + "", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Rheumatic heart disease", + "pt0OH3jp5Ne", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Rheumatic heart disease", + "1", + "1046" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "91", + "Risk of sepsis", + "", + "Risk of sepsis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Risk of sepsis", + "MZ53av22vaw", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Risk of sepsis", + "1", + "1047" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "92", + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + "95", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Septic shock", + "L6lauJp2IIF", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Septic shock", + "1", + "1048" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "93", + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Kwashiorkor)", + "JSPmBf2xyfH", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Kwashiorkor)", + "1", + "1049" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "94", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "SpoQWgDPyqx", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "1", + "1050" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "95", + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Malnutrition", + "", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Marasmus)", + "wAn3mqCpiiC", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus)", + "1", + "1051" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "96", + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe anaemia", + "", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe anaemia", + "vlEFy6xowzU", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe anaemia", + "1", + "1052" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "97", + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe dehydration", + "GBQyB8xsCAw", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe dehydration", + "1", + "1053" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "98", + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe malaria", + "", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe malaria", + "EwKSGhZtPfR", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe malaria", + "1", + "1054" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "99", + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + "", + "", + "", + "MSF-AAAAAA000000000000000713", + "95", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sexual violence / rape", + "lovYBi9o5Tp", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sexual violence / rape", + "1", + "1055" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "100", + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + "95", + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sexually transmitted disease (STI)", + "fy6qMKLMIjI", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sexually transmitted disease (STI)", + "1", + "1056" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "101", + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + "90", + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Shigellosis - Salmonellosis", + "zE90IarojUU", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Shigellosis - Salmonellosis", + "1", + "1057" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "102", + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + "90", + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Shock uspecified", + "nM58w8K8cVo", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Shock uspecified", + "1", + "1058" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "103", + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + "95", + "", + "", + "", + "", + "", + "", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sickle cell disease", + "L7N8qGvq28k", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sickle cell disease", + "1", + "1059" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "104", + "Simple malaria", + "", + "Simple malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Simple malaria", + "F0ByKIAMrVs", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Simple malaria", + "1", + "1060" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "105", + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Skin and soft tissue conditions", + "xXMvb2TUtMW", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Skin and soft tissue conditions", + "1", + "1061" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "106", + "Snake bites", + "", + "Snake bites", + "", + "", + "", + "", + "", + "", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Snake bites", + "iRgUBoH1pvK", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Snake bites", + "1", + "1062" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "107", + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "90", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Substance abuse / dependency", + "ZDJi3kMhfDG", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Substance abuse / dependency", + "1", + "1063" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "108", + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Suspected or confirmed malignancy", + "qcv5pPyiaim", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Suspected or confirmed malignancy", + "1", + "1064" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "109", + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + "90", + "Tetanus", + "", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Tetanus", + "pTa1B1wYeLe", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Tetanus", + "1", + "1065" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "110", + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Toxicity / poisoning", + "WINiS5BkeKv", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Toxicity / poisoning", + "1", + "1066" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "111", + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Transient tachypnoea of the newborn", + "FKg2FRM2PtQ", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Transient tachypnoea of the newborn", + "1", + "1067" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "112", + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + "95", + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Typhoid fever", + "hOrtW9hFrki", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Typhoid fever", + "1", + "1068" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "113", + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + "95", + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Upper respiratory tract infection", + "DoUIBmauj9E", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Upper respiratory tract infection", + "1", + "1069" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "114", + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + "", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + "90", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Urgent surgical conditions", + "jFUECw4W9aF", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Urgent surgical conditions", + "1", + "1070" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "115", + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Urolithiasis / Renal colic", + "sSW1cbhBzhW", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Urolithiasis / Renal colic", + "1", + "1071" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "116", + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "UTI and renal tract acute pathology", + "qTBmkavG2bG", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|UTI and renal tract acute pathology", + "1", + "1072" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "117", + "Varicella", + "", + "Varicella", + "", + "", + "", + "", + "", + "", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Varicella", + "dgIaklTiH6m", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Varicella", + "1", + "1073" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "118", + "Violence-related injuries", + "", + "Violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Violence-related injuries", + "mrfLmzfhU5n", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Violence-related injuries", + "1", + "1074" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "119", + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Viral haemorrhagic fevers", + "J0j4TX9lqqX", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Viral haemorrhagic fevers", + "1", + "1075" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "120", + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + "95", + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Visceral leishmaniasis", + "Cjt04G2FlMe", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Visceral leishmaniasis", + "1", + "1076" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "121", + "Vit A deficiency", + "", + "Vit A deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit A deficiency", + "WyRZR3PNn2u", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit A deficiency", + "1", + "1077" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "122", + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit B complex deficiency", + "zUNsdaOjgcv", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit B complex deficiency", + "1", + "1078" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "123", + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit C deficiency (scurvy)", + "JATciD21DwF", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit C deficiency (scurvy)", + "1", + "1079" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "124", + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit D deficiency (rickets)", + "za2LmUraSRD", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit D deficiency (rickets)", + "1", + "1080" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "125", + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + "95", + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Whooping cough", + "LnWb3O0ELPp", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Whooping cough", + "1", + "1081" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "126", + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + "90", + "Yellow fever", + "", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Yellow fever", + "QJo7brpXC3Z", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Yellow fever", + "1", + "1082" + ], + [ + "96", + "Diagnosis - Malnutrition - Main", + "", + "Coded", + "127", + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other neonatal conditions", + "vW26SgsyQYB", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other neonatal conditions", + "1", + "1083" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "1", + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute asthma", + "Ezrxj8sEVkd", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute asthma", + "1", + "1084" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "2", + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute diarrhea (bloody)", + "wHIjteuw2Gc", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (bloody)", + "1", + "1085" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "3", + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute diarrhea (non-bloody)", + "ZocSqLhwlHA", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (non-bloody)", + "1", + "1086" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "4", + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute febrile illness (=<7 days)", + "GLs13BnQURD", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute febrile illness (=<7 days)", + "1", + "1087" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "5", + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute flaccid paralysis", + "MJFGttGUaVX", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute flaccid paralysis", + "1", + "1088" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "6", + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute jaundice syndrome", + "cqz1DZNiiWp", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute jaundice syndrome", + "1", + "1089" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "7", + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + "95", + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bacterial meningitis", + "ZKCmk9TMON5", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bacterial meningitis", + "1", + "1090" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "8", + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + "90", + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Burns", + "CM6bNqQE9tk", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Burns", + "1", + "1091" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "9", + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cholera (suspected)", + "IrqkKXJ9pL5", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cholera (suspected)", + "1", + "1092" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "10", + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cholera confirmed", + "fl3hbTSUUvY", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cholera confirmed", + "1", + "1093" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "11", + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Complicated ear infection", + "tNBupLHGkO1", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Complicated ear infection", + "1", + "1094" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "12", + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Complications of SCD", + "qqdK48VF9V3", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Complications of SCD", + "1", + "1095" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "13", + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital or acquired cardiac pathology", + "IQ2vP5mMPRC", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital or acquired cardiac pathology", + "1", + "1096" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "14", + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + "90", + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congestive Heart Failure", + "YzS1SrJkpfD", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congestive Heart Failure", + "1", + "1097" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "15", + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + "96", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cutaneous leishmaniosis", + "c9sqPdQq6gZ", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cutaneous leishmaniosis", + "1", + "1098" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "16", + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dengue confirmed", + "JTeymbhEwKU", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dengue confirmed", + "1", + "1099" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "17", + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diabetes type 2 and complications", + "Xh2f6F0VSwN", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diabetes type 2 and complications", + "1", + "1100" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "18", + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diabetes Type I and complications", + "FQ2EF6qyD3P", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diabetes Type I and complications", + "1", + "1101" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "19", + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diarrhea (persistent)", + "T4ZsFEUKokD", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diarrhea (persistent)", + "1", + "1102" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "20", + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + "95", + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diphtheria", + "TomHTmV7UU6", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diphtheria", + "1", + "1103" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "21", + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + "90", + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Epilepsy - Seizures", + "l3tXrwEXhZv", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Epilepsy - Seizures", + "1", + "1104" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "22", + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + "95", + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "92", + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Extra pulmonary tuberculosis", + "hWuPwQ7mo2s", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Extra pulmonary tuberculosis", + "1", + "1105" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "23", + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Eye diseases (including trachoma)", + "KHqb5KzJjv2", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Eye diseases (including trachoma)", + "1", + "1106" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "24", + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Gynaecological cases", + "b6GZG7ray6L", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Gynaecological cases", + "1", + "1107" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "25", + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis A", + "DoJ8USwbWAC", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis A", + "1", + "1108" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "26", + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis B", + "LWL1kdtU2G1", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis B", + "1", + "1109" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "27", + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis Delta", + "Ih6U6uYFdnf", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis Delta", + "1", + "1110" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "28", + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis E", + "TVoVhSXLq5s", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis E", + "1", + "1111" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "29", + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "HIV Infection confirmed", + "egbcyosmS3z", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|HIV Infection confirmed", + "1", + "1112" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "30", + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hyperreactive splenomegaly due to malaria", + "h2QoZAOi0Vl", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hyperreactive splenomegaly due to malaria", + "1", + "1113" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "31", + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Infectious diseases not otherwise classified", + "KUUbE0XOsc2", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Infectious diseases not otherwise classified", + "1", + "1114" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "32", + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Lower respiratory tract infection", + "mJv2EIUspLf", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Lower respiratory tract infection", + "1", + "1115" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "33", + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + "90", + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Measles (complicated)", + "JMuui1OC4qm", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Measles (complicated)", + "1", + "1116" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "34", + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + "90", + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Measles (uncomplicated)", + "F0jfwkECwC6", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Measles (uncomplicated)", + "1", + "1117" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "35", + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Meningeal TB", + "A23Hei7Aqa7", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Meningeal TB", + "1", + "1118" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "36", + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + "90", + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Meningitis unspecified", + "f08qUA7VdA8", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Meningitis unspecified", + "1", + "1119" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "37", + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Mental and psychiatric conditions", + "BSHRS8ImQPt", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Mental and psychiatric conditions", + "1", + "1120" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "38", + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + "95", + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Moderate acute malnutrition", + "vn4rkGBqxVZ", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Moderate acute malnutrition", + "1", + "1121" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "39", + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Musculoskeletal conditions (infectious origin)", + "k34KHbDpceV", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (infectious origin)", + "1", + "1122" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "40", + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Musculoskeletal conditions (non-infectious)", + "eeIIBA68Qqp", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (non-infectious)", + "1", + "1123" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "41", + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Necrotizing & bullous skin infections", + "sDZNxSTQR8R", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Necrotizing & bullous skin infections", + "1", + "1124" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "42", + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neglected tropical diseases", + "FvxHIS3jqix", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neglected tropical diseases", + "1", + "1125" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "43", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "r6eWc8I8PDe", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Nephrotic Syndrome & Acute Glomerulonephritis", + "1", + "1126" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "44", + "Cerebral palsy/Neuro disability", + "", + "Cerebral palsy/Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cerebral palsy/Neuro disability", + "ddebsmKgy2u", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cerebral palsy/Neuro disability", + "1", + "1127" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "45", + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non urgent surgical conditions", + "uwM2sVPtUde", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non urgent surgical conditions", + "1", + "1128" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "46", + "Non violence-related injuries", + "", + "Non violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non violence-related injuries", + "RV6MQD0BaW1", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non violence-related injuries", + "1", + "1129" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "47", + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Obstetric cases", + "wZFYQnbuYkr", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Obstetric cases", + "1", + "1130" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "48", + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Oral and digestive severe candidiasis", + "xTrkXo0f3jr", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Oral and digestive severe candidiasis", + "1", + "1131" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "49", + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Persistent fever ( >7 days)", + "oQj59DPBYel", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Persistent fever ( >7 days)", + "1", + "1132" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "50", + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Poliomyelitis confirmed", + "myLcZsoMRk5", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Poliomyelitis confirmed", + "1", + "1133" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "51", + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Post surgical infections", + "YVDu8NgUd87", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Post surgical infections", + "1", + "1134" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "52", + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Pulmonary tuberculosis", + "GuReX44Ib4s", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Pulmonary tuberculosis", + "1", + "1135" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "53", + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + "90", + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Rabies", + "RDS6MJMiUtx", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Rabies", + "1", + "1136" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "54", + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Kwashiorkor)", + "x8YPDz3YDwK", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Kwashiorkor)", + "1", + "1137" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "55", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "mMOlozsbqCr", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "1", + "1138" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "56", + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Marasmus)", + "GZvCeMgWmt4", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus)", + "1", + "1139" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "57", + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe malaria", + "UijCKzpfpUH", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe malaria", + "1", + "1140" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "58", + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sexual violence / rape", + "LM9t0dDBnIm", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sexual violence / rape", + "1", + "1141" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "59", + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + "95", + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sexually transmitted disease (STI)", + "Z1xeGfsZWOQ", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sexually transmitted disease (STI)", + "1", + "1142" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "60", + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + "90", + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Shigellosis - Salmonellosis", + "r8DzuoIylch", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Shigellosis - Salmonellosis", + "1", + "1143" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "61", + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sickle cell disease", + "JFwUloySp94", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sickle cell disease", + "1", + "1144" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "62", + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Simple malaria", + "l6PDpl6ib86", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Simple malaria", + "1", + "1145" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "63", + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Skin and soft tissue conditions", + "BOFkDhGzR8P", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Skin and soft tissue conditions", + "1", + "1146" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "64", + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Snake bites", + "NaxHVYSUOyW", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Snake bites", + "1", + "1147" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "65", + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "90", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Substance abuse / dependency", + "j3C7Fe8D4qu", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Substance abuse / dependency", + "1", + "1148" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "66", + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Suspected or confirmed malignancy", + "WP4YznEWlNQ", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Suspected or confirmed malignancy", + "1", + "1149" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "67", + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + "90", + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Tetanus", + "rFwJliVx1S8", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Tetanus", + "1", + "1150" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "68", + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Toxicity / poisoning", + "uOjbsLAWUij", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Toxicity / poisoning", + "1", + "1151" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "69", + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + "95", + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Typhoid fever", + "NbfUngbPEAP", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Typhoid fever", + "1", + "1152" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "70", + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + "95", + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Upper respiratory tract infection", + "OvztRwDtrx1", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Upper respiratory tract infection", + "1", + "1153" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "71", + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Urgent surgical conditions", + "BlEaw6hgBhq", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Urgent surgical conditions", + "1", + "1154" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "72", + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Urolithiasis / Renal colic", + "WOUU3mmhdHZ", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Urolithiasis / Renal colic", + "1", + "1155" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "73", + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "UTI and renal tract acute pathology", + "cNnfA3fFLNr", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|UTI and renal tract acute pathology", + "1", + "1156" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "74", + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Violence-related injuries", + "joxaKH5Rdul", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Violence-related injuries", + "1", + "1157" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "75", + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Viral haemorrhagic fevers", + "yHVhPBKD9h2", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Viral haemorrhagic fevers", + "1", + "1158" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "76", + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + "95", + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Visceral leishmaniasis", + "Bys1gZTxw4p", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Visceral leishmaniasis", + "1", + "1159" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "77", + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit A deficiency", + "i6JiY1PAEwc", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit A deficiency", + "1", + "1160" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "78", + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit B complex deficiency", + "V8ISxvoysXS", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit B complex deficiency", + "1", + "1161" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "79", + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit C deficiency (scurvy)", + "iDPCH8hTbBY", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit C deficiency (scurvy)", + "1", + "1162" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "80", + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit D deficiency (rickets)", + "ug8Kgv37aSJ", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit D deficiency (rickets)", + "1", + "1163" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "81", + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + "95", + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Whooping cough", + "VOFYxJG5Bdy", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Whooping cough", + "1", + "1164" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "82", + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + "90", + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Yellow fever", + "RxYDFTlXi7B", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Yellow fever", + "1", + "1165" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "83", + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other bites and stings", + "BbDlC8AkR76", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other bites and stings", + "1", + "1166" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "84", + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other neurological conditions", + "Sla3XxqZjTc", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other neurological conditions", + "1", + "1167" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "85", + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other non communicable diseases", + "IHcB7buq0Lq", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other non communicable diseases", + "1", + "1168" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "86", + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other symptoms and abnor. clinical / lab findings", + "yzLYFrzUuy9", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other symptoms and abnor. clinical / lab findings", + "1", + "1169" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "87", + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Others", + "wXYdnbu32bf", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Others", + "1", + "1170" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "88", + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Covid-19 confirmed", + "pX0VJTMfoAj", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Covid-19 confirmed", + "1", + "1171" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "89", + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Covid-19 probable", + "HIfTGoweruV", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Covid-19 probable", + "1", + "1172" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "90", + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Apnoea of prematurity", + "XiCLeKbQyoT", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Apnoea of prematurity", + "1", + "1173" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "91", + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Birth injury", + "WT20v167Xzg", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Birth injury", + "1", + "1174" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "92", + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "COPD", + "d96Q6VDDtGr", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|COPD", + "1", + "1175" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "93", + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bronchiolitis - obstructive bronchitis", + "U8prjAIzmCn", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bronchiolitis - obstructive bronchitis", + "1", + "1176" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "94", + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + "95", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bronchospasm", + "C4L4qbEt5mM", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bronchospasm", + "1", + "1177" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "95", + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + "95", + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cardiogenic shock", + "r8xoa1SyGBZ", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cardiogenic shock", + "1", + "1178" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "96", + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital herpes virus infection", + "rSiZA1OeamN", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital herpes virus infection", + "1", + "1179" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "97", + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital malaria", + "hGPNkM4Dk4z", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital malaria", + "1", + "1180" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "98", + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital syphilis", + "nfENb30coWb", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital syphilis", + "1", + "1181" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "99", + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dengue suspected", + "ikNcvpbDixr", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dengue suspected", + "1", + "1182" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "100", + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dog bite", + "BIs1jKjLRHN", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dog bite", + "1", + "1183" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "101", + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "97", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Febrile convulsions", + "c3O9dECIxOa", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Febrile convulsions", + "1", + "1184" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "102", + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "96", + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hyperglycemia", + "p5JcLzBGNqp", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hyperglycemia", + "1", + "1185" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "103", + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + "96", + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hypoglycemia", + "LJVBk2Zh7hK", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hypoglycemia", + "1", + "1186" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "104", + "hypovolemic_shock", + "", + "hypovolemic_shock", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "hypovolemic_shock", + "WnMpToZF0qr", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|hypovolemic_shock", + "1", + "1187" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "105", + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal conjunctivitis", + "MOtQxxicneI", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal conjunctivitis", + "1", + "1188" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "106", + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal convulsions", + "bveva4WEwpk", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal convulsions", + "1", + "1189" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "107", + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal jaundice", + "x3e3eB13HBC", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal jaundice", + "1", + "1190" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "108", + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal meconial aspiration", + "ZVbbk05skVn", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal meconial aspiration", + "1", + "1191" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "109", + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal Necrotising Enterocolitis", + " ", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "92", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal Necrotizing Enterocolitis", + "CV9RoDlgn0w", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal Necrotizing Enterocolitis", + "1", + "1192" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "110", + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal pneumonia", + "IuCGFWyFWFO", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumonia", + "1", + "1193" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "111", + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal pneumothorax", + "NSSABF8r5q8", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumothorax", + "1", + "1194" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "112", + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal tetanus", + "TOYetOKf4MU", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal tetanus", + "1", + "1195" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "113", + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal tuberculosis", + "e9GUiPSsGQC", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal tuberculosis", + "1", + "1196" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "114", + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non cardiac congenital pathology", + "GgiffxpUGcR", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non cardiac congenital pathology", + "1", + "1197" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "115", + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Newborn to an HIV+ mother", + "o7mxkyOuqRW", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Newborn to an HIV+ mother", + "1", + "1198" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "116", + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Observation", + "q9596NeqFbK", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Observation", + "1", + "1199" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "117", + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Perinatal asphyxia and complications", + "C9vdUIZmji0", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Perinatal asphyxia and complications", + "1", + "1200" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "118", + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Prematurity and or low birth weight", + "n5bkPzahGYv", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Prematurity and or low birth weight", + "1", + "1201" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "119", + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Rheumatic heart disease", + "MndDsJKT02H", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Rheumatic heart disease", + "1", + "1202" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "120", + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Risk of sepsis", + "pOlHPAPSIwG", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Risk of sepsis", + "1", + "1203" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "121", + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + "95", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Septic shock", + "Z4K838xu1el", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Septic shock", + "1", + "1204" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "122", + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + "90", + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Shock uspecified", + "DzENG1greCA", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Shock uspecified", + "1", + "1205" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "123", + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe anaemia", + "rSM7i2VYQh8", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe anaemia", + "1", + "1206" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "124", + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe dehydration", + "hvkuM6He8lg", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe dehydration", + "1", + "1207" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "125", + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Transient tachypnoea of the newborn", + "gLpLCbuDJSU", + "transient_tachypnoea_of_the-newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Transient tachypnoea of the newborn", + "1", + "1208" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "126", + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Varicella", + "ZxWtBfYPFaS", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Varicella", + "1", + "1209" + ], + [ + "97", + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + "127", + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other neonatal conditions", + "wPLsmkaNgVw", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other neonatal conditions", + "1", + "1210" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "1", + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute asthma", + "HgX3vXrvsx6", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute asthma", + "1", + "1211" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "2", + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute diarrhea (bloody)", + "ZpRxFecqnwi", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (bloody)", + "1", + "1212" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "3", + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute diarrhea (non-bloody)", + "zVgxlrZnnCe", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (non-bloody)", + "1", + "1213" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "4", + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute febrile illness (=<7 days)", + "J8Vl7BI0QfR", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute febrile illness (=<7 days)", + "1", + "1214" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "5", + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute flaccid paralysis", + "A7Ex0DFMTYf", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute flaccid paralysis", + "1", + "1215" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "6", + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute jaundice syndrome", + "GklH62cOq2Z", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute jaundice syndrome", + "1", + "1216" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "7", + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + "95", + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bacterial meningitis", + "O9xz3jtr4xg", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bacterial meningitis", + "1", + "1217" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "8", + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + "90", + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Burns", + "oeR7NWklyjd", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Burns", + "1", + "1218" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "9", + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cholera (suspected)", + "YRAU0iIbNP9", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cholera (suspected)", + "1", + "1219" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "10", + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cholera confirmed", + "S46QMarDp5i", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cholera confirmed", + "1", + "1220" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "11", + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Complicated ear infection", + "zdLmANKgrGO", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Complicated ear infection", + "1", + "1221" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "12", + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Complications of SCD", + "vYDgtp7MdTr", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Complications of SCD", + "1", + "1222" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "13", + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital or acquired cardiac pathology", + "Jil2qLIrVT9", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital or acquired cardiac pathology", + "1", + "1223" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "14", + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + "90", + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congestive Heart Failure", + "Nwd22x068J2", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congestive Heart Failure", + "1", + "1224" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "15", + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + "96", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cutaneous leishmaniosis", + "ftXcV1u3I8T", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cutaneous leishmaniosis", + "1", + "1225" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "16", + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dengue confirmed", + "ZnlAgYg6QR4", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dengue confirmed", + "1", + "1226" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "17", + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diabetes type 2 and complications", + "VrNBEbLfvq6", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diabetes type 2 and complications", + "1", + "1227" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "18", + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diabetes Type I and complications", + "oSTAIVxmb13", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diabetes Type I and complications", + "1", + "1228" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "19", + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diarrhea (persistent)", + "ZmSORuJ7MmO", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diarrhea (persistent)", + "1", + "1229" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "20", + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + "95", + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diphtheria", + "FWJi9zFnVVH", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diphtheria", + "1", + "1230" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "21", + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + "90", + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Epilepsy - Seizures", + "WYuwK5EiFkc", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Epilepsy - Seizures", + "1", + "1231" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "22", + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + "95", + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "92", + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Extra pulmonary tuberculosis", + "LCWIVKAGXxQ", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Extra pulmonary tuberculosis", + "1", + "1232" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "23", + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Eye diseases (including trachoma)", + "yrB1txNoXdz", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Eye diseases (including trachoma)", + "1", + "1233" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "24", + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Gynaecological cases", + "UF0PmdoljJa", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Gynaecological cases", + "1", + "1234" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "25", + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis A", + "kJRN97QTpuD", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis A", + "1", + "1235" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "26", + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis B", + "oPlApOiyRNf", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis B", + "1", + "1236" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "27", + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis Delta", + "iKsXCU378GN", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis Delta", + "1", + "1237" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "28", + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis E", + "daNBQbvb4W6", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis E", + "1", + "1238" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "29", + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "HIV Infection confirmed", + "h3VYXiJtitz", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|HIV Infection confirmed", + "1", + "1239" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "30", + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hyperreactive splenomegaly due to malaria", + "jmVxSKHbGG8", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hyperreactive splenomegaly due to malaria", + "1", + "1240" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "31", + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Infectious diseases not otherwise classified", + "xNduTQgsOKH", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Infectious diseases not otherwise classified", + "1", + "1241" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "32", + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Lower respiratory tract infection", + "VmtZbSQZKWB", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Lower respiratory tract infection", + "1", + "1242" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "33", + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + "90", + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Measles (complicated)", + "Ldgjz9C0g8E", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Measles (complicated)", + "1", + "1243" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "34", + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + "90", + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Measles (uncomplicated)", + "YBqbmTLX7C0", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Measles (uncomplicated)", + "1", + "1244" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "35", + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Meningeal TB", + "HnTQlyQywuD", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Meningeal TB", + "1", + "1245" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "36", + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + "90", + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Meningitis unspecified", + "LR0LHjndAXu", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Meningitis unspecified", + "1", + "1246" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "37", + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Mental and psychiatric conditions", + "aG0OfBS8ueF", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Mental and psychiatric conditions", + "1", + "1247" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "38", + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + "95", + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Moderate acute malnutrition", + "QQaqc8toFYk", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Moderate acute malnutrition", + "1", + "1248" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "39", + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Musculoskeletal conditions (infectious origin)", + "bnkjJwvg6iQ", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (infectious origin)", + "1", + "1249" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "40", + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Musculoskeletal conditions (non-infectious)", + "J6aEdljbxgr", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (non-infectious)", + "1", + "1250" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "41", + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Necrotizing & bullous skin infections", + "utECVhpdUs4", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Necrotizing & bullous skin infections", + "1", + "1251" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "42", + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neglected tropical diseases", + "NohI0zAbUc4", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neglected tropical diseases", + "1", + "1252" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "43", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "C1jvKxIjDxj", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Nephrotic Syndrome & Acute Glomerulonephritis", + "1", + "1253" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "44", + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cerebral palsy - Neuro disability", + "e8eyFjAUlQk", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cerebral palsy - Neuro disability", + "1", + "1254" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "45", + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non urgent surgical conditions", + "yeEBnmqXsQl", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non urgent surgical conditions", + "1", + "1255" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "46", + "Non violence-related injuries", + "", + "Non violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non violence-related injuries", + "yIE3xuGdorT", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non violence-related injuries", + "1", + "1256" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "47", + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Obstetric cases", + "lufXrIBxOSO", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Obstetric cases", + "1", + "1257" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "48", + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Oral and digestive severe candidiasis", + "byDZOw8AhEH", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Oral and digestive severe candidiasis", + "1", + "1258" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "49", + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Persistent fever ( >7 days)", + "ApD01rBFsP7", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Persistent fever ( >7 days)", + "1", + "1259" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "50", + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Poliomyelitis confirmed", + "eW1xtCC90c3", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Poliomyelitis confirmed", + "1", + "1260" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "51", + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Post surgical infections", + "uGrIXRfwMwY", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Post surgical infections", + "1", + "1261" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "52", + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Pulmonary tuberculosis", + "HJeN29Cv3kc", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Pulmonary tuberculosis", + "1", + "1262" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "53", + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + "90", + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Rabies", + "nL9YgpEXOzY", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Rabies", + "1", + "1263" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "54", + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Kwashiorkor)", + "NBY05tQ8hQN", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Kwashiorkor)", + "1", + "1264" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "55", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "cX41mhUP4hg", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "1", + "1265" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "56", + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Marasmus)", + "yCOLs7TI2Yf", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus)", + "1", + "1266" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "57", + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe malaria", + "RqDxjW04LBM", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe malaria", + "1", + "1267" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "58", + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sexual violence / rape", + "t9OwU2PBjmi", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sexual violence / rape", + "1", + "1268" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "59", + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + "95", + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sexually transmitted disease (STI)", + "rDDzlHmlVfb", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sexually transmitted disease (STI)", + "1", + "1269" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "60", + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + "90", + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Shigellosis - Salmonellosis", + "C0RJm1JpNud", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Shigellosis - Salmonellosis", + "1", + "1270" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "61", + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sickle cell disease", + "QGLQEmOsLec", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sickle cell disease", + "1", + "1271" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "62", + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Simple malaria", + "q3Grvfn9QGb", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Simple malaria", + "1", + "1272" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "63", + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Skin and soft tissue conditions", + "i6qQp5uB0Ko", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Skin and soft tissue conditions", + "1", + "1273" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "64", + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Snake bites", + "It0cW5RQWpE", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Snake bites", + "1", + "1274" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "65", + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "90", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Substance abuse / dependency", + "jxDmdkqUYzT", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Substance abuse / dependency", + "1", + "1275" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "66", + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Suspected or confirmed malignancy", + "SEVS3rGTnWG", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Suspected or confirmed malignancy", + "1", + "1276" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "67", + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + "90", + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Tetanus", + "Kr9r979EtHx", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Tetanus", + "1", + "1277" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "68", + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Toxicity / poisoning", + "wGTjx3JO66k", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Toxicity / poisoning", + "1", + "1278" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "69", + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + "95", + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Typhoid fever", + "ufSbySjV4nf", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Typhoid fever", + "1", + "1279" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "70", + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + "95", + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Upper respiratory tract infection", + "UoTji9E533F", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Upper respiratory tract infection", + "1", + "1280" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "71", + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Urgent surgical conditions", + "G4GBgpGBv1I", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Urgent surgical conditions", + "1", + "1281" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "72", + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Urolithiasis / Renal colic", + "pbbYJwsoExK", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Urolithiasis / Renal colic", + "1", + "1282" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "73", + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "UTI and renal tract acute pathology", + "hrtm8XMGsvI", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|UTI and renal tract acute pathology", + "1", + "1283" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "74", + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Violence-related injuries", + "FGVvCNrsZd6", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Violence-related injuries", + "1", + "1284" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "75", + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Viral haemorrhagic fevers", + "kVOcCpX2wET", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Viral haemorrhagic fevers", + "1", + "1285" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "76", + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + "95", + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Visceral leishmaniasis", + "mWZtlCUSfv9", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Visceral leishmaniasis", + "1", + "1286" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "77", + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit A deficiency", + "Q8QmQpMAnQ4", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit A deficiency", + "1", + "1287" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "78", + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit B complex deficiency", + "K970D8cUX8q", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit B complex deficiency", + "1", + "1288" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "79", + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit C deficiency (scurvy)", + "M4dWY0whWZ3", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit C deficiency (scurvy)", + "1", + "1289" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "80", + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit D deficiency (rickets)", + "Iad4CoXnCTM", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit D deficiency (rickets)", + "1", + "1290" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "81", + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + "95", + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Whooping cough", + "PJaiWyUC5Rv", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Whooping cough", + "1", + "1291" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "82", + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + "90", + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Yellow fever", + "XTczxMr7cBC", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Yellow fever", + "1", + "1292" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "83", + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other bites and stings", + "tMDEcnOrzaS", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other bites and stings", + "1", + "1293" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "84", + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other neurological conditions", + "RZ6Gri5POqL", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other neurological conditions", + "1", + "1294" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "85", + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other non communicable diseases", + "i3kF3xASTF0", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other non communicable diseases", + "1", + "1295" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "86", + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other symptoms and abnor. clinical / lab findings", + "wo6gncCWDt8", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other symptoms and abnor. clinical / lab findings", + "1", + "1296" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "87", + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Others", + "SLRzVQxrR6V", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Others", + "1", + "1297" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "88", + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Covid-19 confirmed", + "lbR2rz0zKhv", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Covid-19 confirmed", + "1", + "1298" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "89", + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Covid-19 probable", + "AyulwHw3Bj7", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Covid-19 probable", + "1", + "1299" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "90", + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Apnoea of prematurity", + "mNPTDvpwGn5", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Apnoea of prematurity", + "1", + "1300" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "91", + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Birth injury", + "oJP7rkoXVg1", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Birth injury", + "1", + "1301" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "92", + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bronchiolitis - obstructive bronchitis", + "Ra4H6sXRGR8", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bronchiolitis - obstructive bronchitis", + "1", + "1302" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "93", + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + "95", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bronchospasm", + "gJSba9WYKcN", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bronchospasm", + "1", + "1303" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "94", + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + "95", + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cardiogenic shock", + "EQCt6KPlhXh", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cardiogenic shock", + "1", + "1304" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "95", + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital herpes virus infection", + "IEWIHnBHcKW", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital herpes virus infection", + "1", + "1305" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "96", + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital malaria", + "fzD74ridSY3", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital malaria", + "1", + "1306" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "97", + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital syphilis", + "VlGKbqPPcqo", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital syphilis", + "1", + "1307" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "98", + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "COPD", + "VEF2GXOUCGn", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|COPD", + "1", + "1308" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "99", + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dengue suspected", + "ZcJqi7M0sIE", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dengue suspected", + "1", + "1309" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "100", + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dog bite", + "i1cjdEToed4", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dog bite", + "1", + "1310" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "101", + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "97", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Febrile convulsions", + "jP8E3Nr5ePF", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Febrile convulsions", + "1", + "1311" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "102", + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "96", + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hyperglycemia", + "CSFxUSl3Lrp", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hyperglycemia", + "1", + "1312" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "103", + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + "96", + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hypoglycemia", + "p94oukUpt38", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hypoglycemia", + "1", + "1313" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "104", + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000611", + "97", + "Hypovolaemic shock", + " ", + " ", + " ", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "97", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hypovolemic shock", + "RdQaXExPuHY", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hypovolemic shock", + "1", + "1314" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "105", + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal conjunctivitis", + "l9b20GYt8K8", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal conjunctivitis", + "1", + "1315" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "106", + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal convulsions", + "vHdiG2Glz2R", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal convulsions", + "1", + "1316" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "107", + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal jaundice", + "bz0dwSs5R8q", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal jaundice", + "1", + "1317" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "108", + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal meconial aspiration", + "F7ph9cAUsjq", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal meconial aspiration", + "1", + "1318" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "109", + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal Necrotising Enterocolitis", + " ", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "92", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal Necrotizing Enterocolitis", + "PEUNHffrc5r", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal Necrotizing Enterocolitis", + "1", + "1319" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "110", + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal pneumonia", + "qfD7Pdor9Ke", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumonia", + "1", + "1320" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "111", + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal pneumothorax", + "QnWXeiCqjvs", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumothorax", + "1", + "1321" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "112", + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal tetanus", + "y6Z1pZrll3Z", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal tetanus", + "1", + "1322" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "113", + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal tuberculosis", + "hG3VHYjksd7", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal tuberculosis", + "1", + "1323" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "114", + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non cardiac congenital pathology", + "kNx7jnB8tpr", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non cardiac congenital pathology", + "1", + "1324" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "115", + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Newborn to an HIV+ mother", + "harSVfsnIAt", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Newborn to an HIV+ mother", + "1", + "1325" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "116", + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Observation", + "xW2glpN3ZdI", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Observation", + "1", + "1326" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "117", + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Perinatal asphyxia and complications", + "ES9hj5pSPBm", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Perinatal asphyxia and complications", + "1", + "1327" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "118", + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Prematurity and or low birth weight", + "ApxIIyzZOvu", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Prematurity and or low birth weight", + "1", + "1328" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "119", + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Rheumatic heart disease", + "onaykQ33cTD", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Rheumatic heart disease", + "1", + "1329" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "120", + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Risk of sepsis", + "YeQfOMYWPyl", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Risk of sepsis", + "1", + "1330" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "121", + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + "95", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Septic shock", + "e50oxQBEjFZ", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Septic shock", + "1", + "1331" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "122", + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + "90", + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Shock uspecified", + "nduZ755HdUK", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Shock uspecified", + "1", + "1332" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "123", + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe anaemia", + "OosWiQ14i4U", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe anaemia", + "1", + "1333" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "124", + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe dehydration", + "I49cMnQlRYb", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe dehydration", + "1", + "1334" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "125", + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Transient tachypnoea of the newborn", + "o0jzqeTCtcA", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Transient tachypnoea of the newborn", + "1", + "1335" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "126", + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Varicella", + "H6yZB35ROGG", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Varicella", + "1", + "1336" + ], + [ + "98", + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + "127", + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other neonatal conditions", + "PFNsVEiE3Mg", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other neonatal conditions", + "1", + "1337" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "1", + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute asthma", + "bluop7krNFI", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute asthma", + "1", + "1338" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "2", + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Non cardiac congenital pathology", + "aVQ2oi3G43Y", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Non cardiac congenital pathology", + "1", + "1339" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "3", + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal tuberculosis", + "b52kxhqjmV9", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal tuberculosis", + "1", + "1340" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "4", + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal tetanus", + "WE6lCWupEYy", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal tetanus", + "1", + "1341" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "5", + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal pneumothorax", + "HWfmCVKRv3I", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumothorax", + "1", + "1342" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "6", + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute diarrhea (bloody)", + "ok2FInOgsTB", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (bloody)", + "1", + "1343" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "7", + "Neonatal ecrotizing enterocolitisn", + "", + "Neonatal ecrotizing enterocolitisn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal ecrotizing enterocolitisn", + "bt1b6Bxj2kF", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal ecrotizing enterocolitisn", + "1", + "1344" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "8", + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal meconial aspiration", + "NKVXlNCLf17", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal meconial aspiration", + "1", + "1345" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "9", + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal jaundice", + "MBeU92FooY5", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal jaundice", + "1", + "1346" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "10", + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal convulsions", + "pJNzXChiGXl", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal convulsions", + "1", + "1347" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "11", + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal conjunctivitis", + "HT13icXo5YH", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal conjunctivitis", + "1", + "1348" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "12", + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal pneumonia", + "tFvK0JjfEok", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumonia", + "1", + "1349" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "13", + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute diarrhea (non-bloody)", + "lefj8RM9IfZ", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (non-bloody)", + "1", + "1350" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "14", + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute febrile illness (=<7 days)", + "DawDRlElB9F", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute febrile illness (=<7 days)", + "1", + "1351" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "15", + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute flaccid paralysis", + "GyhzORItLY8", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute flaccid paralysis", + "1", + "1352" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "16", + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute jaundice syndrome", + "xcAffGbjtaI", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute jaundice syndrome", + "1", + "1353" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "17", + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Apnoea of prematurity", + "xH3LxnnChOf", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Apnoea of prematurity", + "1", + "1354" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "18", + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + "95", + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bacterial meningitis", + "B9xVjlrAWHk", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bacterial meningitis", + "1", + "1355" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "19", + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Birth injury", + "rqX77y5nyBB", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Birth injury", + "1", + "1356" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "20", + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bronchiolitis - obstructive bronchitis", + "jOVk2qkoqyy", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bronchiolitis - obstructive bronchitis", + "1", + "1357" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "21", + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + "95", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bronchospasm", + "XagfsDBPa2U", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bronchospasm", + "1", + "1358" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "22", + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + "90", + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Burns", + "b7VwHnEElX4", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Burns", + "1", + "1359" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "23", + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + "95", + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cardiogenic shock", + "CLTxVpE2nyA", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cardiogenic shock", + "1", + "1360" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "24", + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cerebral palsy - Neuro disability", + "J80kH4PewuI", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cerebral palsy - Neuro disability", + "1", + "1361" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "25", + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cholera (suspected)", + "RlzumxPwBd4", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cholera (suspected)", + "1", + "1362" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "26", + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cholera confirmed", + "HtM1Sox2Vwj", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cholera confirmed", + "1", + "1363" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "27", + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Complicated ear infection", + "nXBWUIZslkY", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Complicated ear infection", + "1", + "1364" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "28", + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Complications of SCD", + "POa0tRlSuBy", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Complications of SCD", + "1", + "1365" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "29", + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital herpes virus infection", + "YLMeuzLogS9", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital herpes virus infection", + "1", + "1366" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "30", + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital malaria", + "QFNeWiHVebh", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital malaria", + "1", + "1367" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "31", + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital or acquired cardiac pathology", + "AJ4Xt5rFWGv", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital or acquired cardiac pathology", + "1", + "1368" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "32", + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital syphilis", + "uQkCX2hOxUz", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital syphilis", + "1", + "1369" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "33", + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + "90", + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congestive Heart Failure", + "PqbFgrmJdlD", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congestive Heart Failure", + "1", + "1370" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "34", + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "COPD", + "guEVgXa3b6v", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|COPD", + "1", + "1371" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "35", + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Covid-19 confirmed", + "ynQdWMHuVnM", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Covid-19 confirmed", + "1", + "1372" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "36", + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Covid-19 probable", + "V51gp9J0zWT", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Covid-19 probable", + "1", + "1373" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "37", + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + "96", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cutaneous leishmaniosis", + "q6Ae06r15Ho", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cutaneous leishmaniosis", + "1", + "1374" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "38", + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dengue confirmed", + "F2XsLwIR6fG", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dengue confirmed", + "1", + "1375" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "39", + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dengue suspected", + "rlGC8uqJdzh", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dengue suspected", + "1", + "1376" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "40", + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diabetes type 2 and complications", + "n6mQ1I8sLr1", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diabetes type 2 and complications", + "1", + "1377" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "41", + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diabetes Type I and complications", + "LnguSPhlhvw", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diabetes Type I and complications", + "1", + "1378" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "42", + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diarrhea (persistent)", + "wIdOQXkA9vZ", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diarrhea (persistent)", + "1", + "1379" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "43", + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + "95", + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diphtheria", + "fHN1Fc1XE3x", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diphtheria", + "1", + "1380" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "44", + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dog bite", + "sj85TsVZ3JX", + "dog bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dog bite", + "1", + "1381" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "45", + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + "90", + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Epilepsy - Seizures", + "EXN5Y8Bbe4U", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Epilepsy - Seizures", + "1", + "1382" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "46", + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + "95", + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "92", + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Extra pulmonary tuberculosis", + "w4TaclahhD4", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Extra pulmonary tuberculosis", + "1", + "1383" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "47", + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Eye diseases (including trachoma)", + "FTJPLScLlnW", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Eye diseases (including trachoma)", + "1", + "1384" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "48", + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "97", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Febrile convulsions", + "JH2GCxIGcWf", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Febrile convulsions", + "1", + "1385" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "49", + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Gynaecological cases", + "yjXZddwKmXl", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Gynaecological cases", + "1", + "1386" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "50", + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis A", + "gcSNHIXe5TM", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis A", + "1", + "1387" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "51", + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis B", + "vWZOq83jtyI", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis B", + "1", + "1388" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "52", + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis Delta", + "CTGA8o161O9", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis Delta", + "1", + "1389" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "53", + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis E", + "ZuuL8WkZEGq", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis E", + "1", + "1390" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "54", + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "HIV Infection confirmed", + "sTU8qlhaC8h", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|HIV Infection confirmed", + "1", + "1391" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "55", + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "96", + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hyperglycemia", + "kSePi7ROwlD", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hyperglycemia", + "1", + "1392" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "56", + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hyperreactive splenomegaly due to malaria", + "Fx4Tqmp4Aum", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hyperreactive splenomegaly due to malaria", + "1", + "1393" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "57", + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + "96", + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hypoglycemia", + "hFiMNaLFQqq", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hypoglycemia", + "1", + "1394" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "58", + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000611", + "97", + "Hypovolaemic shock", + " ", + " ", + " ", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "97", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hypovolemic shock", + "zTCrtZh4N4r", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hypovolemic shock", + "1", + "1395" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "59", + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Infectious diseases not otherwise classified", + "fvAf7HoLqiZ", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Infectious diseases not otherwise classified", + "1", + "1396" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "60", + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Lower respiratory tract infection", + "lWivqa14ywH", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Lower respiratory tract infection", + "1", + "1397" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "61", + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + "90", + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Measles (complicated)", + "fA5OLx44Kqy", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Measles (complicated)", + "1", + "1398" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "62", + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + "90", + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Measles (uncomplicated)", + "QSGKKKOJgJy", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Measles (uncomplicated)", + "1", + "1399" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "63", + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Meningeal TB", + "IYrzxMo1XdR", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Meningeal TB", + "1", + "1400" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "64", + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + "90", + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Meningitis unspecified", + "SHBQIe1fUcx", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Meningitis unspecified", + "1", + "1401" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "65", + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Mental and psychiatric conditions", + "Tel9TSdNRKv", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Mental and psychiatric conditions", + "1", + "1402" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "66", + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + "95", + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Moderate acute malnutrition", + "Lizb2D5tY6F", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Moderate acute malnutrition", + "1", + "1403" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "67", + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Musculoskeletal conditions (infectious origin)", + "C2aGaLQ7wfC", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (infectious origin)", + "1", + "1404" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "68", + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Musculoskeletal conditions (non-infectious)", + "xbsxjRVbgFt", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (non-infectious)", + "1", + "1405" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "69", + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Necrotizing & bullous skin infections", + "HPgk2Ttjxgu", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Necrotizing & bullous skin infections", + "1", + "1406" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "70", + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neglected tropical diseases", + "enxyg6CNRzX", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neglected tropical diseases", + "1", + "1407" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "71", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "jDpjwjOmzYi", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Nephrotic Syndrome & Acute Glomerulonephritis", + "1", + "1408" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "72", + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Non urgent surgical conditions", + "JS1JiSduXtv", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Non urgent surgical conditions", + "1", + "1409" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "73", + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Obstetric cases", + "VdEPVcQIJ9n", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Obstetric cases", + "1", + "1410" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "74", + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Oral and digestive severe candidiasis", + "jv8EoB8Ixcc", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Oral and digestive severe candidiasis", + "1", + "1411" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "75", + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other bites and stings", + "gX2JCGQxzrk", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other bites and stings", + "1", + "1412" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "76", + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other neurological conditions", + "ltUMXNGhEq8", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other neurological conditions", + "1", + "1413" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "77", + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other non communicable diseases", + "ddklpeUOxUt", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other non communicable diseases", + "1", + "1414" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "78", + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other symptoms and abnor. clinical / lab findings", + "pASiyT81UCq", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other symptoms and abnor. clinical / lab findings", + "1", + "1415" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "79", + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Others", + "Dd15skECALP", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Others", + "1", + "1416" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "80", + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Persistent fever ( >7 days)", + "HPg1Uen5FY0", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Persistent fever ( >7 days)", + "1", + "1417" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "81", + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Poliomyelitis confirmed", + "YQ8eAJMeeJH", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Poliomyelitis confirmed", + "1", + "1418" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "82", + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Post surgical infections", + "lQqjSIZNH5D", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Post surgical infections", + "1", + "1419" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "83", + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Pulmonary tuberculosis", + "nTT9Yte9u1S", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Pulmonary tuberculosis", + "1", + "1420" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "84", + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + "90", + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Rabies", + "NcqJU6GvwC2", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Rabies", + "1", + "1421" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "85", + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Kwashiorkor)", + "lhvVc3FUCpO", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Kwashiorkor)", + "1", + "1422" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "86", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "bZZNGmGmH2F", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "1", + "1423" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "87", + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + "90", + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Marasmus)", + "GlOW8o3i6mR", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus)", + "1", + "1424" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "88", + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe malaria", + "LmXWiBEvHwI", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe malaria", + "1", + "1425" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "89", + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sexual violence / rape", + "MvS3SDtkUeq", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sexual violence / rape", + "1", + "1426" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "90", + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + "90", + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Shigellosis - Salmonellosis", + "J0DdLu2MHDs", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Shigellosis - Salmonellosis", + "1", + "1427" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "91", + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + "95", + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sickle cell disease", + "JToZ8urVV4S", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sickle cell disease", + "1", + "1428" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "92", + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Simple malaria", + "gZWPKGZRwcj", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Simple malaria", + "1", + "1429" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "93", + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Skin and soft tissue conditions", + "oVCqPof3OrT", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Skin and soft tissue conditions", + "1", + "1430" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "94", + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Snake bites", + "uYnA0pnSaib", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Snake bites", + "1", + "1431" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "95", + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "90", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Substance abuse / dependency", + "KC9VbPmfCS0", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Substance abuse / dependency", + "1", + "1432" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "96", + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Suspected or confirmed malignancy", + "Qx1uLto5yEX", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Suspected or confirmed malignancy", + "1", + "1433" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "97", + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + "90", + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Tetanus", + "lIOfRgPuHgD", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Tetanus", + "1", + "1434" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "98", + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Toxicity / poisoning", + "WO1S4bWy3kR", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Toxicity / poisoning", + "1", + "1435" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "99", + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + "95", + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Typhoid fever", + "ad45MmIrFgH", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Typhoid fever", + "1", + "1436" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "100", + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Newborn to an HIV+ mother", + "Wa5DWnrKvGK", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Newborn to an HIV+ mother", + "1", + "1437" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "101", + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + "95", + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sexually transmitted disease (STI)", + "Lv66yP6CBue", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sexually transmitted disease (STI)", + "1", + "1438" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "102", + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + "95", + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Upper respiratory tract infection", + "hTK6DDFaG6e", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Upper respiratory tract infection", + "1", + "1439" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "103", + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + "90", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Urgent surgical conditions", + "qWULOu2OfQk", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Urgent surgical conditions", + "1", + "1440" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "104", + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Urolithiasis / Renal colic", + "OShtoAim3Wg", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Urolithiasis / Renal colic", + "1", + "1441" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "105", + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "UTI and renal tract acute pathology", + "MjGSCSxWji8", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|UTI and renal tract acute pathology", + "1", + "1442" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "106", + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Violence-related injuries", + "NCKIOR3jQHw", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Violence-related injuries", + "1", + "1443" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "107", + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Viral haemorrhagic fevers", + "kAgodBQdyLK", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Viral haemorrhagic fevers", + "1", + "1444" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "108", + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + "95", + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Visceral leishmaniasis", + "OWklY4z4BDt", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Visceral leishmaniasis", + "1", + "1445" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "109", + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit A deficiency", + "CyUW5yS5Rgg", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit A deficiency", + "1", + "1446" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "110", + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit B complex deficiency", + "pYEJB8o2qjA", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit B complex deficiency", + "1", + "1447" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "111", + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit C deficiency (scurvy)", + "kF6LZEDgeid", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit C deficiency (scurvy)", + "1", + "1448" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "112", + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit D deficiency (rickets)", + "W9HFlAbnhhg", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit D deficiency (rickets)", + "1", + "1449" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "113", + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + "95", + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Whooping cough", + "U3dzpFQgcmH", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Whooping cough", + "1", + "1450" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "114", + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + "90", + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Yellow fever", + "BQ0tEkOuzJ7", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Yellow fever", + "1", + "1451" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "115", + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Observation", + "w3WM30UaV3P", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Observation", + "1", + "1452" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "116", + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Perinatal asphyxia and complications", + "zPHUZb5MEJP", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Perinatal asphyxia and complications", + "1", + "1453" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "117", + "Prematurity and/or low birth weight", + "", + "Prematurity and/or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Prematurity and/or low birth weight", + "nbgZIc8oTzY", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Prematurity and/or low birth weight", + "1", + "1454" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "118", + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Rheumatic heart disease", + "oGUhgcrpTRz", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Rheumatic heart disease", + "1", + "1455" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "119", + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Risk of sepsis", + "I8SfVL1ISjT", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Risk of sepsis", + "1", + "1456" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "120", + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + "95", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Septic shock", + "Ppv9BTW1HUM", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Septic shock", + "1", + "1457" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "121", + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + "90", + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Shock uspecified", + "oxHISHDzfPj", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Shock uspecified", + "1", + "1458" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "122", + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe anaemia", + "DY621CqJVK6", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe anaemia", + "1", + "1459" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "123", + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + "90", + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe dehydration", + "Km8nbWcG57I", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe dehydration", + "1", + "1460" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "124", + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "0", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Transient tachypnoea of the newborn", + "duWhWZ2OorT", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Transient tachypnoea of the newborn", + "1", + "1461" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "125", + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Varicella", + "Dx5mvv0dua0", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Varicella", + "1", + "1462" + ], + [ + "99", + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + "126", + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other neonatal conditions", + "VqNHFgx2IKp", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other neonatal conditions", + "1", + "1463" + ], + [ + "100", + "Admission criteria", + "", + "Coded", + "1", + "Weight/Height", + "", + "", + "Height", + "Patient's height in centimeters.", + "Numeric", + "Finding", + "3fbf0612-8343-4fcd-bc20-7e9d3cb85d6f", + "90", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الوزن/الطول", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Weight/Height", + "1", + "1464" + ], + [ + "100", + "Admission criteria", + "", + "Coded", + "2", + "BMI", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|BMI", + "1", + "1465" + ], + [ + "100", + "Admission criteria", + "", + "Coded", + "3", + "MUAC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|MUAC", + "1", + "1466" + ], + [ + "100", + "Admission criteria", + "", + "Coded", + "4", + "Odema", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جفاف العين", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Odema", + "1", + "1467" + ], + [ + "100", + "Admission criteria", + "", + "Coded", + "5", + "breastfeeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإفطار/التغذية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|breastfeeding", + "1", + "1468" + ], + [ + "100", + "Admission criteria", + "", + "Coded", + "6", + "Moderate + sick", + "", + "", + "Moderate", + "Average in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001888", + "90", + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "3cdef832-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "معتدل + مريض", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Moderate + sick", + "1", + "1469" + ], + [ + "101", + "Three-levels scale", + "", + "Coded", + "1", + "+ ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| + ", + "1", + "1470" + ], + [ + "101", + "Three-levels scale", + "", + "Coded", + "2", + "++", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "++", + "Two plus result (scale of + - ++++)", + "Boolean", + "Finding", + "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| ++", + "1", + "1471" + ], + [ + "101", + "Three-levels scale", + "", + "Coded", + "3", + "+++", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "+++", + "Three plus result (scale + - ++++)", + "Boolean", + "Finding", + "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| +++", + "1", + "1472" + ], + [ + "102", + "Vulnerability criteria - The child is", + "", + "Coded", + "1", + "Adopted", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تم تبني الطفل", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Adopted", + "1", + "1473" + ], + [ + "102", + "Vulnerability criteria - The child is", + "", + "Coded", + "2", + "Twin", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطفل توأم", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Twin", + "1", + "1474" + ], + [ + "102", + "Vulnerability criteria - The child is", + "", + "Coded", + "3", + "Orphan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطفل يتيم", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Orphan", + "1", + "1475" + ], + [ + "103", + "Test result - positive/negative", + "", + "Coded", + "1", + "Positive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موجب", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Test result - positive/negative|Positive", + "1", + "1476" + ], + [ + "103", + "Test result - positive/negative", + "", + "Coded", + "2", + "Negative", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سالب", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Test result - positive/negative|Negative", + "1", + "1477" + ], + [ + "104", + "Feeding - Phase", + "", + "Coded", + "1", + "1", + "", + "1", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|1", + "1", + "1478" + ], + [ + "104", + "Feeding - Phase", + "", + "Coded", + "2", + "Transition", + "", + "Transition", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|Transition", + "1", + "1479" + ], + [ + "104", + "Feeding - Phase", + "", + "Coded", + "3", + "2", + "", + "2", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|2", + "1", + "1480" + ], + [ + "105", + "Feeding - Product", + "", + "Coded", + "1", + "F75", + "", + "F75", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|F75", + "1", + "1481" + ], + [ + "105", + "Feeding - Product", + "", + "Coded", + "2", + "F100", + "", + "F100", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|F100", + "1", + "1482" + ], + [ + "105", + "Feeding - Product", + "", + "Coded", + "3", + "Infant formula", + "", + "Infant formula", + "", + "", + "", + "", + "", + "", + "Infant formula", + "Describes a substance used to feed children.", + "Coded", + "Drug", + "5254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Infant formula", + "Describes a substance used to feed children.", + "Coded", + "Drug", + "3ceb2c7e-26fe-102b-80cb-0017a47871b2", + "95", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|Infant formula", + "1", + "1483" + ], + [ + "106", + "Meal - amount taken", + "", + "Coded", + "1", + "0%", + "", + "0%", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|0 %", + "1", + "1484" + ], + [ + "106", + "Meal - amount taken", + "", + "Coded", + "2", + "25%", + "", + "25%", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|25 %", + "1", + "1485" + ], + [ + "106", + "Meal - amount taken", + "", + "Coded", + "3", + "50%", + "", + "50%", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|50 %", + "1", + "1486" + ], + [ + "106", + "Meal - amount taken", + "", + "Coded", + "4", + "75%", + "", + "75%", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|75 %", + "1", + "1487" + ], + [ + "106", + "Meal - amount taken", + "", + "Coded", + "5", + "100%", + "", + "100%", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|100 %", + "1", + "1488" + ], + [ + "107", + "Meal - remark", + "", + "Coded", + "1", + "Absent", + "", + "Absent", + "", + "", + "", + "", + "", + "", + "Absent", + "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", + "N/A", + "Misc", + "163747AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Absent", + "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", + "N/A", + "Misc", + "b5410710-123c-49a6-8ccd-75bce3ffa4f1", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Absent", + "1", + "1489" + ], + [ + "107", + "Meal - remark", + "", + "Coded", + "2", + "Vomiting", + "", + "Vomiting", + "", + "", + "", + "", + "", + "", + "Vomiting", + "The forcible expulsion of the contents of the stomach through the mouth.", + "Coded", + "Diagnosis", + "122983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Vomiting", + "The forcible expulsion of the contents of the stomach through the mouth.", + "N/A", + "Diagnosis", + "3cf1c930-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Vomiting", + "1", + "1490" + ], + [ + "107", + "Meal - remark", + "", + "Coded", + "3", + "Refusal", + "", + "Refusal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Refusal", + "1", + "1491" + ], + [ + "107", + "Meal - remark", + "", + "Coded", + "4", + "Nasogastric tube", + "", + "Nasogastric tube", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Nasogastric tube", + "1", + "1492" + ], + [ + "107", + "Meal - remark", + "", + "Coded", + "5", + "IV fluid", + "", + "IV fluid", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "0", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|IV fluid", + "1", + "1493" + ], + [ + "", + "Outcome - Family planning", + "", + "Coded", + "", + "Child alive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Outcome - Family planning|Child alive", + "1", + "1494" + ], + [ + "", + "Outcome - Family planning ", + "", + "Coded", + "", + "Child died", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Outcome - Family planning |Child died", + "1", + "1495" + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Exclusive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Exclusive", + "1", + "1496" + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Mixed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Mixed", + "1", + "1497" + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Bottle", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Bottle", + "1", + "1498" + ], + [ + "", + "FP befor", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "FP befor|Yes", + "1", + "1499" + ], + [ + "", + "FP befor", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "FP befor|No", + "1", + "1500" + ], + [ + "", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|Yes", + "1", + "1501" + ], + [ + "", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|No", + "1", + "1502" + ], + [ + "", + "Have you given birth on the last 4 weeks?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you given birth on the last 4 weeks?|Yes", + "1", + "1503" + ], + [ + "", + "Have you given birth on the last 4 weeks?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you given birth on the last 4 weeks?|No", + "1", + "1504" + ], + [ + "", + "Did your last menstruation period start within the past 7 days?", + "", + "", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Did your last menstruation period start within the past 7 days?|Yes", + "1", + "1505" + ], + [ + "", + "Did your last menstruation period start within the past 7 days?", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Did your last menstruation period start within the past 7 days?|No", + "1", + "1506" + ], + [ + "", + "Have you had an abortion or miscarriage in the past 7 days?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you had an abortion or miscarriage in the past 7 days?|Yes", + "1", + "1507" + ], + [ + "", + "Have you had an abortion or miscarriage in the past 7 days?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you had an abortion or miscarriage in the past 7 days?|No", + "1", + "1508" + ], + [ + "", + "Have you gone without sexual intercourse since your last menstrual period?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you gone without sexual intercourse since your last menstrual period?|Yes", + "1", + "1509" + ], + [ + "", + "Have you gone without sexual intercourse since your last menstrual period?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you gone without sexual intercourse since your last menstrual period?|No", + "1", + "1510" + ], + [ + "", + "Have you been using a reliable contraceptive method consistently AND correctly?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you been using a reliable contraceptive method consistently AND correctly?|Yes", + "1", + "1511" + ], + [ + "", + "Have you been using a reliable contraceptive method consistently AND correctly?", + "", + "", + "", + "No", + " ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you been using a reliable contraceptive method consistently AND correctly?|No", + "1", + "1512" + ], + [ + "", + "The patient has a metod in mind?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "The patient has a metod in mind?|Yes", + "1", + "1513" + ], + [ + "", + "The patient has a metod in mind?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "The patient has a metod in mind?|No", + "1", + "1514" + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Very effective", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Very effective", + "1", + "1515" + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Breasfeeding<6 month", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Breasfeeding<6 month", + "1", + "1516" + ], + [ + "", + "What is important", + "", + "Coded", + "", + "No children later", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|No children later", + "1", + "1517" + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Permanent", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Permanent", + "1", + "1518" + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Few side", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Few side", + "1", + "1519" + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Nothing to do befor sex", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Nothing to do befor sex", + "1", + "1520" + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Use only when needed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Use only when needed", + "1", + "1521" + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Avoid touching intimate areas", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Avoid touching intimate areas", + "1", + "1522" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Latex allergy (patient or partner)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Latex allergy (patient or partner)", + "1", + "1523" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Current/history trombembolism", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Current/history trombembolism", + "1", + "1524" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Pregnancy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Pregnancy", + "1", + "1525" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Diabetes for > 20 years", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Diabetes for > 20 years", + "1", + "1526" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Breastfeeding< 6 weeks", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Breastfeeding< 6 weeks", + "1", + "1527" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Smoker > 35 years old", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Smoker > 35 years old", + "1", + "1528" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "BP>160/100", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|BP>160/100", + "1", + "1529" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Unexplained veginal bleeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Unexplained veginal bleeding", + "1", + "1530" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Bleeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Bleeding", + "1", + "1531" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Hyper or dysmenorrhoea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Hyper or dysmenorrhoea", + "1", + "1532" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "History of extra-uterine pregnancy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|History of extra-uterine pregnancy", + "1", + "1533" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Server untreated anaemia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Server untreated anaemia", + "1", + "1534" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Current STI/current PID,HIV + patient on ARV", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Current STI/current PID,HIV + patient on ARV", + "1", + "1535" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "On TB medication", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|On TB medication", + "1", + "1536" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "On Epilepsy medication", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|On Epilepsy medication", + "1", + "1537" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Active liver disease/jaundice", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Active liver disease/jaundice", + "1", + "1538" + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "HIV + patient with active ADIS but NOT on ARV", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|HIV + patient with active ADIS but NOT on ARV", + "1", + "1539" + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Male condom", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Male condom", + "1", + "1540" + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Female condom", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Female condom", + "1", + "1541" + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "COC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|COC", + "1", + "1542" + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "POP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|POP", + "1", + "1543" + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Injectable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Injectable", + "1", + "1544" + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Implant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Implant", + "1", + "1545" + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "IUD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|IUD", + "1", + "1546" + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Tubal ligation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Tubal ligation", + "1", + "1547" + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Vasectomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Vasectomy", + "1", + "1548" + ], + [ + "", + "Satisfied with method", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Satisfied with method|Yes", + "1", + "1549" + ], + [ + "", + "Satisfied with method", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Satisfied with method|No", + "1", + "1550" + ], + [ + "", + "Changed bleeding pattern", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Changed bleeding pattern|Yes", + "1", + "1551" + ], + [ + "", + "Changed bleeding pattern", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Changed bleeding pattern|No", + "1", + "1552" + ], + [ + "", + "Headache/dizziness", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Headache/dizziness|Yes", + "1", + "1553" + ], + [ + "", + "Headache/dizziness", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Headache/dizziness|No", + "1", + "1554" + ], + [ + "", + "Nausea/abdominal pain", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Nausea/abdominal pain|Yes", + "1", + "1555" + ], + [ + "", + "Nausea/abdominal pain", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Nausea/abdominal pain|No", + "1", + "1556" + ], + [ + "", + "Breast tender", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breast tender|Yes", + "1", + "1557" + ], + [ + "", + "Breast tender", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breast tender|No", + "1", + "1558" + ], + [ + "", + "Mood changes", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mood changes|Yes", + "1", + "1559" + ], + [ + "", + "Mood changes", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mood changes|No", + "1", + "1560" + ], + [ + "", + "Date to return to first PNC visit", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Date to return to first PNC visit|Full term", + "1", + "1561" + ], + [ + "", + "Date to return to first PNC visit", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Date to return to first PNC visit|Preterm", + "1", + "1562" + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Normal", + "1", + "1563" + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Manual delivery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Manual delivery", + "1", + "1564" + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Episiotomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Episiotomy", + "1", + "1565" + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Perineal laceration (tear)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Perineal laceration (tear)", + "1", + "1566" + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Hypertension", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Hypertension", + "1", + "1567" + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Heart disease", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Heart disease", + "1", + "1568" + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Diabetes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Diabetes", + "1", + "1569" + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Abdominal surgery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Abdominal surgery", + "1", + "1570" + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Sexually transitted infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Sexually transitted infection", + "1", + "1571" + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Epilepsy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Epilepsy", + "1", + "1572" + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "HIV+", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|HIV+", + "1", + "1573" + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Tuberculosis", + "1", + "1574" + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Other", + "1", + "1575" + ], + [ + "", + "Present at consultation", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Present at consultation|Yes", + "1", + "1576" + ], + [ + "", + "Present at consultation", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Present at consultation|No", + "1", + "1577" + ], + [ + "", + "Anaemia (conjunctiva, heamoglobin)", + "", + "Coded", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Anaemia (conjunctiva, heamoglobin)|", + "1", + "1578" + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|No", + "1", + "1579" + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "Mild", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|Mild", + "1", + "1580" + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "Severe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|Severe", + "1", + "1581" + ], + [ + "", + "Breasts (e.g infection,enforgement)", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breasts (e.g infection,enforgement)|Normal", + "1", + "1582" + ], + [ + "", + "Breasts (e.g infection,enforgement)", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breasts (e.g infection,enforgement)|Abnormal", + "1", + "1583" + ], + [ + "", + "Sexually transmitted infection", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sexually transmitted infection|Yes", + "1", + "1584" + ], + [ + "", + "Sexually transmitted infection", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sexually transmitted infection|No", + "1", + "1585" + ], + [ + "", + "Time since delivery", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Time since delivery|Normal", + "1", + "1586" + ], + [ + "", + "Time since delivery", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Time since delivery|Abnormal", + "1", + "1587" + ], + [ + "", + "Healing (if laceration,episiotomy of C-section)", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Healing (if laceration,episiotomy of C-section)|Normal", + "1", + "1588" + ], + [ + "", + "Healing (if laceration,episiotomy of C-section)", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Healing (if laceration,episiotomy of C-section)|Abnormal", + "1", + "1589" + ], + [ + "", + "Passing urine or stool", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Passing urine or stool|Normal", + "1", + "1590" + ], + [ + "", + "Passing urine or stool", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Passing urine or stool|Abnormal", + "1", + "1591" + ], + [ + "", + "Mother-infant interaction", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mother-infant interaction|Normal", + "1", + "1592" + ], + [ + "", + "Mother-infant interaction", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mother-infant interaction|Abnormal", + "1", + "1593" + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|No", + "1", + "1594" + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "MH", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|MH", + "1", + "1595" + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "HP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|HP", + "1", + "1596" + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "Gyne", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|Gyne", + "1", + "1597" + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|Other", + "1", + "1598" + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|No", + "1", + "1599" + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "Referral hospital", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|Referral hospital", + "1", + "1600" + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|Other", + "1", + "1601" + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Yes", + "1", + "1602" + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "COC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|COC", + "1", + "1603" + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "POP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|POP", + "1", + "1604" + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "IUD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|IUD", + "1", + "1605" + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Implant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Implant", + "1", + "1606" + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Condoms", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Condoms", + "1", + "1607" + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|No", + "1", + "1608" + ], + [ + "", + "PNC-gestational age:", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-gestational age:|Full term", + "1", + "1609" + ], + [ + "", + "PNC-gestational age:", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-gestational age:|Preterm", + "1", + "1610" + ], + [ + "", + "PNC- gestational age?", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- gestational age?|Full term", + "1", + "1611" + ], + [ + "", + "PNC- gestational age:", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- gestational age:|Preterm", + "1", + "1612" + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Anaemia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Anaemia", + "1", + "1613" + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Hypertension/pre-/eclampsia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Hypertension/pre-/eclampsia", + "1", + "1614" + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Antepartum hemorrhage", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Antepartum hemorrhage", + "1", + "1615" + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Prolonged/obstructed labour", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Prolonged/obstructed labour", + "1", + "1616" + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Malpresentation (breach, other)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Malpresentation (breach, other)", + "1", + "1617" + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Caesarean section", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Caesarean section", + "1", + "1618" + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Instrumental extraction", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Instrumental extraction", + "1", + "1619" + ], + [ + "", + "PNC- Problems-Placenta", + "", + "Coded", + "", + "Norma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems-Placenta|Norma", + "1", + "1620" + ], + [ + "", + "PNC- Problems-Placenta", + "", + "Coded", + "", + "Manual delivery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems-Placenta|Manual delivery", + "1", + "1621" + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Episiotomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Episiotomy", + "1", + "1622" + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Perineal laceration (tear)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Perineal laceration (tear)", + "1", + "1623" + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Fistula present - management:", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Fistula present - management:", + "1", + "1624" + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Postapartum haemorrhage", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Postapartum haemorrhage", + "1", + "1625" + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Other", + "1", + "1626" + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Hypertension", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Hypertension", + "1", + "1627" + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Heart disease", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Heart disease", + "1", + "1628" + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Diabetes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Diabetes", + "1", + "1629" + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Abdominal surgery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Abdominal surgery", + "1", + "1630" + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Sexually transmitted infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Sexually transmitted infection", + "1", + "1631" + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Epilepsy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Epilepsy", + "1", + "1632" + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "HIV+", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|HIV+", + "1", + "1633" + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Tuberculosis", + "1", + "1634" + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|other", + "1", + "1635" + ], + [ + "", + "PNC- present at consultation", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- present at consultation|Yes", + "1", + "1636" + ], + [ + "", + "PNC- present at consultation", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- present at consultation|No", + "1", + "1637" + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|No", + "1", + "1638" + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "Mild", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|Mild", + "1", + "1639" + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "Severe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|Severe", + "1", + "1640" + ] ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ] - ], - "columnIndex": 0, - "text": [ - [ - "#", - "OptionSet name", - "Label if different", - "Datatype", - "#", - "Answers", - "External ID", - "Label", - "MSF Source Suggestion", - "MSF Source Description", - "MSF Source Datatype", - "MSF Source Class", - "MSF Source External ID", - "MSF Source Score", - "CIEL Source Suggestion", - "CIEL Source Description", - "CIEL Source Datatype", - "CIEL Source Class", - "CIEL Source External ID", - "CIEL Source Score", - "PIH Source Suggestion", - "PIH Source Description", - "PIH Source Datatype", - "PIH Source Class", - "PIH Source External ID", - "PIH Source Score", - "Concept found", - "OCL validation", - "1st occ.", - "MSF concept ID", - "CIEL concept ID", - "OCL name", - "OCL definition", - "OCL Comments", - "Validation (format)", - "Validation (length)", - "Default value", - "Lower limit", - "Upper limit", - "Skip logic", - "Mandatory", - "PII / Sensitive", - "Anonymization", - "Locale", - "Translation", - "DHIS2 type", - "DHIS2 DE full name", - "DHIS2 DE UID", - "DHIS2 Option Set name", - "DHIS2 Option Set UID", - "DHIS2 Option name", - "DHIS2 Option UID", - "DHIS2 Option code", - "Configuration", - "OMRS Data Value Path", - "OMRS Data Sample", - "Transformation", - "Workflow", - "Expose in OpenFn\nrun logs?", - "Comments", - "Status", - "F00-Registration", - "F01-MHPSS Baseline", - "F02-MHPSS Follow-up", - "F03-mhGAP Baseline", - "F04-mhGAP Follow-up", - "F05-MH Closure", - "F06-MH-PHQ-9", - "F07-ITFC Admission form", - "Key", - "", - "Rank" - ], - [ - "1", - "Sex - All", - "", - "Coded", - "1", - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Male", - "1", - "0" - ], - [ - "2", - "Sex - Standard", - "", - "Coded", - "1", - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Male", - "1", - "9" - ] - ], - "formulas": [ - [ - "#", - "OptionSet name", - "Label if different", - "Datatype", - "#", - "Answers", - "External ID", - "Label", - "MSF Source Suggestion", - "MSF Source Description", - "MSF Source Datatype", - "MSF Source Class", - "MSF Source External ID", - "MSF Source Score", - "CIEL Source Suggestion", - "CIEL Source Description", - "CIEL Source Datatype", - "CIEL Source Class", - "CIEL Source External ID", - "CIEL Source Score", - "PIH Source Suggestion", - "PIH Source Description", - "PIH Source Datatype", - "PIH Source Class", - "PIH Source External ID", - "PIH Source Score", - "Concept found", - "OCL validation", - "1st occ.", - "MSF concept ID", - "CIEL concept ID", - "OCL name", - "OCL definition", - "OCL Comments", - "Validation (format)", - "Validation (length)", - "Default value", - "Lower limit", - "Upper limit", - "Skip logic", - "Mandatory", - "PII / Sensitive", - "Anonymization", - "Locale", - "Translation", - "DHIS2 type", - "DHIS2 DE full name", - "DHIS2 DE UID", - "DHIS2 Option Set name", - "DHIS2 Option Set UID", - "DHIS2 Option name", - "DHIS2 Option UID", - "DHIS2 Option code", - "Configuration", - "OMRS Data Value Path", - "OMRS Data Sample", - "Transformation", - "Workflow", - "Expose in OpenFn\nrun logs?", - "Comments", - "Status", - "F00-Registration", - "F01-MHPSS Baseline", - "F02-MHPSS Follow-up", - "F03-mhGAP Baseline", - "F04-mhGAP Follow-up", - "F05-MH Closure", - "F06-MH-PHQ-9", - "F07-ITFC Admission form", - "Key", - "", - "Rank" - ], - [ - 1, - "Sex - All", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Male", - 1, - 0 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Male", - 1, - 9 - ] - ], - "formulasLocal": [ - [ - "#", - "OptionSet name", - "Label if different", - "Datatype", - "#", - "Answers", - "External ID", - "Label", - "MSF Source Suggestion", - "MSF Source Description", - "MSF Source Datatype", - "MSF Source Class", - "MSF Source External ID", - "MSF Source Score", - "CIEL Source Suggestion", - "CIEL Source Description", - "CIEL Source Datatype", - "CIEL Source Class", - "CIEL Source External ID", - "CIEL Source Score", - "PIH Source Suggestion", - "PIH Source Description", - "PIH Source Datatype", - "PIH Source Class", - "PIH Source External ID", - "PIH Source Score", - "Concept found", - "OCL validation", - "1st occ.", - "MSF concept ID", - "CIEL concept ID", - "OCL name", - "OCL definition", - "OCL Comments", - "Validation (format)", - "Validation (length)", - "Default value", - "Lower limit", - "Upper limit", - "Skip logic", - "Mandatory", - "PII / Sensitive", - "Anonymization", - "Locale", - "Translation", - "DHIS2 type", - "DHIS2 DE full name", - "DHIS2 DE UID", - "DHIS2 Option Set name", - "DHIS2 Option Set UID", - "DHIS2 Option name", - "DHIS2 Option UID", - "DHIS2 Option code", - "Configuration", - "OMRS Data Value Path", - "OMRS Data Sample", - "Transformation", - "Workflow", - "Expose in OpenFn\nrun logs?", - "Comments", - "Status", - "F00-Registration", - "F01-MHPSS Baseline", - "F02-MHPSS Follow-up", - "F03-mhGAP Baseline", - "F04-mhGAP Follow-up", - "F05-MH Closure", - "F06-MH-PHQ-9", - "F07-ITFC Admission form", - "Key", - "", - "Rank" + "formulas": [ + [ + "", + "", + "", + "", + "", + "", + "", + "", + "Automatch Suggestions from MSF Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from CIEL Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from PIH Source", + "", + "", + "", + "", + "", + "", + "OCL ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "DHIS2", + "", + "", + "", + "", + "", + "", + "", + "", + "OpenFn", + "", + "", + "", + "", + "", + "", + "OptionSet used in…", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "#", + "OptionSet name", + "Label if different", + "Datatype", + "#", + "Answers", + "External ID", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL concept ID", + "OCL name", + "OCL definition", + "OCL Comments", + "Validation (format)", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "DHIS2 Option code", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status", + "F00-Registration", + "F01-MHPSS Baseline", + "F02-MHPSS Follow-up", + "F03-mhGAP Baseline", + "F04-mhGAP Follow-up", + "F05-MH Closure", + "F06-MH-PHQ-9", + "F07-ITFC Admission form", + "Key", + "", + "Rank" + ], + [ + 1, + "Sex - All", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Male", + 1, + 1 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Female", + 1, + 2 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 3, + "Transgender male", + "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر متحول", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Transgender male", + 1, + 3 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 4, + "Transgender female", + "1226d253-376f-4e73-9ae2-36c7e9362e8b", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى متحولة", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Transgender female", + 1, + 4 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 5, + "Gender variant - Non conforming", + "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معياري", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Gender variant - Non conforming", + 1, + 5 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 6, + "Prefer not to answer", + "245151ca-691e-4d5a-a792-64cb573e2b34", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عدم الإجابة ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Prefer not to answer", + 1, + 6 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 7, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Unknown", + 1, + 7 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 8, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Other", + 1, + 8 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Male", + 1, + 9 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Female", + "H61UkMHyNku", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Female", + 1, + 10 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 3, + "Transgender male", + "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر متحول", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Transgender male", + "OcJsz1BOHTf", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Transgender male", + 1, + 11 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 4, + "Transgender female", + "1226d253-376f-4e73-9ae2-36c7e9362e8b", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى متحولة", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Transgender female", + "l8RshnosXNy", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Transgender female", + 1, + 12 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 5, + "Gender variant - Non conforming", + "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معياري", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Gender variant - Non conforming", + "V8RXdmOdY8L", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Gender variant - Non conforming", + 1, + 13 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 6, + "Prefer not to answer", + "245151ca-691e-4d5a-a792-64cb573e2b34", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عدم الإجابة ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Prefer not to answer", + "QQzTV76xGfF", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Prefer not to answer", + 1, + 14 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 7, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Unknown", + "YJw3CPNftrE", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Unknown", + 1, + 15 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Male", + 1, + 16 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Female", + "H61UkMHyNku", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Female", + 1, + 17 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 3, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Other", + 1, + 18 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 4, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Unknown", + "YJw3CPNftrE", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Unknown", + 1, + 19 + ], + [ + 4, + "Country", + "", + "Coded", + 1, + "Afghanistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفغانستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Afghanistan", + "diVYBILjUmV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Afghanistan", + 1, + 20 + ], + [ + 4, + "Country", + "", + "Coded", + 2, + "Albania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ألبانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Albania", + "nutwBYPa3c6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Albania", + 1, + 21 + ], + [ + 4, + "Country", + "", + "Coded", + 3, + "Algeria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجزائر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Algeria", + "vFzGZbjzRgT", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Algeria", + 1, + 22 + ], + [ + 4, + "Country", + "", + "Coded", + 4, + "Angola", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أنغولا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Angola", + "AEZqjWQaHtc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Angola", + 1, + 23 + ], + [ + 4, + "Country", + "", + "Coded", + 5, + "Anguilla", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أنغيلا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Anguilla", + "DzKGZxfc1If", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Anguilla", + 1, + 24 + ], + [ + 4, + "Country", + "", + "Coded", + 6, + "Argentina", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأرجنتين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Argentina", + "ZtvWa7Lms2D", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Argentina", + 1, + 25 + ], + [ + 4, + "Country", + "", + "Coded", + 7, + "Armenia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أرمينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Armenia", + "fHUrTZCGrsE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Armenia", + 1, + 26 + ], + [ + 4, + "Country", + "", + "Coded", + 8, + "Aruba", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أروبا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Aruba", + "nW24eGST2rr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Aruba", + 1, + 27 + ], + [ + 4, + "Country", + "", + "Coded", + 9, + "Azerbaijan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذربيجان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Azerbaijan", + "yJAD7ZvdPB9", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Azerbaijan", + 1, + 28 + ], + [ + 4, + "Country", + "", + "Coded", + 10, + "Bangladesh", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنغلاديش", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bangladesh", + "w86dbYs43jg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bangladesh", + 1, + 29 + ], + [ + 4, + "Country", + "", + "Coded", + 11, + "Belarus", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بيلاروسيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Belarus", + "sErv1yTCjIk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Belarus", + 1, + 30 + ], + [ + 4, + "Country", + "", + "Coded", + 12, + "Benin", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Benin", + "ONeYUriDrCm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Benin", + 1, + 31 + ], + [ + 4, + "Country", + "", + "Coded", + 13, + "Bhutan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوتان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bhutan", + "p9BIOdMGTz6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bhutan", + 1, + 32 + ], + [ + 4, + "Country", + "", + "Coded", + 14, + "Bolivia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوليفيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bolivia", + "XQ9Wxt2gh20", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bolivia", + 1, + 33 + ], + [ + 4, + "Country", + "", + "Coded", + 15, + "Bosnia and Herzegovina", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "البوسنة والهرسك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bosnia and Herzegovina", + "xSjqYV8ADNi", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bosnia and Herzegovina", + 1, + 34 + ], + [ + 4, + "Country", + "", + "Coded", + 16, + "Botswana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوتسوانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Botswana", + "kiI9Nkhhtsw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Botswana", + 1, + 35 + ], + [ + 4, + "Country", + "", + "Coded", + 17, + "Brazil", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "البرازيل", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Brazil", + "otuaAfFAMm9", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Brazil", + 1, + 36 + ], + [ + 4, + "Country", + "", + "Coded", + 18, + "British Virgin Islands", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جزر فيرجن البريطانية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "British Virgin Islands", + "oGtke47HQjw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|British Virgin Islands", + 1, + 37 + ], + [ + 4, + "Country", + "", + "Coded", + 19, + "Bulgaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بلغاريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bulgaria", + "sxgEvvHGASc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bulgaria", + 1, + 38 + ], + [ + 4, + "Country", + "", + "Coded", + 20, + "Burkina Faso", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوركينا فاسو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Burkina Faso", + "labcPsf6vlS", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Burkina Faso", + 1, + 39 + ], + [ + 4, + "Country", + "", + "Coded", + 21, + "Burundi", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوروندي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Burundi", + "EO7IXBoCRQM", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Burundi", + 1, + 40 + ], + [ + 4, + "Country", + "", + "Coded", + 22, + "Cambodia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كمبوديا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cambodia", + "BssvituAfov", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cambodia", + 1, + 41 + ], + [ + 4, + "Country", + "", + "Coded", + 23, + "Cameroon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكاميرون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cameroon", + "LzxTtERApOy", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cameroon", + 1, + 42 + ], + [ + 4, + "Country", + "", + "Coded", + 24, + "Cape Verde", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الرأس الأخضر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cape Verde", + "HvZxt4vKoOx", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cape Verde", + 1, + 43 + ], + [ + 4, + "Country", + "", + "Coded", + 25, + "Central African Republic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية افريقيا الوسطى", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Central African Republic", + "B09WCauYtJ7", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Central African Republic", + 1, + 44 + ], + [ + 4, + "Country", + "", + "Coded", + 26, + "Chad", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشاد", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Chad", + "JtMeoonLcqo", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Chad", + 1, + 45 + ], + [ + 4, + "Country", + "", + "Coded", + 27, + "Chile", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شيلي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Chile", + "pdTWdFqXStd", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Chile", + 1, + 46 + ], + [ + 4, + "Country", + "", + "Coded", + 28, + "China", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "China", + "CcpigvKey7O", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|China", + 1, + 47 + ], + [ + 4, + "Country", + "", + "Coded", + 29, + "Colombia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كولومبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Colombia", + "zAMRnEi2Yhg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Colombia", + 1, + 48 + ], + [ + 4, + "Country", + "", + "Coded", + 30, + "Comoros", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جزر القمر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Comoros", + "uAyMV131HCO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Comoros", + 1, + 49 + ], + [ + 4, + "Country", + "", + "Coded", + 31, + "Costa Rica", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوستا ريكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Costa Rica", + "vErHiezEajY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Costa Rica", + 1, + 50 + ], + [ + 4, + "Country", + "", + "Coded", + 32, + "Côte d'Ivoire", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوت ديفوار", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Côte d'Ivoire", + "IRepwvOtkII", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Côte d'Ivoire", + 1, + 51 + ], + [ + 4, + "Country", + "", + "Coded", + 33, + "Cuba", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوبا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cuba", + "Mh9Ckr9QhMa", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cuba", + 1, + 52 + ], + [ + 4, + "Country", + "", + "Coded", + 34, + "Djibouti", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جيبوتي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Djibouti", + "cvAMdgckhOk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Djibouti", + 1, + 53 + ], + [ + 4, + "Country", + "", + "Coded", + 35, + "Dominica", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دومينيكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Dominica", + "oC2s7ZiRTv3", + "", + "Family planning - Outcome", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Dominica", + 1, + 54 + ], + [ + 4, + "Country", + "", + "Coded", + 36, + "Dominican Republic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الدومينيكان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Dominican Republic", + "XuXolVGjILU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Dominican Republic", + 1, + 55 + ], + [ + 4, + "Country", + "", + "Coded", + 37, + "DRC Congo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الكونغو الديمقراطية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "DRC Congo", + "hDl6AdC035K", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|DRC Congo", + 1, + 56 + ], + [ + 4, + "Country", + "", + "Coded", + 38, + "East Timor", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تيمور الشرقية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "East Timor", + "l1QF9SxmTEe", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|East Timor", + 1, + 57 + ], + [ + 4, + "Country", + "", + "Coded", + 39, + "Ecuador", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاكوادور", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ecuador", + "gGjltDyQDjq", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ecuador", + 1, + 58 + ], + [ + 4, + "Country", + "", + "Coded", + 40, + "Egypt", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مصر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Egypt", + "xHcq7n4iLjZ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Egypt", + 1, + 59 + ], + [ + 4, + "Country", + "", + "Coded", + 41, + "El Salvador", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلفادور", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "El Salvador", + "oLtI4UknARs", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|El Salvador", + 1, + 60 + ], + [ + 4, + "Country", + "", + "Coded", + 42, + "Equatorial Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا الإستوائية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Equatorial Guinea", + "Sipme5yxx48", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Equatorial Guinea", + 1, + 61 + ], + [ + 4, + "Country", + "", + "Coded", + 43, + "Eritrea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إريتريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Eritrea", + "HkEJcTRqnd5", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Eritrea", + 1, + 62 + ], + [ + 4, + "Country", + "", + "Coded", + 44, + "Ethiopia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أثيوبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ethiopia", + "NYkv05WpCXj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ethiopia", + 1, + 63 + ], + [ + 4, + "Country", + "", + "Coded", + 45, + "Gabon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجابون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Gabon", + "E84FcVzHZDM", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Gabon", + 1, + 64 + ], + [ + 4, + "Country", + "", + "Coded", + 46, + "Gambia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غامبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Gambia", + "LfPn2DOfRew", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Gambia", + 1, + 65 + ], + [ + 4, + "Country", + "", + "Coded", + 47, + "Georgia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جورجيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Georgia", + "jBklhTXjStK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Georgia", + 1, + 66 + ], + [ + 4, + "Country", + "", + "Coded", + 48, + "Ghana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ghana", + "eO0gTpGne9P", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ghana", + 1, + 67 + ], + [ + 4, + "Country", + "", + "Coded", + 49, + "Greece", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اليونان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Greece", + "JSuVBbvnBwi", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Greece", + 1, + 68 + ], + [ + 4, + "Country", + "", + "Coded", + 50, + "Guam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غوام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guam", + "dVJ1jT4qwhr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guam", + 1, + 69 + ], + [ + 4, + "Country", + "", + "Coded", + 51, + "Guatemala", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غواتيمالا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guatemala", + "rHE2fw0dq78", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guatemala", + 1, + 70 + ], + [ + 4, + "Country", + "", + "Coded", + 52, + "Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guinea", + "Lgo53lIlEFU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guinea", + 1, + 71 + ], + [ + 4, + "Country", + "", + "Coded", + 53, + "Guinea-Bissau", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا بيساو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guinea-Bissau", + "OwuIcXiNnLf", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guinea-Bissau", + 1, + 72 + ], + [ + 4, + "Country", + "", + "Coded", + 54, + "Guyana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غيانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guyana", + "LStaPbnFPxB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guyana", + 1, + 73 + ], + [ + 4, + "Country", + "", + "Coded", + 55, + "Haiti", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هايتي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Haiti", + "WZqpZ6BYYMc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Haiti", + 1, + 74 + ], + [ + 4, + "Country", + "", + "Coded", + 56, + "Honduras", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هندوراس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Honduras", + "yK7fFWtOFmj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Honduras", + 1, + 75 + ], + [ + 4, + "Country", + "", + "Coded", + 57, + "India", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "India", + "vD6J24m3CjP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|India", + 1, + 76 + ], + [ + 4, + "Country", + "", + "Coded", + 58, + "Indonesia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إندونيسيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Indonesia", + "xdeMD7HSXiE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Indonesia", + 1, + 77 + ], + [ + 4, + "Country", + "", + "Coded", + 59, + "Iran", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إيران", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Iran", + "CbnR3yhYXLB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Iran", + 1, + 78 + ], + [ + 4, + "Country", + "", + "Coded", + 60, + "Iraq", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العراق", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Iraq", + "akUZWd42amN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Iraq", + 1, + 79 + ], + [ + 4, + "Country", + "", + "Coded", + 61, + "Jordan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأردن", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Jordan", + "Tqqf3od9wZw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Jordan", + 1, + 80 + ], + [ + 4, + "Country", + "", + "Coded", + 62, + "Kazakhstan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كازاخستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kazakhstan", + "vUOaYjStGLy", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kazakhstan", + 1, + 81 + ], + [ + 4, + "Country", + "", + "Coded", + 63, + "Kenya", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kenya", + "wHGMztCNS6m", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kenya", + 1, + 82 + ], + [ + 4, + "Country", + "", + "Coded", + 64, + "Kuwait", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكويت", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kuwait", + "eoLtNAlAHZl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kuwait", + 1, + 83 + ], + [ + 4, + "Country", + "", + "Coded", + 65, + "Kyrgyzstan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قيرغيزستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kyrgyzstan", + "a0lJJYryhi4", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kyrgyzstan", + 1, + 84 + ], + [ + 4, + "Country", + "", + "Coded", + 66, + "Laos", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لاوس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Laos", + "uQDRtKY8c5U", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Laos", + 1, + 85 + ], + [ + 4, + "Country", + "", + "Coded", + 67, + "Lebanon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لبنان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Lebanon", + "GJ7m7BCOAOV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Lebanon", + 1, + 86 + ], + [ + 4, + "Country", + "", + "Coded", + 68, + "Lesotho", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليسوتو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Lesotho", + "xTpZ9IdGDaR", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Lesotho", + 1, + 87 + ], + [ + 4, + "Country", + "", + "Coded", + 69, + "Liberia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليبيريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Liberia", + "RYkXhX8vzoZ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Liberia", + 1, + 88 + ], + [ + 4, + "Country", + "", + "Coded", + 70, + "Libya", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Libya", + "kev7mHYfTYY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Libya", + 1, + 89 + ], + [ + 4, + "Country", + "", + "Coded", + 71, + "Macedonia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مقدونيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Macedonia", + "z33jX0aGBTW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Macedonia", + 1, + 90 + ], + [ + 4, + "Country", + "", + "Coded", + 72, + "Madagascar", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مدغشقر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Madagascar", + "x08DzDg5Nqh", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Madagascar", + 1, + 91 + ], + [ + 4, + "Country", + "", + "Coded", + 73, + "Malawi", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ملاوي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Malawi", + "X2FD6vMUbhE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Malawi", + 1, + 92 + ], + [ + 4, + "Country", + "", + "Coded", + 74, + "Malaysia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ماليزيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Malaysia", + "E3RSmm22ZCw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Malaysia", + 1, + 93 + ], + [ + 4, + "Country", + "", + "Coded", + 75, + "Mali", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مالي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mali", + "qWMNMVwW3f6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mali", + 1, + 94 + ], + [ + 4, + "Country", + "", + "Coded", + 76, + "Martinique", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مارتينيك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Martinique", + "OSaI3ynQc2B", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Martinique", + 1, + 95 + ], + [ + 4, + "Country", + "", + "Coded", + 77, + "Mauritania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موريتانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mauritania", + "juWqPkQv0Jm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mauritania", + 1, + 96 + ], + [ + 4, + "Country", + "", + "Coded", + 78, + "Mauritius", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موريشيوس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mauritius", + "QYoc7owgftv", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mauritius", + 1, + 97 + ], + [ + 4, + "Country", + "", + "Coded", + 79, + "Mayotte", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مايوت", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mayotte", + "ynwDAes7aAW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mayotte", + 1, + 98 + ], + [ + 4, + "Country", + "", + "Coded", + 80, + "Mexico", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المكسيك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mexico", + "kmT493hNL5S", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mexico", + 1, + 99 + ], + [ + 4, + "Country", + "", + "Coded", + 81, + "Moldova", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مولدوفا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Moldova", + "fx0DT1autSt", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Moldova", + 1, + 100 + ], + [ + 4, + "Country", + "", + "Coded", + 82, + "Mongolia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منغوليا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mongolia", + "TUgTdt3xIWK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mongolia", + 1, + 101 + ], + [ + 4, + "Country", + "", + "Coded", + 83, + "Morocco", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المغرب", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Morocco", + "L36FJRjmXWL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Morocco", + 1, + 102 + ], + [ + 4, + "Country", + "", + "Coded", + 84, + "Mozambique", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موزمبيق", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mozambique", + "p7nmSATxbN1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mozambique", + 1, + 103 + ], + [ + 4, + "Country", + "", + "Coded", + 85, + "Myanmar", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ميانمار", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Myanmar", + "rYQqfQ7DQbm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Myanmar", + 1, + 104 + ], + [ + 4, + "Country", + "", + "Coded", + 86, + "Namibia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ناميبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Namibia", + "O1zvQatEJp5", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Namibia", + 1, + 105 + ], + [ + 4, + "Country", + "", + "Coded", + 87, + "Nauru", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ناورو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nauru", + "f0yjC5qZlPc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nauru", + 1, + 106 + ], + [ + 4, + "Country", + "", + "Coded", + 88, + "Nepal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيبال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nepal", + "iAFuacwzUvp", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nepal", + 1, + 107 + ], + [ + 4, + "Country", + "", + "Coded", + 89, + "New Caledonia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كاليدونيا الجديدة", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "New Caledonia", + "htSoK0QkB38", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|New Caledonia", + 1, + 108 + ], + [ + 4, + "Country", + "", + "Coded", + 90, + "Nicaragua", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيكاراغوا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nicaragua", + "TM5JHHJSepL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nicaragua", + 1, + 109 + ], + [ + 4, + "Country", + "", + "Coded", + 91, + "Niger", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "النيجر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Niger", + "n6jS263I3fP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Niger", + 1, + 110 + ], + [ + 4, + "Country", + "", + "Coded", + 92, + "Nigeria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيجيريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nigeria", + "yCwLYjhUxYV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nigeria", + 1, + 111 + ], + [ + 4, + "Country", + "", + "Coded", + 93, + "North Korea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوريا الشمالية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "North Korea", + "AaaEWin7qH1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|North Korea", + 1, + 112 + ], + [ + 4, + "Country", + "", + "Coded", + 94, + "Oman", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلطنة عمان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Oman", + "ibsHfsJGGDN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Oman", + 1, + 113 + ], + [ + 4, + "Country", + "", + "Coded", + 95, + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Other", + "CLdu0MxWYHQ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Other", + 1, + 114 + ], + [ + 4, + "Country", + "", + "Coded", + 96, + "Pakistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "باكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Pakistan", + "JYD72Xs1Mzz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Pakistan", + 1, + 115 + ], + [ + 4, + "Country", + "", + "Coded", + 97, + "Palestine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فلسطين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Palestine", + "oXNGgwEJSsY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Palestine", + 1, + 116 + ], + [ + 4, + "Country", + "", + "Coded", + 98, + "Panama", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنما", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Panama", + "zVoWkjxJFbF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Panama", + 1, + 117 + ], + [ + 4, + "Country", + "", + "Coded", + 99, + "Papua New Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بابوا غينيا الجديدة", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Papua New Guinea", + "Z313HJcROSN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Papua New Guinea", + 1, + 118 + ], + [ + 4, + "Country", + "", + "Coded", + 100, + "Paraguay", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "باراجواي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Paraguay", + "hBJq89c5RTj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Paraguay", + 1, + 119 + ], + [ + 4, + "Country", + "", + "Coded", + 101, + "Peru", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بيرو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Peru", + "YTBWmjQr7XP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Peru", + 1, + 120 + ], + [ + 4, + "Country", + "", + "Coded", + 102, + "Philippines", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فيلبيني", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Philippines", + "AdpKVdKRPcR", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Philippines", + 1, + 121 + ], + [ + 4, + "Country", + "", + "Coded", + 103, + "Puerto Rico", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بورتوريكو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Puerto Rico", + "FnQRQn7mgd1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Puerto Rico", + 1, + 122 + ], + [ + 4, + "Country", + "", + "Coded", + 104, + "Republic of Congo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الكونغو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Republic of Congo", + "FhbtKjDWBKO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Republic of Congo", + 1, + 123 + ], + [ + 4, + "Country", + "", + "Coded", + 105, + "Reunion", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمع شمل", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Reunion", + "UTj8ZSh4W0W", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Reunion", + 1, + 124 + ], + [ + 4, + "Country", + "", + "Coded", + 106, + "Romania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "رومانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Romania", + "h4ADgng7o7V", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Romania", + 1, + 125 + ], + [ + 4, + "Country", + "", + "Coded", + 107, + "Rwanda", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "رواندا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Rwanda", + "Fbb3LoX8tN1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Rwanda", + 1, + 126 + ], + [ + 4, + "Country", + "", + "Coded", + 108, + "Samoa", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ساموا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Samoa", + "tdKdNPjLDpW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Samoa", + 1, + 127 + ], + [ + 4, + "Country", + "", + "Coded", + 109, + "Sao Tome and Principe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سان تومي وبرينسيبي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sao Tome and Principe", + "iaxUuGD1Jci", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sao Tome and Principe", + 1, + 128 + ], + [ + 4, + "Country", + "", + "Coded", + 110, + "Saudi Arabia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المملكة العربية السعودية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Saudi Arabia", + "fWuLuHrUlth", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Saudi Arabia", + 1, + 129 + ], + [ + 4, + "Country", + "", + "Coded", + 111, + "Senegal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السنغال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Senegal", + "iIwF5zZHy3y", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Senegal", + 1, + 130 + ], + [ + 4, + "Country", + "", + "Coded", + 112, + "Serbia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صربيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Serbia", + "QZSt8K9rCuC", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Serbia", + 1, + 131 + ], + [ + 4, + "Country", + "", + "Coded", + 113, + "Sierra Leone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سيرا ليون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sierra Leone", + "Zfx8u9hEIEg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sierra Leone", + 1, + 132 + ], + [ + 4, + "Country", + "", + "Coded", + 114, + "Somalia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصومال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Somalia", + "LWk4HhtQw4P", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Somalia", + 1, + 133 + ], + [ + 4, + "Country", + "", + "Coded", + 115, + "South Africa", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جنوب أفريقيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Africa", + "swkvnZvvnKz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Africa", + 1, + 134 + ], + [ + 4, + "Country", + "", + "Coded", + 116, + "South Korea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوريا الجنوبية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Korea", + "Pk7VSPQGxOJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Korea", + 1, + 135 + ], + [ + 4, + "Country", + "", + "Coded", + 117, + "South Sudan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جنوب السودان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Sudan", + "GM7K6uGf0RB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Sudan", + 1, + 136 + ], + [ + 4, + "Country", + "", + "Coded", + 118, + "Sri Lanka", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سيريلانكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sri Lanka", + "X6Uxm9Nvh96", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sri Lanka", + 1, + 137 + ], + [ + 4, + "Country", + "", + "Coded", + 119, + "Sudan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السودان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sudan", + "bh15sTZprwJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sudan", + 1, + 138 + ], + [ + 4, + "Country", + "", + "Coded", + 120, + "Suriname", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سورينام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Suriname", + "L1pJ6lyhkQ3", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Suriname", + 1, + 139 + ], + [ + 4, + "Country", + "", + "Coded", + 121, + "Swaziland", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سوازيلاند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Swaziland", + "hwQ2t3HqPWl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Swaziland", + 1, + 140 + ], + [ + 4, + "Country", + "", + "Coded", + 122, + "Switzerland", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سويسرا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Switzerland", + "p9TZ1E3MwCJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Switzerland", + 1, + 141 + ], + [ + 4, + "Country", + "", + "Coded", + 123, + "Syria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سوريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Syria", + "Le58jNVqE2c", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Syria", + 1, + 142 + ], + [ + 4, + "Country", + "", + "Coded", + 124, + "Tajikistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طاجيكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tajikistan", + "SpY4My0Tfdu", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tajikistan", + 1, + 143 + ], + [ + 4, + "Country", + "", + "Coded", + 125, + "Tanzania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تنزانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tanzania", + "BO39Gyu0pFB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tanzania", + 1, + 144 + ], + [ + 4, + "Country", + "", + "Coded", + 126, + "Thailand", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تايلاند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Thailand", + "OMthLOXkS7R", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Thailand", + 1, + 145 + ], + [ + 4, + "Country", + "", + "Coded", + 127, + "Togo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توجو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Togo", + "ik6DEQokGoX", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Togo", + 1, + 146 + ], + [ + 4, + "Country", + "", + "Coded", + 128, + "Tonga", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تونغا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tonga", + "UwBOdNU0BoN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tonga", + 1, + 147 + ], + [ + 4, + "Country", + "", + "Coded", + 129, + "Tunisia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تونس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tunisia", + "buJMOWwkvTU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tunisia", + 1, + 148 + ], + [ + 4, + "Country", + "", + "Coded", + 130, + "Turkey", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ديك رومى", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Turkey", + "CGZ6aUAdeEg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Turkey", + 1, + 149 + ], + [ + 4, + "Country", + "", + "Coded", + 131, + "Turkmenistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تركمانستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Turkmenistan", + "vveUZtdAZ4b", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Turkmenistan", + 1, + 150 + ], + [ + 4, + "Country", + "", + "Coded", + 132, + "Uganda", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوغندا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uganda", + "HtKHD2UHkqO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uganda", + 1, + 151 + ], + [ + 4, + "Country", + "", + "Coded", + 133, + "Ukraine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوكرانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ukraine", + "tcQzqbOunOH", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ukraine", + 1, + 152 + ], + [ + 4, + "Country", + "", + "Coded", + 134, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مجهول", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Unknown", + "f3HLfWXDLR2", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Unknown", + 1, + 153 + ], + [ + 4, + "Country", + "", + "Coded", + 135, + "Uruguay", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوروغواي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uruguay", + "pgnkiQSCDn3", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uruguay", + 1, + 154 + ], + [ + 4, + "Country", + "", + "Coded", + 136, + "Uzbekistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوزبكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uzbekistan", + "awnJIYW5YtB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uzbekistan", + 1, + 155 + ], + [ + 4, + "Country", + "", + "Coded", + 137, + "Venezuela", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فنزويلا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Venezuela", + "YRQvQP5RcvF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Venezuela", + 1, + 156 + ], + [ + 4, + "Country", + "", + "Coded", + 138, + "Vietnam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فيتنام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Vietnam", + "kqXj8d1FBku", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Vietnam", + 1, + 157 + ], + [ + 4, + "Country", + "", + "Coded", + 139, + "Western Sahara", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصحراء الغربية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Western Sahara", + "TQtN99MXJBl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Western Sahara", + 1, + 158 + ], + [ + 4, + "Country", + "", + "Coded", + 140, + "Yemen", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اليمن", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Yemen", + "Xt3YtysLys1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Yemen", + 1, + 159 + ], + [ + 4, + "Country", + "", + "Coded", + 141, + "Zambia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زامبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Zambia", + "dBdzuz547IL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Zambia", + 1, + 160 + ], + [ + 4, + "Country", + "", + "Coded", + 142, + "Zimbabwe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيمبابوي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Zimbabwe", + "HLkotQtFN2s", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Zimbabwe", + 1, + 161 + ], + [ + 5, + "Current status", + "", + "Coded", + 1, + "IDP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نازح داخل بلده", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "IDP", + "fuqWrHbeLlA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|IDP", + 1, + 162 + ], + [ + 5, + "Current status", + "", + "Coded", + 2, + "Internationally displaced", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نازح خارج البلد", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Internationally displaced", + "l0DYdgTyfjf", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Internationally displaced", + 1, + 163 + ], + [ + 5, + "Current status", + "", + "Coded", + 3, + "Resident", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مقيم", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Resident", + "dHeC0bqKK5X", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Resident", + 1, + 164 + ], + [ + 5, + "Current status", + "", + "Coded", + 4, + "Returnee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائد", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Returnee", + "c7YSTI6DMVz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Returnee", + 1, + 165 + ], + [ + 5, + "Current status", + "", + "Coded", + 5, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Unknown", + "e09Sdzvq7Eb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Unknown", + 1, + 166 + ], + [ + 6, + "Legal status", + "", + "Coded", + 1, + "Asylum seeker", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طالب لجوء", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Asylum seeker", + "OkxNN39DQxK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Asylum seeker", + 1, + 167 + ], + [ + 6, + "Legal status", + "", + "Coded", + 2, + "No status", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا توجد حالة", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "No status", + "Rq1gzUxSuOx", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|No status", + 1, + 168 + ], + [ + 6, + "Legal status", + "", + "Coded", + 3, + "Refugee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لاجئ", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Refugee", + "eCMoEdIoYip", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Refugee", + 1, + 169 + ], + [ + 6, + "Legal status", + "", + "Coded", + 4, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Unknown", + "qIZDudMrl2h", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Unknown", + 1, + 170 + ], + [ + 7, + "Marital status", + "", + "Coded", + 1, + "Single", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعزب", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Single", + "UWJ3rb4oSIT", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Single", + 1, + 171 + ], + [ + 7, + "Marital status", + "", + "Coded", + 2, + "Married", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "متزوج", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Married", + "KPqHQHHRcCr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Married", + 1, + 172 + ], + [ + 7, + "Marital status", + "", + "Coded", + 3, + "Widowed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ارمل", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Widowed", + "MCDTHvjCcXk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Widowed", + 1, + 173 + ], + [ + 7, + "Marital status", + "", + "Coded", + 4, + "Divorced / separated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مطلق منفصل ", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Divorced / separated", + "Xw72Tt47sh8", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Divorced / separated", + 1, + 174 + ], + [ + 7, + "Marital status", + "", + "Coded", + 5, + "Living with partner", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "معاشرة بدون زواج ", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Concubine", + "N3RUm7QCToz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Living with partner", + 1, + 175 + ], + [ + 7, + "Marital status", + "", + "Coded", + 6, + "Not applicable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا ينطبق", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Not applicable", + "hvQxPXvQTWb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Not applicable", + 1, + 176 + ], + [ + 7, + "Marital status", + "", + "Coded", + 7, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Unknown", + "Wjo2m9cjodd", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Unknown", + 1, + 177 + ], + [ + 8, + "Employment status", + "", + "Coded", + 1, + "Student", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طالب", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Student", + "fo87CWdDTWV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Student", + 1, + 178 + ], + [ + 8, + "Employment status", + "", + "Coded", + 2, + "Permanent employee - full time", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف دائم – دوام كامل", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Permanent employee", + "xr9mD6TPYqb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Permanent employee - full time", + 1, + 179 + ], + [ + 8, + "Employment status", + "", + "Coded", + 3, + "Permanent employee - part time", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف دائم - دوام جزئي", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Permanent employee", + "xr9mD6TPYqb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Permanent employee - part time", + 1, + 180 + ], + [ + 8, + "Employment status", + "", + "Coded", + 4, + "Occasional employee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف مؤقت ", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Occasional employee", + "mvLwMpjazqS", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Occasional employee", + 1, + 181 + ], + [ + 8, + "Employment status", + "", + "Coded", + 5, + "Unemployed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير موظف", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Unemployed", + "cB5Xml6gEy6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Unemployed", + 1, + 182 + ], + [ + 8, + "Employment status", + "", + "Coded", + 6, + "Housework", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عمل منزلي", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Housewife", + "xlN1a7VFrBV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Housework", + 1, + 183 + ], + [ + 8, + "Employment status", + "", + "Coded", + 7, + "Not applicable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا ينطبق", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Not applicable", + "mJT8pyvj9x4", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Not applicable", + 1, + 184 + ], + [ + 8, + "Employment status", + "", + "Coded", + 8, + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Other", + "TSJMPoSPegN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Other", + 1, + 185 + ], + [ + 8, + "Employment status", + "", + "Coded", + 9, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Unknown", + "hQK01FExLdF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Unknown", + 1, + 186 + ], + [ + 9, + "Admission type", + "", + "Coded", + 1, + "New admission", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-2475", + "", + "New admission", + "The process of admitting a patient to facility", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قبول جديد", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "(object.attributeName)", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|New admission", + 1, + 187 + ], + [ + 9, + "Admission type", + "", + "Coded", + 2, + "Readmission", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "Readmission", + "Re-admission", + "", + "", + "", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + "", + "", + "", + "", + "", + "", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-2474", + "", + "Re-admission", + "The process of being admitted to a facility again", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إعادة القبول", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Readmission", + 1, + 188 + ], + [ + 9, + "Admission type", + "", + "Coded", + 3, + "Relapse", + "", + "Relapse", + "", + "", + "", + "", + "", + "", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "Use PIH automatch", + "", + "(see CIEL)", + "CIEL-160033", + "Relapse", + "Status of disease, particularly tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انتكاس", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Relapse", + 1, + 189 + ], + [ + 9, + "Admission type", + "", + "Coded", + 4, + "Internal movement", + "", + "Internal movement", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-167731", + "Internal facility transfer/referral", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Internal movement", + 1, + 190 + ], + [ + 9, + "Admission type", + "", + "Coded", + 5, + "Patient referred", + "", + "Patient referred", + "", + "", + "", + "", + "", + "", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3012", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Patient referred", + 1, + 191 + ], + [ + 10, + "Admission type - MH", + "", + "Coded", + 1, + "New admission", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2475", + "", + "New admission", + "The process of admitting a patient to facility", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ادخال جديد ", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "New admission", + "ytN3iatLPSV", + "new_admission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Admission type - MH|New admission", + 1, + 192 + ], + [ + 10, + "Admission type - MH", + "", + "Coded", + 2, + "Readmission", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "Readmission", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "MSF-2474", + "", + "Re-admission", + "The process of being admitted to a facility again", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعادة ادخال", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "Readmission", + "j7Omz3uFWvT", + "readmission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Admission type - MH|Readmission", + 1, + 193 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 1, + "Internal movement", + "", + "Internal movement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Internal movement", + "hbUToWVAaDs", + "internal_movement", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Internal movement", + 1, + 194 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 2, + "New admission", + "", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "New admission", + "wYldfEstUDw", + "new_admission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|New admission", + 1, + 195 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 3, + "Patient referred", + "", + "Patient referred", + " ", + " ", + " ", + " ", + " ", + " ", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Patient referred", + "OaPIHkL7Oec", + "patient_referred", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Patient referred", + 1, + 196 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 4, + "Readmission", + "", + "Readmission", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Readmission", + "Rpcv8mgy0LH", + "readmission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Readmission", + 1, + 197 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 5, + "Relapse", + "", + "Relapse", + " ", + " ", + " ", + " ", + " ", + " ", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Relapse", + "k33l9HPo5aJ", + "relapse", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Relapse", + 1, + 198 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 1, + "New admission", + "", + "", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|New admission", + 1, + 199 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 2, + "Readmission", + "", + "", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|Readmission", + 1, + 200 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 3, + "Relapse", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|Relapse", + 1, + 201 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فردية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Individual", + 1, + 202 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + "", + "", + "", + "", + "", + "", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ازواج", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Couple", + 1, + 203 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 3, + "Family", + "", + "Family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Family", + 1, + 204 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 4, + "Parent-Child", + "", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهل واطفال", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Parent-Child", + 1, + 205 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 1, + "Individual", + "96223dc7-6959-4ea5-a362-c0246d858c87", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1537", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فردية", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Individual", + "JMnQs1hB0kK", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Individual", + 1, + 206 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 2, + "Couple", + "61b32a22-acef-4141-9faa-9c236cdfa978", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ازواج", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Couple", + "mD02hgMyFVD", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Couple", + 1, + 207 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 3, + "Family", + "f16d5d76-155b-453d-bd60-ea8ee4d344e9", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Family", + "hv96C4ctfZI", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Family", + 1, + 208 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 4, + "Parent-Child", + "c39eaa06-6506-49f0-9c4f-c96fa957f9cd", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهل واطفال", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Parent-Child", + "PNWXisyNbE4", + "mother_child", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Parent-Child", + 1, + 209 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "فردية", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Individual", + "BWaOLwO6b6A", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Individual", + 1, + 210 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ازواج", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Couple", + "He6N2xKBXcT", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Couple", + 1, + 211 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 3, + "Family", + "", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Family", + "Njlwl5xyuyO", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Family", + 1, + 212 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 4, + "Parent-Child", + "", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "اهل واطفال", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Parent-Child", + "A1dYYhmV4ob", + "mother_child", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Parent-Child", + 1, + 213 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "فردية", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Individual", + "sOoJSyT6ZDO", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Individual", + 1, + 214 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ازواج", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Couple", + "HTeXUWFE4P6", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Couple", + 1, + 215 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 3, + "Family", + "", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Family", + "VsbQQh86Jlb", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Family", + 1, + 216 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 1, + "Psychologist", + "", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Psychologist", + 1, + 217 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 2, + "Counsellor", + "", + "Counsellor", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1568", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Counsellor", + 1, + 218 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 3, + "Psychiatrist", + "", + "Psychiatrist", + "Psychiatrist", + "A medical doctor (an M.D. or D.O.) who specializes in diagnosing and treating disorders related to mental health.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001397", + 95, + "Psychiatrist", + "", + "N/A", + "Misc", + "167061AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Psychiatrist", + 1, + 219 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 4, + "mhGAP clinician", + "", + "mhGAP clinician", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|mhGAP clinician", + 1, + 220 + ], + [ + 18, + "Consultation done by - MHPSS baseline", + "", + "Coded", + 1, + "Psychologist", + "278401ee-3d6f-4c65-9455-f1c16d0a7a98", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Psychologist", + "gLrTwy3IQX5", + "psychologist", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS baseline|Psychologist", + 1, + 221 + ], + [ + 18, + "Consultation done by - MHPSS baseline", + "", + "Coded", + 2, + "Counsellor", + "fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331", + "Counsellor", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Counsellor", + "XP6WAfznTX0", + "counsellor", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS baseline|Counsellor", + 1, + 222 + ], + [ + 19, + "Consultation done by - MHPSS follow-up", + "", + "Coded", + 1, + "Psychologist", + "", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "TEXT", + "Mental Health-Follow-up consultation- Consultation done by", + "aCTIvKSNndK", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Psychologist", + "gLrTwy3IQX5", + "psychologist", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS follow-up|Psychologist", + 1, + 223 + ], + [ + 19, + "Consultation done by - MHPSS follow-up", + "", + "Coded", + 2, + "Counsellor", + "", + "Counsellor", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "TEXT", + "Mental Health-Follow-up consultation- Consultation done by", + "aCTIvKSNndK", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Counsellor", + "XP6WAfznTX0", + "counsellor", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS follow-up|Counsellor", + 1, + 224 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 1, + "Health facility", + "", + "Health facility", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 95, + "Found", + "", + "", + "MSF-2578", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منشأة صحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Health facility", + 1, + 225 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 2, + "MSF health facility", + "", + "MSF health facility", + " ", + " ", + " ", + " ", + "", + " ", + " ", + " ", + " ", + " ", + "", + " ", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز صحي تابع لمنظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|MSF health facility", + 1, + 226 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 3, + "Mobile clinic", + "", + "Mobile clinic", + "Mobile clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001400", + 95, + "Mobile clinic", + " ", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Mobile clinic", + "Describes method of new HIV diagnosis.", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "MSF-1000", + "", + "Mobile Clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عيادة متنقلة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Mobile clinic", + 1, + 227 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 4, + "Home visit", + "", + "Home visit", + "Home", + "The place where an individual lives permanently", + "N/A", + "Misc", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + 90, + "Home", + " ", + "N/A", + "Misc", + "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Home visit", + "When a provider goes to the patient's residence", + "N/A", + "Misc", + "be2df0db-e633-4016-aab8-65697bb98f12", + 95, + "Found", + "", + "", + "MSF-1382", + "", + "Home", + "The place where an individual lives permanently, question = Intervention setting", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة منزلية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Home visit", + 1, + 228 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 5, + "School visit", + "", + "School visit", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "School", + "Location of teaching", + "N/A", + "Misc", + "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة مدرسية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|School visit", + 1, + 229 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 6, + "Remote / phone", + "", + "Remote / phone", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-975", + "", + "Telehealth consultation", + "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عن بعد / تلفون", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Remote / phone", + 1, + 230 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 7, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "CIEL-5622", + "Other", + "A generic, descriptive, and non-coded response to a question., CIEL link is broken", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Other", + 1, + 231 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 1, + "Health facility", + "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", + "Health facility", + "", + "", + "", + "", + "", + "", + "Health facility", + "", + "N/A", + "Misc", + "1537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Health facility name", + "", + "", + "", + "162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF manual", + "", + "MSF-2578", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منشأة صحية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Health facility", + "r4XbBWmqXmu", + "health_center", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Health facility", + 1, + 232 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 2, + "MSF health facility", + "41e68dee-a2a3-4e6c-9d96-53def5caff52", + "MSF health facility", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز صحي تابع لمنظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "MSF health facility", + "QjHFWlrDAi3", + "msf_health_facility", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|MSF health facility", + 1, + 233 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 3, + "Mobile clinic", + "48984e47-3e9b-4d8e-a66d-317af5c36f02", + "Mobile clinic", + "Mobile clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001400", + 95, + "Mobile clinic", + "", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Mobile clinic", + "Describes method of new HIV diagnosis.", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-1000", + "", + "Mobile Clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عيادة متنقلة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Mobile clinic", + "SENCNKONSMT", + "mobile_clinic", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Mobile clinic", + 1, + 234 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 4, + "Home visit", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + "Home visit", + "Home", + "The place where an individual lives permanently", + "N/A", + "Misc", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + 90, + "Home", + "", + "N/A", + "Misc", + "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Home visit", + "When a provider goes to the patient's residence", + "N/A", + "Misc", + "be2df0db-e633-4016-aab8-65697bb98f12", + 95, + "Found", + "Use PIH automatch", + "", + "MSF-1382", + "", + "Home", + "The place where an individual lives permanently, question = Intervention setting", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة منزلية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Home", + "Klk9UQeoyeM", + "home", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Home visit", + 1, + 235 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 5, + "School visit", + "7091b6ea-7067-4ee3-9f67-8805904e2f61", + "School visit", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "School", + "Location of teaching", + "N/A", + "Misc", + "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة مدرسية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "School", + "mKGlluwx83y", + "school", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|School visit", + 1, + 236 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 6, + "Remote / phone", + "398ce872-5862-4826-bba8-826915eddf98", + "Remote / phone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-975", + "", + "Telehealth consultation", + "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عن بعد / تلفون", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Remote / Phone", + "CL7Yj72PgmV", + "remote_phone", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Remote / phone", + 1, + 237 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 7, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-7", + "CIEL-5622", + "Other", + "A generic, descriptive, and non-coded response to a question., CIEL link is broken", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Other", + "MSRu3TwArTh", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Other", + 1, + 238 + ], + [ + 22, + "Type of Mental Health intervention", + "", + "Coded", + 1, + "Counselling", + "", + "Counselling", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-145", + "", + "", + "", + "Not found in MSF source; possibly use 1405, name = \"Psychosocial counselling\", DEF = \"Counseling provided for psychosocial support.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "استشارة مع مستشار نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Counselling (with counsellor)", + "xUDWMZGGS2l", + "counselling_with_counsellor", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of Mental Health intervention|Counselling", + 1, + 239 + ], + [ + 22, + "Type of Mental Health intervention", + "", + "Coded", + 2, + "Psychotherapy", + "", + "Psychotherapy", + "", + "", + "", + "", + "", + "", + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "a60e6351-d0ee-403b-9467-98fb25bca5db", + 95, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-163312", + "Psychotherapy", + "No DEF", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "علاج نفسي مع اخصائي نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Psychotherapy (with psychologist)", + "JZwsTTNdzhq", + "psychotherapy_with_psychologist", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of Mental Health intervention|Psychotherapy", + 1, + 240 + ], + [ + 23, + "Type of Mental Health intervention - MHPSS", + "", + "Coded", + 1, + "Counselling", + "08c534b7-c901-46fb-9831-50ecfcd74d1b", + "Counselling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "استشارة مع مستشار نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Counselling (with counsellor)", + "xUDWMZGGS2l", + "counselling_with_counsellor", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of intervention] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of Mental Health intervention - MHPSS|Counselling", + 1, + 241 + ], + [ + 23, + "Type of Mental Health intervention - MHPSS", + "", + "Coded", + 2, + "Psychotherapy", + "aa9c5d82-1ebf-43c7-9218-6766c4affbc4", + "Psychotherapy", + " ", + " ", + " ", + " ", + " ", + " ", + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "a60e6351-d0ee-403b-9467-98fb25bca5db", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-163312", + "Psychotherapy", + "No DEF", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "علاج نفسي مع اخصائي نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Psychotherapy (with psychologist)", + "JZwsTTNdzhq", + "psychotherapy_with_psychologist", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of intervention] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of Mental Health intervention - MHPSS|Psychotherapy", + 1, + 242 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 1, + "IPD MSF", + "", + "IPD MSF", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|IPD MSF", + 1, + 243 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 2, + "Emergency department MSF", + "", + "Emergency department MSF", + "Emergency department", + "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", + "N/A", + "Misc", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الإسعافات لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Emergency department MSF", + 1, + 244 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 3, + "ER", + "", + "ER", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-1383", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|ER", + 1, + 245 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 4, + "MSF ATFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|MSF ATFC", + 1, + 246 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 5, + "Non-MSF ATFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Non-MSF ATFC", + 1, + 247 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 6, + "Primary Health Center MSF", + "", + "Primary Health Center MSF", + "", + "", + "", + "", + "", + "", + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Primary Health Center MSF", + 1, + 248 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 7, + "Health Promotion/sensitization", + "", + "Health Promotion/sensitization", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التوعية الصحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Health Promotion/sensitization", + 1, + 249 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 8, + "Other MSF personnel", + "", + "Other MSF personnel", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1422", + "", + "MSF other", + "Other MSF department or group., question = Source of initial patient referral", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف آخر لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other MSF personnel", + 1, + 250 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 9, + "MSF social worker", + "", + "MSF social worker", + "Social worker", + "", + "", + "", + "MSF-AAAAAA000000000000001398", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل مجتمعي لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|MSF social worker", + 1, + 251 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 10, + "Hospital or Health facility", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-2578", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Hospital or Health facility", + 1, + 252 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 11, + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|SFC", + 1, + 253 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 12, + "Hospital", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مستشفى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Hospital", + 1, + 254 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 13, + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-1385", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|OPD", + 1, + 255 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 14, + "Outreach", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Outreach", + 1, + 256 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 15, + "Other health structure", + "", + "Other health structure", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-164407", + "Other health facility", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز أو منشأة صحية أخرى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other health structure", + 1, + 257 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 16, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other", + 1, + 258 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 17, + "Local health worker (non-MSF)", + "", + "Local health worker (non-MSF)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Local health worker (non-MSF)", + 1, + 259 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 18, + "Institutions (NGOs/Church/IGO)", + "", + "Institutions (NGOs/Church/IGO)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Institutions (NGOs/Church/IGO)", + 1, + 260 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 19, + "NGO", + "", + "NGO", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-48", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|NGO", + 1, + 261 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 20, + "Self-referral", + "", + "Self-referral", + "", + "", + "", + "", + "", + "", + "Self-referred", + "", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1417", + "CIEL-160551", + "Self-referral", + "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "احالة فردية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Self-referral", + 1, + 262 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 21, + "Family member / friend /neighbor", + "", + "Family member / friend /neighbor", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1514", + "", + "", + "", + "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد أفراد العائلة / صديق / جار", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Family member / friend /neighbor", + 1, + 263 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 22, + "Community leader", + "", + "Community leader", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Community leader", + "", + "N/A", + "Misc", + "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-981", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد شخصيات المجتمع المحلي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Community leader", + 1, + 264 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 23, + "School / University", + "", + "School / University", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "University", + "Academic institution. Higher learning.", + "N/A", + "Misc", + "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مدرسة/جامعة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|School / University", + 1, + 265 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 24, + "Authorities", + "", + "Authorities", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1005", + "", + "Local authorities", + "The organizations or individuals in charge of the public services for a community.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلطات", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Authorities", + 1, + 266 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 25, + "Legal attorney office", + "", + "Legal attorney office", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "PIH-13470", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب المحاماة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Legal attorney office", + 1, + 267 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 26, + "Prosecutor office", + "", + "Prosecutor office", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب الادعاء", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Prosecutor office", + 1, + 268 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 27, + "Forensic department", + "", + "Forensic department", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الطب الشرعي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Forensic department", + 1, + 269 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 28, + "CHOW (Community Health Outreach Worker)", + "", + "CHOW (Community Health Outreach Worker)", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-1555", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "منشط اجتماعي في مجال الرعاية الصحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|CHOW (Community Health Outreach Worker)", + 1, + 270 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 29, + "Community educator", + "", + "Community educator", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-1555", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مربي مجتمع", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Community educator", + 1, + 271 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 1, + "IPD MSF", + "d17350e6-12de-4454-b902-58c2fc1e59aa", + "IPD MSF", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3194", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "IPD MSF", + "hUkr13HVkFe", + "inpatient_department", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|IPD MSF", + 1, + 272 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 2, + "Emergency department MSF", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + "Emergency department MSF", + "Emergency department", + "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", + "N/A", + "Misc", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + 95, + "Emergency department", + " ", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الإسعافات لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "ER MSF", + "v1uQIEM3yTP", + "emergency_department", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Emergency department MSF", + 1, + 273 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 3, + "Primary Health Center MSF", + "82815438-a49d-48d7-a67f-dd294aa3c1e2", + "Primary Health Center MSF", + " ", + " ", + " ", + " ", + " ", + " ", + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-3195", + "CIEL-159372", + "MSF Primary Health Center", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Primary Health Center MSF", + "vcsgSPTyIPC", + "primary_health_center", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Primary Health Center MSF", + 1, + 274 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 4, + "Health Promotion/sensitization", + "edb619d5-309f-45db-9521-70fcc22b30aa", + "Health Promotion/sensitization", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التوعية الصحية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "HP / Sensitization", + "xihtGfyAQG9", + "sensitization", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Health Promotion/sensitization", + 1, + 275 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 5, + "Other MSF personnel", + "200a3de4-00a7-4a2e-a113-852013d6f4c5", + "Other MSF personnel", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-3197", + "", + "Other MSF personnel", + "", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف آخر لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Other MSF staff", + "csTGh6JIRmf", + "other_msf_staff", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Other MSF personnel", + 1, + 276 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 6, + "MSF social worker", + "92f7c3e2-89e1-4ebd-9da9-7c2976de815c", + "MSF social worker", + "Social worker", + " ", + " ", + " ", + "MSF-AAAAAA000000000000001398", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3198", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل مجتمعي لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "MSF social worker", + "cuIef31D5QL", + "social_work_msf", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|MSF social worker", + 1, + 277 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 7, + "Other health structure", + "923c6b39-4094-45e4-95ab-b44f7a381980", + "Other health structure", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-3199", + "CIEL-164407", + "Other health facility", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز أو منشأة صحية أخرى", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Other Health Structure", + "bZZjZast35n", + "other_health_structure", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Other health structure", + 1, + 278 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 8, + "Local health worker (non-MSF)", + "54054512-7317-45c4-9494-f74be6ab4549", + "Local health worker (non-MSF)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3200", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Local health worker non MSF", + "NIXRVxxeiLm", + "hw_local", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Local health worker (non-MSF)", + 1, + 279 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 9, + "Institutions (NGOs/Church/IGO)", + "f9688da4-cdcf-4cb3-90c2-263812fa064f", + "Institutions (NGOs/Church/IGO)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3201", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Institutions (Church, NGO, International Agencies)", + "eHP0GjRUPx4", + "institutions_church_ngo_international_agencies", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Institutions (NGOs/Church/IGO)", + 1, + 280 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 10, + "Self-referral", + "8d9386b1-a641-4155-9822-7a06a16aa8e8", + "Self-referral", + " ", + " ", + " ", + " ", + " ", + " ", + "Self-referred", + " ", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-1417", + "CIEL-160551", + "Self-referral", + "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "احالة فردية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Self Referral", + "riMSWiZKZ2Q", + "self_referral", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Self-referral", + 1, + 281 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 11, + "Family member / friend /neighbor", + "a8432309-bc74-4da0-8639-76988c02cbb5", + "Family member / friend /neighbor", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد أفراد العائلة / صديق / جار", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Family / Friend / Neighbor", + "bDu4hsAwaAB", + "family_friend_neighbor", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Family member / friend /neighbor", + 1, + 282 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 12, + "Community leader", + "8b93d848-9e20-41b3-94e5-895a356e5ed7", + "Community leader", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Community leader", + "", + "N/A", + "Misc", + "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", + 95, + "Found", + "", + "", + "MSF-3203", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد شخصيات المجتمع المحلي", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Community leader", + "waFIAukspK9", + "community_leader", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Community leader", + 1, + 283 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 13, + "School / University", + "98b1e458-2d46-4025-b912-7340f9d39610", + "School / University", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "University", + "Academic institution. Higher learning.", + "N/A", + "Misc", + "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-3204", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مدرسة/جامعة", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "School / University", + "ipYSgBna9cP", + "school_university", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|School / University", + 1, + 284 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 14, + "Authorities", + "80575f44-be81-4694-aba4-012999328339", + "Authorities", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1005", + "", + "Local authorities", + "The organizations or individuals in charge of the public services for a community.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلطات", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Authorities", + "gh5agL1I7Nz", + "authorities", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Authorities", + 1, + 285 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 15, + "Legal attorney office", + "14940a46-5cce-4744-ac2a-c2d1fdc64e11", + "Legal attorney office", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب المحاماة", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Legal attorney office", + "DqMj4xwn5EC", + "legal_attorney_office", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Legal attorney office", + 1, + 286 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 16, + "Prosecutor office", + "b989e916-8299-40f6-9a92-c0c8d8e70f20", + "Prosecutor office", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب الادعاء", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Prosecutor office", + "EDDo3uX7Hjp", + "fiscalia_de_la_mujer", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Prosecutor office", + 1, + 287 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 17, + "Forensic department", + "f85b0def-4af3-4901-839d-0a9dc8ace318", + "Forensic department", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الطب الشرعي", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Forensic department", + "qkalVIdgmBS", + "medicina_forense", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Forensic department", + 1, + 288 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 18, + "CHOW (Community Health Outreach Worker)", + "127bfdc9-8059-4421-a3cc-967bfbfee0ce", + "CHOW (Community Health Outreach Worker)", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "منشط اجتماعي في مجال الرعاية الصحية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "CHOW", + "LCk7N10isIp", + "chow", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|CHOW (Community Health Outreach Worker)", + 1, + 289 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 19, + "Community educator", + "410a0731-cb41-4181-9897-6eb9894bf7b8", + "Community educator", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مربي مجتمع", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Community educator", + "PWjmOym543x", + "community_educattor", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Community educator", + 1, + 290 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 1, + "ER", + "", + "ER", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|ER", + 1, + 291 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 2, + "NGO", + "", + "NGO", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منظمة غير حكومية", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "NGO", + "YZPzqNjIjkE", + "ngo", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|NGO", + 1, + 292 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 3, + "MSF ATFC", + "", + "MSF ATFC", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "MSF ATFC", + "eQhl8Cckky0", + "msf_atfc", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|MSF ATFC", + 1, + 293 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 4, + "Non-MSF ATFC", + "", + "Non-MSF ATFC", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Non-MSF ATFC", + "qd0LCPcNoWO", + "non_msf_atfc", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Non-MSF ATFC", + 1, + 294 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 5, + "Hospital or Health facility", + "", + "Hospital or Health facility", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + " ", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مستشفى او منشأة صحية", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Hospital or Health facility", + "TrHSyBJXKcT", + "hospital_health_facility", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Hospital or Health facility", + 1, + 295 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 6, + "Self-referral", + "", + "Self-referral", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Self-referral", + "snH8Rb7148A", + "self_referred", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Self-referral", + 1, + 296 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 7, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Other", + "gyffBI4rHwm", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Other", + 1, + 297 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 1, + "SFC", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|SFC", + 1, + 298 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 2, + "Hospital", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + " ", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مستشفى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Hospital", + 1, + 299 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 3, + "OPD", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|OPD", + 1, + 300 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 4, + "Outreach", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Outreach", + 1, + 301 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 5, + "Self-referred", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + "Self-referred", + " ", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "بمفرده / رغبة من المريض", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Self-referred", + 1, + 302 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 6, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Other", + 1, + 303 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 1, + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "464c68b7-0fb0-495c-b931-0c1732b60397", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "UeYsD88aXOb", + "1_1_body_pain_or_complaints", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + 1, + 304 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 2, + "1.2 Eating problems", + "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", + "1.2 Eating problems", + "Eating", + "Coded question of patient's ability to eat.", + "Coded", + "Question", + "MSF-AAAAAA000000000000002835", + 90, + "", + "", + "", + "", + "", + "", + "Eating", + "", + "N/A", + "Misc", + "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1400", + "", + "Eating disorder", + "Disorders characterized by physiological and psychological disturbances in appetite or food intake.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في الأكل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.2 Eating problems", + "u1MYOfo6bZo", + "1_2_eating_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.2 Eating problems", + 1, + 305 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 3, + "1.3 Sleeping problems", + "42966954-f43f-4564-bc59-d9d133e53a75", + "1.3 Sleeping problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-526", + "", + "Sleep disorder", + "Conditions characterized by the disturbance of normal sleep patterns and behaviors. There are a number of sleep disorders that range from trouble falling asleep, to nightmares, sleepwalking, and sleep apnea.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في النوم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.3 Sleeping problems", + "kKLSjMaDB71", + "1_3_sleeping_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.3 Sleeping problems", + 1, + 306 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 4, + "1.4 Bedwetting / retention problems", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "1.4 Bedwetting / retention problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1396", + "CIEL-117211", + "Enuresis", + "Involuntary discharge of urine after the age at which urinary control should have been achieved, CIEL name = Incontinence, no DEF, could also be 'unspecified', 'urinary' or 'stress incontinence'", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التبول أثناء النوم / مشاكل في السلس", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.4 Bedwetting / retention problems", + "W445BWB0GQ3", + "1_4_Bedwetting_retention_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.4 Bedwetting / retention problems", + 1, + 307 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 5, + "1.5 Sexual problems", + "3ba98736-982f-4d9c-a675-f83b180a9f28", + "1.5 Sexual problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1401", + "", + "Sexual disorder", + "Physiological disturbances in normal sexual performance.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل جنسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.5 Sexual problems", + "qu1XKVn8CUS", + "1_5_sexual_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.5 Sexual problems", + 1, + 308 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 6, + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "28adad48-b45b-46a4-ae94-4cca6118047e", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "PClZEC4W4rM", + "1_6_unexplained_physical_reaction", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + 1, + 309 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 7, + "2.1 Sad mood", + "7f4699e5-e70a-49fb-bf34-c09afa867fdc", + "2.1 Sad mood", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001786", + 90, + "", + "", + "", + "", + "", + "", + "Sad mood", + "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", + "N/A", + "Diagnosis", + "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-1386", + "", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مزاج حزين", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.1 Sad mood", + "XPvA3hyChlA", + "2_1_sad_mood", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.1 Sad mood", + 1, + 310 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 8, + "2.2 Irritability / anger", + "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", + "2.2 Irritability / anger", + "", + "", + "", + "", + "", + "", + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "3cf2a6fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1387", + "", + "Irritable mood", + "Abnormal or excessive excitability with easily triggered anger, annoyance, or impatience.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سرعة الضيق / الغضب", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.2 Irritability / anger", + "vprUUUOBopr", + "2_2_irritability_anger", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.2 Irritability / anger", + 1, + 311 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 9, + "2.3 Loss of interest / anhedonia", + "51061bb9-6084-4bb3-b83b-5c234e45b09c", + "2.3 Loss of interest / anhedonia", + "", + "", + "", + "", + "", + "", + "Loss of interest", + "The loss of interest in previously rewarding or enjoyable activities or relationships.", + "N/A", + "Finding", + "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1389", + "", + "Anhedonia", + "The inability to experience pleasure from activities someone usually found enjoyable.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الاهتمام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.3 Loss of interest / anhedonia", + "b4TqJ285UWa", + "2_3_loss_of_interest_anhedonia", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.3 Loss of interest / anhedonia", + 1, + 312 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 10, + "2.4 Hopelessness", + "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", + "2.4 Hopelessness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-892", + "", + "Feeling of hopeless", + "Patient describes feelings of hopeless.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الامل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.4 Hopelessness", + "Rzq6PFcbBa5", + "2_4_hopelessness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.4 Hopelessness", + 1, + 313 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 11, + "2.5 Guilt/self-blame/worthlessness", + "e8166325-9ddc-4739-9452-da63ee7862d2", + "2.5 Guilt/self-blame/worthlessness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-153507", + "Guilty feelings", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.5 Guilt/self-blame/worthlessness", + "QZBfUwIyQm9", + "2_5_guilt_self_blame_worthlessness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.5 Guilt/self-blame/worthlessness", + 1, + 314 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 12, + "2.6 Current suicidal thoughts", + "4f8f7343-f191-4483-bcf9-c60027a6eca8", + "2.6 Current suicidal thoughts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1390", + "", + "Suicidal thoughts", + "Contemplations, wishes, and preoccupations with death and suicide", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.6 Current suicidal thoughts", + "WCyJmoOZsCZ", + "2_6_current_suicidal_thoughts", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.6 Current suicidal thoughts", + 1, + 315 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 13, + "2.7 Recent suicidal attempt", + "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", + "2.7 Recent suicidal attempt", + "", + "", + "", + "", + "", + "", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source, not found exactly in CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.7 Recent suicidal attempt", + "z8jBJ5nYwIS", + "2_7_recent_suicidal_attempt", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.7 Recent suicidal attempt", + 1, + 316 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 14, + "2.8 Recent self-harm", + "003b425a-d8c3-47ed-bbde-45a7c180c0a4", + "2.8 Recent self-harm", + "", + "", + "", + "", + "", + "", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Self-harm exists in MSF and CIEL diagnosis but not 'recent'", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية للذات مؤخراً", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.8 Recent self-harm", + "XzLHZumvFOH", + "2_8_recent_self_harm", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.8 Recent self-harm", + 1, + 317 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 15, + "2.9 Changes in appetite", + "ce47585c-fa23-4de3-9e3a-97f5eb309e72", + "2.9 Changes in appetite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Loss or increase of appetite exist in CIEL but not 'change' only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تغير في الشهية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.9 Lack of appetite", + "Y5NywW5KfoX", + "2_9_lack_of_appetite", + "", + "", + "", + "", + "", + "", + "In Mosul form, \"Changes in appetite\"", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.9 Changes in appetite", + 1, + 318 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 16, + "3.1 Constant stress", + "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", + "3.1 Constant stress", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالضغط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.1 Constant stress", + "YpabM1EGBap", + "3_1_constant_stress", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.1 Constant stress", + 1, + 319 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 17, + "3.2 Persistent worry", + "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", + "3.2 Persistent worry", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-893", + "", + "Feeling constantly worried", + "Patient expresses feeling constantly worried.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالقلق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.2 Persistent worry", + "PsBi8qdxleW", + "3_2_persistent_worry", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.2 Persistent worry", + 1, + 320 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 18, + "3.3 Intense fear / phobia / feeling threatened", + "ae1ab702-fa58-4648-95e4-acca5c9078f7", + "3.3 Intense fear / phobia / feeling threatened", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-894", + "", + "Excessive fear/phobia", + "Aniexty disorders in which the essential feature is persistent and irrational fear of a specific object, activity, or situation that the individual feels compelled to avoid. The individual recognizes the fear as excessive or unreasonable.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "خوف شديد / خوف مرضي / الشعور بالتهديد", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.3 Intense fear / phobia / feeling threatened", + "JDP7sAjWj0r", + "3_3_intense_fear_phobia_feeling_threatened", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.3 Intense fear / phobia / feeling threatened", + 1, + 321 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 19, + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "473f0ea3-92e5-4a99-bbe0-358e371355ee", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Panic attack", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "N/A", + "Diagnosis", + "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "MSF-1634", + "", + "Panic disorder", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "hHoP5vhiGn3", + "3_4_panic_attack", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + 1, + 322 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 20, + "3.5 Compulsive or repetitive behavior", + "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", + "3.5 Compulsive or repetitive behavior", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1392", + "", + "Compulsive behavior", + "The behavior of performing an act persistently and repetitively without it leading to reward or pleasure.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوك وسواسي أو متكرر", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.5 Compulsive or repetitive behavior", + "PgxhapZ8P9E", + "3_5_compulsive_or_repetitive_behavior", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.5 Compulsive or repetitive behavior", + 1, + 323 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 21, + "4.1 Intrusive feelings, thoughts", + "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", + "4.1 Intrusive feelings, thoughts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-897", + "", + "Intrusive thoughts", + "Unwanted thoughts or mental images that make the patient feel uncomfortable.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار تطفلية أو اقتحامية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.1 Intrusive feelings thoughts", + "sFbWwoZbiSF", + "4_1_intrusive_feelings_thoughts", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.1 Intrusive feelings, thoughts", + 1, + 324 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 22, + "4.2 Flashbacks", + "c60a75c9-2ee9-4fb2-af53-6d730e45f074", + "4.2 Flashbacks", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001794", + 90, + "Flashbacks", + "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", + "N/A", + "Diagnosis", + "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1394", + "", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ومضات من الماضي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.2 Flashbacks", + "FibcXxxITz4", + "4_2_flashbacks", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.2 Flashbacks", + 1, + 325 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 23, + "4.3 Avoidance of traumatic stimuli", + "94083de5-2603-4b26-a6d8-ec4459f9eced", + "4.3 Avoidance of traumatic stimuli", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-898", + "", + "Avoidance behaviour", + "Behavioural acts that enable a patient to avoid anticipated unplesant or painful situations, stimuli, or events.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تجنب المحفزات المرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.3 Avoidance of traumatic stimuli", + "TzFciNtGU4L", + "4_3_avoidance_of_traumatic_stimuli", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.3 Avoidance of traumatic stimuli", + 1, + 326 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 24, + "4.4 Hypervigilance / excessive startle response", + "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", + "4.4 Hypervigilance / excessive startle response", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-907", + "", + "Hyper-vigilance", + "Patient is highly alert and displaying behaviors to avoid or prevent danger.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرط اليقظة / استجابة إجفالية شديدة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.4 Hypervigilance / excessive startle response", + "Uhj6bkTtm2b", + "4_4_hypervigilance_excessive_startle_response", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.4 Hypervigilance / excessive startle response", + 1, + 327 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 25, + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check, name = \"Hallucinations\", DEF = \"Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "DqF1son0fxy", + "4_5_trauma_related_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + 1, + 328 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 26, + "4.6 Child has stopped talking", + "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", + "4.6 Child has stopped talking", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3218", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'language' problems in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف الطفل عن الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.6 Child has stopped talking", + "xrr1xtIehD9", + "4_6_child_has_stopped_talking", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.6 Child has stopped talking", + 1, + 329 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 27, + "5.1 Delusions (false beliefs)", + "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", + "5.1 Delusions (false beliefs)", + "", + "", + "", + "", + "", + "", + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use CIEL automatch", + "", + "MSF-497", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوهام (معتقدات خاطئة)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.1 Delusions (false beliefs)", + "vAcyKlSrQOK", + "5_1_delusions", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.1 Delusions (false beliefs)", + 1, + 330 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 28, + "5.2 Visual hallucinations", + "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", + "5.2 Visual hallucinations", + "", + "", + "", + "", + "", + "", + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use CIEL automatch", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check name and definition", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات بصرية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.2 Visual hallucinations", + "lsyUg99Xik2", + "5_2_visual_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.2 Visual hallucinations", + 1, + 331 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 29, + "5.3 Auditory hallucinations", + "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", + "5.3 Auditory hallucinations", + "", + "", + "", + "", + "", + "", + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use CIEL automatch", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check name", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات سمعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.3 Auditory hallucinations", + "BPYqkKFsav2", + "5_3_auditory_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.3 Auditory hallucinations", + 1, + 332 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 30, + "5.4 Disorganized thought /speech", + "dfaf113c-72f2-4865-81c9-31aba9e95a74", + "5.4 Disorganized thought /speech", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-903", + "", + "Disorganized thoughts", + "The paitent cannot control their thoughts or express themself well, which makes relating to others difficult.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشتت الأفكار / الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.4 Disorganized thought /speech", + "f50m0IXJNZ1", + "5_4_disorganized_thought_speech", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.4 Disorganized thought /speech", + 1, + 333 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 31, + "5.5 Bizarre behavior", + "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", + "5.5 Bizarre behavior", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-464", + "", + "Abnormal behaviour", + "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوكيات غريبة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.5 Bizarre behavior", + "SSaShXgyswX", + "5_5_bizarre_behavior", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.5 Bizarre behavior", + 1, + 334 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 32, + "5.6 Psychotic agitation", + "cda4f471-1da9-4192-8f26-ecec35775d5a", + "5.6 Psychotic agitation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3221", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'Agitation' or 'Psychomotor agitation' in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور ذهاني بالضيق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.6 Psychotic agitation", + "BbQwHHYdAtY", + "5_6_psychotic_agitation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.6 Psychotic agitation", + 1, + 335 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 33, + "6.1 Problems with concentration, memory or reasoning", + "44274d50-bb85-4f20-9b55-d08f60343c38", + "6.1 Problems with concentration, memory or reasoning", + "", + "", + "", + "", + "", + "", + "concentration", + "Used to describe a concentration in a DST test. Maps to datatype double. ", + "Numeric", + "Misc", + "160047AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-1403/1404/906", + "", + "", + "", + "Check - different items and different classes grouped; names = \"Lack of concentration\", \"Lack of memory\", \"Difficulty reasoning\", DEFs = \"The inability to focus on tasks.\", \"Disturbances in registering an impression, in the retention of an acquired impression, or in the recall of an impression.\", \"Patient has difficulty thinking about things in a logical, sensible way.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في التركيز، أو التذكر، أو التفكير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.1 Problems with concentration memory or reasoning", + "HxamZeSwli0", + "6_1_problems_with_concentration_memory_or_reasoning", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.1 Problems with concentration, memory or reasoning", + 1, + 336 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 34, + "6.2 Delayed development (milestones)", + "66e446ee-8f82-4f2a-808f-00d664ac92de", + "6.2 Delayed development (milestones)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-6022", + "Delayed milestones", + "Delay in a set of functional skills or age-specific tasks that most children can do by a certain age range.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تأخر في التطور (المحطات الإنجازية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.2 Delayed development (milestones)", + "zAXxqqhE7hH", + "6_2_delayed_development", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.2 Delayed development (milestones)", + 1, + 337 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 35, + "6.3 Abnormal social interaction and communication", + "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", + "6.3 Abnormal social interaction and communication", + "Abnormal", + "A result that deviates from the standard or what is expected.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001333", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd75230-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3225", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'Social Maladjustment' in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تواصل اجتماعي غير طبيعي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.3 Abnormal social interaction and communication", + "p1PiLH5LcpL", + "6_3_abnormal_social_interaction_and_communication", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.3 Abnormal social interaction and communication", + 1, + 338 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 36, + "6.4 Learning difficulties", + "9240ed56-8ba2-4ef2-b42f-e84179fcc333", + "6.4 Learning difficulties", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-5550", + "Learning problems", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبات في التعلم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.4 Learning difficulties", + "ov5D4toFD3q", + "6_4_learning_difficulties", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.4 Learning difficulties", + 1, + 339 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 37, + "6.5 Epileptic seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "6.5 Epileptic seizures", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000420", + 90, + "Epileptic seizure", + "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", + "N/A", + "Diagnosis", + "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-420", + "", + "Epileptic seizures", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.5 Epileptic seizures", + "dpdekdgiUMZ", + "6_5_epileptic_seizures", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.5 Epileptic seizures", + 1, + 340 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 38, + "7.1 Alcohol / substance abuse", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "7.1 Alcohol / substance abuse", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2457", + "", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعاطي الكحول / العقاقير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.1 Alcohol / substance abuse", + "u6J5PRo76eL", + "7_1_alcohol_substance_abuse", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.1 Alcohol / substance abuse", + 1, + 341 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 39, + "7.2 Aggressiveness", + "977e8c6f-befa-4af3-87e1-1d29a57450c1", + "7.2 Aggressiveness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2877", + "", + "Aggressive behavior", + "A form of behavior which leads to self-assertion; it may arise from innate drives and/or a response to frustration; may be manifested by destructive and attacking behavior, by covert attitudes of hostility and obstructionism, or by healthy self-expressive drive to mastery. (Dorland 27th ed)", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العدائية او الهجومية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.2 Aggressiveness", + "ZJKWvyAYFU4", + "7_2_aggressiveness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.2 Aggressiveness", + 1, + 342 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 40, + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-464", + "", + "Abnormal behaviour", + "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.Pediatric paitent displays a behavioral problem.", + "Check name", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "XwiwuWP5Sze", + "7_3_conduct_problems_in_children", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + 1, + 343 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 41, + "7.4 Hypo- or hyperactivity", + "520eccda-99f4-4cab-950b-260cfe3ab767", + "7.4 Hypo- or hyperactivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3226", + "", + "", + "", + "Includes MSF1397 (Hyperactivity), nothing found for hypoactivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة او فرط النشاط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.4 Hypo or hyperactivity", + "D655HPkg8Sw", + "7_4_hypo_or_hyperactivity", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.4 Hypo- or hyperactivity", + 1, + 344 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 42, + "7.5 Impulsivity", + "12723e41-2955-4917-971c-7f05849412d7", + "7.5 Impulsivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-156762", + "Impulsiveness", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاندفاعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.5 Impulsivity", + "L6gwT6cBFEk", + "7_5_impulsivity", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.5 Impulsivity", + 1, + 345 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 43, + "7.6 Regression in development", + "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", + "7.6 Regression in development", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-901", + "", + "Regression in development in child", + "Loss of developmental milestones in a child during and/or after hospitalization.", + "Check class = Finding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الارتكاس في التطور", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.6 Regression in development", + "rhQpTzDeQPW", + "7_6_regression_in_development", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.6 Regression in development", + 1, + 346 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 44, + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "", + "", + "", + "", + "", + "", + "Social withdrawal", + "", + "N/A", + "Diagnosis", + "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-126307", + "Social withdrawal", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "xBuK70tTHrj", + "7_7_social_withdrawal", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.7 Social withdrawal (isolation/reduced attachment/involvement)", + 1, + 347 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 45, + "8.1 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8.1 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "8.1 Other (specify)", + "tkP1jOd01Pn", + "8_1_other", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|8.1 Other", + 1, + 348 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 1, + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "464c68b7-0fb0-495c-b931-0c1732b60397", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "UeYsD88aXOb", + "1_1_body_pain_or_complaints", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + 1, + 349 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 2, + "1.2 Eating problems", + "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", + "1.2 Eating problems", + "Eating", + "Coded question of patient's ability to eat.", + "Coded", + "Question", + "MSF-AAAAAA000000000000002835", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Eating", + "", + "N/A", + "Misc", + "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في الأكل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.2 Eating problems", + "u1MYOfo6bZo", + "1_2_eating_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.2 Eating problems", + 1, + 350 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 3, + "1.3 Sleeping problems", + "42966954-f43f-4564-bc59-d9d133e53a75", + "1.3 Sleeping problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في النوم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.3 Sleeping problems", + "kKLSjMaDB71", + "1_3_sleeping_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.3 Sleeping problems", + 1, + 351 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 4, + "1.4 Bedwetting / retention problems", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "1.4 Bedwetting / retention problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التبول أثناء النوم / مشاكل في السلس", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.4 Bedwetting / retention problems", + "W445BWB0GQ3", + "1_4_Bedwetting_retention_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.4 Bedwetting / retention problems", + 1, + 352 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 5, + "1.5 Sexual problems", + "3ba98736-982f-4d9c-a675-f83b180a9f28", + "1.5 Sexual problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل جنسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.5 Sexual problems", + "qu1XKVn8CUS", + "1_5_sexual_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.5 Sexual problems", + 1, + 353 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 6, + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "28adad48-b45b-46a4-ae94-4cca6118047e", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "PClZEC4W4rM", + "1_6_unexplained_physical_reaction", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + 1, + 354 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 1, + "2.1 Sad mood", + "7f4699e5-e70a-49fb-bf34-c09afa867fdc", + "2.1 Sad mood", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001786", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Sad mood", + "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", + "N/A", + "Diagnosis", + "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مزاج حزين", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.1 Sad mood", + "XPvA3hyChlA", + "2_1_sad_mood", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.1 Sad mood", + 1, + 355 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 2, + "2.2 Irritability / anger", + "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", + "2.2 Irritability / anger", + " ", + " ", + " ", + " ", + " ", + " ", + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "3cf2a6fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سرعة الضيق / الغضب", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.2 Irritability / anger", + "vprUUUOBopr", + "2_2_irritability_anger", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.2 Irritability / anger", + 1, + 356 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 3, + "2.3 Loss of interest / anhedonia", + "51061bb9-6084-4bb3-b83b-5c234e45b09c", + "2.3 Loss of interest / anhedonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Loss of interest", + "The loss of interest in previously rewarding or enjoyable activities or relationships.", + "N/A", + "Finding", + "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الاهتمام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.3 Loss of interest / anhedonia", + "b4TqJ285UWa", + "2_3_loss_of_interest_anhedonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.3 Loss of interest / anhedonia", + 1, + 357 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 4, + "2.4 Hopelessness", + "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", + "2.4 Hopelessness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الامل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.4 Hopelessness", + "Rzq6PFcbBa5", + "2_4_hopelessness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.4 Hopelessness", + 1, + 358 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 5, + "2.5 Guilt/self-blame/worthlessness", + "e8166325-9ddc-4739-9452-da63ee7862d2", + "2.5 Guilt/self-blame/worthlessness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.5 Guilt/self-blame/worthlessness", + "QZBfUwIyQm9", + "2_5_guilt_self_blame_worthlessness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.5 Guilt/self-blame/worthlessness", + 1, + 359 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 6, + "2.6 Current suicidal thoughts", + "4f8f7343-f191-4483-bcf9-c60027a6eca8", + "2.6 Current suicidal thoughts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.6 Current suicidal thoughts", + "WCyJmoOZsCZ", + "2_6_current_suicidal_thoughts", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.6 Current suicidal thoughts", + 1, + 360 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 7, + "2.7 Recent suicidal attempt", + "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", + "2.7 Recent suicidal attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.7 Recent suicidal attempt", + "z8jBJ5nYwIS", + "2_7_recent_suicidal_attempt", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.7 Recent suicidal attempt", + 1, + 361 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 8, + "2.8 Recent self-harm", + "003b425a-d8c3-47ed-bbde-45a7c180c0a4", + "2.8 Recent self-harm", + " ", + " ", + " ", + " ", + " ", + " ", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية للذات مؤخراً", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.8 Recent self-harm", + "XzLHZumvFOH", + "2_8_recent_self_harm", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.8 Recent self-harm", + 1, + 362 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 9, + "2.9 Changes in appetite", + "ce47585c-fa23-4de3-9e3a-97f5eb309e72", + "2.9 Changes in appetite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تغير في الشهية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.9 Lack of appetite", + "Y5NywW5KfoX", + "2_9_lack_of_appetite", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.9 Changes in appetite", + 1, + 363 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 1, + "3.1 Constant stress", + "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", + "3.1 Constant stress", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالضغط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.1 Constant stress", + "YpabM1EGBap", + "3_1_constant_stress", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.1 Constant stress", + 1, + 364 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 2, + "3.2 Persistent worry", + "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", + "3.2 Persistent worry", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالقلق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.2 Persistent worry", + "PsBi8qdxleW", + "3_2_persistent_worry", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.2 Persistent worry", + 1, + 365 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 3, + "3.3 Intense fear / phobia / feeling threatened", + "ae1ab702-fa58-4648-95e4-acca5c9078f7", + "3.3 Intense fear / phobia / feeling threatened", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "خوف شديد / خوف مرضي / الشعور بالتهديد", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.3 Intense fear / phobia / feeling threatened", + "JDP7sAjWj0r", + "3_3_intense_fear_phobia_feeling_threatened", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.3 Intense fear / phobia / feeling threatened", + 1, + 366 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 4, + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "473f0ea3-92e5-4a99-bbe0-358e371355ee", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Panic attack", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "N/A", + "Diagnosis", + "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "hHoP5vhiGn3", + "3_4_panic_attack", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + 1, + 367 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 5, + "3.5 Compulsive or repetitive behavior", + "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", + "3.5 Compulsive or repetitive behavior", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوك وسواسي أو متكرر", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.5 Compulsive or repetitive behavior", + "PgxhapZ8P9E", + "3_5_compulsive_or_repetitive_behavior", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.5 Compulsive or repetitive behavior", + 1, + 368 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 1, + "4.1 Intrusive feelings, thoughts", + "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", + "4.1 Intrusive feelings, thoughts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار تطفلية أو اقتحامية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.1 Intrusive feelings thoughts", + "sFbWwoZbiSF", + "4_1_intrusive_feelings_thoughts", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.1 Intrusive feelings, thoughts", + 1, + 369 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 2, + "4.2 Flashbacks", + "c60a75c9-2ee9-4fb2-af53-6d730e45f074", + "4.2 Flashbacks", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001794", + 90, + "Flashbacks", + "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", + "N/A", + "Diagnosis", + "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ومضات من الماضي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.2 Flashbacks", + "FibcXxxITz4", + "4_2_flashbacks", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.2 Flashbacks", + 1, + 370 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 3, + "4.3 Avoidance of traumatic stimuli", + "94083de5-2603-4b26-a6d8-ec4459f9eced", + "4.3 Avoidance of traumatic stimuli", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تجنب المحفزات المرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.3 Avoidance of traumatic stimuli", + "TzFciNtGU4L", + "4_3_avoidance_of_traumatic_stimuli", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.3 Avoidance of traumatic stimuli", + 1, + 371 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 4, + "4.4 Hypervigilance / excessive startle response", + "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", + "4.4 Hypervigilance / excessive startle response", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرط اليقظة / استجابة إجفالية شديدة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.4 Hypervigilance / excessive startle response", + "Uhj6bkTtm2b", + "4_4_hypervigilance_excessive_startle_response", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.4 Hypervigilance / excessive startle response", + 1, + 372 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 5, + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "DqF1son0fxy", + "4_5_trauma_related_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + 1, + 373 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 6, + "4.6 Child has stopped talking", + "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", + "4.6 Child has stopped talking", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف الطفل عن الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.6 Child has stopped talking", + "xrr1xtIehD9", + "4_6_child_has_stopped_talking", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.6 Child has stopped talking", + 1, + 374 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 1, + "5.1 Delusions (false beliefs)", + "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", + "5.1 Delusions (false beliefs)", + " ", + " ", + " ", + " ", + " ", + " ", + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوهام (معتقدات خاطئة)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.1 Delusions (false beliefs)", + "vAcyKlSrQOK", + "5_1_delusions", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.1 Delusions (false beliefs)", + 1, + 375 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 2, + "5.2 Visual hallucinations", + "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", + "5.2 Visual hallucinations", + " ", + " ", + " ", + " ", + " ", + " ", + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات بصرية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.2 Visual hallucinations", + "lsyUg99Xik2", + "5_2_visual_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.2 Visual hallucinations", + 1, + 376 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 3, + "5.3 Auditory hallucinations", + "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", + "5.3 Auditory hallucinations", + " ", + " ", + " ", + " ", + " ", + " ", + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات سمعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.3 Auditory hallucinations", + "BPYqkKFsav2", + "5_3_auditory_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.3 Auditory hallucinations", + 1, + 377 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 4, + "5.4 Disorganized thought /speech", + "dfaf113c-72f2-4865-81c9-31aba9e95a74", + "5.4 Disorganized thought /speech", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشتت الأفكار / الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.4 Disorganized thought /speech", + "f50m0IXJNZ1", + "5_4_disorganized_thought_speech", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.4 Disorganized thought /speech", + 1, + 378 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 5, + "5.5 Bizarre behavior", + "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", + "5.5 Bizarre behavior", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوكيات غريبة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.5 Bizarre behavior", + "SSaShXgyswX", + "5_5_bizarre_behavior", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.5 Bizarre behavior", + 1, + 379 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 6, + "5.6 Psychotic agitation", + "cda4f471-1da9-4192-8f26-ecec35775d5a", + "5.6 Psychotic agitation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور ذهاني بالضيق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.6 Psychotic agitation", + "BbQwHHYdAtY", + "5_6_psychotic_agitation", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.6 Psychotic agitation", + 1, + 380 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 1, + "6.1 Problems with concentration memory or reasoning", + "44274d50-bb85-4f20-9b55-d08f60343c38", + "6.1 Problems with concentration memory or reasoning", + " ", + " ", + " ", + " ", + " ", + " ", + "Problem", + " ", + "N/A", + "Diagnosis", + "128461AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في التركيز، أو التذكر، أو التفكير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.1 Problems with concentration memory or reasoning", + "HxamZeSwli0", + "6_1_problems_with_concentration_memory_or_reasoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.1 Problems with concentration memory or reasoning", + 1, + 381 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 2, + "6.2 Delayed development (milestones)", + "66e446ee-8f82-4f2a-808f-00d664ac92de", + "6.2 Delayed development (milestones)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تأخر في التطور (المحطات الإنجازية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.2 Delayed development (milestones)", + "zAXxqqhE7hH", + "6_2_delayed_development", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.2 Delayed development (milestones)", + 1, + 382 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 3, + "6.3 Abnormal social interaction and communication", + "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", + "6.3 Abnormal social interaction and communication", + "Abnormal", + "A result that deviates from the standard or what is expected.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001333", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd75230-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تواصل اجتماعي غير طبيعي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.3 Abnormal social interaction and communication", + "p1PiLH5LcpL", + "6_3_abnormal_social_interaction_and_communication", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.3 Abnormal social interaction and communication", + 1, + 383 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 4, + "6.4 Learning difficulties", + "9240ed56-8ba2-4ef2-b42f-e84179fcc333", + "6.4 Learning difficulties", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبات في التعلم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.4 Learning difficulties", + "ov5D4toFD3q", + "6_4_learning_difficulties", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.4 Learning difficulties", + 1, + 384 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 5, + "6.5 Epileptic seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "6.5 Epileptic seizures", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000820", + 90, + "Epileptic seizure", + "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", + "N/A", + "Diagnosis", + "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.5 Epileptic seizures", + "dpdekdgiUMZ", + "6_5_epileptic_seizures", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.5 Epileptic seizures", + 1, + 385 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 1, + "7.1 Alcohol / substance abuse", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "7.1 Alcohol / substance abuse", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعاطي الكحول / العقاقير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.1 Alcohol / substance abuse", + "u6J5PRo76eL", + "7_1_alcohol_substance_abuse", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.1 Alcohol / substance abuse", + 1, + 386 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 2, + "7.2 Aggressiveness", + "977e8c6f-befa-4af3-87e1-1d29a57450c1", + "7.2 Aggressiveness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العدائية او الهجومية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.2 Aggressiveness", + "ZJKWvyAYFU4", + "7_2_aggressiveness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.2 Aggressiveness", + 1, + 387 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 3, + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "XwiwuWP5Sze", + "7_3_conduct_problems_in_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + 1, + 388 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 4, + "7.4 Hypo- or hyperactivity", + "520eccda-99f4-4cab-950b-260cfe3ab767", + "7.4 Hypo- or hyperactivity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة او فرط النشاط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.4 Hypo or hyperactivity", + "D655HPkg8Sw", + "7_4_hypo_or_hyperactivity", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.4 Hypo- or hyperactivity", + 1, + 389 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 5, + "7.5 Impulsivity", + "12723e41-2955-4917-971c-7f05849412d7", + "7.5 Impulsivity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاندفاعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.5 Impulsivity", + "L6gwT6cBFEk", + "7_5_impulsivity", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.5 Impulsivity", + 1, + 390 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 6, + "7.6 Regression in development", + "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", + "7.6 Regression in development", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الارتكاس في التطور", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.6 Regression in development", + "rhQpTzDeQPW", + "7_6_regression_in_development", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.6 Regression in development", + 1, + 391 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 7, + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + " ", + " ", + " ", + " ", + " ", + " ", + "Social withdrawal", + " ", + "N/A", + "Diagnosis", + "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "xBuK70tTHrj", + "7_7_social_withdrawal", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.7 Social withdrawal (isolation/reduced attachment/involvement)", + 1, + 392 + ], + [ + 36, + "Current symptoms or complaints - Other symptoms", + "", + "Coded", + 1, + "8.1 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8.1 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "8.1 Other (specify)", + "tkP1jOd01Pn", + "8_1_other", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Other symptoms|8.1 Other", + 1, + 393 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 1, + "1. Acute stress reaction", + "a2f8295b-1259-481f-8ef3-34e213b7b4d6", + "1. Acute stress reaction", + "Acute stress reaction", + "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000906", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-506", + "", + "Acute stress reaction", + "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", + "Ok", + " ", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب الكرب الحاد", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Acute stress reaction", + "I2TnSpzmNZV", + "acute_stress_reaction", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|1. Acute stress reaction", + 1, + 394 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 2, + "2. Bereavement/grief", + "7d486d0c-0e2b-475d-8e17-07296cc624b9", + "2. Bereavement/grief", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-139251", + "Grief", + "Normal, appropriate sorrowful response to an immediate cause. It is self-limiting and gradually subsides within a reasonable time.", + "Only greif - no record for bereavement", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "الفجيعة / الأسى", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Bereavement / grief", + "fiMmy7FVXqj", + "bereavement_grief", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|2. Bereavement/grief", + 1, + 395 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 3, + "3. Post-Traumatic Stress Disorder", + "ec7a63e8-5d0b-4dcf-8f72-7529c1df699a", + "3. Post-Traumatic Stress Disorder", + "Traumatic", + "Injury to the body that causes long-lasting damage.", + "None", + "Finding", + "5cb34fe2-1c6a-4132-a046-f6a3ebcaa529", + 90, + "Stress", + "A pathological process resulting from the reaction of the body to external forces and abnormal conditions that tend to disturb the organism's homeostasis.", + "N/A", + "Diagnosis", + "125811AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Trauma", + "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", + "N/A", + "Diagnosis", + "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-291", + "", + "Post Traumatic Stress Disorder", + "An anxiety disorder precipitated by an experience of intense fear or horror while exposed to a traumatic (especially life-threatening) event. The disorder is characterized by intrusive recurring thoughts or images of the traumatic event avoidance of anything associated with the event a state of hyperarousal and diminished emotional responsiveness. These symptoms are present for at least one month and the disorder is usually long-term.", + "Ok", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب الكرب التالي للصدمة النفسية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Post-Traumatic Stress Disorder", + "GtXv2BevE4i", + "ptsd", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|3. Post-Traumatic Stress Disorder", + 1, + 396 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 4, + "4. Conversion/Dissociative reaction", + "58881584-4f0e-4cf3-b2bf-d9f0898ae106", + "4. Conversion/Dissociative reaction", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-457", + "", + "Dissociative and Conversion Disorder", + "A category of psychiatric disorders characterized by a disruption in the usually integrated functions of consciousness, memory, identity, and/or perception of the environment.", + "Ok", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب التحويل", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Dissociative / Conversive disorder", + "DzEHTmwsbwz", + "dissociative_onversive_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|4. Conversion/Dissociative reaction", + 1, + 397 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 5, + "5. Anxiety Disorder", + "2564bdee-c24c-4d96-903e-d44010f2a8ec", + "5. Anxiety Disorder", + "Anxiety disorder", + "", + "", + "", + "MSF-AAAAAA000000000000000502", + 95, + "Anxiety", + "Persistent feeling of dread, apprehension, and impending disaster.", + "N/A", + "Diagnosis", + "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Anxiety", + "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", + "Coded", + "Diagnosis", + "3ce6b1ee-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-102", + "", + "Anxiety disorder", + "Disorders in which anxiety (persistent feelings of apprehension, tension, or uneasiness) is the predominant disturbance.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب القلق", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Anxiety Disorder", + "RBjv7HDiR95", + "anxiety_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|5. Anxiety Disorder", + 1, + 398 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 6, + "6. Medically Unexplained Physical Symptoms (MUPS)", + "9df01581-6135-4876-8fb8-cbaaa522064e", + "6. Medically Unexplained Physical Symptoms (MUPS)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3187", + "", + "", + "", + "not found MSF or CIEL", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "عراض طبية من دون أسباب جسدية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Medically Unexplained Physical Symptoms", + "bCJLe9PMYeL", + "mups", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|6. Medically Unexplained Physical Symptoms (MUPS)", + 1, + 399 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 7, + "7. Depression", + "2066f043-2f21-4c19-8c04-77301d7404f9", + "7. Depression", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-160", + "", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "لاكتئاب", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Depression", + "cBAzRxJxoKF", + "depression", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|7. Depression", + 1, + 400 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 8, + "8. Self-harming behavior/suicide attempt", + "b27187bd-e94a-4dbc-9a77-46c0cefad25a", + "8. Self-harming behavior/suicide attempt", + "Self-harm", + "The act of purposely hurting oneself as an emotional coping mechanism.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001791", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "Seperate - self harm MSF 158754, suicidal thoughts MSF1390 (different to attemps) Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540, History of Suicide attempt - CIEL 129176", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "سلوك مؤذي للنفس / محاولة انتحار", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Self-harm / suicide", + "StKvhy342Ik", + "self_harm_suicide", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|8. Self-harming behavior/suicide attempt", + 1, + 401 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 9, + "9. Acute psychosis (incl. post-partum psychosis)", + "b33dac1c-b0c0-4fcd-b639-661bb6678924", + "9. Acute psychosis (incl. post-partum psychosis)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-446", + "", + "Acute and transient psychosis", + "A disorder characterized by delusions, hallucinations, disorganized speech, and/or grossly disorganized behavior that resolve within a month.", + "Includes transient", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "ذهان حاد (يشمل ذهان ما بعد الإنجاب)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Acute psychosis", + "RU3BLFqOhZe", + "acute_psychosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|9. Acute psychosis (incl. post-partum psychosis)", + 1, + 402 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 10, + "10. Chronic psychosis (incl. schizophrenia)", + "97f1f41-b0c7-407d-b95f-b1e26c3fd23c", + "10. Chronic psychosis (incl. schizophrenia)", + "Chronic psychosis", + "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000844", + 90, + "Chronic psychosis", + "", + "N/A", + "Diagnosis", + "166212AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-444", + "", + "Chronic psychosis", + "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "ذهان مزمن(يشمل الفصام)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Chronic psychosis", + "ndznYG4Vbbs", + "chronic_psychosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|10. Chronic psychosis (incl. schizophrenia)", + 1, + 403 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 11, + "11. Bipolar disorder (incl. mania)", + "1ba02bf8-6bbe-46a6-baff-d18b5c9f6425", + "11. Bipolar disorder (incl. mania)", + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000848", + 90, + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-448", + "", + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب ثنائي القطب(يشمل الهوس)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Bipolar disorder", + "V30FRwMiqy7", + "bipolar_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|11. Bipolar disorder (incl. mania)", + 1, + 404 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 12, + "12. Enuresis / Encopresis", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "12. Enuresis / Encopresis", + "Enuresis", + "Involuntary discharge of urine after the age at which urinary control should have been achieved", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001796", + 90, + "Encopresis", + "Incontinence of feces not due to organic defect or illness.", + "N/A", + "Diagnosis", + "141309AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Seperate entities, Enuresis MSF-1396, Encopresis CIEL141309", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "سلس البراز / البول", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Enuresis", + "Ef59Tr7bwiG", + "enuresis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|12. Enuresis / Encopresis", + 1, + 405 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 13, + "13. Developmental disorder (incl. intellectual disability, autism)", + "63f73696-3d7c-4dc5-8c16-5382c20c3f9f", + "13. Developmental disorder (incl. intellectual disability, autism)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "MSF-500", + "OCL-1194889", + "Developmental disabilities", + "Disorders in which there is a delay in development based on that expected for a given age level or stage of development. These impairments or disabilities originate before age 18, may be expected to continue indefinitely, and constitute a substantial impairment. Biological and nonbiological factors are involved in these disorders. ", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب نمو (يشمل الإعاقة الذهنية والتوحد)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Developmental disorder (incl. intellectual disability, autism)", + "veb2vWtp2QT", + "developmental_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|13. Developmental disorder (incl. intellectual disability, autism)", + 1, + 406 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 14, + "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-890", + "", + "Childhood behavioural problem", + "Pediatric paitent displays a behavioral problem.", + "nb finding not diagnosis", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب سلوكي لدى الطفل (يشمل اضطراب نقص الانتباه مع فرط النشاط، واضطراب المسلك)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Childhood behavioral disorder", + "k6LNSHULzvA", + "childhood_behavioral_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + 1, + 407 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 15, + "15. Childhood emotional disorder", + "52d85e63-b238-4161-985c-97f75ad80c9a", + "15. Childhood emotional disorder", + "Childhood emotional disorder", + "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000905", + 95, + "Childhood emotional disorder", + "", + "N/A", + "Diagnosis", + "155498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-505", + "", + "Childhood emotional disorder", + "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب عاطفي لدى الطفل", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Childhood emotional disorder", + "JznaioxOZKP", + "childhood_emotional_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|15. Childhood emotional disorder", + 1, + 408 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 16, + "16. Substance-related disorder", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "16. Substance-related disorder", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-2457", + "", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب ذو صلة بالعقاقير", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Substance-related disorders", + "HllN5G1TKNb", + "substance_related_disorders", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|16. Substance-related disorder", + 1, + 409 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 17, + "17. Epilepsy / seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "17. Epilepsy / seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", + "Coded", + "Diagnosis", + "155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", + "N/A", + "Diagnosis", + "3cce0a90-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-420", + "", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "صرع/نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Epilepsy / seizures", + "KYmRwgkkgsl", + "epilepsy_seizures", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|17. Epilepsy / seizures", + 1, + 410 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 18, + "18. Other disorder", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "18. Other disorder", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "other / other disorder", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "نوع آخر من الأمراض", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Other disorder, specify", + "G7j5nsi8r7T", + "other_disorder_specify", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|18. Other disorder", + 1, + 411 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 19, + "19. No diagnosis", + "dc77c73a-5ce5-4aac-821e-81f19f81b65f", + "19. No diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1630", + "", + "none", + "Generic descriptive answer.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "", + "لا يوجد تشخيص", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "No diagnosis", + "qNroeJqYQmn", + "no_diagnosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|19. No diagnosis", + 1, + 412 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 1, + "1. Psychosomatic", + "c899d33a-adde-4c70-ad65-2326b8843e3b", + "1. Psychosomatic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-459", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "نفسية جسدية", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "1. Psychosomatic", + "YLwstT7QxPg", + "1_psychosomatic", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|1. Psychosomatic", + 1, + 413 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 2, + "2. Depression related", + "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", + "2. Depression related", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "1رتبطة بالاكتئاب", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "2. Depression related", + "IEdTLNPdysy", + "2_depression_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|2. Depression related", + 1, + 414 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 3, + "3. Anxiety related", + "241b3278-3803-478b-8484-70e2b17e5543", + "3. Anxiety related", + "", + "", + "", + "", + "", + "", + "Anxiety", + "Persistent feeling of dread, apprehension, and impending disaster.", + "N/A", + "Diagnosis", + "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Anxiety", + "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", + "Coded", + "Diagnosis", + "3ce6b1ee-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "2مرتبطة بالقلق", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "3. Anxiety related", + "WgBIYmHZdJc", + "3_anxiety_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|3. Anxiety related", + 1, + 415 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 4, + "4. Trauma related", + "3a0c003c-9149-4a5f-a236-ed5d61231950", + "4. Trauma related", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Trauma", + "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", + "N/A", + "Diagnosis", + "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "3مرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "4. Trauma related", + "vC3XeVwbmLY", + "4_trauma_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|4. Trauma related", + 1, + 416 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 5, + "5. Psychosis related", + "612c130a-0ae9-4565-af09-b5437334c742", + "5. Psychosis related", + "Psychosis", + "Mental disorder combining symptoms that result in an impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000696", + 90, + "Psychosis", + "", + "N/A", + "Diagnosis", + "113517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Psychosis", + "A severe mental disorder, with or without organic damage, characterized by derangement of personality and loss of contact with reality and causing deterioration of normal social functioning.", + "N/A", + "Diagnosis", + "3ccea7fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "4مرتبطة بالذهان", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "5. Psychosis related", + "NuEhgdvdwHA", + "5_psychosis_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|5. Psychosis related", + 1, + 417 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 6, + "6. Neuro cognitive problems", + "a5b552b6-44db-42f1-a436-6f2f12de471e", + "6. Neuro cognitive problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-891", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "5مشاكل عصبية إدراكية", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "6. Neuro cognitive problems", + "x9vk1fImSr7", + "6_neuro_cognitive_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|6. Neuro cognitive problems", + 1, + 418 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 7, + "7. Behaviour problems", + "5b271a75-d44b-466a-8baf-71153dc1895c", + "7. Behaviour problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "OCL-113635", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "6مشاكل في السلوكيات", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "7. Behaviour problems", + "S5v9RKrCwIx", + "7_behaviour_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|7. Behaviour problems", + 1, + 419 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 8, + "8. Other symptoms", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8. Other symptoms", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "7اعراض اخرى", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "8. Other symptoms", + "GaJQMD4oqS5", + "8_other_symptoms", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|8. Other symptoms", + 1, + 420 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 1, + "1 - 3 days", + "a3d78d0a-613d-46ab-ae00-de985dd822eb", + "1 - 3 days", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3243", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أيام ١-٣", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 3 days", + "Syw1PVWr0UX", + "1_3_days", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 3 days", + 1, + 421 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 2, + "4 - 7 days", + "7a5a7a86-1ebf-4309-915a-d58e6c907db1", + "4 - 7 days", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3244", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أيام ٤-٦", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "4 - 7 days", + "jVQNrNJHHkN", + "4_7_days", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|4 - 7 days", + 1, + 422 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 3, + "1 - 4 weeks", + "d5ea3587-be05-4b66-809c-3c63481300b3", + "1 - 4 weeks", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3245", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أسابيع ١-٤", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 4 weeks", + "IcUeaP23Ayu", + "1_4_weeks", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 4 weeks", + 1, + 423 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 4, + "1 - 6 months", + "a2ffa3e1-eabe-4417-af29-09ea962d584e", + "1 - 6 months", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3246", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أشهر ١-٦", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 6 months", + "qgvtHQTTScW", + "1_6_months", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 6 months", + 1, + 424 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 5, + "6 - 12 months", + "f9c40a2d-7e94-418b-b222-e73959845e4d", + "6 - 12 months", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3247", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أشهر ٦-١٢", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "6 - 12 months", + "y6MYfCvaJkX", + "6_12_months", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|6 - 12 months", + 1, + 425 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 6, + "> 1 year", + "f7ae6f81-0dcf-4316-9706-26d96a8d9c1e", + "> 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3248", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أكثر من سنة", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "> 1 year", + "ACcQT2fwiwz", + ">1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|> 1 year", + 1, + 426 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 1, + "0 - 4", + "", + "0 - 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "0 - 4", + "WckhKgP63BA", + "0_4", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|0 - 4", + 1, + 427 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 2, + 45421, + "", + 45421, + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + 45421, + "YkBcbx6RBHh", + "5_9", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|5 - 9", + 1, + 428 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 3, + 45579, + "", + 45579, + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + 45579, + "AJWrsjJAliA", + "10_14", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|10 - 14", + 1, + 429 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 4, + "15 - 19", + "", + "15 - 19", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "15 - 19", + "q0ubDgXvYpV", + "15_19", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|15 - 19", + 1, + 430 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 5, + ">=20", + "", + ">=20", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + ">=20", + "vq07JGEe2mq", + ">20", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|>=20", + 1, + 431 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 1, + "0 - Not assessed", + "eb770ad7-b106-4255-83bd-2dc284fbd7ce", + "0 - Not assessed", + "", + "", + "", + "", + "", + "", + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3257", + "", + "", + "0 - لم يتم قياسه", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لم يتم قياسه", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 0, + "G9EBBmiN9xy", + "cgi-s_score|0", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|0 - Not assessed", + 1, + 432 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 2, + "1 - Normal/not ill", + "d884d3dd-7649-4260-b139-2d740baf9767", + "1 - Normal/not ill", + "Normal", + "A standard or typical result.", + "N/A", + "Misc", + "d884d3dd-7649-4260-b139-2d740baf9767", + 90, + "Normal", + "General descriptive answer.", + "N/A", + "Misc", + "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Normal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd750a0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "1 - عادي / غير مريض", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عادي / غير مريض", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 1, + "kA0sL0CXSw6", + "cgi-s_score|1", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|1 - Normal/not ill", + 1, + 433 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 3, + "2 - Suspected mentally ill", + "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1", + "2 - Suspected mentally ill", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "2 - يشتبه بإصابته بمرض نفسي", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "يشتبه بإصابته بمرض نفسي", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 2, + "JZ7qkt6RFC8", + "cgi-s_score|2", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|2 - Suspected mentally ill", + 1, + 434 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 4, + "3 - Mildly ill", + "c90610d0-29ee-437e-af93-7bcc49fda2f1", + "3 - Mildly ill", + "Mild", + "Without severity or significant impact", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001887", + 90, + "Mildly ill", + "Clearly established symptoms with minimal, if any, distress or difficulty in social and occupational function", + "N/A", + "Finding", + "c6518e7c-21fb-4567-b415-13c007171e4e", + 90, + "Mild", + "General qualifier value", + "N/A", + "Finding", + "3cdef9ae-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "3 - مريض بشكل طفيف", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل طفيف", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 3, + "Wdl3QmheipE", + "cgi-s_score|3", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|3 - Mildly ill", + 1, + 435 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 5, + "4 - Moderately ill", + "e81cfac7-6c80-4e1b-af86-3d896c9bbdac", + "4 - Moderately ill", + "Moderate", + "Average in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001888", + 90, + "Moderately ill", + "Overt symptoms causing noticeable, but modest, functional impairment or distress; symptom level may warrant medication", + "N/A", + "Finding", + "10fe25ee-6a0f-41f8-a443-3155b51e5f25", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "3cdef832-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "4 - مريض بشكل متوسط ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل متوسط ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 4, + "nCM6PF4SB9r", + "cgi-s_score|4", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|4 - Moderately ill", + 1, + 436 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 6, + "5 - Markedly ill", + "cf122053-f10b-4450-89e1-ed9adabb413c", + "5 - Markedly ill", + "Markedly ill", + "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Severity (CGI-S) score, rating the mental state of the patient.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001840", + 90, + "Markedly ill", + "Intrusive symptoms that distinctly impair social/occupational function or cause intrusive levels of distress", + "N/A", + "Finding", + "877f9423-bac3-41b4-ada1-3e571cfaa7fd", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "5 - مريض بشكل ملحوظ ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل ملحوظ ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 5, + "nIwgqWMPi2T", + "cgi-s_score|5", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|5 - Markedly ill", + 1, + 437 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 7, + "6 - Severely ill", + "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7", + "6 - Severely ill", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severely ill", + "Disruptive pathology, behavior and function are frequently influenced by symptoms, may require assistance from others", + "N/A", + "Finding", + "fbce3be2-ca0b-48e0-a314-720d2a67b71b", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "6 - مريض بشكل شديد", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل شديد", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 6, + "UD0mFMSQCkc", + "cgi-s_score|6", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|6 - Severely ill", + 1, + 438 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 8, + "7 - Extremely ill patient", + "0f115f25-cdd0-49c3-b009-ba9acb041fef", + "7 - Extremely ill patient", + "", + "", + "", + "", + "", + "", + "Extremely ill", + "Among the most extremely ill patients&mdash;pathology drastically interferes in many life functions; may be hospitalized", + "N/A", + "Finding", + "319a7d41-45c6-4a88-8e84-6a61b9cc2d1b", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "7 - مريض بشكل خطير", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل خطير", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 7, + "FYnMWvKXosf", + "cgi-s_score|7", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|7 - Extremely ill patient", + 1, + 439 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 1, + "0 - Not assessed", + "", + "0 - Not assessed", + "", + "", + "", + "", + "", + "", + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "0 - لم يتم قياسه ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لم يتم قياسه ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 0, + "G9EBBmiN9xy", + "cgi-s_score|0", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|0 - Not assessed", + 1, + 440 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 2, + "1 - Very much improved", + "", + "1 - Very much improved", + "Very much improved", + "A score of 1 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001843", + 95, + "Very much improved", + "Nearly all better; good level of functioning; minimal symptoms; represents a very substantial change", + "N/A", + "Finding", + "30c9c7a5-cc9e-40fa-a5ec-9e8b8994a2c7", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "1 - تحسن إلى حد كبير ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن إلى حد كبير ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 1, + "kA0sL0CXSw6", + "cgi-s_score|1", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|1 - Very much improved", + 1, + 441 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 3, + "2 - Much improved", + "", + "2 - Much improved", + "Much improved", + "A score of 2 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001844", + 90, + "Much improved", + "Notably better with significant reduction of symptoms; increase in the level of functioning but some symptoms remain", + "N/A", + "Finding", + "0bab04e3-b58c-4809-862b-1f9da712b46d", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "2 - تحسن جداً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن جداً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 2, + "JZ7qkt6RFC8", + "cgi-s_score|2", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|2 - Much improved", + 1, + 442 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 4, + "3 - Minimally improved", + "", + "3 - Minimally improved", + "Minimally improved", + "A score of 3 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001845", + 95, + "Minimally improved", + "Slightly better with little or no clinically meaningful reduction of symptoms. Represents very little change in basic clinical status, level of care, or functional capacity", + "N/A", + "Finding", + "da0f78aa-5e68-4979-90e6-49225805e85b", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "3 - تحسن بالحد الأدنى", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن بالحد الأدنى", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 3, + "Wdl3QmheipE", + "cgi-s_score|3", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|3 - Minimally improved", + 1, + 443 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 5, + "4 - No change", + "", + "4 - No change", + "No change", + "A score of 4 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001846", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "4 - لا تغيّر ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لا تغيّر ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 4, + "nCM6PF4SB9r", + "cgi-s_score|4", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|4 - No change", + 1, + 444 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 6, + "5 - Minimally worse", + "", + "5 - Minimally worse", + "Minimally worse", + "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001847", + 90, + "Minimally worse", + "Slightly worse but may not be clinically meaningful; may represent very little change in basic clinical status or functional capacity", + "N/A", + "Misc", + "f7d57972-8da5-422c-8b85-d9d2239c682e", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "5 - ساءت حالته قليلاً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته قليلاً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 5, + "nIwgqWMPi2T", + "cgi-s_score|5", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|5 - Minimally worse", + 1, + 445 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 7, + "6 - Much worse", + "", + "6 - Much worse", + "Much worse", + "A score of 6 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001848", + 90, + "Much worse", + "Clinically significant increase in symptoms and diminished functioning", + "N/A", + "Misc", + "0bec15d7-9903-4a20-9494-401301f4d05d", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "6 - ساءت حالته جداً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته جداً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 6, + "UD0mFMSQCkc", + "cgi-s_score|6", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|6 - Much worse", + 1, + 446 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 8, + "7 - Very much worse", + "", + "7 - Very much worse", + "Very much worse", + "A score of 7 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001849", + 90, + "Very much worse", + "Severe exacerbation of symptoms and loss of functioning", + "N/A", + "Misc", + "79c81058-c0ee-430e-9153-fb9c3c2dccc7", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "7 - ساءت حالته إلى حد كبير", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته إلى حد كبير", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 7, + "FYnMWvKXosf", + "cgi-s_score|7", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|7 - Very much worse", + 1, + 447 + ], + [ + 43, + "Medication prescribed by - MH", + "", + "Coded", + 1, + "MSF", + "74c9a7c6-e64d-4f49-b8a6-f10999eb25bc", + "MSF", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3300", + "", + "MSF OCG", + "The MSF Operational Centre based in Geneva.", + "MSF-51 is MSF OCG (each section is coded, but no MSF on its own)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منظمة أطباء بلا حدو", + "TEXT", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Medication prescribed by - MH|MSF", + 1, + 448 + ], + [ + 43, + "Medication prescribed by - MH", + "", + "Coded", + 2, + "Non MSF", + "77822de2-c236-4400-96f4-ee13b9334cea", + "Non MSF", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3301", + "", + "", + "", + "Not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليس منظمة أطباء بلا حدود", + "TEXT", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Medication prescribed by - MH|Non MSF", + 1, + 449 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 1, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-313", + "", + "Sexual violence", + "Unlawful sexual intercourse without consent of the victim.", + "Not found as an adjective alone, MSF313 for sexual violence", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "جنسي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Sexual", + 1, + 450 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 2, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-158358", + "Physical Violence", + "", + "Not found as an adjective alone, as a diagnosis in CIEL (physical violence, or as a finding, Victim of physical violence, 167244)", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "جسدي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Physical", + 1, + 451 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 3, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3303", + "", + "", + "", + "Not found as an adjective alone, or as a type of violence in MSF", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "لفظي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Verbal", + 1, + 452 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 4, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3304", + "", + "", + "", + "Not found as an adjective alone, or as a type of violence in MSF", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "نفسي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Psychological", + 1, + 453 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Other", + 1, + 454 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 1, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Physical", + 1, + 455 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 2, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Psychological", + 1, + 456 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 3, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Sexual", + 1, + 457 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 4, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Verbal", + 1, + 458 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Other", + 1, + 459 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 1, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Physical", + 1, + 460 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 2, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Psychological", + 1, + 461 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 3, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Sexual", + 1, + 462 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 4, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Verbal", + 1, + 463 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Other", + 1, + 464 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 1, + "< 24 hrs", + "63a236d1-add1-49ec-88c9-8e89108a71f2", + "< 24 hrs", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3305", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من 24 ساعة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "< 24 hrs", + "rboxGBCpxP5", + "< 24 hrs", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|< 24 hrs", + 1, + 465 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 2, + "24 -72hrs", + "8d9cf61e-1f64-4f25-b202-52da17e8c634", + "24 -72hrs", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3306", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "72-24ساعة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "24 -72hrs", + "Fi67snqrRPm", + "24 -72hrs", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|24 -72hrs", + 1, + 466 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 3, + "Less than 1 month", + "0e298528-7c8c-4724-a24f-d71ee7c1ebea", + "Less than 1 month", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3307", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من شهر واحد", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Less than 1 month", + "W90N4TbsQYD", + "less_than_1_month", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Less than 1 month", + 1, + 467 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 4, + "Less than 1 year", + "b5b58ef8-1bdf-4c14-9384-afbeb848d571", + "Less than 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3308", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من سنة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Less than 1 year", + "NEIhaoKeaqc", + "less_than_1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Less than 1 year", + 1, + 468 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 5, + ">= 1 year", + "4a17e0a6-1add-49a6-9831-d8ad7c647ec9", + ">= 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3309", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "سنة او اكثر", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + ">= 1 year", + "ifUaNyIglm3", + ">= 1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|>= 1 year", + 1, + 469 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 6, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-929", + "CIEL-1067", + "unknown", + "Generic answer to question when information/data is not known.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Unknown", + "Ldq2j9ZBfMI", + "unknown", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Unknown", + 1, + 470 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 1, + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "6e02debd-31eb-4112-8566-00e520835c76", + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + 1, + 471 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 2, + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL_160656", + "Personal History of severe disease", + "", + "Diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + 1, + 472 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "35910034-cc37-4dd1-abb7-ce140b0eff2b", + "1.3 Unwanted pregnancy", + "", + "", + "", + "", + "", + "", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL -123572", + "Unwanted Pregnancy", + "The pregnancy is not wanted by one or both parents.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حمل غير مرعوب به", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.3 Unwanted pregnancy", + 1, + 473 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 4, + "1.4 History of psychiatric problems", + "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", + "1.4 History of psychiatric problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-159350", + "Personal History of Psychiatric Disorder", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المعاناة من مشاكل نفسية في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.4 History of psychiatric problems", + 1, + 474 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 5, + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "4bf7b376-9193-4ee4-a51a-445d07d2d22b", + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "N/A", + "Diagnosis", + "733c362a-89d3-4c6a-b918-f4af5725e7c7", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-145439", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + 1, + 475 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 6, + "1.6 Family member with a serious medical condition", + "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", + "1.6 Family member with a serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "MSF-918", + "", + "Close relative with medical disease", + "Relative or family member has a medical disease.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.6 Family member with a serious medical condition", + 1, + 476 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "5cccf137-2952-4c9b-b879-b4ed2a9be621", + "2.1 Sexual violence within the family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي داخل العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.1 Sexual violence within the family", + 1, + 477 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 8, + "2.2 Sexual violence outside the family", + "dbe73631-79ae-4ab9-a3c8-65d6732c8714", + "2.2 Sexual violence outside the family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي خارج العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.2 Sexual violence outside the family", + 1, + 478 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 9, + "2.3 Exposed to war", + "cf28335f-d72c-440a-afc1-bcca39b51155", + "2.3 Exposed to war", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العيش في أجواء الحرب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.3 Exposed to war", + 1, + 479 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 10, + "2.4 Incarceration/detention", + "66492df1-6d26-498a-b6c7-b10931da1642", + "2.4 Incarceration/detention", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-156761", + "Imprisonment and other incarceration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحبس/الاحتجاز", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.4 Incarceration/detention", + 1, + 480 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 11, + "2.5 Hostage/kidnapping/forced recruitment", + "8917acb0-e25d-4f9e-84bb-cae9998abf35", + "2.5 Hostage/kidnapping/forced recruitment", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاختطاف / التجنيد الإجباري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.5 Hostage/kidnapping/forced recruitment", + 1, + 481 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 12, + "2.6 Deportation", + "f279409d-71ba-41c6-8301-76ee90d239dc", + "2.6 Deportation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الترحيل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.6 Deportation", + 1, + 482 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 13, + "2.7 Domestic violence", + "e25f9ca1-0b33-4765-a8c4-5da48289bda7", + "2.7 Domestic violence", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-160658", + "History of exposure to domestic violence", + "History of abusive behaviors by one partner against another in an intimate relationship such as marriage, dating, family, or cohabitation. This includes the history of physical, sexual or emotional abuse.", + "As opposed to Domestic Violence as a diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف المنزلي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.7 Domestic violence", + 1, + 483 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 14, + "2.8 Victim of threats", + "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", + "2.8 Victim of threats", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للتهديدات", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.8 Victim of threats", + 1, + 484 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 15, + "2.9 Victim of human trafficking or smuggling", + "5958f0fd-c755-4640-80d7-5ef0f9522b2e", + "2.9 Victim of human trafficking or smuggling", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للإتجار البشري والتهريب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.9 Victim of human trafficking or smuggling", + 1, + 485 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 16, + "2.10 Witness violence/killings/threats", + "107a7f52-f95d-447f-bf1a-c801e1a0082c", + "2.10 Witness violence/killings/threats", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-922", + "", + "Direct witness of violence", + "Patient directly witnessed an act of violence.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.10 Witness violence/killings/threats", + 1, + 486 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 17, + "2.11 Forced to flee (IDP/refugee/migrant)", + "a8b0e025-a735-407b-b958-fe9b29c370e7", + "2.11 Forced to flee (IDP/refugee/migrant)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1530", + "", + "Internally Displaced Person", + "Person who have been forced to flee their home but never cross an international border", + "Also existing migrant MSF-1531 and refugee MSF-1529", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.11 Forced to flee (IDP/refugee/migrant)", + 1, + 487 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 18, + "2.12 Target of stigma/discrimination/marginalization", + "e702655a-57af-457a-a1ae-42e31f119f80", + "2.12 Target of stigma/discrimination/marginalization", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "Multiple distinct types of discrimination in CIEL, no generic. Also reused to seek treatment due to stigme as a reason for noncomliance", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للوصم / التمييز العنصري / التهميش", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.12 Target of stigma/discrimination/marginalization", + 1, + 488 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 19, + "2.13 Other violence (wounded/beaten/torture)", + "c80eb3f7-31b1-4717-a78d-0aac623fc129", + "2.13 Other violence (wounded/beaten/torture)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found - but Victim of Torture CIEL-123156", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.13 Other violence (wounded/beaten/torture)", + 1, + 489 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 20, + "2.14 Forced curfew or confinement", + "ea673f5c-5f99-4da5-9f41-92c21446de31", + "2.14 Forced curfew or confinement", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "no found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاحتجاز أو منع الحركة القسري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.14 Forced curfew or confinement", + 1, + 490 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 21, + "2.15 History of suicide attempts", + "160734e2-e5ed-44e9-b573-bdbb6e619e30", + "2.15 History of suicide attempts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-129176", + "History of Suicide attempt", + "", + "Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحار سابقة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.15 History of suicide attempts", + 1, + 491 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 22, + "2.16 History of self-harm/mutilation", + "19408a7e-e17e-4040-adec-d6aa426564ce", + "2.16 History of self-harm/mutilation", + "", + "", + "", + "", + "", + "", + "self-harm", + "", + "N/A", + "Diagnosis", + "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1391", + "", + "Self Harm", + "The act of purposely hurting oneself as an emotional coping mechanism.", + "Is listed as diagnosis, not as a precipitating event", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية نفس / تشويه للنفس في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.16 History of self-harm/mutilation", + 1, + 492 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 23, + "2.17 Family members lived a violent experience", + "5a462534-7605-4137-8d5c-503584538eb4", + "2.17 Family members lived a violent experience", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أفراد العائلة لتجربة عنيفة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.17 Family members lived a violent experience", + 1, + 493 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 24, + "2.18 Adult forced marriage ", + "a725a884-e785-4c08-b08a-386d8652faaf", + "2.18 Adult forced marriage ", + "", + "", + "", + "", + "", + "", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الزواج القسري للبالغين", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.18 Adult forced marriage ", + 1, + 494 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 25, + "2.19 Child marriage", + "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زواج الأطفال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.19 Child marriage", + 1, + 495 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 26, + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "4e3ab089-6a99-4e15-8883-3c49a150e6c6", + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "MSF-917", + "CIEL-167687", + "Close relative detained/died/missed/injured", + "Relative or family member has died, been detained, is missing, etc.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.1 Family member killed or missing (arrested / detained / disappeared) ", + 1, + 496 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 27, + "3.2 Unaccompanied minor or orphaned", + "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", + "3.2 Unaccompanied minor or orphaned", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found. 1174 CIEL, but as question 'orphan' not finding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قاصر أو يتيم من دون مرافق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.2 Unaccompanied minor or orphaned", + 1, + 497 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "f2be320d-7757-4525-bcb0-6005368982d7", + "3.3 Negligence of caretakers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1424", + "", + "Victim of Neglect", + "The person has been deprived of the care necessary to maintain their physical or mental health.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهمال مقدمي الرعاية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.3 Negligence of caretakers", + 1, + 498 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "979b6137-2d14-412d-8e07-d3f2a1743deb", + "3.4 Property destroyed or lost", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1544", + "", + "House / Property destroyed", + "Specific agregated concept for the Mental Health database as part of the list of stressors", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دمار الممتلكات أو فقدانها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.4 Property destroyed or lost", + 1, + 499 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 30, + "3.5 Loss of income", + "c88d3256-f445-4eee-8aac-c31542386f23", + "3.5 Loss of income", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان مصدر الدخل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.5 Loss of income", + 1, + 500 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 31, + "3.6 Death of family member (natural or accidental death)", + "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", + "3.6 Death of family member (natural or accidental death)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found - CIEL 167687 - loss of a relative, but description also includes detailed missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.6 Death of family member (natural or accidental death)", + 1, + 501 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 32, + "3.7 Relationship problems", + "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", + "3.7 Relationship problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-113353", + "Relationship problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عاطفية مع الشريك/ة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.7 Relationship problems", + 1, + 502 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 33, + "3.8 Divorce/separation", + "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", + "3.8 Divorce/separation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-163007", + "Divorced/separated→Previously married but now not with living spouse[en]", + "Either divorced or separated but not widowed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطلاق / الانفصال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.8 Divorce/separation", + 1, + 503 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", + "3.9 Migration due to financial reasons", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found , only MSF1531 Migrant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهجرة لأسباب اقتصادية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.9 Migration due to financial reasons", + 1, + 504 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + 1, + 505 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 36, + "4.2 Road accident", + "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", + "4.2 Road accident", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2985", + "", + "Trauma Accidental Traffic (TAT)", + "", + "I am unsure if this MSF is a good match, also CIEL - Traffic accident 119964, or CIEL-86, Accident motor vehicle", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حادث سير", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|4.2 Road accident", + 1, + 506 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 37, + "5.1 Financial problems", + "e6957cdb-3694-4ab6-b98b-2031c02b4460", + "5.1 Financial problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1543", + "", + "Extreme poverty / financial crisis", + "Specific agregated concept for the Mental Health database as part of the list of stressors", + "Maybe too strong", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل مالية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.1 Financial problems", + 1, + 507 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "cd22a8af-1506-47af-9d1b-325c31c230a8", + "5.2 Difficult living conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبة الوضع المعيشي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.2 Difficult living conditions", + 1, + 508 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 39, + "5.3 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "5.3 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حدد", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.3 Other", + 1, + 509 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 1, + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "6e02debd-31eb-4112-8566-00e520835c76", + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + 1, + 510 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 2, + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + 1, + 511 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "35910034-cc37-4dd1-abb7-ce140b0eff2b", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حمل غير مرعوب به", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.3 Unwanted pregnancy", + 1, + 512 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 4, + "1.4 History of psychiatric problems", + "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", + "1.4 History of psychiatric problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المعاناة من مشاكل نفسية في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.4 History of psychiatric problems", + 1, + 513 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 5, + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "4bf7b376-9193-4ee4-a51a-445d07d2d22b", + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "N/A", + "Diagnosis", + "733c362a-89d3-4c6a-b918-f4af5725e7c7", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + 1, + 514 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 6, + "1.6 Family member with a serious medical condition", + "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", + "1.6 Family member with a serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.6 Family member with a serious medical condition", + 1, + 515 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 1, + "2.1 Sexual violence within the family", + "5cccf137-2952-4c9b-b879-b4ed2a9be621", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي داخل العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.1 Sexual violence within the family", + 1, + 516 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 2, + "2.2 Sexual violence outside the family", + "dbe73631-79ae-4ab9-a3c8-65d6732c8714", + "2.2 Sexual violence outside the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي خارج العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.2 Sexual violence outside the family", + 1, + 517 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 3, + "2.3 Exposed to war", + "cf28335f-d72c-440a-afc1-bcca39b51155", + "2.3 Exposed to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العيش في أجواء الحرب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.3 Exposed to war", + 1, + 518 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 4, + "2.4 Incarceration/detention", + "66492df1-6d26-498a-b6c7-b10931da1642", + "2.4 Incarceration/detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحبس/الاحتجاز", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.4 Incarceration/detention", + 1, + 519 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 5, + "2.5 Hostage/kidnapping/forced recruitment", + "8917acb0-e25d-4f9e-84bb-cae9998abf35", + "2.5 Hostage/kidnapping/forced recruitment", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاختطاف / التجنيد الإجباري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.5 Hostage/kidnapping/forced recruitment", + 1, + 520 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 6, + "2.6 Deportation", + "f279409d-71ba-41c6-8301-76ee90d239dc", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الترحيل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.6 Deportation", + 1, + 521 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 7, + "2.7 Domestic violence", + "e25f9ca1-0b33-4765-a8c4-5da48289bda7", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف المنزلي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.7 Domestic violence", + 1, + 522 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 8, + "2.8 Victim of threats", + "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", + "2.8 Victim of threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للتهديدات", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.8 Victim of threats", + 1, + 523 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 9, + "2.9 Victim of human trafficking or smuggling", + "5958f0fd-c755-4640-80d7-5ef0f9522b2e", + "2.9 Victim of human trafficking or smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للإتجار البشري والتهريب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.9 Victim of human trafficking or smuggling", + 1, + 524 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 10, + "2.10 Witness violence/killings/threats", + "107a7f52-f95d-447f-bf1a-c801e1a0082c", + "2.10 Witness violence/killings/threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.10 Witness violence/killings/threats", + 1, + 525 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 11, + "2.11 Forced to flee (IDP/refugee/migrant)", + "a8b0e025-a735-407b-b958-fe9b29c370e7", + "2.11 Forced to flee (IDP/refugee/migrant)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.11 Forced to flee (IDP/refugee/migrant)", + 1, + 526 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 12, + "2.12 Target of stigma/discrimination/marginalization", + "e702655a-57af-457a-a1ae-42e31f119f80", + "2.12 Target of stigma/discrimination/marginalization", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للوصم / التمييز العنصري / التهميش", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.12 Target of stigma/discrimination/marginalization", + 1, + 527 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 13, + "2.13 Other violence (wounded/beaten/torture)", + "c80eb3f7-31b1-4717-a78d-0aac623fc129", + "2.13 Other violence (wounded/beaten/torture)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.13 Other violence (wounded/beaten/torture)", + 1, + 528 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 14, + "2.14 Forced curfew or confinement", + "ea673f5c-5f99-4da5-9f41-92c21446de31", + "2.14 Forced curfew or confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاحتجاز أو منع الحركة القسري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.14 Forced curfew or confinement", + 1, + 529 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 15, + "2.15 History of suicide attempts", + "160734e2-e5ed-44e9-b573-bdbb6e619e30", + "2.15 History of suicide attempts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحار سابقة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.15 History of suicide attempts", + 1, + 530 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 16, + "2.16 History of self-harm/mutilation", + "19408a7e-e17e-4040-adec-d6aa426564ce", + "2.16 History of self-harm/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + "self-harm", + " ", + "N/A", + "Diagnosis", + "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية نفس / تشويه للنفس في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.16 History of self-harm/mutilation", + 1, + 531 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 17, + "2.17 Family members lived a violent experience", + "5a462534-7605-4137-8d5c-503584538eb4", + "2.17 Family members lived a violent experience", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أفراد العائلة لتجربة عنيفة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.17 Family members lived a violent experience", + 1, + 532 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 18, + "2.18 Adult forced marriage ", + "a725a884-e785-4c08-b08a-386d8652faaf", + "2.18 Adult forced marriage ", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الزواج القسري للبالغين", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.18 Adult forced marriage ", + 1, + 533 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 19, + "2.19 Child marriage", + "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زواج الأطفال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.19 Child marriage", + 1, + 534 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 1, + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "4e3ab089-6a99-4e15-8883-3c49a150e6c6", + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.1 Family member killed or missing (arrested / detained / disappeared) ", + 1, + 535 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 2, + "3.2 Unaccompanied minor or orphaned", + "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", + "3.2 Unaccompanied minor or orphaned", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قاصر أو يتيم من دون مرافق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.2 Unaccompanied minor or orphaned", + 1, + 536 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 3, + "3.3 Negligence of caretakers", + "f2be320d-7757-4525-bcb0-6005368982d7", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهمال مقدمي الرعاية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.3 Negligence of caretakers", + 1, + 537 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 4, + "3.4 Property destroyed or lost", + "979b6137-2d14-412d-8e07-d3f2a1743deb", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دمار الممتلكات أو فقدانها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.4 Property destroyed or lost", + 1, + 538 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 5, + "3.5 Loss of income", + "c88d3256-f445-4eee-8aac-c31542386f23", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان مصدر الدخل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.5 Loss of income", + 1, + 539 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 6, + "3.6 Death of family member (natural or accidental death)", + "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", + "3.6 Death of family member (natural or accidental death)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.6 Death of family member (natural or accidental death)", + 1, + 540 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 7, + "3.7 Relationship problems", + "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عاطفية مع الشريك/ة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.7 Relationship problems", + 1, + 541 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 8, + "3.8 Divorce/separation", + "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", + "3.8 Divorce/separation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطلاق / الانفصال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.8 Divorce/separation", + 1, + 542 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 9, + "3.9 Migration due to financial reasons", + "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهجرة لأسباب اقتصادية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.9 Migration due to financial reasons", + 1, + 543 + ], + [ + 52, + "Past / Precipitating Events - Disaster", + "", + "Coded", + 1, + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Disaster|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + 1, + 544 + ], + [ + 52, + "Past / Precipitating Events - Disaster", + "", + "Coded", + 2, + "4.2 Road accident", + "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", + "4.2 Road accident", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حادث سير", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Disaster|4.2 Road accident", + 1, + 545 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 1, + "5.1 Financial problems", + "e6957cdb-3694-4ab6-b98b-2031c02b4460", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل مالية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.1 Financial problems", + 1, + 546 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 2, + "5.2 Difficult living conditions", + "cd22a8af-1506-47af-9d1b-325c31c230a8", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبة الوضع المعيشي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.2 Difficult living conditions", + 1, + 547 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 3, + "5.3 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "5.3 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حدد", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.3 Other", + 1, + 548 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 1, + "1.1 Highly stigmatizing diseases", + "", + "1.1 Highly stigmatizing diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.1 Highly stigmatizing diseases", + 1, + 549 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 2, + "1.2 Severe medical condition", + "", + "1.2 Severe medical condition", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.2 Severe medical condition", + 1, + 550 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.3 Unwanted pregnancy", + 1, + 551 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 4, + "1.4 History of psychological or psychiatric problem", + "", + "1.4 History of psychological or psychiatric problem", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.4 History of psychological or psychiatric problem", + 1, + 552 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 5, + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000603", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "3cd50188-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + 1, + 553 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 6, + "1.6 Family member with serious medical condition", + "", + "1.6 Family member with serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.6 Family member with serious medical condition", + 1, + 554 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.1 Sexual violence within the family", + 1, + 555 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 8, + "2.10 Witnessed violence / killing / threats", + "", + "2.10 Witnessed violence / killing / threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.10 Witnessed violence / killing / threats", + 1, + 556 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 9, + "2.11 Forced to flee / IDP / refugee / migration", + "", + "2.11 Forced to flee / IDP / refugee / migration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.11 Forced to flee / IDP / refugee / migration", + 1, + 557 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 10, + "2.12 Target of social stigma / Marginalisation and discrimination", + "", + "2.12 Target of social stigma / Marginalisation and discrimination", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.12 Target of social stigma / Marginalisation and discrimination", + 1, + 558 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 11, + "2.13 Other physical violence (wounded, beaten, tortured)", + "", + "2.13 Other physical violence (wounded, beaten, tortured)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.13 Other physical violence (wounded, beaten, tortured)", + 1, + 559 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 12, + "2.14 Forced curfew and confinement", + "", + "2.14 Forced curfew and confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.14 Forced curfew and confinement", + 1, + 560 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 13, + "2.15 Suicide/suicide attempt", + "", + "2.15 Suicide/suicide attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Suicide", + "The act of killing oneself.", + "N/A", + "Diagnosis", + "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.15 Suicide/suicide attempt", + 1, + 561 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 14, + "2.16 Self harming/mutilation", + "", + "2.16 Self harming/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.16 Self harming/mutilation", + 1, + 562 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 15, + "2.17 Family member experienced an act of violence", + "", + "2.17 Family member experienced an act of violence", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.17 Family member experienced an act of violence", + 1, + 563 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 16, + "2.18 Adult forced marriage", + "", + "2.18 Adult forced marriage", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.18 Adult forced marriage", + 1, + 564 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 17, + "2.19 Child marriage", + "", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.19 Child marriage", + 1, + 565 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 18, + "2.2 Sexual violence outside family", + "", + "2.2 Sexual violence outside family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.2 Sexual violence outside family", + 1, + 566 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 19, + "2.3 Combat experience / Exposure to war", + "", + "2.3 Combat experience / Exposure to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.3 Combat experience / Exposure to war", + 1, + 567 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 20, + "2.4 Incarceration / Detention", + "", + "2.4 Incarceration / Detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.4 Incarceration / Detention", + 1, + 568 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 21, + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + 1, + 569 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 22, + "2.6 Deportation", + "", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.6 Deportation", + 1, + 570 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 23, + "2.7 Domestic violence", + "", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.7 Domestic violence", + 1, + 571 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 24, + "2.8 Received threats", + "", + "2.8 Received threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.8 Received threats", + 1, + 572 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 25, + "2.9 Victim of human trafficking / smuggling", + "", + "2.9 Victim of human trafficking / smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.9 Victim of human trafficking / smuggling", + 1, + 573 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 26, + "3.1 Family member(s) killed / missing", + "", + "3.1 Family member(s) killed / missing", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.1 Family member(s) killed / missing", + 1, + 574 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 27, + "3.2 Unaccompanied minor / orphan", + "", + "3.2 Unaccompanied minor / orphan", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.2 Unaccompanied minor / orphan", + 1, + 575 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.3 Negligence of caretakers", + 1, + 576 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.4 Property destroyed or lost", + 1, + 577 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 30, + "3.5 Loss of income", + "", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.5 Loss of income", + 1, + 578 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 31, + "3.6 Family member died (natural death or accident)", + "", + "3.6 Family member died (natural death or accident)", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.6 Family member died (natural death or accident)", + 1, + 579 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 32, + "3.7 Relationship problems", + "", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.7 Relationship problems", + 1, + 580 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 33, + "3.8 Divorce / Separation", + "", + "3.8 Divorce / Separation", + " ", + " ", + " ", + " ", + " ", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.8 Divorce / Separation", + 1, + 581 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.9 Migration due to financial reasons", + 1, + 582 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + 1, + 583 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 36, + "4.2 Road accidents", + "", + "4.2 Road accidents", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|4.2 Road accidents", + 1, + 584 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 37, + "5.1 Financial problems", + "", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.1 Financial problems", + 1, + 585 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.2 Difficult living conditions", + 1, + 586 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 39, + "5.3 Other, specify", + "", + "5.3 Other, specify", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.3 Other, specify", + 1, + 587 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 1, + "1.1 Highly stigmatizing diseases", + "", + "1.1 Highly stigmatizing diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.1 Highly stigmatizing diseases", + 1, + 588 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 2, + "1.2 Severe medical condition", + "", + "1.2 Severe medical condition", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.2 Severe medical condition", + 1, + 589 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.3 Unwanted pregnancy", + 1, + 590 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 4, + "1.4 History of psychological or psychiatric problem", + "", + "1.4 History of psychological or psychiatric problem", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.4 History of psychological or psychiatric problem", + 1, + 591 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 5, + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000603", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "3cd50188-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + 1, + 592 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 6, + "1.6 Family member with serious medical condition", + "", + "1.6 Family member with serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.6 Family member with serious medical condition", + 1, + 593 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.1 Sexual violence within the family", + 1, + 594 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 8, + "2.10 Witnessed violence / killing / threats", + "", + "2.10 Witnessed violence / killing / threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.10 Witnessed violence / killing / threats", + 1, + 595 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 9, + "2.11 Forced to flee / IDP / refugee / migration", + "", + "2.11 Forced to flee / IDP / refugee / migration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.11 Forced to flee / IDP / refugee / migration", + 1, + 596 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 10, + "2.12 Target of social stigma / Marginalisation and discrimination", + "", + "2.12 Target of social stigma / Marginalisation and discrimination", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.12 Target of social stigma / Marginalisation and discrimination", + 1, + 597 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 11, + "2.13 Other physical violence (wounded, beaten, tortured)", + "", + "2.13 Other physical violence (wounded, beaten, tortured)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.13 Other physical violence (wounded, beaten, tortured)", + 1, + 598 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 12, + "2.14 Forced curfew and confinement", + "", + "2.14 Forced curfew and confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.14 Forced curfew and confinement", + 1, + 599 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 13, + "2.15 Suicide/suicide attempt", + "", + "2.15 Suicide/suicide attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Suicide", + "The act of killing oneself.", + "N/A", + "Diagnosis", + "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.15 Suicide/suicide attempt", + 1, + 600 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 14, + "2.16 Self harming/mutilation", + "", + "2.16 Self harming/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.16 Self harming/mutilation", + 1, + 601 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 15, + "2.17 Family member experienced an act of violence", + "", + "2.17 Family member experienced an act of violence", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.17 Family member experienced an act of violence", + 1, + 602 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 16, + "2.18 Adult forced marriage", + "", + "2.18 Adult forced marriage", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.18 Adult forced marriage", + 1, + 603 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 17, + "2.19 Child marriage", + "", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.19 Child marriage", + 1, + 604 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 18, + "2.2 Sexual violence outside family", + "", + "2.2 Sexual violence outside family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.2 Sexual violence outside family", + 1, + 605 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 19, + "2.3 Combat experience / Exposure to war", + "", + "2.3 Combat experience / Exposure to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.3 Combat experience / Exposure to war", + 1, + 606 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 20, + "2.4 Incarceration / Detention", + "", + "2.4 Incarceration / Detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.4 Incarceration / Detention", + 1, + 607 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 21, + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + 1, + 608 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 22, + "2.6 Deportation", + "", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.6 Deportation", + 1, + 609 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 23, + "2.7 Domestic violence", + "", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.7 Domestic violence", + 1, + 610 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 24, + "2.8 Received threats", + "", + "2.8 Received threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.8 Received threats", + 1, + 611 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 25, + "2.9 Victim of human trafficking / smuggling", + "", + "2.9 Victim of human trafficking / smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.9 Victim of human trafficking / smuggling", + 1, + 612 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 26, + "3.1 Family member(s) killed / missing", + "", + "3.1 Family member(s) killed / missing", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.1 Family member(s) killed / missing", + 1, + 613 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 27, + "3.2 Unaccompanied minor / orphan", + "", + "3.2 Unaccompanied minor / orphan", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.2 Unaccompanied minor / orphan", + 1, + 614 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.3 Negligence of caretakers", + 1, + 615 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.4 Property destroyed or lost", + 1, + 616 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 30, + "3.5 Loss of income", + "", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.5 Loss of income", + 1, + 617 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 31, + "3.6 Family member died (natural death or accident)", + "", + "3.6 Family member died (natural death or accident)", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.6 Family member died (natural death or accident)", + 1, + 618 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 32, + "3.7 Relationship problems", + "", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.7 Relationship problems", + 1, + 619 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 33, + "3.8 Divorce / Separation", + "", + "3.8 Divorce / Separation", + " ", + " ", + " ", + " ", + " ", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.8 Divorce / Separation", + 1, + 620 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.9 Migration due to financial reasons", + 1, + 621 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + 1, + 622 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 36, + "4.2 Road accidents", + "", + "4.2 Road accidents", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|4.2 Road accidents", + 1, + 623 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 37, + "5.1 Financial problems", + "", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.1 Financial problems", + 1, + 624 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.2 Difficult living conditions", + 1, + 625 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 39, + "5.3 Other, specify", + "", + "5.3 Other, specify", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.3 Other, specify", + 1, + 626 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 1, + "1. Medical Conditions", + "", + "1. Medical Conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحالات الطبية", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "1. Medical Conditions", + "EdVWOgMdfNc", + "1_medical_conditions", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|1. Medical Conditions", + 1, + 627 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 2, + "2. Violence", + "", + "2. Violence", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "2. Violence", + "od6MVdk4TOT", + "2_violence", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|2. Violence", + 1, + 628 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 3, + "3. Separation or Loss", + "", + "3. Separation or Loss", + "", + "", + "", + "", + "", + "", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانفصال او الفقد", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "3. Separation or Loss", + "Mc24Je2EJ4Q", + "3_separation_or_loss", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|3. Separation or Loss", + 1, + 629 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 4, + "4. Disaster", + "", + "4. Disaster", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكوارث", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "4. Disaster", + "iHgeTnhykW6", + "4_disaster", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|4. Disaster", + 1, + 630 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 5, + "5. Other", + "", + "5. Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "5. Other", + "vITRvVrsOKr", + "5_other", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|5. Other", + 1, + 631 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 1, + "Medical care (MSF, MoH, NGO)", + "5f121c90-eca2-4af4-bc2f-49ad1a50ff2e", + "Medical care (MSF, MoH, NGO)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1003", + "", + "General Medical Care", + "Health service providing general medical primary health care", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "العناية الطبية (منظمة أطباء بلا حدود، أو وزارة الصحة، أو منظمة غير حكومية)", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Medical attention (MSF, MoH, NGO)", + "BDhNTdJWTFA", + "medical_attention_msf_moh_ngo", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Medical care (MSF, MoH, NGO)", + 1, + 632 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 2, + "MSF psychiatric services", + "485939c5-1e77-4495-b5e1-77fb2abbcfd7", + "MSF psychiatric services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الصحة النفسية لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "MSF psychiatric services", + "x2caKDwJiQT", + "psychiatric_care", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|MSF psychiatric services", + 1, + 633 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 3, + "Non-MSF psychiatrist services", + "489b042d-5ed4-436f-944c-27b7f31bef3f", + "Non-MSF psychiatrist services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الصحة النفسية من غير منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Non-MSF psychiatrist services", + "OdNA1Ql2kCX", + "non_msf_psychiatrist", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Non-MSF psychiatrist services", + 1, + 634 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 4, + "Social services", + "978fa5d2-e6c4-4b2a-a293-73c098de0af6", + "Social services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-5486", + "Social Support Services", + "", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الخدمات الاجتماعية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Social services", + "ShYuCnlXhfi", + "msf_social_worker", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Social services", + 1, + 635 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 5, + "Legal services", + "8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445", + "Legal services", + "Legal services", + "Representation or advice provided by a qualified legal practitioner for a client.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001406", + 95, + "Legal services", + "", + "N/A", + "Misc", + "6fc6b318-01b3-4322-a661-80b4a408fcfd", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1006", + "", + "legal Services", + "Representation or advice provided by a qualified legal practitioner for a client.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الخدمات القانونية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Legal services", + "K2opinEAoOm", + "legal_services", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Legal services", + 1, + 636 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 6, + "Protection services", + "eff27d0b-d485-4983-814f-febbc4fe185a", + "Protection services", + "Protection services", + "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001407", + 95, + "Protection services", + "", + "N/A", + "Misc", + "a307f884-9ee8-4d3f-b8f7-923870c053c0", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1007", + "", + "Protection Services", + "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الحماية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Protection services", + "bsyZzHUInhX", + "protection_services", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Protection services", + 1, + 637 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 7, + "Hospitalisation", + "6b8fca2d-0147-4dd8-a8f5-3b813152b952", + "Hospitalisation", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-46", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الارسال الى المستشفى", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Hospitalisation", + "wivtq78V9eS", + "hospitalisation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Hospitalisation", + 1, + 638 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 8, + "CHW", + "9bcbf231-c6ca-41c4-b247-bc4bced260c3", + "CHW", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "عاملو صحة مجتمع", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "CHW", + "WwdmMnGtj4o", + "chw", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|CHW", + 1, + 639 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 9, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Other", + "nufb9yUQCNJ", + "other", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Other", + 1, + 640 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 1, + "None", + "", + "None", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "MSF-1630", + "", + "none", + "Generic descriptive answer.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|None", + 1, + 641 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + "", + "", + "", + "", + "", + "", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-931", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Amitriptyline tab", + 1, + 642 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + "", + "", + "", + "", + "", + "", + "Biperiden", + "", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-72217", + "Biperiden", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Biperiden tab", + 1, + 643 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + "", + "", + "", + "", + "", + "", + "Carbamazepine", + "", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-72282", + "Carbamazepine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Carbamazepine tab", + 1, + 644 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + "", + "", + "", + "", + "", + "", + "Chlorpromazine", + "", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-73330", + "Chlorpromazine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Chlorpromazine tab", + 1, + 645 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + "", + "", + "", + "", + "", + "", + "Diazepam", + "", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-74745", + "Diazepam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Diazepam tab", + 1, + 646 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + "", + "", + "", + "", + "", + "", + "Diphenhydramine", + "", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-75015", + "Diphenhydramine ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Diphenhydramine tab", + 1, + 647 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + "", + "", + "", + "", + "", + "", + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-76553", + "Fluoxetine hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Fluoxetine hydrochloride capsule", + 1, + 648 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + "", + "", + "", + "", + "", + "", + "Fluphenazine", + "", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-76556", + "Flupenthixol decanoate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Fluphenazine decanoate amp", + 1, + 649 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + "", + "", + "", + "", + "", + "", + "Haloperidol", + "", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-77335", + "Haloperidol", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Haloperidol tab", + 1, + 650 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + "", + "", + "", + "", + "", + "", + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-77336", + "Haloperidol decanoate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Haloperidol decanoate amp", + 1, + 651 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + "", + "", + "", + "", + "", + "", + "Hydroxyzine", + "", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Hydroxyzine dihydrochloride tab", + 1, + 652 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + "", + "", + "", + "", + "", + "", + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-81025", + "Olanzapine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Olanzapine tab", + 1, + 653 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + "", + "", + "", + "", + "", + "", + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-81604", + "Paroxetine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Paroxetine tab", + 1, + 654 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + "", + "", + "", + "", + "", + "", + "Promethazine hydrochloride", + "", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-82670", + "Promethazine hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Promethazine hydrochloride tab", + 1, + 655 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + "", + "", + "", + "", + "", + "", + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-83405", + "Risperidone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Risperidone tab", + 1, + 656 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + "", + "", + "", + "", + "", + "", + "Sertraline", + "", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-83865", + "Sertraline", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Sertraline tab", + 1, + 657 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + "", + "", + "", + "", + "", + "", + "Trihexyphenidyl hydrochloride", + "", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-85464", + "Trihexyphenidyl hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Trihexyphenidyl hydrochloride tab", + 1, + 658 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + "", + "", + "", + "", + "", + "", + "Valproate", + "", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-84114", + "Valproate sodium", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Valproate sodium tab", + 1, + 659 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Other", + 1, + 660 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 1, + "None", + "", + "None", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|None", + 1, + 661 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Amitriptyline tab", + 1, + 662 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Biperiden", + " ", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Biperiden tab", + 1, + 663 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Carbamazepine", + " ", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Carbamazepine tab", + 1, + 664 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Chlorpromazine", + " ", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Chlorpromazine tab", + 1, + 665 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diazepam", + " ", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Diazepam tab", + 1, + 666 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diphenhydramine", + " ", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Diphenhydramine tab", + 1, + 667 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluoxetine hydrochloride", + " ", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Fluoxetine hydrochloride capsule", + 1, + 668 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluphenazine", + " ", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Fluphenazine decanoate amp", + 1, + 669 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol", + " ", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Haloperidol tab", + 1, + 670 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol decanoate", + " ", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Haloperidol decanoate amp", + 1, + 671 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Hydroxyzine", + " ", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Hydroxyzine dihydrochloride tab", + 1, + 672 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Olanzapine", + " ", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Olanzapine tab", + 1, + 673 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Paroxetine", + " ", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Paroxetine tab", + 1, + 674 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Promethazine hydrochloride", + " ", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Promethazine hydrochloride tab", + 1, + 675 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Risperidone", + " ", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Risperidone tab", + 1, + 676 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Sertraline", + " ", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Sertraline tab", + 1, + 677 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Trihexyphenidyl hydrochloride", + " ", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Trihexyphenidyl hydrochloride tab", + 1, + 678 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Valproate", + " ", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Valproate sodium tab", + 1, + 679 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Other", + 1, + 680 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 1, + "None", + "", + "None", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|None", + 1, + 681 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Amitriptyline tab", + 1, + 682 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Biperiden", + " ", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Biperiden tab", + 1, + 683 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Carbamazepine", + " ", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Carbamazepine tab", + 1, + 684 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Chlorpromazine", + " ", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Chlorpromazine tab", + 1, + 685 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diazepam", + " ", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Diazepam tab", + 1, + 686 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diphenhydramine", + " ", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Diphenhydramine tab", + 1, + 687 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluoxetine hydrochloride", + " ", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Fluoxetine hydrochloride capsule", + 1, + 688 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluphenazine", + " ", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Fluphenazine decanoate amp", + 1, + 689 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol", + " ", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Haloperidol tab", + 1, + 690 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol decanoate", + " ", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Haloperidol decanoate amp", + 1, + 691 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Hydroxyzine", + " ", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Hydroxyzine dihydrochloride tab", + 1, + 692 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Olanzapine", + " ", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Olanzapine tab", + 1, + 693 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Paroxetine", + " ", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Paroxetine tab", + 1, + 694 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Promethazine hydrochloride", + " ", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Promethazine hydrochloride tab", + 1, + 695 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Risperidone", + " ", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Risperidone tab", + 1, + 696 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Sertraline", + " ", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Sertraline tab", + 1, + 697 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Trihexyphenidyl hydrochloride", + " ", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Trihexyphenidyl hydrochloride tab", + 1, + 698 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Valproate", + " ", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Valproate sodium tab", + 1, + 699 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Other", + 1, + 700 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 1, + "Patient forgot about session", + "", + "Patient forgot about session", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "(see Ciel)", + "CIEL-162192", + "Patient Fogot to attend appointment", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض نسي الجلسة", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient forgot about session", + "K10sA9MeyuB", + "patient_forgot_about_session", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient forgot about session", + 1, + 701 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 2, + "No transportation / unable to attend", + "", + "No transportation / unable to attend", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا وسائل مواصلات / لم يستطع المجيء", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "No transportation / unable to attend", + "a9jCSQB7xkU", + "no_transportation_unable_to_attend", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|No transportation / unable to attend", + 1, + 702 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 3, + "Patient unreachable", + "", + "Patient unreachable", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن الوصول إلى المريض", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient unreachable", + "A1myk0SonK2", + "patient_unreachable", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient unreachable", + 1, + 703 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 4, + "Patient no longer wants services", + "", + "Patient no longer wants services", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض لم يعد يرغب بتلقي الخدمة", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient no longer wants services", + "DfTWJKP67rN", + "patient_no_longer_wants_services", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient no longer wants services", + 1, + 704 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 5, + "Patient was busy", + "", + "Patient was busy", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض كان مشغولاً", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient was busy", + "jtKK82mthKK", + "patient_was_busy", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient was busy", + 1, + 705 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 6, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Other", + "tkqMcbSlYzz", + "other", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Other", + 1, + 706 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 1, + "Discharge with the patient’s agreement: end of care", + "", + "Discharge with the patient’s agreement: end of care", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: نهاية الرعاية.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "1. Discharge with the patient’s agreement: end of care", + "dLPq55MxBwB", + 1, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: end of care", + 1, + 707 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 2, + "Discharge with the patient’s agreement: single consultation", + "", + "Discharge with the patient’s agreement: single consultation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: استشارة واحدة.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "2. Discharge with the patient’s agreement: single consultation", + "brp4CVnY3jG", + 2, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: single consultation", + 1, + 708 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 3, + "Discharge with the patient’s agreement: patient moved", + "", + "Discharge with the patient’s agreement: patient moved", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: المريض انتقل الى موقع اخر.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "3. Discharge with the patient’s agreement: patient moved", + "YeMJpC1WFDD", + 3, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: patient moved", + 1, + 709 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 4, + "Discharge with the patient’s agreement: patient referred", + "", + "Discharge with the patient’s agreement: patient referred", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: تمت إحالة المريض.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "4. Discharge with the patient’s agreement: patient referred", + "QO22EMZRSNa", + 4, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: patient referred", + 1, + 710 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 5, + "Patient cannot access the service: MSF is no longer", + "", + "Patient cannot access the service: MSF is no longer", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: أطباء بلا حدود لم تعد بالمنطقة.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "5. Patient cannot access the service: MSF is no longer there", + "dr4ZmvSaUB9", + 5, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: MSF is no longer", + 1, + 711 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 6, + "Patient cannot access the service: transport issues", + "", + "Patient cannot access the service: transport issues", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: مشاكل النقل.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "6. Patient cannot access the service: transport issues", + "deCWsA6Ui5b", + 6, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: transport issues", + 1, + 712 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 7, + "Patient cannot access the service: arrested/kidnaped", + "", + "Patient cannot access the service: arrested/kidnaped", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: موقوف / مخطوف.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "7. Patient cannot access the service: arrested/kidnaped", + "nhyIbBRYaWX", + 7, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: arrested/kidnaped", + 1, + 713 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 8, + "Lost to follow up: unable to trace", + "", + "Lost to follow up: unable to trace", + "Lost to follow up", + "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", + "N/A", + "Finding", + "d305b208-354f-4bb7-b35a-df4f8d92c256", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف المتابعة: لا يمكن تتبع المريض.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "8. Lost to follow up: unable to trace", + "P78sA75FJ2i", + 8, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Lost to follow up: unable to trace", + 1, + 714 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 9, + "Lost to follow up: dissatisfied/different expectations", + "", + "Lost to follow up: dissatisfied/different expectations", + "Lost to follow up", + "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", + "N/A", + "Finding", + "d305b208-354f-4bb7-b35a-df4f8d92c256", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف المتابعة: المريض لم يكن راضياً على الخدمة / توقعات لم تتم تلبيتها.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "9. Lost to follow up: dissatisfied/different expectations", + "hiYHmyIYvrN", + 9, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Lost to follow up: dissatisfied/different expectations", + 1, + 715 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 10, + "Deceased/missing", + "", + "Deceased/missing", + "Deceased", + "The person died.", + "N/A", + "Finding", + "dc1c7ac9-d9c3-4887-bc22-827c2db7689f", + 90, + "Deceased", + "Patient died.", + "N/A", + "Diagnosis", + "159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "Deceased", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "متوفى / مفقود.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "10. Deceased/missing", + "nyQCSDpS4zc", + 10, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Deceased/missing", + 1, + 716 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 1, + "Achieved", + "", + "Achieved", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تم تحقيقه ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|Achieved", + 1, + 717 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 2, + "No change ", + "", + "No change ", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا تغيير", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|No change ", + 1, + 718 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 3, + "Challenges", + "", + "Challenges", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تحديات", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|Challenges", + 1, + 719 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 1, + "Not at all (0 point)", + "ed0e2463-c990-4341-b095-53b899707af9", + "Not at all (0 point)", + "Not at all", + "Answer to a Likert-like scale question indicating something that's not often.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001376", + 95, + "Not at all", + "Answer to a likert-like scale question", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Not at all", + "", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أبداً", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 0", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Not at all (0 point)", + 1, + 720 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 2, + "Several days (1 point)", + "b631d160-8d40-4cf7-92cd-67f628c889e8", + "Several days (1 point)", + "Several days", + "An occurrence of more than a few days.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001377", + 95, + "Several days", + "", + "N/A", + "Misc", + "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بعض الأيام", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 1", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Several days (1 point)", + 1, + 721 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 3, + "More than half the days (2 points)", + "234259ec-5368-4488-8482-4f261cc76714", + "More than half the days (2 points)", + "More than half the days", + "An occurrence of more than half the days", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001378", + 95, + "More than half the days", + "", + "N/A", + "Misc", + "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "More than half the days", + "", + "N/A", + "Misc", + "1cf6ebb8-dd57-4d26-87cd-e49c09373aaf", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أآثر من نصف الأيام", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 2", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|More than half the days (2 points)", + 1, + 722 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 4, + "Nearly every day (3 points)", + "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e", + "Nearly every day (3 points)", + "Nearly every day", + "An almost daily occurrence.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001379", + 95, + "Nearly every day", + "", + "N/A", + "Misc", + "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آل يوم تقريباً", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 3", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Nearly every day (3 points)", + 1, + 723 + ], + [ + 65, + "MHOS", + "", + "Coded", + 1, + "Not at all", + "ed0e2463-c990-4341-b095-53b899707af9", + "Not at all", + "Not at all", + "Answer to a Likert-like scale question indicating something that's not often.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001376", + 95, + "Not at all", + "Answer to a likert-like scale question", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Not at all", + "", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كلا على الاطلاق", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 1", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Not at all", + 1, + 724 + ], + [ + 65, + "MHOS", + "", + "Coded", + 2, + "A little", + "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", + "A little", + "A little", + "", + "Text", + "Misc", + "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قليلا", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|A little", + 1, + 725 + ], + [ + 65, + "MHOS", + "", + "Coded", + 3, + "Some", + "edf347b1-ee57-4d8f-babb-97acca20c3cb", + "Some", + "", + "", + "", + "", + "", + "", + "Some", + "", + "N/A", + "Misc", + "164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بعض", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 3", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Some", + 1, + 726 + ], + [ + 65, + "MHOS", + "", + "Coded", + 4, + "Fair amount", + "de7fa192-bf2e-4991-a81f-582c4b50ae51", + "Fair amount", + "Fair amount", + "", + "Text", + "Misc", + "de7fa192-bf2e-4991-a81f-582c4b50ae51", + 95, + "Fair", + "Degree of finding, pertaining to a class fair.", + "N/A", + "Misc", + "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fair", + "Degree of finding, pertaining to a class fair.", + "N/A", + "Misc", + "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كمية جيدة", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 4", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Fair amount", + 1, + 727 + ], + [ + 65, + "MHOS", + "", + "Coded", + 5, + "A lot", + "0f074510-1ff6-4924-bfef-effdcffd44f8", + "A lot", + "A lot", + "", + "Text", + "Misc", + "0f074510-1ff6-4924-bfef-effdcffd44f8", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كثيرا", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 5", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|A lot", + 1, + 728 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 1, + "No depression", + "5aa4edf5-b218-4470-b5da-ad1d88007954", + "0-4: No depression", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|No depression", + 1, + 729 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 2, + "Minimal symptoms", + "9d7d154f-e7a1-4490-b93a-85f5c2157f92", + "5-9: Minimal symptoms - Support and educate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Minimal symptoms", + 1, + 730 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 3, + "Minor to mild depression (or dysthymia)", + "ed7484ef-a3ea-4c95-bf59-58987c7f6d7c", + "10-14: Minor to mild depression (or dysthymia) - Support and watchful waiting / Reassess in one/two weeks", + "", + "", + "", + "", + "", + "", + "mild depression", + "", + "N/A", + "Diagnosis", + "157790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Minor to mild depression (or dysthymia)", + 1, + 731 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 4, + "Major depression", + "d163711c-9fcf-4050-b015-d3463b4602fa", + "15-19: Major depression – Refer to clinical office / psychologist (need for specific treatment)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Major depression", + 1, + 732 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 5, + "Severe depression", + "0ff3a7dc-1a6e-4453-91d5-29cf6a9f790c", + ">20: Severe depression – Major impairment, need for active treatment", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Severe depression", + 1, + 733 + ], + [ + 67, + "Head of family", + "", + "Coded", + 1, + "Father", + "", + "Father", + "", + "", + "", + "", + "", + "", + "Father", + "Family member.", + "N/A", + "Misc", + "971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Father", + "A father to another person", + "N/A", + "Misc", + "3ce18444-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Father", + 1, + 734 + ], + [ + 67, + "Head of family", + "", + "Coded", + 2, + "Mother", + "", + "Mother", + "", + "", + "", + "", + "", + "", + "Mother", + "Family member.", + "N/A", + "Misc", + "970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Mother", + "A mother of another person", + "N/A", + "Misc", + "3ce185ca-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Mother", + 1, + 735 + ], + [ + 67, + "Head of family", + "", + "Coded", + 3, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Other", + 1, + 736 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 1, + "Dose 0", + "", + "Dose 0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 0", + 1, + 737 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 2, + "Dose 1", + "", + "Dose 1", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 1", + 1, + 738 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 3, + "Dose 2", + "", + "Dose 2", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 2", + 1, + 739 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 4, + "Dose 3", + "", + "Dose 3", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 3", + 1, + 740 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 5, + "Dose 4", + "", + "Dose 4", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 4", + 1, + 741 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Not vaccinated", + 1, + 742 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Unknown", + 1, + 743 + ], + [ + 69, + "Vaccination - ITFC - Vaccination card", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Vaccination card", + "mFtDMd4244l", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Vaccination card|Yes", + 1, + 744 + ], + [ + 69, + "Vaccination - ITFC - Vaccination card", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Vaccination card", + "mFtDMd4244l", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Vaccination card|No", + 1, + 745 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Dose 1", + "v6E5MjPpqSb", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|Dose 1", + 1, + 746 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 2, + "No vaccinated", + "", + "No vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "No vaccinated", + "O0Edj0kR5Nd", + "no_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|No vaccinated", + 1, + 747 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Unknown", + "ydpXtzGHWHj", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|Unknown", + 1, + 748 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Dose 1", + "xGTdCJcKmAn", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Dose 1", + 1, + 749 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Not vaccinated", + "Xg0muNfVNkv", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Not vaccinated", + 1, + 750 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Unknown", + "KY34sEEUpnr", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Unknown", + 1, + 751 + ], + [ + 72, + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", + "cG8uCalPdNU", + "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", + "L4AkwHZ65GZ", + "Yes", + "sBr9pPNqd28", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|Yes", + 1, + 752 + ], + [ + 72, + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", + "cG8uCalPdNU", + "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", + "L4AkwHZ65GZ", + "No", + "aKS3CymU5Ns", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|No", + 1, + 753 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 1", + "bZXl07GyWhL", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 1", + 1, + 754 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 2", + "T8IyHX0cXe5", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 2", + 1, + 755 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 3", + "sw1D3rQGhGQ", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 3", + 1, + 756 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 4, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 4", + "OT5qZpJO7jc", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 4", + 1, + 757 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 5, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Not vaccinated", + "dvq6f79oLIz", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Not vaccinated", + 1, + 758 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 6, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Unknown", + "i4AQ0qRNehI", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Unknown", + 1, + 759 + ], + [ + 74, + "Vaccination - ITFC - Pentavalent - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", + "SEkSRdlwF4x", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent - Last dose given on site|Yes", + 1, + 760 + ], + [ + 74, + "Vaccination - ITFC - Pentavalent - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", + "SEkSRdlwF4x", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent - Last dose given on site|No", + 1, + 761 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 1, + "Dose 0", + "", + "Dose 0", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 0", + "njckedtwZdc", + "dose_0", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 0", + 1, + 762 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 2, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 1", + "PxZFMT68zDd", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 1", + 1, + 763 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 3, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 2", + "H6YSRKyanXo", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 2", + 1, + 764 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 4, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 3", + "cwZTMIsCC5H", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 3", + 1, + 765 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 5, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 4", + "b1vCPYEEjce", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 4", + 1, + 766 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Not vaccinated", + "RZVArvOeoQM", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Not vaccinated", + 1, + 767 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Unknown", + "koRJWvqd9fX", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Unknown", + 1, + 768 + ], + [ + 76, + "Vaccination - ITFC - AFP - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last AFP dose given on site", + "J2rK5CtSBvx", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP - Last dose given on site|Yes", + 1, + 769 + ], + [ + 76, + "Vaccination - ITFC - AFP - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last AFP dose given on site", + "J2rK5CtSBvx", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP - Last dose given on site|No", + 1, + 770 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Dose 1", + "PktzQX6fkgx", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Dose 1", + 1, + 771 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Dose 2", + "ocSTcDdyNTW", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Dose 2", + 1, + 772 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Not vaccinated", + "mTk3530bGYt", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Not vaccinated", + 1, + 773 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Unknown", + "hu4HpZGxknQ", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Unknown", + 1, + 774 + ], + [ + 78, + "Vaccination - ITFC - Measles - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Measles dose given on site", + "AKCbOxTvkTp", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles - Last dose given on site|Yes", + 1, + 775 + ], + [ + 78, + "Vaccination - ITFC - Measles - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Measles dose given on site", + "AKCbOxTvkTp", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles - Last dose given on site|No", + 1, + 776 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 1", + "bZXl07GyWhL", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 1", + 1, + 777 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 2", + "T8IyHX0cXe5", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 2", + 1, + 778 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 3", + "sw1D3rQGhGQ", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 3", + 1, + 779 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 4, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 4", + "OT5qZpJO7jc", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 4", + 1, + 780 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 5, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Not vaccinated", + "dvq6f79oLIz", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Not vaccinated", + 1, + 781 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 6, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Unknown", + "i4AQ0qRNehI", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Unknown", + 1, + 782 + ], + [ + 80, + "Vaccination - ITFC - PCV - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PCV dose given on site", + "u5dxpihoKN0", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV - Last dose given on site|Yes", + 1, + 783 + ], + [ + 80, + "Vaccination - ITFC - PCV - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PCV dose given on site", + "u5dxpihoKN0", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV - Last dose given on site|No", + 1, + 784 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 1", + "EZMbl2HCG9p", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 1", + 1, + 785 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 2", + "hmEojVACROI", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 2", + 1, + 786 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 3", + "nDI0iPQUa1X", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 3", + 1, + 787 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 4, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Not vaccinated", + "OpSJw5WAm18", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Not vaccinated", + 1, + 788 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 5, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Unknown", + "MZfMeIWOPam", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Unknown", + 1, + 789 + ], + [ + 82, + "Vaccination - ITFC - Rotavirus - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", + "npoNMyqKaEJ", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus - Last dose given on site|Yes", + 1, + 790 + ], + [ + 82, + "Vaccination - ITFC - Rotavirus - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", + "npoNMyqKaEJ", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus - Last dose given on site|No", + 1, + 791 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Dose 1", + "v6E5MjPpqSb", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Dose 1", + 1, + 792 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "No vaccinated", + "O0Edj0kR5Nd", + "no_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Not vaccinated", + 1, + 793 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Unknown", + "ydpXtzGHWHj", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Unknown", + 1, + 794 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 1", + "cUxnl1n3Elk", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 1", + 1, + 795 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 2", + "IGb7BSiAggz", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 2", + 1, + 796 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 3", + "HdgSh1EMq1l", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 3", + 1, + 797 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 4, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Not vaccinated", + "QFcgfRifWyg", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Not vaccinated", + 1, + 798 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 5, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Unknown", + "XGk3KqPo8L2", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Unknown", + 1, + 799 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Dose 1", + "QBENCGv4wSd", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Dose 1", + 1, + 800 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Dose 2", + "TBI8FVnrLfW", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Dose 2", + 1, + 801 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Not vaccinated", + "rTBp8C32W8w", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Not vaccinated", + 1, + 802 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Unknown", + "GH4ogeUFzXa", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Unknown", + 1, + 803 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Dose 1", + "ipWO3gdU4Yp", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Dose 1", + 1, + 804 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Not vaccinated", + "QGiw4ry0TyJ", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Not vaccinated", + 1, + 805 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Unknown", + "cSdyotNEi6R", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Unknown", + 1, + 806 + ], + [ + 87, + "Vaccination - ITFC - PPV 23 - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "L33Iqgj6wh8", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "DzlGd3b2nJN", + "Yes", + "OF5xbph1XiN", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23 - Last dose given on site|Yes", + 1, + 807 + ], + [ + 87, + "Vaccination - ITFC - PPV 23 - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "L33Iqgj6wh8", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "DzlGd3b2nJN", + "No", + "ZfPkEIgzMwl", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23 - Last dose given on site|No", + 1, + 808 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Dose 1", + "ZRDiTHJArw5", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Dose 1", + 1, + 809 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Dose 2", + "Rruu1ulpzSe", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Dose 2", + 1, + 810 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Not vaccinated", + "raLxCNMjp3j", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Not vaccinated", + 1, + 811 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Unknown", + "cU7AqGL8TRJ", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Unknown", + 1, + 812 + ], + [ + 89, + "Vaccination - ITFC - HPV - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "nHzyndo6Opn", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "PiM5sEcQEaE", + "Yes", + "WklX5Gy9bvP", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV - Last dose given on site|Yes", + 1, + 813 + ], + [ + 89, + "Vaccination - ITFC - HPV - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "nHzyndo6Opn", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "PiM5sEcQEaE", + "No", + "AhpHRa3pQ00", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV - Last dose given on site|No", + 1, + 814 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 1, + "TT1", + "", + "TT1", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT1", + "BaPawIuIMge", + "tt1", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT1", + 1, + 815 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 2, + "TT2", + "", + "TT2", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT2", + "Ht9dML7mb0C", + "tt2", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT2", + 1, + 816 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 3, + "TT3", + "", + "TT3", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT3", + "IEQkdICorA3", + "tt3", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT3", + 1, + 817 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 4, + "TT4", + "", + "TT4", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT4", + "XyhSFgJ0lzp", + "tt4", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT4", + 1, + 818 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 5, + "≥TT5", + "", + "≥TT5", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "≥TT5", + "WkDsQkKl3mE", + "≥tt5", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|≥TT5", + 1, + 819 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "Not vaccinated", + "flugHmgry3z", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|Not vaccinated", + 1, + 820 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "Unknown", + "AkYJr9EfFJp", + "unknown", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|Unknown", + 1, + 821 + ], + [ + 91, + "Yes-no", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "X", + "Yes-no|Yes", + 1, + 822 + ], + [ + 91, + "Yes-no", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "X", + "Yes-no|No", + 1, + 823 + ], + [ + 92, + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", + "ai1f1Nd7tTk", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|Yes", + 1, + 824 + ], + [ + 92, + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", + "ai1f1Nd7tTk", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|No", + 1, + 825 + ], + [ + 93, + "Yes-no - Vaccination of accompanying children - Status checked", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "jEbjrXqhNEO", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "pkoZo5NLnmT", + "Yes", + "RA1z7oYeLBW", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination of accompanying children - Status checked|Yes", + 1, + 826 + ], + [ + 93, + "Yes-no - Vaccination of accompanying children - Status checked", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "jEbjrXqhNEO", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "pkoZo5NLnmT", + "No", + "cULP83r16XQ", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination of accompanying children - Status checked|No", + 1, + 827 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "Yes", + "OJR1wOuzdAu", + "yes", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|Yes", + 1, + 828 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "No", + "SzkvKP70Pww", + "no", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|No", + 1, + 829 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 3, + "NA", + "", + "NA", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "NA", + "t3TQeaCkJiy", + "na", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|NA", + 1, + 830 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute asthma", + 1, + 831 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + "", + "", + "", + "MSF-AAAAAA000000000000000512", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute diarrhea (bloody)", + 1, + 832 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute diarrhea (non-bloody)", + 1, + 833 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute febrile illness (=<7 days)", + 1, + 834 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + "", + "", + "", + "", + "", + "", + "Acute flaccid paralysis", + "", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute flaccid paralysis", + 1, + 835 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + "", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute jaundice syndrome", + 1, + 836 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 7, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Apnoea of prematurity", + 1, + 837 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 8, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bacterial meningitis", + 1, + 838 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 9, + "Birth injury", + "", + "Birth injury", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Birth injury", + 1, + 839 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 10, + "Bronchiolitis obstructive bronchitis", + "", + "Bronchiolitis obstructive bronchitis", + "", + "", + "", + "", + "", + "", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bronchiolitis obstructive bronchitis", + 1, + 840 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 11, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bronchospasm", + 1, + 841 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 12, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Burns", + 1, + 842 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 13, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cardiogenic shock", + 1, + 843 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 14, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + "", + "", + "", + "", + "", + "", + "Cerebral palsy", + "", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cerebral palsy - Neuro disability", + 1, + 844 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 15, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cholera (suspected)", + 1, + 845 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 16, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cholera confirmed", + 1, + 846 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 17, + "Complicated ear infection", + "", + "Complicated ear infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Complicated ear infection", + 1, + 847 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 18, + "Complications of SCD", + "", + "Complications of SCD", + "", + "", + "", + "", + "", + "", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Complications of SCD", + 1, + 848 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 19, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital herpes virus infection", + 1, + 849 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 20, + "Congenital malaria", + "", + "Congenital malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital malaria", + 1, + 850 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 21, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital or acquired cardiac pathology", + 1, + 851 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 22, + "Congenital syphilis", + "", + "Congenital syphilis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital syphilis", + 1, + 852 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 23, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congestive Heart Failure", + 1, + 853 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 24, + "COPD", + "", + "COPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|COPD", + 1, + 854 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 25, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Covid-19 confirmed", + 1, + 855 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 26, + "Covid-19 probable", + "", + "Covid-19 probable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Covid-19 probable", + 1, + 856 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 27, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + "", + "", + "", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + "", + "", + "", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cutaneous leishmaniosis", + 1, + 857 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 28, + "Dengue confirmed", + "", + "Dengue confirmed", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dengue confirmed", + 1, + 858 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 29, + "Dengue suspected", + "", + "Dengue suspected", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dengue suspected", + 1, + 859 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 30, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diabetes type 2 and complications", + 1, + 860 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 31, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diabetes Type I and complications", + 1, + 861 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 32, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + "", + "", + "", + "", + "", + "", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diarrhea (persistent)", + 1, + 862 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 33, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diphtheria", + 1, + 863 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 34, + "Dog bite", + "", + "Dog bite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dog bite", + 1, + 864 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 35, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Epilepsy - Seizures", + 1, + 865 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 36, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + "", + "", + "", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + "", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Extra pulmonary tuberculosis", + 1, + 866 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 37, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Eye diseases (including trachoma)", + 1, + 867 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 38, + "Febrile convulsions", + "", + "Febrile convulsions", + "", + "", + "", + "", + "", + "", + "Febrile convulsion", + "", + "", + "", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Febrile convulsions", + 1, + 868 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 39, + "Gynaecological cases", + "", + "Gynaecological cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Gynaecological cases", + 1, + 869 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 40, + "Hepatitis A", + "", + "Hepatitis A", + "", + "", + "", + "", + "", + "", + "Hepatitis A", + "", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis A", + 1, + 870 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 41, + "Hepatitis B", + "", + "Hepatitis B", + "", + "", + "", + "", + "", + "", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis B", + 1, + 871 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 42, + "Hepatitis Delta", + "", + "Hepatitis Delta", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis Delta", + 1, + 872 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 43, + "Hepatitis E", + "", + "Hepatitis E", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis E", + 1, + 873 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 44, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|HIV Infection confirmed", + 1, + 874 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 45, + "Hyperglycemia", + "", + "Hyperglycemia", + "", + "", + "", + "", + "", + "", + "Hyperglycaemia", + "", + "", + "", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hyperglycemia", + 1, + 875 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 46, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hyperreactive splenomegaly due to malaria", + 1, + 876 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 47, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + "", + "", + "", + "MSF-AAAAAA000000000000000608", + 96, + "", + "", + "", + "", + "", + "", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hypoglycemia", + 1, + 877 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 48, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + "", + "", + "", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + "", + "", + "", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hypovolemic shock", + 1, + 878 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 49, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + "", + "", + "", + "", + "", + "", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Infectious diseases not otherwise classified", + 1, + 879 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 50, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Lower respiratory tract infection", + 1, + 880 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 51, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Measles (complicated)", + 1, + 881 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 52, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Measles (uncomplicated)", + 1, + 882 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 53, + "Meningeal TB", + "", + "Meningeal TB", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Meningeal TB", + 1, + 883 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 54, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Meningitis unspecified", + 1, + 884 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 55, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Mental and psychiatric conditions", + 1, + 885 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 56, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + "", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Moderate acute malnutrition", + 1, + 886 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 57, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Musculoskeletal conditions (infectious origin)", + 1, + 887 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 58, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Musculoskeletal conditions (non-infectious)", + 1, + 888 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 59, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Necrotizing & bullous skin infections", + 1, + 889 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 60, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neglected tropical diseases", + 1, + 890 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 61, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + "", + "", + "", + "", + "", + "", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal conjunctivitis", + 1, + 891 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 62, + "Neonatal convulsions", + "", + "Neonatal convulsions", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal convulsions", + 1, + 892 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 63, + "Neonatal jaundice", + "", + "Neonatal jaundice", + "", + "", + "", + "", + "", + "", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal jaundice", + 1, + 893 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 64, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal meconial aspiration", + 1, + 894 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 65, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + "", + "", + "", + "", + "", + "", + "Neonatal Necrotising Enterocolitis", + "", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal Necrotizing Enterocolitis", + 1, + 895 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 66, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal pneumonia", + 1, + 896 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 67, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal pneumothorax", + 1, + 897 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 68, + "Neonatal tetanus", + "", + "Neonatal tetanus", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal tetanus", + 1, + 898 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 69, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal tuberculosis", + 1, + 899 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 70, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 900 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 71, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Newborn to an HIV+ mother", + 1, + 901 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 72, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non cardiac congenital pathology", + 1, + 902 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 73, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non urgent surgical conditions", + 1, + 903 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 74, + "Non violence-related injuries", + "", + "Non violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non violence-related injuries", + 1, + 904 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 75, + "Observation", + "", + "Observation", + "", + "", + "", + "", + "", + "", + "Observation ward", + "", + "", + "", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Observation", + 1, + 905 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 76, + "Obstetric cases", + "", + "Obstetric cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Obstetric cases", + 1, + 906 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 77, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Oral and digestive severe candidiasis", + 1, + 907 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 78, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other bites and stings", + 1, + 908 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 79, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other neurological conditions", + 1, + 909 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 80, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other non communicable diseases", + 1, + 910 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 81, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other symptoms and abnor. clinical / lab findings", + 1, + 911 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 82, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Others", + 1, + 912 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 83, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Perinatal asphyxia and complications", + 1, + 913 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 84, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Persistent fever ( >7 days)", + 1, + 914 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 85, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + "", + "", + "", + "", + "", + "", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Poliomyelitis confirmed", + 1, + 915 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 86, + "Post surgical infections", + "", + "Post surgical infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Post surgical infections", + 1, + 916 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 87, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Prematurity and or low birth weight", + 1, + 917 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 88, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Pulmonary tuberculosis", + 1, + 918 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 89, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Rabies", + 1, + 919 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 90, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + "", + "", + "", + "", + "", + "", + "Rheumatic heart disease", + "", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Rheumatic heart disease", + 1, + 920 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 91, + "Risk of sepsis", + "", + "Risk of sepsis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Risk of sepsis", + 1, + 921 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 92, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Septic shock", + 1, + 922 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 93, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 923 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 94, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 924 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 95, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + "", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus)", + 1, + 925 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 96, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + "", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe anaemia", + 1, + 926 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 97, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe dehydration", + 1, + 927 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 98, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe malaria", + 1, + 928 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 99, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + "", + "", + "", + "MSF-AAAAAA000000000000000713", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sexual violence / rape", + 1, + 929 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 100, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sexually transmitted disease (STI)", + 1, + 930 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 101, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Shigellosis - Salmonellosis", + 1, + 931 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 102, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Shock uspecified", + 1, + 932 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 103, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + "", + "", + "", + "", + "", + "", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sickle cell disease", + 1, + 933 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 104, + "Simple malaria", + "", + "Simple malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Simple malaria", + 1, + 934 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 105, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Skin and soft tissue conditions", + 1, + 935 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 106, + "Snake bites", + "", + "Snake bites", + "", + "", + "", + "", + "", + "", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Snake bites", + 1, + 936 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 107, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Substance abuse / dependency", + 1, + 937 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 108, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Suspected or confirmed malignancy", + 1, + 938 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 109, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + "", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Tetanus", + 1, + 939 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 110, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Toxicity / poisoning", + 1, + 940 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 111, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Transient tachypnoea of the newborn", + 1, + 941 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 112, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Typhoid fever", + 1, + 942 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 113, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Upper respiratory tract infection", + 1, + 943 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 114, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + "", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Urgent surgical conditions", + 1, + 944 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 115, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Urolithiasis / Renal colic", + 1, + 945 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 116, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|UTI and renal tract acute pathology", + 1, + 946 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 117, + "Varicella", + "", + "Varicella", + "", + "", + "", + "", + "", + "", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Varicella", + 1, + 947 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 118, + "Violence-related injuries", + "", + "Violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Violence-related injuries", + 1, + 948 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 119, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Viral haemorrhagic fevers", + 1, + 949 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 120, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Visceral leishmaniasis", + 1, + 950 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 121, + "Vit A deficiency", + "", + "Vit A deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit A deficiency", + 1, + 951 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 122, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit B complex deficiency", + 1, + 952 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 123, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit C deficiency (scurvy)", + 1, + 953 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 124, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit D deficiency (rickets)", + 1, + 954 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 125, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Whooping cough", + 1, + 955 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 126, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + "", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Yellow fever", + 1, + 956 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute asthma", + "UoCC4TyaYZp", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute asthma", + 1, + 957 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + "", + "", + "", + "MSF-AAAAAA000000000000000512", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute diarrhea (bloody)", + "bXbATZn7QwE", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute diarrhea (bloody)", + 1, + 958 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute diarrhea (non-bloody)", + "FltwCRejivF", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute diarrhea (non-bloody)", + 1, + 959 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute febrile illness (=<7 days)", + "fgeCTh9601Z", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute febrile illness (=<7 days)", + 1, + 960 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + "", + "", + "", + "", + "", + "", + "Acute flaccid paralysis", + "", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute flaccid paralysis", + "r8U660ApU51", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute flaccid paralysis", + 1, + 961 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + "", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute jaundice syndrome", + "PkeGHY5X4hR", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute jaundice syndrome", + 1, + 962 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 7, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Apnoea of prematurity", + "A07QEdOGULT", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Apnoea of prematurity", + 1, + 963 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 8, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bacterial meningitis", + "ELkTBWRtnbU", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bacterial meningitis", + 1, + 964 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 9, + "Birth injury", + "", + "Birth injury", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Birth injury", + "FtoAE4Ckgdc", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Birth injury", + 1, + 965 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 10, + "Bronchiolitis obstructive bronchitis", + "", + "Bronchiolitis obstructive bronchitis", + "", + "", + "", + "", + "", + "", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bronchiolitis obstructive bronchitis", + "LAu8p10eBf1", + "bronchiolitis_obstructive_bronchitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bronchiolitis obstructive bronchitis", + 1, + 966 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 11, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bronchospasm", + "AKJv8tPOPfq", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bronchospasm", + 1, + 967 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 12, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Burns", + "Z0JCjHGqNaj", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Burns", + 1, + 968 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 13, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cardiogenic shock", + "IwBXvTC07X4", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cardiogenic shock", + 1, + 969 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 14, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + "", + "", + "", + "", + "", + "", + "Cerebral palsy", + "", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cerebral palsy - Neuro disability", + "r8tFgDoOtCP", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cerebral palsy - Neuro disability", + 1, + 970 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 15, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cholera (suspected)", + "YKzNEhC9cq3", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cholera (suspected)", + 1, + 971 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 16, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cholera confirmed", + "eyfVX0CSq4s", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cholera confirmed", + 1, + 972 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 17, + "Complicated ear infection", + "", + "Complicated ear infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Complicated ear infection", + "Tj93mBtUkhu", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Complicated ear infection", + 1, + 973 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 18, + "Complications of SCD", + "", + "Complications of SCD", + "", + "", + "", + "", + "", + "", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Complications of SCD", + "EO0bo8A7qDk", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Complications of SCD", + 1, + 974 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 19, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital herpes virus infection", + "B02tG0t2ZiN", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital herpes virus infection", + 1, + 975 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 20, + "Congenital malaria", + "", + "Congenital malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital malaria", + "pXF4knGswXw", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital malaria", + 1, + 976 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 21, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital or acquired cardiac pathology", + "nvQpfHzvu6A", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital or acquired cardiac pathology", + 1, + 977 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 22, + "Congenital syphilis", + "", + "Congenital syphilis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital syphilis", + "qvaVyj95GlX", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital syphilis", + 1, + 978 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 23, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congestive Heart Failure", + "vNvbx4qpkUa", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congestive Heart Failure", + 1, + 979 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 24, + "COPD", + "", + "COPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "COPD", + "sCGnq3NK2Xy", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|COPD", + 1, + 980 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 25, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Covid-19 confirmed", + "m62n1ZUQGHF", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Covid-19 confirmed", + 1, + 981 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 26, + "Covid-19 probable", + "", + "Covid-19 probable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Covid-19 probable", + "IUjXXVageyU", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Covid-19 probable", + 1, + 982 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 27, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + "", + "", + "", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + "", + "", + "", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cutaneous leishmaniosis", + "pycPdcwaYgI", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cutaneous leishmaniosis", + 1, + 983 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 28, + "Dengue confirmed", + "", + "Dengue confirmed", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dengue confirmed", + "CnHndylBSN3", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dengue confirmed", + 1, + 984 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 29, + "Dengue suspected", + "", + "Dengue suspected", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dengue suspected", + "sCqcBysQAon", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dengue suspected", + 1, + 985 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 30, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diabetes type 2 and complications", + "jQhAo2FVD69", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diabetes type 2 and complications", + 1, + 986 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 31, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diabetes Type I and complications", + "CzGkEukFnE5", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diabetes Type I and complications", + 1, + 987 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 32, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + "", + "", + "", + "", + "", + "", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diarrhea (persistent)", + "apvC5aiDSgV", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diarrhea (persistent)", + 1, + 988 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 33, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diphtheria", + "MtXYrdYlGOy", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diphtheria", + 1, + 989 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 34, + "Dog bite", + "", + "Dog bite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dog bite", + "rohyQ83YCPY", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dog bite", + 1, + 990 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 35, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Epilepsy - Seizures", + "JmfXWcy056y", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Epilepsy - Seizures", + 1, + 991 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 36, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + "", + "", + "", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + "", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Extra pulmonary tuberculosis", + "gNDMXmSlxY5", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Extra pulmonary tuberculosis", + 1, + 992 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 37, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Eye diseases (including trachoma)", + "anzGBpfOjIE", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Eye diseases (including trachoma)", + 1, + 993 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 38, + "Febrile convulsions", + "", + "Febrile convulsions", + "", + "", + "", + "", + "", + "", + "Febrile convulsion", + "", + "", + "", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Febrile convulsions", + "cEFdvYz974J", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Febrile convulsions", + 1, + 994 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 39, + "Gynaecological cases", + "", + "Gynaecological cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Gynaecological cases", + "jznqlCDB7bD", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Gynaecological cases", + 1, + 995 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 40, + "Hepatitis A", + "", + "Hepatitis A", + "", + "", + "", + "", + "", + "", + "Hepatitis A", + "", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis A", + "ukKcORm1F6S", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis A", + 1, + 996 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 41, + "Hepatitis B", + "", + "Hepatitis B", + "", + "", + "", + "", + "", + "", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis B", + "lIUb0EAK51H", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis B", + 1, + 997 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 42, + "Hepatitis Delta", + "", + "Hepatitis Delta", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis Delta", + "hduXSHS4szJ", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis Delta", + 1, + 998 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 43, + "Hepatitis E", + "", + "Hepatitis E", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis E", + "QwzXUJbzLXH", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis E", + 1, + 999 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 44, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "HIV Infection confirmed", + "pUhMekDUu7f", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|HIV Infection confirmed", + 1, + 1000 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 45, + "Hyperglycemia", + "", + "Hyperglycemia", + "", + "", + "", + "", + "", + "", + "Hyperglycaemia", + "", + "", + "", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hyperglycemia", + "SUvj2pUJRFh", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hyperglycemia", + 1, + 1001 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 46, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hyperreactive splenomegaly due to malaria", + "X7Sk4ow3iI8", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hyperreactive splenomegaly due to malaria", + 1, + 1002 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 47, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + "", + "", + "", + "MSF-AAAAAA000000000000000608", + 96, + "", + "", + "", + "", + "", + "", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hypoglycemia", + "WeuqO510vgS", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hypoglycemia", + 1, + 1003 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 48, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + "", + "", + "", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + "", + "", + "", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hypovolemic shock", + "EcBzdm2aQ23", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hypovolemic shock", + 1, + 1004 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 49, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + "", + "", + "", + "", + "", + "", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Infectious diseases not otherwise classified", + "NRRuczCFMMF", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Infectious diseases not otherwise classified", + 1, + 1005 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 50, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Lower respiratory tract infection", + "qc8bQZ5WivT", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Lower respiratory tract infection", + 1, + 1006 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 51, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Measles (complicated)", + "NBydum9qcq6", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Measles (complicated)", + 1, + 1007 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 52, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Measles (uncomplicated)", + "Mzk9OdBug0o", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Measles (uncomplicated)", + 1, + 1008 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 53, + "Meningeal TB", + "", + "Meningeal TB", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Meningeal TB", + "FMpzSLis7mi", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Meningeal TB", + 1, + 1009 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 54, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Meningitis unspecified", + "NzNRwhQ9cvG", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Meningitis unspecified", + 1, + 1010 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 55, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Mental and psychiatric conditions", + "K7PAEOyTRcr", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Mental and psychiatric conditions", + 1, + 1011 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 56, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + "", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Moderate acute malnutrition", + "TwYur55ToIF", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Moderate acute malnutrition", + 1, + 1012 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 57, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Musculoskeletal conditions (infectious origin)", + "VWHtY3nz3Rw", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (infectious origin)", + 1, + 1013 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 58, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Musculoskeletal conditions (non-infectious)", + "y0cWH3jWDqM", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (non-infectious)", + 1, + 1014 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 59, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Necrotizing & bullous skin infections", + "lEkrxTnPMAm", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Necrotizing & bullous skin infections", + 1, + 1015 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 60, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neglected tropical diseases", + "LRNoNQQkUyp", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neglected tropical diseases", + 1, + 1016 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 61, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + "", + "", + "", + "", + "", + "", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal conjunctivitis", + "l7uIiP3Evps", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal conjunctivitis", + 1, + 1017 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 62, + "Neonatal convulsions", + "", + "Neonatal convulsions", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal convulsions", + "vUf0E6IPcTZ", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal convulsions", + 1, + 1018 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 63, + "Neonatal jaundice", + "", + "Neonatal jaundice", + "", + "", + "", + "", + "", + "", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal jaundice", + "XLcSqtMfBxM", + "neonatal-jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal jaundice", + 1, + 1019 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 64, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal meconial aspiration", + "iSr0WOSmT9U", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal meconial aspiration", + 1, + 1020 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 65, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + "", + "", + "", + "", + "", + "", + "Neonatal Necrotising Enterocolitis", + "", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal Necrotizing Enterocolitis", + "Jgx0hYetHaY", + "neonatal_necrotizing_nterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal Necrotizing Enterocolitis", + 1, + 1021 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 66, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal pneumonia", + "wa1RG3wnht0", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal pneumonia", + 1, + 1022 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 67, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal pneumothorax", + "s0XrcXrOnQ8", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal pneumothorax", + 1, + 1023 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 68, + "Neonatal tetanus", + "", + "Neonatal tetanus", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal tetanus", + "luBkSC1qQbJ", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal tetanus", + 1, + 1024 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 69, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal tuberculosis", + "djiIx7NnwaX", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal tuberculosis", + 1, + 1025 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 70, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "ZcyurITHZes", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1026 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 71, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Newborn to an HIV+ mother", + "yjJN567GnYG", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Newborn to an HIV+ mother", + 1, + 1027 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 72, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non cardiac congenital pathology", + "nXAR0YWa21v", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non cardiac congenital pathology", + 1, + 1028 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 73, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non urgent surgical conditions", + "wyOWCkIW4RI", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non urgent surgical conditions", + 1, + 1029 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 74, + "Non violence-related injuries", + "", + "Non violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non violence-related injuries", + "kFutLc3yZOe", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non violence-related injuries", + 1, + 1030 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 75, + "Observation", + "", + "Observation", + "", + "", + "", + "", + "", + "", + "Observation ward", + "", + "", + "", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Observation", + "HjPEDuITUwp", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Observation", + 1, + 1031 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 76, + "Obstetric cases", + "", + "Obstetric cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Obstetric cases", + "iI55Apf1fRF", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Obstetric cases", + 1, + 1032 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 77, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Oral and digestive severe candidiasis", + "aoQ6D9x6KLI", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Oral and digestive severe candidiasis", + 1, + 1033 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 78, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other bites and stings", + "Jm9wyH1SUvC", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other bites and stings", + 1, + 1034 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 79, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other neurological conditions", + "BIuSr3FxBRn", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other neurological conditions", + 1, + 1035 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 80, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other non communicable diseases", + "VtHhILJkLdJ", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other non communicable diseases", + 1, + 1036 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 81, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other symptoms and abnor. clinical / lab findings", + "JI4uetxlZEi", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other symptoms and abnor. clinical / lab findings", + 1, + 1037 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 82, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Others", + "OjK1cMG8jkk", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Others", + 1, + 1038 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 83, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Perinatal asphyxia and complications", + "g0EI2QmcpdA", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Perinatal asphyxia and complications", + 1, + 1039 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 84, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Persistent fever ( >7 days)", + "whyu4NpVxPn", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Persistent fever ( >7 days)", + 1, + 1040 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 85, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + "", + "", + "", + "", + "", + "", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Poliomyelitis confirmed", + "HT9ZZ93rKmF", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Poliomyelitis confirmed", + 1, + 1041 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 86, + "Post surgical infections", + "", + "Post surgical infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Post surgical infections", + "LaFNaIRr31Y", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Post surgical infections", + 1, + 1042 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 87, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Prematurity and or low birth weight", + "QXUq8rmuwY6", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Prematurity and or low birth weight", + 1, + 1043 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 88, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Pulmonary tuberculosis", + "ymehGVfxIuX", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Pulmonary tuberculosis", + 1, + 1044 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 89, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Rabies", + "talayTpKnQj", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Rabies", + 1, + 1045 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 90, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + "", + "", + "", + "", + "", + "", + "Rheumatic heart disease", + "", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Rheumatic heart disease", + "pt0OH3jp5Ne", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Rheumatic heart disease", + 1, + 1046 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 91, + "Risk of sepsis", + "", + "Risk of sepsis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Risk of sepsis", + "MZ53av22vaw", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Risk of sepsis", + 1, + 1047 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 92, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Septic shock", + "L6lauJp2IIF", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Septic shock", + 1, + 1048 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 93, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Kwashiorkor)", + "JSPmBf2xyfH", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1049 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 94, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "SpoQWgDPyqx", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1050 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 95, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + "", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Marasmus)", + "wAn3mqCpiiC", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus)", + 1, + 1051 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 96, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + "", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe anaemia", + "vlEFy6xowzU", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe anaemia", + 1, + 1052 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 97, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe dehydration", + "GBQyB8xsCAw", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe dehydration", + 1, + 1053 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 98, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe malaria", + "EwKSGhZtPfR", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe malaria", + 1, + 1054 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 99, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + "", + "", + "", + "MSF-AAAAAA000000000000000713", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sexual violence / rape", + "lovYBi9o5Tp", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sexual violence / rape", + 1, + 1055 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 100, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sexually transmitted disease (STI)", + "fy6qMKLMIjI", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sexually transmitted disease (STI)", + 1, + 1056 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 101, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Shigellosis - Salmonellosis", + "zE90IarojUU", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Shigellosis - Salmonellosis", + 1, + 1057 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 102, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Shock uspecified", + "nM58w8K8cVo", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Shock uspecified", + 1, + 1058 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 103, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + "", + "", + "", + "", + "", + "", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sickle cell disease", + "L7N8qGvq28k", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sickle cell disease", + 1, + 1059 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 104, + "Simple malaria", + "", + "Simple malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Simple malaria", + "F0ByKIAMrVs", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Simple malaria", + 1, + 1060 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 105, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Skin and soft tissue conditions", + "xXMvb2TUtMW", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Skin and soft tissue conditions", + 1, + 1061 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 106, + "Snake bites", + "", + "Snake bites", + "", + "", + "", + "", + "", + "", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Snake bites", + "iRgUBoH1pvK", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Snake bites", + 1, + 1062 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 107, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Substance abuse / dependency", + "ZDJi3kMhfDG", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Substance abuse / dependency", + 1, + 1063 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 108, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Suspected or confirmed malignancy", + "qcv5pPyiaim", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Suspected or confirmed malignancy", + 1, + 1064 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 109, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + "", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Tetanus", + "pTa1B1wYeLe", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Tetanus", + 1, + 1065 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 110, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Toxicity / poisoning", + "WINiS5BkeKv", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Toxicity / poisoning", + 1, + 1066 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 111, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Transient tachypnoea of the newborn", + "FKg2FRM2PtQ", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Transient tachypnoea of the newborn", + 1, + 1067 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 112, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Typhoid fever", + "hOrtW9hFrki", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Typhoid fever", + 1, + 1068 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 113, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Upper respiratory tract infection", + "DoUIBmauj9E", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Upper respiratory tract infection", + 1, + 1069 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 114, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + "", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Urgent surgical conditions", + "jFUECw4W9aF", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Urgent surgical conditions", + 1, + 1070 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 115, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Urolithiasis / Renal colic", + "sSW1cbhBzhW", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Urolithiasis / Renal colic", + 1, + 1071 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 116, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "UTI and renal tract acute pathology", + "qTBmkavG2bG", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|UTI and renal tract acute pathology", + 1, + 1072 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 117, + "Varicella", + "", + "Varicella", + "", + "", + "", + "", + "", + "", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Varicella", + "dgIaklTiH6m", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Varicella", + 1, + 1073 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 118, + "Violence-related injuries", + "", + "Violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Violence-related injuries", + "mrfLmzfhU5n", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Violence-related injuries", + 1, + 1074 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 119, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Viral haemorrhagic fevers", + "J0j4TX9lqqX", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Viral haemorrhagic fevers", + 1, + 1075 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 120, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Visceral leishmaniasis", + "Cjt04G2FlMe", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Visceral leishmaniasis", + 1, + 1076 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 121, + "Vit A deficiency", + "", + "Vit A deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit A deficiency", + "WyRZR3PNn2u", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit A deficiency", + 1, + 1077 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 122, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit B complex deficiency", + "zUNsdaOjgcv", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit B complex deficiency", + 1, + 1078 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 123, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit C deficiency (scurvy)", + "JATciD21DwF", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit C deficiency (scurvy)", + 1, + 1079 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 124, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit D deficiency (rickets)", + "za2LmUraSRD", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit D deficiency (rickets)", + 1, + 1080 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 125, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Whooping cough", + "LnWb3O0ELPp", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Whooping cough", + 1, + 1081 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 126, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + "", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Yellow fever", + "QJo7brpXC3Z", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Yellow fever", + 1, + 1082 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other neonatal conditions", + "vW26SgsyQYB", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other neonatal conditions", + 1, + 1083 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute asthma", + "Ezrxj8sEVkd", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute asthma", + 1, + 1084 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute diarrhea (bloody)", + "wHIjteuw2Gc", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (bloody)", + 1, + 1085 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute diarrhea (non-bloody)", + "ZocSqLhwlHA", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (non-bloody)", + 1, + 1086 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute febrile illness (=<7 days)", + "GLs13BnQURD", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute febrile illness (=<7 days)", + 1, + 1087 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute flaccid paralysis", + "MJFGttGUaVX", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute flaccid paralysis", + 1, + 1088 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute jaundice syndrome", + "cqz1DZNiiWp", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute jaundice syndrome", + 1, + 1089 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 7, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bacterial meningitis", + "ZKCmk9TMON5", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bacterial meningitis", + 1, + 1090 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 8, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Burns", + "CM6bNqQE9tk", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Burns", + 1, + 1091 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 9, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cholera (suspected)", + "IrqkKXJ9pL5", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cholera (suspected)", + 1, + 1092 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 10, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cholera confirmed", + "fl3hbTSUUvY", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cholera confirmed", + 1, + 1093 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 11, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Complicated ear infection", + "tNBupLHGkO1", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Complicated ear infection", + 1, + 1094 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 12, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Complications of SCD", + "qqdK48VF9V3", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Complications of SCD", + 1, + 1095 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 13, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital or acquired cardiac pathology", + "IQ2vP5mMPRC", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital or acquired cardiac pathology", + 1, + 1096 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 14, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congestive Heart Failure", + "YzS1SrJkpfD", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congestive Heart Failure", + 1, + 1097 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 15, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cutaneous leishmaniosis", + "c9sqPdQq6gZ", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cutaneous leishmaniosis", + 1, + 1098 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 16, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dengue confirmed", + "JTeymbhEwKU", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dengue confirmed", + 1, + 1099 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 17, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diabetes type 2 and complications", + "Xh2f6F0VSwN", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diabetes type 2 and complications", + 1, + 1100 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 18, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diabetes Type I and complications", + "FQ2EF6qyD3P", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diabetes Type I and complications", + 1, + 1101 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 19, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diarrhea (persistent)", + "T4ZsFEUKokD", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diarrhea (persistent)", + 1, + 1102 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 20, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diphtheria", + "TomHTmV7UU6", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diphtheria", + 1, + 1103 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 21, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Epilepsy - Seizures", + "l3tXrwEXhZv", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Epilepsy - Seizures", + 1, + 1104 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 22, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Extra pulmonary tuberculosis", + "hWuPwQ7mo2s", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Extra pulmonary tuberculosis", + 1, + 1105 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 23, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Eye diseases (including trachoma)", + "KHqb5KzJjv2", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Eye diseases (including trachoma)", + 1, + 1106 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 24, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Gynaecological cases", + "b6GZG7ray6L", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Gynaecological cases", + 1, + 1107 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 25, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis A", + "DoJ8USwbWAC", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis A", + 1, + 1108 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 26, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis B", + "LWL1kdtU2G1", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis B", + 1, + 1109 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 27, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis Delta", + "Ih6U6uYFdnf", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis Delta", + 1, + 1110 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 28, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis E", + "TVoVhSXLq5s", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis E", + 1, + 1111 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 29, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "HIV Infection confirmed", + "egbcyosmS3z", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|HIV Infection confirmed", + 1, + 1112 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 30, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hyperreactive splenomegaly due to malaria", + "h2QoZAOi0Vl", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hyperreactive splenomegaly due to malaria", + 1, + 1113 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 31, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Infectious diseases not otherwise classified", + "KUUbE0XOsc2", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Infectious diseases not otherwise classified", + 1, + 1114 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 32, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Lower respiratory tract infection", + "mJv2EIUspLf", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Lower respiratory tract infection", + 1, + 1115 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 33, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Measles (complicated)", + "JMuui1OC4qm", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Measles (complicated)", + 1, + 1116 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 34, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Measles (uncomplicated)", + "F0jfwkECwC6", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Measles (uncomplicated)", + 1, + 1117 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 35, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Meningeal TB", + "A23Hei7Aqa7", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Meningeal TB", + 1, + 1118 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 36, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Meningitis unspecified", + "f08qUA7VdA8", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Meningitis unspecified", + 1, + 1119 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 37, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Mental and psychiatric conditions", + "BSHRS8ImQPt", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Mental and psychiatric conditions", + 1, + 1120 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 38, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Moderate acute malnutrition", + "vn4rkGBqxVZ", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Moderate acute malnutrition", + 1, + 1121 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 39, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Musculoskeletal conditions (infectious origin)", + "k34KHbDpceV", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (infectious origin)", + 1, + 1122 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 40, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Musculoskeletal conditions (non-infectious)", + "eeIIBA68Qqp", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (non-infectious)", + 1, + 1123 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 41, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Necrotizing & bullous skin infections", + "sDZNxSTQR8R", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Necrotizing & bullous skin infections", + 1, + 1124 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 42, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neglected tropical diseases", + "FvxHIS3jqix", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neglected tropical diseases", + 1, + 1125 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 43, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "r6eWc8I8PDe", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1126 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 44, + "Cerebral palsy/Neuro disability", + "", + "Cerebral palsy/Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cerebral palsy/Neuro disability", + "ddebsmKgy2u", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cerebral palsy/Neuro disability", + 1, + 1127 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 45, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non urgent surgical conditions", + "uwM2sVPtUde", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non urgent surgical conditions", + 1, + 1128 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 46, + "Non violence-related injuries", + "", + "Non violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non violence-related injuries", + "RV6MQD0BaW1", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non violence-related injuries", + 1, + 1129 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 47, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Obstetric cases", + "wZFYQnbuYkr", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Obstetric cases", + 1, + 1130 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 48, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Oral and digestive severe candidiasis", + "xTrkXo0f3jr", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Oral and digestive severe candidiasis", + 1, + 1131 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 49, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Persistent fever ( >7 days)", + "oQj59DPBYel", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Persistent fever ( >7 days)", + 1, + 1132 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 50, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Poliomyelitis confirmed", + "myLcZsoMRk5", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Poliomyelitis confirmed", + 1, + 1133 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 51, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Post surgical infections", + "YVDu8NgUd87", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Post surgical infections", + 1, + 1134 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 52, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Pulmonary tuberculosis", + "GuReX44Ib4s", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Pulmonary tuberculosis", + 1, + 1135 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 53, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Rabies", + "RDS6MJMiUtx", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Rabies", + 1, + 1136 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 54, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Kwashiorkor)", + "x8YPDz3YDwK", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1137 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 55, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "mMOlozsbqCr", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1138 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 56, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Marasmus)", + "GZvCeMgWmt4", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus)", + 1, + 1139 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 57, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe malaria", + "UijCKzpfpUH", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe malaria", + 1, + 1140 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 58, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sexual violence / rape", + "LM9t0dDBnIm", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sexual violence / rape", + 1, + 1141 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 59, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sexually transmitted disease (STI)", + "Z1xeGfsZWOQ", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sexually transmitted disease (STI)", + 1, + 1142 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 60, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Shigellosis - Salmonellosis", + "r8DzuoIylch", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Shigellosis - Salmonellosis", + 1, + 1143 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 61, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sickle cell disease", + "JFwUloySp94", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sickle cell disease", + 1, + 1144 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 62, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Simple malaria", + "l6PDpl6ib86", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Simple malaria", + 1, + 1145 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 63, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Skin and soft tissue conditions", + "BOFkDhGzR8P", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Skin and soft tissue conditions", + 1, + 1146 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 64, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Snake bites", + "NaxHVYSUOyW", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Snake bites", + 1, + 1147 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 65, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Substance abuse / dependency", + "j3C7Fe8D4qu", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Substance abuse / dependency", + 1, + 1148 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 66, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Suspected or confirmed malignancy", + "WP4YznEWlNQ", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Suspected or confirmed malignancy", + 1, + 1149 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 67, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Tetanus", + "rFwJliVx1S8", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Tetanus", + 1, + 1150 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 68, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Toxicity / poisoning", + "uOjbsLAWUij", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Toxicity / poisoning", + 1, + 1151 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 69, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Typhoid fever", + "NbfUngbPEAP", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Typhoid fever", + 1, + 1152 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 70, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Upper respiratory tract infection", + "OvztRwDtrx1", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Upper respiratory tract infection", + 1, + 1153 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 71, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Urgent surgical conditions", + "BlEaw6hgBhq", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Urgent surgical conditions", + 1, + 1154 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 72, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Urolithiasis / Renal colic", + "WOUU3mmhdHZ", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Urolithiasis / Renal colic", + 1, + 1155 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 73, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "UTI and renal tract acute pathology", + "cNnfA3fFLNr", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|UTI and renal tract acute pathology", + 1, + 1156 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 74, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Violence-related injuries", + "joxaKH5Rdul", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Violence-related injuries", + 1, + 1157 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 75, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Viral haemorrhagic fevers", + "yHVhPBKD9h2", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Viral haemorrhagic fevers", + 1, + 1158 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 76, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Visceral leishmaniasis", + "Bys1gZTxw4p", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Visceral leishmaniasis", + 1, + 1159 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 77, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit A deficiency", + "i6JiY1PAEwc", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit A deficiency", + 1, + 1160 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 78, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit B complex deficiency", + "V8ISxvoysXS", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit B complex deficiency", + 1, + 1161 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 79, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit C deficiency (scurvy)", + "iDPCH8hTbBY", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit C deficiency (scurvy)", + 1, + 1162 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 80, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit D deficiency (rickets)", + "ug8Kgv37aSJ", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit D deficiency (rickets)", + 1, + 1163 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 81, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Whooping cough", + "VOFYxJG5Bdy", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Whooping cough", + 1, + 1164 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 82, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Yellow fever", + "RxYDFTlXi7B", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Yellow fever", + 1, + 1165 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 83, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other bites and stings", + "BbDlC8AkR76", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other bites and stings", + 1, + 1166 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 84, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other neurological conditions", + "Sla3XxqZjTc", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other neurological conditions", + 1, + 1167 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 85, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other non communicable diseases", + "IHcB7buq0Lq", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other non communicable diseases", + 1, + 1168 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 86, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other symptoms and abnor. clinical / lab findings", + "yzLYFrzUuy9", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other symptoms and abnor. clinical / lab findings", + 1, + 1169 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 87, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Others", + "wXYdnbu32bf", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Others", + 1, + 1170 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 88, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Covid-19 confirmed", + "pX0VJTMfoAj", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Covid-19 confirmed", + 1, + 1171 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 89, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Covid-19 probable", + "HIfTGoweruV", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Covid-19 probable", + 1, + 1172 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 90, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Apnoea of prematurity", + "XiCLeKbQyoT", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Apnoea of prematurity", + 1, + 1173 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 91, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Birth injury", + "WT20v167Xzg", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Birth injury", + 1, + 1174 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 92, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "COPD", + "d96Q6VDDtGr", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|COPD", + 1, + 1175 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 93, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bronchiolitis - obstructive bronchitis", + "U8prjAIzmCn", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bronchiolitis - obstructive bronchitis", + 1, + 1176 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 94, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bronchospasm", + "C4L4qbEt5mM", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bronchospasm", + 1, + 1177 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 95, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cardiogenic shock", + "r8xoa1SyGBZ", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cardiogenic shock", + 1, + 1178 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 96, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital herpes virus infection", + "rSiZA1OeamN", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital herpes virus infection", + 1, + 1179 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 97, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital malaria", + "hGPNkM4Dk4z", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital malaria", + 1, + 1180 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 98, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital syphilis", + "nfENb30coWb", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital syphilis", + 1, + 1181 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 99, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dengue suspected", + "ikNcvpbDixr", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dengue suspected", + 1, + 1182 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 100, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dog bite", + "BIs1jKjLRHN", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dog bite", + 1, + 1183 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 101, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Febrile convulsions", + "c3O9dECIxOa", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Febrile convulsions", + 1, + 1184 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 102, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hyperglycemia", + "p5JcLzBGNqp", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hyperglycemia", + 1, + 1185 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 103, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hypoglycemia", + "LJVBk2Zh7hK", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hypoglycemia", + 1, + 1186 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 104, + "hypovolemic_shock", + "", + "hypovolemic_shock", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "hypovolemic_shock", + "WnMpToZF0qr", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|hypovolemic_shock", + 1, + 1187 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 105, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal conjunctivitis", + "MOtQxxicneI", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal conjunctivitis", + 1, + 1188 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 106, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal convulsions", + "bveva4WEwpk", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal convulsions", + 1, + 1189 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 107, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal jaundice", + "x3e3eB13HBC", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal jaundice", + 1, + 1190 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 108, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal meconial aspiration", + "ZVbbk05skVn", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal meconial aspiration", + 1, + 1191 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 109, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal Necrotising Enterocolitis", + " ", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal Necrotizing Enterocolitis", + "CV9RoDlgn0w", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal Necrotizing Enterocolitis", + 1, + 1192 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 110, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal pneumonia", + "IuCGFWyFWFO", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumonia", + 1, + 1193 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 111, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal pneumothorax", + "NSSABF8r5q8", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumothorax", + 1, + 1194 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 112, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal tetanus", + "TOYetOKf4MU", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal tetanus", + 1, + 1195 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 113, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal tuberculosis", + "e9GUiPSsGQC", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal tuberculosis", + 1, + 1196 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 114, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non cardiac congenital pathology", + "GgiffxpUGcR", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non cardiac congenital pathology", + 1, + 1197 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 115, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Newborn to an HIV+ mother", + "o7mxkyOuqRW", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Newborn to an HIV+ mother", + 1, + 1198 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 116, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Observation", + "q9596NeqFbK", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Observation", + 1, + 1199 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 117, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Perinatal asphyxia and complications", + "C9vdUIZmji0", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Perinatal asphyxia and complications", + 1, + 1200 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 118, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Prematurity and or low birth weight", + "n5bkPzahGYv", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Prematurity and or low birth weight", + 1, + 1201 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 119, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Rheumatic heart disease", + "MndDsJKT02H", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Rheumatic heart disease", + 1, + 1202 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 120, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Risk of sepsis", + "pOlHPAPSIwG", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Risk of sepsis", + 1, + 1203 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 121, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Septic shock", + "Z4K838xu1el", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Septic shock", + 1, + 1204 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 122, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Shock uspecified", + "DzENG1greCA", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Shock uspecified", + 1, + 1205 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 123, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe anaemia", + "rSM7i2VYQh8", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe anaemia", + 1, + 1206 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 124, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe dehydration", + "hvkuM6He8lg", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe dehydration", + 1, + 1207 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 125, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Transient tachypnoea of the newborn", + "gLpLCbuDJSU", + "transient_tachypnoea_of_the-newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Transient tachypnoea of the newborn", + 1, + 1208 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 126, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Varicella", + "ZxWtBfYPFaS", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Varicella", + 1, + 1209 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other neonatal conditions", + "wPLsmkaNgVw", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other neonatal conditions", + 1, + 1210 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute asthma", + "HgX3vXrvsx6", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute asthma", + 1, + 1211 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute diarrhea (bloody)", + "ZpRxFecqnwi", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (bloody)", + 1, + 1212 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute diarrhea (non-bloody)", + "zVgxlrZnnCe", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (non-bloody)", + 1, + 1213 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute febrile illness (=<7 days)", + "J8Vl7BI0QfR", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute febrile illness (=<7 days)", + 1, + 1214 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute flaccid paralysis", + "A7Ex0DFMTYf", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute flaccid paralysis", + 1, + 1215 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute jaundice syndrome", + "GklH62cOq2Z", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute jaundice syndrome", + 1, + 1216 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 7, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bacterial meningitis", + "O9xz3jtr4xg", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bacterial meningitis", + 1, + 1217 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 8, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Burns", + "oeR7NWklyjd", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Burns", + 1, + 1218 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 9, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cholera (suspected)", + "YRAU0iIbNP9", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cholera (suspected)", + 1, + 1219 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 10, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cholera confirmed", + "S46QMarDp5i", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cholera confirmed", + 1, + 1220 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 11, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Complicated ear infection", + "zdLmANKgrGO", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Complicated ear infection", + 1, + 1221 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 12, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Complications of SCD", + "vYDgtp7MdTr", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Complications of SCD", + 1, + 1222 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 13, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital or acquired cardiac pathology", + "Jil2qLIrVT9", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital or acquired cardiac pathology", + 1, + 1223 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 14, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congestive Heart Failure", + "Nwd22x068J2", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congestive Heart Failure", + 1, + 1224 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 15, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cutaneous leishmaniosis", + "ftXcV1u3I8T", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cutaneous leishmaniosis", + 1, + 1225 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 16, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dengue confirmed", + "ZnlAgYg6QR4", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dengue confirmed", + 1, + 1226 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 17, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diabetes type 2 and complications", + "VrNBEbLfvq6", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diabetes type 2 and complications", + 1, + 1227 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 18, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diabetes Type I and complications", + "oSTAIVxmb13", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diabetes Type I and complications", + 1, + 1228 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 19, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diarrhea (persistent)", + "ZmSORuJ7MmO", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diarrhea (persistent)", + 1, + 1229 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 20, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diphtheria", + "FWJi9zFnVVH", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diphtheria", + 1, + 1230 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 21, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Epilepsy - Seizures", + "WYuwK5EiFkc", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Epilepsy - Seizures", + 1, + 1231 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 22, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Extra pulmonary tuberculosis", + "LCWIVKAGXxQ", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Extra pulmonary tuberculosis", + 1, + 1232 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 23, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Eye diseases (including trachoma)", + "yrB1txNoXdz", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Eye diseases (including trachoma)", + 1, + 1233 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 24, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Gynaecological cases", + "UF0PmdoljJa", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Gynaecological cases", + 1, + 1234 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 25, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis A", + "kJRN97QTpuD", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis A", + 1, + 1235 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 26, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis B", + "oPlApOiyRNf", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis B", + 1, + 1236 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 27, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis Delta", + "iKsXCU378GN", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis Delta", + 1, + 1237 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 28, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis E", + "daNBQbvb4W6", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis E", + 1, + 1238 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 29, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "HIV Infection confirmed", + "h3VYXiJtitz", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|HIV Infection confirmed", + 1, + 1239 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 30, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hyperreactive splenomegaly due to malaria", + "jmVxSKHbGG8", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hyperreactive splenomegaly due to malaria", + 1, + 1240 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 31, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Infectious diseases not otherwise classified", + "xNduTQgsOKH", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Infectious diseases not otherwise classified", + 1, + 1241 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 32, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Lower respiratory tract infection", + "VmtZbSQZKWB", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Lower respiratory tract infection", + 1, + 1242 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 33, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Measles (complicated)", + "Ldgjz9C0g8E", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Measles (complicated)", + 1, + 1243 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 34, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Measles (uncomplicated)", + "YBqbmTLX7C0", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Measles (uncomplicated)", + 1, + 1244 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 35, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Meningeal TB", + "HnTQlyQywuD", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Meningeal TB", + 1, + 1245 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 36, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Meningitis unspecified", + "LR0LHjndAXu", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Meningitis unspecified", + 1, + 1246 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 37, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Mental and psychiatric conditions", + "aG0OfBS8ueF", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Mental and psychiatric conditions", + 1, + 1247 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 38, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Moderate acute malnutrition", + "QQaqc8toFYk", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Moderate acute malnutrition", + 1, + 1248 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 39, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Musculoskeletal conditions (infectious origin)", + "bnkjJwvg6iQ", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (infectious origin)", + 1, + 1249 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 40, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Musculoskeletal conditions (non-infectious)", + "J6aEdljbxgr", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (non-infectious)", + 1, + 1250 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 41, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Necrotizing & bullous skin infections", + "utECVhpdUs4", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Necrotizing & bullous skin infections", + 1, + 1251 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 42, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neglected tropical diseases", + "NohI0zAbUc4", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neglected tropical diseases", + 1, + 1252 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 43, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "C1jvKxIjDxj", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1253 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 44, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cerebral palsy - Neuro disability", + "e8eyFjAUlQk", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cerebral palsy - Neuro disability", + 1, + 1254 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 45, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non urgent surgical conditions", + "yeEBnmqXsQl", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non urgent surgical conditions", + 1, + 1255 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 46, + "Non violence-related injuries", + "", + "Non violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non violence-related injuries", + "yIE3xuGdorT", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non violence-related injuries", + 1, + 1256 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 47, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Obstetric cases", + "lufXrIBxOSO", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Obstetric cases", + 1, + 1257 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 48, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Oral and digestive severe candidiasis", + "byDZOw8AhEH", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Oral and digestive severe candidiasis", + 1, + 1258 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 49, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Persistent fever ( >7 days)", + "ApD01rBFsP7", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Persistent fever ( >7 days)", + 1, + 1259 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 50, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Poliomyelitis confirmed", + "eW1xtCC90c3", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Poliomyelitis confirmed", + 1, + 1260 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 51, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Post surgical infections", + "uGrIXRfwMwY", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Post surgical infections", + 1, + 1261 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 52, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Pulmonary tuberculosis", + "HJeN29Cv3kc", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Pulmonary tuberculosis", + 1, + 1262 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 53, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Rabies", + "nL9YgpEXOzY", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Rabies", + 1, + 1263 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 54, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Kwashiorkor)", + "NBY05tQ8hQN", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1264 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 55, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "cX41mhUP4hg", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1265 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 56, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Marasmus)", + "yCOLs7TI2Yf", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus)", + 1, + 1266 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 57, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe malaria", + "RqDxjW04LBM", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe malaria", + 1, + 1267 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 58, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sexual violence / rape", + "t9OwU2PBjmi", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sexual violence / rape", + 1, + 1268 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 59, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sexually transmitted disease (STI)", + "rDDzlHmlVfb", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sexually transmitted disease (STI)", + 1, + 1269 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 60, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Shigellosis - Salmonellosis", + "C0RJm1JpNud", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Shigellosis - Salmonellosis", + 1, + 1270 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 61, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sickle cell disease", + "QGLQEmOsLec", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sickle cell disease", + 1, + 1271 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 62, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Simple malaria", + "q3Grvfn9QGb", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Simple malaria", + 1, + 1272 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 63, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Skin and soft tissue conditions", + "i6qQp5uB0Ko", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Skin and soft tissue conditions", + 1, + 1273 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 64, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Snake bites", + "It0cW5RQWpE", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Snake bites", + 1, + 1274 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 65, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Substance abuse / dependency", + "jxDmdkqUYzT", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Substance abuse / dependency", + 1, + 1275 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 66, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Suspected or confirmed malignancy", + "SEVS3rGTnWG", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Suspected or confirmed malignancy", + 1, + 1276 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 67, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Tetanus", + "Kr9r979EtHx", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Tetanus", + 1, + 1277 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 68, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Toxicity / poisoning", + "wGTjx3JO66k", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Toxicity / poisoning", + 1, + 1278 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 69, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Typhoid fever", + "ufSbySjV4nf", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Typhoid fever", + 1, + 1279 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 70, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Upper respiratory tract infection", + "UoTji9E533F", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Upper respiratory tract infection", + 1, + 1280 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 71, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Urgent surgical conditions", + "G4GBgpGBv1I", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Urgent surgical conditions", + 1, + 1281 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 72, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Urolithiasis / Renal colic", + "pbbYJwsoExK", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Urolithiasis / Renal colic", + 1, + 1282 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 73, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "UTI and renal tract acute pathology", + "hrtm8XMGsvI", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|UTI and renal tract acute pathology", + 1, + 1283 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 74, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Violence-related injuries", + "FGVvCNrsZd6", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Violence-related injuries", + 1, + 1284 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 75, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Viral haemorrhagic fevers", + "kVOcCpX2wET", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Viral haemorrhagic fevers", + 1, + 1285 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 76, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Visceral leishmaniasis", + "mWZtlCUSfv9", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Visceral leishmaniasis", + 1, + 1286 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 77, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit A deficiency", + "Q8QmQpMAnQ4", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit A deficiency", + 1, + 1287 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 78, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit B complex deficiency", + "K970D8cUX8q", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit B complex deficiency", + 1, + 1288 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 79, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit C deficiency (scurvy)", + "M4dWY0whWZ3", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit C deficiency (scurvy)", + 1, + 1289 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 80, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit D deficiency (rickets)", + "Iad4CoXnCTM", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit D deficiency (rickets)", + 1, + 1290 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 81, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Whooping cough", + "PJaiWyUC5Rv", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Whooping cough", + 1, + 1291 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 82, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Yellow fever", + "XTczxMr7cBC", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Yellow fever", + 1, + 1292 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 83, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other bites and stings", + "tMDEcnOrzaS", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other bites and stings", + 1, + 1293 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 84, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other neurological conditions", + "RZ6Gri5POqL", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other neurological conditions", + 1, + 1294 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 85, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other non communicable diseases", + "i3kF3xASTF0", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other non communicable diseases", + 1, + 1295 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 86, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other symptoms and abnor. clinical / lab findings", + "wo6gncCWDt8", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other symptoms and abnor. clinical / lab findings", + 1, + 1296 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 87, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Others", + "SLRzVQxrR6V", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Others", + 1, + 1297 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 88, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Covid-19 confirmed", + "lbR2rz0zKhv", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Covid-19 confirmed", + 1, + 1298 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 89, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Covid-19 probable", + "AyulwHw3Bj7", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Covid-19 probable", + 1, + 1299 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 90, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Apnoea of prematurity", + "mNPTDvpwGn5", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Apnoea of prematurity", + 1, + 1300 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 91, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Birth injury", + "oJP7rkoXVg1", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Birth injury", + 1, + 1301 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 92, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bronchiolitis - obstructive bronchitis", + "Ra4H6sXRGR8", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bronchiolitis - obstructive bronchitis", + 1, + 1302 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 93, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bronchospasm", + "gJSba9WYKcN", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bronchospasm", + 1, + 1303 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 94, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cardiogenic shock", + "EQCt6KPlhXh", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cardiogenic shock", + 1, + 1304 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 95, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital herpes virus infection", + "IEWIHnBHcKW", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital herpes virus infection", + 1, + 1305 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 96, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital malaria", + "fzD74ridSY3", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital malaria", + 1, + 1306 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 97, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital syphilis", + "VlGKbqPPcqo", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital syphilis", + 1, + 1307 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 98, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "COPD", + "VEF2GXOUCGn", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|COPD", + 1, + 1308 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 99, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dengue suspected", + "ZcJqi7M0sIE", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dengue suspected", + 1, + 1309 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 100, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dog bite", + "i1cjdEToed4", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dog bite", + 1, + 1310 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 101, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Febrile convulsions", + "jP8E3Nr5ePF", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Febrile convulsions", + 1, + 1311 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 102, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hyperglycemia", + "CSFxUSl3Lrp", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hyperglycemia", + 1, + 1312 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 103, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hypoglycemia", + "p94oukUpt38", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hypoglycemia", + 1, + 1313 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 104, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + " ", + " ", + " ", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hypovolemic shock", + "RdQaXExPuHY", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hypovolemic shock", + 1, + 1314 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 105, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal conjunctivitis", + "l9b20GYt8K8", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal conjunctivitis", + 1, + 1315 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 106, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal convulsions", + "vHdiG2Glz2R", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal convulsions", + 1, + 1316 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 107, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal jaundice", + "bz0dwSs5R8q", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal jaundice", + 1, + 1317 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 108, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal meconial aspiration", + "F7ph9cAUsjq", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal meconial aspiration", + 1, + 1318 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 109, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal Necrotising Enterocolitis", + " ", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal Necrotizing Enterocolitis", + "PEUNHffrc5r", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal Necrotizing Enterocolitis", + 1, + 1319 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 110, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal pneumonia", + "qfD7Pdor9Ke", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumonia", + 1, + 1320 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 111, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal pneumothorax", + "QnWXeiCqjvs", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumothorax", + 1, + 1321 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 112, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal tetanus", + "y6Z1pZrll3Z", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal tetanus", + 1, + 1322 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 113, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal tuberculosis", + "hG3VHYjksd7", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal tuberculosis", + 1, + 1323 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 114, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non cardiac congenital pathology", + "kNx7jnB8tpr", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non cardiac congenital pathology", + 1, + 1324 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 115, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Newborn to an HIV+ mother", + "harSVfsnIAt", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Newborn to an HIV+ mother", + 1, + 1325 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 116, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Observation", + "xW2glpN3ZdI", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Observation", + 1, + 1326 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 117, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Perinatal asphyxia and complications", + "ES9hj5pSPBm", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Perinatal asphyxia and complications", + 1, + 1327 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 118, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Prematurity and or low birth weight", + "ApxIIyzZOvu", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Prematurity and or low birth weight", + 1, + 1328 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 119, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Rheumatic heart disease", + "onaykQ33cTD", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Rheumatic heart disease", + 1, + 1329 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 120, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Risk of sepsis", + "YeQfOMYWPyl", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Risk of sepsis", + 1, + 1330 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 121, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Septic shock", + "e50oxQBEjFZ", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Septic shock", + 1, + 1331 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 122, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Shock uspecified", + "nduZ755HdUK", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Shock uspecified", + 1, + 1332 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 123, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe anaemia", + "OosWiQ14i4U", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe anaemia", + 1, + 1333 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 124, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe dehydration", + "I49cMnQlRYb", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe dehydration", + 1, + 1334 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 125, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Transient tachypnoea of the newborn", + "o0jzqeTCtcA", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Transient tachypnoea of the newborn", + 1, + 1335 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 126, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Varicella", + "H6yZB35ROGG", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Varicella", + 1, + 1336 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other neonatal conditions", + "PFNsVEiE3Mg", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other neonatal conditions", + 1, + 1337 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute asthma", + "bluop7krNFI", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute asthma", + 1, + 1338 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 2, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Non cardiac congenital pathology", + "aVQ2oi3G43Y", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Non cardiac congenital pathology", + 1, + 1339 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 3, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal tuberculosis", + "b52kxhqjmV9", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal tuberculosis", + 1, + 1340 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 4, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal tetanus", + "WE6lCWupEYy", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal tetanus", + 1, + 1341 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 5, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal pneumothorax", + "HWfmCVKRv3I", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumothorax", + 1, + 1342 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 6, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute diarrhea (bloody)", + "ok2FInOgsTB", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (bloody)", + 1, + 1343 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 7, + "Neonatal ecrotizing enterocolitisn", + "", + "Neonatal ecrotizing enterocolitisn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal ecrotizing enterocolitisn", + "bt1b6Bxj2kF", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal ecrotizing enterocolitisn", + 1, + 1344 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 8, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal meconial aspiration", + "NKVXlNCLf17", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal meconial aspiration", + 1, + 1345 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 9, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal jaundice", + "MBeU92FooY5", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal jaundice", + 1, + 1346 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 10, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal convulsions", + "pJNzXChiGXl", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal convulsions", + 1, + 1347 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 11, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal conjunctivitis", + "HT13icXo5YH", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal conjunctivitis", + 1, + 1348 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 12, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal pneumonia", + "tFvK0JjfEok", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumonia", + 1, + 1349 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 13, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute diarrhea (non-bloody)", + "lefj8RM9IfZ", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (non-bloody)", + 1, + 1350 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 14, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute febrile illness (=<7 days)", + "DawDRlElB9F", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute febrile illness (=<7 days)", + 1, + 1351 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 15, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute flaccid paralysis", + "GyhzORItLY8", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute flaccid paralysis", + 1, + 1352 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 16, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute jaundice syndrome", + "xcAffGbjtaI", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute jaundice syndrome", + 1, + 1353 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 17, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Apnoea of prematurity", + "xH3LxnnChOf", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Apnoea of prematurity", + 1, + 1354 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 18, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bacterial meningitis", + "B9xVjlrAWHk", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bacterial meningitis", + 1, + 1355 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 19, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Birth injury", + "rqX77y5nyBB", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Birth injury", + 1, + 1356 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 20, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bronchiolitis - obstructive bronchitis", + "jOVk2qkoqyy", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bronchiolitis - obstructive bronchitis", + 1, + 1357 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 21, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bronchospasm", + "XagfsDBPa2U", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bronchospasm", + 1, + 1358 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 22, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Burns", + "b7VwHnEElX4", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Burns", + 1, + 1359 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 23, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cardiogenic shock", + "CLTxVpE2nyA", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cardiogenic shock", + 1, + 1360 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 24, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cerebral palsy - Neuro disability", + "J80kH4PewuI", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cerebral palsy - Neuro disability", + 1, + 1361 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 25, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cholera (suspected)", + "RlzumxPwBd4", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cholera (suspected)", + 1, + 1362 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 26, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cholera confirmed", + "HtM1Sox2Vwj", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cholera confirmed", + 1, + 1363 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 27, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Complicated ear infection", + "nXBWUIZslkY", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Complicated ear infection", + 1, + 1364 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 28, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Complications of SCD", + "POa0tRlSuBy", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Complications of SCD", + 1, + 1365 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 29, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital herpes virus infection", + "YLMeuzLogS9", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital herpes virus infection", + 1, + 1366 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 30, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital malaria", + "QFNeWiHVebh", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital malaria", + 1, + 1367 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 31, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital or acquired cardiac pathology", + "AJ4Xt5rFWGv", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital or acquired cardiac pathology", + 1, + 1368 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 32, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital syphilis", + "uQkCX2hOxUz", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital syphilis", + 1, + 1369 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 33, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congestive Heart Failure", + "PqbFgrmJdlD", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congestive Heart Failure", + 1, + 1370 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 34, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "COPD", + "guEVgXa3b6v", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|COPD", + 1, + 1371 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 35, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Covid-19 confirmed", + "ynQdWMHuVnM", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Covid-19 confirmed", + 1, + 1372 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 36, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Covid-19 probable", + "V51gp9J0zWT", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Covid-19 probable", + 1, + 1373 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 37, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cutaneous leishmaniosis", + "q6Ae06r15Ho", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cutaneous leishmaniosis", + 1, + 1374 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 38, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dengue confirmed", + "F2XsLwIR6fG", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dengue confirmed", + 1, + 1375 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 39, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dengue suspected", + "rlGC8uqJdzh", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dengue suspected", + 1, + 1376 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 40, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diabetes type 2 and complications", + "n6mQ1I8sLr1", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diabetes type 2 and complications", + 1, + 1377 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 41, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diabetes Type I and complications", + "LnguSPhlhvw", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diabetes Type I and complications", + 1, + 1378 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 42, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diarrhea (persistent)", + "wIdOQXkA9vZ", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diarrhea (persistent)", + 1, + 1379 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 43, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diphtheria", + "fHN1Fc1XE3x", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diphtheria", + 1, + 1380 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 44, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dog bite", + "sj85TsVZ3JX", + "dog bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dog bite", + 1, + 1381 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 45, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Epilepsy - Seizures", + "EXN5Y8Bbe4U", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Epilepsy - Seizures", + 1, + 1382 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 46, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Extra pulmonary tuberculosis", + "w4TaclahhD4", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Extra pulmonary tuberculosis", + 1, + 1383 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 47, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Eye diseases (including trachoma)", + "FTJPLScLlnW", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Eye diseases (including trachoma)", + 1, + 1384 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 48, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Febrile convulsions", + "JH2GCxIGcWf", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Febrile convulsions", + 1, + 1385 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 49, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Gynaecological cases", + "yjXZddwKmXl", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Gynaecological cases", + 1, + 1386 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 50, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis A", + "gcSNHIXe5TM", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis A", + 1, + 1387 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 51, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis B", + "vWZOq83jtyI", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis B", + 1, + 1388 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 52, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis Delta", + "CTGA8o161O9", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis Delta", + 1, + 1389 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 53, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis E", + "ZuuL8WkZEGq", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis E", + 1, + 1390 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 54, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "HIV Infection confirmed", + "sTU8qlhaC8h", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|HIV Infection confirmed", + 1, + 1391 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 55, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hyperglycemia", + "kSePi7ROwlD", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hyperglycemia", + 1, + 1392 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 56, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hyperreactive splenomegaly due to malaria", + "Fx4Tqmp4Aum", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hyperreactive splenomegaly due to malaria", + 1, + 1393 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 57, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hypoglycemia", + "hFiMNaLFQqq", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hypoglycemia", + 1, + 1394 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 58, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + " ", + " ", + " ", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hypovolemic shock", + "zTCrtZh4N4r", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hypovolemic shock", + 1, + 1395 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 59, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Infectious diseases not otherwise classified", + "fvAf7HoLqiZ", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Infectious diseases not otherwise classified", + 1, + 1396 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 60, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Lower respiratory tract infection", + "lWivqa14ywH", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Lower respiratory tract infection", + 1, + 1397 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 61, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Measles (complicated)", + "fA5OLx44Kqy", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Measles (complicated)", + 1, + 1398 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 62, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Measles (uncomplicated)", + "QSGKKKOJgJy", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Measles (uncomplicated)", + 1, + 1399 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 63, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Meningeal TB", + "IYrzxMo1XdR", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Meningeal TB", + 1, + 1400 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 64, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Meningitis unspecified", + "SHBQIe1fUcx", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Meningitis unspecified", + 1, + 1401 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 65, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Mental and psychiatric conditions", + "Tel9TSdNRKv", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Mental and psychiatric conditions", + 1, + 1402 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 66, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Moderate acute malnutrition", + "Lizb2D5tY6F", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Moderate acute malnutrition", + 1, + 1403 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 67, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Musculoskeletal conditions (infectious origin)", + "C2aGaLQ7wfC", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (infectious origin)", + 1, + 1404 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 68, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Musculoskeletal conditions (non-infectious)", + "xbsxjRVbgFt", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (non-infectious)", + 1, + 1405 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 69, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Necrotizing & bullous skin infections", + "HPgk2Ttjxgu", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Necrotizing & bullous skin infections", + 1, + 1406 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 70, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neglected tropical diseases", + "enxyg6CNRzX", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neglected tropical diseases", + 1, + 1407 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 71, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "jDpjwjOmzYi", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1408 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 72, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Non urgent surgical conditions", + "JS1JiSduXtv", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Non urgent surgical conditions", + 1, + 1409 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 73, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Obstetric cases", + "VdEPVcQIJ9n", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Obstetric cases", + 1, + 1410 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 74, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Oral and digestive severe candidiasis", + "jv8EoB8Ixcc", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Oral and digestive severe candidiasis", + 1, + 1411 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 75, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other bites and stings", + "gX2JCGQxzrk", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other bites and stings", + 1, + 1412 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 76, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other neurological conditions", + "ltUMXNGhEq8", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other neurological conditions", + 1, + 1413 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 77, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other non communicable diseases", + "ddklpeUOxUt", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other non communicable diseases", + 1, + 1414 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 78, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other symptoms and abnor. clinical / lab findings", + "pASiyT81UCq", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other symptoms and abnor. clinical / lab findings", + 1, + 1415 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 79, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Others", + "Dd15skECALP", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Others", + 1, + 1416 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 80, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Persistent fever ( >7 days)", + "HPg1Uen5FY0", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Persistent fever ( >7 days)", + 1, + 1417 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 81, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Poliomyelitis confirmed", + "YQ8eAJMeeJH", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Poliomyelitis confirmed", + 1, + 1418 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 82, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Post surgical infections", + "lQqjSIZNH5D", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Post surgical infections", + 1, + 1419 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 83, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Pulmonary tuberculosis", + "nTT9Yte9u1S", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Pulmonary tuberculosis", + 1, + 1420 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 84, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Rabies", + "NcqJU6GvwC2", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Rabies", + 1, + 1421 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 85, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Kwashiorkor)", + "lhvVc3FUCpO", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1422 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 86, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "bZZNGmGmH2F", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1423 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 87, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Marasmus)", + "GlOW8o3i6mR", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus)", + 1, + 1424 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 88, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe malaria", + "LmXWiBEvHwI", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe malaria", + 1, + 1425 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 89, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sexual violence / rape", + "MvS3SDtkUeq", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sexual violence / rape", + 1, + 1426 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 90, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Shigellosis - Salmonellosis", + "J0DdLu2MHDs", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Shigellosis - Salmonellosis", + 1, + 1427 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 91, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sickle cell disease", + "JToZ8urVV4S", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sickle cell disease", + 1, + 1428 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 92, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Simple malaria", + "gZWPKGZRwcj", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Simple malaria", + 1, + 1429 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 93, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Skin and soft tissue conditions", + "oVCqPof3OrT", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Skin and soft tissue conditions", + 1, + 1430 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 94, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Snake bites", + "uYnA0pnSaib", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Snake bites", + 1, + 1431 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 95, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Substance abuse / dependency", + "KC9VbPmfCS0", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Substance abuse / dependency", + 1, + 1432 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 96, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Suspected or confirmed malignancy", + "Qx1uLto5yEX", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Suspected or confirmed malignancy", + 1, + 1433 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 97, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Tetanus", + "lIOfRgPuHgD", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Tetanus", + 1, + 1434 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 98, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Toxicity / poisoning", + "WO1S4bWy3kR", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Toxicity / poisoning", + 1, + 1435 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 99, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Typhoid fever", + "ad45MmIrFgH", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Typhoid fever", + 1, + 1436 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 100, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Newborn to an HIV+ mother", + "Wa5DWnrKvGK", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Newborn to an HIV+ mother", + 1, + 1437 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 101, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sexually transmitted disease (STI)", + "Lv66yP6CBue", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sexually transmitted disease (STI)", + 1, + 1438 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 102, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Upper respiratory tract infection", + "hTK6DDFaG6e", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Upper respiratory tract infection", + 1, + 1439 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 103, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Urgent surgical conditions", + "qWULOu2OfQk", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Urgent surgical conditions", + 1, + 1440 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 104, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Urolithiasis / Renal colic", + "OShtoAim3Wg", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Urolithiasis / Renal colic", + 1, + 1441 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 105, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "UTI and renal tract acute pathology", + "MjGSCSxWji8", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|UTI and renal tract acute pathology", + 1, + 1442 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 106, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Violence-related injuries", + "NCKIOR3jQHw", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Violence-related injuries", + 1, + 1443 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 107, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Viral haemorrhagic fevers", + "kAgodBQdyLK", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Viral haemorrhagic fevers", + 1, + 1444 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 108, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Visceral leishmaniasis", + "OWklY4z4BDt", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Visceral leishmaniasis", + 1, + 1445 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 109, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit A deficiency", + "CyUW5yS5Rgg", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit A deficiency", + 1, + 1446 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 110, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit B complex deficiency", + "pYEJB8o2qjA", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit B complex deficiency", + 1, + 1447 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 111, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit C deficiency (scurvy)", + "kF6LZEDgeid", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit C deficiency (scurvy)", + 1, + 1448 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 112, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit D deficiency (rickets)", + "W9HFlAbnhhg", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit D deficiency (rickets)", + 1, + 1449 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 113, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Whooping cough", + "U3dzpFQgcmH", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Whooping cough", + 1, + 1450 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 114, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Yellow fever", + "BQ0tEkOuzJ7", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Yellow fever", + 1, + 1451 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 115, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Observation", + "w3WM30UaV3P", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Observation", + 1, + 1452 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 116, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Perinatal asphyxia and complications", + "zPHUZb5MEJP", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Perinatal asphyxia and complications", + 1, + 1453 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 117, + "Prematurity and/or low birth weight", + "", + "Prematurity and/or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Prematurity and/or low birth weight", + "nbgZIc8oTzY", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Prematurity and/or low birth weight", + 1, + 1454 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 118, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Rheumatic heart disease", + "oGUhgcrpTRz", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Rheumatic heart disease", + 1, + 1455 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 119, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Risk of sepsis", + "I8SfVL1ISjT", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Risk of sepsis", + 1, + 1456 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 120, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Septic shock", + "Ppv9BTW1HUM", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Septic shock", + 1, + 1457 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 121, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Shock uspecified", + "oxHISHDzfPj", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Shock uspecified", + 1, + 1458 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 122, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe anaemia", + "DY621CqJVK6", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe anaemia", + 1, + 1459 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 123, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe dehydration", + "Km8nbWcG57I", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe dehydration", + 1, + 1460 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 124, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Transient tachypnoea of the newborn", + "duWhWZ2OorT", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Transient tachypnoea of the newborn", + 1, + 1461 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 125, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Varicella", + "Dx5mvv0dua0", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Varicella", + 1, + 1462 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 126, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other neonatal conditions", + "VqNHFgx2IKp", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other neonatal conditions", + 1, + 1463 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 1, + "Weight/Height", + "", + "", + "Height", + "Patient's height in centimeters.", + "Numeric", + "Finding", + "3fbf0612-8343-4fcd-bc20-7e9d3cb85d6f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الوزن/الطول", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Weight/Height", + 1, + 1464 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 2, + "BMI", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|BMI", + 1, + 1465 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 3, + "MUAC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|MUAC", + 1, + 1466 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 4, + "Odema", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جفاف العين", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Odema", + 1, + 1467 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 5, + "breastfeeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإفطار/التغذية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|breastfeeding", + 1, + 1468 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 6, + "Moderate + sick", + "", + "", + "Moderate", + "Average in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001888", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "3cdef832-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "معتدل + مريض", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Moderate + sick", + 1, + 1469 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 1, + "+ ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| + ", + 1, + 1470 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 2, + "++", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "++", + "Two plus result (scale of + - ++++)", + "Boolean", + "Finding", + "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| ++", + 1, + 1471 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 3, + "+++", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "+++", + "Three plus result (scale + - ++++)", + "Boolean", + "Finding", + "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| +++", + 1, + 1472 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 1, + "Adopted", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تم تبني الطفل", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Adopted", + 1, + 1473 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 2, + "Twin", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطفل توأم", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Twin", + 1, + 1474 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 3, + "Orphan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطفل يتيم", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Orphan", + 1, + 1475 + ], + [ + 103, + "Test result - positive/negative", + "", + "Coded", + 1, + "Positive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موجب", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Test result - positive/negative|Positive", + 1, + 1476 + ], + [ + 103, + "Test result - positive/negative", + "", + "Coded", + 2, + "Negative", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سالب", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Test result - positive/negative|Negative", + 1, + 1477 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 1, + 1, + "", + 1, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|1", + 1, + 1478 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 2, + "Transition", + "", + "Transition", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|Transition", + 1, + 1479 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 3, + 2, + "", + 2, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|2", + 1, + 1480 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 1, + "F75", + "", + "F75", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|F75", + 1, + 1481 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 2, + "F100", + "", + "F100", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|F100", + 1, + 1482 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 3, + "Infant formula", + "", + "Infant formula", + "", + "", + "", + "", + "", + "", + "Infant formula", + "Describes a substance used to feed children.", + "Coded", + "Drug", + "5254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Infant formula", + "Describes a substance used to feed children.", + "Coded", + "Drug", + "3ceb2c7e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|Infant formula", + 1, + 1483 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 1, + 0, + "", + 0, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|0 %", + 1, + 1484 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 2, + 0.25, + "", + 0.25, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|25 %", + 1, + 1485 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 3, + 0.5, + "", + 0.5, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|50 %", + 1, + 1486 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 4, + 0.75, + "", + 0.75, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|75 %", + 1, + 1487 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 5, + 1, + "", + 1, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|100 %", + 1, + 1488 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 1, + "Absent", + "", + "Absent", + "", + "", + "", + "", + "", + "", + "Absent", + "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", + "N/A", + "Misc", + "163747AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Absent", + "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", + "N/A", + "Misc", + "b5410710-123c-49a6-8ccd-75bce3ffa4f1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Absent", + 1, + 1489 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 2, + "Vomiting", + "", + "Vomiting", + "", + "", + "", + "", + "", + "", + "Vomiting", + "The forcible expulsion of the contents of the stomach through the mouth.", + "Coded", + "Diagnosis", + "122983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Vomiting", + "The forcible expulsion of the contents of the stomach through the mouth.", + "N/A", + "Diagnosis", + "3cf1c930-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Vomiting", + 1, + 1490 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 3, + "Refusal", + "", + "Refusal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Refusal", + 1, + 1491 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 4, + "Nasogastric tube", + "", + "Nasogastric tube", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Nasogastric tube", + 1, + 1492 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 5, + "IV fluid", + "", + "IV fluid", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|IV fluid", + 1, + 1493 + ], + [ + "", + "Outcome - Family planning", + "", + "Coded", + "", + "Child alive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Outcome - Family planning|Child alive", + 1, + 1494 + ], + [ + "", + "Outcome - Family planning ", + "", + "Coded", + "", + "Child died", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Outcome - Family planning |Child died", + 1, + 1495 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Exclusive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Exclusive", + 1, + 1496 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Mixed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Mixed", + 1, + 1497 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Bottle", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Bottle", + 1, + 1498 + ], + [ + "", + "FP befor", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "FP befor|Yes", + 1, + 1499 + ], + [ + "", + "FP befor", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "FP befor|No", + 1, + 1500 + ], + [ + "", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|Yes", + 1, + 1501 + ], + [ + "", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|No", + 1, + 1502 + ], + [ + "", + "Have you given birth on the last 4 weeks?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you given birth on the last 4 weeks?|Yes", + 1, + 1503 + ], + [ + "", + "Have you given birth on the last 4 weeks?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you given birth on the last 4 weeks?|No", + 1, + 1504 + ], + [ + "", + "Did your last menstruation period start within the past 7 days?", + "", + "", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Did your last menstruation period start within the past 7 days?|Yes", + 1, + 1505 + ], + [ + "", + "Did your last menstruation period start within the past 7 days?", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Did your last menstruation period start within the past 7 days?|No", + 1, + 1506 + ], + [ + "", + "Have you had an abortion or miscarriage in the past 7 days?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you had an abortion or miscarriage in the past 7 days?|Yes", + 1, + 1507 + ], + [ + "", + "Have you had an abortion or miscarriage in the past 7 days?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you had an abortion or miscarriage in the past 7 days?|No", + 1, + 1508 + ], + [ + "", + "Have you gone without sexual intercourse since your last menstrual period?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you gone without sexual intercourse since your last menstrual period?|Yes", + 1, + 1509 + ], + [ + "", + "Have you gone without sexual intercourse since your last menstrual period?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you gone without sexual intercourse since your last menstrual period?|No", + 1, + 1510 + ], + [ + "", + "Have you been using a reliable contraceptive method consistently AND correctly?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you been using a reliable contraceptive method consistently AND correctly?|Yes", + 1, + 1511 + ], + [ + "", + "Have you been using a reliable contraceptive method consistently AND correctly?", + "", + "", + "", + "No", + " ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you been using a reliable contraceptive method consistently AND correctly?|No", + 1, + 1512 + ], + [ + "", + "The patient has a metod in mind?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "The patient has a metod in mind?|Yes", + 1, + 1513 + ], + [ + "", + "The patient has a metod in mind?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "The patient has a metod in mind?|No", + 1, + 1514 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Very effective", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Very effective", + 1, + 1515 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Breasfeeding<6 month", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Breasfeeding<6 month", + 1, + 1516 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "No children later", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|No children later", + 1, + 1517 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Permanent", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Permanent", + 1, + 1518 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Few side", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Few side", + 1, + 1519 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Nothing to do befor sex", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Nothing to do befor sex", + 1, + 1520 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Use only when needed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Use only when needed", + 1, + 1521 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Avoid touching intimate areas", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Avoid touching intimate areas", + 1, + 1522 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Latex allergy (patient or partner)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Latex allergy (patient or partner)", + 1, + 1523 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Current/history trombembolism", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Current/history trombembolism", + 1, + 1524 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Pregnancy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Pregnancy", + 1, + 1525 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Diabetes for > 20 years", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Diabetes for > 20 years", + 1, + 1526 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Breastfeeding< 6 weeks", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Breastfeeding< 6 weeks", + 1, + 1527 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Smoker > 35 years old", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Smoker > 35 years old", + 1, + 1528 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "BP>160/100", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|BP>160/100", + 1, + 1529 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Unexplained veginal bleeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Unexplained veginal bleeding", + 1, + 1530 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Bleeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Bleeding", + 1, + 1531 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Hyper or dysmenorrhoea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Hyper or dysmenorrhoea", + 1, + 1532 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "History of extra-uterine pregnancy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|History of extra-uterine pregnancy", + 1, + 1533 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Server untreated anaemia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Server untreated anaemia", + 1, + 1534 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Current STI/current PID,HIV + patient on ARV", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Current STI/current PID,HIV + patient on ARV", + 1, + 1535 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "On TB medication", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|On TB medication", + 1, + 1536 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "On Epilepsy medication", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|On Epilepsy medication", + 1, + 1537 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Active liver disease/jaundice", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Active liver disease/jaundice", + 1, + 1538 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "HIV + patient with active ADIS but NOT on ARV", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|HIV + patient with active ADIS but NOT on ARV", + 1, + 1539 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Male condom", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Male condom", + 1, + 1540 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Female condom", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Female condom", + 1, + 1541 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "COC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|COC", + 1, + 1542 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "POP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|POP", + 1, + 1543 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Injectable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Injectable", + 1, + 1544 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Implant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Implant", + 1, + 1545 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "IUD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|IUD", + 1, + 1546 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Tubal ligation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Tubal ligation", + 1, + 1547 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Vasectomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Vasectomy", + 1, + 1548 + ], + [ + "", + "Satisfied with method", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Satisfied with method|Yes", + 1, + 1549 + ], + [ + "", + "Satisfied with method", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Satisfied with method|No", + 1, + 1550 + ], + [ + "", + "Changed bleeding pattern", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Changed bleeding pattern|Yes", + 1, + 1551 + ], + [ + "", + "Changed bleeding pattern", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Changed bleeding pattern|No", + 1, + 1552 + ], + [ + "", + "Headache/dizziness", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Headache/dizziness|Yes", + 1, + 1553 + ], + [ + "", + "Headache/dizziness", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Headache/dizziness|No", + 1, + 1554 + ], + [ + "", + "Nausea/abdominal pain", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Nausea/abdominal pain|Yes", + 1, + 1555 + ], + [ + "", + "Nausea/abdominal pain", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Nausea/abdominal pain|No", + 1, + 1556 + ], + [ + "", + "Breast tender", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breast tender|Yes", + 1, + 1557 + ], + [ + "", + "Breast tender", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breast tender|No", + 1, + 1558 + ], + [ + "", + "Mood changes", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mood changes|Yes", + 1, + 1559 + ], + [ + "", + "Mood changes", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mood changes|No", + 1, + 1560 + ], + [ + "", + "Date to return to first PNC visit", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Date to return to first PNC visit|Full term", + 1, + 1561 + ], + [ + "", + "Date to return to first PNC visit", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Date to return to first PNC visit|Preterm", + 1, + 1562 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Normal", + 1, + 1563 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Manual delivery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Manual delivery", + 1, + 1564 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Episiotomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Episiotomy", + 1, + 1565 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Perineal laceration (tear)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Perineal laceration (tear)", + 1, + 1566 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Hypertension", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Hypertension", + 1, + 1567 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Heart disease", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Heart disease", + 1, + 1568 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Diabetes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Diabetes", + 1, + 1569 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Abdominal surgery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Abdominal surgery", + 1, + 1570 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Sexually transitted infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Sexually transitted infection", + 1, + 1571 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Epilepsy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Epilepsy", + 1, + 1572 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "HIV+", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|HIV+", + 1, + 1573 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Tuberculosis", + 1, + 1574 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Other", + 1, + 1575 + ], + [ + "", + "Present at consultation", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Present at consultation|Yes", + 1, + 1576 + ], + [ + "", + "Present at consultation", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Present at consultation|No", + 1, + 1577 + ], + [ + "", + "Anaemia (conjunctiva, heamoglobin)", + "", + "Coded", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Anaemia (conjunctiva, heamoglobin)|", + 1, + 1578 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|No", + 1, + 1579 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "Mild", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|Mild", + 1, + 1580 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "Severe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|Severe", + 1, + 1581 + ], + [ + "", + "Breasts (e.g infection,enforgement)", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breasts (e.g infection,enforgement)|Normal", + 1, + 1582 + ], + [ + "", + "Breasts (e.g infection,enforgement)", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breasts (e.g infection,enforgement)|Abnormal", + 1, + 1583 + ], + [ + "", + "Sexually transmitted infection", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sexually transmitted infection|Yes", + 1, + 1584 + ], + [ + "", + "Sexually transmitted infection", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sexually transmitted infection|No", + 1, + 1585 + ], + [ + "", + "Time since delivery", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Time since delivery|Normal", + 1, + 1586 + ], + [ + "", + "Time since delivery", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Time since delivery|Abnormal", + 1, + 1587 + ], + [ + "", + "Healing (if laceration,episiotomy of C-section)", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Healing (if laceration,episiotomy of C-section)|Normal", + 1, + 1588 + ], + [ + "", + "Healing (if laceration,episiotomy of C-section)", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Healing (if laceration,episiotomy of C-section)|Abnormal", + 1, + 1589 + ], + [ + "", + "Passing urine or stool", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Passing urine or stool|Normal", + 1, + 1590 + ], + [ + "", + "Passing urine or stool", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Passing urine or stool|Abnormal", + 1, + 1591 + ], + [ + "", + "Mother-infant interaction", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mother-infant interaction|Normal", + 1, + 1592 + ], + [ + "", + "Mother-infant interaction", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mother-infant interaction|Abnormal", + 1, + 1593 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|No", + 1, + 1594 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "MH", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|MH", + 1, + 1595 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "HP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|HP", + 1, + 1596 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "Gyne", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|Gyne", + 1, + 1597 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|Other", + 1, + 1598 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|No", + 1, + 1599 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "Referral hospital", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|Referral hospital", + 1, + 1600 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|Other", + 1, + 1601 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Yes", + 1, + 1602 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "COC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|COC", + 1, + 1603 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "POP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|POP", + 1, + 1604 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "IUD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|IUD", + 1, + 1605 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Implant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Implant", + 1, + 1606 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Condoms", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Condoms", + 1, + 1607 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|No", + 1, + 1608 + ], + [ + "", + "PNC-gestational age:", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-gestational age:|Full term", + 1, + 1609 + ], + [ + "", + "PNC-gestational age:", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-gestational age:|Preterm", + 1, + 1610 + ], + [ + "", + "PNC- gestational age?", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- gestational age?|Full term", + 1, + 1611 + ], + [ + "", + "PNC- gestational age:", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- gestational age:|Preterm", + 1, + 1612 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Anaemia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Anaemia", + 1, + 1613 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Hypertension/pre-/eclampsia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Hypertension/pre-/eclampsia", + 1, + 1614 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Antepartum hemorrhage", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Antepartum hemorrhage", + 1, + 1615 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Prolonged/obstructed labour", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Prolonged/obstructed labour", + 1, + 1616 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Malpresentation (breach, other)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Malpresentation (breach, other)", + 1, + 1617 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Caesarean section", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Caesarean section", + 1, + 1618 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Instrumental extraction", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Instrumental extraction", + 1, + 1619 + ], + [ + "", + "PNC- Problems-Placenta", + "", + "Coded", + "", + "Norma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems-Placenta|Norma", + 1, + 1620 + ], + [ + "", + "PNC- Problems-Placenta", + "", + "Coded", + "", + "Manual delivery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems-Placenta|Manual delivery", + 1, + 1621 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Episiotomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Episiotomy", + 1, + 1622 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Perineal laceration (tear)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Perineal laceration (tear)", + 1, + 1623 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Fistula present - management:", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Fistula present - management:", + 1, + 1624 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Postapartum haemorrhage", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Postapartum haemorrhage", + 1, + 1625 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Other", + 1, + 1626 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Hypertension", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Hypertension", + 1, + 1627 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Heart disease", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Heart disease", + 1, + 1628 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Diabetes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Diabetes", + 1, + 1629 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Abdominal surgery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Abdominal surgery", + 1, + 1630 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Sexually transmitted infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Sexually transmitted infection", + 1, + 1631 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Epilepsy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Epilepsy", + 1, + 1632 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "HIV+", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|HIV+", + 1, + 1633 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Tuberculosis", + 1, + 1634 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|other", + 1, + 1635 + ], + [ + "", + "PNC- present at consultation", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- present at consultation|Yes", + 1, + 1636 + ], + [ + "", + "PNC- present at consultation", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- present at consultation|No", + 1, + 1637 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|No", + 1, + 1638 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "Mild", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|Mild", + 1, + 1639 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "Severe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|Severe", + 1, + 1640 + ] ], - [ - 1, - "Sex - All", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Male", - 1, - 0 + "formulasLocal": [ + [ + "", + "", + "", + "", + "", + "", + "", + "", + "Automatch Suggestions from MSF Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from CIEL Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from PIH Source", + "", + "", + "", + "", + "", + "", + "OCL ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "DHIS2", + "", + "", + "", + "", + "", + "", + "", + "", + "OpenFn", + "", + "", + "", + "", + "", + "", + "OptionSet used in…", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "#", + "OptionSet name", + "Label if different", + "Datatype", + "#", + "Answers", + "External ID", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL concept ID", + "OCL name", + "OCL definition", + "OCL Comments", + "Validation (format)", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "DHIS2 Option code", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status", + "F00-Registration", + "F01-MHPSS Baseline", + "F02-MHPSS Follow-up", + "F03-mhGAP Baseline", + "F04-mhGAP Follow-up", + "F05-MH Closure", + "F06-MH-PHQ-9", + "F07-ITFC Admission form", + "Key", + "", + "Rank" + ], + [ + 1, + "Sex - All", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Male", + 1, + 1 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Female", + 1, + 2 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 3, + "Transgender male", + "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر متحول", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Transgender male", + 1, + 3 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 4, + "Transgender female", + "1226d253-376f-4e73-9ae2-36c7e9362e8b", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى متحولة", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Transgender female", + 1, + 4 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 5, + "Gender variant - Non conforming", + "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معياري", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Gender variant - Non conforming", + 1, + 5 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 6, + "Prefer not to answer", + "245151ca-691e-4d5a-a792-64cb573e2b34", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عدم الإجابة ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Prefer not to answer", + 1, + 6 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 7, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Unknown", + 1, + 7 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 8, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Other", + 1, + 8 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Male", + 1, + 9 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Female", + "H61UkMHyNku", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Female", + 1, + 10 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 3, + "Transgender male", + "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر متحول", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Transgender male", + "OcJsz1BOHTf", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Transgender male", + 1, + 11 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 4, + "Transgender female", + "1226d253-376f-4e73-9ae2-36c7e9362e8b", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى متحولة", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Transgender female", + "l8RshnosXNy", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Transgender female", + 1, + 12 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 5, + "Gender variant - Non conforming", + "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معياري", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Gender variant - Non conforming", + "V8RXdmOdY8L", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Gender variant - Non conforming", + 1, + 13 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 6, + "Prefer not to answer", + "245151ca-691e-4d5a-a792-64cb573e2b34", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عدم الإجابة ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Prefer not to answer", + "QQzTV76xGfF", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Prefer not to answer", + 1, + 14 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 7, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Unknown", + "YJw3CPNftrE", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Unknown", + 1, + 15 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Male", + 1, + 16 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Female", + "H61UkMHyNku", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Female", + 1, + 17 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 3, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Other", + 1, + 18 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 4, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Unknown", + "YJw3CPNftrE", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Unknown", + 1, + 19 + ], + [ + 4, + "Country", + "", + "Coded", + 1, + "Afghanistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفغانستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Afghanistan", + "diVYBILjUmV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Afghanistan", + 1, + 20 + ], + [ + 4, + "Country", + "", + "Coded", + 2, + "Albania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ألبانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Albania", + "nutwBYPa3c6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Albania", + 1, + 21 + ], + [ + 4, + "Country", + "", + "Coded", + 3, + "Algeria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجزائر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Algeria", + "vFzGZbjzRgT", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Algeria", + 1, + 22 + ], + [ + 4, + "Country", + "", + "Coded", + 4, + "Angola", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أنغولا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Angola", + "AEZqjWQaHtc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Angola", + 1, + 23 + ], + [ + 4, + "Country", + "", + "Coded", + 5, + "Anguilla", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أنغيلا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Anguilla", + "DzKGZxfc1If", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Anguilla", + 1, + 24 + ], + [ + 4, + "Country", + "", + "Coded", + 6, + "Argentina", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأرجنتين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Argentina", + "ZtvWa7Lms2D", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Argentina", + 1, + 25 + ], + [ + 4, + "Country", + "", + "Coded", + 7, + "Armenia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أرمينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Armenia", + "fHUrTZCGrsE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Armenia", + 1, + 26 + ], + [ + 4, + "Country", + "", + "Coded", + 8, + "Aruba", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أروبا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Aruba", + "nW24eGST2rr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Aruba", + 1, + 27 + ], + [ + 4, + "Country", + "", + "Coded", + 9, + "Azerbaijan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذربيجان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Azerbaijan", + "yJAD7ZvdPB9", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Azerbaijan", + 1, + 28 + ], + [ + 4, + "Country", + "", + "Coded", + 10, + "Bangladesh", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنغلاديش", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bangladesh", + "w86dbYs43jg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bangladesh", + 1, + 29 + ], + [ + 4, + "Country", + "", + "Coded", + 11, + "Belarus", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بيلاروسيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Belarus", + "sErv1yTCjIk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Belarus", + 1, + 30 + ], + [ + 4, + "Country", + "", + "Coded", + 12, + "Benin", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Benin", + "ONeYUriDrCm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Benin", + 1, + 31 + ], + [ + 4, + "Country", + "", + "Coded", + 13, + "Bhutan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوتان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bhutan", + "p9BIOdMGTz6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bhutan", + 1, + 32 + ], + [ + 4, + "Country", + "", + "Coded", + 14, + "Bolivia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوليفيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bolivia", + "XQ9Wxt2gh20", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bolivia", + 1, + 33 + ], + [ + 4, + "Country", + "", + "Coded", + 15, + "Bosnia and Herzegovina", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "البوسنة والهرسك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bosnia and Herzegovina", + "xSjqYV8ADNi", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bosnia and Herzegovina", + 1, + 34 + ], + [ + 4, + "Country", + "", + "Coded", + 16, + "Botswana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوتسوانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Botswana", + "kiI9Nkhhtsw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Botswana", + 1, + 35 + ], + [ + 4, + "Country", + "", + "Coded", + 17, + "Brazil", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "البرازيل", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Brazil", + "otuaAfFAMm9", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Brazil", + 1, + 36 + ], + [ + 4, + "Country", + "", + "Coded", + 18, + "British Virgin Islands", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جزر فيرجن البريطانية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "British Virgin Islands", + "oGtke47HQjw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|British Virgin Islands", + 1, + 37 + ], + [ + 4, + "Country", + "", + "Coded", + 19, + "Bulgaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بلغاريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bulgaria", + "sxgEvvHGASc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bulgaria", + 1, + 38 + ], + [ + 4, + "Country", + "", + "Coded", + 20, + "Burkina Faso", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوركينا فاسو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Burkina Faso", + "labcPsf6vlS", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Burkina Faso", + 1, + 39 + ], + [ + 4, + "Country", + "", + "Coded", + 21, + "Burundi", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوروندي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Burundi", + "EO7IXBoCRQM", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Burundi", + 1, + 40 + ], + [ + 4, + "Country", + "", + "Coded", + 22, + "Cambodia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كمبوديا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cambodia", + "BssvituAfov", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cambodia", + 1, + 41 + ], + [ + 4, + "Country", + "", + "Coded", + 23, + "Cameroon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكاميرون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cameroon", + "LzxTtERApOy", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cameroon", + 1, + 42 + ], + [ + 4, + "Country", + "", + "Coded", + 24, + "Cape Verde", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الرأس الأخضر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cape Verde", + "HvZxt4vKoOx", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cape Verde", + 1, + 43 + ], + [ + 4, + "Country", + "", + "Coded", + 25, + "Central African Republic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية افريقيا الوسطى", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Central African Republic", + "B09WCauYtJ7", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Central African Republic", + 1, + 44 + ], + [ + 4, + "Country", + "", + "Coded", + 26, + "Chad", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشاد", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Chad", + "JtMeoonLcqo", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Chad", + 1, + 45 + ], + [ + 4, + "Country", + "", + "Coded", + 27, + "Chile", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شيلي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Chile", + "pdTWdFqXStd", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Chile", + 1, + 46 + ], + [ + 4, + "Country", + "", + "Coded", + 28, + "China", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "China", + "CcpigvKey7O", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|China", + 1, + 47 + ], + [ + 4, + "Country", + "", + "Coded", + 29, + "Colombia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كولومبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Colombia", + "zAMRnEi2Yhg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Colombia", + 1, + 48 + ], + [ + 4, + "Country", + "", + "Coded", + 30, + "Comoros", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جزر القمر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Comoros", + "uAyMV131HCO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Comoros", + 1, + 49 + ], + [ + 4, + "Country", + "", + "Coded", + 31, + "Costa Rica", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوستا ريكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Costa Rica", + "vErHiezEajY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Costa Rica", + 1, + 50 + ], + [ + 4, + "Country", + "", + "Coded", + 32, + "Côte d'Ivoire", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوت ديفوار", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Côte d'Ivoire", + "IRepwvOtkII", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Côte d'Ivoire", + 1, + 51 + ], + [ + 4, + "Country", + "", + "Coded", + 33, + "Cuba", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوبا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cuba", + "Mh9Ckr9QhMa", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cuba", + 1, + 52 + ], + [ + 4, + "Country", + "", + "Coded", + 34, + "Djibouti", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جيبوتي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Djibouti", + "cvAMdgckhOk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Djibouti", + 1, + 53 + ], + [ + 4, + "Country", + "", + "Coded", + 35, + "Dominica", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دومينيكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Dominica", + "oC2s7ZiRTv3", + "", + "Family planning - Outcome", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Dominica", + 1, + 54 + ], + [ + 4, + "Country", + "", + "Coded", + 36, + "Dominican Republic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الدومينيكان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Dominican Republic", + "XuXolVGjILU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Dominican Republic", + 1, + 55 + ], + [ + 4, + "Country", + "", + "Coded", + 37, + "DRC Congo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الكونغو الديمقراطية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "DRC Congo", + "hDl6AdC035K", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|DRC Congo", + 1, + 56 + ], + [ + 4, + "Country", + "", + "Coded", + 38, + "East Timor", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تيمور الشرقية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "East Timor", + "l1QF9SxmTEe", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|East Timor", + 1, + 57 + ], + [ + 4, + "Country", + "", + "Coded", + 39, + "Ecuador", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاكوادور", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ecuador", + "gGjltDyQDjq", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ecuador", + 1, + 58 + ], + [ + 4, + "Country", + "", + "Coded", + 40, + "Egypt", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مصر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Egypt", + "xHcq7n4iLjZ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Egypt", + 1, + 59 + ], + [ + 4, + "Country", + "", + "Coded", + 41, + "El Salvador", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلفادور", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "El Salvador", + "oLtI4UknARs", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|El Salvador", + 1, + 60 + ], + [ + 4, + "Country", + "", + "Coded", + 42, + "Equatorial Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا الإستوائية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Equatorial Guinea", + "Sipme5yxx48", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Equatorial Guinea", + 1, + 61 + ], + [ + 4, + "Country", + "", + "Coded", + 43, + "Eritrea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إريتريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Eritrea", + "HkEJcTRqnd5", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Eritrea", + 1, + 62 + ], + [ + 4, + "Country", + "", + "Coded", + 44, + "Ethiopia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أثيوبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ethiopia", + "NYkv05WpCXj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ethiopia", + 1, + 63 + ], + [ + 4, + "Country", + "", + "Coded", + 45, + "Gabon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجابون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Gabon", + "E84FcVzHZDM", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Gabon", + 1, + 64 + ], + [ + 4, + "Country", + "", + "Coded", + 46, + "Gambia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غامبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Gambia", + "LfPn2DOfRew", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Gambia", + 1, + 65 + ], + [ + 4, + "Country", + "", + "Coded", + 47, + "Georgia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جورجيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Georgia", + "jBklhTXjStK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Georgia", + 1, + 66 + ], + [ + 4, + "Country", + "", + "Coded", + 48, + "Ghana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ghana", + "eO0gTpGne9P", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ghana", + 1, + 67 + ], + [ + 4, + "Country", + "", + "Coded", + 49, + "Greece", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اليونان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Greece", + "JSuVBbvnBwi", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Greece", + 1, + 68 + ], + [ + 4, + "Country", + "", + "Coded", + 50, + "Guam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غوام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guam", + "dVJ1jT4qwhr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guam", + 1, + 69 + ], + [ + 4, + "Country", + "", + "Coded", + 51, + "Guatemala", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غواتيمالا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guatemala", + "rHE2fw0dq78", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guatemala", + 1, + 70 + ], + [ + 4, + "Country", + "", + "Coded", + 52, + "Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guinea", + "Lgo53lIlEFU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guinea", + 1, + 71 + ], + [ + 4, + "Country", + "", + "Coded", + 53, + "Guinea-Bissau", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا بيساو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guinea-Bissau", + "OwuIcXiNnLf", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guinea-Bissau", + 1, + 72 + ], + [ + 4, + "Country", + "", + "Coded", + 54, + "Guyana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غيانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guyana", + "LStaPbnFPxB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guyana", + 1, + 73 + ], + [ + 4, + "Country", + "", + "Coded", + 55, + "Haiti", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هايتي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Haiti", + "WZqpZ6BYYMc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Haiti", + 1, + 74 + ], + [ + 4, + "Country", + "", + "Coded", + 56, + "Honduras", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هندوراس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Honduras", + "yK7fFWtOFmj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Honduras", + 1, + 75 + ], + [ + 4, + "Country", + "", + "Coded", + 57, + "India", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "India", + "vD6J24m3CjP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|India", + 1, + 76 + ], + [ + 4, + "Country", + "", + "Coded", + 58, + "Indonesia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إندونيسيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Indonesia", + "xdeMD7HSXiE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Indonesia", + 1, + 77 + ], + [ + 4, + "Country", + "", + "Coded", + 59, + "Iran", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إيران", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Iran", + "CbnR3yhYXLB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Iran", + 1, + 78 + ], + [ + 4, + "Country", + "", + "Coded", + 60, + "Iraq", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العراق", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Iraq", + "akUZWd42amN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Iraq", + 1, + 79 + ], + [ + 4, + "Country", + "", + "Coded", + 61, + "Jordan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأردن", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Jordan", + "Tqqf3od9wZw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Jordan", + 1, + 80 + ], + [ + 4, + "Country", + "", + "Coded", + 62, + "Kazakhstan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كازاخستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kazakhstan", + "vUOaYjStGLy", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kazakhstan", + 1, + 81 + ], + [ + 4, + "Country", + "", + "Coded", + 63, + "Kenya", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kenya", + "wHGMztCNS6m", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kenya", + 1, + 82 + ], + [ + 4, + "Country", + "", + "Coded", + 64, + "Kuwait", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكويت", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kuwait", + "eoLtNAlAHZl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kuwait", + 1, + 83 + ], + [ + 4, + "Country", + "", + "Coded", + 65, + "Kyrgyzstan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قيرغيزستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kyrgyzstan", + "a0lJJYryhi4", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kyrgyzstan", + 1, + 84 + ], + [ + 4, + "Country", + "", + "Coded", + 66, + "Laos", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لاوس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Laos", + "uQDRtKY8c5U", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Laos", + 1, + 85 + ], + [ + 4, + "Country", + "", + "Coded", + 67, + "Lebanon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لبنان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Lebanon", + "GJ7m7BCOAOV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Lebanon", + 1, + 86 + ], + [ + 4, + "Country", + "", + "Coded", + 68, + "Lesotho", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليسوتو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Lesotho", + "xTpZ9IdGDaR", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Lesotho", + 1, + 87 + ], + [ + 4, + "Country", + "", + "Coded", + 69, + "Liberia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليبيريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Liberia", + "RYkXhX8vzoZ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Liberia", + 1, + 88 + ], + [ + 4, + "Country", + "", + "Coded", + 70, + "Libya", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Libya", + "kev7mHYfTYY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Libya", + 1, + 89 + ], + [ + 4, + "Country", + "", + "Coded", + 71, + "Macedonia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مقدونيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Macedonia", + "z33jX0aGBTW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Macedonia", + 1, + 90 + ], + [ + 4, + "Country", + "", + "Coded", + 72, + "Madagascar", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مدغشقر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Madagascar", + "x08DzDg5Nqh", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Madagascar", + 1, + 91 + ], + [ + 4, + "Country", + "", + "Coded", + 73, + "Malawi", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ملاوي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Malawi", + "X2FD6vMUbhE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Malawi", + 1, + 92 + ], + [ + 4, + "Country", + "", + "Coded", + 74, + "Malaysia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ماليزيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Malaysia", + "E3RSmm22ZCw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Malaysia", + 1, + 93 + ], + [ + 4, + "Country", + "", + "Coded", + 75, + "Mali", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مالي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mali", + "qWMNMVwW3f6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mali", + 1, + 94 + ], + [ + 4, + "Country", + "", + "Coded", + 76, + "Martinique", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مارتينيك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Martinique", + "OSaI3ynQc2B", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Martinique", + 1, + 95 + ], + [ + 4, + "Country", + "", + "Coded", + 77, + "Mauritania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موريتانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mauritania", + "juWqPkQv0Jm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mauritania", + 1, + 96 + ], + [ + 4, + "Country", + "", + "Coded", + 78, + "Mauritius", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موريشيوس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mauritius", + "QYoc7owgftv", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mauritius", + 1, + 97 + ], + [ + 4, + "Country", + "", + "Coded", + 79, + "Mayotte", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مايوت", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mayotte", + "ynwDAes7aAW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mayotte", + 1, + 98 + ], + [ + 4, + "Country", + "", + "Coded", + 80, + "Mexico", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المكسيك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mexico", + "kmT493hNL5S", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mexico", + 1, + 99 + ], + [ + 4, + "Country", + "", + "Coded", + 81, + "Moldova", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مولدوفا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Moldova", + "fx0DT1autSt", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Moldova", + 1, + 100 + ], + [ + 4, + "Country", + "", + "Coded", + 82, + "Mongolia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منغوليا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mongolia", + "TUgTdt3xIWK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mongolia", + 1, + 101 + ], + [ + 4, + "Country", + "", + "Coded", + 83, + "Morocco", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المغرب", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Morocco", + "L36FJRjmXWL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Morocco", + 1, + 102 + ], + [ + 4, + "Country", + "", + "Coded", + 84, + "Mozambique", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موزمبيق", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mozambique", + "p7nmSATxbN1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mozambique", + 1, + 103 + ], + [ + 4, + "Country", + "", + "Coded", + 85, + "Myanmar", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ميانمار", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Myanmar", + "rYQqfQ7DQbm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Myanmar", + 1, + 104 + ], + [ + 4, + "Country", + "", + "Coded", + 86, + "Namibia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ناميبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Namibia", + "O1zvQatEJp5", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Namibia", + 1, + 105 + ], + [ + 4, + "Country", + "", + "Coded", + 87, + "Nauru", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ناورو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nauru", + "f0yjC5qZlPc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nauru", + 1, + 106 + ], + [ + 4, + "Country", + "", + "Coded", + 88, + "Nepal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيبال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nepal", + "iAFuacwzUvp", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nepal", + 1, + 107 + ], + [ + 4, + "Country", + "", + "Coded", + 89, + "New Caledonia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كاليدونيا الجديدة", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "New Caledonia", + "htSoK0QkB38", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|New Caledonia", + 1, + 108 + ], + [ + 4, + "Country", + "", + "Coded", + 90, + "Nicaragua", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيكاراغوا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nicaragua", + "TM5JHHJSepL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nicaragua", + 1, + 109 + ], + [ + 4, + "Country", + "", + "Coded", + 91, + "Niger", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "النيجر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Niger", + "n6jS263I3fP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Niger", + 1, + 110 + ], + [ + 4, + "Country", + "", + "Coded", + 92, + "Nigeria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيجيريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nigeria", + "yCwLYjhUxYV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nigeria", + 1, + 111 + ], + [ + 4, + "Country", + "", + "Coded", + 93, + "North Korea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوريا الشمالية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "North Korea", + "AaaEWin7qH1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|North Korea", + 1, + 112 + ], + [ + 4, + "Country", + "", + "Coded", + 94, + "Oman", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلطنة عمان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Oman", + "ibsHfsJGGDN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Oman", + 1, + 113 + ], + [ + 4, + "Country", + "", + "Coded", + 95, + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Other", + "CLdu0MxWYHQ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Other", + 1, + 114 + ], + [ + 4, + "Country", + "", + "Coded", + 96, + "Pakistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "باكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Pakistan", + "JYD72Xs1Mzz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Pakistan", + 1, + 115 + ], + [ + 4, + "Country", + "", + "Coded", + 97, + "Palestine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فلسطين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Palestine", + "oXNGgwEJSsY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Palestine", + 1, + 116 + ], + [ + 4, + "Country", + "", + "Coded", + 98, + "Panama", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنما", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Panama", + "zVoWkjxJFbF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Panama", + 1, + 117 + ], + [ + 4, + "Country", + "", + "Coded", + 99, + "Papua New Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بابوا غينيا الجديدة", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Papua New Guinea", + "Z313HJcROSN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Papua New Guinea", + 1, + 118 + ], + [ + 4, + "Country", + "", + "Coded", + 100, + "Paraguay", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "باراجواي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Paraguay", + "hBJq89c5RTj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Paraguay", + 1, + 119 + ], + [ + 4, + "Country", + "", + "Coded", + 101, + "Peru", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بيرو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Peru", + "YTBWmjQr7XP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Peru", + 1, + 120 + ], + [ + 4, + "Country", + "", + "Coded", + 102, + "Philippines", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فيلبيني", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Philippines", + "AdpKVdKRPcR", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Philippines", + 1, + 121 + ], + [ + 4, + "Country", + "", + "Coded", + 103, + "Puerto Rico", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بورتوريكو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Puerto Rico", + "FnQRQn7mgd1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Puerto Rico", + 1, + 122 + ], + [ + 4, + "Country", + "", + "Coded", + 104, + "Republic of Congo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الكونغو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Republic of Congo", + "FhbtKjDWBKO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Republic of Congo", + 1, + 123 + ], + [ + 4, + "Country", + "", + "Coded", + 105, + "Reunion", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمع شمل", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Reunion", + "UTj8ZSh4W0W", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Reunion", + 1, + 124 + ], + [ + 4, + "Country", + "", + "Coded", + 106, + "Romania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "رومانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Romania", + "h4ADgng7o7V", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Romania", + 1, + 125 + ], + [ + 4, + "Country", + "", + "Coded", + 107, + "Rwanda", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "رواندا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Rwanda", + "Fbb3LoX8tN1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Rwanda", + 1, + 126 + ], + [ + 4, + "Country", + "", + "Coded", + 108, + "Samoa", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ساموا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Samoa", + "tdKdNPjLDpW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Samoa", + 1, + 127 + ], + [ + 4, + "Country", + "", + "Coded", + 109, + "Sao Tome and Principe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سان تومي وبرينسيبي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sao Tome and Principe", + "iaxUuGD1Jci", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sao Tome and Principe", + 1, + 128 + ], + [ + 4, + "Country", + "", + "Coded", + 110, + "Saudi Arabia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المملكة العربية السعودية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Saudi Arabia", + "fWuLuHrUlth", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Saudi Arabia", + 1, + 129 + ], + [ + 4, + "Country", + "", + "Coded", + 111, + "Senegal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السنغال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Senegal", + "iIwF5zZHy3y", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Senegal", + 1, + 130 + ], + [ + 4, + "Country", + "", + "Coded", + 112, + "Serbia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صربيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Serbia", + "QZSt8K9rCuC", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Serbia", + 1, + 131 + ], + [ + 4, + "Country", + "", + "Coded", + 113, + "Sierra Leone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سيرا ليون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sierra Leone", + "Zfx8u9hEIEg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sierra Leone", + 1, + 132 + ], + [ + 4, + "Country", + "", + "Coded", + 114, + "Somalia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصومال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Somalia", + "LWk4HhtQw4P", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Somalia", + 1, + 133 + ], + [ + 4, + "Country", + "", + "Coded", + 115, + "South Africa", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جنوب أفريقيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Africa", + "swkvnZvvnKz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Africa", + 1, + 134 + ], + [ + 4, + "Country", + "", + "Coded", + 116, + "South Korea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوريا الجنوبية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Korea", + "Pk7VSPQGxOJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Korea", + 1, + 135 + ], + [ + 4, + "Country", + "", + "Coded", + 117, + "South Sudan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جنوب السودان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Sudan", + "GM7K6uGf0RB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Sudan", + 1, + 136 + ], + [ + 4, + "Country", + "", + "Coded", + 118, + "Sri Lanka", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سيريلانكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sri Lanka", + "X6Uxm9Nvh96", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sri Lanka", + 1, + 137 + ], + [ + 4, + "Country", + "", + "Coded", + 119, + "Sudan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السودان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sudan", + "bh15sTZprwJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sudan", + 1, + 138 + ], + [ + 4, + "Country", + "", + "Coded", + 120, + "Suriname", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سورينام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Suriname", + "L1pJ6lyhkQ3", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Suriname", + 1, + 139 + ], + [ + 4, + "Country", + "", + "Coded", + 121, + "Swaziland", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سوازيلاند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Swaziland", + "hwQ2t3HqPWl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Swaziland", + 1, + 140 + ], + [ + 4, + "Country", + "", + "Coded", + 122, + "Switzerland", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سويسرا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Switzerland", + "p9TZ1E3MwCJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Switzerland", + 1, + 141 + ], + [ + 4, + "Country", + "", + "Coded", + 123, + "Syria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سوريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Syria", + "Le58jNVqE2c", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Syria", + 1, + 142 + ], + [ + 4, + "Country", + "", + "Coded", + 124, + "Tajikistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طاجيكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tajikistan", + "SpY4My0Tfdu", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tajikistan", + 1, + 143 + ], + [ + 4, + "Country", + "", + "Coded", + 125, + "Tanzania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تنزانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tanzania", + "BO39Gyu0pFB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tanzania", + 1, + 144 + ], + [ + 4, + "Country", + "", + "Coded", + 126, + "Thailand", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تايلاند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Thailand", + "OMthLOXkS7R", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Thailand", + 1, + 145 + ], + [ + 4, + "Country", + "", + "Coded", + 127, + "Togo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توجو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Togo", + "ik6DEQokGoX", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Togo", + 1, + 146 + ], + [ + 4, + "Country", + "", + "Coded", + 128, + "Tonga", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تونغا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tonga", + "UwBOdNU0BoN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tonga", + 1, + 147 + ], + [ + 4, + "Country", + "", + "Coded", + 129, + "Tunisia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تونس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tunisia", + "buJMOWwkvTU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tunisia", + 1, + 148 + ], + [ + 4, + "Country", + "", + "Coded", + 130, + "Turkey", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ديك رومى", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Turkey", + "CGZ6aUAdeEg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Turkey", + 1, + 149 + ], + [ + 4, + "Country", + "", + "Coded", + 131, + "Turkmenistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تركمانستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Turkmenistan", + "vveUZtdAZ4b", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Turkmenistan", + 1, + 150 + ], + [ + 4, + "Country", + "", + "Coded", + 132, + "Uganda", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوغندا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uganda", + "HtKHD2UHkqO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uganda", + 1, + 151 + ], + [ + 4, + "Country", + "", + "Coded", + 133, + "Ukraine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوكرانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ukraine", + "tcQzqbOunOH", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ukraine", + 1, + 152 + ], + [ + 4, + "Country", + "", + "Coded", + 134, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مجهول", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Unknown", + "f3HLfWXDLR2", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Unknown", + 1, + 153 + ], + [ + 4, + "Country", + "", + "Coded", + 135, + "Uruguay", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوروغواي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uruguay", + "pgnkiQSCDn3", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uruguay", + 1, + 154 + ], + [ + 4, + "Country", + "", + "Coded", + 136, + "Uzbekistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوزبكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uzbekistan", + "awnJIYW5YtB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uzbekistan", + 1, + 155 + ], + [ + 4, + "Country", + "", + "Coded", + 137, + "Venezuela", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فنزويلا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Venezuela", + "YRQvQP5RcvF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Venezuela", + 1, + 156 + ], + [ + 4, + "Country", + "", + "Coded", + 138, + "Vietnam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فيتنام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Vietnam", + "kqXj8d1FBku", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Vietnam", + 1, + 157 + ], + [ + 4, + "Country", + "", + "Coded", + 139, + "Western Sahara", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصحراء الغربية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Western Sahara", + "TQtN99MXJBl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Western Sahara", + 1, + 158 + ], + [ + 4, + "Country", + "", + "Coded", + 140, + "Yemen", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اليمن", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Yemen", + "Xt3YtysLys1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Yemen", + 1, + 159 + ], + [ + 4, + "Country", + "", + "Coded", + 141, + "Zambia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زامبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Zambia", + "dBdzuz547IL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Zambia", + 1, + 160 + ], + [ + 4, + "Country", + "", + "Coded", + 142, + "Zimbabwe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيمبابوي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Zimbabwe", + "HLkotQtFN2s", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Zimbabwe", + 1, + 161 + ], + [ + 5, + "Current status", + "", + "Coded", + 1, + "IDP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نازح داخل بلده", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "IDP", + "fuqWrHbeLlA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|IDP", + 1, + 162 + ], + [ + 5, + "Current status", + "", + "Coded", + 2, + "Internationally displaced", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نازح خارج البلد", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Internationally displaced", + "l0DYdgTyfjf", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Internationally displaced", + 1, + 163 + ], + [ + 5, + "Current status", + "", + "Coded", + 3, + "Resident", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مقيم", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Resident", + "dHeC0bqKK5X", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Resident", + 1, + 164 + ], + [ + 5, + "Current status", + "", + "Coded", + 4, + "Returnee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائد", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Returnee", + "c7YSTI6DMVz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Returnee", + 1, + 165 + ], + [ + 5, + "Current status", + "", + "Coded", + 5, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Unknown", + "e09Sdzvq7Eb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Unknown", + 1, + 166 + ], + [ + 6, + "Legal status", + "", + "Coded", + 1, + "Asylum seeker", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طالب لجوء", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Asylum seeker", + "OkxNN39DQxK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Asylum seeker", + 1, + 167 + ], + [ + 6, + "Legal status", + "", + "Coded", + 2, + "No status", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا توجد حالة", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "No status", + "Rq1gzUxSuOx", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|No status", + 1, + 168 + ], + [ + 6, + "Legal status", + "", + "Coded", + 3, + "Refugee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لاجئ", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Refugee", + "eCMoEdIoYip", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Refugee", + 1, + 169 + ], + [ + 6, + "Legal status", + "", + "Coded", + 4, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Unknown", + "qIZDudMrl2h", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Unknown", + 1, + 170 + ], + [ + 7, + "Marital status", + "", + "Coded", + 1, + "Single", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعزب", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Single", + "UWJ3rb4oSIT", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Single", + 1, + 171 + ], + [ + 7, + "Marital status", + "", + "Coded", + 2, + "Married", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "متزوج", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Married", + "KPqHQHHRcCr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Married", + 1, + 172 + ], + [ + 7, + "Marital status", + "", + "Coded", + 3, + "Widowed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ارمل", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Widowed", + "MCDTHvjCcXk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Widowed", + 1, + 173 + ], + [ + 7, + "Marital status", + "", + "Coded", + 4, + "Divorced / separated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مطلق منفصل ", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Divorced / separated", + "Xw72Tt47sh8", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Divorced / separated", + 1, + 174 + ], + [ + 7, + "Marital status", + "", + "Coded", + 5, + "Living with partner", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "معاشرة بدون زواج ", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Concubine", + "N3RUm7QCToz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Living with partner", + 1, + 175 + ], + [ + 7, + "Marital status", + "", + "Coded", + 6, + "Not applicable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا ينطبق", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Not applicable", + "hvQxPXvQTWb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Not applicable", + 1, + 176 + ], + [ + 7, + "Marital status", + "", + "Coded", + 7, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Unknown", + "Wjo2m9cjodd", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Unknown", + 1, + 177 + ], + [ + 8, + "Employment status", + "", + "Coded", + 1, + "Student", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طالب", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Student", + "fo87CWdDTWV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Student", + 1, + 178 + ], + [ + 8, + "Employment status", + "", + "Coded", + 2, + "Permanent employee - full time", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف دائم – دوام كامل", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Permanent employee", + "xr9mD6TPYqb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Permanent employee - full time", + 1, + 179 + ], + [ + 8, + "Employment status", + "", + "Coded", + 3, + "Permanent employee - part time", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف دائم - دوام جزئي", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Permanent employee", + "xr9mD6TPYqb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Permanent employee - part time", + 1, + 180 + ], + [ + 8, + "Employment status", + "", + "Coded", + 4, + "Occasional employee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف مؤقت ", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Occasional employee", + "mvLwMpjazqS", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Occasional employee", + 1, + 181 + ], + [ + 8, + "Employment status", + "", + "Coded", + 5, + "Unemployed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير موظف", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Unemployed", + "cB5Xml6gEy6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Unemployed", + 1, + 182 + ], + [ + 8, + "Employment status", + "", + "Coded", + 6, + "Housework", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عمل منزلي", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Housewife", + "xlN1a7VFrBV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Housework", + 1, + 183 + ], + [ + 8, + "Employment status", + "", + "Coded", + 7, + "Not applicable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا ينطبق", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Not applicable", + "mJT8pyvj9x4", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Not applicable", + 1, + 184 + ], + [ + 8, + "Employment status", + "", + "Coded", + 8, + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Other", + "TSJMPoSPegN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Other", + 1, + 185 + ], + [ + 8, + "Employment status", + "", + "Coded", + 9, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Unknown", + "hQK01FExLdF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Unknown", + 1, + 186 + ], + [ + 9, + "Admission type", + "", + "Coded", + 1, + "New admission", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-2475", + "", + "New admission", + "The process of admitting a patient to facility", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قبول جديد", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "(object.attributeName)", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|New admission", + 1, + 187 + ], + [ + 9, + "Admission type", + "", + "Coded", + 2, + "Readmission", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "Readmission", + "Re-admission", + "", + "", + "", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + "", + "", + "", + "", + "", + "", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-2474", + "", + "Re-admission", + "The process of being admitted to a facility again", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إعادة القبول", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Readmission", + 1, + 188 + ], + [ + 9, + "Admission type", + "", + "Coded", + 3, + "Relapse", + "", + "Relapse", + "", + "", + "", + "", + "", + "", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "Use PIH automatch", + "", + "(see CIEL)", + "CIEL-160033", + "Relapse", + "Status of disease, particularly tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انتكاس", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Relapse", + 1, + 189 + ], + [ + 9, + "Admission type", + "", + "Coded", + 4, + "Internal movement", + "", + "Internal movement", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-167731", + "Internal facility transfer/referral", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Internal movement", + 1, + 190 + ], + [ + 9, + "Admission type", + "", + "Coded", + 5, + "Patient referred", + "", + "Patient referred", + "", + "", + "", + "", + "", + "", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3012", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Patient referred", + 1, + 191 + ], + [ + 10, + "Admission type - MH", + "", + "Coded", + 1, + "New admission", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2475", + "", + "New admission", + "The process of admitting a patient to facility", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ادخال جديد ", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "New admission", + "ytN3iatLPSV", + "new_admission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Admission type - MH|New admission", + 1, + 192 + ], + [ + 10, + "Admission type - MH", + "", + "Coded", + 2, + "Readmission", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "Readmission", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "MSF-2474", + "", + "Re-admission", + "The process of being admitted to a facility again", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعادة ادخال", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "Readmission", + "j7Omz3uFWvT", + "readmission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Admission type - MH|Readmission", + 1, + 193 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 1, + "Internal movement", + "", + "Internal movement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Internal movement", + "hbUToWVAaDs", + "internal_movement", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Internal movement", + 1, + 194 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 2, + "New admission", + "", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "New admission", + "wYldfEstUDw", + "new_admission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|New admission", + 1, + 195 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 3, + "Patient referred", + "", + "Patient referred", + " ", + " ", + " ", + " ", + " ", + " ", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Patient referred", + "OaPIHkL7Oec", + "patient_referred", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Patient referred", + 1, + 196 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 4, + "Readmission", + "", + "Readmission", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Readmission", + "Rpcv8mgy0LH", + "readmission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Readmission", + 1, + 197 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 5, + "Relapse", + "", + "Relapse", + " ", + " ", + " ", + " ", + " ", + " ", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Relapse", + "k33l9HPo5aJ", + "relapse", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Relapse", + 1, + 198 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 1, + "New admission", + "", + "", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|New admission", + 1, + 199 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 2, + "Readmission", + "", + "", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|Readmission", + 1, + 200 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 3, + "Relapse", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|Relapse", + 1, + 201 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فردية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Individual", + 1, + 202 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + "", + "", + "", + "", + "", + "", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ازواج", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Couple", + 1, + 203 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 3, + "Family", + "", + "Family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Family", + 1, + 204 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 4, + "Parent-Child", + "", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهل واطفال", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Parent-Child", + 1, + 205 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 1, + "Individual", + "96223dc7-6959-4ea5-a362-c0246d858c87", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1537", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فردية", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Individual", + "JMnQs1hB0kK", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Individual", + 1, + 206 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 2, + "Couple", + "61b32a22-acef-4141-9faa-9c236cdfa978", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ازواج", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Couple", + "mD02hgMyFVD", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Couple", + 1, + 207 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 3, + "Family", + "f16d5d76-155b-453d-bd60-ea8ee4d344e9", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Family", + "hv96C4ctfZI", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Family", + 1, + 208 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 4, + "Parent-Child", + "c39eaa06-6506-49f0-9c4f-c96fa957f9cd", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهل واطفال", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Parent-Child", + "PNWXisyNbE4", + "mother_child", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Parent-Child", + 1, + 209 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "فردية", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Individual", + "BWaOLwO6b6A", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Individual", + 1, + 210 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ازواج", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Couple", + "He6N2xKBXcT", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Couple", + 1, + 211 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 3, + "Family", + "", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Family", + "Njlwl5xyuyO", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Family", + 1, + 212 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 4, + "Parent-Child", + "", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "اهل واطفال", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Parent-Child", + "A1dYYhmV4ob", + "mother_child", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Parent-Child", + 1, + 213 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "فردية", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Individual", + "sOoJSyT6ZDO", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Individual", + 1, + 214 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ازواج", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Couple", + "HTeXUWFE4P6", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Couple", + 1, + 215 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 3, + "Family", + "", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Family", + "VsbQQh86Jlb", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Family", + 1, + 216 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 1, + "Psychologist", + "", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Psychologist", + 1, + 217 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 2, + "Counsellor", + "", + "Counsellor", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1568", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Counsellor", + 1, + 218 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 3, + "Psychiatrist", + "", + "Psychiatrist", + "Psychiatrist", + "A medical doctor (an M.D. or D.O.) who specializes in diagnosing and treating disorders related to mental health.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001397", + 95, + "Psychiatrist", + "", + "N/A", + "Misc", + "167061AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Psychiatrist", + 1, + 219 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 4, + "mhGAP clinician", + "", + "mhGAP clinician", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|mhGAP clinician", + 1, + 220 + ], + [ + 18, + "Consultation done by - MHPSS baseline", + "", + "Coded", + 1, + "Psychologist", + "278401ee-3d6f-4c65-9455-f1c16d0a7a98", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Psychologist", + "gLrTwy3IQX5", + "psychologist", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS baseline|Psychologist", + 1, + 221 + ], + [ + 18, + "Consultation done by - MHPSS baseline", + "", + "Coded", + 2, + "Counsellor", + "fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331", + "Counsellor", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Counsellor", + "XP6WAfznTX0", + "counsellor", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS baseline|Counsellor", + 1, + 222 + ], + [ + 19, + "Consultation done by - MHPSS follow-up", + "", + "Coded", + 1, + "Psychologist", + "", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "TEXT", + "Mental Health-Follow-up consultation- Consultation done by", + "aCTIvKSNndK", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Psychologist", + "gLrTwy3IQX5", + "psychologist", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS follow-up|Psychologist", + 1, + 223 + ], + [ + 19, + "Consultation done by - MHPSS follow-up", + "", + "Coded", + 2, + "Counsellor", + "", + "Counsellor", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "TEXT", + "Mental Health-Follow-up consultation- Consultation done by", + "aCTIvKSNndK", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Counsellor", + "XP6WAfznTX0", + "counsellor", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS follow-up|Counsellor", + 1, + 224 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 1, + "Health facility", + "", + "Health facility", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 95, + "Found", + "", + "", + "MSF-2578", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منشأة صحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Health facility", + 1, + 225 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 2, + "MSF health facility", + "", + "MSF health facility", + " ", + " ", + " ", + " ", + "", + " ", + " ", + " ", + " ", + " ", + "", + " ", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز صحي تابع لمنظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|MSF health facility", + 1, + 226 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 3, + "Mobile clinic", + "", + "Mobile clinic", + "Mobile clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001400", + 95, + "Mobile clinic", + " ", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Mobile clinic", + "Describes method of new HIV diagnosis.", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "MSF-1000", + "", + "Mobile Clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عيادة متنقلة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Mobile clinic", + 1, + 227 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 4, + "Home visit", + "", + "Home visit", + "Home", + "The place where an individual lives permanently", + "N/A", + "Misc", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + 90, + "Home", + " ", + "N/A", + "Misc", + "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Home visit", + "When a provider goes to the patient's residence", + "N/A", + "Misc", + "be2df0db-e633-4016-aab8-65697bb98f12", + 95, + "Found", + "", + "", + "MSF-1382", + "", + "Home", + "The place where an individual lives permanently, question = Intervention setting", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة منزلية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Home visit", + 1, + 228 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 5, + "School visit", + "", + "School visit", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "School", + "Location of teaching", + "N/A", + "Misc", + "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة مدرسية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|School visit", + 1, + 229 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 6, + "Remote / phone", + "", + "Remote / phone", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-975", + "", + "Telehealth consultation", + "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عن بعد / تلفون", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Remote / phone", + 1, + 230 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 7, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "CIEL-5622", + "Other", + "A generic, descriptive, and non-coded response to a question., CIEL link is broken", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Other", + 1, + 231 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 1, + "Health facility", + "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", + "Health facility", + "", + "", + "", + "", + "", + "", + "Health facility", + "", + "N/A", + "Misc", + "1537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Health facility name", + "", + "", + "", + "162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF manual", + "", + "MSF-2578", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منشأة صحية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Health facility", + "r4XbBWmqXmu", + "health_center", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Health facility", + 1, + 232 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 2, + "MSF health facility", + "41e68dee-a2a3-4e6c-9d96-53def5caff52", + "MSF health facility", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز صحي تابع لمنظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "MSF health facility", + "QjHFWlrDAi3", + "msf_health_facility", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|MSF health facility", + 1, + 233 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 3, + "Mobile clinic", + "48984e47-3e9b-4d8e-a66d-317af5c36f02", + "Mobile clinic", + "Mobile clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001400", + 95, + "Mobile clinic", + "", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Mobile clinic", + "Describes method of new HIV diagnosis.", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-1000", + "", + "Mobile Clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عيادة متنقلة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Mobile clinic", + "SENCNKONSMT", + "mobile_clinic", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Mobile clinic", + 1, + 234 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 4, + "Home visit", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + "Home visit", + "Home", + "The place where an individual lives permanently", + "N/A", + "Misc", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + 90, + "Home", + "", + "N/A", + "Misc", + "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Home visit", + "When a provider goes to the patient's residence", + "N/A", + "Misc", + "be2df0db-e633-4016-aab8-65697bb98f12", + 95, + "Found", + "Use PIH automatch", + "", + "MSF-1382", + "", + "Home", + "The place where an individual lives permanently, question = Intervention setting", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة منزلية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Home", + "Klk9UQeoyeM", + "home", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Home visit", + 1, + 235 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 5, + "School visit", + "7091b6ea-7067-4ee3-9f67-8805904e2f61", + "School visit", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "School", + "Location of teaching", + "N/A", + "Misc", + "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة مدرسية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "School", + "mKGlluwx83y", + "school", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|School visit", + 1, + 236 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 6, + "Remote / phone", + "398ce872-5862-4826-bba8-826915eddf98", + "Remote / phone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-975", + "", + "Telehealth consultation", + "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عن بعد / تلفون", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Remote / Phone", + "CL7Yj72PgmV", + "remote_phone", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Remote / phone", + 1, + 237 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 7, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-7", + "CIEL-5622", + "Other", + "A generic, descriptive, and non-coded response to a question., CIEL link is broken", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Other", + "MSRu3TwArTh", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Other", + 1, + 238 + ], + [ + 22, + "Type of Mental Health intervention", + "", + "Coded", + 1, + "Counselling", + "", + "Counselling", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-145", + "", + "", + "", + "Not found in MSF source; possibly use 1405, name = \"Psychosocial counselling\", DEF = \"Counseling provided for psychosocial support.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "استشارة مع مستشار نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Counselling (with counsellor)", + "xUDWMZGGS2l", + "counselling_with_counsellor", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of Mental Health intervention|Counselling", + 1, + 239 + ], + [ + 22, + "Type of Mental Health intervention", + "", + "Coded", + 2, + "Psychotherapy", + "", + "Psychotherapy", + "", + "", + "", + "", + "", + "", + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "a60e6351-d0ee-403b-9467-98fb25bca5db", + 95, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-163312", + "Psychotherapy", + "No DEF", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "علاج نفسي مع اخصائي نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Psychotherapy (with psychologist)", + "JZwsTTNdzhq", + "psychotherapy_with_psychologist", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of Mental Health intervention|Psychotherapy", + 1, + 240 + ], + [ + 23, + "Type of Mental Health intervention - MHPSS", + "", + "Coded", + 1, + "Counselling", + "08c534b7-c901-46fb-9831-50ecfcd74d1b", + "Counselling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "استشارة مع مستشار نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Counselling (with counsellor)", + "xUDWMZGGS2l", + "counselling_with_counsellor", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of intervention] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of Mental Health intervention - MHPSS|Counselling", + 1, + 241 + ], + [ + 23, + "Type of Mental Health intervention - MHPSS", + "", + "Coded", + 2, + "Psychotherapy", + "aa9c5d82-1ebf-43c7-9218-6766c4affbc4", + "Psychotherapy", + " ", + " ", + " ", + " ", + " ", + " ", + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "a60e6351-d0ee-403b-9467-98fb25bca5db", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-163312", + "Psychotherapy", + "No DEF", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "علاج نفسي مع اخصائي نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Psychotherapy (with psychologist)", + "JZwsTTNdzhq", + "psychotherapy_with_psychologist", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of intervention] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of Mental Health intervention - MHPSS|Psychotherapy", + 1, + 242 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 1, + "IPD MSF", + "", + "IPD MSF", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|IPD MSF", + 1, + 243 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 2, + "Emergency department MSF", + "", + "Emergency department MSF", + "Emergency department", + "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", + "N/A", + "Misc", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الإسعافات لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Emergency department MSF", + 1, + 244 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 3, + "ER", + "", + "ER", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-1383", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|ER", + 1, + 245 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 4, + "MSF ATFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|MSF ATFC", + 1, + 246 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 5, + "Non-MSF ATFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Non-MSF ATFC", + 1, + 247 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 6, + "Primary Health Center MSF", + "", + "Primary Health Center MSF", + "", + "", + "", + "", + "", + "", + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Primary Health Center MSF", + 1, + 248 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 7, + "Health Promotion/sensitization", + "", + "Health Promotion/sensitization", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التوعية الصحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Health Promotion/sensitization", + 1, + 249 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 8, + "Other MSF personnel", + "", + "Other MSF personnel", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1422", + "", + "MSF other", + "Other MSF department or group., question = Source of initial patient referral", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف آخر لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other MSF personnel", + 1, + 250 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 9, + "MSF social worker", + "", + "MSF social worker", + "Social worker", + "", + "", + "", + "MSF-AAAAAA000000000000001398", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل مجتمعي لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|MSF social worker", + 1, + 251 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 10, + "Hospital or Health facility", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-2578", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Hospital or Health facility", + 1, + 252 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 11, + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|SFC", + 1, + 253 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 12, + "Hospital", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مستشفى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Hospital", + 1, + 254 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 13, + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-1385", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|OPD", + 1, + 255 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 14, + "Outreach", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Outreach", + 1, + 256 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 15, + "Other health structure", + "", + "Other health structure", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-164407", + "Other health facility", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز أو منشأة صحية أخرى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other health structure", + 1, + 257 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 16, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other", + 1, + 258 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 17, + "Local health worker (non-MSF)", + "", + "Local health worker (non-MSF)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Local health worker (non-MSF)", + 1, + 259 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 18, + "Institutions (NGOs/Church/IGO)", + "", + "Institutions (NGOs/Church/IGO)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Institutions (NGOs/Church/IGO)", + 1, + 260 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 19, + "NGO", + "", + "NGO", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-48", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|NGO", + 1, + 261 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 20, + "Self-referral", + "", + "Self-referral", + "", + "", + "", + "", + "", + "", + "Self-referred", + "", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1417", + "CIEL-160551", + "Self-referral", + "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "احالة فردية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Self-referral", + 1, + 262 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 21, + "Family member / friend /neighbor", + "", + "Family member / friend /neighbor", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1514", + "", + "", + "", + "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد أفراد العائلة / صديق / جار", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Family member / friend /neighbor", + 1, + 263 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 22, + "Community leader", + "", + "Community leader", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Community leader", + "", + "N/A", + "Misc", + "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-981", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد شخصيات المجتمع المحلي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Community leader", + 1, + 264 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 23, + "School / University", + "", + "School / University", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "University", + "Academic institution. Higher learning.", + "N/A", + "Misc", + "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مدرسة/جامعة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|School / University", + 1, + 265 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 24, + "Authorities", + "", + "Authorities", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1005", + "", + "Local authorities", + "The organizations or individuals in charge of the public services for a community.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلطات", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Authorities", + 1, + 266 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 25, + "Legal attorney office", + "", + "Legal attorney office", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "PIH-13470", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب المحاماة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Legal attorney office", + 1, + 267 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 26, + "Prosecutor office", + "", + "Prosecutor office", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب الادعاء", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Prosecutor office", + 1, + 268 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 27, + "Forensic department", + "", + "Forensic department", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الطب الشرعي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Forensic department", + 1, + 269 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 28, + "CHOW (Community Health Outreach Worker)", + "", + "CHOW (Community Health Outreach Worker)", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-1555", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "منشط اجتماعي في مجال الرعاية الصحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|CHOW (Community Health Outreach Worker)", + 1, + 270 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 29, + "Community educator", + "", + "Community educator", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-1555", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مربي مجتمع", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Community educator", + 1, + 271 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 1, + "IPD MSF", + "d17350e6-12de-4454-b902-58c2fc1e59aa", + "IPD MSF", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3194", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "IPD MSF", + "hUkr13HVkFe", + "inpatient_department", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|IPD MSF", + 1, + 272 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 2, + "Emergency department MSF", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + "Emergency department MSF", + "Emergency department", + "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", + "N/A", + "Misc", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + 95, + "Emergency department", + " ", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الإسعافات لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "ER MSF", + "v1uQIEM3yTP", + "emergency_department", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Emergency department MSF", + 1, + 273 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 3, + "Primary Health Center MSF", + "82815438-a49d-48d7-a67f-dd294aa3c1e2", + "Primary Health Center MSF", + " ", + " ", + " ", + " ", + " ", + " ", + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-3195", + "CIEL-159372", + "MSF Primary Health Center", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Primary Health Center MSF", + "vcsgSPTyIPC", + "primary_health_center", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Primary Health Center MSF", + 1, + 274 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 4, + "Health Promotion/sensitization", + "edb619d5-309f-45db-9521-70fcc22b30aa", + "Health Promotion/sensitization", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التوعية الصحية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "HP / Sensitization", + "xihtGfyAQG9", + "sensitization", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Health Promotion/sensitization", + 1, + 275 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 5, + "Other MSF personnel", + "200a3de4-00a7-4a2e-a113-852013d6f4c5", + "Other MSF personnel", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-3197", + "", + "Other MSF personnel", + "", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف آخر لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Other MSF staff", + "csTGh6JIRmf", + "other_msf_staff", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Other MSF personnel", + 1, + 276 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 6, + "MSF social worker", + "92f7c3e2-89e1-4ebd-9da9-7c2976de815c", + "MSF social worker", + "Social worker", + " ", + " ", + " ", + "MSF-AAAAAA000000000000001398", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3198", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل مجتمعي لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "MSF social worker", + "cuIef31D5QL", + "social_work_msf", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|MSF social worker", + 1, + 277 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 7, + "Other health structure", + "923c6b39-4094-45e4-95ab-b44f7a381980", + "Other health structure", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-3199", + "CIEL-164407", + "Other health facility", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز أو منشأة صحية أخرى", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Other Health Structure", + "bZZjZast35n", + "other_health_structure", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Other health structure", + 1, + 278 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 8, + "Local health worker (non-MSF)", + "54054512-7317-45c4-9494-f74be6ab4549", + "Local health worker (non-MSF)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3200", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Local health worker non MSF", + "NIXRVxxeiLm", + "hw_local", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Local health worker (non-MSF)", + 1, + 279 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 9, + "Institutions (NGOs/Church/IGO)", + "f9688da4-cdcf-4cb3-90c2-263812fa064f", + "Institutions (NGOs/Church/IGO)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3201", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Institutions (Church, NGO, International Agencies)", + "eHP0GjRUPx4", + "institutions_church_ngo_international_agencies", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Institutions (NGOs/Church/IGO)", + 1, + 280 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 10, + "Self-referral", + "8d9386b1-a641-4155-9822-7a06a16aa8e8", + "Self-referral", + " ", + " ", + " ", + " ", + " ", + " ", + "Self-referred", + " ", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-1417", + "CIEL-160551", + "Self-referral", + "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "احالة فردية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Self Referral", + "riMSWiZKZ2Q", + "self_referral", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Self-referral", + 1, + 281 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 11, + "Family member / friend /neighbor", + "a8432309-bc74-4da0-8639-76988c02cbb5", + "Family member / friend /neighbor", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد أفراد العائلة / صديق / جار", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Family / Friend / Neighbor", + "bDu4hsAwaAB", + "family_friend_neighbor", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Family member / friend /neighbor", + 1, + 282 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 12, + "Community leader", + "8b93d848-9e20-41b3-94e5-895a356e5ed7", + "Community leader", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Community leader", + "", + "N/A", + "Misc", + "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", + 95, + "Found", + "", + "", + "MSF-3203", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد شخصيات المجتمع المحلي", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Community leader", + "waFIAukspK9", + "community_leader", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Community leader", + 1, + 283 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 13, + "School / University", + "98b1e458-2d46-4025-b912-7340f9d39610", + "School / University", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "University", + "Academic institution. Higher learning.", + "N/A", + "Misc", + "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-3204", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مدرسة/جامعة", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "School / University", + "ipYSgBna9cP", + "school_university", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|School / University", + 1, + 284 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 14, + "Authorities", + "80575f44-be81-4694-aba4-012999328339", + "Authorities", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1005", + "", + "Local authorities", + "The organizations or individuals in charge of the public services for a community.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلطات", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Authorities", + "gh5agL1I7Nz", + "authorities", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Authorities", + 1, + 285 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 15, + "Legal attorney office", + "14940a46-5cce-4744-ac2a-c2d1fdc64e11", + "Legal attorney office", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب المحاماة", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Legal attorney office", + "DqMj4xwn5EC", + "legal_attorney_office", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Legal attorney office", + 1, + 286 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 16, + "Prosecutor office", + "b989e916-8299-40f6-9a92-c0c8d8e70f20", + "Prosecutor office", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب الادعاء", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Prosecutor office", + "EDDo3uX7Hjp", + "fiscalia_de_la_mujer", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Prosecutor office", + 1, + 287 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 17, + "Forensic department", + "f85b0def-4af3-4901-839d-0a9dc8ace318", + "Forensic department", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الطب الشرعي", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Forensic department", + "qkalVIdgmBS", + "medicina_forense", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Forensic department", + 1, + 288 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 18, + "CHOW (Community Health Outreach Worker)", + "127bfdc9-8059-4421-a3cc-967bfbfee0ce", + "CHOW (Community Health Outreach Worker)", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "منشط اجتماعي في مجال الرعاية الصحية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "CHOW", + "LCk7N10isIp", + "chow", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|CHOW (Community Health Outreach Worker)", + 1, + 289 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 19, + "Community educator", + "410a0731-cb41-4181-9897-6eb9894bf7b8", + "Community educator", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مربي مجتمع", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Community educator", + "PWjmOym543x", + "community_educattor", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Community educator", + 1, + 290 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 1, + "ER", + "", + "ER", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|ER", + 1, + 291 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 2, + "NGO", + "", + "NGO", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منظمة غير حكومية", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "NGO", + "YZPzqNjIjkE", + "ngo", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|NGO", + 1, + 292 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 3, + "MSF ATFC", + "", + "MSF ATFC", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "MSF ATFC", + "eQhl8Cckky0", + "msf_atfc", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|MSF ATFC", + 1, + 293 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 4, + "Non-MSF ATFC", + "", + "Non-MSF ATFC", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Non-MSF ATFC", + "qd0LCPcNoWO", + "non_msf_atfc", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Non-MSF ATFC", + 1, + 294 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 5, + "Hospital or Health facility", + "", + "Hospital or Health facility", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + " ", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مستشفى او منشأة صحية", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Hospital or Health facility", + "TrHSyBJXKcT", + "hospital_health_facility", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Hospital or Health facility", + 1, + 295 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 6, + "Self-referral", + "", + "Self-referral", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Self-referral", + "snH8Rb7148A", + "self_referred", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Self-referral", + 1, + 296 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 7, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Other", + "gyffBI4rHwm", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Other", + 1, + 297 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 1, + "SFC", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|SFC", + 1, + 298 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 2, + "Hospital", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + " ", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مستشفى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Hospital", + 1, + 299 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 3, + "OPD", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|OPD", + 1, + 300 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 4, + "Outreach", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Outreach", + 1, + 301 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 5, + "Self-referred", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + "Self-referred", + " ", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "بمفرده / رغبة من المريض", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Self-referred", + 1, + 302 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 6, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Other", + 1, + 303 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 1, + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "464c68b7-0fb0-495c-b931-0c1732b60397", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "UeYsD88aXOb", + "1_1_body_pain_or_complaints", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + 1, + 304 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 2, + "1.2 Eating problems", + "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", + "1.2 Eating problems", + "Eating", + "Coded question of patient's ability to eat.", + "Coded", + "Question", + "MSF-AAAAAA000000000000002835", + 90, + "", + "", + "", + "", + "", + "", + "Eating", + "", + "N/A", + "Misc", + "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1400", + "", + "Eating disorder", + "Disorders characterized by physiological and psychological disturbances in appetite or food intake.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في الأكل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.2 Eating problems", + "u1MYOfo6bZo", + "1_2_eating_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.2 Eating problems", + 1, + 305 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 3, + "1.3 Sleeping problems", + "42966954-f43f-4564-bc59-d9d133e53a75", + "1.3 Sleeping problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-526", + "", + "Sleep disorder", + "Conditions characterized by the disturbance of normal sleep patterns and behaviors. There are a number of sleep disorders that range from trouble falling asleep, to nightmares, sleepwalking, and sleep apnea.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في النوم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.3 Sleeping problems", + "kKLSjMaDB71", + "1_3_sleeping_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.3 Sleeping problems", + 1, + 306 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 4, + "1.4 Bedwetting / retention problems", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "1.4 Bedwetting / retention problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1396", + "CIEL-117211", + "Enuresis", + "Involuntary discharge of urine after the age at which urinary control should have been achieved, CIEL name = Incontinence, no DEF, could also be 'unspecified', 'urinary' or 'stress incontinence'", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التبول أثناء النوم / مشاكل في السلس", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.4 Bedwetting / retention problems", + "W445BWB0GQ3", + "1_4_Bedwetting_retention_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.4 Bedwetting / retention problems", + 1, + 307 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 5, + "1.5 Sexual problems", + "3ba98736-982f-4d9c-a675-f83b180a9f28", + "1.5 Sexual problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1401", + "", + "Sexual disorder", + "Physiological disturbances in normal sexual performance.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل جنسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.5 Sexual problems", + "qu1XKVn8CUS", + "1_5_sexual_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.5 Sexual problems", + 1, + 308 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 6, + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "28adad48-b45b-46a4-ae94-4cca6118047e", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "PClZEC4W4rM", + "1_6_unexplained_physical_reaction", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + 1, + 309 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 7, + "2.1 Sad mood", + "7f4699e5-e70a-49fb-bf34-c09afa867fdc", + "2.1 Sad mood", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001786", + 90, + "", + "", + "", + "", + "", + "", + "Sad mood", + "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", + "N/A", + "Diagnosis", + "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-1386", + "", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مزاج حزين", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.1 Sad mood", + "XPvA3hyChlA", + "2_1_sad_mood", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.1 Sad mood", + 1, + 310 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 8, + "2.2 Irritability / anger", + "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", + "2.2 Irritability / anger", + "", + "", + "", + "", + "", + "", + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "3cf2a6fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1387", + "", + "Irritable mood", + "Abnormal or excessive excitability with easily triggered anger, annoyance, or impatience.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سرعة الضيق / الغضب", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.2 Irritability / anger", + "vprUUUOBopr", + "2_2_irritability_anger", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.2 Irritability / anger", + 1, + 311 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 9, + "2.3 Loss of interest / anhedonia", + "51061bb9-6084-4bb3-b83b-5c234e45b09c", + "2.3 Loss of interest / anhedonia", + "", + "", + "", + "", + "", + "", + "Loss of interest", + "The loss of interest in previously rewarding or enjoyable activities or relationships.", + "N/A", + "Finding", + "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1389", + "", + "Anhedonia", + "The inability to experience pleasure from activities someone usually found enjoyable.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الاهتمام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.3 Loss of interest / anhedonia", + "b4TqJ285UWa", + "2_3_loss_of_interest_anhedonia", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.3 Loss of interest / anhedonia", + 1, + 312 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 10, + "2.4 Hopelessness", + "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", + "2.4 Hopelessness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-892", + "", + "Feeling of hopeless", + "Patient describes feelings of hopeless.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الامل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.4 Hopelessness", + "Rzq6PFcbBa5", + "2_4_hopelessness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.4 Hopelessness", + 1, + 313 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 11, + "2.5 Guilt/self-blame/worthlessness", + "e8166325-9ddc-4739-9452-da63ee7862d2", + "2.5 Guilt/self-blame/worthlessness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-153507", + "Guilty feelings", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.5 Guilt/self-blame/worthlessness", + "QZBfUwIyQm9", + "2_5_guilt_self_blame_worthlessness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.5 Guilt/self-blame/worthlessness", + 1, + 314 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 12, + "2.6 Current suicidal thoughts", + "4f8f7343-f191-4483-bcf9-c60027a6eca8", + "2.6 Current suicidal thoughts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1390", + "", + "Suicidal thoughts", + "Contemplations, wishes, and preoccupations with death and suicide", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.6 Current suicidal thoughts", + "WCyJmoOZsCZ", + "2_6_current_suicidal_thoughts", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.6 Current suicidal thoughts", + 1, + 315 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 13, + "2.7 Recent suicidal attempt", + "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", + "2.7 Recent suicidal attempt", + "", + "", + "", + "", + "", + "", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source, not found exactly in CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.7 Recent suicidal attempt", + "z8jBJ5nYwIS", + "2_7_recent_suicidal_attempt", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.7 Recent suicidal attempt", + 1, + 316 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 14, + "2.8 Recent self-harm", + "003b425a-d8c3-47ed-bbde-45a7c180c0a4", + "2.8 Recent self-harm", + "", + "", + "", + "", + "", + "", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Self-harm exists in MSF and CIEL diagnosis but not 'recent'", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية للذات مؤخراً", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.8 Recent self-harm", + "XzLHZumvFOH", + "2_8_recent_self_harm", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.8 Recent self-harm", + 1, + 317 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 15, + "2.9 Changes in appetite", + "ce47585c-fa23-4de3-9e3a-97f5eb309e72", + "2.9 Changes in appetite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Loss or increase of appetite exist in CIEL but not 'change' only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تغير في الشهية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.9 Lack of appetite", + "Y5NywW5KfoX", + "2_9_lack_of_appetite", + "", + "", + "", + "", + "", + "", + "In Mosul form, \"Changes in appetite\"", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.9 Changes in appetite", + 1, + 318 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 16, + "3.1 Constant stress", + "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", + "3.1 Constant stress", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالضغط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.1 Constant stress", + "YpabM1EGBap", + "3_1_constant_stress", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.1 Constant stress", + 1, + 319 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 17, + "3.2 Persistent worry", + "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", + "3.2 Persistent worry", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-893", + "", + "Feeling constantly worried", + "Patient expresses feeling constantly worried.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالقلق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.2 Persistent worry", + "PsBi8qdxleW", + "3_2_persistent_worry", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.2 Persistent worry", + 1, + 320 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 18, + "3.3 Intense fear / phobia / feeling threatened", + "ae1ab702-fa58-4648-95e4-acca5c9078f7", + "3.3 Intense fear / phobia / feeling threatened", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-894", + "", + "Excessive fear/phobia", + "Aniexty disorders in which the essential feature is persistent and irrational fear of a specific object, activity, or situation that the individual feels compelled to avoid. The individual recognizes the fear as excessive or unreasonable.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "خوف شديد / خوف مرضي / الشعور بالتهديد", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.3 Intense fear / phobia / feeling threatened", + "JDP7sAjWj0r", + "3_3_intense_fear_phobia_feeling_threatened", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.3 Intense fear / phobia / feeling threatened", + 1, + 321 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 19, + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "473f0ea3-92e5-4a99-bbe0-358e371355ee", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Panic attack", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "N/A", + "Diagnosis", + "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "MSF-1634", + "", + "Panic disorder", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "hHoP5vhiGn3", + "3_4_panic_attack", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + 1, + 322 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 20, + "3.5 Compulsive or repetitive behavior", + "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", + "3.5 Compulsive or repetitive behavior", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1392", + "", + "Compulsive behavior", + "The behavior of performing an act persistently and repetitively without it leading to reward or pleasure.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوك وسواسي أو متكرر", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.5 Compulsive or repetitive behavior", + "PgxhapZ8P9E", + "3_5_compulsive_or_repetitive_behavior", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.5 Compulsive or repetitive behavior", + 1, + 323 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 21, + "4.1 Intrusive feelings, thoughts", + "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", + "4.1 Intrusive feelings, thoughts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-897", + "", + "Intrusive thoughts", + "Unwanted thoughts or mental images that make the patient feel uncomfortable.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار تطفلية أو اقتحامية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.1 Intrusive feelings thoughts", + "sFbWwoZbiSF", + "4_1_intrusive_feelings_thoughts", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.1 Intrusive feelings, thoughts", + 1, + 324 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 22, + "4.2 Flashbacks", + "c60a75c9-2ee9-4fb2-af53-6d730e45f074", + "4.2 Flashbacks", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001794", + 90, + "Flashbacks", + "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", + "N/A", + "Diagnosis", + "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1394", + "", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ومضات من الماضي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.2 Flashbacks", + "FibcXxxITz4", + "4_2_flashbacks", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.2 Flashbacks", + 1, + 325 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 23, + "4.3 Avoidance of traumatic stimuli", + "94083de5-2603-4b26-a6d8-ec4459f9eced", + "4.3 Avoidance of traumatic stimuli", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-898", + "", + "Avoidance behaviour", + "Behavioural acts that enable a patient to avoid anticipated unplesant or painful situations, stimuli, or events.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تجنب المحفزات المرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.3 Avoidance of traumatic stimuli", + "TzFciNtGU4L", + "4_3_avoidance_of_traumatic_stimuli", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.3 Avoidance of traumatic stimuli", + 1, + 326 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 24, + "4.4 Hypervigilance / excessive startle response", + "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", + "4.4 Hypervigilance / excessive startle response", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-907", + "", + "Hyper-vigilance", + "Patient is highly alert and displaying behaviors to avoid or prevent danger.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرط اليقظة / استجابة إجفالية شديدة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.4 Hypervigilance / excessive startle response", + "Uhj6bkTtm2b", + "4_4_hypervigilance_excessive_startle_response", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.4 Hypervigilance / excessive startle response", + 1, + 327 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 25, + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check, name = \"Hallucinations\", DEF = \"Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "DqF1son0fxy", + "4_5_trauma_related_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + 1, + 328 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 26, + "4.6 Child has stopped talking", + "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", + "4.6 Child has stopped talking", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3218", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'language' problems in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف الطفل عن الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.6 Child has stopped talking", + "xrr1xtIehD9", + "4_6_child_has_stopped_talking", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.6 Child has stopped talking", + 1, + 329 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 27, + "5.1 Delusions (false beliefs)", + "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", + "5.1 Delusions (false beliefs)", + "", + "", + "", + "", + "", + "", + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use CIEL automatch", + "", + "MSF-497", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوهام (معتقدات خاطئة)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.1 Delusions (false beliefs)", + "vAcyKlSrQOK", + "5_1_delusions", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.1 Delusions (false beliefs)", + 1, + 330 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 28, + "5.2 Visual hallucinations", + "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", + "5.2 Visual hallucinations", + "", + "", + "", + "", + "", + "", + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use CIEL automatch", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check name and definition", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات بصرية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.2 Visual hallucinations", + "lsyUg99Xik2", + "5_2_visual_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.2 Visual hallucinations", + 1, + 331 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 29, + "5.3 Auditory hallucinations", + "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", + "5.3 Auditory hallucinations", + "", + "", + "", + "", + "", + "", + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use CIEL automatch", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check name", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات سمعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.3 Auditory hallucinations", + "BPYqkKFsav2", + "5_3_auditory_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.3 Auditory hallucinations", + 1, + 332 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 30, + "5.4 Disorganized thought /speech", + "dfaf113c-72f2-4865-81c9-31aba9e95a74", + "5.4 Disorganized thought /speech", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-903", + "", + "Disorganized thoughts", + "The paitent cannot control their thoughts or express themself well, which makes relating to others difficult.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشتت الأفكار / الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.4 Disorganized thought /speech", + "f50m0IXJNZ1", + "5_4_disorganized_thought_speech", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.4 Disorganized thought /speech", + 1, + 333 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 31, + "5.5 Bizarre behavior", + "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", + "5.5 Bizarre behavior", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-464", + "", + "Abnormal behaviour", + "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوكيات غريبة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.5 Bizarre behavior", + "SSaShXgyswX", + "5_5_bizarre_behavior", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.5 Bizarre behavior", + 1, + 334 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 32, + "5.6 Psychotic agitation", + "cda4f471-1da9-4192-8f26-ecec35775d5a", + "5.6 Psychotic agitation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3221", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'Agitation' or 'Psychomotor agitation' in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور ذهاني بالضيق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.6 Psychotic agitation", + "BbQwHHYdAtY", + "5_6_psychotic_agitation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.6 Psychotic agitation", + 1, + 335 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 33, + "6.1 Problems with concentration, memory or reasoning", + "44274d50-bb85-4f20-9b55-d08f60343c38", + "6.1 Problems with concentration, memory or reasoning", + "", + "", + "", + "", + "", + "", + "concentration", + "Used to describe a concentration in a DST test. Maps to datatype double. ", + "Numeric", + "Misc", + "160047AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-1403/1404/906", + "", + "", + "", + "Check - different items and different classes grouped; names = \"Lack of concentration\", \"Lack of memory\", \"Difficulty reasoning\", DEFs = \"The inability to focus on tasks.\", \"Disturbances in registering an impression, in the retention of an acquired impression, or in the recall of an impression.\", \"Patient has difficulty thinking about things in a logical, sensible way.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في التركيز، أو التذكر، أو التفكير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.1 Problems with concentration memory or reasoning", + "HxamZeSwli0", + "6_1_problems_with_concentration_memory_or_reasoning", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.1 Problems with concentration, memory or reasoning", + 1, + 336 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 34, + "6.2 Delayed development (milestones)", + "66e446ee-8f82-4f2a-808f-00d664ac92de", + "6.2 Delayed development (milestones)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-6022", + "Delayed milestones", + "Delay in a set of functional skills or age-specific tasks that most children can do by a certain age range.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تأخر في التطور (المحطات الإنجازية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.2 Delayed development (milestones)", + "zAXxqqhE7hH", + "6_2_delayed_development", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.2 Delayed development (milestones)", + 1, + 337 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 35, + "6.3 Abnormal social interaction and communication", + "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", + "6.3 Abnormal social interaction and communication", + "Abnormal", + "A result that deviates from the standard or what is expected.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001333", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd75230-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3225", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'Social Maladjustment' in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تواصل اجتماعي غير طبيعي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.3 Abnormal social interaction and communication", + "p1PiLH5LcpL", + "6_3_abnormal_social_interaction_and_communication", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.3 Abnormal social interaction and communication", + 1, + 338 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 36, + "6.4 Learning difficulties", + "9240ed56-8ba2-4ef2-b42f-e84179fcc333", + "6.4 Learning difficulties", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-5550", + "Learning problems", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبات في التعلم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.4 Learning difficulties", + "ov5D4toFD3q", + "6_4_learning_difficulties", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.4 Learning difficulties", + 1, + 339 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 37, + "6.5 Epileptic seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "6.5 Epileptic seizures", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000420", + 90, + "Epileptic seizure", + "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", + "N/A", + "Diagnosis", + "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-420", + "", + "Epileptic seizures", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.5 Epileptic seizures", + "dpdekdgiUMZ", + "6_5_epileptic_seizures", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.5 Epileptic seizures", + 1, + 340 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 38, + "7.1 Alcohol / substance abuse", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "7.1 Alcohol / substance abuse", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2457", + "", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعاطي الكحول / العقاقير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.1 Alcohol / substance abuse", + "u6J5PRo76eL", + "7_1_alcohol_substance_abuse", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.1 Alcohol / substance abuse", + 1, + 341 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 39, + "7.2 Aggressiveness", + "977e8c6f-befa-4af3-87e1-1d29a57450c1", + "7.2 Aggressiveness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2877", + "", + "Aggressive behavior", + "A form of behavior which leads to self-assertion; it may arise from innate drives and/or a response to frustration; may be manifested by destructive and attacking behavior, by covert attitudes of hostility and obstructionism, or by healthy self-expressive drive to mastery. (Dorland 27th ed)", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العدائية او الهجومية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.2 Aggressiveness", + "ZJKWvyAYFU4", + "7_2_aggressiveness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.2 Aggressiveness", + 1, + 342 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 40, + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-464", + "", + "Abnormal behaviour", + "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.Pediatric paitent displays a behavioral problem.", + "Check name", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "XwiwuWP5Sze", + "7_3_conduct_problems_in_children", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + 1, + 343 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 41, + "7.4 Hypo- or hyperactivity", + "520eccda-99f4-4cab-950b-260cfe3ab767", + "7.4 Hypo- or hyperactivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3226", + "", + "", + "", + "Includes MSF1397 (Hyperactivity), nothing found for hypoactivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة او فرط النشاط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.4 Hypo or hyperactivity", + "D655HPkg8Sw", + "7_4_hypo_or_hyperactivity", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.4 Hypo- or hyperactivity", + 1, + 344 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 42, + "7.5 Impulsivity", + "12723e41-2955-4917-971c-7f05849412d7", + "7.5 Impulsivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-156762", + "Impulsiveness", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاندفاعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.5 Impulsivity", + "L6gwT6cBFEk", + "7_5_impulsivity", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.5 Impulsivity", + 1, + 345 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 43, + "7.6 Regression in development", + "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", + "7.6 Regression in development", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-901", + "", + "Regression in development in child", + "Loss of developmental milestones in a child during and/or after hospitalization.", + "Check class = Finding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الارتكاس في التطور", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.6 Regression in development", + "rhQpTzDeQPW", + "7_6_regression_in_development", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.6 Regression in development", + 1, + 346 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 44, + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "", + "", + "", + "", + "", + "", + "Social withdrawal", + "", + "N/A", + "Diagnosis", + "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-126307", + "Social withdrawal", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "xBuK70tTHrj", + "7_7_social_withdrawal", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.7 Social withdrawal (isolation/reduced attachment/involvement)", + 1, + 347 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 45, + "8.1 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8.1 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "8.1 Other (specify)", + "tkP1jOd01Pn", + "8_1_other", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|8.1 Other", + 1, + 348 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 1, + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "464c68b7-0fb0-495c-b931-0c1732b60397", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "UeYsD88aXOb", + "1_1_body_pain_or_complaints", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + 1, + 349 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 2, + "1.2 Eating problems", + "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", + "1.2 Eating problems", + "Eating", + "Coded question of patient's ability to eat.", + "Coded", + "Question", + "MSF-AAAAAA000000000000002835", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Eating", + "", + "N/A", + "Misc", + "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في الأكل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.2 Eating problems", + "u1MYOfo6bZo", + "1_2_eating_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.2 Eating problems", + 1, + 350 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 3, + "1.3 Sleeping problems", + "42966954-f43f-4564-bc59-d9d133e53a75", + "1.3 Sleeping problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في النوم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.3 Sleeping problems", + "kKLSjMaDB71", + "1_3_sleeping_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.3 Sleeping problems", + 1, + 351 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 4, + "1.4 Bedwetting / retention problems", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "1.4 Bedwetting / retention problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التبول أثناء النوم / مشاكل في السلس", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.4 Bedwetting / retention problems", + "W445BWB0GQ3", + "1_4_Bedwetting_retention_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.4 Bedwetting / retention problems", + 1, + 352 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 5, + "1.5 Sexual problems", + "3ba98736-982f-4d9c-a675-f83b180a9f28", + "1.5 Sexual problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل جنسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.5 Sexual problems", + "qu1XKVn8CUS", + "1_5_sexual_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.5 Sexual problems", + 1, + 353 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 6, + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "28adad48-b45b-46a4-ae94-4cca6118047e", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "PClZEC4W4rM", + "1_6_unexplained_physical_reaction", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + 1, + 354 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 1, + "2.1 Sad mood", + "7f4699e5-e70a-49fb-bf34-c09afa867fdc", + "2.1 Sad mood", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001786", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Sad mood", + "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", + "N/A", + "Diagnosis", + "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مزاج حزين", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.1 Sad mood", + "XPvA3hyChlA", + "2_1_sad_mood", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.1 Sad mood", + 1, + 355 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 2, + "2.2 Irritability / anger", + "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", + "2.2 Irritability / anger", + " ", + " ", + " ", + " ", + " ", + " ", + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "3cf2a6fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سرعة الضيق / الغضب", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.2 Irritability / anger", + "vprUUUOBopr", + "2_2_irritability_anger", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.2 Irritability / anger", + 1, + 356 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 3, + "2.3 Loss of interest / anhedonia", + "51061bb9-6084-4bb3-b83b-5c234e45b09c", + "2.3 Loss of interest / anhedonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Loss of interest", + "The loss of interest in previously rewarding or enjoyable activities or relationships.", + "N/A", + "Finding", + "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الاهتمام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.3 Loss of interest / anhedonia", + "b4TqJ285UWa", + "2_3_loss_of_interest_anhedonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.3 Loss of interest / anhedonia", + 1, + 357 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 4, + "2.4 Hopelessness", + "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", + "2.4 Hopelessness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الامل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.4 Hopelessness", + "Rzq6PFcbBa5", + "2_4_hopelessness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.4 Hopelessness", + 1, + 358 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 5, + "2.5 Guilt/self-blame/worthlessness", + "e8166325-9ddc-4739-9452-da63ee7862d2", + "2.5 Guilt/self-blame/worthlessness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.5 Guilt/self-blame/worthlessness", + "QZBfUwIyQm9", + "2_5_guilt_self_blame_worthlessness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.5 Guilt/self-blame/worthlessness", + 1, + 359 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 6, + "2.6 Current suicidal thoughts", + "4f8f7343-f191-4483-bcf9-c60027a6eca8", + "2.6 Current suicidal thoughts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.6 Current suicidal thoughts", + "WCyJmoOZsCZ", + "2_6_current_suicidal_thoughts", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.6 Current suicidal thoughts", + 1, + 360 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 7, + "2.7 Recent suicidal attempt", + "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", + "2.7 Recent suicidal attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.7 Recent suicidal attempt", + "z8jBJ5nYwIS", + "2_7_recent_suicidal_attempt", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.7 Recent suicidal attempt", + 1, + 361 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 8, + "2.8 Recent self-harm", + "003b425a-d8c3-47ed-bbde-45a7c180c0a4", + "2.8 Recent self-harm", + " ", + " ", + " ", + " ", + " ", + " ", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية للذات مؤخراً", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.8 Recent self-harm", + "XzLHZumvFOH", + "2_8_recent_self_harm", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.8 Recent self-harm", + 1, + 362 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 9, + "2.9 Changes in appetite", + "ce47585c-fa23-4de3-9e3a-97f5eb309e72", + "2.9 Changes in appetite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تغير في الشهية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.9 Lack of appetite", + "Y5NywW5KfoX", + "2_9_lack_of_appetite", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.9 Changes in appetite", + 1, + 363 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 1, + "3.1 Constant stress", + "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", + "3.1 Constant stress", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالضغط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.1 Constant stress", + "YpabM1EGBap", + "3_1_constant_stress", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.1 Constant stress", + 1, + 364 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 2, + "3.2 Persistent worry", + "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", + "3.2 Persistent worry", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالقلق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.2 Persistent worry", + "PsBi8qdxleW", + "3_2_persistent_worry", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.2 Persistent worry", + 1, + 365 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 3, + "3.3 Intense fear / phobia / feeling threatened", + "ae1ab702-fa58-4648-95e4-acca5c9078f7", + "3.3 Intense fear / phobia / feeling threatened", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "خوف شديد / خوف مرضي / الشعور بالتهديد", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.3 Intense fear / phobia / feeling threatened", + "JDP7sAjWj0r", + "3_3_intense_fear_phobia_feeling_threatened", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.3 Intense fear / phobia / feeling threatened", + 1, + 366 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 4, + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "473f0ea3-92e5-4a99-bbe0-358e371355ee", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Panic attack", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "N/A", + "Diagnosis", + "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "hHoP5vhiGn3", + "3_4_panic_attack", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + 1, + 367 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 5, + "3.5 Compulsive or repetitive behavior", + "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", + "3.5 Compulsive or repetitive behavior", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوك وسواسي أو متكرر", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.5 Compulsive or repetitive behavior", + "PgxhapZ8P9E", + "3_5_compulsive_or_repetitive_behavior", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.5 Compulsive or repetitive behavior", + 1, + 368 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 1, + "4.1 Intrusive feelings, thoughts", + "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", + "4.1 Intrusive feelings, thoughts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار تطفلية أو اقتحامية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.1 Intrusive feelings thoughts", + "sFbWwoZbiSF", + "4_1_intrusive_feelings_thoughts", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.1 Intrusive feelings, thoughts", + 1, + 369 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 2, + "4.2 Flashbacks", + "c60a75c9-2ee9-4fb2-af53-6d730e45f074", + "4.2 Flashbacks", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001794", + 90, + "Flashbacks", + "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", + "N/A", + "Diagnosis", + "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ومضات من الماضي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.2 Flashbacks", + "FibcXxxITz4", + "4_2_flashbacks", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.2 Flashbacks", + 1, + 370 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 3, + "4.3 Avoidance of traumatic stimuli", + "94083de5-2603-4b26-a6d8-ec4459f9eced", + "4.3 Avoidance of traumatic stimuli", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تجنب المحفزات المرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.3 Avoidance of traumatic stimuli", + "TzFciNtGU4L", + "4_3_avoidance_of_traumatic_stimuli", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.3 Avoidance of traumatic stimuli", + 1, + 371 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 4, + "4.4 Hypervigilance / excessive startle response", + "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", + "4.4 Hypervigilance / excessive startle response", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرط اليقظة / استجابة إجفالية شديدة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.4 Hypervigilance / excessive startle response", + "Uhj6bkTtm2b", + "4_4_hypervigilance_excessive_startle_response", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.4 Hypervigilance / excessive startle response", + 1, + 372 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 5, + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "DqF1son0fxy", + "4_5_trauma_related_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + 1, + 373 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 6, + "4.6 Child has stopped talking", + "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", + "4.6 Child has stopped talking", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف الطفل عن الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.6 Child has stopped talking", + "xrr1xtIehD9", + "4_6_child_has_stopped_talking", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.6 Child has stopped talking", + 1, + 374 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 1, + "5.1 Delusions (false beliefs)", + "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", + "5.1 Delusions (false beliefs)", + " ", + " ", + " ", + " ", + " ", + " ", + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوهام (معتقدات خاطئة)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.1 Delusions (false beliefs)", + "vAcyKlSrQOK", + "5_1_delusions", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.1 Delusions (false beliefs)", + 1, + 375 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 2, + "5.2 Visual hallucinations", + "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", + "5.2 Visual hallucinations", + " ", + " ", + " ", + " ", + " ", + " ", + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات بصرية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.2 Visual hallucinations", + "lsyUg99Xik2", + "5_2_visual_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.2 Visual hallucinations", + 1, + 376 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 3, + "5.3 Auditory hallucinations", + "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", + "5.3 Auditory hallucinations", + " ", + " ", + " ", + " ", + " ", + " ", + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات سمعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.3 Auditory hallucinations", + "BPYqkKFsav2", + "5_3_auditory_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.3 Auditory hallucinations", + 1, + 377 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 4, + "5.4 Disorganized thought /speech", + "dfaf113c-72f2-4865-81c9-31aba9e95a74", + "5.4 Disorganized thought /speech", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشتت الأفكار / الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.4 Disorganized thought /speech", + "f50m0IXJNZ1", + "5_4_disorganized_thought_speech", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.4 Disorganized thought /speech", + 1, + 378 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 5, + "5.5 Bizarre behavior", + "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", + "5.5 Bizarre behavior", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوكيات غريبة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.5 Bizarre behavior", + "SSaShXgyswX", + "5_5_bizarre_behavior", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.5 Bizarre behavior", + 1, + 379 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 6, + "5.6 Psychotic agitation", + "cda4f471-1da9-4192-8f26-ecec35775d5a", + "5.6 Psychotic agitation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور ذهاني بالضيق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.6 Psychotic agitation", + "BbQwHHYdAtY", + "5_6_psychotic_agitation", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.6 Psychotic agitation", + 1, + 380 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 1, + "6.1 Problems with concentration memory or reasoning", + "44274d50-bb85-4f20-9b55-d08f60343c38", + "6.1 Problems with concentration memory or reasoning", + " ", + " ", + " ", + " ", + " ", + " ", + "Problem", + " ", + "N/A", + "Diagnosis", + "128461AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في التركيز، أو التذكر، أو التفكير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.1 Problems with concentration memory or reasoning", + "HxamZeSwli0", + "6_1_problems_with_concentration_memory_or_reasoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.1 Problems with concentration memory or reasoning", + 1, + 381 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 2, + "6.2 Delayed development (milestones)", + "66e446ee-8f82-4f2a-808f-00d664ac92de", + "6.2 Delayed development (milestones)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تأخر في التطور (المحطات الإنجازية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.2 Delayed development (milestones)", + "zAXxqqhE7hH", + "6_2_delayed_development", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.2 Delayed development (milestones)", + 1, + 382 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 3, + "6.3 Abnormal social interaction and communication", + "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", + "6.3 Abnormal social interaction and communication", + "Abnormal", + "A result that deviates from the standard or what is expected.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001333", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd75230-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تواصل اجتماعي غير طبيعي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.3 Abnormal social interaction and communication", + "p1PiLH5LcpL", + "6_3_abnormal_social_interaction_and_communication", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.3 Abnormal social interaction and communication", + 1, + 383 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 4, + "6.4 Learning difficulties", + "9240ed56-8ba2-4ef2-b42f-e84179fcc333", + "6.4 Learning difficulties", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبات في التعلم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.4 Learning difficulties", + "ov5D4toFD3q", + "6_4_learning_difficulties", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.4 Learning difficulties", + 1, + 384 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 5, + "6.5 Epileptic seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "6.5 Epileptic seizures", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000820", + 90, + "Epileptic seizure", + "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", + "N/A", + "Diagnosis", + "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.5 Epileptic seizures", + "dpdekdgiUMZ", + "6_5_epileptic_seizures", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.5 Epileptic seizures", + 1, + 385 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 1, + "7.1 Alcohol / substance abuse", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "7.1 Alcohol / substance abuse", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعاطي الكحول / العقاقير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.1 Alcohol / substance abuse", + "u6J5PRo76eL", + "7_1_alcohol_substance_abuse", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.1 Alcohol / substance abuse", + 1, + 386 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 2, + "7.2 Aggressiveness", + "977e8c6f-befa-4af3-87e1-1d29a57450c1", + "7.2 Aggressiveness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العدائية او الهجومية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.2 Aggressiveness", + "ZJKWvyAYFU4", + "7_2_aggressiveness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.2 Aggressiveness", + 1, + 387 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 3, + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "XwiwuWP5Sze", + "7_3_conduct_problems_in_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + 1, + 388 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 4, + "7.4 Hypo- or hyperactivity", + "520eccda-99f4-4cab-950b-260cfe3ab767", + "7.4 Hypo- or hyperactivity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة او فرط النشاط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.4 Hypo or hyperactivity", + "D655HPkg8Sw", + "7_4_hypo_or_hyperactivity", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.4 Hypo- or hyperactivity", + 1, + 389 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 5, + "7.5 Impulsivity", + "12723e41-2955-4917-971c-7f05849412d7", + "7.5 Impulsivity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاندفاعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.5 Impulsivity", + "L6gwT6cBFEk", + "7_5_impulsivity", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.5 Impulsivity", + 1, + 390 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 6, + "7.6 Regression in development", + "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", + "7.6 Regression in development", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الارتكاس في التطور", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.6 Regression in development", + "rhQpTzDeQPW", + "7_6_regression_in_development", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.6 Regression in development", + 1, + 391 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 7, + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + " ", + " ", + " ", + " ", + " ", + " ", + "Social withdrawal", + " ", + "N/A", + "Diagnosis", + "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "xBuK70tTHrj", + "7_7_social_withdrawal", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.7 Social withdrawal (isolation/reduced attachment/involvement)", + 1, + 392 + ], + [ + 36, + "Current symptoms or complaints - Other symptoms", + "", + "Coded", + 1, + "8.1 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8.1 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "8.1 Other (specify)", + "tkP1jOd01Pn", + "8_1_other", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Other symptoms|8.1 Other", + 1, + 393 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 1, + "1. Acute stress reaction", + "a2f8295b-1259-481f-8ef3-34e213b7b4d6", + "1. Acute stress reaction", + "Acute stress reaction", + "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000906", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-506", + "", + "Acute stress reaction", + "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", + "Ok", + " ", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب الكرب الحاد", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Acute stress reaction", + "I2TnSpzmNZV", + "acute_stress_reaction", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|1. Acute stress reaction", + 1, + 394 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 2, + "2. Bereavement/grief", + "7d486d0c-0e2b-475d-8e17-07296cc624b9", + "2. Bereavement/grief", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-139251", + "Grief", + "Normal, appropriate sorrowful response to an immediate cause. It is self-limiting and gradually subsides within a reasonable time.", + "Only greif - no record for bereavement", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "الفجيعة / الأسى", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Bereavement / grief", + "fiMmy7FVXqj", + "bereavement_grief", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|2. Bereavement/grief", + 1, + 395 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 3, + "3. Post-Traumatic Stress Disorder", + "ec7a63e8-5d0b-4dcf-8f72-7529c1df699a", + "3. Post-Traumatic Stress Disorder", + "Traumatic", + "Injury to the body that causes long-lasting damage.", + "None", + "Finding", + "5cb34fe2-1c6a-4132-a046-f6a3ebcaa529", + 90, + "Stress", + "A pathological process resulting from the reaction of the body to external forces and abnormal conditions that tend to disturb the organism's homeostasis.", + "N/A", + "Diagnosis", + "125811AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Trauma", + "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", + "N/A", + "Diagnosis", + "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-291", + "", + "Post Traumatic Stress Disorder", + "An anxiety disorder precipitated by an experience of intense fear or horror while exposed to a traumatic (especially life-threatening) event. The disorder is characterized by intrusive recurring thoughts or images of the traumatic event avoidance of anything associated with the event a state of hyperarousal and diminished emotional responsiveness. These symptoms are present for at least one month and the disorder is usually long-term.", + "Ok", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب الكرب التالي للصدمة النفسية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Post-Traumatic Stress Disorder", + "GtXv2BevE4i", + "ptsd", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|3. Post-Traumatic Stress Disorder", + 1, + 396 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 4, + "4. Conversion/Dissociative reaction", + "58881584-4f0e-4cf3-b2bf-d9f0898ae106", + "4. Conversion/Dissociative reaction", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-457", + "", + "Dissociative and Conversion Disorder", + "A category of psychiatric disorders characterized by a disruption in the usually integrated functions of consciousness, memory, identity, and/or perception of the environment.", + "Ok", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب التحويل", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Dissociative / Conversive disorder", + "DzEHTmwsbwz", + "dissociative_onversive_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|4. Conversion/Dissociative reaction", + 1, + 397 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 5, + "5. Anxiety Disorder", + "2564bdee-c24c-4d96-903e-d44010f2a8ec", + "5. Anxiety Disorder", + "Anxiety disorder", + "", + "", + "", + "MSF-AAAAAA000000000000000502", + 95, + "Anxiety", + "Persistent feeling of dread, apprehension, and impending disaster.", + "N/A", + "Diagnosis", + "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Anxiety", + "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", + "Coded", + "Diagnosis", + "3ce6b1ee-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-102", + "", + "Anxiety disorder", + "Disorders in which anxiety (persistent feelings of apprehension, tension, or uneasiness) is the predominant disturbance.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب القلق", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Anxiety Disorder", + "RBjv7HDiR95", + "anxiety_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|5. Anxiety Disorder", + 1, + 398 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 6, + "6. Medically Unexplained Physical Symptoms (MUPS)", + "9df01581-6135-4876-8fb8-cbaaa522064e", + "6. Medically Unexplained Physical Symptoms (MUPS)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3187", + "", + "", + "", + "not found MSF or CIEL", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "عراض طبية من دون أسباب جسدية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Medically Unexplained Physical Symptoms", + "bCJLe9PMYeL", + "mups", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|6. Medically Unexplained Physical Symptoms (MUPS)", + 1, + 399 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 7, + "7. Depression", + "2066f043-2f21-4c19-8c04-77301d7404f9", + "7. Depression", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-160", + "", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "لاكتئاب", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Depression", + "cBAzRxJxoKF", + "depression", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|7. Depression", + 1, + 400 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 8, + "8. Self-harming behavior/suicide attempt", + "b27187bd-e94a-4dbc-9a77-46c0cefad25a", + "8. Self-harming behavior/suicide attempt", + "Self-harm", + "The act of purposely hurting oneself as an emotional coping mechanism.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001791", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "Seperate - self harm MSF 158754, suicidal thoughts MSF1390 (different to attemps) Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540, History of Suicide attempt - CIEL 129176", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "سلوك مؤذي للنفس / محاولة انتحار", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Self-harm / suicide", + "StKvhy342Ik", + "self_harm_suicide", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|8. Self-harming behavior/suicide attempt", + 1, + 401 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 9, + "9. Acute psychosis (incl. post-partum psychosis)", + "b33dac1c-b0c0-4fcd-b639-661bb6678924", + "9. Acute psychosis (incl. post-partum psychosis)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-446", + "", + "Acute and transient psychosis", + "A disorder characterized by delusions, hallucinations, disorganized speech, and/or grossly disorganized behavior that resolve within a month.", + "Includes transient", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "ذهان حاد (يشمل ذهان ما بعد الإنجاب)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Acute psychosis", + "RU3BLFqOhZe", + "acute_psychosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|9. Acute psychosis (incl. post-partum psychosis)", + 1, + 402 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 10, + "10. Chronic psychosis (incl. schizophrenia)", + "97f1f41-b0c7-407d-b95f-b1e26c3fd23c", + "10. Chronic psychosis (incl. schizophrenia)", + "Chronic psychosis", + "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000844", + 90, + "Chronic psychosis", + "", + "N/A", + "Diagnosis", + "166212AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-444", + "", + "Chronic psychosis", + "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "ذهان مزمن(يشمل الفصام)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Chronic psychosis", + "ndznYG4Vbbs", + "chronic_psychosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|10. Chronic psychosis (incl. schizophrenia)", + 1, + 403 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 11, + "11. Bipolar disorder (incl. mania)", + "1ba02bf8-6bbe-46a6-baff-d18b5c9f6425", + "11. Bipolar disorder (incl. mania)", + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000848", + 90, + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-448", + "", + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب ثنائي القطب(يشمل الهوس)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Bipolar disorder", + "V30FRwMiqy7", + "bipolar_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|11. Bipolar disorder (incl. mania)", + 1, + 404 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 12, + "12. Enuresis / Encopresis", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "12. Enuresis / Encopresis", + "Enuresis", + "Involuntary discharge of urine after the age at which urinary control should have been achieved", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001796", + 90, + "Encopresis", + "Incontinence of feces not due to organic defect or illness.", + "N/A", + "Diagnosis", + "141309AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Seperate entities, Enuresis MSF-1396, Encopresis CIEL141309", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "سلس البراز / البول", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Enuresis", + "Ef59Tr7bwiG", + "enuresis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|12. Enuresis / Encopresis", + 1, + 405 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 13, + "13. Developmental disorder (incl. intellectual disability, autism)", + "63f73696-3d7c-4dc5-8c16-5382c20c3f9f", + "13. Developmental disorder (incl. intellectual disability, autism)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "MSF-500", + "OCL-1194889", + "Developmental disabilities", + "Disorders in which there is a delay in development based on that expected for a given age level or stage of development. These impairments or disabilities originate before age 18, may be expected to continue indefinitely, and constitute a substantial impairment. Biological and nonbiological factors are involved in these disorders. ", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب نمو (يشمل الإعاقة الذهنية والتوحد)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Developmental disorder (incl. intellectual disability, autism)", + "veb2vWtp2QT", + "developmental_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|13. Developmental disorder (incl. intellectual disability, autism)", + 1, + 406 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 14, + "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-890", + "", + "Childhood behavioural problem", + "Pediatric paitent displays a behavioral problem.", + "nb finding not diagnosis", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب سلوكي لدى الطفل (يشمل اضطراب نقص الانتباه مع فرط النشاط، واضطراب المسلك)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Childhood behavioral disorder", + "k6LNSHULzvA", + "childhood_behavioral_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + 1, + 407 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 15, + "15. Childhood emotional disorder", + "52d85e63-b238-4161-985c-97f75ad80c9a", + "15. Childhood emotional disorder", + "Childhood emotional disorder", + "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000905", + 95, + "Childhood emotional disorder", + "", + "N/A", + "Diagnosis", + "155498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-505", + "", + "Childhood emotional disorder", + "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب عاطفي لدى الطفل", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Childhood emotional disorder", + "JznaioxOZKP", + "childhood_emotional_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|15. Childhood emotional disorder", + 1, + 408 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 16, + "16. Substance-related disorder", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "16. Substance-related disorder", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-2457", + "", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب ذو صلة بالعقاقير", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Substance-related disorders", + "HllN5G1TKNb", + "substance_related_disorders", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|16. Substance-related disorder", + 1, + 409 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 17, + "17. Epilepsy / seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "17. Epilepsy / seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", + "Coded", + "Diagnosis", + "155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", + "N/A", + "Diagnosis", + "3cce0a90-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-420", + "", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "صرع/نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Epilepsy / seizures", + "KYmRwgkkgsl", + "epilepsy_seizures", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|17. Epilepsy / seizures", + 1, + 410 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 18, + "18. Other disorder", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "18. Other disorder", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "other / other disorder", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "نوع آخر من الأمراض", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Other disorder, specify", + "G7j5nsi8r7T", + "other_disorder_specify", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|18. Other disorder", + 1, + 411 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 19, + "19. No diagnosis", + "dc77c73a-5ce5-4aac-821e-81f19f81b65f", + "19. No diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1630", + "", + "none", + "Generic descriptive answer.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "", + "لا يوجد تشخيص", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "No diagnosis", + "qNroeJqYQmn", + "no_diagnosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|19. No diagnosis", + 1, + 412 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 1, + "1. Psychosomatic", + "c899d33a-adde-4c70-ad65-2326b8843e3b", + "1. Psychosomatic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-459", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "نفسية جسدية", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "1. Psychosomatic", + "YLwstT7QxPg", + "1_psychosomatic", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|1. Psychosomatic", + 1, + 413 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 2, + "2. Depression related", + "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", + "2. Depression related", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "1رتبطة بالاكتئاب", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "2. Depression related", + "IEdTLNPdysy", + "2_depression_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|2. Depression related", + 1, + 414 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 3, + "3. Anxiety related", + "241b3278-3803-478b-8484-70e2b17e5543", + "3. Anxiety related", + "", + "", + "", + "", + "", + "", + "Anxiety", + "Persistent feeling of dread, apprehension, and impending disaster.", + "N/A", + "Diagnosis", + "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Anxiety", + "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", + "Coded", + "Diagnosis", + "3ce6b1ee-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "2مرتبطة بالقلق", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "3. Anxiety related", + "WgBIYmHZdJc", + "3_anxiety_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|3. Anxiety related", + 1, + 415 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 4, + "4. Trauma related", + "3a0c003c-9149-4a5f-a236-ed5d61231950", + "4. Trauma related", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Trauma", + "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", + "N/A", + "Diagnosis", + "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "3مرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "4. Trauma related", + "vC3XeVwbmLY", + "4_trauma_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|4. Trauma related", + 1, + 416 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 5, + "5. Psychosis related", + "612c130a-0ae9-4565-af09-b5437334c742", + "5. Psychosis related", + "Psychosis", + "Mental disorder combining symptoms that result in an impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000696", + 90, + "Psychosis", + "", + "N/A", + "Diagnosis", + "113517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Psychosis", + "A severe mental disorder, with or without organic damage, characterized by derangement of personality and loss of contact with reality and causing deterioration of normal social functioning.", + "N/A", + "Diagnosis", + "3ccea7fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "4مرتبطة بالذهان", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "5. Psychosis related", + "NuEhgdvdwHA", + "5_psychosis_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|5. Psychosis related", + 1, + 417 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 6, + "6. Neuro cognitive problems", + "a5b552b6-44db-42f1-a436-6f2f12de471e", + "6. Neuro cognitive problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-891", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "5مشاكل عصبية إدراكية", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "6. Neuro cognitive problems", + "x9vk1fImSr7", + "6_neuro_cognitive_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|6. Neuro cognitive problems", + 1, + 418 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 7, + "7. Behaviour problems", + "5b271a75-d44b-466a-8baf-71153dc1895c", + "7. Behaviour problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "OCL-113635", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "6مشاكل في السلوكيات", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "7. Behaviour problems", + "S5v9RKrCwIx", + "7_behaviour_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|7. Behaviour problems", + 1, + 419 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 8, + "8. Other symptoms", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8. Other symptoms", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "7اعراض اخرى", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "8. Other symptoms", + "GaJQMD4oqS5", + "8_other_symptoms", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|8. Other symptoms", + 1, + 420 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 1, + "1 - 3 days", + "a3d78d0a-613d-46ab-ae00-de985dd822eb", + "1 - 3 days", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3243", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أيام ١-٣", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 3 days", + "Syw1PVWr0UX", + "1_3_days", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 3 days", + 1, + 421 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 2, + "4 - 7 days", + "7a5a7a86-1ebf-4309-915a-d58e6c907db1", + "4 - 7 days", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3244", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أيام ٤-٦", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "4 - 7 days", + "jVQNrNJHHkN", + "4_7_days", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|4 - 7 days", + 1, + 422 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 3, + "1 - 4 weeks", + "d5ea3587-be05-4b66-809c-3c63481300b3", + "1 - 4 weeks", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3245", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أسابيع ١-٤", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 4 weeks", + "IcUeaP23Ayu", + "1_4_weeks", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 4 weeks", + 1, + 423 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 4, + "1 - 6 months", + "a2ffa3e1-eabe-4417-af29-09ea962d584e", + "1 - 6 months", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3246", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أشهر ١-٦", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 6 months", + "qgvtHQTTScW", + "1_6_months", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 6 months", + 1, + 424 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 5, + "6 - 12 months", + "f9c40a2d-7e94-418b-b222-e73959845e4d", + "6 - 12 months", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3247", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أشهر ٦-١٢", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "6 - 12 months", + "y6MYfCvaJkX", + "6_12_months", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|6 - 12 months", + 1, + 425 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 6, + "> 1 year", + "f7ae6f81-0dcf-4316-9706-26d96a8d9c1e", + "> 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3248", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أكثر من سنة", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "> 1 year", + "ACcQT2fwiwz", + ">1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|> 1 year", + 1, + 426 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 1, + "0 - 4", + "", + "0 - 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "0 - 4", + "WckhKgP63BA", + "0_4", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|0 - 4", + 1, + 427 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 2, + 45421, + "", + 45421, + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + 45421, + "YkBcbx6RBHh", + "5_9", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|5 - 9", + 1, + 428 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 3, + 45579, + "", + 45579, + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + 45579, + "AJWrsjJAliA", + "10_14", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|10 - 14", + 1, + 429 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 4, + "15 - 19", + "", + "15 - 19", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "15 - 19", + "q0ubDgXvYpV", + "15_19", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|15 - 19", + 1, + 430 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 5, + ">=20", + "", + ">=20", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + ">=20", + "vq07JGEe2mq", + ">20", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|>=20", + 1, + 431 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 1, + "0 - Not assessed", + "eb770ad7-b106-4255-83bd-2dc284fbd7ce", + "0 - Not assessed", + "", + "", + "", + "", + "", + "", + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3257", + "", + "", + "0 - لم يتم قياسه", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لم يتم قياسه", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 0, + "G9EBBmiN9xy", + "cgi-s_score|0", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|0 - Not assessed", + 1, + 432 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 2, + "1 - Normal/not ill", + "d884d3dd-7649-4260-b139-2d740baf9767", + "1 - Normal/not ill", + "Normal", + "A standard or typical result.", + "N/A", + "Misc", + "d884d3dd-7649-4260-b139-2d740baf9767", + 90, + "Normal", + "General descriptive answer.", + "N/A", + "Misc", + "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Normal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd750a0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "1 - عادي / غير مريض", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عادي / غير مريض", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 1, + "kA0sL0CXSw6", + "cgi-s_score|1", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|1 - Normal/not ill", + 1, + 433 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 3, + "2 - Suspected mentally ill", + "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1", + "2 - Suspected mentally ill", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "2 - يشتبه بإصابته بمرض نفسي", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "يشتبه بإصابته بمرض نفسي", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 2, + "JZ7qkt6RFC8", + "cgi-s_score|2", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|2 - Suspected mentally ill", + 1, + 434 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 4, + "3 - Mildly ill", + "c90610d0-29ee-437e-af93-7bcc49fda2f1", + "3 - Mildly ill", + "Mild", + "Without severity or significant impact", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001887", + 90, + "Mildly ill", + "Clearly established symptoms with minimal, if any, distress or difficulty in social and occupational function", + "N/A", + "Finding", + "c6518e7c-21fb-4567-b415-13c007171e4e", + 90, + "Mild", + "General qualifier value", + "N/A", + "Finding", + "3cdef9ae-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "3 - مريض بشكل طفيف", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل طفيف", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 3, + "Wdl3QmheipE", + "cgi-s_score|3", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|3 - Mildly ill", + 1, + 435 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 5, + "4 - Moderately ill", + "e81cfac7-6c80-4e1b-af86-3d896c9bbdac", + "4 - Moderately ill", + "Moderate", + "Average in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001888", + 90, + "Moderately ill", + "Overt symptoms causing noticeable, but modest, functional impairment or distress; symptom level may warrant medication", + "N/A", + "Finding", + "10fe25ee-6a0f-41f8-a443-3155b51e5f25", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "3cdef832-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "4 - مريض بشكل متوسط ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل متوسط ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 4, + "nCM6PF4SB9r", + "cgi-s_score|4", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|4 - Moderately ill", + 1, + 436 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 6, + "5 - Markedly ill", + "cf122053-f10b-4450-89e1-ed9adabb413c", + "5 - Markedly ill", + "Markedly ill", + "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Severity (CGI-S) score, rating the mental state of the patient.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001840", + 90, + "Markedly ill", + "Intrusive symptoms that distinctly impair social/occupational function or cause intrusive levels of distress", + "N/A", + "Finding", + "877f9423-bac3-41b4-ada1-3e571cfaa7fd", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "5 - مريض بشكل ملحوظ ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل ملحوظ ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 5, + "nIwgqWMPi2T", + "cgi-s_score|5", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|5 - Markedly ill", + 1, + 437 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 7, + "6 - Severely ill", + "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7", + "6 - Severely ill", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severely ill", + "Disruptive pathology, behavior and function are frequently influenced by symptoms, may require assistance from others", + "N/A", + "Finding", + "fbce3be2-ca0b-48e0-a314-720d2a67b71b", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "6 - مريض بشكل شديد", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل شديد", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 6, + "UD0mFMSQCkc", + "cgi-s_score|6", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|6 - Severely ill", + 1, + 438 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 8, + "7 - Extremely ill patient", + "0f115f25-cdd0-49c3-b009-ba9acb041fef", + "7 - Extremely ill patient", + "", + "", + "", + "", + "", + "", + "Extremely ill", + "Among the most extremely ill patients&mdash;pathology drastically interferes in many life functions; may be hospitalized", + "N/A", + "Finding", + "319a7d41-45c6-4a88-8e84-6a61b9cc2d1b", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "7 - مريض بشكل خطير", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل خطير", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 7, + "FYnMWvKXosf", + "cgi-s_score|7", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|7 - Extremely ill patient", + 1, + 439 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 1, + "0 - Not assessed", + "", + "0 - Not assessed", + "", + "", + "", + "", + "", + "", + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "0 - لم يتم قياسه ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لم يتم قياسه ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 0, + "G9EBBmiN9xy", + "cgi-s_score|0", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|0 - Not assessed", + 1, + 440 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 2, + "1 - Very much improved", + "", + "1 - Very much improved", + "Very much improved", + "A score of 1 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001843", + 95, + "Very much improved", + "Nearly all better; good level of functioning; minimal symptoms; represents a very substantial change", + "N/A", + "Finding", + "30c9c7a5-cc9e-40fa-a5ec-9e8b8994a2c7", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "1 - تحسن إلى حد كبير ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن إلى حد كبير ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 1, + "kA0sL0CXSw6", + "cgi-s_score|1", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|1 - Very much improved", + 1, + 441 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 3, + "2 - Much improved", + "", + "2 - Much improved", + "Much improved", + "A score of 2 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001844", + 90, + "Much improved", + "Notably better with significant reduction of symptoms; increase in the level of functioning but some symptoms remain", + "N/A", + "Finding", + "0bab04e3-b58c-4809-862b-1f9da712b46d", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "2 - تحسن جداً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن جداً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 2, + "JZ7qkt6RFC8", + "cgi-s_score|2", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|2 - Much improved", + 1, + 442 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 4, + "3 - Minimally improved", + "", + "3 - Minimally improved", + "Minimally improved", + "A score of 3 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001845", + 95, + "Minimally improved", + "Slightly better with little or no clinically meaningful reduction of symptoms. Represents very little change in basic clinical status, level of care, or functional capacity", + "N/A", + "Finding", + "da0f78aa-5e68-4979-90e6-49225805e85b", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "3 - تحسن بالحد الأدنى", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن بالحد الأدنى", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 3, + "Wdl3QmheipE", + "cgi-s_score|3", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|3 - Minimally improved", + 1, + 443 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 5, + "4 - No change", + "", + "4 - No change", + "No change", + "A score of 4 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001846", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "4 - لا تغيّر ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لا تغيّر ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 4, + "nCM6PF4SB9r", + "cgi-s_score|4", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|4 - No change", + 1, + 444 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 6, + "5 - Minimally worse", + "", + "5 - Minimally worse", + "Minimally worse", + "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001847", + 90, + "Minimally worse", + "Slightly worse but may not be clinically meaningful; may represent very little change in basic clinical status or functional capacity", + "N/A", + "Misc", + "f7d57972-8da5-422c-8b85-d9d2239c682e", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "5 - ساءت حالته قليلاً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته قليلاً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 5, + "nIwgqWMPi2T", + "cgi-s_score|5", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|5 - Minimally worse", + 1, + 445 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 7, + "6 - Much worse", + "", + "6 - Much worse", + "Much worse", + "A score of 6 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001848", + 90, + "Much worse", + "Clinically significant increase in symptoms and diminished functioning", + "N/A", + "Misc", + "0bec15d7-9903-4a20-9494-401301f4d05d", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "6 - ساءت حالته جداً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته جداً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 6, + "UD0mFMSQCkc", + "cgi-s_score|6", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|6 - Much worse", + 1, + 446 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 8, + "7 - Very much worse", + "", + "7 - Very much worse", + "Very much worse", + "A score of 7 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001849", + 90, + "Very much worse", + "Severe exacerbation of symptoms and loss of functioning", + "N/A", + "Misc", + "79c81058-c0ee-430e-9153-fb9c3c2dccc7", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "7 - ساءت حالته إلى حد كبير", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته إلى حد كبير", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 7, + "FYnMWvKXosf", + "cgi-s_score|7", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|7 - Very much worse", + 1, + 447 + ], + [ + 43, + "Medication prescribed by - MH", + "", + "Coded", + 1, + "MSF", + "74c9a7c6-e64d-4f49-b8a6-f10999eb25bc", + "MSF", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3300", + "", + "MSF OCG", + "The MSF Operational Centre based in Geneva.", + "MSF-51 is MSF OCG (each section is coded, but no MSF on its own)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منظمة أطباء بلا حدو", + "TEXT", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Medication prescribed by - MH|MSF", + 1, + 448 + ], + [ + 43, + "Medication prescribed by - MH", + "", + "Coded", + 2, + "Non MSF", + "77822de2-c236-4400-96f4-ee13b9334cea", + "Non MSF", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3301", + "", + "", + "", + "Not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليس منظمة أطباء بلا حدود", + "TEXT", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Medication prescribed by - MH|Non MSF", + 1, + 449 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 1, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-313", + "", + "Sexual violence", + "Unlawful sexual intercourse without consent of the victim.", + "Not found as an adjective alone, MSF313 for sexual violence", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "جنسي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Sexual", + 1, + 450 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 2, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-158358", + "Physical Violence", + "", + "Not found as an adjective alone, as a diagnosis in CIEL (physical violence, or as a finding, Victim of physical violence, 167244)", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "جسدي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Physical", + 1, + 451 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 3, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3303", + "", + "", + "", + "Not found as an adjective alone, or as a type of violence in MSF", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "لفظي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Verbal", + 1, + 452 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 4, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3304", + "", + "", + "", + "Not found as an adjective alone, or as a type of violence in MSF", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "نفسي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Psychological", + 1, + 453 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Other", + 1, + 454 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 1, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Physical", + 1, + 455 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 2, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Psychological", + 1, + 456 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 3, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Sexual", + 1, + 457 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 4, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Verbal", + 1, + 458 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Other", + 1, + 459 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 1, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Physical", + 1, + 460 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 2, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Psychological", + 1, + 461 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 3, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Sexual", + 1, + 462 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 4, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Verbal", + 1, + 463 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Other", + 1, + 464 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 1, + "< 24 hrs", + "63a236d1-add1-49ec-88c9-8e89108a71f2", + "< 24 hrs", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3305", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من 24 ساعة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "< 24 hrs", + "rboxGBCpxP5", + "< 24 hrs", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|< 24 hrs", + 1, + 465 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 2, + "24 -72hrs", + "8d9cf61e-1f64-4f25-b202-52da17e8c634", + "24 -72hrs", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3306", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "72-24ساعة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "24 -72hrs", + "Fi67snqrRPm", + "24 -72hrs", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|24 -72hrs", + 1, + 466 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 3, + "Less than 1 month", + "0e298528-7c8c-4724-a24f-d71ee7c1ebea", + "Less than 1 month", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3307", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من شهر واحد", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Less than 1 month", + "W90N4TbsQYD", + "less_than_1_month", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Less than 1 month", + 1, + 467 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 4, + "Less than 1 year", + "b5b58ef8-1bdf-4c14-9384-afbeb848d571", + "Less than 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3308", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من سنة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Less than 1 year", + "NEIhaoKeaqc", + "less_than_1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Less than 1 year", + 1, + 468 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 5, + ">= 1 year", + "4a17e0a6-1add-49a6-9831-d8ad7c647ec9", + ">= 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3309", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "سنة او اكثر", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + ">= 1 year", + "ifUaNyIglm3", + ">= 1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|>= 1 year", + 1, + 469 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 6, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-929", + "CIEL-1067", + "unknown", + "Generic answer to question when information/data is not known.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Unknown", + "Ldq2j9ZBfMI", + "unknown", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Unknown", + 1, + 470 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 1, + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "6e02debd-31eb-4112-8566-00e520835c76", + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + 1, + 471 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 2, + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL_160656", + "Personal History of severe disease", + "", + "Diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + 1, + 472 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "35910034-cc37-4dd1-abb7-ce140b0eff2b", + "1.3 Unwanted pregnancy", + "", + "", + "", + "", + "", + "", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL -123572", + "Unwanted Pregnancy", + "The pregnancy is not wanted by one or both parents.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حمل غير مرعوب به", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.3 Unwanted pregnancy", + 1, + 473 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 4, + "1.4 History of psychiatric problems", + "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", + "1.4 History of psychiatric problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-159350", + "Personal History of Psychiatric Disorder", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المعاناة من مشاكل نفسية في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.4 History of psychiatric problems", + 1, + 474 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 5, + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "4bf7b376-9193-4ee4-a51a-445d07d2d22b", + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "N/A", + "Diagnosis", + "733c362a-89d3-4c6a-b918-f4af5725e7c7", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-145439", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + 1, + 475 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 6, + "1.6 Family member with a serious medical condition", + "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", + "1.6 Family member with a serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "MSF-918", + "", + "Close relative with medical disease", + "Relative or family member has a medical disease.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.6 Family member with a serious medical condition", + 1, + 476 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "5cccf137-2952-4c9b-b879-b4ed2a9be621", + "2.1 Sexual violence within the family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي داخل العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.1 Sexual violence within the family", + 1, + 477 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 8, + "2.2 Sexual violence outside the family", + "dbe73631-79ae-4ab9-a3c8-65d6732c8714", + "2.2 Sexual violence outside the family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي خارج العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.2 Sexual violence outside the family", + 1, + 478 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 9, + "2.3 Exposed to war", + "cf28335f-d72c-440a-afc1-bcca39b51155", + "2.3 Exposed to war", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العيش في أجواء الحرب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.3 Exposed to war", + 1, + 479 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 10, + "2.4 Incarceration/detention", + "66492df1-6d26-498a-b6c7-b10931da1642", + "2.4 Incarceration/detention", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-156761", + "Imprisonment and other incarceration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحبس/الاحتجاز", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.4 Incarceration/detention", + 1, + 480 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 11, + "2.5 Hostage/kidnapping/forced recruitment", + "8917acb0-e25d-4f9e-84bb-cae9998abf35", + "2.5 Hostage/kidnapping/forced recruitment", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاختطاف / التجنيد الإجباري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.5 Hostage/kidnapping/forced recruitment", + 1, + 481 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 12, + "2.6 Deportation", + "f279409d-71ba-41c6-8301-76ee90d239dc", + "2.6 Deportation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الترحيل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.6 Deportation", + 1, + 482 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 13, + "2.7 Domestic violence", + "e25f9ca1-0b33-4765-a8c4-5da48289bda7", + "2.7 Domestic violence", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-160658", + "History of exposure to domestic violence", + "History of abusive behaviors by one partner against another in an intimate relationship such as marriage, dating, family, or cohabitation. This includes the history of physical, sexual or emotional abuse.", + "As opposed to Domestic Violence as a diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف المنزلي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.7 Domestic violence", + 1, + 483 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 14, + "2.8 Victim of threats", + "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", + "2.8 Victim of threats", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للتهديدات", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.8 Victim of threats", + 1, + 484 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 15, + "2.9 Victim of human trafficking or smuggling", + "5958f0fd-c755-4640-80d7-5ef0f9522b2e", + "2.9 Victim of human trafficking or smuggling", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للإتجار البشري والتهريب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.9 Victim of human trafficking or smuggling", + 1, + 485 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 16, + "2.10 Witness violence/killings/threats", + "107a7f52-f95d-447f-bf1a-c801e1a0082c", + "2.10 Witness violence/killings/threats", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-922", + "", + "Direct witness of violence", + "Patient directly witnessed an act of violence.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.10 Witness violence/killings/threats", + 1, + 486 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 17, + "2.11 Forced to flee (IDP/refugee/migrant)", + "a8b0e025-a735-407b-b958-fe9b29c370e7", + "2.11 Forced to flee (IDP/refugee/migrant)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1530", + "", + "Internally Displaced Person", + "Person who have been forced to flee their home but never cross an international border", + "Also existing migrant MSF-1531 and refugee MSF-1529", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.11 Forced to flee (IDP/refugee/migrant)", + 1, + 487 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 18, + "2.12 Target of stigma/discrimination/marginalization", + "e702655a-57af-457a-a1ae-42e31f119f80", + "2.12 Target of stigma/discrimination/marginalization", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "Multiple distinct types of discrimination in CIEL, no generic. Also reused to seek treatment due to stigme as a reason for noncomliance", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للوصم / التمييز العنصري / التهميش", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.12 Target of stigma/discrimination/marginalization", + 1, + 488 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 19, + "2.13 Other violence (wounded/beaten/torture)", + "c80eb3f7-31b1-4717-a78d-0aac623fc129", + "2.13 Other violence (wounded/beaten/torture)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found - but Victim of Torture CIEL-123156", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.13 Other violence (wounded/beaten/torture)", + 1, + 489 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 20, + "2.14 Forced curfew or confinement", + "ea673f5c-5f99-4da5-9f41-92c21446de31", + "2.14 Forced curfew or confinement", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "no found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاحتجاز أو منع الحركة القسري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.14 Forced curfew or confinement", + 1, + 490 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 21, + "2.15 History of suicide attempts", + "160734e2-e5ed-44e9-b573-bdbb6e619e30", + "2.15 History of suicide attempts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-129176", + "History of Suicide attempt", + "", + "Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحار سابقة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.15 History of suicide attempts", + 1, + 491 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 22, + "2.16 History of self-harm/mutilation", + "19408a7e-e17e-4040-adec-d6aa426564ce", + "2.16 History of self-harm/mutilation", + "", + "", + "", + "", + "", + "", + "self-harm", + "", + "N/A", + "Diagnosis", + "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1391", + "", + "Self Harm", + "The act of purposely hurting oneself as an emotional coping mechanism.", + "Is listed as diagnosis, not as a precipitating event", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية نفس / تشويه للنفس في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.16 History of self-harm/mutilation", + 1, + 492 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 23, + "2.17 Family members lived a violent experience", + "5a462534-7605-4137-8d5c-503584538eb4", + "2.17 Family members lived a violent experience", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أفراد العائلة لتجربة عنيفة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.17 Family members lived a violent experience", + 1, + 493 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 24, + "2.18 Adult forced marriage ", + "a725a884-e785-4c08-b08a-386d8652faaf", + "2.18 Adult forced marriage ", + "", + "", + "", + "", + "", + "", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الزواج القسري للبالغين", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.18 Adult forced marriage ", + 1, + 494 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 25, + "2.19 Child marriage", + "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زواج الأطفال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.19 Child marriage", + 1, + 495 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 26, + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "4e3ab089-6a99-4e15-8883-3c49a150e6c6", + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "MSF-917", + "CIEL-167687", + "Close relative detained/died/missed/injured", + "Relative or family member has died, been detained, is missing, etc.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.1 Family member killed or missing (arrested / detained / disappeared) ", + 1, + 496 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 27, + "3.2 Unaccompanied minor or orphaned", + "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", + "3.2 Unaccompanied minor or orphaned", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found. 1174 CIEL, but as question 'orphan' not finding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قاصر أو يتيم من دون مرافق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.2 Unaccompanied minor or orphaned", + 1, + 497 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "f2be320d-7757-4525-bcb0-6005368982d7", + "3.3 Negligence of caretakers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1424", + "", + "Victim of Neglect", + "The person has been deprived of the care necessary to maintain their physical or mental health.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهمال مقدمي الرعاية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.3 Negligence of caretakers", + 1, + 498 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "979b6137-2d14-412d-8e07-d3f2a1743deb", + "3.4 Property destroyed or lost", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1544", + "", + "House / Property destroyed", + "Specific agregated concept for the Mental Health database as part of the list of stressors", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دمار الممتلكات أو فقدانها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.4 Property destroyed or lost", + 1, + 499 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 30, + "3.5 Loss of income", + "c88d3256-f445-4eee-8aac-c31542386f23", + "3.5 Loss of income", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان مصدر الدخل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.5 Loss of income", + 1, + 500 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 31, + "3.6 Death of family member (natural or accidental death)", + "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", + "3.6 Death of family member (natural or accidental death)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found - CIEL 167687 - loss of a relative, but description also includes detailed missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.6 Death of family member (natural or accidental death)", + 1, + 501 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 32, + "3.7 Relationship problems", + "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", + "3.7 Relationship problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-113353", + "Relationship problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عاطفية مع الشريك/ة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.7 Relationship problems", + 1, + 502 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 33, + "3.8 Divorce/separation", + "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", + "3.8 Divorce/separation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-163007", + "Divorced/separated→Previously married but now not with living spouse[en]", + "Either divorced or separated but not widowed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطلاق / الانفصال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.8 Divorce/separation", + 1, + 503 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", + "3.9 Migration due to financial reasons", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found , only MSF1531 Migrant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهجرة لأسباب اقتصادية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.9 Migration due to financial reasons", + 1, + 504 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + 1, + 505 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 36, + "4.2 Road accident", + "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", + "4.2 Road accident", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2985", + "", + "Trauma Accidental Traffic (TAT)", + "", + "I am unsure if this MSF is a good match, also CIEL - Traffic accident 119964, or CIEL-86, Accident motor vehicle", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حادث سير", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|4.2 Road accident", + 1, + 506 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 37, + "5.1 Financial problems", + "e6957cdb-3694-4ab6-b98b-2031c02b4460", + "5.1 Financial problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1543", + "", + "Extreme poverty / financial crisis", + "Specific agregated concept for the Mental Health database as part of the list of stressors", + "Maybe too strong", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل مالية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.1 Financial problems", + 1, + 507 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "cd22a8af-1506-47af-9d1b-325c31c230a8", + "5.2 Difficult living conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبة الوضع المعيشي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.2 Difficult living conditions", + 1, + 508 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 39, + "5.3 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "5.3 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حدد", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.3 Other", + 1, + 509 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 1, + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "6e02debd-31eb-4112-8566-00e520835c76", + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + 1, + 510 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 2, + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + 1, + 511 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "35910034-cc37-4dd1-abb7-ce140b0eff2b", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حمل غير مرعوب به", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.3 Unwanted pregnancy", + 1, + 512 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 4, + "1.4 History of psychiatric problems", + "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", + "1.4 History of psychiatric problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المعاناة من مشاكل نفسية في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.4 History of psychiatric problems", + 1, + 513 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 5, + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "4bf7b376-9193-4ee4-a51a-445d07d2d22b", + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "N/A", + "Diagnosis", + "733c362a-89d3-4c6a-b918-f4af5725e7c7", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + 1, + 514 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 6, + "1.6 Family member with a serious medical condition", + "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", + "1.6 Family member with a serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.6 Family member with a serious medical condition", + 1, + 515 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 1, + "2.1 Sexual violence within the family", + "5cccf137-2952-4c9b-b879-b4ed2a9be621", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي داخل العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.1 Sexual violence within the family", + 1, + 516 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 2, + "2.2 Sexual violence outside the family", + "dbe73631-79ae-4ab9-a3c8-65d6732c8714", + "2.2 Sexual violence outside the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي خارج العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.2 Sexual violence outside the family", + 1, + 517 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 3, + "2.3 Exposed to war", + "cf28335f-d72c-440a-afc1-bcca39b51155", + "2.3 Exposed to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العيش في أجواء الحرب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.3 Exposed to war", + 1, + 518 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 4, + "2.4 Incarceration/detention", + "66492df1-6d26-498a-b6c7-b10931da1642", + "2.4 Incarceration/detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحبس/الاحتجاز", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.4 Incarceration/detention", + 1, + 519 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 5, + "2.5 Hostage/kidnapping/forced recruitment", + "8917acb0-e25d-4f9e-84bb-cae9998abf35", + "2.5 Hostage/kidnapping/forced recruitment", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاختطاف / التجنيد الإجباري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.5 Hostage/kidnapping/forced recruitment", + 1, + 520 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 6, + "2.6 Deportation", + "f279409d-71ba-41c6-8301-76ee90d239dc", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الترحيل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.6 Deportation", + 1, + 521 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 7, + "2.7 Domestic violence", + "e25f9ca1-0b33-4765-a8c4-5da48289bda7", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف المنزلي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.7 Domestic violence", + 1, + 522 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 8, + "2.8 Victim of threats", + "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", + "2.8 Victim of threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للتهديدات", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.8 Victim of threats", + 1, + 523 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 9, + "2.9 Victim of human trafficking or smuggling", + "5958f0fd-c755-4640-80d7-5ef0f9522b2e", + "2.9 Victim of human trafficking or smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للإتجار البشري والتهريب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.9 Victim of human trafficking or smuggling", + 1, + 524 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 10, + "2.10 Witness violence/killings/threats", + "107a7f52-f95d-447f-bf1a-c801e1a0082c", + "2.10 Witness violence/killings/threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.10 Witness violence/killings/threats", + 1, + 525 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 11, + "2.11 Forced to flee (IDP/refugee/migrant)", + "a8b0e025-a735-407b-b958-fe9b29c370e7", + "2.11 Forced to flee (IDP/refugee/migrant)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.11 Forced to flee (IDP/refugee/migrant)", + 1, + 526 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 12, + "2.12 Target of stigma/discrimination/marginalization", + "e702655a-57af-457a-a1ae-42e31f119f80", + "2.12 Target of stigma/discrimination/marginalization", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للوصم / التمييز العنصري / التهميش", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.12 Target of stigma/discrimination/marginalization", + 1, + 527 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 13, + "2.13 Other violence (wounded/beaten/torture)", + "c80eb3f7-31b1-4717-a78d-0aac623fc129", + "2.13 Other violence (wounded/beaten/torture)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.13 Other violence (wounded/beaten/torture)", + 1, + 528 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 14, + "2.14 Forced curfew or confinement", + "ea673f5c-5f99-4da5-9f41-92c21446de31", + "2.14 Forced curfew or confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاحتجاز أو منع الحركة القسري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.14 Forced curfew or confinement", + 1, + 529 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 15, + "2.15 History of suicide attempts", + "160734e2-e5ed-44e9-b573-bdbb6e619e30", + "2.15 History of suicide attempts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحار سابقة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.15 History of suicide attempts", + 1, + 530 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 16, + "2.16 History of self-harm/mutilation", + "19408a7e-e17e-4040-adec-d6aa426564ce", + "2.16 History of self-harm/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + "self-harm", + " ", + "N/A", + "Diagnosis", + "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية نفس / تشويه للنفس في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.16 History of self-harm/mutilation", + 1, + 531 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 17, + "2.17 Family members lived a violent experience", + "5a462534-7605-4137-8d5c-503584538eb4", + "2.17 Family members lived a violent experience", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أفراد العائلة لتجربة عنيفة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.17 Family members lived a violent experience", + 1, + 532 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 18, + "2.18 Adult forced marriage ", + "a725a884-e785-4c08-b08a-386d8652faaf", + "2.18 Adult forced marriage ", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الزواج القسري للبالغين", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.18 Adult forced marriage ", + 1, + 533 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 19, + "2.19 Child marriage", + "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زواج الأطفال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.19 Child marriage", + 1, + 534 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 1, + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "4e3ab089-6a99-4e15-8883-3c49a150e6c6", + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.1 Family member killed or missing (arrested / detained / disappeared) ", + 1, + 535 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 2, + "3.2 Unaccompanied minor or orphaned", + "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", + "3.2 Unaccompanied minor or orphaned", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قاصر أو يتيم من دون مرافق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.2 Unaccompanied minor or orphaned", + 1, + 536 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 3, + "3.3 Negligence of caretakers", + "f2be320d-7757-4525-bcb0-6005368982d7", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهمال مقدمي الرعاية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.3 Negligence of caretakers", + 1, + 537 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 4, + "3.4 Property destroyed or lost", + "979b6137-2d14-412d-8e07-d3f2a1743deb", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دمار الممتلكات أو فقدانها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.4 Property destroyed or lost", + 1, + 538 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 5, + "3.5 Loss of income", + "c88d3256-f445-4eee-8aac-c31542386f23", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان مصدر الدخل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.5 Loss of income", + 1, + 539 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 6, + "3.6 Death of family member (natural or accidental death)", + "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", + "3.6 Death of family member (natural or accidental death)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.6 Death of family member (natural or accidental death)", + 1, + 540 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 7, + "3.7 Relationship problems", + "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عاطفية مع الشريك/ة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.7 Relationship problems", + 1, + 541 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 8, + "3.8 Divorce/separation", + "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", + "3.8 Divorce/separation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطلاق / الانفصال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.8 Divorce/separation", + 1, + 542 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 9, + "3.9 Migration due to financial reasons", + "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهجرة لأسباب اقتصادية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.9 Migration due to financial reasons", + 1, + 543 + ], + [ + 52, + "Past / Precipitating Events - Disaster", + "", + "Coded", + 1, + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Disaster|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + 1, + 544 + ], + [ + 52, + "Past / Precipitating Events - Disaster", + "", + "Coded", + 2, + "4.2 Road accident", + "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", + "4.2 Road accident", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حادث سير", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Disaster|4.2 Road accident", + 1, + 545 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 1, + "5.1 Financial problems", + "e6957cdb-3694-4ab6-b98b-2031c02b4460", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل مالية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.1 Financial problems", + 1, + 546 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 2, + "5.2 Difficult living conditions", + "cd22a8af-1506-47af-9d1b-325c31c230a8", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبة الوضع المعيشي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.2 Difficult living conditions", + 1, + 547 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 3, + "5.3 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "5.3 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حدد", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.3 Other", + 1, + 548 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 1, + "1.1 Highly stigmatizing diseases", + "", + "1.1 Highly stigmatizing diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.1 Highly stigmatizing diseases", + 1, + 549 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 2, + "1.2 Severe medical condition", + "", + "1.2 Severe medical condition", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.2 Severe medical condition", + 1, + 550 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.3 Unwanted pregnancy", + 1, + 551 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 4, + "1.4 History of psychological or psychiatric problem", + "", + "1.4 History of psychological or psychiatric problem", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.4 History of psychological or psychiatric problem", + 1, + 552 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 5, + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000603", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "3cd50188-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + 1, + 553 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 6, + "1.6 Family member with serious medical condition", + "", + "1.6 Family member with serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.6 Family member with serious medical condition", + 1, + 554 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.1 Sexual violence within the family", + 1, + 555 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 8, + "2.10 Witnessed violence / killing / threats", + "", + "2.10 Witnessed violence / killing / threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.10 Witnessed violence / killing / threats", + 1, + 556 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 9, + "2.11 Forced to flee / IDP / refugee / migration", + "", + "2.11 Forced to flee / IDP / refugee / migration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.11 Forced to flee / IDP / refugee / migration", + 1, + 557 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 10, + "2.12 Target of social stigma / Marginalisation and discrimination", + "", + "2.12 Target of social stigma / Marginalisation and discrimination", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.12 Target of social stigma / Marginalisation and discrimination", + 1, + 558 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 11, + "2.13 Other physical violence (wounded, beaten, tortured)", + "", + "2.13 Other physical violence (wounded, beaten, tortured)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.13 Other physical violence (wounded, beaten, tortured)", + 1, + 559 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 12, + "2.14 Forced curfew and confinement", + "", + "2.14 Forced curfew and confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.14 Forced curfew and confinement", + 1, + 560 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 13, + "2.15 Suicide/suicide attempt", + "", + "2.15 Suicide/suicide attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Suicide", + "The act of killing oneself.", + "N/A", + "Diagnosis", + "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.15 Suicide/suicide attempt", + 1, + 561 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 14, + "2.16 Self harming/mutilation", + "", + "2.16 Self harming/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.16 Self harming/mutilation", + 1, + 562 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 15, + "2.17 Family member experienced an act of violence", + "", + "2.17 Family member experienced an act of violence", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.17 Family member experienced an act of violence", + 1, + 563 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 16, + "2.18 Adult forced marriage", + "", + "2.18 Adult forced marriage", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.18 Adult forced marriage", + 1, + 564 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 17, + "2.19 Child marriage", + "", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.19 Child marriage", + 1, + 565 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 18, + "2.2 Sexual violence outside family", + "", + "2.2 Sexual violence outside family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.2 Sexual violence outside family", + 1, + 566 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 19, + "2.3 Combat experience / Exposure to war", + "", + "2.3 Combat experience / Exposure to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.3 Combat experience / Exposure to war", + 1, + 567 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 20, + "2.4 Incarceration / Detention", + "", + "2.4 Incarceration / Detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.4 Incarceration / Detention", + 1, + 568 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 21, + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + 1, + 569 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 22, + "2.6 Deportation", + "", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.6 Deportation", + 1, + 570 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 23, + "2.7 Domestic violence", + "", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.7 Domestic violence", + 1, + 571 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 24, + "2.8 Received threats", + "", + "2.8 Received threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.8 Received threats", + 1, + 572 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 25, + "2.9 Victim of human trafficking / smuggling", + "", + "2.9 Victim of human trafficking / smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.9 Victim of human trafficking / smuggling", + 1, + 573 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 26, + "3.1 Family member(s) killed / missing", + "", + "3.1 Family member(s) killed / missing", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.1 Family member(s) killed / missing", + 1, + 574 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 27, + "3.2 Unaccompanied minor / orphan", + "", + "3.2 Unaccompanied minor / orphan", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.2 Unaccompanied minor / orphan", + 1, + 575 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.3 Negligence of caretakers", + 1, + 576 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.4 Property destroyed or lost", + 1, + 577 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 30, + "3.5 Loss of income", + "", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.5 Loss of income", + 1, + 578 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 31, + "3.6 Family member died (natural death or accident)", + "", + "3.6 Family member died (natural death or accident)", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.6 Family member died (natural death or accident)", + 1, + 579 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 32, + "3.7 Relationship problems", + "", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.7 Relationship problems", + 1, + 580 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 33, + "3.8 Divorce / Separation", + "", + "3.8 Divorce / Separation", + " ", + " ", + " ", + " ", + " ", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.8 Divorce / Separation", + 1, + 581 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.9 Migration due to financial reasons", + 1, + 582 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + 1, + 583 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 36, + "4.2 Road accidents", + "", + "4.2 Road accidents", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|4.2 Road accidents", + 1, + 584 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 37, + "5.1 Financial problems", + "", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.1 Financial problems", + 1, + 585 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.2 Difficult living conditions", + 1, + 586 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 39, + "5.3 Other, specify", + "", + "5.3 Other, specify", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.3 Other, specify", + 1, + 587 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 1, + "1.1 Highly stigmatizing diseases", + "", + "1.1 Highly stigmatizing diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.1 Highly stigmatizing diseases", + 1, + 588 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 2, + "1.2 Severe medical condition", + "", + "1.2 Severe medical condition", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.2 Severe medical condition", + 1, + 589 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.3 Unwanted pregnancy", + 1, + 590 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 4, + "1.4 History of psychological or psychiatric problem", + "", + "1.4 History of psychological or psychiatric problem", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.4 History of psychological or psychiatric problem", + 1, + 591 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 5, + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000603", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "3cd50188-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + 1, + 592 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 6, + "1.6 Family member with serious medical condition", + "", + "1.6 Family member with serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.6 Family member with serious medical condition", + 1, + 593 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.1 Sexual violence within the family", + 1, + 594 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 8, + "2.10 Witnessed violence / killing / threats", + "", + "2.10 Witnessed violence / killing / threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.10 Witnessed violence / killing / threats", + 1, + 595 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 9, + "2.11 Forced to flee / IDP / refugee / migration", + "", + "2.11 Forced to flee / IDP / refugee / migration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.11 Forced to flee / IDP / refugee / migration", + 1, + 596 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 10, + "2.12 Target of social stigma / Marginalisation and discrimination", + "", + "2.12 Target of social stigma / Marginalisation and discrimination", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.12 Target of social stigma / Marginalisation and discrimination", + 1, + 597 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 11, + "2.13 Other physical violence (wounded, beaten, tortured)", + "", + "2.13 Other physical violence (wounded, beaten, tortured)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.13 Other physical violence (wounded, beaten, tortured)", + 1, + 598 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 12, + "2.14 Forced curfew and confinement", + "", + "2.14 Forced curfew and confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.14 Forced curfew and confinement", + 1, + 599 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 13, + "2.15 Suicide/suicide attempt", + "", + "2.15 Suicide/suicide attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Suicide", + "The act of killing oneself.", + "N/A", + "Diagnosis", + "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.15 Suicide/suicide attempt", + 1, + 600 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 14, + "2.16 Self harming/mutilation", + "", + "2.16 Self harming/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.16 Self harming/mutilation", + 1, + 601 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 15, + "2.17 Family member experienced an act of violence", + "", + "2.17 Family member experienced an act of violence", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.17 Family member experienced an act of violence", + 1, + 602 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 16, + "2.18 Adult forced marriage", + "", + "2.18 Adult forced marriage", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.18 Adult forced marriage", + 1, + 603 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 17, + "2.19 Child marriage", + "", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.19 Child marriage", + 1, + 604 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 18, + "2.2 Sexual violence outside family", + "", + "2.2 Sexual violence outside family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.2 Sexual violence outside family", + 1, + 605 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 19, + "2.3 Combat experience / Exposure to war", + "", + "2.3 Combat experience / Exposure to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.3 Combat experience / Exposure to war", + 1, + 606 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 20, + "2.4 Incarceration / Detention", + "", + "2.4 Incarceration / Detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.4 Incarceration / Detention", + 1, + 607 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 21, + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + 1, + 608 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 22, + "2.6 Deportation", + "", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.6 Deportation", + 1, + 609 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 23, + "2.7 Domestic violence", + "", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.7 Domestic violence", + 1, + 610 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 24, + "2.8 Received threats", + "", + "2.8 Received threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.8 Received threats", + 1, + 611 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 25, + "2.9 Victim of human trafficking / smuggling", + "", + "2.9 Victim of human trafficking / smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.9 Victim of human trafficking / smuggling", + 1, + 612 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 26, + "3.1 Family member(s) killed / missing", + "", + "3.1 Family member(s) killed / missing", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.1 Family member(s) killed / missing", + 1, + 613 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 27, + "3.2 Unaccompanied minor / orphan", + "", + "3.2 Unaccompanied minor / orphan", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.2 Unaccompanied minor / orphan", + 1, + 614 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.3 Negligence of caretakers", + 1, + 615 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.4 Property destroyed or lost", + 1, + 616 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 30, + "3.5 Loss of income", + "", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.5 Loss of income", + 1, + 617 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 31, + "3.6 Family member died (natural death or accident)", + "", + "3.6 Family member died (natural death or accident)", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.6 Family member died (natural death or accident)", + 1, + 618 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 32, + "3.7 Relationship problems", + "", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.7 Relationship problems", + 1, + 619 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 33, + "3.8 Divorce / Separation", + "", + "3.8 Divorce / Separation", + " ", + " ", + " ", + " ", + " ", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.8 Divorce / Separation", + 1, + 620 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.9 Migration due to financial reasons", + 1, + 621 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + 1, + 622 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 36, + "4.2 Road accidents", + "", + "4.2 Road accidents", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|4.2 Road accidents", + 1, + 623 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 37, + "5.1 Financial problems", + "", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.1 Financial problems", + 1, + 624 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.2 Difficult living conditions", + 1, + 625 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 39, + "5.3 Other, specify", + "", + "5.3 Other, specify", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.3 Other, specify", + 1, + 626 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 1, + "1. Medical Conditions", + "", + "1. Medical Conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحالات الطبية", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "1. Medical Conditions", + "EdVWOgMdfNc", + "1_medical_conditions", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|1. Medical Conditions", + 1, + 627 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 2, + "2. Violence", + "", + "2. Violence", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "2. Violence", + "od6MVdk4TOT", + "2_violence", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|2. Violence", + 1, + 628 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 3, + "3. Separation or Loss", + "", + "3. Separation or Loss", + "", + "", + "", + "", + "", + "", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانفصال او الفقد", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "3. Separation or Loss", + "Mc24Je2EJ4Q", + "3_separation_or_loss", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|3. Separation or Loss", + 1, + 629 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 4, + "4. Disaster", + "", + "4. Disaster", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكوارث", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "4. Disaster", + "iHgeTnhykW6", + "4_disaster", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|4. Disaster", + 1, + 630 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 5, + "5. Other", + "", + "5. Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "5. Other", + "vITRvVrsOKr", + "5_other", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|5. Other", + 1, + 631 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 1, + "Medical care (MSF, MoH, NGO)", + "5f121c90-eca2-4af4-bc2f-49ad1a50ff2e", + "Medical care (MSF, MoH, NGO)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1003", + "", + "General Medical Care", + "Health service providing general medical primary health care", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "العناية الطبية (منظمة أطباء بلا حدود، أو وزارة الصحة، أو منظمة غير حكومية)", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Medical attention (MSF, MoH, NGO)", + "BDhNTdJWTFA", + "medical_attention_msf_moh_ngo", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Medical care (MSF, MoH, NGO)", + 1, + 632 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 2, + "MSF psychiatric services", + "485939c5-1e77-4495-b5e1-77fb2abbcfd7", + "MSF psychiatric services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الصحة النفسية لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "MSF psychiatric services", + "x2caKDwJiQT", + "psychiatric_care", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|MSF psychiatric services", + 1, + 633 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 3, + "Non-MSF psychiatrist services", + "489b042d-5ed4-436f-944c-27b7f31bef3f", + "Non-MSF psychiatrist services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الصحة النفسية من غير منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Non-MSF psychiatrist services", + "OdNA1Ql2kCX", + "non_msf_psychiatrist", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Non-MSF psychiatrist services", + 1, + 634 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 4, + "Social services", + "978fa5d2-e6c4-4b2a-a293-73c098de0af6", + "Social services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-5486", + "Social Support Services", + "", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الخدمات الاجتماعية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Social services", + "ShYuCnlXhfi", + "msf_social_worker", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Social services", + 1, + 635 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 5, + "Legal services", + "8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445", + "Legal services", + "Legal services", + "Representation or advice provided by a qualified legal practitioner for a client.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001406", + 95, + "Legal services", + "", + "N/A", + "Misc", + "6fc6b318-01b3-4322-a661-80b4a408fcfd", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1006", + "", + "legal Services", + "Representation or advice provided by a qualified legal practitioner for a client.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الخدمات القانونية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Legal services", + "K2opinEAoOm", + "legal_services", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Legal services", + 1, + 636 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 6, + "Protection services", + "eff27d0b-d485-4983-814f-febbc4fe185a", + "Protection services", + "Protection services", + "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001407", + 95, + "Protection services", + "", + "N/A", + "Misc", + "a307f884-9ee8-4d3f-b8f7-923870c053c0", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1007", + "", + "Protection Services", + "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الحماية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Protection services", + "bsyZzHUInhX", + "protection_services", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Protection services", + 1, + 637 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 7, + "Hospitalisation", + "6b8fca2d-0147-4dd8-a8f5-3b813152b952", + "Hospitalisation", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-46", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الارسال الى المستشفى", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Hospitalisation", + "wivtq78V9eS", + "hospitalisation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Hospitalisation", + 1, + 638 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 8, + "CHW", + "9bcbf231-c6ca-41c4-b247-bc4bced260c3", + "CHW", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "عاملو صحة مجتمع", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "CHW", + "WwdmMnGtj4o", + "chw", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|CHW", + 1, + 639 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 9, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Other", + "nufb9yUQCNJ", + "other", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Other", + 1, + 640 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 1, + "None", + "", + "None", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "MSF-1630", + "", + "none", + "Generic descriptive answer.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|None", + 1, + 641 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + "", + "", + "", + "", + "", + "", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-931", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Amitriptyline tab", + 1, + 642 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + "", + "", + "", + "", + "", + "", + "Biperiden", + "", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-72217", + "Biperiden", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Biperiden tab", + 1, + 643 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + "", + "", + "", + "", + "", + "", + "Carbamazepine", + "", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-72282", + "Carbamazepine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Carbamazepine tab", + 1, + 644 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + "", + "", + "", + "", + "", + "", + "Chlorpromazine", + "", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-73330", + "Chlorpromazine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Chlorpromazine tab", + 1, + 645 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + "", + "", + "", + "", + "", + "", + "Diazepam", + "", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-74745", + "Diazepam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Diazepam tab", + 1, + 646 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + "", + "", + "", + "", + "", + "", + "Diphenhydramine", + "", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-75015", + "Diphenhydramine ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Diphenhydramine tab", + 1, + 647 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + "", + "", + "", + "", + "", + "", + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-76553", + "Fluoxetine hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Fluoxetine hydrochloride capsule", + 1, + 648 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + "", + "", + "", + "", + "", + "", + "Fluphenazine", + "", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-76556", + "Flupenthixol decanoate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Fluphenazine decanoate amp", + 1, + 649 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + "", + "", + "", + "", + "", + "", + "Haloperidol", + "", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-77335", + "Haloperidol", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Haloperidol tab", + 1, + 650 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + "", + "", + "", + "", + "", + "", + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-77336", + "Haloperidol decanoate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Haloperidol decanoate amp", + 1, + 651 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + "", + "", + "", + "", + "", + "", + "Hydroxyzine", + "", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Hydroxyzine dihydrochloride tab", + 1, + 652 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + "", + "", + "", + "", + "", + "", + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-81025", + "Olanzapine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Olanzapine tab", + 1, + 653 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + "", + "", + "", + "", + "", + "", + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-81604", + "Paroxetine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Paroxetine tab", + 1, + 654 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + "", + "", + "", + "", + "", + "", + "Promethazine hydrochloride", + "", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-82670", + "Promethazine hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Promethazine hydrochloride tab", + 1, + 655 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + "", + "", + "", + "", + "", + "", + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-83405", + "Risperidone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Risperidone tab", + 1, + 656 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + "", + "", + "", + "", + "", + "", + "Sertraline", + "", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-83865", + "Sertraline", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Sertraline tab", + 1, + 657 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + "", + "", + "", + "", + "", + "", + "Trihexyphenidyl hydrochloride", + "", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-85464", + "Trihexyphenidyl hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Trihexyphenidyl hydrochloride tab", + 1, + 658 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + "", + "", + "", + "", + "", + "", + "Valproate", + "", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-84114", + "Valproate sodium", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Valproate sodium tab", + 1, + 659 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Other", + 1, + 660 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 1, + "None", + "", + "None", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|None", + 1, + 661 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Amitriptyline tab", + 1, + 662 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Biperiden", + " ", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Biperiden tab", + 1, + 663 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Carbamazepine", + " ", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Carbamazepine tab", + 1, + 664 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Chlorpromazine", + " ", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Chlorpromazine tab", + 1, + 665 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diazepam", + " ", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Diazepam tab", + 1, + 666 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diphenhydramine", + " ", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Diphenhydramine tab", + 1, + 667 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluoxetine hydrochloride", + " ", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Fluoxetine hydrochloride capsule", + 1, + 668 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluphenazine", + " ", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Fluphenazine decanoate amp", + 1, + 669 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol", + " ", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Haloperidol tab", + 1, + 670 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol decanoate", + " ", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Haloperidol decanoate amp", + 1, + 671 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Hydroxyzine", + " ", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Hydroxyzine dihydrochloride tab", + 1, + 672 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Olanzapine", + " ", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Olanzapine tab", + 1, + 673 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Paroxetine", + " ", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Paroxetine tab", + 1, + 674 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Promethazine hydrochloride", + " ", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Promethazine hydrochloride tab", + 1, + 675 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Risperidone", + " ", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Risperidone tab", + 1, + 676 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Sertraline", + " ", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Sertraline tab", + 1, + 677 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Trihexyphenidyl hydrochloride", + " ", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Trihexyphenidyl hydrochloride tab", + 1, + 678 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Valproate", + " ", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Valproate sodium tab", + 1, + 679 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Other", + 1, + 680 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 1, + "None", + "", + "None", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|None", + 1, + 681 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Amitriptyline tab", + 1, + 682 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Biperiden", + " ", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Biperiden tab", + 1, + 683 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Carbamazepine", + " ", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Carbamazepine tab", + 1, + 684 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Chlorpromazine", + " ", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Chlorpromazine tab", + 1, + 685 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diazepam", + " ", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Diazepam tab", + 1, + 686 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diphenhydramine", + " ", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Diphenhydramine tab", + 1, + 687 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluoxetine hydrochloride", + " ", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Fluoxetine hydrochloride capsule", + 1, + 688 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluphenazine", + " ", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Fluphenazine decanoate amp", + 1, + 689 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol", + " ", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Haloperidol tab", + 1, + 690 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol decanoate", + " ", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Haloperidol decanoate amp", + 1, + 691 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Hydroxyzine", + " ", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Hydroxyzine dihydrochloride tab", + 1, + 692 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Olanzapine", + " ", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Olanzapine tab", + 1, + 693 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Paroxetine", + " ", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Paroxetine tab", + 1, + 694 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Promethazine hydrochloride", + " ", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Promethazine hydrochloride tab", + 1, + 695 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Risperidone", + " ", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Risperidone tab", + 1, + 696 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Sertraline", + " ", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Sertraline tab", + 1, + 697 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Trihexyphenidyl hydrochloride", + " ", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Trihexyphenidyl hydrochloride tab", + 1, + 698 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Valproate", + " ", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Valproate sodium tab", + 1, + 699 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Other", + 1, + 700 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 1, + "Patient forgot about session", + "", + "Patient forgot about session", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "(see Ciel)", + "CIEL-162192", + "Patient Fogot to attend appointment", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض نسي الجلسة", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient forgot about session", + "K10sA9MeyuB", + "patient_forgot_about_session", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient forgot about session", + 1, + 701 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 2, + "No transportation / unable to attend", + "", + "No transportation / unable to attend", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا وسائل مواصلات / لم يستطع المجيء", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "No transportation / unable to attend", + "a9jCSQB7xkU", + "no_transportation_unable_to_attend", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|No transportation / unable to attend", + 1, + 702 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 3, + "Patient unreachable", + "", + "Patient unreachable", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن الوصول إلى المريض", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient unreachable", + "A1myk0SonK2", + "patient_unreachable", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient unreachable", + 1, + 703 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 4, + "Patient no longer wants services", + "", + "Patient no longer wants services", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض لم يعد يرغب بتلقي الخدمة", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient no longer wants services", + "DfTWJKP67rN", + "patient_no_longer_wants_services", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient no longer wants services", + 1, + 704 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 5, + "Patient was busy", + "", + "Patient was busy", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض كان مشغولاً", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient was busy", + "jtKK82mthKK", + "patient_was_busy", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient was busy", + 1, + 705 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 6, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Other", + "tkqMcbSlYzz", + "other", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Other", + 1, + 706 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 1, + "Discharge with the patient’s agreement: end of care", + "", + "Discharge with the patient’s agreement: end of care", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: نهاية الرعاية.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "1. Discharge with the patient’s agreement: end of care", + "dLPq55MxBwB", + 1, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: end of care", + 1, + 707 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 2, + "Discharge with the patient’s agreement: single consultation", + "", + "Discharge with the patient’s agreement: single consultation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: استشارة واحدة.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "2. Discharge with the patient’s agreement: single consultation", + "brp4CVnY3jG", + 2, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: single consultation", + 1, + 708 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 3, + "Discharge with the patient’s agreement: patient moved", + "", + "Discharge with the patient’s agreement: patient moved", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: المريض انتقل الى موقع اخر.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "3. Discharge with the patient’s agreement: patient moved", + "YeMJpC1WFDD", + 3, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: patient moved", + 1, + 709 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 4, + "Discharge with the patient’s agreement: patient referred", + "", + "Discharge with the patient’s agreement: patient referred", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: تمت إحالة المريض.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "4. Discharge with the patient’s agreement: patient referred", + "QO22EMZRSNa", + 4, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: patient referred", + 1, + 710 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 5, + "Patient cannot access the service: MSF is no longer", + "", + "Patient cannot access the service: MSF is no longer", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: أطباء بلا حدود لم تعد بالمنطقة.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "5. Patient cannot access the service: MSF is no longer there", + "dr4ZmvSaUB9", + 5, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: MSF is no longer", + 1, + 711 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 6, + "Patient cannot access the service: transport issues", + "", + "Patient cannot access the service: transport issues", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: مشاكل النقل.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "6. Patient cannot access the service: transport issues", + "deCWsA6Ui5b", + 6, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: transport issues", + 1, + 712 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 7, + "Patient cannot access the service: arrested/kidnaped", + "", + "Patient cannot access the service: arrested/kidnaped", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: موقوف / مخطوف.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "7. Patient cannot access the service: arrested/kidnaped", + "nhyIbBRYaWX", + 7, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: arrested/kidnaped", + 1, + 713 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 8, + "Lost to follow up: unable to trace", + "", + "Lost to follow up: unable to trace", + "Lost to follow up", + "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", + "N/A", + "Finding", + "d305b208-354f-4bb7-b35a-df4f8d92c256", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف المتابعة: لا يمكن تتبع المريض.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "8. Lost to follow up: unable to trace", + "P78sA75FJ2i", + 8, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Lost to follow up: unable to trace", + 1, + 714 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 9, + "Lost to follow up: dissatisfied/different expectations", + "", + "Lost to follow up: dissatisfied/different expectations", + "Lost to follow up", + "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", + "N/A", + "Finding", + "d305b208-354f-4bb7-b35a-df4f8d92c256", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف المتابعة: المريض لم يكن راضياً على الخدمة / توقعات لم تتم تلبيتها.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "9. Lost to follow up: dissatisfied/different expectations", + "hiYHmyIYvrN", + 9, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Lost to follow up: dissatisfied/different expectations", + 1, + 715 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 10, + "Deceased/missing", + "", + "Deceased/missing", + "Deceased", + "The person died.", + "N/A", + "Finding", + "dc1c7ac9-d9c3-4887-bc22-827c2db7689f", + 90, + "Deceased", + "Patient died.", + "N/A", + "Diagnosis", + "159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "Deceased", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "متوفى / مفقود.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "10. Deceased/missing", + "nyQCSDpS4zc", + 10, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Deceased/missing", + 1, + 716 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 1, + "Achieved", + "", + "Achieved", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تم تحقيقه ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|Achieved", + 1, + 717 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 2, + "No change ", + "", + "No change ", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا تغيير", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|No change ", + 1, + 718 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 3, + "Challenges", + "", + "Challenges", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تحديات", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|Challenges", + 1, + 719 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 1, + "Not at all (0 point)", + "ed0e2463-c990-4341-b095-53b899707af9", + "Not at all (0 point)", + "Not at all", + "Answer to a Likert-like scale question indicating something that's not often.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001376", + 95, + "Not at all", + "Answer to a likert-like scale question", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Not at all", + "", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أبداً", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 0", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Not at all (0 point)", + 1, + 720 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 2, + "Several days (1 point)", + "b631d160-8d40-4cf7-92cd-67f628c889e8", + "Several days (1 point)", + "Several days", + "An occurrence of more than a few days.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001377", + 95, + "Several days", + "", + "N/A", + "Misc", + "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بعض الأيام", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 1", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Several days (1 point)", + 1, + 721 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 3, + "More than half the days (2 points)", + "234259ec-5368-4488-8482-4f261cc76714", + "More than half the days (2 points)", + "More than half the days", + "An occurrence of more than half the days", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001378", + 95, + "More than half the days", + "", + "N/A", + "Misc", + "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "More than half the days", + "", + "N/A", + "Misc", + "1cf6ebb8-dd57-4d26-87cd-e49c09373aaf", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أآثر من نصف الأيام", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 2", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|More than half the days (2 points)", + 1, + 722 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 4, + "Nearly every day (3 points)", + "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e", + "Nearly every day (3 points)", + "Nearly every day", + "An almost daily occurrence.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001379", + 95, + "Nearly every day", + "", + "N/A", + "Misc", + "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آل يوم تقريباً", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 3", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Nearly every day (3 points)", + 1, + 723 + ], + [ + 65, + "MHOS", + "", + "Coded", + 1, + "Not at all", + "ed0e2463-c990-4341-b095-53b899707af9", + "Not at all", + "Not at all", + "Answer to a Likert-like scale question indicating something that's not often.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001376", + 95, + "Not at all", + "Answer to a likert-like scale question", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Not at all", + "", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كلا على الاطلاق", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 1", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Not at all", + 1, + 724 + ], + [ + 65, + "MHOS", + "", + "Coded", + 2, + "A little", + "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", + "A little", + "A little", + "", + "Text", + "Misc", + "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قليلا", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|A little", + 1, + 725 + ], + [ + 65, + "MHOS", + "", + "Coded", + 3, + "Some", + "edf347b1-ee57-4d8f-babb-97acca20c3cb", + "Some", + "", + "", + "", + "", + "", + "", + "Some", + "", + "N/A", + "Misc", + "164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بعض", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 3", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Some", + 1, + 726 + ], + [ + 65, + "MHOS", + "", + "Coded", + 4, + "Fair amount", + "de7fa192-bf2e-4991-a81f-582c4b50ae51", + "Fair amount", + "Fair amount", + "", + "Text", + "Misc", + "de7fa192-bf2e-4991-a81f-582c4b50ae51", + 95, + "Fair", + "Degree of finding, pertaining to a class fair.", + "N/A", + "Misc", + "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fair", + "Degree of finding, pertaining to a class fair.", + "N/A", + "Misc", + "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كمية جيدة", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 4", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Fair amount", + 1, + 727 + ], + [ + 65, + "MHOS", + "", + "Coded", + 5, + "A lot", + "0f074510-1ff6-4924-bfef-effdcffd44f8", + "A lot", + "A lot", + "", + "Text", + "Misc", + "0f074510-1ff6-4924-bfef-effdcffd44f8", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كثيرا", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 5", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|A lot", + 1, + 728 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 1, + "No depression", + "5aa4edf5-b218-4470-b5da-ad1d88007954", + "0-4: No depression", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|No depression", + 1, + 729 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 2, + "Minimal symptoms", + "9d7d154f-e7a1-4490-b93a-85f5c2157f92", + "5-9: Minimal symptoms - Support and educate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Minimal symptoms", + 1, + 730 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 3, + "Minor to mild depression (or dysthymia)", + "ed7484ef-a3ea-4c95-bf59-58987c7f6d7c", + "10-14: Minor to mild depression (or dysthymia) - Support and watchful waiting / Reassess in one/two weeks", + "", + "", + "", + "", + "", + "", + "mild depression", + "", + "N/A", + "Diagnosis", + "157790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Minor to mild depression (or dysthymia)", + 1, + 731 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 4, + "Major depression", + "d163711c-9fcf-4050-b015-d3463b4602fa", + "15-19: Major depression – Refer to clinical office / psychologist (need for specific treatment)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Major depression", + 1, + 732 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 5, + "Severe depression", + "0ff3a7dc-1a6e-4453-91d5-29cf6a9f790c", + ">20: Severe depression – Major impairment, need for active treatment", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Severe depression", + 1, + 733 + ], + [ + 67, + "Head of family", + "", + "Coded", + 1, + "Father", + "", + "Father", + "", + "", + "", + "", + "", + "", + "Father", + "Family member.", + "N/A", + "Misc", + "971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Father", + "A father to another person", + "N/A", + "Misc", + "3ce18444-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Father", + 1, + 734 + ], + [ + 67, + "Head of family", + "", + "Coded", + 2, + "Mother", + "", + "Mother", + "", + "", + "", + "", + "", + "", + "Mother", + "Family member.", + "N/A", + "Misc", + "970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Mother", + "A mother of another person", + "N/A", + "Misc", + "3ce185ca-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Mother", + 1, + 735 + ], + [ + 67, + "Head of family", + "", + "Coded", + 3, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Other", + 1, + 736 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 1, + "Dose 0", + "", + "Dose 0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 0", + 1, + 737 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 2, + "Dose 1", + "", + "Dose 1", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 1", + 1, + 738 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 3, + "Dose 2", + "", + "Dose 2", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 2", + 1, + 739 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 4, + "Dose 3", + "", + "Dose 3", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 3", + 1, + 740 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 5, + "Dose 4", + "", + "Dose 4", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 4", + 1, + 741 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Not vaccinated", + 1, + 742 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Unknown", + 1, + 743 + ], + [ + 69, + "Vaccination - ITFC - Vaccination card", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Vaccination card", + "mFtDMd4244l", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Vaccination card|Yes", + 1, + 744 + ], + [ + 69, + "Vaccination - ITFC - Vaccination card", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Vaccination card", + "mFtDMd4244l", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Vaccination card|No", + 1, + 745 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Dose 1", + "v6E5MjPpqSb", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|Dose 1", + 1, + 746 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 2, + "No vaccinated", + "", + "No vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "No vaccinated", + "O0Edj0kR5Nd", + "no_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|No vaccinated", + 1, + 747 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Unknown", + "ydpXtzGHWHj", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|Unknown", + 1, + 748 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Dose 1", + "xGTdCJcKmAn", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Dose 1", + 1, + 749 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Not vaccinated", + "Xg0muNfVNkv", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Not vaccinated", + 1, + 750 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Unknown", + "KY34sEEUpnr", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Unknown", + 1, + 751 + ], + [ + 72, + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", + "cG8uCalPdNU", + "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", + "L4AkwHZ65GZ", + "Yes", + "sBr9pPNqd28", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|Yes", + 1, + 752 + ], + [ + 72, + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", + "cG8uCalPdNU", + "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", + "L4AkwHZ65GZ", + "No", + "aKS3CymU5Ns", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|No", + 1, + 753 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 1", + "bZXl07GyWhL", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 1", + 1, + 754 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 2", + "T8IyHX0cXe5", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 2", + 1, + 755 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 3", + "sw1D3rQGhGQ", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 3", + 1, + 756 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 4, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 4", + "OT5qZpJO7jc", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 4", + 1, + 757 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 5, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Not vaccinated", + "dvq6f79oLIz", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Not vaccinated", + 1, + 758 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 6, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Unknown", + "i4AQ0qRNehI", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Unknown", + 1, + 759 + ], + [ + 74, + "Vaccination - ITFC - Pentavalent - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", + "SEkSRdlwF4x", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent - Last dose given on site|Yes", + 1, + 760 + ], + [ + 74, + "Vaccination - ITFC - Pentavalent - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", + "SEkSRdlwF4x", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent - Last dose given on site|No", + 1, + 761 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 1, + "Dose 0", + "", + "Dose 0", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 0", + "njckedtwZdc", + "dose_0", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 0", + 1, + 762 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 2, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 1", + "PxZFMT68zDd", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 1", + 1, + 763 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 3, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 2", + "H6YSRKyanXo", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 2", + 1, + 764 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 4, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 3", + "cwZTMIsCC5H", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 3", + 1, + 765 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 5, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 4", + "b1vCPYEEjce", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 4", + 1, + 766 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Not vaccinated", + "RZVArvOeoQM", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Not vaccinated", + 1, + 767 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Unknown", + "koRJWvqd9fX", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Unknown", + 1, + 768 + ], + [ + 76, + "Vaccination - ITFC - AFP - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last AFP dose given on site", + "J2rK5CtSBvx", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP - Last dose given on site|Yes", + 1, + 769 + ], + [ + 76, + "Vaccination - ITFC - AFP - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last AFP dose given on site", + "J2rK5CtSBvx", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP - Last dose given on site|No", + 1, + 770 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Dose 1", + "PktzQX6fkgx", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Dose 1", + 1, + 771 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Dose 2", + "ocSTcDdyNTW", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Dose 2", + 1, + 772 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Not vaccinated", + "mTk3530bGYt", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Not vaccinated", + 1, + 773 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Unknown", + "hu4HpZGxknQ", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Unknown", + 1, + 774 + ], + [ + 78, + "Vaccination - ITFC - Measles - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Measles dose given on site", + "AKCbOxTvkTp", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles - Last dose given on site|Yes", + 1, + 775 + ], + [ + 78, + "Vaccination - ITFC - Measles - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Measles dose given on site", + "AKCbOxTvkTp", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles - Last dose given on site|No", + 1, + 776 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 1", + "bZXl07GyWhL", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 1", + 1, + 777 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 2", + "T8IyHX0cXe5", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 2", + 1, + 778 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 3", + "sw1D3rQGhGQ", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 3", + 1, + 779 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 4, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 4", + "OT5qZpJO7jc", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 4", + 1, + 780 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 5, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Not vaccinated", + "dvq6f79oLIz", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Not vaccinated", + 1, + 781 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 6, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Unknown", + "i4AQ0qRNehI", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Unknown", + 1, + 782 + ], + [ + 80, + "Vaccination - ITFC - PCV - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PCV dose given on site", + "u5dxpihoKN0", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV - Last dose given on site|Yes", + 1, + 783 + ], + [ + 80, + "Vaccination - ITFC - PCV - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PCV dose given on site", + "u5dxpihoKN0", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV - Last dose given on site|No", + 1, + 784 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 1", + "EZMbl2HCG9p", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 1", + 1, + 785 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 2", + "hmEojVACROI", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 2", + 1, + 786 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 3", + "nDI0iPQUa1X", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 3", + 1, + 787 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 4, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Not vaccinated", + "OpSJw5WAm18", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Not vaccinated", + 1, + 788 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 5, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Unknown", + "MZfMeIWOPam", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Unknown", + 1, + 789 + ], + [ + 82, + "Vaccination - ITFC - Rotavirus - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", + "npoNMyqKaEJ", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus - Last dose given on site|Yes", + 1, + 790 + ], + [ + 82, + "Vaccination - ITFC - Rotavirus - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", + "npoNMyqKaEJ", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus - Last dose given on site|No", + 1, + 791 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Dose 1", + "v6E5MjPpqSb", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Dose 1", + 1, + 792 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "No vaccinated", + "O0Edj0kR5Nd", + "no_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Not vaccinated", + 1, + 793 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Unknown", + "ydpXtzGHWHj", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Unknown", + 1, + 794 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 1", + "cUxnl1n3Elk", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 1", + 1, + 795 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 2", + "IGb7BSiAggz", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 2", + 1, + 796 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 3", + "HdgSh1EMq1l", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 3", + 1, + 797 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 4, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Not vaccinated", + "QFcgfRifWyg", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Not vaccinated", + 1, + 798 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 5, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Unknown", + "XGk3KqPo8L2", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Unknown", + 1, + 799 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Dose 1", + "QBENCGv4wSd", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Dose 1", + 1, + 800 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Dose 2", + "TBI8FVnrLfW", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Dose 2", + 1, + 801 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Not vaccinated", + "rTBp8C32W8w", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Not vaccinated", + 1, + 802 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Unknown", + "GH4ogeUFzXa", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Unknown", + 1, + 803 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Dose 1", + "ipWO3gdU4Yp", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Dose 1", + 1, + 804 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Not vaccinated", + "QGiw4ry0TyJ", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Not vaccinated", + 1, + 805 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Unknown", + "cSdyotNEi6R", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Unknown", + 1, + 806 + ], + [ + 87, + "Vaccination - ITFC - PPV 23 - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "L33Iqgj6wh8", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "DzlGd3b2nJN", + "Yes", + "OF5xbph1XiN", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23 - Last dose given on site|Yes", + 1, + 807 + ], + [ + 87, + "Vaccination - ITFC - PPV 23 - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "L33Iqgj6wh8", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "DzlGd3b2nJN", + "No", + "ZfPkEIgzMwl", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23 - Last dose given on site|No", + 1, + 808 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Dose 1", + "ZRDiTHJArw5", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Dose 1", + 1, + 809 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Dose 2", + "Rruu1ulpzSe", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Dose 2", + 1, + 810 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Not vaccinated", + "raLxCNMjp3j", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Not vaccinated", + 1, + 811 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Unknown", + "cU7AqGL8TRJ", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Unknown", + 1, + 812 + ], + [ + 89, + "Vaccination - ITFC - HPV - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "nHzyndo6Opn", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "PiM5sEcQEaE", + "Yes", + "WklX5Gy9bvP", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV - Last dose given on site|Yes", + 1, + 813 + ], + [ + 89, + "Vaccination - ITFC - HPV - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "nHzyndo6Opn", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "PiM5sEcQEaE", + "No", + "AhpHRa3pQ00", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV - Last dose given on site|No", + 1, + 814 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 1, + "TT1", + "", + "TT1", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT1", + "BaPawIuIMge", + "tt1", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT1", + 1, + 815 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 2, + "TT2", + "", + "TT2", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT2", + "Ht9dML7mb0C", + "tt2", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT2", + 1, + 816 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 3, + "TT3", + "", + "TT3", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT3", + "IEQkdICorA3", + "tt3", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT3", + 1, + 817 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 4, + "TT4", + "", + "TT4", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT4", + "XyhSFgJ0lzp", + "tt4", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT4", + 1, + 818 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 5, + "≥TT5", + "", + "≥TT5", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "≥TT5", + "WkDsQkKl3mE", + "≥tt5", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|≥TT5", + 1, + 819 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "Not vaccinated", + "flugHmgry3z", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|Not vaccinated", + 1, + 820 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "Unknown", + "AkYJr9EfFJp", + "unknown", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|Unknown", + 1, + 821 + ], + [ + 91, + "Yes-no", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "X", + "Yes-no|Yes", + 1, + 822 + ], + [ + 91, + "Yes-no", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "X", + "Yes-no|No", + 1, + 823 + ], + [ + 92, + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", + "ai1f1Nd7tTk", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|Yes", + 1, + 824 + ], + [ + 92, + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", + "ai1f1Nd7tTk", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|No", + 1, + 825 + ], + [ + 93, + "Yes-no - Vaccination of accompanying children - Status checked", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "jEbjrXqhNEO", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "pkoZo5NLnmT", + "Yes", + "RA1z7oYeLBW", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination of accompanying children - Status checked|Yes", + 1, + 826 + ], + [ + 93, + "Yes-no - Vaccination of accompanying children - Status checked", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "jEbjrXqhNEO", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "pkoZo5NLnmT", + "No", + "cULP83r16XQ", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination of accompanying children - Status checked|No", + 1, + 827 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "Yes", + "OJR1wOuzdAu", + "yes", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|Yes", + 1, + 828 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "No", + "SzkvKP70Pww", + "no", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|No", + 1, + 829 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 3, + "NA", + "", + "NA", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "NA", + "t3TQeaCkJiy", + "na", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|NA", + 1, + 830 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute asthma", + 1, + 831 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + "", + "", + "", + "MSF-AAAAAA000000000000000512", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute diarrhea (bloody)", + 1, + 832 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute diarrhea (non-bloody)", + 1, + 833 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute febrile illness (=<7 days)", + 1, + 834 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + "", + "", + "", + "", + "", + "", + "Acute flaccid paralysis", + "", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute flaccid paralysis", + 1, + 835 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + "", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute jaundice syndrome", + 1, + 836 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 7, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Apnoea of prematurity", + 1, + 837 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 8, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bacterial meningitis", + 1, + 838 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 9, + "Birth injury", + "", + "Birth injury", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Birth injury", + 1, + 839 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 10, + "Bronchiolitis obstructive bronchitis", + "", + "Bronchiolitis obstructive bronchitis", + "", + "", + "", + "", + "", + "", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bronchiolitis obstructive bronchitis", + 1, + 840 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 11, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bronchospasm", + 1, + 841 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 12, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Burns", + 1, + 842 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 13, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cardiogenic shock", + 1, + 843 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 14, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + "", + "", + "", + "", + "", + "", + "Cerebral palsy", + "", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cerebral palsy - Neuro disability", + 1, + 844 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 15, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cholera (suspected)", + 1, + 845 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 16, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cholera confirmed", + 1, + 846 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 17, + "Complicated ear infection", + "", + "Complicated ear infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Complicated ear infection", + 1, + 847 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 18, + "Complications of SCD", + "", + "Complications of SCD", + "", + "", + "", + "", + "", + "", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Complications of SCD", + 1, + 848 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 19, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital herpes virus infection", + 1, + 849 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 20, + "Congenital malaria", + "", + "Congenital malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital malaria", + 1, + 850 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 21, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital or acquired cardiac pathology", + 1, + 851 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 22, + "Congenital syphilis", + "", + "Congenital syphilis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital syphilis", + 1, + 852 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 23, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congestive Heart Failure", + 1, + 853 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 24, + "COPD", + "", + "COPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|COPD", + 1, + 854 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 25, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Covid-19 confirmed", + 1, + 855 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 26, + "Covid-19 probable", + "", + "Covid-19 probable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Covid-19 probable", + 1, + 856 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 27, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + "", + "", + "", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + "", + "", + "", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cutaneous leishmaniosis", + 1, + 857 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 28, + "Dengue confirmed", + "", + "Dengue confirmed", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dengue confirmed", + 1, + 858 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 29, + "Dengue suspected", + "", + "Dengue suspected", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dengue suspected", + 1, + 859 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 30, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diabetes type 2 and complications", + 1, + 860 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 31, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diabetes Type I and complications", + 1, + 861 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 32, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + "", + "", + "", + "", + "", + "", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diarrhea (persistent)", + 1, + 862 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 33, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diphtheria", + 1, + 863 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 34, + "Dog bite", + "", + "Dog bite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dog bite", + 1, + 864 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 35, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Epilepsy - Seizures", + 1, + 865 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 36, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + "", + "", + "", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + "", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Extra pulmonary tuberculosis", + 1, + 866 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 37, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Eye diseases (including trachoma)", + 1, + 867 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 38, + "Febrile convulsions", + "", + "Febrile convulsions", + "", + "", + "", + "", + "", + "", + "Febrile convulsion", + "", + "", + "", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Febrile convulsions", + 1, + 868 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 39, + "Gynaecological cases", + "", + "Gynaecological cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Gynaecological cases", + 1, + 869 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 40, + "Hepatitis A", + "", + "Hepatitis A", + "", + "", + "", + "", + "", + "", + "Hepatitis A", + "", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis A", + 1, + 870 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 41, + "Hepatitis B", + "", + "Hepatitis B", + "", + "", + "", + "", + "", + "", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis B", + 1, + 871 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 42, + "Hepatitis Delta", + "", + "Hepatitis Delta", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis Delta", + 1, + 872 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 43, + "Hepatitis E", + "", + "Hepatitis E", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis E", + 1, + 873 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 44, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|HIV Infection confirmed", + 1, + 874 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 45, + "Hyperglycemia", + "", + "Hyperglycemia", + "", + "", + "", + "", + "", + "", + "Hyperglycaemia", + "", + "", + "", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hyperglycemia", + 1, + 875 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 46, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hyperreactive splenomegaly due to malaria", + 1, + 876 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 47, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + "", + "", + "", + "MSF-AAAAAA000000000000000608", + 96, + "", + "", + "", + "", + "", + "", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hypoglycemia", + 1, + 877 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 48, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + "", + "", + "", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + "", + "", + "", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hypovolemic shock", + 1, + 878 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 49, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + "", + "", + "", + "", + "", + "", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Infectious diseases not otherwise classified", + 1, + 879 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 50, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Lower respiratory tract infection", + 1, + 880 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 51, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Measles (complicated)", + 1, + 881 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 52, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Measles (uncomplicated)", + 1, + 882 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 53, + "Meningeal TB", + "", + "Meningeal TB", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Meningeal TB", + 1, + 883 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 54, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Meningitis unspecified", + 1, + 884 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 55, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Mental and psychiatric conditions", + 1, + 885 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 56, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + "", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Moderate acute malnutrition", + 1, + 886 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 57, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Musculoskeletal conditions (infectious origin)", + 1, + 887 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 58, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Musculoskeletal conditions (non-infectious)", + 1, + 888 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 59, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Necrotizing & bullous skin infections", + 1, + 889 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 60, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neglected tropical diseases", + 1, + 890 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 61, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + "", + "", + "", + "", + "", + "", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal conjunctivitis", + 1, + 891 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 62, + "Neonatal convulsions", + "", + "Neonatal convulsions", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal convulsions", + 1, + 892 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 63, + "Neonatal jaundice", + "", + "Neonatal jaundice", + "", + "", + "", + "", + "", + "", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal jaundice", + 1, + 893 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 64, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal meconial aspiration", + 1, + 894 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 65, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + "", + "", + "", + "", + "", + "", + "Neonatal Necrotising Enterocolitis", + "", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal Necrotizing Enterocolitis", + 1, + 895 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 66, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal pneumonia", + 1, + 896 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 67, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal pneumothorax", + 1, + 897 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 68, + "Neonatal tetanus", + "", + "Neonatal tetanus", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal tetanus", + 1, + 898 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 69, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal tuberculosis", + 1, + 899 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 70, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 900 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 71, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Newborn to an HIV+ mother", + 1, + 901 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 72, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non cardiac congenital pathology", + 1, + 902 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 73, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non urgent surgical conditions", + 1, + 903 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 74, + "Non violence-related injuries", + "", + "Non violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non violence-related injuries", + 1, + 904 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 75, + "Observation", + "", + "Observation", + "", + "", + "", + "", + "", + "", + "Observation ward", + "", + "", + "", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Observation", + 1, + 905 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 76, + "Obstetric cases", + "", + "Obstetric cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Obstetric cases", + 1, + 906 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 77, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Oral and digestive severe candidiasis", + 1, + 907 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 78, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other bites and stings", + 1, + 908 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 79, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other neurological conditions", + 1, + 909 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 80, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other non communicable diseases", + 1, + 910 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 81, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other symptoms and abnor. clinical / lab findings", + 1, + 911 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 82, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Others", + 1, + 912 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 83, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Perinatal asphyxia and complications", + 1, + 913 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 84, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Persistent fever ( >7 days)", + 1, + 914 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 85, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + "", + "", + "", + "", + "", + "", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Poliomyelitis confirmed", + 1, + 915 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 86, + "Post surgical infections", + "", + "Post surgical infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Post surgical infections", + 1, + 916 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 87, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Prematurity and or low birth weight", + 1, + 917 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 88, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Pulmonary tuberculosis", + 1, + 918 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 89, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Rabies", + 1, + 919 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 90, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + "", + "", + "", + "", + "", + "", + "Rheumatic heart disease", + "", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Rheumatic heart disease", + 1, + 920 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 91, + "Risk of sepsis", + "", + "Risk of sepsis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Risk of sepsis", + 1, + 921 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 92, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Septic shock", + 1, + 922 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 93, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 923 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 94, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 924 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 95, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + "", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus)", + 1, + 925 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 96, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + "", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe anaemia", + 1, + 926 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 97, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe dehydration", + 1, + 927 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 98, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe malaria", + 1, + 928 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 99, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + "", + "", + "", + "MSF-AAAAAA000000000000000713", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sexual violence / rape", + 1, + 929 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 100, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sexually transmitted disease (STI)", + 1, + 930 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 101, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Shigellosis - Salmonellosis", + 1, + 931 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 102, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Shock uspecified", + 1, + 932 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 103, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + "", + "", + "", + "", + "", + "", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sickle cell disease", + 1, + 933 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 104, + "Simple malaria", + "", + "Simple malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Simple malaria", + 1, + 934 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 105, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Skin and soft tissue conditions", + 1, + 935 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 106, + "Snake bites", + "", + "Snake bites", + "", + "", + "", + "", + "", + "", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Snake bites", + 1, + 936 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 107, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Substance abuse / dependency", + 1, + 937 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 108, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Suspected or confirmed malignancy", + 1, + 938 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 109, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + "", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Tetanus", + 1, + 939 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 110, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Toxicity / poisoning", + 1, + 940 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 111, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Transient tachypnoea of the newborn", + 1, + 941 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 112, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Typhoid fever", + 1, + 942 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 113, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Upper respiratory tract infection", + 1, + 943 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 114, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + "", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Urgent surgical conditions", + 1, + 944 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 115, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Urolithiasis / Renal colic", + 1, + 945 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 116, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|UTI and renal tract acute pathology", + 1, + 946 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 117, + "Varicella", + "", + "Varicella", + "", + "", + "", + "", + "", + "", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Varicella", + 1, + 947 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 118, + "Violence-related injuries", + "", + "Violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Violence-related injuries", + 1, + 948 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 119, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Viral haemorrhagic fevers", + 1, + 949 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 120, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Visceral leishmaniasis", + 1, + 950 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 121, + "Vit A deficiency", + "", + "Vit A deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit A deficiency", + 1, + 951 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 122, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit B complex deficiency", + 1, + 952 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 123, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit C deficiency (scurvy)", + 1, + 953 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 124, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit D deficiency (rickets)", + 1, + 954 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 125, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Whooping cough", + 1, + 955 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 126, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + "", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Yellow fever", + 1, + 956 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute asthma", + "UoCC4TyaYZp", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute asthma", + 1, + 957 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + "", + "", + "", + "MSF-AAAAAA000000000000000512", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute diarrhea (bloody)", + "bXbATZn7QwE", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute diarrhea (bloody)", + 1, + 958 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute diarrhea (non-bloody)", + "FltwCRejivF", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute diarrhea (non-bloody)", + 1, + 959 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute febrile illness (=<7 days)", + "fgeCTh9601Z", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute febrile illness (=<7 days)", + 1, + 960 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + "", + "", + "", + "", + "", + "", + "Acute flaccid paralysis", + "", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute flaccid paralysis", + "r8U660ApU51", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute flaccid paralysis", + 1, + 961 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + "", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute jaundice syndrome", + "PkeGHY5X4hR", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute jaundice syndrome", + 1, + 962 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 7, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Apnoea of prematurity", + "A07QEdOGULT", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Apnoea of prematurity", + 1, + 963 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 8, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bacterial meningitis", + "ELkTBWRtnbU", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bacterial meningitis", + 1, + 964 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 9, + "Birth injury", + "", + "Birth injury", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Birth injury", + "FtoAE4Ckgdc", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Birth injury", + 1, + 965 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 10, + "Bronchiolitis obstructive bronchitis", + "", + "Bronchiolitis obstructive bronchitis", + "", + "", + "", + "", + "", + "", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bronchiolitis obstructive bronchitis", + "LAu8p10eBf1", + "bronchiolitis_obstructive_bronchitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bronchiolitis obstructive bronchitis", + 1, + 966 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 11, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bronchospasm", + "AKJv8tPOPfq", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bronchospasm", + 1, + 967 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 12, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Burns", + "Z0JCjHGqNaj", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Burns", + 1, + 968 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 13, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cardiogenic shock", + "IwBXvTC07X4", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cardiogenic shock", + 1, + 969 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 14, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + "", + "", + "", + "", + "", + "", + "Cerebral palsy", + "", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cerebral palsy - Neuro disability", + "r8tFgDoOtCP", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cerebral palsy - Neuro disability", + 1, + 970 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 15, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cholera (suspected)", + "YKzNEhC9cq3", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cholera (suspected)", + 1, + 971 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 16, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cholera confirmed", + "eyfVX0CSq4s", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cholera confirmed", + 1, + 972 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 17, + "Complicated ear infection", + "", + "Complicated ear infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Complicated ear infection", + "Tj93mBtUkhu", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Complicated ear infection", + 1, + 973 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 18, + "Complications of SCD", + "", + "Complications of SCD", + "", + "", + "", + "", + "", + "", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Complications of SCD", + "EO0bo8A7qDk", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Complications of SCD", + 1, + 974 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 19, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital herpes virus infection", + "B02tG0t2ZiN", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital herpes virus infection", + 1, + 975 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 20, + "Congenital malaria", + "", + "Congenital malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital malaria", + "pXF4knGswXw", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital malaria", + 1, + 976 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 21, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital or acquired cardiac pathology", + "nvQpfHzvu6A", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital or acquired cardiac pathology", + 1, + 977 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 22, + "Congenital syphilis", + "", + "Congenital syphilis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital syphilis", + "qvaVyj95GlX", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital syphilis", + 1, + 978 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 23, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congestive Heart Failure", + "vNvbx4qpkUa", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congestive Heart Failure", + 1, + 979 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 24, + "COPD", + "", + "COPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "COPD", + "sCGnq3NK2Xy", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|COPD", + 1, + 980 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 25, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Covid-19 confirmed", + "m62n1ZUQGHF", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Covid-19 confirmed", + 1, + 981 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 26, + "Covid-19 probable", + "", + "Covid-19 probable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Covid-19 probable", + "IUjXXVageyU", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Covid-19 probable", + 1, + 982 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 27, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + "", + "", + "", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + "", + "", + "", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cutaneous leishmaniosis", + "pycPdcwaYgI", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cutaneous leishmaniosis", + 1, + 983 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 28, + "Dengue confirmed", + "", + "Dengue confirmed", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dengue confirmed", + "CnHndylBSN3", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dengue confirmed", + 1, + 984 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 29, + "Dengue suspected", + "", + "Dengue suspected", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dengue suspected", + "sCqcBysQAon", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dengue suspected", + 1, + 985 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 30, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diabetes type 2 and complications", + "jQhAo2FVD69", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diabetes type 2 and complications", + 1, + 986 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 31, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diabetes Type I and complications", + "CzGkEukFnE5", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diabetes Type I and complications", + 1, + 987 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 32, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + "", + "", + "", + "", + "", + "", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diarrhea (persistent)", + "apvC5aiDSgV", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diarrhea (persistent)", + 1, + 988 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 33, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diphtheria", + "MtXYrdYlGOy", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diphtheria", + 1, + 989 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 34, + "Dog bite", + "", + "Dog bite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dog bite", + "rohyQ83YCPY", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dog bite", + 1, + 990 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 35, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Epilepsy - Seizures", + "JmfXWcy056y", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Epilepsy - Seizures", + 1, + 991 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 36, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + "", + "", + "", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + "", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Extra pulmonary tuberculosis", + "gNDMXmSlxY5", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Extra pulmonary tuberculosis", + 1, + 992 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 37, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Eye diseases (including trachoma)", + "anzGBpfOjIE", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Eye diseases (including trachoma)", + 1, + 993 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 38, + "Febrile convulsions", + "", + "Febrile convulsions", + "", + "", + "", + "", + "", + "", + "Febrile convulsion", + "", + "", + "", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Febrile convulsions", + "cEFdvYz974J", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Febrile convulsions", + 1, + 994 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 39, + "Gynaecological cases", + "", + "Gynaecological cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Gynaecological cases", + "jznqlCDB7bD", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Gynaecological cases", + 1, + 995 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 40, + "Hepatitis A", + "", + "Hepatitis A", + "", + "", + "", + "", + "", + "", + "Hepatitis A", + "", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis A", + "ukKcORm1F6S", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis A", + 1, + 996 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 41, + "Hepatitis B", + "", + "Hepatitis B", + "", + "", + "", + "", + "", + "", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis B", + "lIUb0EAK51H", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis B", + 1, + 997 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 42, + "Hepatitis Delta", + "", + "Hepatitis Delta", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis Delta", + "hduXSHS4szJ", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis Delta", + 1, + 998 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 43, + "Hepatitis E", + "", + "Hepatitis E", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis E", + "QwzXUJbzLXH", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis E", + 1, + 999 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 44, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "HIV Infection confirmed", + "pUhMekDUu7f", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|HIV Infection confirmed", + 1, + 1000 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 45, + "Hyperglycemia", + "", + "Hyperglycemia", + "", + "", + "", + "", + "", + "", + "Hyperglycaemia", + "", + "", + "", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hyperglycemia", + "SUvj2pUJRFh", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hyperglycemia", + 1, + 1001 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 46, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hyperreactive splenomegaly due to malaria", + "X7Sk4ow3iI8", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hyperreactive splenomegaly due to malaria", + 1, + 1002 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 47, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + "", + "", + "", + "MSF-AAAAAA000000000000000608", + 96, + "", + "", + "", + "", + "", + "", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hypoglycemia", + "WeuqO510vgS", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hypoglycemia", + 1, + 1003 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 48, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + "", + "", + "", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + "", + "", + "", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hypovolemic shock", + "EcBzdm2aQ23", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hypovolemic shock", + 1, + 1004 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 49, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + "", + "", + "", + "", + "", + "", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Infectious diseases not otherwise classified", + "NRRuczCFMMF", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Infectious diseases not otherwise classified", + 1, + 1005 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 50, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Lower respiratory tract infection", + "qc8bQZ5WivT", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Lower respiratory tract infection", + 1, + 1006 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 51, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Measles (complicated)", + "NBydum9qcq6", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Measles (complicated)", + 1, + 1007 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 52, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Measles (uncomplicated)", + "Mzk9OdBug0o", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Measles (uncomplicated)", + 1, + 1008 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 53, + "Meningeal TB", + "", + "Meningeal TB", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Meningeal TB", + "FMpzSLis7mi", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Meningeal TB", + 1, + 1009 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 54, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Meningitis unspecified", + "NzNRwhQ9cvG", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Meningitis unspecified", + 1, + 1010 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 55, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Mental and psychiatric conditions", + "K7PAEOyTRcr", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Mental and psychiatric conditions", + 1, + 1011 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 56, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + "", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Moderate acute malnutrition", + "TwYur55ToIF", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Moderate acute malnutrition", + 1, + 1012 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 57, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Musculoskeletal conditions (infectious origin)", + "VWHtY3nz3Rw", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (infectious origin)", + 1, + 1013 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 58, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Musculoskeletal conditions (non-infectious)", + "y0cWH3jWDqM", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (non-infectious)", + 1, + 1014 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 59, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Necrotizing & bullous skin infections", + "lEkrxTnPMAm", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Necrotizing & bullous skin infections", + 1, + 1015 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 60, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neglected tropical diseases", + "LRNoNQQkUyp", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neglected tropical diseases", + 1, + 1016 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 61, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + "", + "", + "", + "", + "", + "", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal conjunctivitis", + "l7uIiP3Evps", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal conjunctivitis", + 1, + 1017 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 62, + "Neonatal convulsions", + "", + "Neonatal convulsions", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal convulsions", + "vUf0E6IPcTZ", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal convulsions", + 1, + 1018 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 63, + "Neonatal jaundice", + "", + "Neonatal jaundice", + "", + "", + "", + "", + "", + "", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal jaundice", + "XLcSqtMfBxM", + "neonatal-jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal jaundice", + 1, + 1019 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 64, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal meconial aspiration", + "iSr0WOSmT9U", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal meconial aspiration", + 1, + 1020 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 65, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + "", + "", + "", + "", + "", + "", + "Neonatal Necrotising Enterocolitis", + "", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal Necrotizing Enterocolitis", + "Jgx0hYetHaY", + "neonatal_necrotizing_nterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal Necrotizing Enterocolitis", + 1, + 1021 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 66, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal pneumonia", + "wa1RG3wnht0", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal pneumonia", + 1, + 1022 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 67, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal pneumothorax", + "s0XrcXrOnQ8", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal pneumothorax", + 1, + 1023 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 68, + "Neonatal tetanus", + "", + "Neonatal tetanus", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal tetanus", + "luBkSC1qQbJ", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal tetanus", + 1, + 1024 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 69, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal tuberculosis", + "djiIx7NnwaX", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal tuberculosis", + 1, + 1025 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 70, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "ZcyurITHZes", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1026 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 71, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Newborn to an HIV+ mother", + "yjJN567GnYG", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Newborn to an HIV+ mother", + 1, + 1027 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 72, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non cardiac congenital pathology", + "nXAR0YWa21v", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non cardiac congenital pathology", + 1, + 1028 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 73, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non urgent surgical conditions", + "wyOWCkIW4RI", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non urgent surgical conditions", + 1, + 1029 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 74, + "Non violence-related injuries", + "", + "Non violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non violence-related injuries", + "kFutLc3yZOe", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non violence-related injuries", + 1, + 1030 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 75, + "Observation", + "", + "Observation", + "", + "", + "", + "", + "", + "", + "Observation ward", + "", + "", + "", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Observation", + "HjPEDuITUwp", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Observation", + 1, + 1031 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 76, + "Obstetric cases", + "", + "Obstetric cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Obstetric cases", + "iI55Apf1fRF", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Obstetric cases", + 1, + 1032 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 77, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Oral and digestive severe candidiasis", + "aoQ6D9x6KLI", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Oral and digestive severe candidiasis", + 1, + 1033 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 78, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other bites and stings", + "Jm9wyH1SUvC", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other bites and stings", + 1, + 1034 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 79, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other neurological conditions", + "BIuSr3FxBRn", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other neurological conditions", + 1, + 1035 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 80, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other non communicable diseases", + "VtHhILJkLdJ", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other non communicable diseases", + 1, + 1036 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 81, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other symptoms and abnor. clinical / lab findings", + "JI4uetxlZEi", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other symptoms and abnor. clinical / lab findings", + 1, + 1037 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 82, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Others", + "OjK1cMG8jkk", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Others", + 1, + 1038 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 83, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Perinatal asphyxia and complications", + "g0EI2QmcpdA", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Perinatal asphyxia and complications", + 1, + 1039 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 84, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Persistent fever ( >7 days)", + "whyu4NpVxPn", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Persistent fever ( >7 days)", + 1, + 1040 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 85, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + "", + "", + "", + "", + "", + "", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Poliomyelitis confirmed", + "HT9ZZ93rKmF", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Poliomyelitis confirmed", + 1, + 1041 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 86, + "Post surgical infections", + "", + "Post surgical infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Post surgical infections", + "LaFNaIRr31Y", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Post surgical infections", + 1, + 1042 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 87, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Prematurity and or low birth weight", + "QXUq8rmuwY6", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Prematurity and or low birth weight", + 1, + 1043 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 88, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Pulmonary tuberculosis", + "ymehGVfxIuX", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Pulmonary tuberculosis", + 1, + 1044 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 89, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Rabies", + "talayTpKnQj", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Rabies", + 1, + 1045 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 90, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + "", + "", + "", + "", + "", + "", + "Rheumatic heart disease", + "", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Rheumatic heart disease", + "pt0OH3jp5Ne", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Rheumatic heart disease", + 1, + 1046 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 91, + "Risk of sepsis", + "", + "Risk of sepsis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Risk of sepsis", + "MZ53av22vaw", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Risk of sepsis", + 1, + 1047 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 92, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Septic shock", + "L6lauJp2IIF", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Septic shock", + 1, + 1048 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 93, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Kwashiorkor)", + "JSPmBf2xyfH", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1049 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 94, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "SpoQWgDPyqx", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1050 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 95, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + "", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Marasmus)", + "wAn3mqCpiiC", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus)", + 1, + 1051 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 96, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + "", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe anaemia", + "vlEFy6xowzU", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe anaemia", + 1, + 1052 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 97, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe dehydration", + "GBQyB8xsCAw", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe dehydration", + 1, + 1053 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 98, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe malaria", + "EwKSGhZtPfR", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe malaria", + 1, + 1054 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 99, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + "", + "", + "", + "MSF-AAAAAA000000000000000713", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sexual violence / rape", + "lovYBi9o5Tp", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sexual violence / rape", + 1, + 1055 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 100, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sexually transmitted disease (STI)", + "fy6qMKLMIjI", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sexually transmitted disease (STI)", + 1, + 1056 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 101, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Shigellosis - Salmonellosis", + "zE90IarojUU", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Shigellosis - Salmonellosis", + 1, + 1057 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 102, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Shock uspecified", + "nM58w8K8cVo", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Shock uspecified", + 1, + 1058 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 103, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + "", + "", + "", + "", + "", + "", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sickle cell disease", + "L7N8qGvq28k", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sickle cell disease", + 1, + 1059 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 104, + "Simple malaria", + "", + "Simple malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Simple malaria", + "F0ByKIAMrVs", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Simple malaria", + 1, + 1060 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 105, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Skin and soft tissue conditions", + "xXMvb2TUtMW", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Skin and soft tissue conditions", + 1, + 1061 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 106, + "Snake bites", + "", + "Snake bites", + "", + "", + "", + "", + "", + "", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Snake bites", + "iRgUBoH1pvK", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Snake bites", + 1, + 1062 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 107, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Substance abuse / dependency", + "ZDJi3kMhfDG", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Substance abuse / dependency", + 1, + 1063 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 108, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Suspected or confirmed malignancy", + "qcv5pPyiaim", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Suspected or confirmed malignancy", + 1, + 1064 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 109, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + "", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Tetanus", + "pTa1B1wYeLe", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Tetanus", + 1, + 1065 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 110, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Toxicity / poisoning", + "WINiS5BkeKv", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Toxicity / poisoning", + 1, + 1066 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 111, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Transient tachypnoea of the newborn", + "FKg2FRM2PtQ", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Transient tachypnoea of the newborn", + 1, + 1067 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 112, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Typhoid fever", + "hOrtW9hFrki", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Typhoid fever", + 1, + 1068 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 113, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Upper respiratory tract infection", + "DoUIBmauj9E", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Upper respiratory tract infection", + 1, + 1069 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 114, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + "", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Urgent surgical conditions", + "jFUECw4W9aF", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Urgent surgical conditions", + 1, + 1070 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 115, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Urolithiasis / Renal colic", + "sSW1cbhBzhW", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Urolithiasis / Renal colic", + 1, + 1071 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 116, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "UTI and renal tract acute pathology", + "qTBmkavG2bG", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|UTI and renal tract acute pathology", + 1, + 1072 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 117, + "Varicella", + "", + "Varicella", + "", + "", + "", + "", + "", + "", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Varicella", + "dgIaklTiH6m", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Varicella", + 1, + 1073 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 118, + "Violence-related injuries", + "", + "Violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Violence-related injuries", + "mrfLmzfhU5n", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Violence-related injuries", + 1, + 1074 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 119, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Viral haemorrhagic fevers", + "J0j4TX9lqqX", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Viral haemorrhagic fevers", + 1, + 1075 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 120, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Visceral leishmaniasis", + "Cjt04G2FlMe", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Visceral leishmaniasis", + 1, + 1076 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 121, + "Vit A deficiency", + "", + "Vit A deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit A deficiency", + "WyRZR3PNn2u", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit A deficiency", + 1, + 1077 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 122, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit B complex deficiency", + "zUNsdaOjgcv", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit B complex deficiency", + 1, + 1078 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 123, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit C deficiency (scurvy)", + "JATciD21DwF", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit C deficiency (scurvy)", + 1, + 1079 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 124, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit D deficiency (rickets)", + "za2LmUraSRD", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit D deficiency (rickets)", + 1, + 1080 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 125, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Whooping cough", + "LnWb3O0ELPp", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Whooping cough", + 1, + 1081 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 126, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + "", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Yellow fever", + "QJo7brpXC3Z", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Yellow fever", + 1, + 1082 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other neonatal conditions", + "vW26SgsyQYB", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other neonatal conditions", + 1, + 1083 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute asthma", + "Ezrxj8sEVkd", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute asthma", + 1, + 1084 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute diarrhea (bloody)", + "wHIjteuw2Gc", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (bloody)", + 1, + 1085 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute diarrhea (non-bloody)", + "ZocSqLhwlHA", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (non-bloody)", + 1, + 1086 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute febrile illness (=<7 days)", + "GLs13BnQURD", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute febrile illness (=<7 days)", + 1, + 1087 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute flaccid paralysis", + "MJFGttGUaVX", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute flaccid paralysis", + 1, + 1088 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute jaundice syndrome", + "cqz1DZNiiWp", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute jaundice syndrome", + 1, + 1089 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 7, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bacterial meningitis", + "ZKCmk9TMON5", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bacterial meningitis", + 1, + 1090 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 8, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Burns", + "CM6bNqQE9tk", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Burns", + 1, + 1091 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 9, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cholera (suspected)", + "IrqkKXJ9pL5", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cholera (suspected)", + 1, + 1092 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 10, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cholera confirmed", + "fl3hbTSUUvY", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cholera confirmed", + 1, + 1093 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 11, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Complicated ear infection", + "tNBupLHGkO1", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Complicated ear infection", + 1, + 1094 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 12, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Complications of SCD", + "qqdK48VF9V3", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Complications of SCD", + 1, + 1095 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 13, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital or acquired cardiac pathology", + "IQ2vP5mMPRC", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital or acquired cardiac pathology", + 1, + 1096 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 14, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congestive Heart Failure", + "YzS1SrJkpfD", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congestive Heart Failure", + 1, + 1097 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 15, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cutaneous leishmaniosis", + "c9sqPdQq6gZ", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cutaneous leishmaniosis", + 1, + 1098 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 16, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dengue confirmed", + "JTeymbhEwKU", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dengue confirmed", + 1, + 1099 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 17, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diabetes type 2 and complications", + "Xh2f6F0VSwN", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diabetes type 2 and complications", + 1, + 1100 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 18, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diabetes Type I and complications", + "FQ2EF6qyD3P", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diabetes Type I and complications", + 1, + 1101 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 19, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diarrhea (persistent)", + "T4ZsFEUKokD", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diarrhea (persistent)", + 1, + 1102 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 20, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diphtheria", + "TomHTmV7UU6", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diphtheria", + 1, + 1103 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 21, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Epilepsy - Seizures", + "l3tXrwEXhZv", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Epilepsy - Seizures", + 1, + 1104 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 22, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Extra pulmonary tuberculosis", + "hWuPwQ7mo2s", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Extra pulmonary tuberculosis", + 1, + 1105 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 23, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Eye diseases (including trachoma)", + "KHqb5KzJjv2", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Eye diseases (including trachoma)", + 1, + 1106 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 24, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Gynaecological cases", + "b6GZG7ray6L", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Gynaecological cases", + 1, + 1107 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 25, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis A", + "DoJ8USwbWAC", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis A", + 1, + 1108 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 26, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis B", + "LWL1kdtU2G1", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis B", + 1, + 1109 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 27, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis Delta", + "Ih6U6uYFdnf", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis Delta", + 1, + 1110 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 28, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis E", + "TVoVhSXLq5s", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis E", + 1, + 1111 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 29, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "HIV Infection confirmed", + "egbcyosmS3z", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|HIV Infection confirmed", + 1, + 1112 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 30, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hyperreactive splenomegaly due to malaria", + "h2QoZAOi0Vl", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hyperreactive splenomegaly due to malaria", + 1, + 1113 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 31, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Infectious diseases not otherwise classified", + "KUUbE0XOsc2", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Infectious diseases not otherwise classified", + 1, + 1114 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 32, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Lower respiratory tract infection", + "mJv2EIUspLf", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Lower respiratory tract infection", + 1, + 1115 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 33, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Measles (complicated)", + "JMuui1OC4qm", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Measles (complicated)", + 1, + 1116 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 34, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Measles (uncomplicated)", + "F0jfwkECwC6", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Measles (uncomplicated)", + 1, + 1117 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 35, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Meningeal TB", + "A23Hei7Aqa7", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Meningeal TB", + 1, + 1118 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 36, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Meningitis unspecified", + "f08qUA7VdA8", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Meningitis unspecified", + 1, + 1119 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 37, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Mental and psychiatric conditions", + "BSHRS8ImQPt", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Mental and psychiatric conditions", + 1, + 1120 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 38, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Moderate acute malnutrition", + "vn4rkGBqxVZ", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Moderate acute malnutrition", + 1, + 1121 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 39, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Musculoskeletal conditions (infectious origin)", + "k34KHbDpceV", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (infectious origin)", + 1, + 1122 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 40, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Musculoskeletal conditions (non-infectious)", + "eeIIBA68Qqp", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (non-infectious)", + 1, + 1123 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 41, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Necrotizing & bullous skin infections", + "sDZNxSTQR8R", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Necrotizing & bullous skin infections", + 1, + 1124 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 42, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neglected tropical diseases", + "FvxHIS3jqix", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neglected tropical diseases", + 1, + 1125 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 43, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "r6eWc8I8PDe", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1126 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 44, + "Cerebral palsy/Neuro disability", + "", + "Cerebral palsy/Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cerebral palsy/Neuro disability", + "ddebsmKgy2u", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cerebral palsy/Neuro disability", + 1, + 1127 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 45, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non urgent surgical conditions", + "uwM2sVPtUde", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non urgent surgical conditions", + 1, + 1128 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 46, + "Non violence-related injuries", + "", + "Non violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non violence-related injuries", + "RV6MQD0BaW1", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non violence-related injuries", + 1, + 1129 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 47, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Obstetric cases", + "wZFYQnbuYkr", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Obstetric cases", + 1, + 1130 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 48, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Oral and digestive severe candidiasis", + "xTrkXo0f3jr", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Oral and digestive severe candidiasis", + 1, + 1131 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 49, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Persistent fever ( >7 days)", + "oQj59DPBYel", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Persistent fever ( >7 days)", + 1, + 1132 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 50, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Poliomyelitis confirmed", + "myLcZsoMRk5", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Poliomyelitis confirmed", + 1, + 1133 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 51, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Post surgical infections", + "YVDu8NgUd87", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Post surgical infections", + 1, + 1134 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 52, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Pulmonary tuberculosis", + "GuReX44Ib4s", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Pulmonary tuberculosis", + 1, + 1135 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 53, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Rabies", + "RDS6MJMiUtx", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Rabies", + 1, + 1136 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 54, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Kwashiorkor)", + "x8YPDz3YDwK", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1137 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 55, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "mMOlozsbqCr", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1138 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 56, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Marasmus)", + "GZvCeMgWmt4", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus)", + 1, + 1139 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 57, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe malaria", + "UijCKzpfpUH", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe malaria", + 1, + 1140 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 58, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sexual violence / rape", + "LM9t0dDBnIm", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sexual violence / rape", + 1, + 1141 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 59, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sexually transmitted disease (STI)", + "Z1xeGfsZWOQ", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sexually transmitted disease (STI)", + 1, + 1142 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 60, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Shigellosis - Salmonellosis", + "r8DzuoIylch", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Shigellosis - Salmonellosis", + 1, + 1143 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 61, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sickle cell disease", + "JFwUloySp94", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sickle cell disease", + 1, + 1144 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 62, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Simple malaria", + "l6PDpl6ib86", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Simple malaria", + 1, + 1145 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 63, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Skin and soft tissue conditions", + "BOFkDhGzR8P", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Skin and soft tissue conditions", + 1, + 1146 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 64, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Snake bites", + "NaxHVYSUOyW", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Snake bites", + 1, + 1147 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 65, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Substance abuse / dependency", + "j3C7Fe8D4qu", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Substance abuse / dependency", + 1, + 1148 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 66, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Suspected or confirmed malignancy", + "WP4YznEWlNQ", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Suspected or confirmed malignancy", + 1, + 1149 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 67, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Tetanus", + "rFwJliVx1S8", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Tetanus", + 1, + 1150 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 68, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Toxicity / poisoning", + "uOjbsLAWUij", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Toxicity / poisoning", + 1, + 1151 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 69, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Typhoid fever", + "NbfUngbPEAP", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Typhoid fever", + 1, + 1152 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 70, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Upper respiratory tract infection", + "OvztRwDtrx1", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Upper respiratory tract infection", + 1, + 1153 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 71, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Urgent surgical conditions", + "BlEaw6hgBhq", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Urgent surgical conditions", + 1, + 1154 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 72, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Urolithiasis / Renal colic", + "WOUU3mmhdHZ", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Urolithiasis / Renal colic", + 1, + 1155 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 73, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "UTI and renal tract acute pathology", + "cNnfA3fFLNr", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|UTI and renal tract acute pathology", + 1, + 1156 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 74, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Violence-related injuries", + "joxaKH5Rdul", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Violence-related injuries", + 1, + 1157 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 75, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Viral haemorrhagic fevers", + "yHVhPBKD9h2", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Viral haemorrhagic fevers", + 1, + 1158 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 76, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Visceral leishmaniasis", + "Bys1gZTxw4p", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Visceral leishmaniasis", + 1, + 1159 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 77, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit A deficiency", + "i6JiY1PAEwc", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit A deficiency", + 1, + 1160 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 78, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit B complex deficiency", + "V8ISxvoysXS", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit B complex deficiency", + 1, + 1161 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 79, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit C deficiency (scurvy)", + "iDPCH8hTbBY", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit C deficiency (scurvy)", + 1, + 1162 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 80, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit D deficiency (rickets)", + "ug8Kgv37aSJ", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit D deficiency (rickets)", + 1, + 1163 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 81, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Whooping cough", + "VOFYxJG5Bdy", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Whooping cough", + 1, + 1164 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 82, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Yellow fever", + "RxYDFTlXi7B", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Yellow fever", + 1, + 1165 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 83, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other bites and stings", + "BbDlC8AkR76", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other bites and stings", + 1, + 1166 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 84, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other neurological conditions", + "Sla3XxqZjTc", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other neurological conditions", + 1, + 1167 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 85, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other non communicable diseases", + "IHcB7buq0Lq", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other non communicable diseases", + 1, + 1168 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 86, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other symptoms and abnor. clinical / lab findings", + "yzLYFrzUuy9", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other symptoms and abnor. clinical / lab findings", + 1, + 1169 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 87, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Others", + "wXYdnbu32bf", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Others", + 1, + 1170 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 88, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Covid-19 confirmed", + "pX0VJTMfoAj", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Covid-19 confirmed", + 1, + 1171 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 89, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Covid-19 probable", + "HIfTGoweruV", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Covid-19 probable", + 1, + 1172 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 90, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Apnoea of prematurity", + "XiCLeKbQyoT", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Apnoea of prematurity", + 1, + 1173 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 91, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Birth injury", + "WT20v167Xzg", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Birth injury", + 1, + 1174 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 92, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "COPD", + "d96Q6VDDtGr", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|COPD", + 1, + 1175 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 93, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bronchiolitis - obstructive bronchitis", + "U8prjAIzmCn", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bronchiolitis - obstructive bronchitis", + 1, + 1176 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 94, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bronchospasm", + "C4L4qbEt5mM", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bronchospasm", + 1, + 1177 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 95, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cardiogenic shock", + "r8xoa1SyGBZ", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cardiogenic shock", + 1, + 1178 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 96, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital herpes virus infection", + "rSiZA1OeamN", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital herpes virus infection", + 1, + 1179 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 97, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital malaria", + "hGPNkM4Dk4z", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital malaria", + 1, + 1180 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 98, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital syphilis", + "nfENb30coWb", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital syphilis", + 1, + 1181 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 99, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dengue suspected", + "ikNcvpbDixr", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dengue suspected", + 1, + 1182 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 100, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dog bite", + "BIs1jKjLRHN", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dog bite", + 1, + 1183 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 101, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Febrile convulsions", + "c3O9dECIxOa", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Febrile convulsions", + 1, + 1184 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 102, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hyperglycemia", + "p5JcLzBGNqp", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hyperglycemia", + 1, + 1185 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 103, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hypoglycemia", + "LJVBk2Zh7hK", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hypoglycemia", + 1, + 1186 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 104, + "hypovolemic_shock", + "", + "hypovolemic_shock", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "hypovolemic_shock", + "WnMpToZF0qr", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|hypovolemic_shock", + 1, + 1187 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 105, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal conjunctivitis", + "MOtQxxicneI", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal conjunctivitis", + 1, + 1188 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 106, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal convulsions", + "bveva4WEwpk", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal convulsions", + 1, + 1189 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 107, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal jaundice", + "x3e3eB13HBC", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal jaundice", + 1, + 1190 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 108, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal meconial aspiration", + "ZVbbk05skVn", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal meconial aspiration", + 1, + 1191 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 109, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal Necrotising Enterocolitis", + " ", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal Necrotizing Enterocolitis", + "CV9RoDlgn0w", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal Necrotizing Enterocolitis", + 1, + 1192 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 110, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal pneumonia", + "IuCGFWyFWFO", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumonia", + 1, + 1193 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 111, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal pneumothorax", + "NSSABF8r5q8", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumothorax", + 1, + 1194 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 112, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal tetanus", + "TOYetOKf4MU", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal tetanus", + 1, + 1195 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 113, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal tuberculosis", + "e9GUiPSsGQC", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal tuberculosis", + 1, + 1196 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 114, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non cardiac congenital pathology", + "GgiffxpUGcR", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non cardiac congenital pathology", + 1, + 1197 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 115, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Newborn to an HIV+ mother", + "o7mxkyOuqRW", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Newborn to an HIV+ mother", + 1, + 1198 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 116, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Observation", + "q9596NeqFbK", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Observation", + 1, + 1199 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 117, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Perinatal asphyxia and complications", + "C9vdUIZmji0", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Perinatal asphyxia and complications", + 1, + 1200 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 118, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Prematurity and or low birth weight", + "n5bkPzahGYv", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Prematurity and or low birth weight", + 1, + 1201 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 119, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Rheumatic heart disease", + "MndDsJKT02H", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Rheumatic heart disease", + 1, + 1202 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 120, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Risk of sepsis", + "pOlHPAPSIwG", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Risk of sepsis", + 1, + 1203 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 121, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Septic shock", + "Z4K838xu1el", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Septic shock", + 1, + 1204 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 122, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Shock uspecified", + "DzENG1greCA", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Shock uspecified", + 1, + 1205 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 123, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe anaemia", + "rSM7i2VYQh8", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe anaemia", + 1, + 1206 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 124, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe dehydration", + "hvkuM6He8lg", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe dehydration", + 1, + 1207 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 125, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Transient tachypnoea of the newborn", + "gLpLCbuDJSU", + "transient_tachypnoea_of_the-newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Transient tachypnoea of the newborn", + 1, + 1208 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 126, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Varicella", + "ZxWtBfYPFaS", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Varicella", + 1, + 1209 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other neonatal conditions", + "wPLsmkaNgVw", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other neonatal conditions", + 1, + 1210 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute asthma", + "HgX3vXrvsx6", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute asthma", + 1, + 1211 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute diarrhea (bloody)", + "ZpRxFecqnwi", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (bloody)", + 1, + 1212 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute diarrhea (non-bloody)", + "zVgxlrZnnCe", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (non-bloody)", + 1, + 1213 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute febrile illness (=<7 days)", + "J8Vl7BI0QfR", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute febrile illness (=<7 days)", + 1, + 1214 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute flaccid paralysis", + "A7Ex0DFMTYf", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute flaccid paralysis", + 1, + 1215 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute jaundice syndrome", + "GklH62cOq2Z", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute jaundice syndrome", + 1, + 1216 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 7, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bacterial meningitis", + "O9xz3jtr4xg", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bacterial meningitis", + 1, + 1217 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 8, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Burns", + "oeR7NWklyjd", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Burns", + 1, + 1218 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 9, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cholera (suspected)", + "YRAU0iIbNP9", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cholera (suspected)", + 1, + 1219 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 10, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cholera confirmed", + "S46QMarDp5i", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cholera confirmed", + 1, + 1220 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 11, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Complicated ear infection", + "zdLmANKgrGO", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Complicated ear infection", + 1, + 1221 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 12, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Complications of SCD", + "vYDgtp7MdTr", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Complications of SCD", + 1, + 1222 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 13, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital or acquired cardiac pathology", + "Jil2qLIrVT9", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital or acquired cardiac pathology", + 1, + 1223 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 14, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congestive Heart Failure", + "Nwd22x068J2", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congestive Heart Failure", + 1, + 1224 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 15, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cutaneous leishmaniosis", + "ftXcV1u3I8T", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cutaneous leishmaniosis", + 1, + 1225 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 16, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dengue confirmed", + "ZnlAgYg6QR4", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dengue confirmed", + 1, + 1226 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 17, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diabetes type 2 and complications", + "VrNBEbLfvq6", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diabetes type 2 and complications", + 1, + 1227 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 18, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diabetes Type I and complications", + "oSTAIVxmb13", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diabetes Type I and complications", + 1, + 1228 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 19, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diarrhea (persistent)", + "ZmSORuJ7MmO", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diarrhea (persistent)", + 1, + 1229 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 20, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diphtheria", + "FWJi9zFnVVH", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diphtheria", + 1, + 1230 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 21, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Epilepsy - Seizures", + "WYuwK5EiFkc", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Epilepsy - Seizures", + 1, + 1231 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 22, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Extra pulmonary tuberculosis", + "LCWIVKAGXxQ", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Extra pulmonary tuberculosis", + 1, + 1232 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 23, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Eye diseases (including trachoma)", + "yrB1txNoXdz", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Eye diseases (including trachoma)", + 1, + 1233 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 24, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Gynaecological cases", + "UF0PmdoljJa", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Gynaecological cases", + 1, + 1234 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 25, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis A", + "kJRN97QTpuD", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis A", + 1, + 1235 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 26, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis B", + "oPlApOiyRNf", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis B", + 1, + 1236 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 27, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis Delta", + "iKsXCU378GN", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis Delta", + 1, + 1237 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 28, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis E", + "daNBQbvb4W6", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis E", + 1, + 1238 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 29, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "HIV Infection confirmed", + "h3VYXiJtitz", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|HIV Infection confirmed", + 1, + 1239 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 30, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hyperreactive splenomegaly due to malaria", + "jmVxSKHbGG8", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hyperreactive splenomegaly due to malaria", + 1, + 1240 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 31, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Infectious diseases not otherwise classified", + "xNduTQgsOKH", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Infectious diseases not otherwise classified", + 1, + 1241 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 32, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Lower respiratory tract infection", + "VmtZbSQZKWB", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Lower respiratory tract infection", + 1, + 1242 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 33, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Measles (complicated)", + "Ldgjz9C0g8E", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Measles (complicated)", + 1, + 1243 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 34, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Measles (uncomplicated)", + "YBqbmTLX7C0", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Measles (uncomplicated)", + 1, + 1244 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 35, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Meningeal TB", + "HnTQlyQywuD", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Meningeal TB", + 1, + 1245 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 36, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Meningitis unspecified", + "LR0LHjndAXu", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Meningitis unspecified", + 1, + 1246 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 37, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Mental and psychiatric conditions", + "aG0OfBS8ueF", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Mental and psychiatric conditions", + 1, + 1247 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 38, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Moderate acute malnutrition", + "QQaqc8toFYk", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Moderate acute malnutrition", + 1, + 1248 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 39, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Musculoskeletal conditions (infectious origin)", + "bnkjJwvg6iQ", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (infectious origin)", + 1, + 1249 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 40, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Musculoskeletal conditions (non-infectious)", + "J6aEdljbxgr", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (non-infectious)", + 1, + 1250 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 41, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Necrotizing & bullous skin infections", + "utECVhpdUs4", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Necrotizing & bullous skin infections", + 1, + 1251 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 42, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neglected tropical diseases", + "NohI0zAbUc4", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neglected tropical diseases", + 1, + 1252 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 43, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "C1jvKxIjDxj", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1253 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 44, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cerebral palsy - Neuro disability", + "e8eyFjAUlQk", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cerebral palsy - Neuro disability", + 1, + 1254 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 45, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non urgent surgical conditions", + "yeEBnmqXsQl", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non urgent surgical conditions", + 1, + 1255 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 46, + "Non violence-related injuries", + "", + "Non violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non violence-related injuries", + "yIE3xuGdorT", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non violence-related injuries", + 1, + 1256 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 47, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Obstetric cases", + "lufXrIBxOSO", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Obstetric cases", + 1, + 1257 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 48, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Oral and digestive severe candidiasis", + "byDZOw8AhEH", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Oral and digestive severe candidiasis", + 1, + 1258 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 49, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Persistent fever ( >7 days)", + "ApD01rBFsP7", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Persistent fever ( >7 days)", + 1, + 1259 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 50, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Poliomyelitis confirmed", + "eW1xtCC90c3", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Poliomyelitis confirmed", + 1, + 1260 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 51, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Post surgical infections", + "uGrIXRfwMwY", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Post surgical infections", + 1, + 1261 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 52, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Pulmonary tuberculosis", + "HJeN29Cv3kc", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Pulmonary tuberculosis", + 1, + 1262 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 53, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Rabies", + "nL9YgpEXOzY", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Rabies", + 1, + 1263 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 54, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Kwashiorkor)", + "NBY05tQ8hQN", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1264 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 55, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "cX41mhUP4hg", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1265 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 56, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Marasmus)", + "yCOLs7TI2Yf", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus)", + 1, + 1266 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 57, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe malaria", + "RqDxjW04LBM", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe malaria", + 1, + 1267 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 58, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sexual violence / rape", + "t9OwU2PBjmi", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sexual violence / rape", + 1, + 1268 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 59, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sexually transmitted disease (STI)", + "rDDzlHmlVfb", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sexually transmitted disease (STI)", + 1, + 1269 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 60, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Shigellosis - Salmonellosis", + "C0RJm1JpNud", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Shigellosis - Salmonellosis", + 1, + 1270 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 61, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sickle cell disease", + "QGLQEmOsLec", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sickle cell disease", + 1, + 1271 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 62, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Simple malaria", + "q3Grvfn9QGb", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Simple malaria", + 1, + 1272 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 63, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Skin and soft tissue conditions", + "i6qQp5uB0Ko", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Skin and soft tissue conditions", + 1, + 1273 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 64, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Snake bites", + "It0cW5RQWpE", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Snake bites", + 1, + 1274 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 65, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Substance abuse / dependency", + "jxDmdkqUYzT", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Substance abuse / dependency", + 1, + 1275 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 66, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Suspected or confirmed malignancy", + "SEVS3rGTnWG", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Suspected or confirmed malignancy", + 1, + 1276 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 67, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Tetanus", + "Kr9r979EtHx", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Tetanus", + 1, + 1277 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 68, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Toxicity / poisoning", + "wGTjx3JO66k", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Toxicity / poisoning", + 1, + 1278 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 69, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Typhoid fever", + "ufSbySjV4nf", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Typhoid fever", + 1, + 1279 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 70, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Upper respiratory tract infection", + "UoTji9E533F", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Upper respiratory tract infection", + 1, + 1280 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 71, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Urgent surgical conditions", + "G4GBgpGBv1I", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Urgent surgical conditions", + 1, + 1281 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 72, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Urolithiasis / Renal colic", + "pbbYJwsoExK", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Urolithiasis / Renal colic", + 1, + 1282 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 73, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "UTI and renal tract acute pathology", + "hrtm8XMGsvI", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|UTI and renal tract acute pathology", + 1, + 1283 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 74, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Violence-related injuries", + "FGVvCNrsZd6", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Violence-related injuries", + 1, + 1284 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 75, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Viral haemorrhagic fevers", + "kVOcCpX2wET", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Viral haemorrhagic fevers", + 1, + 1285 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 76, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Visceral leishmaniasis", + "mWZtlCUSfv9", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Visceral leishmaniasis", + 1, + 1286 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 77, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit A deficiency", + "Q8QmQpMAnQ4", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit A deficiency", + 1, + 1287 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 78, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit B complex deficiency", + "K970D8cUX8q", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit B complex deficiency", + 1, + 1288 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 79, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit C deficiency (scurvy)", + "M4dWY0whWZ3", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit C deficiency (scurvy)", + 1, + 1289 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 80, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit D deficiency (rickets)", + "Iad4CoXnCTM", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit D deficiency (rickets)", + 1, + 1290 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 81, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Whooping cough", + "PJaiWyUC5Rv", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Whooping cough", + 1, + 1291 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 82, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Yellow fever", + "XTczxMr7cBC", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Yellow fever", + 1, + 1292 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 83, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other bites and stings", + "tMDEcnOrzaS", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other bites and stings", + 1, + 1293 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 84, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other neurological conditions", + "RZ6Gri5POqL", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other neurological conditions", + 1, + 1294 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 85, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other non communicable diseases", + "i3kF3xASTF0", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other non communicable diseases", + 1, + 1295 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 86, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other symptoms and abnor. clinical / lab findings", + "wo6gncCWDt8", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other symptoms and abnor. clinical / lab findings", + 1, + 1296 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 87, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Others", + "SLRzVQxrR6V", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Others", + 1, + 1297 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 88, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Covid-19 confirmed", + "lbR2rz0zKhv", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Covid-19 confirmed", + 1, + 1298 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 89, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Covid-19 probable", + "AyulwHw3Bj7", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Covid-19 probable", + 1, + 1299 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 90, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Apnoea of prematurity", + "mNPTDvpwGn5", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Apnoea of prematurity", + 1, + 1300 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 91, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Birth injury", + "oJP7rkoXVg1", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Birth injury", + 1, + 1301 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 92, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bronchiolitis - obstructive bronchitis", + "Ra4H6sXRGR8", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bronchiolitis - obstructive bronchitis", + 1, + 1302 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 93, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bronchospasm", + "gJSba9WYKcN", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bronchospasm", + 1, + 1303 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 94, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cardiogenic shock", + "EQCt6KPlhXh", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cardiogenic shock", + 1, + 1304 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 95, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital herpes virus infection", + "IEWIHnBHcKW", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital herpes virus infection", + 1, + 1305 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 96, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital malaria", + "fzD74ridSY3", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital malaria", + 1, + 1306 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 97, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital syphilis", + "VlGKbqPPcqo", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital syphilis", + 1, + 1307 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 98, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "COPD", + "VEF2GXOUCGn", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|COPD", + 1, + 1308 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 99, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dengue suspected", + "ZcJqi7M0sIE", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dengue suspected", + 1, + 1309 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 100, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dog bite", + "i1cjdEToed4", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dog bite", + 1, + 1310 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 101, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Febrile convulsions", + "jP8E3Nr5ePF", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Febrile convulsions", + 1, + 1311 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 102, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hyperglycemia", + "CSFxUSl3Lrp", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hyperglycemia", + 1, + 1312 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 103, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hypoglycemia", + "p94oukUpt38", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hypoglycemia", + 1, + 1313 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 104, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + " ", + " ", + " ", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hypovolemic shock", + "RdQaXExPuHY", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hypovolemic shock", + 1, + 1314 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 105, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal conjunctivitis", + "l9b20GYt8K8", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal conjunctivitis", + 1, + 1315 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 106, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal convulsions", + "vHdiG2Glz2R", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal convulsions", + 1, + 1316 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 107, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal jaundice", + "bz0dwSs5R8q", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal jaundice", + 1, + 1317 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 108, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal meconial aspiration", + "F7ph9cAUsjq", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal meconial aspiration", + 1, + 1318 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 109, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal Necrotising Enterocolitis", + " ", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal Necrotizing Enterocolitis", + "PEUNHffrc5r", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal Necrotizing Enterocolitis", + 1, + 1319 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 110, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal pneumonia", + "qfD7Pdor9Ke", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumonia", + 1, + 1320 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 111, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal pneumothorax", + "QnWXeiCqjvs", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumothorax", + 1, + 1321 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 112, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal tetanus", + "y6Z1pZrll3Z", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal tetanus", + 1, + 1322 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 113, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal tuberculosis", + "hG3VHYjksd7", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal tuberculosis", + 1, + 1323 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 114, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non cardiac congenital pathology", + "kNx7jnB8tpr", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non cardiac congenital pathology", + 1, + 1324 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 115, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Newborn to an HIV+ mother", + "harSVfsnIAt", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Newborn to an HIV+ mother", + 1, + 1325 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 116, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Observation", + "xW2glpN3ZdI", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Observation", + 1, + 1326 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 117, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Perinatal asphyxia and complications", + "ES9hj5pSPBm", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Perinatal asphyxia and complications", + 1, + 1327 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 118, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Prematurity and or low birth weight", + "ApxIIyzZOvu", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Prematurity and or low birth weight", + 1, + 1328 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 119, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Rheumatic heart disease", + "onaykQ33cTD", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Rheumatic heart disease", + 1, + 1329 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 120, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Risk of sepsis", + "YeQfOMYWPyl", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Risk of sepsis", + 1, + 1330 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 121, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Septic shock", + "e50oxQBEjFZ", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Septic shock", + 1, + 1331 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 122, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Shock uspecified", + "nduZ755HdUK", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Shock uspecified", + 1, + 1332 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 123, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe anaemia", + "OosWiQ14i4U", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe anaemia", + 1, + 1333 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 124, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe dehydration", + "I49cMnQlRYb", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe dehydration", + 1, + 1334 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 125, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Transient tachypnoea of the newborn", + "o0jzqeTCtcA", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Transient tachypnoea of the newborn", + 1, + 1335 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 126, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Varicella", + "H6yZB35ROGG", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Varicella", + 1, + 1336 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other neonatal conditions", + "PFNsVEiE3Mg", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other neonatal conditions", + 1, + 1337 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute asthma", + "bluop7krNFI", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute asthma", + 1, + 1338 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 2, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Non cardiac congenital pathology", + "aVQ2oi3G43Y", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Non cardiac congenital pathology", + 1, + 1339 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 3, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal tuberculosis", + "b52kxhqjmV9", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal tuberculosis", + 1, + 1340 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 4, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal tetanus", + "WE6lCWupEYy", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal tetanus", + 1, + 1341 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 5, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal pneumothorax", + "HWfmCVKRv3I", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumothorax", + 1, + 1342 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 6, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute diarrhea (bloody)", + "ok2FInOgsTB", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (bloody)", + 1, + 1343 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 7, + "Neonatal ecrotizing enterocolitisn", + "", + "Neonatal ecrotizing enterocolitisn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal ecrotizing enterocolitisn", + "bt1b6Bxj2kF", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal ecrotizing enterocolitisn", + 1, + 1344 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 8, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal meconial aspiration", + "NKVXlNCLf17", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal meconial aspiration", + 1, + 1345 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 9, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal jaundice", + "MBeU92FooY5", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal jaundice", + 1, + 1346 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 10, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal convulsions", + "pJNzXChiGXl", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal convulsions", + 1, + 1347 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 11, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal conjunctivitis", + "HT13icXo5YH", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal conjunctivitis", + 1, + 1348 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 12, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal pneumonia", + "tFvK0JjfEok", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumonia", + 1, + 1349 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 13, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute diarrhea (non-bloody)", + "lefj8RM9IfZ", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (non-bloody)", + 1, + 1350 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 14, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute febrile illness (=<7 days)", + "DawDRlElB9F", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute febrile illness (=<7 days)", + 1, + 1351 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 15, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute flaccid paralysis", + "GyhzORItLY8", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute flaccid paralysis", + 1, + 1352 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 16, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute jaundice syndrome", + "xcAffGbjtaI", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute jaundice syndrome", + 1, + 1353 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 17, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Apnoea of prematurity", + "xH3LxnnChOf", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Apnoea of prematurity", + 1, + 1354 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 18, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bacterial meningitis", + "B9xVjlrAWHk", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bacterial meningitis", + 1, + 1355 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 19, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Birth injury", + "rqX77y5nyBB", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Birth injury", + 1, + 1356 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 20, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bronchiolitis - obstructive bronchitis", + "jOVk2qkoqyy", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bronchiolitis - obstructive bronchitis", + 1, + 1357 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 21, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bronchospasm", + "XagfsDBPa2U", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bronchospasm", + 1, + 1358 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 22, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Burns", + "b7VwHnEElX4", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Burns", + 1, + 1359 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 23, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cardiogenic shock", + "CLTxVpE2nyA", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cardiogenic shock", + 1, + 1360 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 24, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cerebral palsy - Neuro disability", + "J80kH4PewuI", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cerebral palsy - Neuro disability", + 1, + 1361 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 25, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cholera (suspected)", + "RlzumxPwBd4", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cholera (suspected)", + 1, + 1362 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 26, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cholera confirmed", + "HtM1Sox2Vwj", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cholera confirmed", + 1, + 1363 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 27, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Complicated ear infection", + "nXBWUIZslkY", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Complicated ear infection", + 1, + 1364 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 28, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Complications of SCD", + "POa0tRlSuBy", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Complications of SCD", + 1, + 1365 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 29, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital herpes virus infection", + "YLMeuzLogS9", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital herpes virus infection", + 1, + 1366 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 30, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital malaria", + "QFNeWiHVebh", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital malaria", + 1, + 1367 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 31, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital or acquired cardiac pathology", + "AJ4Xt5rFWGv", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital or acquired cardiac pathology", + 1, + 1368 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 32, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital syphilis", + "uQkCX2hOxUz", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital syphilis", + 1, + 1369 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 33, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congestive Heart Failure", + "PqbFgrmJdlD", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congestive Heart Failure", + 1, + 1370 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 34, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "COPD", + "guEVgXa3b6v", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|COPD", + 1, + 1371 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 35, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Covid-19 confirmed", + "ynQdWMHuVnM", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Covid-19 confirmed", + 1, + 1372 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 36, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Covid-19 probable", + "V51gp9J0zWT", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Covid-19 probable", + 1, + 1373 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 37, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cutaneous leishmaniosis", + "q6Ae06r15Ho", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cutaneous leishmaniosis", + 1, + 1374 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 38, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dengue confirmed", + "F2XsLwIR6fG", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dengue confirmed", + 1, + 1375 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 39, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dengue suspected", + "rlGC8uqJdzh", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dengue suspected", + 1, + 1376 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 40, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diabetes type 2 and complications", + "n6mQ1I8sLr1", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diabetes type 2 and complications", + 1, + 1377 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 41, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diabetes Type I and complications", + "LnguSPhlhvw", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diabetes Type I and complications", + 1, + 1378 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 42, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diarrhea (persistent)", + "wIdOQXkA9vZ", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diarrhea (persistent)", + 1, + 1379 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 43, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diphtheria", + "fHN1Fc1XE3x", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diphtheria", + 1, + 1380 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 44, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dog bite", + "sj85TsVZ3JX", + "dog bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dog bite", + 1, + 1381 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 45, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Epilepsy - Seizures", + "EXN5Y8Bbe4U", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Epilepsy - Seizures", + 1, + 1382 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 46, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Extra pulmonary tuberculosis", + "w4TaclahhD4", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Extra pulmonary tuberculosis", + 1, + 1383 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 47, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Eye diseases (including trachoma)", + "FTJPLScLlnW", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Eye diseases (including trachoma)", + 1, + 1384 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 48, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Febrile convulsions", + "JH2GCxIGcWf", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Febrile convulsions", + 1, + 1385 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 49, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Gynaecological cases", + "yjXZddwKmXl", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Gynaecological cases", + 1, + 1386 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 50, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis A", + "gcSNHIXe5TM", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis A", + 1, + 1387 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 51, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis B", + "vWZOq83jtyI", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis B", + 1, + 1388 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 52, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis Delta", + "CTGA8o161O9", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis Delta", + 1, + 1389 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 53, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis E", + "ZuuL8WkZEGq", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis E", + 1, + 1390 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 54, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "HIV Infection confirmed", + "sTU8qlhaC8h", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|HIV Infection confirmed", + 1, + 1391 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 55, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hyperglycemia", + "kSePi7ROwlD", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hyperglycemia", + 1, + 1392 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 56, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hyperreactive splenomegaly due to malaria", + "Fx4Tqmp4Aum", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hyperreactive splenomegaly due to malaria", + 1, + 1393 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 57, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hypoglycemia", + "hFiMNaLFQqq", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hypoglycemia", + 1, + 1394 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 58, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + " ", + " ", + " ", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hypovolemic shock", + "zTCrtZh4N4r", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hypovolemic shock", + 1, + 1395 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 59, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Infectious diseases not otherwise classified", + "fvAf7HoLqiZ", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Infectious diseases not otherwise classified", + 1, + 1396 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 60, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Lower respiratory tract infection", + "lWivqa14ywH", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Lower respiratory tract infection", + 1, + 1397 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 61, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Measles (complicated)", + "fA5OLx44Kqy", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Measles (complicated)", + 1, + 1398 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 62, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Measles (uncomplicated)", + "QSGKKKOJgJy", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Measles (uncomplicated)", + 1, + 1399 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 63, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Meningeal TB", + "IYrzxMo1XdR", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Meningeal TB", + 1, + 1400 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 64, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Meningitis unspecified", + "SHBQIe1fUcx", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Meningitis unspecified", + 1, + 1401 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 65, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Mental and psychiatric conditions", + "Tel9TSdNRKv", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Mental and psychiatric conditions", + 1, + 1402 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 66, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Moderate acute malnutrition", + "Lizb2D5tY6F", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Moderate acute malnutrition", + 1, + 1403 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 67, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Musculoskeletal conditions (infectious origin)", + "C2aGaLQ7wfC", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (infectious origin)", + 1, + 1404 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 68, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Musculoskeletal conditions (non-infectious)", + "xbsxjRVbgFt", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (non-infectious)", + 1, + 1405 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 69, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Necrotizing & bullous skin infections", + "HPgk2Ttjxgu", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Necrotizing & bullous skin infections", + 1, + 1406 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 70, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neglected tropical diseases", + "enxyg6CNRzX", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neglected tropical diseases", + 1, + 1407 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 71, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "jDpjwjOmzYi", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1408 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 72, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Non urgent surgical conditions", + "JS1JiSduXtv", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Non urgent surgical conditions", + 1, + 1409 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 73, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Obstetric cases", + "VdEPVcQIJ9n", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Obstetric cases", + 1, + 1410 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 74, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Oral and digestive severe candidiasis", + "jv8EoB8Ixcc", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Oral and digestive severe candidiasis", + 1, + 1411 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 75, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other bites and stings", + "gX2JCGQxzrk", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other bites and stings", + 1, + 1412 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 76, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other neurological conditions", + "ltUMXNGhEq8", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other neurological conditions", + 1, + 1413 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 77, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other non communicable diseases", + "ddklpeUOxUt", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other non communicable diseases", + 1, + 1414 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 78, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other symptoms and abnor. clinical / lab findings", + "pASiyT81UCq", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other symptoms and abnor. clinical / lab findings", + 1, + 1415 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 79, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Others", + "Dd15skECALP", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Others", + 1, + 1416 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 80, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Persistent fever ( >7 days)", + "HPg1Uen5FY0", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Persistent fever ( >7 days)", + 1, + 1417 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 81, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Poliomyelitis confirmed", + "YQ8eAJMeeJH", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Poliomyelitis confirmed", + 1, + 1418 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 82, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Post surgical infections", + "lQqjSIZNH5D", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Post surgical infections", + 1, + 1419 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 83, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Pulmonary tuberculosis", + "nTT9Yte9u1S", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Pulmonary tuberculosis", + 1, + 1420 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 84, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Rabies", + "NcqJU6GvwC2", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Rabies", + 1, + 1421 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 85, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Kwashiorkor)", + "lhvVc3FUCpO", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1422 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 86, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "bZZNGmGmH2F", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1423 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 87, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Marasmus)", + "GlOW8o3i6mR", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus)", + 1, + 1424 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 88, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe malaria", + "LmXWiBEvHwI", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe malaria", + 1, + 1425 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 89, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sexual violence / rape", + "MvS3SDtkUeq", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sexual violence / rape", + 1, + 1426 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 90, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Shigellosis - Salmonellosis", + "J0DdLu2MHDs", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Shigellosis - Salmonellosis", + 1, + 1427 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 91, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sickle cell disease", + "JToZ8urVV4S", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sickle cell disease", + 1, + 1428 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 92, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Simple malaria", + "gZWPKGZRwcj", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Simple malaria", + 1, + 1429 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 93, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Skin and soft tissue conditions", + "oVCqPof3OrT", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Skin and soft tissue conditions", + 1, + 1430 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 94, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Snake bites", + "uYnA0pnSaib", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Snake bites", + 1, + 1431 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 95, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Substance abuse / dependency", + "KC9VbPmfCS0", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Substance abuse / dependency", + 1, + 1432 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 96, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Suspected or confirmed malignancy", + "Qx1uLto5yEX", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Suspected or confirmed malignancy", + 1, + 1433 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 97, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Tetanus", + "lIOfRgPuHgD", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Tetanus", + 1, + 1434 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 98, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Toxicity / poisoning", + "WO1S4bWy3kR", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Toxicity / poisoning", + 1, + 1435 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 99, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Typhoid fever", + "ad45MmIrFgH", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Typhoid fever", + 1, + 1436 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 100, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Newborn to an HIV+ mother", + "Wa5DWnrKvGK", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Newborn to an HIV+ mother", + 1, + 1437 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 101, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sexually transmitted disease (STI)", + "Lv66yP6CBue", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sexually transmitted disease (STI)", + 1, + 1438 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 102, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Upper respiratory tract infection", + "hTK6DDFaG6e", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Upper respiratory tract infection", + 1, + 1439 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 103, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Urgent surgical conditions", + "qWULOu2OfQk", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Urgent surgical conditions", + 1, + 1440 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 104, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Urolithiasis / Renal colic", + "OShtoAim3Wg", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Urolithiasis / Renal colic", + 1, + 1441 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 105, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "UTI and renal tract acute pathology", + "MjGSCSxWji8", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|UTI and renal tract acute pathology", + 1, + 1442 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 106, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Violence-related injuries", + "NCKIOR3jQHw", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Violence-related injuries", + 1, + 1443 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 107, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Viral haemorrhagic fevers", + "kAgodBQdyLK", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Viral haemorrhagic fevers", + 1, + 1444 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 108, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Visceral leishmaniasis", + "OWklY4z4BDt", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Visceral leishmaniasis", + 1, + 1445 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 109, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit A deficiency", + "CyUW5yS5Rgg", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit A deficiency", + 1, + 1446 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 110, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit B complex deficiency", + "pYEJB8o2qjA", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit B complex deficiency", + 1, + 1447 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 111, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit C deficiency (scurvy)", + "kF6LZEDgeid", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit C deficiency (scurvy)", + 1, + 1448 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 112, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit D deficiency (rickets)", + "W9HFlAbnhhg", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit D deficiency (rickets)", + 1, + 1449 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 113, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Whooping cough", + "U3dzpFQgcmH", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Whooping cough", + 1, + 1450 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 114, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Yellow fever", + "BQ0tEkOuzJ7", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Yellow fever", + 1, + 1451 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 115, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Observation", + "w3WM30UaV3P", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Observation", + 1, + 1452 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 116, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Perinatal asphyxia and complications", + "zPHUZb5MEJP", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Perinatal asphyxia and complications", + 1, + 1453 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 117, + "Prematurity and/or low birth weight", + "", + "Prematurity and/or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Prematurity and/or low birth weight", + "nbgZIc8oTzY", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Prematurity and/or low birth weight", + 1, + 1454 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 118, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Rheumatic heart disease", + "oGUhgcrpTRz", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Rheumatic heart disease", + 1, + 1455 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 119, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Risk of sepsis", + "I8SfVL1ISjT", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Risk of sepsis", + 1, + 1456 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 120, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Septic shock", + "Ppv9BTW1HUM", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Septic shock", + 1, + 1457 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 121, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Shock uspecified", + "oxHISHDzfPj", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Shock uspecified", + 1, + 1458 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 122, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe anaemia", + "DY621CqJVK6", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe anaemia", + 1, + 1459 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 123, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe dehydration", + "Km8nbWcG57I", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe dehydration", + 1, + 1460 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 124, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Transient tachypnoea of the newborn", + "duWhWZ2OorT", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Transient tachypnoea of the newborn", + 1, + 1461 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 125, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Varicella", + "Dx5mvv0dua0", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Varicella", + 1, + 1462 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 126, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other neonatal conditions", + "VqNHFgx2IKp", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other neonatal conditions", + 1, + 1463 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 1, + "Weight/Height", + "", + "", + "Height", + "Patient's height in centimeters.", + "Numeric", + "Finding", + "3fbf0612-8343-4fcd-bc20-7e9d3cb85d6f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الوزن/الطول", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Weight/Height", + 1, + 1464 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 2, + "BMI", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|BMI", + 1, + 1465 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 3, + "MUAC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|MUAC", + 1, + 1466 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 4, + "Odema", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جفاف العين", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Odema", + 1, + 1467 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 5, + "breastfeeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإفطار/التغذية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|breastfeeding", + 1, + 1468 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 6, + "Moderate + sick", + "", + "", + "Moderate", + "Average in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001888", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "3cdef832-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "معتدل + مريض", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Moderate + sick", + 1, + 1469 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 1, + "+ ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| + ", + 1, + 1470 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 2, + "++", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "++", + "Two plus result (scale of + - ++++)", + "Boolean", + "Finding", + "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| ++", + 1, + 1471 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 3, + "+++", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "+++", + "Three plus result (scale + - ++++)", + "Boolean", + "Finding", + "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| +++", + 1, + 1472 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 1, + "Adopted", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تم تبني الطفل", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Adopted", + 1, + 1473 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 2, + "Twin", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطفل توأم", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Twin", + 1, + 1474 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 3, + "Orphan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطفل يتيم", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Orphan", + 1, + 1475 + ], + [ + 103, + "Test result - positive/negative", + "", + "Coded", + 1, + "Positive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موجب", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Test result - positive/negative|Positive", + 1, + 1476 + ], + [ + 103, + "Test result - positive/negative", + "", + "Coded", + 2, + "Negative", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سالب", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Test result - positive/negative|Negative", + 1, + 1477 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 1, + 1, + "", + 1, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|1", + 1, + 1478 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 2, + "Transition", + "", + "Transition", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|Transition", + 1, + 1479 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 3, + 2, + "", + 2, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|2", + 1, + 1480 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 1, + "F75", + "", + "F75", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|F75", + 1, + 1481 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 2, + "F100", + "", + "F100", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|F100", + 1, + 1482 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 3, + "Infant formula", + "", + "Infant formula", + "", + "", + "", + "", + "", + "", + "Infant formula", + "Describes a substance used to feed children.", + "Coded", + "Drug", + "5254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Infant formula", + "Describes a substance used to feed children.", + "Coded", + "Drug", + "3ceb2c7e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|Infant formula", + 1, + 1483 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 1, + 0, + "", + 0, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|0 %", + 1, + 1484 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 2, + 0.25, + "", + 0.25, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|25 %", + 1, + 1485 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 3, + 0.5, + "", + 0.5, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|50 %", + 1, + 1486 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 4, + 0.75, + "", + 0.75, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|75 %", + 1, + 1487 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 5, + 1, + "", + 1, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|100 %", + 1, + 1488 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 1, + "Absent", + "", + "Absent", + "", + "", + "", + "", + "", + "", + "Absent", + "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", + "N/A", + "Misc", + "163747AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Absent", + "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", + "N/A", + "Misc", + "b5410710-123c-49a6-8ccd-75bce3ffa4f1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Absent", + 1, + 1489 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 2, + "Vomiting", + "", + "Vomiting", + "", + "", + "", + "", + "", + "", + "Vomiting", + "The forcible expulsion of the contents of the stomach through the mouth.", + "Coded", + "Diagnosis", + "122983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Vomiting", + "The forcible expulsion of the contents of the stomach through the mouth.", + "N/A", + "Diagnosis", + "3cf1c930-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Vomiting", + 1, + 1490 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 3, + "Refusal", + "", + "Refusal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Refusal", + 1, + 1491 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 4, + "Nasogastric tube", + "", + "Nasogastric tube", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Nasogastric tube", + 1, + 1492 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 5, + "IV fluid", + "", + "IV fluid", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|IV fluid", + 1, + 1493 + ], + [ + "", + "Outcome - Family planning", + "", + "Coded", + "", + "Child alive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Outcome - Family planning|Child alive", + 1, + 1494 + ], + [ + "", + "Outcome - Family planning ", + "", + "Coded", + "", + "Child died", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Outcome - Family planning |Child died", + 1, + 1495 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Exclusive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Exclusive", + 1, + 1496 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Mixed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Mixed", + 1, + 1497 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Bottle", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Bottle", + 1, + 1498 + ], + [ + "", + "FP befor", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "FP befor|Yes", + 1, + 1499 + ], + [ + "", + "FP befor", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "FP befor|No", + 1, + 1500 + ], + [ + "", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|Yes", + 1, + 1501 + ], + [ + "", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|No", + 1, + 1502 + ], + [ + "", + "Have you given birth on the last 4 weeks?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you given birth on the last 4 weeks?|Yes", + 1, + 1503 + ], + [ + "", + "Have you given birth on the last 4 weeks?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you given birth on the last 4 weeks?|No", + 1, + 1504 + ], + [ + "", + "Did your last menstruation period start within the past 7 days?", + "", + "", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Did your last menstruation period start within the past 7 days?|Yes", + 1, + 1505 + ], + [ + "", + "Did your last menstruation period start within the past 7 days?", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Did your last menstruation period start within the past 7 days?|No", + 1, + 1506 + ], + [ + "", + "Have you had an abortion or miscarriage in the past 7 days?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you had an abortion or miscarriage in the past 7 days?|Yes", + 1, + 1507 + ], + [ + "", + "Have you had an abortion or miscarriage in the past 7 days?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you had an abortion or miscarriage in the past 7 days?|No", + 1, + 1508 + ], + [ + "", + "Have you gone without sexual intercourse since your last menstrual period?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you gone without sexual intercourse since your last menstrual period?|Yes", + 1, + 1509 + ], + [ + "", + "Have you gone without sexual intercourse since your last menstrual period?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you gone without sexual intercourse since your last menstrual period?|No", + 1, + 1510 + ], + [ + "", + "Have you been using a reliable contraceptive method consistently AND correctly?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you been using a reliable contraceptive method consistently AND correctly?|Yes", + 1, + 1511 + ], + [ + "", + "Have you been using a reliable contraceptive method consistently AND correctly?", + "", + "", + "", + "No", + " ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you been using a reliable contraceptive method consistently AND correctly?|No", + 1, + 1512 + ], + [ + "", + "The patient has a metod in mind?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "The patient has a metod in mind?|Yes", + 1, + 1513 + ], + [ + "", + "The patient has a metod in mind?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "The patient has a metod in mind?|No", + 1, + 1514 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Very effective", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Very effective", + 1, + 1515 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Breasfeeding<6 month", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Breasfeeding<6 month", + 1, + 1516 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "No children later", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|No children later", + 1, + 1517 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Permanent", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Permanent", + 1, + 1518 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Few side", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Few side", + 1, + 1519 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Nothing to do befor sex", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Nothing to do befor sex", + 1, + 1520 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Use only when needed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Use only when needed", + 1, + 1521 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Avoid touching intimate areas", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Avoid touching intimate areas", + 1, + 1522 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Latex allergy (patient or partner)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Latex allergy (patient or partner)", + 1, + 1523 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Current/history trombembolism", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Current/history trombembolism", + 1, + 1524 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Pregnancy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Pregnancy", + 1, + 1525 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Diabetes for > 20 years", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Diabetes for > 20 years", + 1, + 1526 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Breastfeeding< 6 weeks", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Breastfeeding< 6 weeks", + 1, + 1527 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Smoker > 35 years old", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Smoker > 35 years old", + 1, + 1528 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "BP>160/100", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|BP>160/100", + 1, + 1529 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Unexplained veginal bleeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Unexplained veginal bleeding", + 1, + 1530 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Bleeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Bleeding", + 1, + 1531 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Hyper or dysmenorrhoea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Hyper or dysmenorrhoea", + 1, + 1532 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "History of extra-uterine pregnancy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|History of extra-uterine pregnancy", + 1, + 1533 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Server untreated anaemia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Server untreated anaemia", + 1, + 1534 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Current STI/current PID,HIV + patient on ARV", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Current STI/current PID,HIV + patient on ARV", + 1, + 1535 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "On TB medication", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|On TB medication", + 1, + 1536 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "On Epilepsy medication", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|On Epilepsy medication", + 1, + 1537 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Active liver disease/jaundice", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Active liver disease/jaundice", + 1, + 1538 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "HIV + patient with active ADIS but NOT on ARV", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|HIV + patient with active ADIS but NOT on ARV", + 1, + 1539 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Male condom", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Male condom", + 1, + 1540 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Female condom", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Female condom", + 1, + 1541 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "COC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|COC", + 1, + 1542 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "POP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|POP", + 1, + 1543 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Injectable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Injectable", + 1, + 1544 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Implant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Implant", + 1, + 1545 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "IUD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|IUD", + 1, + 1546 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Tubal ligation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Tubal ligation", + 1, + 1547 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Vasectomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Vasectomy", + 1, + 1548 + ], + [ + "", + "Satisfied with method", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Satisfied with method|Yes", + 1, + 1549 + ], + [ + "", + "Satisfied with method", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Satisfied with method|No", + 1, + 1550 + ], + [ + "", + "Changed bleeding pattern", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Changed bleeding pattern|Yes", + 1, + 1551 + ], + [ + "", + "Changed bleeding pattern", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Changed bleeding pattern|No", + 1, + 1552 + ], + [ + "", + "Headache/dizziness", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Headache/dizziness|Yes", + 1, + 1553 + ], + [ + "", + "Headache/dizziness", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Headache/dizziness|No", + 1, + 1554 + ], + [ + "", + "Nausea/abdominal pain", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Nausea/abdominal pain|Yes", + 1, + 1555 + ], + [ + "", + "Nausea/abdominal pain", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Nausea/abdominal pain|No", + 1, + 1556 + ], + [ + "", + "Breast tender", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breast tender|Yes", + 1, + 1557 + ], + [ + "", + "Breast tender", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breast tender|No", + 1, + 1558 + ], + [ + "", + "Mood changes", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mood changes|Yes", + 1, + 1559 + ], + [ + "", + "Mood changes", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mood changes|No", + 1, + 1560 + ], + [ + "", + "Date to return to first PNC visit", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Date to return to first PNC visit|Full term", + 1, + 1561 + ], + [ + "", + "Date to return to first PNC visit", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Date to return to first PNC visit|Preterm", + 1, + 1562 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Normal", + 1, + 1563 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Manual delivery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Manual delivery", + 1, + 1564 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Episiotomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Episiotomy", + 1, + 1565 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Perineal laceration (tear)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Perineal laceration (tear)", + 1, + 1566 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Hypertension", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Hypertension", + 1, + 1567 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Heart disease", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Heart disease", + 1, + 1568 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Diabetes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Diabetes", + 1, + 1569 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Abdominal surgery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Abdominal surgery", + 1, + 1570 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Sexually transitted infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Sexually transitted infection", + 1, + 1571 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Epilepsy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Epilepsy", + 1, + 1572 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "HIV+", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|HIV+", + 1, + 1573 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Tuberculosis", + 1, + 1574 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Other", + 1, + 1575 + ], + [ + "", + "Present at consultation", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Present at consultation|Yes", + 1, + 1576 + ], + [ + "", + "Present at consultation", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Present at consultation|No", + 1, + 1577 + ], + [ + "", + "Anaemia (conjunctiva, heamoglobin)", + "", + "Coded", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Anaemia (conjunctiva, heamoglobin)|", + 1, + 1578 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|No", + 1, + 1579 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "Mild", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|Mild", + 1, + 1580 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "Severe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|Severe", + 1, + 1581 + ], + [ + "", + "Breasts (e.g infection,enforgement)", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breasts (e.g infection,enforgement)|Normal", + 1, + 1582 + ], + [ + "", + "Breasts (e.g infection,enforgement)", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breasts (e.g infection,enforgement)|Abnormal", + 1, + 1583 + ], + [ + "", + "Sexually transmitted infection", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sexually transmitted infection|Yes", + 1, + 1584 + ], + [ + "", + "Sexually transmitted infection", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sexually transmitted infection|No", + 1, + 1585 + ], + [ + "", + "Time since delivery", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Time since delivery|Normal", + 1, + 1586 + ], + [ + "", + "Time since delivery", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Time since delivery|Abnormal", + 1, + 1587 + ], + [ + "", + "Healing (if laceration,episiotomy of C-section)", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Healing (if laceration,episiotomy of C-section)|Normal", + 1, + 1588 + ], + [ + "", + "Healing (if laceration,episiotomy of C-section)", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Healing (if laceration,episiotomy of C-section)|Abnormal", + 1, + 1589 + ], + [ + "", + "Passing urine or stool", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Passing urine or stool|Normal", + 1, + 1590 + ], + [ + "", + "Passing urine or stool", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Passing urine or stool|Abnormal", + 1, + 1591 + ], + [ + "", + "Mother-infant interaction", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mother-infant interaction|Normal", + 1, + 1592 + ], + [ + "", + "Mother-infant interaction", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mother-infant interaction|Abnormal", + 1, + 1593 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|No", + 1, + 1594 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "MH", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|MH", + 1, + 1595 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "HP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|HP", + 1, + 1596 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "Gyne", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|Gyne", + 1, + 1597 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|Other", + 1, + 1598 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|No", + 1, + 1599 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "Referral hospital", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|Referral hospital", + 1, + 1600 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|Other", + 1, + 1601 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Yes", + 1, + 1602 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "COC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|COC", + 1, + 1603 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "POP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|POP", + 1, + 1604 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "IUD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|IUD", + 1, + 1605 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Implant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Implant", + 1, + 1606 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Condoms", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Condoms", + 1, + 1607 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|No", + 1, + 1608 + ], + [ + "", + "PNC-gestational age:", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-gestational age:|Full term", + 1, + 1609 + ], + [ + "", + "PNC-gestational age:", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-gestational age:|Preterm", + 1, + 1610 + ], + [ + "", + "PNC- gestational age?", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- gestational age?|Full term", + 1, + 1611 + ], + [ + "", + "PNC- gestational age:", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- gestational age:|Preterm", + 1, + 1612 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Anaemia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Anaemia", + 1, + 1613 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Hypertension/pre-/eclampsia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Hypertension/pre-/eclampsia", + 1, + 1614 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Antepartum hemorrhage", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Antepartum hemorrhage", + 1, + 1615 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Prolonged/obstructed labour", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Prolonged/obstructed labour", + 1, + 1616 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Malpresentation (breach, other)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Malpresentation (breach, other)", + 1, + 1617 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Caesarean section", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Caesarean section", + 1, + 1618 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Instrumental extraction", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Instrumental extraction", + 1, + 1619 + ], + [ + "", + "PNC- Problems-Placenta", + "", + "Coded", + "", + "Norma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems-Placenta|Norma", + 1, + 1620 + ], + [ + "", + "PNC- Problems-Placenta", + "", + "Coded", + "", + "Manual delivery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems-Placenta|Manual delivery", + 1, + 1621 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Episiotomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Episiotomy", + 1, + 1622 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Perineal laceration (tear)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Perineal laceration (tear)", + 1, + 1623 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Fistula present - management:", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Fistula present - management:", + 1, + 1624 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Postapartum haemorrhage", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Postapartum haemorrhage", + 1, + 1625 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Other", + 1, + 1626 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Hypertension", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Hypertension", + 1, + 1627 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Heart disease", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Heart disease", + 1, + 1628 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Diabetes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Diabetes", + 1, + 1629 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Abdominal surgery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Abdominal surgery", + 1, + 1630 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Sexually transmitted infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Sexually transmitted infection", + 1, + 1631 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Epilepsy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Epilepsy", + 1, + 1632 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "HIV+", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|HIV+", + 1, + 1633 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Tuberculosis", + 1, + 1634 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|other", + 1, + 1635 + ], + [ + "", + "PNC- present at consultation", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- present at consultation|Yes", + 1, + 1636 + ], + [ + "", + "PNC- present at consultation", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- present at consultation|No", + 1, + 1637 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|No", + 1, + 1638 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "Mild", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|Mild", + 1, + 1639 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "Severe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|Severe", + 1, + 1640 + ] ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Male", - 1, - 9 - ] - ], - "formulasR1C1": [ - [ - "#", - "OptionSet name", - "Label if different", - "Datatype", - "#", - "Answers", - "External ID", - "Label", - "MSF Source Suggestion", - "MSF Source Description", - "MSF Source Datatype", - "MSF Source Class", - "MSF Source External ID", - "MSF Source Score", - "CIEL Source Suggestion", - "CIEL Source Description", - "CIEL Source Datatype", - "CIEL Source Class", - "CIEL Source External ID", - "CIEL Source Score", - "PIH Source Suggestion", - "PIH Source Description", - "PIH Source Datatype", - "PIH Source Class", - "PIH Source External ID", - "PIH Source Score", - "Concept found", - "OCL validation", - "1st occ.", - "MSF concept ID", - "CIEL concept ID", - "OCL name", - "OCL definition", - "OCL Comments", - "Validation (format)", - "Validation (length)", - "Default value", - "Lower limit", - "Upper limit", - "Skip logic", - "Mandatory", - "PII / Sensitive", - "Anonymization", - "Locale", - "Translation", - "DHIS2 type", - "DHIS2 DE full name", - "DHIS2 DE UID", - "DHIS2 Option Set name", - "DHIS2 Option Set UID", - "DHIS2 Option name", - "DHIS2 Option UID", - "DHIS2 Option code", - "Configuration", - "OMRS Data Value Path", - "OMRS Data Sample", - "Transformation", - "Workflow", - "Expose in OpenFn\nrun logs?", - "Comments", - "Status", - "F00-Registration", - "F01-MHPSS Baseline", - "F02-MHPSS Follow-up", - "F03-mhGAP Baseline", - "F04-mhGAP Follow-up", - "F05-MH Closure", - "F06-MH-PHQ-9", - "F07-ITFC Admission form", - "Key", - "", - "Rank" - ], - [ - 1, - "Sex - All", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Male", - 1, - 0 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Male", - 1, - 9 - ] - ], - "hidden": false, - "rowCount": 3, - "rowIndex": 0, - "valueTypes": [ - [ - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "String" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ] - ], - "values": [ - [ - "#", - "OptionSet name", - "Label if different", - "Datatype", - "#", - "Answers", - "External ID", - "Label", - "MSF Source Suggestion", - "MSF Source Description", - "MSF Source Datatype", - "MSF Source Class", - "MSF Source External ID", - "MSF Source Score", - "CIEL Source Suggestion", - "CIEL Source Description", - "CIEL Source Datatype", - "CIEL Source Class", - "CIEL Source External ID", - "CIEL Source Score", - "PIH Source Suggestion", - "PIH Source Description", - "PIH Source Datatype", - "PIH Source Class", - "PIH Source External ID", - "PIH Source Score", - "Concept found", - "OCL validation", - "1st occ.", - "MSF concept ID", - "CIEL concept ID", - "OCL name", - "OCL definition", - "OCL Comments", - "Validation (format)", - "Validation (length)", - "Default value", - "Lower limit", - "Upper limit", - "Skip logic", - "Mandatory", - "PII / Sensitive", - "Anonymization", - "Locale", - "Translation", - "DHIS2 type", - "DHIS2 DE full name", - "DHIS2 DE UID", - "DHIS2 Option Set name", - "DHIS2 Option Set UID", - "DHIS2 Option name", - "DHIS2 Option UID", - "DHIS2 Option code", - "Configuration", - "OMRS Data Value Path", - "OMRS Data Sample", - "Transformation", - "Workflow", - "Expose in OpenFn\nrun logs?", - "Comments", - "Status", - "F00-Registration", - "F01-MHPSS Baseline", - "F02-MHPSS Follow-up", - "F03-mhGAP Baseline", - "F04-mhGAP Follow-up", - "F05-MH Closure", - "F06-MH-PHQ-9", - "F07-ITFC Admission form", - "Key", - "", - "Rank" + "formulasR1C1": [ + [ + "", + "", + "", + "", + "", + "", + "", + "", + "Automatch Suggestions from MSF Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from CIEL Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from PIH Source", + "", + "", + "", + "", + "", + "", + "OCL ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "DHIS2", + "", + "", + "", + "", + "", + "", + "", + "", + "OpenFn", + "", + "", + "", + "", + "", + "", + "OptionSet used in…", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "#", + "OptionSet name", + "Label if different", + "Datatype", + "#", + "Answers", + "External ID", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL concept ID", + "OCL name", + "OCL definition", + "OCL Comments", + "Validation (format)", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "DHIS2 Option code", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status", + "F00-Registration", + "F01-MHPSS Baseline", + "F02-MHPSS Follow-up", + "F03-mhGAP Baseline", + "F04-mhGAP Follow-up", + "F05-MH Closure", + "F06-MH-PHQ-9", + "F07-ITFC Admission form", + "Key", + "", + "Rank" + ], + [ + 1, + "Sex - All", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Male", + 1, + 1 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Female", + 1, + 2 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 3, + "Transgender male", + "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر متحول", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Transgender male", + 1, + 3 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 4, + "Transgender female", + "1226d253-376f-4e73-9ae2-36c7e9362e8b", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى متحولة", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Transgender female", + 1, + 4 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 5, + "Gender variant - Non conforming", + "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معياري", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Gender variant - Non conforming", + 1, + 5 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 6, + "Prefer not to answer", + "245151ca-691e-4d5a-a792-64cb573e2b34", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عدم الإجابة ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Prefer not to answer", + 1, + 6 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 7, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Unknown", + 1, + 7 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 8, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Other", + 1, + 8 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Male", + 1, + 9 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Female", + "H61UkMHyNku", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Female", + 1, + 10 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 3, + "Transgender male", + "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر متحول", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Transgender male", + "OcJsz1BOHTf", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Transgender male", + 1, + 11 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 4, + "Transgender female", + "1226d253-376f-4e73-9ae2-36c7e9362e8b", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى متحولة", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Transgender female", + "l8RshnosXNy", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Transgender female", + 1, + 12 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 5, + "Gender variant - Non conforming", + "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معياري", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Gender variant - Non conforming", + "V8RXdmOdY8L", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Gender variant - Non conforming", + 1, + 13 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 6, + "Prefer not to answer", + "245151ca-691e-4d5a-a792-64cb573e2b34", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عدم الإجابة ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Prefer not to answer", + "QQzTV76xGfF", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Prefer not to answer", + 1, + 14 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 7, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Unknown", + "YJw3CPNftrE", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Unknown", + 1, + 15 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Male", + 1, + 16 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Female", + "H61UkMHyNku", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Female", + 1, + 17 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 3, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Other", + 1, + 18 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 4, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Unknown", + "YJw3CPNftrE", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Unknown", + 1, + 19 + ], + [ + 4, + "Country", + "", + "Coded", + 1, + "Afghanistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفغانستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Afghanistan", + "diVYBILjUmV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Afghanistan", + 1, + 20 + ], + [ + 4, + "Country", + "", + "Coded", + 2, + "Albania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ألبانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Albania", + "nutwBYPa3c6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Albania", + 1, + 21 + ], + [ + 4, + "Country", + "", + "Coded", + 3, + "Algeria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجزائر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Algeria", + "vFzGZbjzRgT", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Algeria", + 1, + 22 + ], + [ + 4, + "Country", + "", + "Coded", + 4, + "Angola", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أنغولا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Angola", + "AEZqjWQaHtc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Angola", + 1, + 23 + ], + [ + 4, + "Country", + "", + "Coded", + 5, + "Anguilla", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أنغيلا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Anguilla", + "DzKGZxfc1If", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Anguilla", + 1, + 24 + ], + [ + 4, + "Country", + "", + "Coded", + 6, + "Argentina", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأرجنتين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Argentina", + "ZtvWa7Lms2D", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Argentina", + 1, + 25 + ], + [ + 4, + "Country", + "", + "Coded", + 7, + "Armenia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أرمينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Armenia", + "fHUrTZCGrsE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Armenia", + 1, + 26 + ], + [ + 4, + "Country", + "", + "Coded", + 8, + "Aruba", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أروبا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Aruba", + "nW24eGST2rr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Aruba", + 1, + 27 + ], + [ + 4, + "Country", + "", + "Coded", + 9, + "Azerbaijan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذربيجان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Azerbaijan", + "yJAD7ZvdPB9", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Azerbaijan", + 1, + 28 + ], + [ + 4, + "Country", + "", + "Coded", + 10, + "Bangladesh", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنغلاديش", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bangladesh", + "w86dbYs43jg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bangladesh", + 1, + 29 + ], + [ + 4, + "Country", + "", + "Coded", + 11, + "Belarus", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بيلاروسيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Belarus", + "sErv1yTCjIk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Belarus", + 1, + 30 + ], + [ + 4, + "Country", + "", + "Coded", + 12, + "Benin", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Benin", + "ONeYUriDrCm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Benin", + 1, + 31 + ], + [ + 4, + "Country", + "", + "Coded", + 13, + "Bhutan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوتان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bhutan", + "p9BIOdMGTz6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bhutan", + 1, + 32 + ], + [ + 4, + "Country", + "", + "Coded", + 14, + "Bolivia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوليفيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bolivia", + "XQ9Wxt2gh20", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bolivia", + 1, + 33 + ], + [ + 4, + "Country", + "", + "Coded", + 15, + "Bosnia and Herzegovina", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "البوسنة والهرسك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bosnia and Herzegovina", + "xSjqYV8ADNi", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bosnia and Herzegovina", + 1, + 34 + ], + [ + 4, + "Country", + "", + "Coded", + 16, + "Botswana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوتسوانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Botswana", + "kiI9Nkhhtsw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Botswana", + 1, + 35 + ], + [ + 4, + "Country", + "", + "Coded", + 17, + "Brazil", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "البرازيل", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Brazil", + "otuaAfFAMm9", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Brazil", + 1, + 36 + ], + [ + 4, + "Country", + "", + "Coded", + 18, + "British Virgin Islands", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جزر فيرجن البريطانية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "British Virgin Islands", + "oGtke47HQjw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|British Virgin Islands", + 1, + 37 + ], + [ + 4, + "Country", + "", + "Coded", + 19, + "Bulgaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بلغاريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bulgaria", + "sxgEvvHGASc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bulgaria", + 1, + 38 + ], + [ + 4, + "Country", + "", + "Coded", + 20, + "Burkina Faso", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوركينا فاسو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Burkina Faso", + "labcPsf6vlS", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Burkina Faso", + 1, + 39 + ], + [ + 4, + "Country", + "", + "Coded", + 21, + "Burundi", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوروندي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Burundi", + "EO7IXBoCRQM", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Burundi", + 1, + 40 + ], + [ + 4, + "Country", + "", + "Coded", + 22, + "Cambodia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كمبوديا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cambodia", + "BssvituAfov", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cambodia", + 1, + 41 + ], + [ + 4, + "Country", + "", + "Coded", + 23, + "Cameroon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكاميرون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cameroon", + "LzxTtERApOy", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cameroon", + 1, + 42 + ], + [ + 4, + "Country", + "", + "Coded", + 24, + "Cape Verde", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الرأس الأخضر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cape Verde", + "HvZxt4vKoOx", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cape Verde", + 1, + 43 + ], + [ + 4, + "Country", + "", + "Coded", + 25, + "Central African Republic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية افريقيا الوسطى", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Central African Republic", + "B09WCauYtJ7", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Central African Republic", + 1, + 44 + ], + [ + 4, + "Country", + "", + "Coded", + 26, + "Chad", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشاد", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Chad", + "JtMeoonLcqo", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Chad", + 1, + 45 + ], + [ + 4, + "Country", + "", + "Coded", + 27, + "Chile", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شيلي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Chile", + "pdTWdFqXStd", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Chile", + 1, + 46 + ], + [ + 4, + "Country", + "", + "Coded", + 28, + "China", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "China", + "CcpigvKey7O", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|China", + 1, + 47 + ], + [ + 4, + "Country", + "", + "Coded", + 29, + "Colombia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كولومبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Colombia", + "zAMRnEi2Yhg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Colombia", + 1, + 48 + ], + [ + 4, + "Country", + "", + "Coded", + 30, + "Comoros", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جزر القمر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Comoros", + "uAyMV131HCO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Comoros", + 1, + 49 + ], + [ + 4, + "Country", + "", + "Coded", + 31, + "Costa Rica", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوستا ريكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Costa Rica", + "vErHiezEajY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Costa Rica", + 1, + 50 + ], + [ + 4, + "Country", + "", + "Coded", + 32, + "Côte d'Ivoire", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوت ديفوار", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Côte d'Ivoire", + "IRepwvOtkII", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Côte d'Ivoire", + 1, + 51 + ], + [ + 4, + "Country", + "", + "Coded", + 33, + "Cuba", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوبا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cuba", + "Mh9Ckr9QhMa", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cuba", + 1, + 52 + ], + [ + 4, + "Country", + "", + "Coded", + 34, + "Djibouti", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جيبوتي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Djibouti", + "cvAMdgckhOk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Djibouti", + 1, + 53 + ], + [ + 4, + "Country", + "", + "Coded", + 35, + "Dominica", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دومينيكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Dominica", + "oC2s7ZiRTv3", + "", + "Family planning - Outcome", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Dominica", + 1, + 54 + ], + [ + 4, + "Country", + "", + "Coded", + 36, + "Dominican Republic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الدومينيكان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Dominican Republic", + "XuXolVGjILU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Dominican Republic", + 1, + 55 + ], + [ + 4, + "Country", + "", + "Coded", + 37, + "DRC Congo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الكونغو الديمقراطية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "DRC Congo", + "hDl6AdC035K", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|DRC Congo", + 1, + 56 + ], + [ + 4, + "Country", + "", + "Coded", + 38, + "East Timor", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تيمور الشرقية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "East Timor", + "l1QF9SxmTEe", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|East Timor", + 1, + 57 + ], + [ + 4, + "Country", + "", + "Coded", + 39, + "Ecuador", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاكوادور", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ecuador", + "gGjltDyQDjq", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ecuador", + 1, + 58 + ], + [ + 4, + "Country", + "", + "Coded", + 40, + "Egypt", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مصر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Egypt", + "xHcq7n4iLjZ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Egypt", + 1, + 59 + ], + [ + 4, + "Country", + "", + "Coded", + 41, + "El Salvador", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلفادور", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "El Salvador", + "oLtI4UknARs", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|El Salvador", + 1, + 60 + ], + [ + 4, + "Country", + "", + "Coded", + 42, + "Equatorial Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا الإستوائية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Equatorial Guinea", + "Sipme5yxx48", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Equatorial Guinea", + 1, + 61 + ], + [ + 4, + "Country", + "", + "Coded", + 43, + "Eritrea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إريتريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Eritrea", + "HkEJcTRqnd5", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Eritrea", + 1, + 62 + ], + [ + 4, + "Country", + "", + "Coded", + 44, + "Ethiopia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أثيوبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ethiopia", + "NYkv05WpCXj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ethiopia", + 1, + 63 + ], + [ + 4, + "Country", + "", + "Coded", + 45, + "Gabon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجابون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Gabon", + "E84FcVzHZDM", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Gabon", + 1, + 64 + ], + [ + 4, + "Country", + "", + "Coded", + 46, + "Gambia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غامبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Gambia", + "LfPn2DOfRew", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Gambia", + 1, + 65 + ], + [ + 4, + "Country", + "", + "Coded", + 47, + "Georgia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جورجيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Georgia", + "jBklhTXjStK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Georgia", + 1, + 66 + ], + [ + 4, + "Country", + "", + "Coded", + 48, + "Ghana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ghana", + "eO0gTpGne9P", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ghana", + 1, + 67 + ], + [ + 4, + "Country", + "", + "Coded", + 49, + "Greece", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اليونان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Greece", + "JSuVBbvnBwi", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Greece", + 1, + 68 + ], + [ + 4, + "Country", + "", + "Coded", + 50, + "Guam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غوام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guam", + "dVJ1jT4qwhr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guam", + 1, + 69 + ], + [ + 4, + "Country", + "", + "Coded", + 51, + "Guatemala", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غواتيمالا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guatemala", + "rHE2fw0dq78", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guatemala", + 1, + 70 + ], + [ + 4, + "Country", + "", + "Coded", + 52, + "Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guinea", + "Lgo53lIlEFU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guinea", + 1, + 71 + ], + [ + 4, + "Country", + "", + "Coded", + 53, + "Guinea-Bissau", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا بيساو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guinea-Bissau", + "OwuIcXiNnLf", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guinea-Bissau", + 1, + 72 + ], + [ + 4, + "Country", + "", + "Coded", + 54, + "Guyana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غيانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guyana", + "LStaPbnFPxB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guyana", + 1, + 73 + ], + [ + 4, + "Country", + "", + "Coded", + 55, + "Haiti", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هايتي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Haiti", + "WZqpZ6BYYMc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Haiti", + 1, + 74 + ], + [ + 4, + "Country", + "", + "Coded", + 56, + "Honduras", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هندوراس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Honduras", + "yK7fFWtOFmj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Honduras", + 1, + 75 + ], + [ + 4, + "Country", + "", + "Coded", + 57, + "India", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "India", + "vD6J24m3CjP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|India", + 1, + 76 + ], + [ + 4, + "Country", + "", + "Coded", + 58, + "Indonesia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إندونيسيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Indonesia", + "xdeMD7HSXiE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Indonesia", + 1, + 77 + ], + [ + 4, + "Country", + "", + "Coded", + 59, + "Iran", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إيران", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Iran", + "CbnR3yhYXLB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Iran", + 1, + 78 + ], + [ + 4, + "Country", + "", + "Coded", + 60, + "Iraq", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العراق", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Iraq", + "akUZWd42amN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Iraq", + 1, + 79 + ], + [ + 4, + "Country", + "", + "Coded", + 61, + "Jordan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأردن", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Jordan", + "Tqqf3od9wZw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Jordan", + 1, + 80 + ], + [ + 4, + "Country", + "", + "Coded", + 62, + "Kazakhstan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كازاخستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kazakhstan", + "vUOaYjStGLy", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kazakhstan", + 1, + 81 + ], + [ + 4, + "Country", + "", + "Coded", + 63, + "Kenya", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kenya", + "wHGMztCNS6m", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kenya", + 1, + 82 + ], + [ + 4, + "Country", + "", + "Coded", + 64, + "Kuwait", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكويت", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kuwait", + "eoLtNAlAHZl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kuwait", + 1, + 83 + ], + [ + 4, + "Country", + "", + "Coded", + 65, + "Kyrgyzstan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قيرغيزستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kyrgyzstan", + "a0lJJYryhi4", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kyrgyzstan", + 1, + 84 + ], + [ + 4, + "Country", + "", + "Coded", + 66, + "Laos", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لاوس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Laos", + "uQDRtKY8c5U", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Laos", + 1, + 85 + ], + [ + 4, + "Country", + "", + "Coded", + 67, + "Lebanon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لبنان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Lebanon", + "GJ7m7BCOAOV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Lebanon", + 1, + 86 + ], + [ + 4, + "Country", + "", + "Coded", + 68, + "Lesotho", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليسوتو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Lesotho", + "xTpZ9IdGDaR", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Lesotho", + 1, + 87 + ], + [ + 4, + "Country", + "", + "Coded", + 69, + "Liberia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليبيريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Liberia", + "RYkXhX8vzoZ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Liberia", + 1, + 88 + ], + [ + 4, + "Country", + "", + "Coded", + 70, + "Libya", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Libya", + "kev7mHYfTYY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Libya", + 1, + 89 + ], + [ + 4, + "Country", + "", + "Coded", + 71, + "Macedonia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مقدونيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Macedonia", + "z33jX0aGBTW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Macedonia", + 1, + 90 + ], + [ + 4, + "Country", + "", + "Coded", + 72, + "Madagascar", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مدغشقر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Madagascar", + "x08DzDg5Nqh", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Madagascar", + 1, + 91 + ], + [ + 4, + "Country", + "", + "Coded", + 73, + "Malawi", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ملاوي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Malawi", + "X2FD6vMUbhE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Malawi", + 1, + 92 + ], + [ + 4, + "Country", + "", + "Coded", + 74, + "Malaysia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ماليزيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Malaysia", + "E3RSmm22ZCw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Malaysia", + 1, + 93 + ], + [ + 4, + "Country", + "", + "Coded", + 75, + "Mali", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مالي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mali", + "qWMNMVwW3f6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mali", + 1, + 94 + ], + [ + 4, + "Country", + "", + "Coded", + 76, + "Martinique", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مارتينيك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Martinique", + "OSaI3ynQc2B", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Martinique", + 1, + 95 + ], + [ + 4, + "Country", + "", + "Coded", + 77, + "Mauritania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موريتانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mauritania", + "juWqPkQv0Jm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mauritania", + 1, + 96 + ], + [ + 4, + "Country", + "", + "Coded", + 78, + "Mauritius", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موريشيوس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mauritius", + "QYoc7owgftv", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mauritius", + 1, + 97 + ], + [ + 4, + "Country", + "", + "Coded", + 79, + "Mayotte", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مايوت", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mayotte", + "ynwDAes7aAW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mayotte", + 1, + 98 + ], + [ + 4, + "Country", + "", + "Coded", + 80, + "Mexico", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المكسيك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mexico", + "kmT493hNL5S", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mexico", + 1, + 99 + ], + [ + 4, + "Country", + "", + "Coded", + 81, + "Moldova", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مولدوفا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Moldova", + "fx0DT1autSt", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Moldova", + 1, + 100 + ], + [ + 4, + "Country", + "", + "Coded", + 82, + "Mongolia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منغوليا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mongolia", + "TUgTdt3xIWK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mongolia", + 1, + 101 + ], + [ + 4, + "Country", + "", + "Coded", + 83, + "Morocco", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المغرب", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Morocco", + "L36FJRjmXWL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Morocco", + 1, + 102 + ], + [ + 4, + "Country", + "", + "Coded", + 84, + "Mozambique", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موزمبيق", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mozambique", + "p7nmSATxbN1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mozambique", + 1, + 103 + ], + [ + 4, + "Country", + "", + "Coded", + 85, + "Myanmar", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ميانمار", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Myanmar", + "rYQqfQ7DQbm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Myanmar", + 1, + 104 + ], + [ + 4, + "Country", + "", + "Coded", + 86, + "Namibia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ناميبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Namibia", + "O1zvQatEJp5", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Namibia", + 1, + 105 + ], + [ + 4, + "Country", + "", + "Coded", + 87, + "Nauru", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ناورو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nauru", + "f0yjC5qZlPc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nauru", + 1, + 106 + ], + [ + 4, + "Country", + "", + "Coded", + 88, + "Nepal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيبال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nepal", + "iAFuacwzUvp", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nepal", + 1, + 107 + ], + [ + 4, + "Country", + "", + "Coded", + 89, + "New Caledonia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كاليدونيا الجديدة", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "New Caledonia", + "htSoK0QkB38", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|New Caledonia", + 1, + 108 + ], + [ + 4, + "Country", + "", + "Coded", + 90, + "Nicaragua", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيكاراغوا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nicaragua", + "TM5JHHJSepL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nicaragua", + 1, + 109 + ], + [ + 4, + "Country", + "", + "Coded", + 91, + "Niger", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "النيجر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Niger", + "n6jS263I3fP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Niger", + 1, + 110 + ], + [ + 4, + "Country", + "", + "Coded", + 92, + "Nigeria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيجيريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nigeria", + "yCwLYjhUxYV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nigeria", + 1, + 111 + ], + [ + 4, + "Country", + "", + "Coded", + 93, + "North Korea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوريا الشمالية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "North Korea", + "AaaEWin7qH1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|North Korea", + 1, + 112 + ], + [ + 4, + "Country", + "", + "Coded", + 94, + "Oman", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلطنة عمان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Oman", + "ibsHfsJGGDN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Oman", + 1, + 113 + ], + [ + 4, + "Country", + "", + "Coded", + 95, + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Other", + "CLdu0MxWYHQ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Other", + 1, + 114 + ], + [ + 4, + "Country", + "", + "Coded", + 96, + "Pakistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "باكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Pakistan", + "JYD72Xs1Mzz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Pakistan", + 1, + 115 + ], + [ + 4, + "Country", + "", + "Coded", + 97, + "Palestine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فلسطين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Palestine", + "oXNGgwEJSsY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Palestine", + 1, + 116 + ], + [ + 4, + "Country", + "", + "Coded", + 98, + "Panama", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنما", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Panama", + "zVoWkjxJFbF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Panama", + 1, + 117 + ], + [ + 4, + "Country", + "", + "Coded", + 99, + "Papua New Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بابوا غينيا الجديدة", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Papua New Guinea", + "Z313HJcROSN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Papua New Guinea", + 1, + 118 + ], + [ + 4, + "Country", + "", + "Coded", + 100, + "Paraguay", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "باراجواي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Paraguay", + "hBJq89c5RTj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Paraguay", + 1, + 119 + ], + [ + 4, + "Country", + "", + "Coded", + 101, + "Peru", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بيرو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Peru", + "YTBWmjQr7XP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Peru", + 1, + 120 + ], + [ + 4, + "Country", + "", + "Coded", + 102, + "Philippines", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فيلبيني", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Philippines", + "AdpKVdKRPcR", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Philippines", + 1, + 121 + ], + [ + 4, + "Country", + "", + "Coded", + 103, + "Puerto Rico", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بورتوريكو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Puerto Rico", + "FnQRQn7mgd1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Puerto Rico", + 1, + 122 + ], + [ + 4, + "Country", + "", + "Coded", + 104, + "Republic of Congo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الكونغو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Republic of Congo", + "FhbtKjDWBKO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Republic of Congo", + 1, + 123 + ], + [ + 4, + "Country", + "", + "Coded", + 105, + "Reunion", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمع شمل", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Reunion", + "UTj8ZSh4W0W", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Reunion", + 1, + 124 + ], + [ + 4, + "Country", + "", + "Coded", + 106, + "Romania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "رومانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Romania", + "h4ADgng7o7V", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Romania", + 1, + 125 + ], + [ + 4, + "Country", + "", + "Coded", + 107, + "Rwanda", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "رواندا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Rwanda", + "Fbb3LoX8tN1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Rwanda", + 1, + 126 + ], + [ + 4, + "Country", + "", + "Coded", + 108, + "Samoa", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ساموا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Samoa", + "tdKdNPjLDpW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Samoa", + 1, + 127 + ], + [ + 4, + "Country", + "", + "Coded", + 109, + "Sao Tome and Principe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سان تومي وبرينسيبي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sao Tome and Principe", + "iaxUuGD1Jci", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sao Tome and Principe", + 1, + 128 + ], + [ + 4, + "Country", + "", + "Coded", + 110, + "Saudi Arabia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المملكة العربية السعودية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Saudi Arabia", + "fWuLuHrUlth", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Saudi Arabia", + 1, + 129 + ], + [ + 4, + "Country", + "", + "Coded", + 111, + "Senegal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السنغال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Senegal", + "iIwF5zZHy3y", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Senegal", + 1, + 130 + ], + [ + 4, + "Country", + "", + "Coded", + 112, + "Serbia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صربيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Serbia", + "QZSt8K9rCuC", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Serbia", + 1, + 131 + ], + [ + 4, + "Country", + "", + "Coded", + 113, + "Sierra Leone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سيرا ليون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sierra Leone", + "Zfx8u9hEIEg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sierra Leone", + 1, + 132 + ], + [ + 4, + "Country", + "", + "Coded", + 114, + "Somalia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصومال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Somalia", + "LWk4HhtQw4P", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Somalia", + 1, + 133 + ], + [ + 4, + "Country", + "", + "Coded", + 115, + "South Africa", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جنوب أفريقيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Africa", + "swkvnZvvnKz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Africa", + 1, + 134 + ], + [ + 4, + "Country", + "", + "Coded", + 116, + "South Korea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوريا الجنوبية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Korea", + "Pk7VSPQGxOJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Korea", + 1, + 135 + ], + [ + 4, + "Country", + "", + "Coded", + 117, + "South Sudan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جنوب السودان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Sudan", + "GM7K6uGf0RB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Sudan", + 1, + 136 + ], + [ + 4, + "Country", + "", + "Coded", + 118, + "Sri Lanka", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سيريلانكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sri Lanka", + "X6Uxm9Nvh96", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sri Lanka", + 1, + 137 + ], + [ + 4, + "Country", + "", + "Coded", + 119, + "Sudan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السودان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sudan", + "bh15sTZprwJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sudan", + 1, + 138 + ], + [ + 4, + "Country", + "", + "Coded", + 120, + "Suriname", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سورينام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Suriname", + "L1pJ6lyhkQ3", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Suriname", + 1, + 139 + ], + [ + 4, + "Country", + "", + "Coded", + 121, + "Swaziland", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سوازيلاند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Swaziland", + "hwQ2t3HqPWl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Swaziland", + 1, + 140 + ], + [ + 4, + "Country", + "", + "Coded", + 122, + "Switzerland", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سويسرا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Switzerland", + "p9TZ1E3MwCJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Switzerland", + 1, + 141 + ], + [ + 4, + "Country", + "", + "Coded", + 123, + "Syria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سوريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Syria", + "Le58jNVqE2c", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Syria", + 1, + 142 + ], + [ + 4, + "Country", + "", + "Coded", + 124, + "Tajikistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طاجيكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tajikistan", + "SpY4My0Tfdu", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tajikistan", + 1, + 143 + ], + [ + 4, + "Country", + "", + "Coded", + 125, + "Tanzania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تنزانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tanzania", + "BO39Gyu0pFB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tanzania", + 1, + 144 + ], + [ + 4, + "Country", + "", + "Coded", + 126, + "Thailand", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تايلاند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Thailand", + "OMthLOXkS7R", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Thailand", + 1, + 145 + ], + [ + 4, + "Country", + "", + "Coded", + 127, + "Togo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توجو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Togo", + "ik6DEQokGoX", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Togo", + 1, + 146 + ], + [ + 4, + "Country", + "", + "Coded", + 128, + "Tonga", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تونغا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tonga", + "UwBOdNU0BoN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tonga", + 1, + 147 + ], + [ + 4, + "Country", + "", + "Coded", + 129, + "Tunisia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تونس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tunisia", + "buJMOWwkvTU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tunisia", + 1, + 148 + ], + [ + 4, + "Country", + "", + "Coded", + 130, + "Turkey", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ديك رومى", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Turkey", + "CGZ6aUAdeEg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Turkey", + 1, + 149 + ], + [ + 4, + "Country", + "", + "Coded", + 131, + "Turkmenistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تركمانستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Turkmenistan", + "vveUZtdAZ4b", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Turkmenistan", + 1, + 150 + ], + [ + 4, + "Country", + "", + "Coded", + 132, + "Uganda", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوغندا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uganda", + "HtKHD2UHkqO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uganda", + 1, + 151 + ], + [ + 4, + "Country", + "", + "Coded", + 133, + "Ukraine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوكرانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ukraine", + "tcQzqbOunOH", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ukraine", + 1, + 152 + ], + [ + 4, + "Country", + "", + "Coded", + 134, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مجهول", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Unknown", + "f3HLfWXDLR2", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Unknown", + 1, + 153 + ], + [ + 4, + "Country", + "", + "Coded", + 135, + "Uruguay", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوروغواي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uruguay", + "pgnkiQSCDn3", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uruguay", + 1, + 154 + ], + [ + 4, + "Country", + "", + "Coded", + 136, + "Uzbekistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوزبكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uzbekistan", + "awnJIYW5YtB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uzbekistan", + 1, + 155 + ], + [ + 4, + "Country", + "", + "Coded", + 137, + "Venezuela", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فنزويلا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Venezuela", + "YRQvQP5RcvF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Venezuela", + 1, + 156 + ], + [ + 4, + "Country", + "", + "Coded", + 138, + "Vietnam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فيتنام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Vietnam", + "kqXj8d1FBku", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Vietnam", + 1, + 157 + ], + [ + 4, + "Country", + "", + "Coded", + 139, + "Western Sahara", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصحراء الغربية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Western Sahara", + "TQtN99MXJBl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Western Sahara", + 1, + 158 + ], + [ + 4, + "Country", + "", + "Coded", + 140, + "Yemen", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اليمن", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Yemen", + "Xt3YtysLys1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Yemen", + 1, + 159 + ], + [ + 4, + "Country", + "", + "Coded", + 141, + "Zambia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زامبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Zambia", + "dBdzuz547IL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Zambia", + 1, + 160 + ], + [ + 4, + "Country", + "", + "Coded", + 142, + "Zimbabwe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيمبابوي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Zimbabwe", + "HLkotQtFN2s", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Zimbabwe", + 1, + 161 + ], + [ + 5, + "Current status", + "", + "Coded", + 1, + "IDP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نازح داخل بلده", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "IDP", + "fuqWrHbeLlA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|IDP", + 1, + 162 + ], + [ + 5, + "Current status", + "", + "Coded", + 2, + "Internationally displaced", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نازح خارج البلد", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Internationally displaced", + "l0DYdgTyfjf", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Internationally displaced", + 1, + 163 + ], + [ + 5, + "Current status", + "", + "Coded", + 3, + "Resident", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مقيم", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Resident", + "dHeC0bqKK5X", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Resident", + 1, + 164 + ], + [ + 5, + "Current status", + "", + "Coded", + 4, + "Returnee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائد", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Returnee", + "c7YSTI6DMVz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Returnee", + 1, + 165 + ], + [ + 5, + "Current status", + "", + "Coded", + 5, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Unknown", + "e09Sdzvq7Eb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Unknown", + 1, + 166 + ], + [ + 6, + "Legal status", + "", + "Coded", + 1, + "Asylum seeker", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طالب لجوء", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Asylum seeker", + "OkxNN39DQxK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Asylum seeker", + 1, + 167 + ], + [ + 6, + "Legal status", + "", + "Coded", + 2, + "No status", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا توجد حالة", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "No status", + "Rq1gzUxSuOx", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|No status", + 1, + 168 + ], + [ + 6, + "Legal status", + "", + "Coded", + 3, + "Refugee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لاجئ", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Refugee", + "eCMoEdIoYip", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Refugee", + 1, + 169 + ], + [ + 6, + "Legal status", + "", + "Coded", + 4, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Unknown", + "qIZDudMrl2h", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Unknown", + 1, + 170 + ], + [ + 7, + "Marital status", + "", + "Coded", + 1, + "Single", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعزب", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Single", + "UWJ3rb4oSIT", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Single", + 1, + 171 + ], + [ + 7, + "Marital status", + "", + "Coded", + 2, + "Married", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "متزوج", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Married", + "KPqHQHHRcCr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Married", + 1, + 172 + ], + [ + 7, + "Marital status", + "", + "Coded", + 3, + "Widowed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ارمل", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Widowed", + "MCDTHvjCcXk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Widowed", + 1, + 173 + ], + [ + 7, + "Marital status", + "", + "Coded", + 4, + "Divorced / separated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مطلق منفصل ", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Divorced / separated", + "Xw72Tt47sh8", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Divorced / separated", + 1, + 174 + ], + [ + 7, + "Marital status", + "", + "Coded", + 5, + "Living with partner", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "معاشرة بدون زواج ", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Concubine", + "N3RUm7QCToz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Living with partner", + 1, + 175 + ], + [ + 7, + "Marital status", + "", + "Coded", + 6, + "Not applicable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا ينطبق", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Not applicable", + "hvQxPXvQTWb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Not applicable", + 1, + 176 + ], + [ + 7, + "Marital status", + "", + "Coded", + 7, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Unknown", + "Wjo2m9cjodd", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Unknown", + 1, + 177 + ], + [ + 8, + "Employment status", + "", + "Coded", + 1, + "Student", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طالب", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Student", + "fo87CWdDTWV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Student", + 1, + 178 + ], + [ + 8, + "Employment status", + "", + "Coded", + 2, + "Permanent employee - full time", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف دائم – دوام كامل", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Permanent employee", + "xr9mD6TPYqb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Permanent employee - full time", + 1, + 179 + ], + [ + 8, + "Employment status", + "", + "Coded", + 3, + "Permanent employee - part time", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف دائم - دوام جزئي", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Permanent employee", + "xr9mD6TPYqb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Permanent employee - part time", + 1, + 180 + ], + [ + 8, + "Employment status", + "", + "Coded", + 4, + "Occasional employee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف مؤقت ", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Occasional employee", + "mvLwMpjazqS", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Occasional employee", + 1, + 181 + ], + [ + 8, + "Employment status", + "", + "Coded", + 5, + "Unemployed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير موظف", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Unemployed", + "cB5Xml6gEy6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Unemployed", + 1, + 182 + ], + [ + 8, + "Employment status", + "", + "Coded", + 6, + "Housework", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عمل منزلي", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Housewife", + "xlN1a7VFrBV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Housework", + 1, + 183 + ], + [ + 8, + "Employment status", + "", + "Coded", + 7, + "Not applicable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا ينطبق", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Not applicable", + "mJT8pyvj9x4", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Not applicable", + 1, + 184 + ], + [ + 8, + "Employment status", + "", + "Coded", + 8, + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Other", + "TSJMPoSPegN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Other", + 1, + 185 + ], + [ + 8, + "Employment status", + "", + "Coded", + 9, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Unknown", + "hQK01FExLdF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Unknown", + 1, + 186 + ], + [ + 9, + "Admission type", + "", + "Coded", + 1, + "New admission", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-2475", + "", + "New admission", + "The process of admitting a patient to facility", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قبول جديد", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "(object.attributeName)", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|New admission", + 1, + 187 + ], + [ + 9, + "Admission type", + "", + "Coded", + 2, + "Readmission", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "Readmission", + "Re-admission", + "", + "", + "", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + "", + "", + "", + "", + "", + "", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-2474", + "", + "Re-admission", + "The process of being admitted to a facility again", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إعادة القبول", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Readmission", + 1, + 188 + ], + [ + 9, + "Admission type", + "", + "Coded", + 3, + "Relapse", + "", + "Relapse", + "", + "", + "", + "", + "", + "", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "Use PIH automatch", + "", + "(see CIEL)", + "CIEL-160033", + "Relapse", + "Status of disease, particularly tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انتكاس", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Relapse", + 1, + 189 + ], + [ + 9, + "Admission type", + "", + "Coded", + 4, + "Internal movement", + "", + "Internal movement", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-167731", + "Internal facility transfer/referral", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Internal movement", + 1, + 190 + ], + [ + 9, + "Admission type", + "", + "Coded", + 5, + "Patient referred", + "", + "Patient referred", + "", + "", + "", + "", + "", + "", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3012", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Patient referred", + 1, + 191 + ], + [ + 10, + "Admission type - MH", + "", + "Coded", + 1, + "New admission", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2475", + "", + "New admission", + "The process of admitting a patient to facility", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ادخال جديد ", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "New admission", + "ytN3iatLPSV", + "new_admission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Admission type - MH|New admission", + 1, + 192 + ], + [ + 10, + "Admission type - MH", + "", + "Coded", + 2, + "Readmission", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "Readmission", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "MSF-2474", + "", + "Re-admission", + "The process of being admitted to a facility again", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعادة ادخال", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "Readmission", + "j7Omz3uFWvT", + "readmission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Admission type - MH|Readmission", + 1, + 193 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 1, + "Internal movement", + "", + "Internal movement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Internal movement", + "hbUToWVAaDs", + "internal_movement", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Internal movement", + 1, + 194 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 2, + "New admission", + "", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "New admission", + "wYldfEstUDw", + "new_admission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|New admission", + 1, + 195 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 3, + "Patient referred", + "", + "Patient referred", + " ", + " ", + " ", + " ", + " ", + " ", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Patient referred", + "OaPIHkL7Oec", + "patient_referred", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Patient referred", + 1, + 196 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 4, + "Readmission", + "", + "Readmission", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Readmission", + "Rpcv8mgy0LH", + "readmission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Readmission", + 1, + 197 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 5, + "Relapse", + "", + "Relapse", + " ", + " ", + " ", + " ", + " ", + " ", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Relapse", + "k33l9HPo5aJ", + "relapse", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Relapse", + 1, + 198 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 1, + "New admission", + "", + "", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|New admission", + 1, + 199 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 2, + "Readmission", + "", + "", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|Readmission", + 1, + 200 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 3, + "Relapse", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|Relapse", + 1, + 201 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فردية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Individual", + 1, + 202 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + "", + "", + "", + "", + "", + "", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ازواج", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Couple", + 1, + 203 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 3, + "Family", + "", + "Family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Family", + 1, + 204 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 4, + "Parent-Child", + "", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهل واطفال", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Parent-Child", + 1, + 205 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 1, + "Individual", + "96223dc7-6959-4ea5-a362-c0246d858c87", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1537", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فردية", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Individual", + "JMnQs1hB0kK", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Individual", + 1, + 206 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 2, + "Couple", + "61b32a22-acef-4141-9faa-9c236cdfa978", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ازواج", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Couple", + "mD02hgMyFVD", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Couple", + 1, + 207 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 3, + "Family", + "f16d5d76-155b-453d-bd60-ea8ee4d344e9", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Family", + "hv96C4ctfZI", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Family", + 1, + 208 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 4, + "Parent-Child", + "c39eaa06-6506-49f0-9c4f-c96fa957f9cd", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهل واطفال", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Parent-Child", + "PNWXisyNbE4", + "mother_child", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Parent-Child", + 1, + 209 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "فردية", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Individual", + "BWaOLwO6b6A", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Individual", + 1, + 210 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ازواج", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Couple", + "He6N2xKBXcT", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Couple", + 1, + 211 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 3, + "Family", + "", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Family", + "Njlwl5xyuyO", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Family", + 1, + 212 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 4, + "Parent-Child", + "", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "اهل واطفال", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Parent-Child", + "A1dYYhmV4ob", + "mother_child", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Parent-Child", + 1, + 213 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "فردية", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Individual", + "sOoJSyT6ZDO", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Individual", + 1, + 214 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ازواج", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Couple", + "HTeXUWFE4P6", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Couple", + 1, + 215 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 3, + "Family", + "", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Family", + "VsbQQh86Jlb", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Family", + 1, + 216 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 1, + "Psychologist", + "", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Psychologist", + 1, + 217 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 2, + "Counsellor", + "", + "Counsellor", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1568", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Counsellor", + 1, + 218 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 3, + "Psychiatrist", + "", + "Psychiatrist", + "Psychiatrist", + "A medical doctor (an M.D. or D.O.) who specializes in diagnosing and treating disorders related to mental health.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001397", + 95, + "Psychiatrist", + "", + "N/A", + "Misc", + "167061AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Psychiatrist", + 1, + 219 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 4, + "mhGAP clinician", + "", + "mhGAP clinician", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|mhGAP clinician", + 1, + 220 + ], + [ + 18, + "Consultation done by - MHPSS baseline", + "", + "Coded", + 1, + "Psychologist", + "278401ee-3d6f-4c65-9455-f1c16d0a7a98", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Psychologist", + "gLrTwy3IQX5", + "psychologist", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS baseline|Psychologist", + 1, + 221 + ], + [ + 18, + "Consultation done by - MHPSS baseline", + "", + "Coded", + 2, + "Counsellor", + "fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331", + "Counsellor", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Counsellor", + "XP6WAfznTX0", + "counsellor", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS baseline|Counsellor", + 1, + 222 + ], + [ + 19, + "Consultation done by - MHPSS follow-up", + "", + "Coded", + 1, + "Psychologist", + "", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "TEXT", + "Mental Health-Follow-up consultation- Consultation done by", + "aCTIvKSNndK", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Psychologist", + "gLrTwy3IQX5", + "psychologist", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS follow-up|Psychologist", + 1, + 223 + ], + [ + 19, + "Consultation done by - MHPSS follow-up", + "", + "Coded", + 2, + "Counsellor", + "", + "Counsellor", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "TEXT", + "Mental Health-Follow-up consultation- Consultation done by", + "aCTIvKSNndK", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Counsellor", + "XP6WAfznTX0", + "counsellor", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS follow-up|Counsellor", + 1, + 224 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 1, + "Health facility", + "", + "Health facility", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 95, + "Found", + "", + "", + "MSF-2578", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منشأة صحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Health facility", + 1, + 225 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 2, + "MSF health facility", + "", + "MSF health facility", + " ", + " ", + " ", + " ", + "", + " ", + " ", + " ", + " ", + " ", + "", + " ", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز صحي تابع لمنظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|MSF health facility", + 1, + 226 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 3, + "Mobile clinic", + "", + "Mobile clinic", + "Mobile clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001400", + 95, + "Mobile clinic", + " ", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Mobile clinic", + "Describes method of new HIV diagnosis.", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "MSF-1000", + "", + "Mobile Clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عيادة متنقلة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Mobile clinic", + 1, + 227 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 4, + "Home visit", + "", + "Home visit", + "Home", + "The place where an individual lives permanently", + "N/A", + "Misc", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + 90, + "Home", + " ", + "N/A", + "Misc", + "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Home visit", + "When a provider goes to the patient's residence", + "N/A", + "Misc", + "be2df0db-e633-4016-aab8-65697bb98f12", + 95, + "Found", + "", + "", + "MSF-1382", + "", + "Home", + "The place where an individual lives permanently, question = Intervention setting", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة منزلية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Home visit", + 1, + 228 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 5, + "School visit", + "", + "School visit", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "School", + "Location of teaching", + "N/A", + "Misc", + "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة مدرسية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|School visit", + 1, + 229 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 6, + "Remote / phone", + "", + "Remote / phone", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-975", + "", + "Telehealth consultation", + "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عن بعد / تلفون", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Remote / phone", + 1, + 230 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 7, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "CIEL-5622", + "Other", + "A generic, descriptive, and non-coded response to a question., CIEL link is broken", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Other", + 1, + 231 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 1, + "Health facility", + "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", + "Health facility", + "", + "", + "", + "", + "", + "", + "Health facility", + "", + "N/A", + "Misc", + "1537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Health facility name", + "", + "", + "", + "162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF manual", + "", + "MSF-2578", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منشأة صحية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Health facility", + "r4XbBWmqXmu", + "health_center", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Health facility", + 1, + 232 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 2, + "MSF health facility", + "41e68dee-a2a3-4e6c-9d96-53def5caff52", + "MSF health facility", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز صحي تابع لمنظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "MSF health facility", + "QjHFWlrDAi3", + "msf_health_facility", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|MSF health facility", + 1, + 233 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 3, + "Mobile clinic", + "48984e47-3e9b-4d8e-a66d-317af5c36f02", + "Mobile clinic", + "Mobile clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001400", + 95, + "Mobile clinic", + "", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Mobile clinic", + "Describes method of new HIV diagnosis.", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-1000", + "", + "Mobile Clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عيادة متنقلة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Mobile clinic", + "SENCNKONSMT", + "mobile_clinic", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Mobile clinic", + 1, + 234 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 4, + "Home visit", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + "Home visit", + "Home", + "The place where an individual lives permanently", + "N/A", + "Misc", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + 90, + "Home", + "", + "N/A", + "Misc", + "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Home visit", + "When a provider goes to the patient's residence", + "N/A", + "Misc", + "be2df0db-e633-4016-aab8-65697bb98f12", + 95, + "Found", + "Use PIH automatch", + "", + "MSF-1382", + "", + "Home", + "The place where an individual lives permanently, question = Intervention setting", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة منزلية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Home", + "Klk9UQeoyeM", + "home", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Home visit", + 1, + 235 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 5, + "School visit", + "7091b6ea-7067-4ee3-9f67-8805904e2f61", + "School visit", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "School", + "Location of teaching", + "N/A", + "Misc", + "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة مدرسية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "School", + "mKGlluwx83y", + "school", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|School visit", + 1, + 236 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 6, + "Remote / phone", + "398ce872-5862-4826-bba8-826915eddf98", + "Remote / phone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-975", + "", + "Telehealth consultation", + "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عن بعد / تلفون", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Remote / Phone", + "CL7Yj72PgmV", + "remote_phone", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Remote / phone", + 1, + 237 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 7, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-7", + "CIEL-5622", + "Other", + "A generic, descriptive, and non-coded response to a question., CIEL link is broken", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Other", + "MSRu3TwArTh", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Other", + 1, + 238 + ], + [ + 22, + "Type of Mental Health intervention", + "", + "Coded", + 1, + "Counselling", + "", + "Counselling", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-145", + "", + "", + "", + "Not found in MSF source; possibly use 1405, name = \"Psychosocial counselling\", DEF = \"Counseling provided for psychosocial support.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "استشارة مع مستشار نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Counselling (with counsellor)", + "xUDWMZGGS2l", + "counselling_with_counsellor", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of Mental Health intervention|Counselling", + 1, + 239 + ], + [ + 22, + "Type of Mental Health intervention", + "", + "Coded", + 2, + "Psychotherapy", + "", + "Psychotherapy", + "", + "", + "", + "", + "", + "", + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "a60e6351-d0ee-403b-9467-98fb25bca5db", + 95, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-163312", + "Psychotherapy", + "No DEF", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "علاج نفسي مع اخصائي نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Psychotherapy (with psychologist)", + "JZwsTTNdzhq", + "psychotherapy_with_psychologist", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of Mental Health intervention|Psychotherapy", + 1, + 240 + ], + [ + 23, + "Type of Mental Health intervention - MHPSS", + "", + "Coded", + 1, + "Counselling", + "08c534b7-c901-46fb-9831-50ecfcd74d1b", + "Counselling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "استشارة مع مستشار نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Counselling (with counsellor)", + "xUDWMZGGS2l", + "counselling_with_counsellor", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of intervention] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of Mental Health intervention - MHPSS|Counselling", + 1, + 241 + ], + [ + 23, + "Type of Mental Health intervention - MHPSS", + "", + "Coded", + 2, + "Psychotherapy", + "aa9c5d82-1ebf-43c7-9218-6766c4affbc4", + "Psychotherapy", + " ", + " ", + " ", + " ", + " ", + " ", + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "a60e6351-d0ee-403b-9467-98fb25bca5db", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-163312", + "Psychotherapy", + "No DEF", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "علاج نفسي مع اخصائي نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Psychotherapy (with psychologist)", + "JZwsTTNdzhq", + "psychotherapy_with_psychologist", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of intervention] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of Mental Health intervention - MHPSS|Psychotherapy", + 1, + 242 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 1, + "IPD MSF", + "", + "IPD MSF", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|IPD MSF", + 1, + 243 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 2, + "Emergency department MSF", + "", + "Emergency department MSF", + "Emergency department", + "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", + "N/A", + "Misc", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الإسعافات لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Emergency department MSF", + 1, + 244 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 3, + "ER", + "", + "ER", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-1383", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|ER", + 1, + 245 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 4, + "MSF ATFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|MSF ATFC", + 1, + 246 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 5, + "Non-MSF ATFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Non-MSF ATFC", + 1, + 247 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 6, + "Primary Health Center MSF", + "", + "Primary Health Center MSF", + "", + "", + "", + "", + "", + "", + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Primary Health Center MSF", + 1, + 248 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 7, + "Health Promotion/sensitization", + "", + "Health Promotion/sensitization", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التوعية الصحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Health Promotion/sensitization", + 1, + 249 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 8, + "Other MSF personnel", + "", + "Other MSF personnel", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1422", + "", + "MSF other", + "Other MSF department or group., question = Source of initial patient referral", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف آخر لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other MSF personnel", + 1, + 250 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 9, + "MSF social worker", + "", + "MSF social worker", + "Social worker", + "", + "", + "", + "MSF-AAAAAA000000000000001398", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل مجتمعي لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|MSF social worker", + 1, + 251 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 10, + "Hospital or Health facility", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-2578", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Hospital or Health facility", + 1, + 252 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 11, + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|SFC", + 1, + 253 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 12, + "Hospital", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مستشفى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Hospital", + 1, + 254 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 13, + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-1385", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|OPD", + 1, + 255 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 14, + "Outreach", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Outreach", + 1, + 256 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 15, + "Other health structure", + "", + "Other health structure", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-164407", + "Other health facility", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز أو منشأة صحية أخرى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other health structure", + 1, + 257 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 16, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other", + 1, + 258 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 17, + "Local health worker (non-MSF)", + "", + "Local health worker (non-MSF)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Local health worker (non-MSF)", + 1, + 259 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 18, + "Institutions (NGOs/Church/IGO)", + "", + "Institutions (NGOs/Church/IGO)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Institutions (NGOs/Church/IGO)", + 1, + 260 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 19, + "NGO", + "", + "NGO", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-48", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|NGO", + 1, + 261 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 20, + "Self-referral", + "", + "Self-referral", + "", + "", + "", + "", + "", + "", + "Self-referred", + "", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1417", + "CIEL-160551", + "Self-referral", + "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "احالة فردية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Self-referral", + 1, + 262 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 21, + "Family member / friend /neighbor", + "", + "Family member / friend /neighbor", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1514", + "", + "", + "", + "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد أفراد العائلة / صديق / جار", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Family member / friend /neighbor", + 1, + 263 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 22, + "Community leader", + "", + "Community leader", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Community leader", + "", + "N/A", + "Misc", + "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-981", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد شخصيات المجتمع المحلي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Community leader", + 1, + 264 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 23, + "School / University", + "", + "School / University", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "University", + "Academic institution. Higher learning.", + "N/A", + "Misc", + "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مدرسة/جامعة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|School / University", + 1, + 265 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 24, + "Authorities", + "", + "Authorities", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1005", + "", + "Local authorities", + "The organizations or individuals in charge of the public services for a community.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلطات", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Authorities", + 1, + 266 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 25, + "Legal attorney office", + "", + "Legal attorney office", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "PIH-13470", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب المحاماة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Legal attorney office", + 1, + 267 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 26, + "Prosecutor office", + "", + "Prosecutor office", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب الادعاء", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Prosecutor office", + 1, + 268 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 27, + "Forensic department", + "", + "Forensic department", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الطب الشرعي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Forensic department", + 1, + 269 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 28, + "CHOW (Community Health Outreach Worker)", + "", + "CHOW (Community Health Outreach Worker)", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-1555", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "منشط اجتماعي في مجال الرعاية الصحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|CHOW (Community Health Outreach Worker)", + 1, + 270 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 29, + "Community educator", + "", + "Community educator", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-1555", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مربي مجتمع", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Community educator", + 1, + 271 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 1, + "IPD MSF", + "d17350e6-12de-4454-b902-58c2fc1e59aa", + "IPD MSF", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3194", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "IPD MSF", + "hUkr13HVkFe", + "inpatient_department", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|IPD MSF", + 1, + 272 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 2, + "Emergency department MSF", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + "Emergency department MSF", + "Emergency department", + "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", + "N/A", + "Misc", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + 95, + "Emergency department", + " ", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الإسعافات لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "ER MSF", + "v1uQIEM3yTP", + "emergency_department", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Emergency department MSF", + 1, + 273 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 3, + "Primary Health Center MSF", + "82815438-a49d-48d7-a67f-dd294aa3c1e2", + "Primary Health Center MSF", + " ", + " ", + " ", + " ", + " ", + " ", + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-3195", + "CIEL-159372", + "MSF Primary Health Center", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Primary Health Center MSF", + "vcsgSPTyIPC", + "primary_health_center", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Primary Health Center MSF", + 1, + 274 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 4, + "Health Promotion/sensitization", + "edb619d5-309f-45db-9521-70fcc22b30aa", + "Health Promotion/sensitization", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التوعية الصحية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "HP / Sensitization", + "xihtGfyAQG9", + "sensitization", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Health Promotion/sensitization", + 1, + 275 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 5, + "Other MSF personnel", + "200a3de4-00a7-4a2e-a113-852013d6f4c5", + "Other MSF personnel", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-3197", + "", + "Other MSF personnel", + "", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف آخر لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Other MSF staff", + "csTGh6JIRmf", + "other_msf_staff", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Other MSF personnel", + 1, + 276 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 6, + "MSF social worker", + "92f7c3e2-89e1-4ebd-9da9-7c2976de815c", + "MSF social worker", + "Social worker", + " ", + " ", + " ", + "MSF-AAAAAA000000000000001398", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3198", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل مجتمعي لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "MSF social worker", + "cuIef31D5QL", + "social_work_msf", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|MSF social worker", + 1, + 277 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 7, + "Other health structure", + "923c6b39-4094-45e4-95ab-b44f7a381980", + "Other health structure", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-3199", + "CIEL-164407", + "Other health facility", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز أو منشأة صحية أخرى", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Other Health Structure", + "bZZjZast35n", + "other_health_structure", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Other health structure", + 1, + 278 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 8, + "Local health worker (non-MSF)", + "54054512-7317-45c4-9494-f74be6ab4549", + "Local health worker (non-MSF)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3200", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Local health worker non MSF", + "NIXRVxxeiLm", + "hw_local", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Local health worker (non-MSF)", + 1, + 279 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 9, + "Institutions (NGOs/Church/IGO)", + "f9688da4-cdcf-4cb3-90c2-263812fa064f", + "Institutions (NGOs/Church/IGO)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3201", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Institutions (Church, NGO, International Agencies)", + "eHP0GjRUPx4", + "institutions_church_ngo_international_agencies", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Institutions (NGOs/Church/IGO)", + 1, + 280 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 10, + "Self-referral", + "8d9386b1-a641-4155-9822-7a06a16aa8e8", + "Self-referral", + " ", + " ", + " ", + " ", + " ", + " ", + "Self-referred", + " ", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-1417", + "CIEL-160551", + "Self-referral", + "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "احالة فردية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Self Referral", + "riMSWiZKZ2Q", + "self_referral", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Self-referral", + 1, + 281 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 11, + "Family member / friend /neighbor", + "a8432309-bc74-4da0-8639-76988c02cbb5", + "Family member / friend /neighbor", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد أفراد العائلة / صديق / جار", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Family / Friend / Neighbor", + "bDu4hsAwaAB", + "family_friend_neighbor", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Family member / friend /neighbor", + 1, + 282 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 12, + "Community leader", + "8b93d848-9e20-41b3-94e5-895a356e5ed7", + "Community leader", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Community leader", + "", + "N/A", + "Misc", + "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", + 95, + "Found", + "", + "", + "MSF-3203", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد شخصيات المجتمع المحلي", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Community leader", + "waFIAukspK9", + "community_leader", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Community leader", + 1, + 283 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 13, + "School / University", + "98b1e458-2d46-4025-b912-7340f9d39610", + "School / University", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "University", + "Academic institution. Higher learning.", + "N/A", + "Misc", + "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-3204", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مدرسة/جامعة", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "School / University", + "ipYSgBna9cP", + "school_university", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|School / University", + 1, + 284 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 14, + "Authorities", + "80575f44-be81-4694-aba4-012999328339", + "Authorities", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1005", + "", + "Local authorities", + "The organizations or individuals in charge of the public services for a community.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلطات", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Authorities", + "gh5agL1I7Nz", + "authorities", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Authorities", + 1, + 285 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 15, + "Legal attorney office", + "14940a46-5cce-4744-ac2a-c2d1fdc64e11", + "Legal attorney office", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب المحاماة", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Legal attorney office", + "DqMj4xwn5EC", + "legal_attorney_office", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Legal attorney office", + 1, + 286 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 16, + "Prosecutor office", + "b989e916-8299-40f6-9a92-c0c8d8e70f20", + "Prosecutor office", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب الادعاء", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Prosecutor office", + "EDDo3uX7Hjp", + "fiscalia_de_la_mujer", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Prosecutor office", + 1, + 287 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 17, + "Forensic department", + "f85b0def-4af3-4901-839d-0a9dc8ace318", + "Forensic department", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الطب الشرعي", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Forensic department", + "qkalVIdgmBS", + "medicina_forense", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Forensic department", + 1, + 288 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 18, + "CHOW (Community Health Outreach Worker)", + "127bfdc9-8059-4421-a3cc-967bfbfee0ce", + "CHOW (Community Health Outreach Worker)", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "منشط اجتماعي في مجال الرعاية الصحية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "CHOW", + "LCk7N10isIp", + "chow", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|CHOW (Community Health Outreach Worker)", + 1, + 289 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 19, + "Community educator", + "410a0731-cb41-4181-9897-6eb9894bf7b8", + "Community educator", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مربي مجتمع", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Community educator", + "PWjmOym543x", + "community_educattor", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Community educator", + 1, + 290 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 1, + "ER", + "", + "ER", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|ER", + 1, + 291 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 2, + "NGO", + "", + "NGO", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منظمة غير حكومية", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "NGO", + "YZPzqNjIjkE", + "ngo", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|NGO", + 1, + 292 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 3, + "MSF ATFC", + "", + "MSF ATFC", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "MSF ATFC", + "eQhl8Cckky0", + "msf_atfc", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|MSF ATFC", + 1, + 293 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 4, + "Non-MSF ATFC", + "", + "Non-MSF ATFC", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Non-MSF ATFC", + "qd0LCPcNoWO", + "non_msf_atfc", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Non-MSF ATFC", + 1, + 294 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 5, + "Hospital or Health facility", + "", + "Hospital or Health facility", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + " ", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مستشفى او منشأة صحية", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Hospital or Health facility", + "TrHSyBJXKcT", + "hospital_health_facility", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Hospital or Health facility", + 1, + 295 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 6, + "Self-referral", + "", + "Self-referral", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Self-referral", + "snH8Rb7148A", + "self_referred", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Self-referral", + 1, + 296 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 7, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Other", + "gyffBI4rHwm", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Other", + 1, + 297 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 1, + "SFC", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|SFC", + 1, + 298 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 2, + "Hospital", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + " ", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مستشفى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Hospital", + 1, + 299 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 3, + "OPD", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|OPD", + 1, + 300 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 4, + "Outreach", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Outreach", + 1, + 301 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 5, + "Self-referred", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + "Self-referred", + " ", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "بمفرده / رغبة من المريض", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Self-referred", + 1, + 302 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 6, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Other", + 1, + 303 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 1, + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "464c68b7-0fb0-495c-b931-0c1732b60397", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "UeYsD88aXOb", + "1_1_body_pain_or_complaints", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + 1, + 304 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 2, + "1.2 Eating problems", + "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", + "1.2 Eating problems", + "Eating", + "Coded question of patient's ability to eat.", + "Coded", + "Question", + "MSF-AAAAAA000000000000002835", + 90, + "", + "", + "", + "", + "", + "", + "Eating", + "", + "N/A", + "Misc", + "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1400", + "", + "Eating disorder", + "Disorders characterized by physiological and psychological disturbances in appetite or food intake.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في الأكل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.2 Eating problems", + "u1MYOfo6bZo", + "1_2_eating_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.2 Eating problems", + 1, + 305 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 3, + "1.3 Sleeping problems", + "42966954-f43f-4564-bc59-d9d133e53a75", + "1.3 Sleeping problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-526", + "", + "Sleep disorder", + "Conditions characterized by the disturbance of normal sleep patterns and behaviors. There are a number of sleep disorders that range from trouble falling asleep, to nightmares, sleepwalking, and sleep apnea.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في النوم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.3 Sleeping problems", + "kKLSjMaDB71", + "1_3_sleeping_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.3 Sleeping problems", + 1, + 306 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 4, + "1.4 Bedwetting / retention problems", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "1.4 Bedwetting / retention problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1396", + "CIEL-117211", + "Enuresis", + "Involuntary discharge of urine after the age at which urinary control should have been achieved, CIEL name = Incontinence, no DEF, could also be 'unspecified', 'urinary' or 'stress incontinence'", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التبول أثناء النوم / مشاكل في السلس", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.4 Bedwetting / retention problems", + "W445BWB0GQ3", + "1_4_Bedwetting_retention_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.4 Bedwetting / retention problems", + 1, + 307 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 5, + "1.5 Sexual problems", + "3ba98736-982f-4d9c-a675-f83b180a9f28", + "1.5 Sexual problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1401", + "", + "Sexual disorder", + "Physiological disturbances in normal sexual performance.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل جنسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.5 Sexual problems", + "qu1XKVn8CUS", + "1_5_sexual_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.5 Sexual problems", + 1, + 308 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 6, + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "28adad48-b45b-46a4-ae94-4cca6118047e", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "PClZEC4W4rM", + "1_6_unexplained_physical_reaction", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + 1, + 309 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 7, + "2.1 Sad mood", + "7f4699e5-e70a-49fb-bf34-c09afa867fdc", + "2.1 Sad mood", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001786", + 90, + "", + "", + "", + "", + "", + "", + "Sad mood", + "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", + "N/A", + "Diagnosis", + "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-1386", + "", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مزاج حزين", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.1 Sad mood", + "XPvA3hyChlA", + "2_1_sad_mood", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.1 Sad mood", + 1, + 310 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 8, + "2.2 Irritability / anger", + "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", + "2.2 Irritability / anger", + "", + "", + "", + "", + "", + "", + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "3cf2a6fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1387", + "", + "Irritable mood", + "Abnormal or excessive excitability with easily triggered anger, annoyance, or impatience.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سرعة الضيق / الغضب", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.2 Irritability / anger", + "vprUUUOBopr", + "2_2_irritability_anger", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.2 Irritability / anger", + 1, + 311 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 9, + "2.3 Loss of interest / anhedonia", + "51061bb9-6084-4bb3-b83b-5c234e45b09c", + "2.3 Loss of interest / anhedonia", + "", + "", + "", + "", + "", + "", + "Loss of interest", + "The loss of interest in previously rewarding or enjoyable activities or relationships.", + "N/A", + "Finding", + "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1389", + "", + "Anhedonia", + "The inability to experience pleasure from activities someone usually found enjoyable.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الاهتمام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.3 Loss of interest / anhedonia", + "b4TqJ285UWa", + "2_3_loss_of_interest_anhedonia", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.3 Loss of interest / anhedonia", + 1, + 312 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 10, + "2.4 Hopelessness", + "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", + "2.4 Hopelessness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-892", + "", + "Feeling of hopeless", + "Patient describes feelings of hopeless.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الامل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.4 Hopelessness", + "Rzq6PFcbBa5", + "2_4_hopelessness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.4 Hopelessness", + 1, + 313 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 11, + "2.5 Guilt/self-blame/worthlessness", + "e8166325-9ddc-4739-9452-da63ee7862d2", + "2.5 Guilt/self-blame/worthlessness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-153507", + "Guilty feelings", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.5 Guilt/self-blame/worthlessness", + "QZBfUwIyQm9", + "2_5_guilt_self_blame_worthlessness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.5 Guilt/self-blame/worthlessness", + 1, + 314 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 12, + "2.6 Current suicidal thoughts", + "4f8f7343-f191-4483-bcf9-c60027a6eca8", + "2.6 Current suicidal thoughts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1390", + "", + "Suicidal thoughts", + "Contemplations, wishes, and preoccupations with death and suicide", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.6 Current suicidal thoughts", + "WCyJmoOZsCZ", + "2_6_current_suicidal_thoughts", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.6 Current suicidal thoughts", + 1, + 315 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 13, + "2.7 Recent suicidal attempt", + "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", + "2.7 Recent suicidal attempt", + "", + "", + "", + "", + "", + "", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source, not found exactly in CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.7 Recent suicidal attempt", + "z8jBJ5nYwIS", + "2_7_recent_suicidal_attempt", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.7 Recent suicidal attempt", + 1, + 316 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 14, + "2.8 Recent self-harm", + "003b425a-d8c3-47ed-bbde-45a7c180c0a4", + "2.8 Recent self-harm", + "", + "", + "", + "", + "", + "", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Self-harm exists in MSF and CIEL diagnosis but not 'recent'", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية للذات مؤخراً", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.8 Recent self-harm", + "XzLHZumvFOH", + "2_8_recent_self_harm", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.8 Recent self-harm", + 1, + 317 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 15, + "2.9 Changes in appetite", + "ce47585c-fa23-4de3-9e3a-97f5eb309e72", + "2.9 Changes in appetite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Loss or increase of appetite exist in CIEL but not 'change' only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تغير في الشهية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.9 Lack of appetite", + "Y5NywW5KfoX", + "2_9_lack_of_appetite", + "", + "", + "", + "", + "", + "", + "In Mosul form, \"Changes in appetite\"", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.9 Changes in appetite", + 1, + 318 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 16, + "3.1 Constant stress", + "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", + "3.1 Constant stress", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالضغط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.1 Constant stress", + "YpabM1EGBap", + "3_1_constant_stress", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.1 Constant stress", + 1, + 319 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 17, + "3.2 Persistent worry", + "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", + "3.2 Persistent worry", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-893", + "", + "Feeling constantly worried", + "Patient expresses feeling constantly worried.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالقلق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.2 Persistent worry", + "PsBi8qdxleW", + "3_2_persistent_worry", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.2 Persistent worry", + 1, + 320 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 18, + "3.3 Intense fear / phobia / feeling threatened", + "ae1ab702-fa58-4648-95e4-acca5c9078f7", + "3.3 Intense fear / phobia / feeling threatened", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-894", + "", + "Excessive fear/phobia", + "Aniexty disorders in which the essential feature is persistent and irrational fear of a specific object, activity, or situation that the individual feels compelled to avoid. The individual recognizes the fear as excessive or unreasonable.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "خوف شديد / خوف مرضي / الشعور بالتهديد", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.3 Intense fear / phobia / feeling threatened", + "JDP7sAjWj0r", + "3_3_intense_fear_phobia_feeling_threatened", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.3 Intense fear / phobia / feeling threatened", + 1, + 321 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 19, + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "473f0ea3-92e5-4a99-bbe0-358e371355ee", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Panic attack", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "N/A", + "Diagnosis", + "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "MSF-1634", + "", + "Panic disorder", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "hHoP5vhiGn3", + "3_4_panic_attack", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + 1, + 322 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 20, + "3.5 Compulsive or repetitive behavior", + "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", + "3.5 Compulsive or repetitive behavior", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1392", + "", + "Compulsive behavior", + "The behavior of performing an act persistently and repetitively without it leading to reward or pleasure.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوك وسواسي أو متكرر", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.5 Compulsive or repetitive behavior", + "PgxhapZ8P9E", + "3_5_compulsive_or_repetitive_behavior", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.5 Compulsive or repetitive behavior", + 1, + 323 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 21, + "4.1 Intrusive feelings, thoughts", + "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", + "4.1 Intrusive feelings, thoughts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-897", + "", + "Intrusive thoughts", + "Unwanted thoughts or mental images that make the patient feel uncomfortable.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار تطفلية أو اقتحامية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.1 Intrusive feelings thoughts", + "sFbWwoZbiSF", + "4_1_intrusive_feelings_thoughts", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.1 Intrusive feelings, thoughts", + 1, + 324 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 22, + "4.2 Flashbacks", + "c60a75c9-2ee9-4fb2-af53-6d730e45f074", + "4.2 Flashbacks", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001794", + 90, + "Flashbacks", + "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", + "N/A", + "Diagnosis", + "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1394", + "", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ومضات من الماضي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.2 Flashbacks", + "FibcXxxITz4", + "4_2_flashbacks", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.2 Flashbacks", + 1, + 325 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 23, + "4.3 Avoidance of traumatic stimuli", + "94083de5-2603-4b26-a6d8-ec4459f9eced", + "4.3 Avoidance of traumatic stimuli", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-898", + "", + "Avoidance behaviour", + "Behavioural acts that enable a patient to avoid anticipated unplesant or painful situations, stimuli, or events.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تجنب المحفزات المرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.3 Avoidance of traumatic stimuli", + "TzFciNtGU4L", + "4_3_avoidance_of_traumatic_stimuli", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.3 Avoidance of traumatic stimuli", + 1, + 326 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 24, + "4.4 Hypervigilance / excessive startle response", + "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", + "4.4 Hypervigilance / excessive startle response", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-907", + "", + "Hyper-vigilance", + "Patient is highly alert and displaying behaviors to avoid or prevent danger.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرط اليقظة / استجابة إجفالية شديدة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.4 Hypervigilance / excessive startle response", + "Uhj6bkTtm2b", + "4_4_hypervigilance_excessive_startle_response", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.4 Hypervigilance / excessive startle response", + 1, + 327 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 25, + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check, name = \"Hallucinations\", DEF = \"Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "DqF1son0fxy", + "4_5_trauma_related_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + 1, + 328 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 26, + "4.6 Child has stopped talking", + "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", + "4.6 Child has stopped talking", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3218", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'language' problems in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف الطفل عن الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.6 Child has stopped talking", + "xrr1xtIehD9", + "4_6_child_has_stopped_talking", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.6 Child has stopped talking", + 1, + 329 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 27, + "5.1 Delusions (false beliefs)", + "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", + "5.1 Delusions (false beliefs)", + "", + "", + "", + "", + "", + "", + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use CIEL automatch", + "", + "MSF-497", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوهام (معتقدات خاطئة)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.1 Delusions (false beliefs)", + "vAcyKlSrQOK", + "5_1_delusions", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.1 Delusions (false beliefs)", + 1, + 330 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 28, + "5.2 Visual hallucinations", + "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", + "5.2 Visual hallucinations", + "", + "", + "", + "", + "", + "", + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use CIEL automatch", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check name and definition", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات بصرية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.2 Visual hallucinations", + "lsyUg99Xik2", + "5_2_visual_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.2 Visual hallucinations", + 1, + 331 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 29, + "5.3 Auditory hallucinations", + "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", + "5.3 Auditory hallucinations", + "", + "", + "", + "", + "", + "", + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use CIEL automatch", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check name", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات سمعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.3 Auditory hallucinations", + "BPYqkKFsav2", + "5_3_auditory_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.3 Auditory hallucinations", + 1, + 332 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 30, + "5.4 Disorganized thought /speech", + "dfaf113c-72f2-4865-81c9-31aba9e95a74", + "5.4 Disorganized thought /speech", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-903", + "", + "Disorganized thoughts", + "The paitent cannot control their thoughts or express themself well, which makes relating to others difficult.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشتت الأفكار / الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.4 Disorganized thought /speech", + "f50m0IXJNZ1", + "5_4_disorganized_thought_speech", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.4 Disorganized thought /speech", + 1, + 333 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 31, + "5.5 Bizarre behavior", + "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", + "5.5 Bizarre behavior", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-464", + "", + "Abnormal behaviour", + "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوكيات غريبة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.5 Bizarre behavior", + "SSaShXgyswX", + "5_5_bizarre_behavior", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.5 Bizarre behavior", + 1, + 334 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 32, + "5.6 Psychotic agitation", + "cda4f471-1da9-4192-8f26-ecec35775d5a", + "5.6 Psychotic agitation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3221", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'Agitation' or 'Psychomotor agitation' in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور ذهاني بالضيق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.6 Psychotic agitation", + "BbQwHHYdAtY", + "5_6_psychotic_agitation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.6 Psychotic agitation", + 1, + 335 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 33, + "6.1 Problems with concentration, memory or reasoning", + "44274d50-bb85-4f20-9b55-d08f60343c38", + "6.1 Problems with concentration, memory or reasoning", + "", + "", + "", + "", + "", + "", + "concentration", + "Used to describe a concentration in a DST test. Maps to datatype double. ", + "Numeric", + "Misc", + "160047AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-1403/1404/906", + "", + "", + "", + "Check - different items and different classes grouped; names = \"Lack of concentration\", \"Lack of memory\", \"Difficulty reasoning\", DEFs = \"The inability to focus on tasks.\", \"Disturbances in registering an impression, in the retention of an acquired impression, or in the recall of an impression.\", \"Patient has difficulty thinking about things in a logical, sensible way.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في التركيز، أو التذكر، أو التفكير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.1 Problems with concentration memory or reasoning", + "HxamZeSwli0", + "6_1_problems_with_concentration_memory_or_reasoning", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.1 Problems with concentration, memory or reasoning", + 1, + 336 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 34, + "6.2 Delayed development (milestones)", + "66e446ee-8f82-4f2a-808f-00d664ac92de", + "6.2 Delayed development (milestones)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-6022", + "Delayed milestones", + "Delay in a set of functional skills or age-specific tasks that most children can do by a certain age range.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تأخر في التطور (المحطات الإنجازية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.2 Delayed development (milestones)", + "zAXxqqhE7hH", + "6_2_delayed_development", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.2 Delayed development (milestones)", + 1, + 337 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 35, + "6.3 Abnormal social interaction and communication", + "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", + "6.3 Abnormal social interaction and communication", + "Abnormal", + "A result that deviates from the standard or what is expected.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001333", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd75230-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3225", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'Social Maladjustment' in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تواصل اجتماعي غير طبيعي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.3 Abnormal social interaction and communication", + "p1PiLH5LcpL", + "6_3_abnormal_social_interaction_and_communication", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.3 Abnormal social interaction and communication", + 1, + 338 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 36, + "6.4 Learning difficulties", + "9240ed56-8ba2-4ef2-b42f-e84179fcc333", + "6.4 Learning difficulties", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-5550", + "Learning problems", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبات في التعلم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.4 Learning difficulties", + "ov5D4toFD3q", + "6_4_learning_difficulties", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.4 Learning difficulties", + 1, + 339 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 37, + "6.5 Epileptic seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "6.5 Epileptic seizures", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000420", + 90, + "Epileptic seizure", + "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", + "N/A", + "Diagnosis", + "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-420", + "", + "Epileptic seizures", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.5 Epileptic seizures", + "dpdekdgiUMZ", + "6_5_epileptic_seizures", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.5 Epileptic seizures", + 1, + 340 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 38, + "7.1 Alcohol / substance abuse", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "7.1 Alcohol / substance abuse", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2457", + "", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعاطي الكحول / العقاقير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.1 Alcohol / substance abuse", + "u6J5PRo76eL", + "7_1_alcohol_substance_abuse", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.1 Alcohol / substance abuse", + 1, + 341 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 39, + "7.2 Aggressiveness", + "977e8c6f-befa-4af3-87e1-1d29a57450c1", + "7.2 Aggressiveness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2877", + "", + "Aggressive behavior", + "A form of behavior which leads to self-assertion; it may arise from innate drives and/or a response to frustration; may be manifested by destructive and attacking behavior, by covert attitudes of hostility and obstructionism, or by healthy self-expressive drive to mastery. (Dorland 27th ed)", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العدائية او الهجومية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.2 Aggressiveness", + "ZJKWvyAYFU4", + "7_2_aggressiveness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.2 Aggressiveness", + 1, + 342 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 40, + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-464", + "", + "Abnormal behaviour", + "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.Pediatric paitent displays a behavioral problem.", + "Check name", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "XwiwuWP5Sze", + "7_3_conduct_problems_in_children", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + 1, + 343 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 41, + "7.4 Hypo- or hyperactivity", + "520eccda-99f4-4cab-950b-260cfe3ab767", + "7.4 Hypo- or hyperactivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3226", + "", + "", + "", + "Includes MSF1397 (Hyperactivity), nothing found for hypoactivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة او فرط النشاط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.4 Hypo or hyperactivity", + "D655HPkg8Sw", + "7_4_hypo_or_hyperactivity", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.4 Hypo- or hyperactivity", + 1, + 344 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 42, + "7.5 Impulsivity", + "12723e41-2955-4917-971c-7f05849412d7", + "7.5 Impulsivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-156762", + "Impulsiveness", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاندفاعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.5 Impulsivity", + "L6gwT6cBFEk", + "7_5_impulsivity", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.5 Impulsivity", + 1, + 345 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 43, + "7.6 Regression in development", + "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", + "7.6 Regression in development", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-901", + "", + "Regression in development in child", + "Loss of developmental milestones in a child during and/or after hospitalization.", + "Check class = Finding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الارتكاس في التطور", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.6 Regression in development", + "rhQpTzDeQPW", + "7_6_regression_in_development", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.6 Regression in development", + 1, + 346 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 44, + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "", + "", + "", + "", + "", + "", + "Social withdrawal", + "", + "N/A", + "Diagnosis", + "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-126307", + "Social withdrawal", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "xBuK70tTHrj", + "7_7_social_withdrawal", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.7 Social withdrawal (isolation/reduced attachment/involvement)", + 1, + 347 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 45, + "8.1 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8.1 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "8.1 Other (specify)", + "tkP1jOd01Pn", + "8_1_other", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|8.1 Other", + 1, + 348 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 1, + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "464c68b7-0fb0-495c-b931-0c1732b60397", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "UeYsD88aXOb", + "1_1_body_pain_or_complaints", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + 1, + 349 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 2, + "1.2 Eating problems", + "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", + "1.2 Eating problems", + "Eating", + "Coded question of patient's ability to eat.", + "Coded", + "Question", + "MSF-AAAAAA000000000000002835", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Eating", + "", + "N/A", + "Misc", + "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في الأكل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.2 Eating problems", + "u1MYOfo6bZo", + "1_2_eating_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.2 Eating problems", + 1, + 350 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 3, + "1.3 Sleeping problems", + "42966954-f43f-4564-bc59-d9d133e53a75", + "1.3 Sleeping problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في النوم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.3 Sleeping problems", + "kKLSjMaDB71", + "1_3_sleeping_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.3 Sleeping problems", + 1, + 351 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 4, + "1.4 Bedwetting / retention problems", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "1.4 Bedwetting / retention problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التبول أثناء النوم / مشاكل في السلس", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.4 Bedwetting / retention problems", + "W445BWB0GQ3", + "1_4_Bedwetting_retention_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.4 Bedwetting / retention problems", + 1, + 352 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 5, + "1.5 Sexual problems", + "3ba98736-982f-4d9c-a675-f83b180a9f28", + "1.5 Sexual problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل جنسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.5 Sexual problems", + "qu1XKVn8CUS", + "1_5_sexual_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.5 Sexual problems", + 1, + 353 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 6, + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "28adad48-b45b-46a4-ae94-4cca6118047e", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "PClZEC4W4rM", + "1_6_unexplained_physical_reaction", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + 1, + 354 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 1, + "2.1 Sad mood", + "7f4699e5-e70a-49fb-bf34-c09afa867fdc", + "2.1 Sad mood", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001786", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Sad mood", + "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", + "N/A", + "Diagnosis", + "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مزاج حزين", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.1 Sad mood", + "XPvA3hyChlA", + "2_1_sad_mood", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.1 Sad mood", + 1, + 355 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 2, + "2.2 Irritability / anger", + "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", + "2.2 Irritability / anger", + " ", + " ", + " ", + " ", + " ", + " ", + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "3cf2a6fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سرعة الضيق / الغضب", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.2 Irritability / anger", + "vprUUUOBopr", + "2_2_irritability_anger", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.2 Irritability / anger", + 1, + 356 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 3, + "2.3 Loss of interest / anhedonia", + "51061bb9-6084-4bb3-b83b-5c234e45b09c", + "2.3 Loss of interest / anhedonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Loss of interest", + "The loss of interest in previously rewarding or enjoyable activities or relationships.", + "N/A", + "Finding", + "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الاهتمام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.3 Loss of interest / anhedonia", + "b4TqJ285UWa", + "2_3_loss_of_interest_anhedonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.3 Loss of interest / anhedonia", + 1, + 357 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 4, + "2.4 Hopelessness", + "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", + "2.4 Hopelessness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الامل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.4 Hopelessness", + "Rzq6PFcbBa5", + "2_4_hopelessness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.4 Hopelessness", + 1, + 358 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 5, + "2.5 Guilt/self-blame/worthlessness", + "e8166325-9ddc-4739-9452-da63ee7862d2", + "2.5 Guilt/self-blame/worthlessness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.5 Guilt/self-blame/worthlessness", + "QZBfUwIyQm9", + "2_5_guilt_self_blame_worthlessness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.5 Guilt/self-blame/worthlessness", + 1, + 359 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 6, + "2.6 Current suicidal thoughts", + "4f8f7343-f191-4483-bcf9-c60027a6eca8", + "2.6 Current suicidal thoughts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.6 Current suicidal thoughts", + "WCyJmoOZsCZ", + "2_6_current_suicidal_thoughts", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.6 Current suicidal thoughts", + 1, + 360 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 7, + "2.7 Recent suicidal attempt", + "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", + "2.7 Recent suicidal attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.7 Recent suicidal attempt", + "z8jBJ5nYwIS", + "2_7_recent_suicidal_attempt", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.7 Recent suicidal attempt", + 1, + 361 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 8, + "2.8 Recent self-harm", + "003b425a-d8c3-47ed-bbde-45a7c180c0a4", + "2.8 Recent self-harm", + " ", + " ", + " ", + " ", + " ", + " ", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية للذات مؤخراً", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.8 Recent self-harm", + "XzLHZumvFOH", + "2_8_recent_self_harm", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.8 Recent self-harm", + 1, + 362 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 9, + "2.9 Changes in appetite", + "ce47585c-fa23-4de3-9e3a-97f5eb309e72", + "2.9 Changes in appetite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تغير في الشهية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.9 Lack of appetite", + "Y5NywW5KfoX", + "2_9_lack_of_appetite", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.9 Changes in appetite", + 1, + 363 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 1, + "3.1 Constant stress", + "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", + "3.1 Constant stress", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالضغط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.1 Constant stress", + "YpabM1EGBap", + "3_1_constant_stress", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.1 Constant stress", + 1, + 364 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 2, + "3.2 Persistent worry", + "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", + "3.2 Persistent worry", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالقلق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.2 Persistent worry", + "PsBi8qdxleW", + "3_2_persistent_worry", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.2 Persistent worry", + 1, + 365 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 3, + "3.3 Intense fear / phobia / feeling threatened", + "ae1ab702-fa58-4648-95e4-acca5c9078f7", + "3.3 Intense fear / phobia / feeling threatened", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "خوف شديد / خوف مرضي / الشعور بالتهديد", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.3 Intense fear / phobia / feeling threatened", + "JDP7sAjWj0r", + "3_3_intense_fear_phobia_feeling_threatened", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.3 Intense fear / phobia / feeling threatened", + 1, + 366 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 4, + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "473f0ea3-92e5-4a99-bbe0-358e371355ee", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Panic attack", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "N/A", + "Diagnosis", + "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "hHoP5vhiGn3", + "3_4_panic_attack", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + 1, + 367 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 5, + "3.5 Compulsive or repetitive behavior", + "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", + "3.5 Compulsive or repetitive behavior", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوك وسواسي أو متكرر", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.5 Compulsive or repetitive behavior", + "PgxhapZ8P9E", + "3_5_compulsive_or_repetitive_behavior", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.5 Compulsive or repetitive behavior", + 1, + 368 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 1, + "4.1 Intrusive feelings, thoughts", + "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", + "4.1 Intrusive feelings, thoughts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار تطفلية أو اقتحامية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.1 Intrusive feelings thoughts", + "sFbWwoZbiSF", + "4_1_intrusive_feelings_thoughts", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.1 Intrusive feelings, thoughts", + 1, + 369 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 2, + "4.2 Flashbacks", + "c60a75c9-2ee9-4fb2-af53-6d730e45f074", + "4.2 Flashbacks", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001794", + 90, + "Flashbacks", + "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", + "N/A", + "Diagnosis", + "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ومضات من الماضي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.2 Flashbacks", + "FibcXxxITz4", + "4_2_flashbacks", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.2 Flashbacks", + 1, + 370 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 3, + "4.3 Avoidance of traumatic stimuli", + "94083de5-2603-4b26-a6d8-ec4459f9eced", + "4.3 Avoidance of traumatic stimuli", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تجنب المحفزات المرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.3 Avoidance of traumatic stimuli", + "TzFciNtGU4L", + "4_3_avoidance_of_traumatic_stimuli", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.3 Avoidance of traumatic stimuli", + 1, + 371 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 4, + "4.4 Hypervigilance / excessive startle response", + "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", + "4.4 Hypervigilance / excessive startle response", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرط اليقظة / استجابة إجفالية شديدة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.4 Hypervigilance / excessive startle response", + "Uhj6bkTtm2b", + "4_4_hypervigilance_excessive_startle_response", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.4 Hypervigilance / excessive startle response", + 1, + 372 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 5, + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "DqF1son0fxy", + "4_5_trauma_related_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + 1, + 373 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 6, + "4.6 Child has stopped talking", + "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", + "4.6 Child has stopped talking", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف الطفل عن الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.6 Child has stopped talking", + "xrr1xtIehD9", + "4_6_child_has_stopped_talking", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.6 Child has stopped talking", + 1, + 374 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 1, + "5.1 Delusions (false beliefs)", + "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", + "5.1 Delusions (false beliefs)", + " ", + " ", + " ", + " ", + " ", + " ", + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوهام (معتقدات خاطئة)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.1 Delusions (false beliefs)", + "vAcyKlSrQOK", + "5_1_delusions", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.1 Delusions (false beliefs)", + 1, + 375 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 2, + "5.2 Visual hallucinations", + "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", + "5.2 Visual hallucinations", + " ", + " ", + " ", + " ", + " ", + " ", + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات بصرية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.2 Visual hallucinations", + "lsyUg99Xik2", + "5_2_visual_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.2 Visual hallucinations", + 1, + 376 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 3, + "5.3 Auditory hallucinations", + "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", + "5.3 Auditory hallucinations", + " ", + " ", + " ", + " ", + " ", + " ", + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات سمعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.3 Auditory hallucinations", + "BPYqkKFsav2", + "5_3_auditory_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.3 Auditory hallucinations", + 1, + 377 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 4, + "5.4 Disorganized thought /speech", + "dfaf113c-72f2-4865-81c9-31aba9e95a74", + "5.4 Disorganized thought /speech", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشتت الأفكار / الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.4 Disorganized thought /speech", + "f50m0IXJNZ1", + "5_4_disorganized_thought_speech", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.4 Disorganized thought /speech", + 1, + 378 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 5, + "5.5 Bizarre behavior", + "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", + "5.5 Bizarre behavior", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوكيات غريبة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.5 Bizarre behavior", + "SSaShXgyswX", + "5_5_bizarre_behavior", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.5 Bizarre behavior", + 1, + 379 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 6, + "5.6 Psychotic agitation", + "cda4f471-1da9-4192-8f26-ecec35775d5a", + "5.6 Psychotic agitation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور ذهاني بالضيق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.6 Psychotic agitation", + "BbQwHHYdAtY", + "5_6_psychotic_agitation", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.6 Psychotic agitation", + 1, + 380 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 1, + "6.1 Problems with concentration memory or reasoning", + "44274d50-bb85-4f20-9b55-d08f60343c38", + "6.1 Problems with concentration memory or reasoning", + " ", + " ", + " ", + " ", + " ", + " ", + "Problem", + " ", + "N/A", + "Diagnosis", + "128461AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في التركيز، أو التذكر، أو التفكير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.1 Problems with concentration memory or reasoning", + "HxamZeSwli0", + "6_1_problems_with_concentration_memory_or_reasoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.1 Problems with concentration memory or reasoning", + 1, + 381 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 2, + "6.2 Delayed development (milestones)", + "66e446ee-8f82-4f2a-808f-00d664ac92de", + "6.2 Delayed development (milestones)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تأخر في التطور (المحطات الإنجازية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.2 Delayed development (milestones)", + "zAXxqqhE7hH", + "6_2_delayed_development", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.2 Delayed development (milestones)", + 1, + 382 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 3, + "6.3 Abnormal social interaction and communication", + "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", + "6.3 Abnormal social interaction and communication", + "Abnormal", + "A result that deviates from the standard or what is expected.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001333", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd75230-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تواصل اجتماعي غير طبيعي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.3 Abnormal social interaction and communication", + "p1PiLH5LcpL", + "6_3_abnormal_social_interaction_and_communication", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.3 Abnormal social interaction and communication", + 1, + 383 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 4, + "6.4 Learning difficulties", + "9240ed56-8ba2-4ef2-b42f-e84179fcc333", + "6.4 Learning difficulties", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبات في التعلم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.4 Learning difficulties", + "ov5D4toFD3q", + "6_4_learning_difficulties", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.4 Learning difficulties", + 1, + 384 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 5, + "6.5 Epileptic seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "6.5 Epileptic seizures", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000820", + 90, + "Epileptic seizure", + "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", + "N/A", + "Diagnosis", + "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.5 Epileptic seizures", + "dpdekdgiUMZ", + "6_5_epileptic_seizures", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.5 Epileptic seizures", + 1, + 385 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 1, + "7.1 Alcohol / substance abuse", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "7.1 Alcohol / substance abuse", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعاطي الكحول / العقاقير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.1 Alcohol / substance abuse", + "u6J5PRo76eL", + "7_1_alcohol_substance_abuse", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.1 Alcohol / substance abuse", + 1, + 386 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 2, + "7.2 Aggressiveness", + "977e8c6f-befa-4af3-87e1-1d29a57450c1", + "7.2 Aggressiveness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العدائية او الهجومية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.2 Aggressiveness", + "ZJKWvyAYFU4", + "7_2_aggressiveness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.2 Aggressiveness", + 1, + 387 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 3, + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "XwiwuWP5Sze", + "7_3_conduct_problems_in_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + 1, + 388 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 4, + "7.4 Hypo- or hyperactivity", + "520eccda-99f4-4cab-950b-260cfe3ab767", + "7.4 Hypo- or hyperactivity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة او فرط النشاط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.4 Hypo or hyperactivity", + "D655HPkg8Sw", + "7_4_hypo_or_hyperactivity", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.4 Hypo- or hyperactivity", + 1, + 389 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 5, + "7.5 Impulsivity", + "12723e41-2955-4917-971c-7f05849412d7", + "7.5 Impulsivity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاندفاعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.5 Impulsivity", + "L6gwT6cBFEk", + "7_5_impulsivity", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.5 Impulsivity", + 1, + 390 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 6, + "7.6 Regression in development", + "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", + "7.6 Regression in development", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الارتكاس في التطور", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.6 Regression in development", + "rhQpTzDeQPW", + "7_6_regression_in_development", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.6 Regression in development", + 1, + 391 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 7, + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + " ", + " ", + " ", + " ", + " ", + " ", + "Social withdrawal", + " ", + "N/A", + "Diagnosis", + "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "xBuK70tTHrj", + "7_7_social_withdrawal", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.7 Social withdrawal (isolation/reduced attachment/involvement)", + 1, + 392 + ], + [ + 36, + "Current symptoms or complaints - Other symptoms", + "", + "Coded", + 1, + "8.1 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8.1 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "8.1 Other (specify)", + "tkP1jOd01Pn", + "8_1_other", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Other symptoms|8.1 Other", + 1, + 393 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 1, + "1. Acute stress reaction", + "a2f8295b-1259-481f-8ef3-34e213b7b4d6", + "1. Acute stress reaction", + "Acute stress reaction", + "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000906", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-506", + "", + "Acute stress reaction", + "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", + "Ok", + " ", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب الكرب الحاد", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Acute stress reaction", + "I2TnSpzmNZV", + "acute_stress_reaction", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|1. Acute stress reaction", + 1, + 394 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 2, + "2. Bereavement/grief", + "7d486d0c-0e2b-475d-8e17-07296cc624b9", + "2. Bereavement/grief", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-139251", + "Grief", + "Normal, appropriate sorrowful response to an immediate cause. It is self-limiting and gradually subsides within a reasonable time.", + "Only greif - no record for bereavement", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "الفجيعة / الأسى", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Bereavement / grief", + "fiMmy7FVXqj", + "bereavement_grief", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|2. Bereavement/grief", + 1, + 395 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 3, + "3. Post-Traumatic Stress Disorder", + "ec7a63e8-5d0b-4dcf-8f72-7529c1df699a", + "3. Post-Traumatic Stress Disorder", + "Traumatic", + "Injury to the body that causes long-lasting damage.", + "None", + "Finding", + "5cb34fe2-1c6a-4132-a046-f6a3ebcaa529", + 90, + "Stress", + "A pathological process resulting from the reaction of the body to external forces and abnormal conditions that tend to disturb the organism's homeostasis.", + "N/A", + "Diagnosis", + "125811AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Trauma", + "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", + "N/A", + "Diagnosis", + "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-291", + "", + "Post Traumatic Stress Disorder", + "An anxiety disorder precipitated by an experience of intense fear or horror while exposed to a traumatic (especially life-threatening) event. The disorder is characterized by intrusive recurring thoughts or images of the traumatic event avoidance of anything associated with the event a state of hyperarousal and diminished emotional responsiveness. These symptoms are present for at least one month and the disorder is usually long-term.", + "Ok", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب الكرب التالي للصدمة النفسية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Post-Traumatic Stress Disorder", + "GtXv2BevE4i", + "ptsd", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|3. Post-Traumatic Stress Disorder", + 1, + 396 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 4, + "4. Conversion/Dissociative reaction", + "58881584-4f0e-4cf3-b2bf-d9f0898ae106", + "4. Conversion/Dissociative reaction", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-457", + "", + "Dissociative and Conversion Disorder", + "A category of psychiatric disorders characterized by a disruption in the usually integrated functions of consciousness, memory, identity, and/or perception of the environment.", + "Ok", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب التحويل", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Dissociative / Conversive disorder", + "DzEHTmwsbwz", + "dissociative_onversive_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|4. Conversion/Dissociative reaction", + 1, + 397 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 5, + "5. Anxiety Disorder", + "2564bdee-c24c-4d96-903e-d44010f2a8ec", + "5. Anxiety Disorder", + "Anxiety disorder", + "", + "", + "", + "MSF-AAAAAA000000000000000502", + 95, + "Anxiety", + "Persistent feeling of dread, apprehension, and impending disaster.", + "N/A", + "Diagnosis", + "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Anxiety", + "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", + "Coded", + "Diagnosis", + "3ce6b1ee-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-102", + "", + "Anxiety disorder", + "Disorders in which anxiety (persistent feelings of apprehension, tension, or uneasiness) is the predominant disturbance.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب القلق", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Anxiety Disorder", + "RBjv7HDiR95", + "anxiety_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|5. Anxiety Disorder", + 1, + 398 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 6, + "6. Medically Unexplained Physical Symptoms (MUPS)", + "9df01581-6135-4876-8fb8-cbaaa522064e", + "6. Medically Unexplained Physical Symptoms (MUPS)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3187", + "", + "", + "", + "not found MSF or CIEL", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "عراض طبية من دون أسباب جسدية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Medically Unexplained Physical Symptoms", + "bCJLe9PMYeL", + "mups", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|6. Medically Unexplained Physical Symptoms (MUPS)", + 1, + 399 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 7, + "7. Depression", + "2066f043-2f21-4c19-8c04-77301d7404f9", + "7. Depression", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-160", + "", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "لاكتئاب", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Depression", + "cBAzRxJxoKF", + "depression", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|7. Depression", + 1, + 400 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 8, + "8. Self-harming behavior/suicide attempt", + "b27187bd-e94a-4dbc-9a77-46c0cefad25a", + "8. Self-harming behavior/suicide attempt", + "Self-harm", + "The act of purposely hurting oneself as an emotional coping mechanism.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001791", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "Seperate - self harm MSF 158754, suicidal thoughts MSF1390 (different to attemps) Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540, History of Suicide attempt - CIEL 129176", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "سلوك مؤذي للنفس / محاولة انتحار", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Self-harm / suicide", + "StKvhy342Ik", + "self_harm_suicide", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|8. Self-harming behavior/suicide attempt", + 1, + 401 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 9, + "9. Acute psychosis (incl. post-partum psychosis)", + "b33dac1c-b0c0-4fcd-b639-661bb6678924", + "9. Acute psychosis (incl. post-partum psychosis)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-446", + "", + "Acute and transient psychosis", + "A disorder characterized by delusions, hallucinations, disorganized speech, and/or grossly disorganized behavior that resolve within a month.", + "Includes transient", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "ذهان حاد (يشمل ذهان ما بعد الإنجاب)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Acute psychosis", + "RU3BLFqOhZe", + "acute_psychosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|9. Acute psychosis (incl. post-partum psychosis)", + 1, + 402 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 10, + "10. Chronic psychosis (incl. schizophrenia)", + "97f1f41-b0c7-407d-b95f-b1e26c3fd23c", + "10. Chronic psychosis (incl. schizophrenia)", + "Chronic psychosis", + "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000844", + 90, + "Chronic psychosis", + "", + "N/A", + "Diagnosis", + "166212AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-444", + "", + "Chronic psychosis", + "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "ذهان مزمن(يشمل الفصام)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Chronic psychosis", + "ndznYG4Vbbs", + "chronic_psychosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|10. Chronic psychosis (incl. schizophrenia)", + 1, + 403 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 11, + "11. Bipolar disorder (incl. mania)", + "1ba02bf8-6bbe-46a6-baff-d18b5c9f6425", + "11. Bipolar disorder (incl. mania)", + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000848", + 90, + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-448", + "", + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب ثنائي القطب(يشمل الهوس)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Bipolar disorder", + "V30FRwMiqy7", + "bipolar_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|11. Bipolar disorder (incl. mania)", + 1, + 404 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 12, + "12. Enuresis / Encopresis", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "12. Enuresis / Encopresis", + "Enuresis", + "Involuntary discharge of urine after the age at which urinary control should have been achieved", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001796", + 90, + "Encopresis", + "Incontinence of feces not due to organic defect or illness.", + "N/A", + "Diagnosis", + "141309AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Seperate entities, Enuresis MSF-1396, Encopresis CIEL141309", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "سلس البراز / البول", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Enuresis", + "Ef59Tr7bwiG", + "enuresis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|12. Enuresis / Encopresis", + 1, + 405 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 13, + "13. Developmental disorder (incl. intellectual disability, autism)", + "63f73696-3d7c-4dc5-8c16-5382c20c3f9f", + "13. Developmental disorder (incl. intellectual disability, autism)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "MSF-500", + "OCL-1194889", + "Developmental disabilities", + "Disorders in which there is a delay in development based on that expected for a given age level or stage of development. These impairments or disabilities originate before age 18, may be expected to continue indefinitely, and constitute a substantial impairment. Biological and nonbiological factors are involved in these disorders. ", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب نمو (يشمل الإعاقة الذهنية والتوحد)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Developmental disorder (incl. intellectual disability, autism)", + "veb2vWtp2QT", + "developmental_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|13. Developmental disorder (incl. intellectual disability, autism)", + 1, + 406 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 14, + "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-890", + "", + "Childhood behavioural problem", + "Pediatric paitent displays a behavioral problem.", + "nb finding not diagnosis", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب سلوكي لدى الطفل (يشمل اضطراب نقص الانتباه مع فرط النشاط، واضطراب المسلك)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Childhood behavioral disorder", + "k6LNSHULzvA", + "childhood_behavioral_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + 1, + 407 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 15, + "15. Childhood emotional disorder", + "52d85e63-b238-4161-985c-97f75ad80c9a", + "15. Childhood emotional disorder", + "Childhood emotional disorder", + "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000905", + 95, + "Childhood emotional disorder", + "", + "N/A", + "Diagnosis", + "155498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-505", + "", + "Childhood emotional disorder", + "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب عاطفي لدى الطفل", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Childhood emotional disorder", + "JznaioxOZKP", + "childhood_emotional_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|15. Childhood emotional disorder", + 1, + 408 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 16, + "16. Substance-related disorder", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "16. Substance-related disorder", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-2457", + "", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب ذو صلة بالعقاقير", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Substance-related disorders", + "HllN5G1TKNb", + "substance_related_disorders", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|16. Substance-related disorder", + 1, + 409 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 17, + "17. Epilepsy / seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "17. Epilepsy / seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", + "Coded", + "Diagnosis", + "155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", + "N/A", + "Diagnosis", + "3cce0a90-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-420", + "", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "صرع/نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Epilepsy / seizures", + "KYmRwgkkgsl", + "epilepsy_seizures", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|17. Epilepsy / seizures", + 1, + 410 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 18, + "18. Other disorder", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "18. Other disorder", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "other / other disorder", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "نوع آخر من الأمراض", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Other disorder, specify", + "G7j5nsi8r7T", + "other_disorder_specify", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|18. Other disorder", + 1, + 411 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 19, + "19. No diagnosis", + "dc77c73a-5ce5-4aac-821e-81f19f81b65f", + "19. No diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1630", + "", + "none", + "Generic descriptive answer.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "", + "لا يوجد تشخيص", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "No diagnosis", + "qNroeJqYQmn", + "no_diagnosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|19. No diagnosis", + 1, + 412 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 1, + "1. Psychosomatic", + "c899d33a-adde-4c70-ad65-2326b8843e3b", + "1. Psychosomatic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-459", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "نفسية جسدية", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "1. Psychosomatic", + "YLwstT7QxPg", + "1_psychosomatic", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|1. Psychosomatic", + 1, + 413 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 2, + "2. Depression related", + "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", + "2. Depression related", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "1رتبطة بالاكتئاب", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "2. Depression related", + "IEdTLNPdysy", + "2_depression_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|2. Depression related", + 1, + 414 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 3, + "3. Anxiety related", + "241b3278-3803-478b-8484-70e2b17e5543", + "3. Anxiety related", + "", + "", + "", + "", + "", + "", + "Anxiety", + "Persistent feeling of dread, apprehension, and impending disaster.", + "N/A", + "Diagnosis", + "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Anxiety", + "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", + "Coded", + "Diagnosis", + "3ce6b1ee-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "2مرتبطة بالقلق", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "3. Anxiety related", + "WgBIYmHZdJc", + "3_anxiety_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|3. Anxiety related", + 1, + 415 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 4, + "4. Trauma related", + "3a0c003c-9149-4a5f-a236-ed5d61231950", + "4. Trauma related", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Trauma", + "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", + "N/A", + "Diagnosis", + "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "3مرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "4. Trauma related", + "vC3XeVwbmLY", + "4_trauma_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|4. Trauma related", + 1, + 416 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 5, + "5. Psychosis related", + "612c130a-0ae9-4565-af09-b5437334c742", + "5. Psychosis related", + "Psychosis", + "Mental disorder combining symptoms that result in an impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000696", + 90, + "Psychosis", + "", + "N/A", + "Diagnosis", + "113517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Psychosis", + "A severe mental disorder, with or without organic damage, characterized by derangement of personality and loss of contact with reality and causing deterioration of normal social functioning.", + "N/A", + "Diagnosis", + "3ccea7fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "4مرتبطة بالذهان", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "5. Psychosis related", + "NuEhgdvdwHA", + "5_psychosis_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|5. Psychosis related", + 1, + 417 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 6, + "6. Neuro cognitive problems", + "a5b552b6-44db-42f1-a436-6f2f12de471e", + "6. Neuro cognitive problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-891", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "5مشاكل عصبية إدراكية", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "6. Neuro cognitive problems", + "x9vk1fImSr7", + "6_neuro_cognitive_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|6. Neuro cognitive problems", + 1, + 418 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 7, + "7. Behaviour problems", + "5b271a75-d44b-466a-8baf-71153dc1895c", + "7. Behaviour problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "OCL-113635", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "6مشاكل في السلوكيات", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "7. Behaviour problems", + "S5v9RKrCwIx", + "7_behaviour_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|7. Behaviour problems", + 1, + 419 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 8, + "8. Other symptoms", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8. Other symptoms", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "7اعراض اخرى", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "8. Other symptoms", + "GaJQMD4oqS5", + "8_other_symptoms", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|8. Other symptoms", + 1, + 420 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 1, + "1 - 3 days", + "a3d78d0a-613d-46ab-ae00-de985dd822eb", + "1 - 3 days", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3243", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أيام ١-٣", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 3 days", + "Syw1PVWr0UX", + "1_3_days", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 3 days", + 1, + 421 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 2, + "4 - 7 days", + "7a5a7a86-1ebf-4309-915a-d58e6c907db1", + "4 - 7 days", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3244", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أيام ٤-٦", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "4 - 7 days", + "jVQNrNJHHkN", + "4_7_days", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|4 - 7 days", + 1, + 422 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 3, + "1 - 4 weeks", + "d5ea3587-be05-4b66-809c-3c63481300b3", + "1 - 4 weeks", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3245", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أسابيع ١-٤", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 4 weeks", + "IcUeaP23Ayu", + "1_4_weeks", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 4 weeks", + 1, + 423 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 4, + "1 - 6 months", + "a2ffa3e1-eabe-4417-af29-09ea962d584e", + "1 - 6 months", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3246", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أشهر ١-٦", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 6 months", + "qgvtHQTTScW", + "1_6_months", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 6 months", + 1, + 424 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 5, + "6 - 12 months", + "f9c40a2d-7e94-418b-b222-e73959845e4d", + "6 - 12 months", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3247", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أشهر ٦-١٢", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "6 - 12 months", + "y6MYfCvaJkX", + "6_12_months", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|6 - 12 months", + 1, + 425 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 6, + "> 1 year", + "f7ae6f81-0dcf-4316-9706-26d96a8d9c1e", + "> 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3248", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أكثر من سنة", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "> 1 year", + "ACcQT2fwiwz", + ">1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|> 1 year", + 1, + 426 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 1, + "0 - 4", + "", + "0 - 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "0 - 4", + "WckhKgP63BA", + "0_4", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|0 - 4", + 1, + 427 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 2, + 45421, + "", + 45421, + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + 45421, + "YkBcbx6RBHh", + "5_9", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|5 - 9", + 1, + 428 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 3, + 45579, + "", + 45579, + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + 45579, + "AJWrsjJAliA", + "10_14", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|10 - 14", + 1, + 429 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 4, + "15 - 19", + "", + "15 - 19", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "15 - 19", + "q0ubDgXvYpV", + "15_19", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|15 - 19", + 1, + 430 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 5, + ">=20", + "", + ">=20", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + ">=20", + "vq07JGEe2mq", + ">20", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|>=20", + 1, + 431 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 1, + "0 - Not assessed", + "eb770ad7-b106-4255-83bd-2dc284fbd7ce", + "0 - Not assessed", + "", + "", + "", + "", + "", + "", + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3257", + "", + "", + "0 - لم يتم قياسه", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لم يتم قياسه", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 0, + "G9EBBmiN9xy", + "cgi-s_score|0", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|0 - Not assessed", + 1, + 432 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 2, + "1 - Normal/not ill", + "d884d3dd-7649-4260-b139-2d740baf9767", + "1 - Normal/not ill", + "Normal", + "A standard or typical result.", + "N/A", + "Misc", + "d884d3dd-7649-4260-b139-2d740baf9767", + 90, + "Normal", + "General descriptive answer.", + "N/A", + "Misc", + "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Normal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd750a0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "1 - عادي / غير مريض", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عادي / غير مريض", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 1, + "kA0sL0CXSw6", + "cgi-s_score|1", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|1 - Normal/not ill", + 1, + 433 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 3, + "2 - Suspected mentally ill", + "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1", + "2 - Suspected mentally ill", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "2 - يشتبه بإصابته بمرض نفسي", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "يشتبه بإصابته بمرض نفسي", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 2, + "JZ7qkt6RFC8", + "cgi-s_score|2", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|2 - Suspected mentally ill", + 1, + 434 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 4, + "3 - Mildly ill", + "c90610d0-29ee-437e-af93-7bcc49fda2f1", + "3 - Mildly ill", + "Mild", + "Without severity or significant impact", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001887", + 90, + "Mildly ill", + "Clearly established symptoms with minimal, if any, distress or difficulty in social and occupational function", + "N/A", + "Finding", + "c6518e7c-21fb-4567-b415-13c007171e4e", + 90, + "Mild", + "General qualifier value", + "N/A", + "Finding", + "3cdef9ae-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "3 - مريض بشكل طفيف", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل طفيف", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 3, + "Wdl3QmheipE", + "cgi-s_score|3", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|3 - Mildly ill", + 1, + 435 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 5, + "4 - Moderately ill", + "e81cfac7-6c80-4e1b-af86-3d896c9bbdac", + "4 - Moderately ill", + "Moderate", + "Average in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001888", + 90, + "Moderately ill", + "Overt symptoms causing noticeable, but modest, functional impairment or distress; symptom level may warrant medication", + "N/A", + "Finding", + "10fe25ee-6a0f-41f8-a443-3155b51e5f25", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "3cdef832-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "4 - مريض بشكل متوسط ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل متوسط ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 4, + "nCM6PF4SB9r", + "cgi-s_score|4", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|4 - Moderately ill", + 1, + 436 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 6, + "5 - Markedly ill", + "cf122053-f10b-4450-89e1-ed9adabb413c", + "5 - Markedly ill", + "Markedly ill", + "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Severity (CGI-S) score, rating the mental state of the patient.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001840", + 90, + "Markedly ill", + "Intrusive symptoms that distinctly impair social/occupational function or cause intrusive levels of distress", + "N/A", + "Finding", + "877f9423-bac3-41b4-ada1-3e571cfaa7fd", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "5 - مريض بشكل ملحوظ ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل ملحوظ ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 5, + "nIwgqWMPi2T", + "cgi-s_score|5", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|5 - Markedly ill", + 1, + 437 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 7, + "6 - Severely ill", + "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7", + "6 - Severely ill", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severely ill", + "Disruptive pathology, behavior and function are frequently influenced by symptoms, may require assistance from others", + "N/A", + "Finding", + "fbce3be2-ca0b-48e0-a314-720d2a67b71b", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "6 - مريض بشكل شديد", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل شديد", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 6, + "UD0mFMSQCkc", + "cgi-s_score|6", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|6 - Severely ill", + 1, + 438 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 8, + "7 - Extremely ill patient", + "0f115f25-cdd0-49c3-b009-ba9acb041fef", + "7 - Extremely ill patient", + "", + "", + "", + "", + "", + "", + "Extremely ill", + "Among the most extremely ill patients&mdash;pathology drastically interferes in many life functions; may be hospitalized", + "N/A", + "Finding", + "319a7d41-45c6-4a88-8e84-6a61b9cc2d1b", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "7 - مريض بشكل خطير", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل خطير", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 7, + "FYnMWvKXosf", + "cgi-s_score|7", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|7 - Extremely ill patient", + 1, + 439 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 1, + "0 - Not assessed", + "", + "0 - Not assessed", + "", + "", + "", + "", + "", + "", + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "0 - لم يتم قياسه ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لم يتم قياسه ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 0, + "G9EBBmiN9xy", + "cgi-s_score|0", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|0 - Not assessed", + 1, + 440 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 2, + "1 - Very much improved", + "", + "1 - Very much improved", + "Very much improved", + "A score of 1 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001843", + 95, + "Very much improved", + "Nearly all better; good level of functioning; minimal symptoms; represents a very substantial change", + "N/A", + "Finding", + "30c9c7a5-cc9e-40fa-a5ec-9e8b8994a2c7", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "1 - تحسن إلى حد كبير ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن إلى حد كبير ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 1, + "kA0sL0CXSw6", + "cgi-s_score|1", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|1 - Very much improved", + 1, + 441 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 3, + "2 - Much improved", + "", + "2 - Much improved", + "Much improved", + "A score of 2 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001844", + 90, + "Much improved", + "Notably better with significant reduction of symptoms; increase in the level of functioning but some symptoms remain", + "N/A", + "Finding", + "0bab04e3-b58c-4809-862b-1f9da712b46d", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "2 - تحسن جداً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن جداً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 2, + "JZ7qkt6RFC8", + "cgi-s_score|2", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|2 - Much improved", + 1, + 442 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 4, + "3 - Minimally improved", + "", + "3 - Minimally improved", + "Minimally improved", + "A score of 3 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001845", + 95, + "Minimally improved", + "Slightly better with little or no clinically meaningful reduction of symptoms. Represents very little change in basic clinical status, level of care, or functional capacity", + "N/A", + "Finding", + "da0f78aa-5e68-4979-90e6-49225805e85b", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "3 - تحسن بالحد الأدنى", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن بالحد الأدنى", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 3, + "Wdl3QmheipE", + "cgi-s_score|3", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|3 - Minimally improved", + 1, + 443 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 5, + "4 - No change", + "", + "4 - No change", + "No change", + "A score of 4 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001846", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "4 - لا تغيّر ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لا تغيّر ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 4, + "nCM6PF4SB9r", + "cgi-s_score|4", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|4 - No change", + 1, + 444 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 6, + "5 - Minimally worse", + "", + "5 - Minimally worse", + "Minimally worse", + "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001847", + 90, + "Minimally worse", + "Slightly worse but may not be clinically meaningful; may represent very little change in basic clinical status or functional capacity", + "N/A", + "Misc", + "f7d57972-8da5-422c-8b85-d9d2239c682e", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "5 - ساءت حالته قليلاً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته قليلاً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 5, + "nIwgqWMPi2T", + "cgi-s_score|5", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|5 - Minimally worse", + 1, + 445 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 7, + "6 - Much worse", + "", + "6 - Much worse", + "Much worse", + "A score of 6 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001848", + 90, + "Much worse", + "Clinically significant increase in symptoms and diminished functioning", + "N/A", + "Misc", + "0bec15d7-9903-4a20-9494-401301f4d05d", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "6 - ساءت حالته جداً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته جداً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 6, + "UD0mFMSQCkc", + "cgi-s_score|6", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|6 - Much worse", + 1, + 446 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 8, + "7 - Very much worse", + "", + "7 - Very much worse", + "Very much worse", + "A score of 7 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001849", + 90, + "Very much worse", + "Severe exacerbation of symptoms and loss of functioning", + "N/A", + "Misc", + "79c81058-c0ee-430e-9153-fb9c3c2dccc7", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "7 - ساءت حالته إلى حد كبير", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته إلى حد كبير", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 7, + "FYnMWvKXosf", + "cgi-s_score|7", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|7 - Very much worse", + 1, + 447 + ], + [ + 43, + "Medication prescribed by - MH", + "", + "Coded", + 1, + "MSF", + "74c9a7c6-e64d-4f49-b8a6-f10999eb25bc", + "MSF", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3300", + "", + "MSF OCG", + "The MSF Operational Centre based in Geneva.", + "MSF-51 is MSF OCG (each section is coded, but no MSF on its own)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منظمة أطباء بلا حدو", + "TEXT", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Medication prescribed by - MH|MSF", + 1, + 448 + ], + [ + 43, + "Medication prescribed by - MH", + "", + "Coded", + 2, + "Non MSF", + "77822de2-c236-4400-96f4-ee13b9334cea", + "Non MSF", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3301", + "", + "", + "", + "Not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليس منظمة أطباء بلا حدود", + "TEXT", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Medication prescribed by - MH|Non MSF", + 1, + 449 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 1, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-313", + "", + "Sexual violence", + "Unlawful sexual intercourse without consent of the victim.", + "Not found as an adjective alone, MSF313 for sexual violence", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "جنسي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Sexual", + 1, + 450 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 2, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-158358", + "Physical Violence", + "", + "Not found as an adjective alone, as a diagnosis in CIEL (physical violence, or as a finding, Victim of physical violence, 167244)", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "جسدي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Physical", + 1, + 451 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 3, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3303", + "", + "", + "", + "Not found as an adjective alone, or as a type of violence in MSF", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "لفظي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Verbal", + 1, + 452 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 4, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3304", + "", + "", + "", + "Not found as an adjective alone, or as a type of violence in MSF", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "نفسي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Psychological", + 1, + 453 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Other", + 1, + 454 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 1, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Physical", + 1, + 455 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 2, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Psychological", + 1, + 456 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 3, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Sexual", + 1, + 457 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 4, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Verbal", + 1, + 458 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Other", + 1, + 459 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 1, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Physical", + 1, + 460 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 2, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Psychological", + 1, + 461 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 3, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Sexual", + 1, + 462 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 4, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Verbal", + 1, + 463 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Other", + 1, + 464 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 1, + "< 24 hrs", + "63a236d1-add1-49ec-88c9-8e89108a71f2", + "< 24 hrs", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3305", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من 24 ساعة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "< 24 hrs", + "rboxGBCpxP5", + "< 24 hrs", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|< 24 hrs", + 1, + 465 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 2, + "24 -72hrs", + "8d9cf61e-1f64-4f25-b202-52da17e8c634", + "24 -72hrs", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3306", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "72-24ساعة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "24 -72hrs", + "Fi67snqrRPm", + "24 -72hrs", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|24 -72hrs", + 1, + 466 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 3, + "Less than 1 month", + "0e298528-7c8c-4724-a24f-d71ee7c1ebea", + "Less than 1 month", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3307", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من شهر واحد", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Less than 1 month", + "W90N4TbsQYD", + "less_than_1_month", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Less than 1 month", + 1, + 467 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 4, + "Less than 1 year", + "b5b58ef8-1bdf-4c14-9384-afbeb848d571", + "Less than 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3308", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من سنة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Less than 1 year", + "NEIhaoKeaqc", + "less_than_1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Less than 1 year", + 1, + 468 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 5, + ">= 1 year", + "4a17e0a6-1add-49a6-9831-d8ad7c647ec9", + ">= 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3309", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "سنة او اكثر", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + ">= 1 year", + "ifUaNyIglm3", + ">= 1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|>= 1 year", + 1, + 469 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 6, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-929", + "CIEL-1067", + "unknown", + "Generic answer to question when information/data is not known.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Unknown", + "Ldq2j9ZBfMI", + "unknown", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Unknown", + 1, + 470 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 1, + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "6e02debd-31eb-4112-8566-00e520835c76", + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + 1, + 471 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 2, + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL_160656", + "Personal History of severe disease", + "", + "Diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + 1, + 472 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "35910034-cc37-4dd1-abb7-ce140b0eff2b", + "1.3 Unwanted pregnancy", + "", + "", + "", + "", + "", + "", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL -123572", + "Unwanted Pregnancy", + "The pregnancy is not wanted by one or both parents.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حمل غير مرعوب به", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.3 Unwanted pregnancy", + 1, + 473 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 4, + "1.4 History of psychiatric problems", + "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", + "1.4 History of psychiatric problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-159350", + "Personal History of Psychiatric Disorder", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المعاناة من مشاكل نفسية في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.4 History of psychiatric problems", + 1, + 474 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 5, + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "4bf7b376-9193-4ee4-a51a-445d07d2d22b", + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "N/A", + "Diagnosis", + "733c362a-89d3-4c6a-b918-f4af5725e7c7", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-145439", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + 1, + 475 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 6, + "1.6 Family member with a serious medical condition", + "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", + "1.6 Family member with a serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "MSF-918", + "", + "Close relative with medical disease", + "Relative or family member has a medical disease.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.6 Family member with a serious medical condition", + 1, + 476 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "5cccf137-2952-4c9b-b879-b4ed2a9be621", + "2.1 Sexual violence within the family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي داخل العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.1 Sexual violence within the family", + 1, + 477 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 8, + "2.2 Sexual violence outside the family", + "dbe73631-79ae-4ab9-a3c8-65d6732c8714", + "2.2 Sexual violence outside the family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي خارج العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.2 Sexual violence outside the family", + 1, + 478 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 9, + "2.3 Exposed to war", + "cf28335f-d72c-440a-afc1-bcca39b51155", + "2.3 Exposed to war", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العيش في أجواء الحرب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.3 Exposed to war", + 1, + 479 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 10, + "2.4 Incarceration/detention", + "66492df1-6d26-498a-b6c7-b10931da1642", + "2.4 Incarceration/detention", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-156761", + "Imprisonment and other incarceration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحبس/الاحتجاز", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.4 Incarceration/detention", + 1, + 480 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 11, + "2.5 Hostage/kidnapping/forced recruitment", + "8917acb0-e25d-4f9e-84bb-cae9998abf35", + "2.5 Hostage/kidnapping/forced recruitment", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاختطاف / التجنيد الإجباري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.5 Hostage/kidnapping/forced recruitment", + 1, + 481 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 12, + "2.6 Deportation", + "f279409d-71ba-41c6-8301-76ee90d239dc", + "2.6 Deportation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الترحيل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.6 Deportation", + 1, + 482 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 13, + "2.7 Domestic violence", + "e25f9ca1-0b33-4765-a8c4-5da48289bda7", + "2.7 Domestic violence", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-160658", + "History of exposure to domestic violence", + "History of abusive behaviors by one partner against another in an intimate relationship such as marriage, dating, family, or cohabitation. This includes the history of physical, sexual or emotional abuse.", + "As opposed to Domestic Violence as a diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف المنزلي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.7 Domestic violence", + 1, + 483 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 14, + "2.8 Victim of threats", + "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", + "2.8 Victim of threats", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للتهديدات", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.8 Victim of threats", + 1, + 484 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 15, + "2.9 Victim of human trafficking or smuggling", + "5958f0fd-c755-4640-80d7-5ef0f9522b2e", + "2.9 Victim of human trafficking or smuggling", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للإتجار البشري والتهريب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.9 Victim of human trafficking or smuggling", + 1, + 485 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 16, + "2.10 Witness violence/killings/threats", + "107a7f52-f95d-447f-bf1a-c801e1a0082c", + "2.10 Witness violence/killings/threats", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-922", + "", + "Direct witness of violence", + "Patient directly witnessed an act of violence.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.10 Witness violence/killings/threats", + 1, + 486 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 17, + "2.11 Forced to flee (IDP/refugee/migrant)", + "a8b0e025-a735-407b-b958-fe9b29c370e7", + "2.11 Forced to flee (IDP/refugee/migrant)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1530", + "", + "Internally Displaced Person", + "Person who have been forced to flee their home but never cross an international border", + "Also existing migrant MSF-1531 and refugee MSF-1529", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.11 Forced to flee (IDP/refugee/migrant)", + 1, + 487 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 18, + "2.12 Target of stigma/discrimination/marginalization", + "e702655a-57af-457a-a1ae-42e31f119f80", + "2.12 Target of stigma/discrimination/marginalization", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "Multiple distinct types of discrimination in CIEL, no generic. Also reused to seek treatment due to stigme as a reason for noncomliance", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للوصم / التمييز العنصري / التهميش", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.12 Target of stigma/discrimination/marginalization", + 1, + 488 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 19, + "2.13 Other violence (wounded/beaten/torture)", + "c80eb3f7-31b1-4717-a78d-0aac623fc129", + "2.13 Other violence (wounded/beaten/torture)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found - but Victim of Torture CIEL-123156", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.13 Other violence (wounded/beaten/torture)", + 1, + 489 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 20, + "2.14 Forced curfew or confinement", + "ea673f5c-5f99-4da5-9f41-92c21446de31", + "2.14 Forced curfew or confinement", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "no found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاحتجاز أو منع الحركة القسري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.14 Forced curfew or confinement", + 1, + 490 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 21, + "2.15 History of suicide attempts", + "160734e2-e5ed-44e9-b573-bdbb6e619e30", + "2.15 History of suicide attempts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-129176", + "History of Suicide attempt", + "", + "Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحار سابقة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.15 History of suicide attempts", + 1, + 491 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 22, + "2.16 History of self-harm/mutilation", + "19408a7e-e17e-4040-adec-d6aa426564ce", + "2.16 History of self-harm/mutilation", + "", + "", + "", + "", + "", + "", + "self-harm", + "", + "N/A", + "Diagnosis", + "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1391", + "", + "Self Harm", + "The act of purposely hurting oneself as an emotional coping mechanism.", + "Is listed as diagnosis, not as a precipitating event", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية نفس / تشويه للنفس في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.16 History of self-harm/mutilation", + 1, + 492 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 23, + "2.17 Family members lived a violent experience", + "5a462534-7605-4137-8d5c-503584538eb4", + "2.17 Family members lived a violent experience", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أفراد العائلة لتجربة عنيفة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.17 Family members lived a violent experience", + 1, + 493 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 24, + "2.18 Adult forced marriage ", + "a725a884-e785-4c08-b08a-386d8652faaf", + "2.18 Adult forced marriage ", + "", + "", + "", + "", + "", + "", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الزواج القسري للبالغين", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.18 Adult forced marriage ", + 1, + 494 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 25, + "2.19 Child marriage", + "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زواج الأطفال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.19 Child marriage", + 1, + 495 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 26, + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "4e3ab089-6a99-4e15-8883-3c49a150e6c6", + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "MSF-917", + "CIEL-167687", + "Close relative detained/died/missed/injured", + "Relative or family member has died, been detained, is missing, etc.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.1 Family member killed or missing (arrested / detained / disappeared) ", + 1, + 496 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 27, + "3.2 Unaccompanied minor or orphaned", + "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", + "3.2 Unaccompanied minor or orphaned", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found. 1174 CIEL, but as question 'orphan' not finding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قاصر أو يتيم من دون مرافق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.2 Unaccompanied minor or orphaned", + 1, + 497 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "f2be320d-7757-4525-bcb0-6005368982d7", + "3.3 Negligence of caretakers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1424", + "", + "Victim of Neglect", + "The person has been deprived of the care necessary to maintain their physical or mental health.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهمال مقدمي الرعاية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.3 Negligence of caretakers", + 1, + 498 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "979b6137-2d14-412d-8e07-d3f2a1743deb", + "3.4 Property destroyed or lost", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1544", + "", + "House / Property destroyed", + "Specific agregated concept for the Mental Health database as part of the list of stressors", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دمار الممتلكات أو فقدانها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.4 Property destroyed or lost", + 1, + 499 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 30, + "3.5 Loss of income", + "c88d3256-f445-4eee-8aac-c31542386f23", + "3.5 Loss of income", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان مصدر الدخل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.5 Loss of income", + 1, + 500 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 31, + "3.6 Death of family member (natural or accidental death)", + "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", + "3.6 Death of family member (natural or accidental death)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found - CIEL 167687 - loss of a relative, but description also includes detailed missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.6 Death of family member (natural or accidental death)", + 1, + 501 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 32, + "3.7 Relationship problems", + "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", + "3.7 Relationship problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-113353", + "Relationship problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عاطفية مع الشريك/ة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.7 Relationship problems", + 1, + 502 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 33, + "3.8 Divorce/separation", + "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", + "3.8 Divorce/separation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-163007", + "Divorced/separated→Previously married but now not with living spouse[en]", + "Either divorced or separated but not widowed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطلاق / الانفصال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.8 Divorce/separation", + 1, + 503 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", + "3.9 Migration due to financial reasons", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found , only MSF1531 Migrant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهجرة لأسباب اقتصادية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.9 Migration due to financial reasons", + 1, + 504 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + 1, + 505 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 36, + "4.2 Road accident", + "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", + "4.2 Road accident", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2985", + "", + "Trauma Accidental Traffic (TAT)", + "", + "I am unsure if this MSF is a good match, also CIEL - Traffic accident 119964, or CIEL-86, Accident motor vehicle", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حادث سير", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|4.2 Road accident", + 1, + 506 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 37, + "5.1 Financial problems", + "e6957cdb-3694-4ab6-b98b-2031c02b4460", + "5.1 Financial problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1543", + "", + "Extreme poverty / financial crisis", + "Specific agregated concept for the Mental Health database as part of the list of stressors", + "Maybe too strong", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل مالية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.1 Financial problems", + 1, + 507 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "cd22a8af-1506-47af-9d1b-325c31c230a8", + "5.2 Difficult living conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبة الوضع المعيشي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.2 Difficult living conditions", + 1, + 508 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 39, + "5.3 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "5.3 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حدد", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.3 Other", + 1, + 509 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 1, + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "6e02debd-31eb-4112-8566-00e520835c76", + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + 1, + 510 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 2, + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + 1, + 511 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "35910034-cc37-4dd1-abb7-ce140b0eff2b", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حمل غير مرعوب به", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.3 Unwanted pregnancy", + 1, + 512 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 4, + "1.4 History of psychiatric problems", + "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", + "1.4 History of psychiatric problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المعاناة من مشاكل نفسية في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.4 History of psychiatric problems", + 1, + 513 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 5, + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "4bf7b376-9193-4ee4-a51a-445d07d2d22b", + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "N/A", + "Diagnosis", + "733c362a-89d3-4c6a-b918-f4af5725e7c7", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + 1, + 514 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 6, + "1.6 Family member with a serious medical condition", + "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", + "1.6 Family member with a serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.6 Family member with a serious medical condition", + 1, + 515 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 1, + "2.1 Sexual violence within the family", + "5cccf137-2952-4c9b-b879-b4ed2a9be621", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي داخل العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.1 Sexual violence within the family", + 1, + 516 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 2, + "2.2 Sexual violence outside the family", + "dbe73631-79ae-4ab9-a3c8-65d6732c8714", + "2.2 Sexual violence outside the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي خارج العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.2 Sexual violence outside the family", + 1, + 517 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 3, + "2.3 Exposed to war", + "cf28335f-d72c-440a-afc1-bcca39b51155", + "2.3 Exposed to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العيش في أجواء الحرب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.3 Exposed to war", + 1, + 518 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 4, + "2.4 Incarceration/detention", + "66492df1-6d26-498a-b6c7-b10931da1642", + "2.4 Incarceration/detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحبس/الاحتجاز", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.4 Incarceration/detention", + 1, + 519 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 5, + "2.5 Hostage/kidnapping/forced recruitment", + "8917acb0-e25d-4f9e-84bb-cae9998abf35", + "2.5 Hostage/kidnapping/forced recruitment", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاختطاف / التجنيد الإجباري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.5 Hostage/kidnapping/forced recruitment", + 1, + 520 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 6, + "2.6 Deportation", + "f279409d-71ba-41c6-8301-76ee90d239dc", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الترحيل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.6 Deportation", + 1, + 521 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 7, + "2.7 Domestic violence", + "e25f9ca1-0b33-4765-a8c4-5da48289bda7", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف المنزلي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.7 Domestic violence", + 1, + 522 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 8, + "2.8 Victim of threats", + "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", + "2.8 Victim of threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للتهديدات", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.8 Victim of threats", + 1, + 523 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 9, + "2.9 Victim of human trafficking or smuggling", + "5958f0fd-c755-4640-80d7-5ef0f9522b2e", + "2.9 Victim of human trafficking or smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للإتجار البشري والتهريب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.9 Victim of human trafficking or smuggling", + 1, + 524 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 10, + "2.10 Witness violence/killings/threats", + "107a7f52-f95d-447f-bf1a-c801e1a0082c", + "2.10 Witness violence/killings/threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.10 Witness violence/killings/threats", + 1, + 525 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 11, + "2.11 Forced to flee (IDP/refugee/migrant)", + "a8b0e025-a735-407b-b958-fe9b29c370e7", + "2.11 Forced to flee (IDP/refugee/migrant)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.11 Forced to flee (IDP/refugee/migrant)", + 1, + 526 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 12, + "2.12 Target of stigma/discrimination/marginalization", + "e702655a-57af-457a-a1ae-42e31f119f80", + "2.12 Target of stigma/discrimination/marginalization", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للوصم / التمييز العنصري / التهميش", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.12 Target of stigma/discrimination/marginalization", + 1, + 527 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 13, + "2.13 Other violence (wounded/beaten/torture)", + "c80eb3f7-31b1-4717-a78d-0aac623fc129", + "2.13 Other violence (wounded/beaten/torture)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.13 Other violence (wounded/beaten/torture)", + 1, + 528 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 14, + "2.14 Forced curfew or confinement", + "ea673f5c-5f99-4da5-9f41-92c21446de31", + "2.14 Forced curfew or confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاحتجاز أو منع الحركة القسري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.14 Forced curfew or confinement", + 1, + 529 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 15, + "2.15 History of suicide attempts", + "160734e2-e5ed-44e9-b573-bdbb6e619e30", + "2.15 History of suicide attempts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحار سابقة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.15 History of suicide attempts", + 1, + 530 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 16, + "2.16 History of self-harm/mutilation", + "19408a7e-e17e-4040-adec-d6aa426564ce", + "2.16 History of self-harm/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + "self-harm", + " ", + "N/A", + "Diagnosis", + "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية نفس / تشويه للنفس في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.16 History of self-harm/mutilation", + 1, + 531 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 17, + "2.17 Family members lived a violent experience", + "5a462534-7605-4137-8d5c-503584538eb4", + "2.17 Family members lived a violent experience", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أفراد العائلة لتجربة عنيفة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.17 Family members lived a violent experience", + 1, + 532 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 18, + "2.18 Adult forced marriage ", + "a725a884-e785-4c08-b08a-386d8652faaf", + "2.18 Adult forced marriage ", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الزواج القسري للبالغين", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.18 Adult forced marriage ", + 1, + 533 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 19, + "2.19 Child marriage", + "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زواج الأطفال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.19 Child marriage", + 1, + 534 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 1, + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "4e3ab089-6a99-4e15-8883-3c49a150e6c6", + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.1 Family member killed or missing (arrested / detained / disappeared) ", + 1, + 535 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 2, + "3.2 Unaccompanied minor or orphaned", + "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", + "3.2 Unaccompanied minor or orphaned", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قاصر أو يتيم من دون مرافق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.2 Unaccompanied minor or orphaned", + 1, + 536 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 3, + "3.3 Negligence of caretakers", + "f2be320d-7757-4525-bcb0-6005368982d7", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهمال مقدمي الرعاية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.3 Negligence of caretakers", + 1, + 537 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 4, + "3.4 Property destroyed or lost", + "979b6137-2d14-412d-8e07-d3f2a1743deb", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دمار الممتلكات أو فقدانها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.4 Property destroyed or lost", + 1, + 538 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 5, + "3.5 Loss of income", + "c88d3256-f445-4eee-8aac-c31542386f23", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان مصدر الدخل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.5 Loss of income", + 1, + 539 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 6, + "3.6 Death of family member (natural or accidental death)", + "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", + "3.6 Death of family member (natural or accidental death)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.6 Death of family member (natural or accidental death)", + 1, + 540 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 7, + "3.7 Relationship problems", + "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عاطفية مع الشريك/ة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.7 Relationship problems", + 1, + 541 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 8, + "3.8 Divorce/separation", + "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", + "3.8 Divorce/separation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطلاق / الانفصال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.8 Divorce/separation", + 1, + 542 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 9, + "3.9 Migration due to financial reasons", + "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهجرة لأسباب اقتصادية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.9 Migration due to financial reasons", + 1, + 543 + ], + [ + 52, + "Past / Precipitating Events - Disaster", + "", + "Coded", + 1, + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Disaster|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + 1, + 544 + ], + [ + 52, + "Past / Precipitating Events - Disaster", + "", + "Coded", + 2, + "4.2 Road accident", + "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", + "4.2 Road accident", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حادث سير", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Disaster|4.2 Road accident", + 1, + 545 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 1, + "5.1 Financial problems", + "e6957cdb-3694-4ab6-b98b-2031c02b4460", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل مالية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.1 Financial problems", + 1, + 546 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 2, + "5.2 Difficult living conditions", + "cd22a8af-1506-47af-9d1b-325c31c230a8", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبة الوضع المعيشي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.2 Difficult living conditions", + 1, + 547 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 3, + "5.3 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "5.3 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حدد", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.3 Other", + 1, + 548 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 1, + "1.1 Highly stigmatizing diseases", + "", + "1.1 Highly stigmatizing diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.1 Highly stigmatizing diseases", + 1, + 549 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 2, + "1.2 Severe medical condition", + "", + "1.2 Severe medical condition", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.2 Severe medical condition", + 1, + 550 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.3 Unwanted pregnancy", + 1, + 551 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 4, + "1.4 History of psychological or psychiatric problem", + "", + "1.4 History of psychological or psychiatric problem", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.4 History of psychological or psychiatric problem", + 1, + 552 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 5, + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000603", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "3cd50188-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + 1, + 553 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 6, + "1.6 Family member with serious medical condition", + "", + "1.6 Family member with serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.6 Family member with serious medical condition", + 1, + 554 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.1 Sexual violence within the family", + 1, + 555 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 8, + "2.10 Witnessed violence / killing / threats", + "", + "2.10 Witnessed violence / killing / threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.10 Witnessed violence / killing / threats", + 1, + 556 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 9, + "2.11 Forced to flee / IDP / refugee / migration", + "", + "2.11 Forced to flee / IDP / refugee / migration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.11 Forced to flee / IDP / refugee / migration", + 1, + 557 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 10, + "2.12 Target of social stigma / Marginalisation and discrimination", + "", + "2.12 Target of social stigma / Marginalisation and discrimination", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.12 Target of social stigma / Marginalisation and discrimination", + 1, + 558 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 11, + "2.13 Other physical violence (wounded, beaten, tortured)", + "", + "2.13 Other physical violence (wounded, beaten, tortured)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.13 Other physical violence (wounded, beaten, tortured)", + 1, + 559 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 12, + "2.14 Forced curfew and confinement", + "", + "2.14 Forced curfew and confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.14 Forced curfew and confinement", + 1, + 560 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 13, + "2.15 Suicide/suicide attempt", + "", + "2.15 Suicide/suicide attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Suicide", + "The act of killing oneself.", + "N/A", + "Diagnosis", + "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.15 Suicide/suicide attempt", + 1, + 561 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 14, + "2.16 Self harming/mutilation", + "", + "2.16 Self harming/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.16 Self harming/mutilation", + 1, + 562 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 15, + "2.17 Family member experienced an act of violence", + "", + "2.17 Family member experienced an act of violence", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.17 Family member experienced an act of violence", + 1, + 563 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 16, + "2.18 Adult forced marriage", + "", + "2.18 Adult forced marriage", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.18 Adult forced marriage", + 1, + 564 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 17, + "2.19 Child marriage", + "", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.19 Child marriage", + 1, + 565 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 18, + "2.2 Sexual violence outside family", + "", + "2.2 Sexual violence outside family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.2 Sexual violence outside family", + 1, + 566 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 19, + "2.3 Combat experience / Exposure to war", + "", + "2.3 Combat experience / Exposure to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.3 Combat experience / Exposure to war", + 1, + 567 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 20, + "2.4 Incarceration / Detention", + "", + "2.4 Incarceration / Detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.4 Incarceration / Detention", + 1, + 568 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 21, + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + 1, + 569 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 22, + "2.6 Deportation", + "", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.6 Deportation", + 1, + 570 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 23, + "2.7 Domestic violence", + "", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.7 Domestic violence", + 1, + 571 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 24, + "2.8 Received threats", + "", + "2.8 Received threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.8 Received threats", + 1, + 572 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 25, + "2.9 Victim of human trafficking / smuggling", + "", + "2.9 Victim of human trafficking / smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.9 Victim of human trafficking / smuggling", + 1, + 573 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 26, + "3.1 Family member(s) killed / missing", + "", + "3.1 Family member(s) killed / missing", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.1 Family member(s) killed / missing", + 1, + 574 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 27, + "3.2 Unaccompanied minor / orphan", + "", + "3.2 Unaccompanied minor / orphan", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.2 Unaccompanied minor / orphan", + 1, + 575 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.3 Negligence of caretakers", + 1, + 576 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.4 Property destroyed or lost", + 1, + 577 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 30, + "3.5 Loss of income", + "", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.5 Loss of income", + 1, + 578 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 31, + "3.6 Family member died (natural death or accident)", + "", + "3.6 Family member died (natural death or accident)", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.6 Family member died (natural death or accident)", + 1, + 579 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 32, + "3.7 Relationship problems", + "", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.7 Relationship problems", + 1, + 580 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 33, + "3.8 Divorce / Separation", + "", + "3.8 Divorce / Separation", + " ", + " ", + " ", + " ", + " ", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.8 Divorce / Separation", + 1, + 581 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.9 Migration due to financial reasons", + 1, + 582 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + 1, + 583 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 36, + "4.2 Road accidents", + "", + "4.2 Road accidents", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|4.2 Road accidents", + 1, + 584 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 37, + "5.1 Financial problems", + "", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.1 Financial problems", + 1, + 585 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.2 Difficult living conditions", + 1, + 586 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 39, + "5.3 Other, specify", + "", + "5.3 Other, specify", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.3 Other, specify", + 1, + 587 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 1, + "1.1 Highly stigmatizing diseases", + "", + "1.1 Highly stigmatizing diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.1 Highly stigmatizing diseases", + 1, + 588 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 2, + "1.2 Severe medical condition", + "", + "1.2 Severe medical condition", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.2 Severe medical condition", + 1, + 589 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.3 Unwanted pregnancy", + 1, + 590 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 4, + "1.4 History of psychological or psychiatric problem", + "", + "1.4 History of psychological or psychiatric problem", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.4 History of psychological or psychiatric problem", + 1, + 591 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 5, + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000603", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "3cd50188-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + 1, + 592 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 6, + "1.6 Family member with serious medical condition", + "", + "1.6 Family member with serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.6 Family member with serious medical condition", + 1, + 593 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.1 Sexual violence within the family", + 1, + 594 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 8, + "2.10 Witnessed violence / killing / threats", + "", + "2.10 Witnessed violence / killing / threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.10 Witnessed violence / killing / threats", + 1, + 595 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 9, + "2.11 Forced to flee / IDP / refugee / migration", + "", + "2.11 Forced to flee / IDP / refugee / migration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.11 Forced to flee / IDP / refugee / migration", + 1, + 596 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 10, + "2.12 Target of social stigma / Marginalisation and discrimination", + "", + "2.12 Target of social stigma / Marginalisation and discrimination", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.12 Target of social stigma / Marginalisation and discrimination", + 1, + 597 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 11, + "2.13 Other physical violence (wounded, beaten, tortured)", + "", + "2.13 Other physical violence (wounded, beaten, tortured)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.13 Other physical violence (wounded, beaten, tortured)", + 1, + 598 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 12, + "2.14 Forced curfew and confinement", + "", + "2.14 Forced curfew and confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.14 Forced curfew and confinement", + 1, + 599 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 13, + "2.15 Suicide/suicide attempt", + "", + "2.15 Suicide/suicide attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Suicide", + "The act of killing oneself.", + "N/A", + "Diagnosis", + "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.15 Suicide/suicide attempt", + 1, + 600 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 14, + "2.16 Self harming/mutilation", + "", + "2.16 Self harming/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.16 Self harming/mutilation", + 1, + 601 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 15, + "2.17 Family member experienced an act of violence", + "", + "2.17 Family member experienced an act of violence", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.17 Family member experienced an act of violence", + 1, + 602 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 16, + "2.18 Adult forced marriage", + "", + "2.18 Adult forced marriage", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.18 Adult forced marriage", + 1, + 603 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 17, + "2.19 Child marriage", + "", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.19 Child marriage", + 1, + 604 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 18, + "2.2 Sexual violence outside family", + "", + "2.2 Sexual violence outside family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.2 Sexual violence outside family", + 1, + 605 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 19, + "2.3 Combat experience / Exposure to war", + "", + "2.3 Combat experience / Exposure to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.3 Combat experience / Exposure to war", + 1, + 606 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 20, + "2.4 Incarceration / Detention", + "", + "2.4 Incarceration / Detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.4 Incarceration / Detention", + 1, + 607 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 21, + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + 1, + 608 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 22, + "2.6 Deportation", + "", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.6 Deportation", + 1, + 609 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 23, + "2.7 Domestic violence", + "", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.7 Domestic violence", + 1, + 610 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 24, + "2.8 Received threats", + "", + "2.8 Received threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.8 Received threats", + 1, + 611 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 25, + "2.9 Victim of human trafficking / smuggling", + "", + "2.9 Victim of human trafficking / smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.9 Victim of human trafficking / smuggling", + 1, + 612 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 26, + "3.1 Family member(s) killed / missing", + "", + "3.1 Family member(s) killed / missing", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.1 Family member(s) killed / missing", + 1, + 613 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 27, + "3.2 Unaccompanied minor / orphan", + "", + "3.2 Unaccompanied minor / orphan", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.2 Unaccompanied minor / orphan", + 1, + 614 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.3 Negligence of caretakers", + 1, + 615 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.4 Property destroyed or lost", + 1, + 616 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 30, + "3.5 Loss of income", + "", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.5 Loss of income", + 1, + 617 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 31, + "3.6 Family member died (natural death or accident)", + "", + "3.6 Family member died (natural death or accident)", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.6 Family member died (natural death or accident)", + 1, + 618 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 32, + "3.7 Relationship problems", + "", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.7 Relationship problems", + 1, + 619 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 33, + "3.8 Divorce / Separation", + "", + "3.8 Divorce / Separation", + " ", + " ", + " ", + " ", + " ", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.8 Divorce / Separation", + 1, + 620 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.9 Migration due to financial reasons", + 1, + 621 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + 1, + 622 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 36, + "4.2 Road accidents", + "", + "4.2 Road accidents", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|4.2 Road accidents", + 1, + 623 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 37, + "5.1 Financial problems", + "", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.1 Financial problems", + 1, + 624 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.2 Difficult living conditions", + 1, + 625 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 39, + "5.3 Other, specify", + "", + "5.3 Other, specify", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.3 Other, specify", + 1, + 626 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 1, + "1. Medical Conditions", + "", + "1. Medical Conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحالات الطبية", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "1. Medical Conditions", + "EdVWOgMdfNc", + "1_medical_conditions", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|1. Medical Conditions", + 1, + 627 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 2, + "2. Violence", + "", + "2. Violence", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "2. Violence", + "od6MVdk4TOT", + "2_violence", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|2. Violence", + 1, + 628 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 3, + "3. Separation or Loss", + "", + "3. Separation or Loss", + "", + "", + "", + "", + "", + "", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانفصال او الفقد", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "3. Separation or Loss", + "Mc24Je2EJ4Q", + "3_separation_or_loss", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|3. Separation or Loss", + 1, + 629 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 4, + "4. Disaster", + "", + "4. Disaster", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكوارث", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "4. Disaster", + "iHgeTnhykW6", + "4_disaster", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|4. Disaster", + 1, + 630 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 5, + "5. Other", + "", + "5. Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "5. Other", + "vITRvVrsOKr", + "5_other", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|5. Other", + 1, + 631 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 1, + "Medical care (MSF, MoH, NGO)", + "5f121c90-eca2-4af4-bc2f-49ad1a50ff2e", + "Medical care (MSF, MoH, NGO)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1003", + "", + "General Medical Care", + "Health service providing general medical primary health care", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "العناية الطبية (منظمة أطباء بلا حدود، أو وزارة الصحة، أو منظمة غير حكومية)", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Medical attention (MSF, MoH, NGO)", + "BDhNTdJWTFA", + "medical_attention_msf_moh_ngo", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Medical care (MSF, MoH, NGO)", + 1, + 632 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 2, + "MSF psychiatric services", + "485939c5-1e77-4495-b5e1-77fb2abbcfd7", + "MSF psychiatric services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الصحة النفسية لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "MSF psychiatric services", + "x2caKDwJiQT", + "psychiatric_care", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|MSF psychiatric services", + 1, + 633 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 3, + "Non-MSF psychiatrist services", + "489b042d-5ed4-436f-944c-27b7f31bef3f", + "Non-MSF psychiatrist services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الصحة النفسية من غير منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Non-MSF psychiatrist services", + "OdNA1Ql2kCX", + "non_msf_psychiatrist", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Non-MSF psychiatrist services", + 1, + 634 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 4, + "Social services", + "978fa5d2-e6c4-4b2a-a293-73c098de0af6", + "Social services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-5486", + "Social Support Services", + "", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الخدمات الاجتماعية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Social services", + "ShYuCnlXhfi", + "msf_social_worker", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Social services", + 1, + 635 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 5, + "Legal services", + "8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445", + "Legal services", + "Legal services", + "Representation or advice provided by a qualified legal practitioner for a client.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001406", + 95, + "Legal services", + "", + "N/A", + "Misc", + "6fc6b318-01b3-4322-a661-80b4a408fcfd", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1006", + "", + "legal Services", + "Representation or advice provided by a qualified legal practitioner for a client.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الخدمات القانونية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Legal services", + "K2opinEAoOm", + "legal_services", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Legal services", + 1, + 636 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 6, + "Protection services", + "eff27d0b-d485-4983-814f-febbc4fe185a", + "Protection services", + "Protection services", + "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001407", + 95, + "Protection services", + "", + "N/A", + "Misc", + "a307f884-9ee8-4d3f-b8f7-923870c053c0", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1007", + "", + "Protection Services", + "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الحماية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Protection services", + "bsyZzHUInhX", + "protection_services", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Protection services", + 1, + 637 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 7, + "Hospitalisation", + "6b8fca2d-0147-4dd8-a8f5-3b813152b952", + "Hospitalisation", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-46", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الارسال الى المستشفى", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Hospitalisation", + "wivtq78V9eS", + "hospitalisation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Hospitalisation", + 1, + 638 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 8, + "CHW", + "9bcbf231-c6ca-41c4-b247-bc4bced260c3", + "CHW", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "عاملو صحة مجتمع", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "CHW", + "WwdmMnGtj4o", + "chw", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|CHW", + 1, + 639 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 9, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Other", + "nufb9yUQCNJ", + "other", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Other", + 1, + 640 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 1, + "None", + "", + "None", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "MSF-1630", + "", + "none", + "Generic descriptive answer.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|None", + 1, + 641 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + "", + "", + "", + "", + "", + "", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-931", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Amitriptyline tab", + 1, + 642 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + "", + "", + "", + "", + "", + "", + "Biperiden", + "", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-72217", + "Biperiden", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Biperiden tab", + 1, + 643 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + "", + "", + "", + "", + "", + "", + "Carbamazepine", + "", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-72282", + "Carbamazepine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Carbamazepine tab", + 1, + 644 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + "", + "", + "", + "", + "", + "", + "Chlorpromazine", + "", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-73330", + "Chlorpromazine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Chlorpromazine tab", + 1, + 645 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + "", + "", + "", + "", + "", + "", + "Diazepam", + "", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-74745", + "Diazepam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Diazepam tab", + 1, + 646 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + "", + "", + "", + "", + "", + "", + "Diphenhydramine", + "", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-75015", + "Diphenhydramine ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Diphenhydramine tab", + 1, + 647 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + "", + "", + "", + "", + "", + "", + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-76553", + "Fluoxetine hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Fluoxetine hydrochloride capsule", + 1, + 648 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + "", + "", + "", + "", + "", + "", + "Fluphenazine", + "", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-76556", + "Flupenthixol decanoate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Fluphenazine decanoate amp", + 1, + 649 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + "", + "", + "", + "", + "", + "", + "Haloperidol", + "", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-77335", + "Haloperidol", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Haloperidol tab", + 1, + 650 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + "", + "", + "", + "", + "", + "", + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-77336", + "Haloperidol decanoate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Haloperidol decanoate amp", + 1, + 651 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + "", + "", + "", + "", + "", + "", + "Hydroxyzine", + "", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Hydroxyzine dihydrochloride tab", + 1, + 652 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + "", + "", + "", + "", + "", + "", + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-81025", + "Olanzapine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Olanzapine tab", + 1, + 653 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + "", + "", + "", + "", + "", + "", + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-81604", + "Paroxetine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Paroxetine tab", + 1, + 654 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + "", + "", + "", + "", + "", + "", + "Promethazine hydrochloride", + "", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-82670", + "Promethazine hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Promethazine hydrochloride tab", + 1, + 655 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + "", + "", + "", + "", + "", + "", + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-83405", + "Risperidone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Risperidone tab", + 1, + 656 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + "", + "", + "", + "", + "", + "", + "Sertraline", + "", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-83865", + "Sertraline", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Sertraline tab", + 1, + 657 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + "", + "", + "", + "", + "", + "", + "Trihexyphenidyl hydrochloride", + "", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-85464", + "Trihexyphenidyl hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Trihexyphenidyl hydrochloride tab", + 1, + 658 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + "", + "", + "", + "", + "", + "", + "Valproate", + "", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-84114", + "Valproate sodium", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Valproate sodium tab", + 1, + 659 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Other", + 1, + 660 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 1, + "None", + "", + "None", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|None", + 1, + 661 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Amitriptyline tab", + 1, + 662 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Biperiden", + " ", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Biperiden tab", + 1, + 663 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Carbamazepine", + " ", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Carbamazepine tab", + 1, + 664 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Chlorpromazine", + " ", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Chlorpromazine tab", + 1, + 665 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diazepam", + " ", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Diazepam tab", + 1, + 666 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diphenhydramine", + " ", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Diphenhydramine tab", + 1, + 667 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluoxetine hydrochloride", + " ", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Fluoxetine hydrochloride capsule", + 1, + 668 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluphenazine", + " ", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Fluphenazine decanoate amp", + 1, + 669 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol", + " ", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Haloperidol tab", + 1, + 670 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol decanoate", + " ", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Haloperidol decanoate amp", + 1, + 671 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Hydroxyzine", + " ", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Hydroxyzine dihydrochloride tab", + 1, + 672 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Olanzapine", + " ", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Olanzapine tab", + 1, + 673 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Paroxetine", + " ", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Paroxetine tab", + 1, + 674 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Promethazine hydrochloride", + " ", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Promethazine hydrochloride tab", + 1, + 675 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Risperidone", + " ", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Risperidone tab", + 1, + 676 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Sertraline", + " ", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Sertraline tab", + 1, + 677 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Trihexyphenidyl hydrochloride", + " ", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Trihexyphenidyl hydrochloride tab", + 1, + 678 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Valproate", + " ", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Valproate sodium tab", + 1, + 679 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Other", + 1, + 680 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 1, + "None", + "", + "None", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|None", + 1, + 681 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Amitriptyline tab", + 1, + 682 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Biperiden", + " ", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Biperiden tab", + 1, + 683 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Carbamazepine", + " ", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Carbamazepine tab", + 1, + 684 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Chlorpromazine", + " ", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Chlorpromazine tab", + 1, + 685 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diazepam", + " ", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Diazepam tab", + 1, + 686 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diphenhydramine", + " ", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Diphenhydramine tab", + 1, + 687 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluoxetine hydrochloride", + " ", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Fluoxetine hydrochloride capsule", + 1, + 688 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluphenazine", + " ", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Fluphenazine decanoate amp", + 1, + 689 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol", + " ", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Haloperidol tab", + 1, + 690 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol decanoate", + " ", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Haloperidol decanoate amp", + 1, + 691 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Hydroxyzine", + " ", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Hydroxyzine dihydrochloride tab", + 1, + 692 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Olanzapine", + " ", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Olanzapine tab", + 1, + 693 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Paroxetine", + " ", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Paroxetine tab", + 1, + 694 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Promethazine hydrochloride", + " ", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Promethazine hydrochloride tab", + 1, + 695 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Risperidone", + " ", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Risperidone tab", + 1, + 696 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Sertraline", + " ", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Sertraline tab", + 1, + 697 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Trihexyphenidyl hydrochloride", + " ", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Trihexyphenidyl hydrochloride tab", + 1, + 698 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Valproate", + " ", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Valproate sodium tab", + 1, + 699 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Other", + 1, + 700 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 1, + "Patient forgot about session", + "", + "Patient forgot about session", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "(see Ciel)", + "CIEL-162192", + "Patient Fogot to attend appointment", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض نسي الجلسة", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient forgot about session", + "K10sA9MeyuB", + "patient_forgot_about_session", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient forgot about session", + 1, + 701 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 2, + "No transportation / unable to attend", + "", + "No transportation / unable to attend", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا وسائل مواصلات / لم يستطع المجيء", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "No transportation / unable to attend", + "a9jCSQB7xkU", + "no_transportation_unable_to_attend", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|No transportation / unable to attend", + 1, + 702 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 3, + "Patient unreachable", + "", + "Patient unreachable", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن الوصول إلى المريض", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient unreachable", + "A1myk0SonK2", + "patient_unreachable", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient unreachable", + 1, + 703 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 4, + "Patient no longer wants services", + "", + "Patient no longer wants services", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض لم يعد يرغب بتلقي الخدمة", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient no longer wants services", + "DfTWJKP67rN", + "patient_no_longer_wants_services", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient no longer wants services", + 1, + 704 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 5, + "Patient was busy", + "", + "Patient was busy", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض كان مشغولاً", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient was busy", + "jtKK82mthKK", + "patient_was_busy", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient was busy", + 1, + 705 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 6, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Other", + "tkqMcbSlYzz", + "other", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Other", + 1, + 706 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 1, + "Discharge with the patient’s agreement: end of care", + "", + "Discharge with the patient’s agreement: end of care", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: نهاية الرعاية.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "1. Discharge with the patient’s agreement: end of care", + "dLPq55MxBwB", + 1, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: end of care", + 1, + 707 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 2, + "Discharge with the patient’s agreement: single consultation", + "", + "Discharge with the patient’s agreement: single consultation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: استشارة واحدة.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "2. Discharge with the patient’s agreement: single consultation", + "brp4CVnY3jG", + 2, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: single consultation", + 1, + 708 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 3, + "Discharge with the patient’s agreement: patient moved", + "", + "Discharge with the patient’s agreement: patient moved", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: المريض انتقل الى موقع اخر.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "3. Discharge with the patient’s agreement: patient moved", + "YeMJpC1WFDD", + 3, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: patient moved", + 1, + 709 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 4, + "Discharge with the patient’s agreement: patient referred", + "", + "Discharge with the patient’s agreement: patient referred", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: تمت إحالة المريض.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "4. Discharge with the patient’s agreement: patient referred", + "QO22EMZRSNa", + 4, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: patient referred", + 1, + 710 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 5, + "Patient cannot access the service: MSF is no longer", + "", + "Patient cannot access the service: MSF is no longer", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: أطباء بلا حدود لم تعد بالمنطقة.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "5. Patient cannot access the service: MSF is no longer there", + "dr4ZmvSaUB9", + 5, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: MSF is no longer", + 1, + 711 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 6, + "Patient cannot access the service: transport issues", + "", + "Patient cannot access the service: transport issues", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: مشاكل النقل.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "6. Patient cannot access the service: transport issues", + "deCWsA6Ui5b", + 6, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: transport issues", + 1, + 712 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 7, + "Patient cannot access the service: arrested/kidnaped", + "", + "Patient cannot access the service: arrested/kidnaped", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: موقوف / مخطوف.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "7. Patient cannot access the service: arrested/kidnaped", + "nhyIbBRYaWX", + 7, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: arrested/kidnaped", + 1, + 713 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 8, + "Lost to follow up: unable to trace", + "", + "Lost to follow up: unable to trace", + "Lost to follow up", + "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", + "N/A", + "Finding", + "d305b208-354f-4bb7-b35a-df4f8d92c256", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف المتابعة: لا يمكن تتبع المريض.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "8. Lost to follow up: unable to trace", + "P78sA75FJ2i", + 8, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Lost to follow up: unable to trace", + 1, + 714 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 9, + "Lost to follow up: dissatisfied/different expectations", + "", + "Lost to follow up: dissatisfied/different expectations", + "Lost to follow up", + "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", + "N/A", + "Finding", + "d305b208-354f-4bb7-b35a-df4f8d92c256", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف المتابعة: المريض لم يكن راضياً على الخدمة / توقعات لم تتم تلبيتها.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "9. Lost to follow up: dissatisfied/different expectations", + "hiYHmyIYvrN", + 9, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Lost to follow up: dissatisfied/different expectations", + 1, + 715 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 10, + "Deceased/missing", + "", + "Deceased/missing", + "Deceased", + "The person died.", + "N/A", + "Finding", + "dc1c7ac9-d9c3-4887-bc22-827c2db7689f", + 90, + "Deceased", + "Patient died.", + "N/A", + "Diagnosis", + "159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "Deceased", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "متوفى / مفقود.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "10. Deceased/missing", + "nyQCSDpS4zc", + 10, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Deceased/missing", + 1, + 716 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 1, + "Achieved", + "", + "Achieved", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تم تحقيقه ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|Achieved", + 1, + 717 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 2, + "No change ", + "", + "No change ", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا تغيير", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|No change ", + 1, + 718 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 3, + "Challenges", + "", + "Challenges", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تحديات", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|Challenges", + 1, + 719 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 1, + "Not at all (0 point)", + "ed0e2463-c990-4341-b095-53b899707af9", + "Not at all (0 point)", + "Not at all", + "Answer to a Likert-like scale question indicating something that's not often.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001376", + 95, + "Not at all", + "Answer to a likert-like scale question", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Not at all", + "", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أبداً", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 0", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Not at all (0 point)", + 1, + 720 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 2, + "Several days (1 point)", + "b631d160-8d40-4cf7-92cd-67f628c889e8", + "Several days (1 point)", + "Several days", + "An occurrence of more than a few days.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001377", + 95, + "Several days", + "", + "N/A", + "Misc", + "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بعض الأيام", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 1", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Several days (1 point)", + 1, + 721 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 3, + "More than half the days (2 points)", + "234259ec-5368-4488-8482-4f261cc76714", + "More than half the days (2 points)", + "More than half the days", + "An occurrence of more than half the days", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001378", + 95, + "More than half the days", + "", + "N/A", + "Misc", + "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "More than half the days", + "", + "N/A", + "Misc", + "1cf6ebb8-dd57-4d26-87cd-e49c09373aaf", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أآثر من نصف الأيام", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 2", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|More than half the days (2 points)", + 1, + 722 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 4, + "Nearly every day (3 points)", + "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e", + "Nearly every day (3 points)", + "Nearly every day", + "An almost daily occurrence.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001379", + 95, + "Nearly every day", + "", + "N/A", + "Misc", + "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آل يوم تقريباً", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 3", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Nearly every day (3 points)", + 1, + 723 + ], + [ + 65, + "MHOS", + "", + "Coded", + 1, + "Not at all", + "ed0e2463-c990-4341-b095-53b899707af9", + "Not at all", + "Not at all", + "Answer to a Likert-like scale question indicating something that's not often.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001376", + 95, + "Not at all", + "Answer to a likert-like scale question", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Not at all", + "", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كلا على الاطلاق", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 1", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Not at all", + 1, + 724 + ], + [ + 65, + "MHOS", + "", + "Coded", + 2, + "A little", + "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", + "A little", + "A little", + "", + "Text", + "Misc", + "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قليلا", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|A little", + 1, + 725 + ], + [ + 65, + "MHOS", + "", + "Coded", + 3, + "Some", + "edf347b1-ee57-4d8f-babb-97acca20c3cb", + "Some", + "", + "", + "", + "", + "", + "", + "Some", + "", + "N/A", + "Misc", + "164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بعض", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 3", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Some", + 1, + 726 + ], + [ + 65, + "MHOS", + "", + "Coded", + 4, + "Fair amount", + "de7fa192-bf2e-4991-a81f-582c4b50ae51", + "Fair amount", + "Fair amount", + "", + "Text", + "Misc", + "de7fa192-bf2e-4991-a81f-582c4b50ae51", + 95, + "Fair", + "Degree of finding, pertaining to a class fair.", + "N/A", + "Misc", + "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fair", + "Degree of finding, pertaining to a class fair.", + "N/A", + "Misc", + "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كمية جيدة", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 4", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Fair amount", + 1, + 727 + ], + [ + 65, + "MHOS", + "", + "Coded", + 5, + "A lot", + "0f074510-1ff6-4924-bfef-effdcffd44f8", + "A lot", + "A lot", + "", + "Text", + "Misc", + "0f074510-1ff6-4924-bfef-effdcffd44f8", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كثيرا", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 5", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|A lot", + 1, + 728 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 1, + "No depression", + "5aa4edf5-b218-4470-b5da-ad1d88007954", + "0-4: No depression", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|No depression", + 1, + 729 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 2, + "Minimal symptoms", + "9d7d154f-e7a1-4490-b93a-85f5c2157f92", + "5-9: Minimal symptoms - Support and educate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Minimal symptoms", + 1, + 730 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 3, + "Minor to mild depression (or dysthymia)", + "ed7484ef-a3ea-4c95-bf59-58987c7f6d7c", + "10-14: Minor to mild depression (or dysthymia) - Support and watchful waiting / Reassess in one/two weeks", + "", + "", + "", + "", + "", + "", + "mild depression", + "", + "N/A", + "Diagnosis", + "157790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Minor to mild depression (or dysthymia)", + 1, + 731 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 4, + "Major depression", + "d163711c-9fcf-4050-b015-d3463b4602fa", + "15-19: Major depression – Refer to clinical office / psychologist (need for specific treatment)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Major depression", + 1, + 732 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 5, + "Severe depression", + "0ff3a7dc-1a6e-4453-91d5-29cf6a9f790c", + ">20: Severe depression – Major impairment, need for active treatment", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Severe depression", + 1, + 733 + ], + [ + 67, + "Head of family", + "", + "Coded", + 1, + "Father", + "", + "Father", + "", + "", + "", + "", + "", + "", + "Father", + "Family member.", + "N/A", + "Misc", + "971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Father", + "A father to another person", + "N/A", + "Misc", + "3ce18444-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Father", + 1, + 734 + ], + [ + 67, + "Head of family", + "", + "Coded", + 2, + "Mother", + "", + "Mother", + "", + "", + "", + "", + "", + "", + "Mother", + "Family member.", + "N/A", + "Misc", + "970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Mother", + "A mother of another person", + "N/A", + "Misc", + "3ce185ca-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Mother", + 1, + 735 + ], + [ + 67, + "Head of family", + "", + "Coded", + 3, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Other", + 1, + 736 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 1, + "Dose 0", + "", + "Dose 0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 0", + 1, + 737 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 2, + "Dose 1", + "", + "Dose 1", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 1", + 1, + 738 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 3, + "Dose 2", + "", + "Dose 2", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 2", + 1, + 739 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 4, + "Dose 3", + "", + "Dose 3", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 3", + 1, + 740 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 5, + "Dose 4", + "", + "Dose 4", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 4", + 1, + 741 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Not vaccinated", + 1, + 742 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Unknown", + 1, + 743 + ], + [ + 69, + "Vaccination - ITFC - Vaccination card", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Vaccination card", + "mFtDMd4244l", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Vaccination card|Yes", + 1, + 744 + ], + [ + 69, + "Vaccination - ITFC - Vaccination card", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Vaccination card", + "mFtDMd4244l", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Vaccination card|No", + 1, + 745 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Dose 1", + "v6E5MjPpqSb", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|Dose 1", + 1, + 746 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 2, + "No vaccinated", + "", + "No vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "No vaccinated", + "O0Edj0kR5Nd", + "no_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|No vaccinated", + 1, + 747 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Unknown", + "ydpXtzGHWHj", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|Unknown", + 1, + 748 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Dose 1", + "xGTdCJcKmAn", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Dose 1", + 1, + 749 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Not vaccinated", + "Xg0muNfVNkv", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Not vaccinated", + 1, + 750 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Unknown", + "KY34sEEUpnr", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Unknown", + 1, + 751 + ], + [ + 72, + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", + "cG8uCalPdNU", + "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", + "L4AkwHZ65GZ", + "Yes", + "sBr9pPNqd28", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|Yes", + 1, + 752 + ], + [ + 72, + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", + "cG8uCalPdNU", + "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", + "L4AkwHZ65GZ", + "No", + "aKS3CymU5Ns", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|No", + 1, + 753 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 1", + "bZXl07GyWhL", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 1", + 1, + 754 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 2", + "T8IyHX0cXe5", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 2", + 1, + 755 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 3", + "sw1D3rQGhGQ", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 3", + 1, + 756 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 4, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 4", + "OT5qZpJO7jc", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 4", + 1, + 757 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 5, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Not vaccinated", + "dvq6f79oLIz", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Not vaccinated", + 1, + 758 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 6, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Unknown", + "i4AQ0qRNehI", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Unknown", + 1, + 759 + ], + [ + 74, + "Vaccination - ITFC - Pentavalent - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", + "SEkSRdlwF4x", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent - Last dose given on site|Yes", + 1, + 760 + ], + [ + 74, + "Vaccination - ITFC - Pentavalent - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", + "SEkSRdlwF4x", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent - Last dose given on site|No", + 1, + 761 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 1, + "Dose 0", + "", + "Dose 0", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 0", + "njckedtwZdc", + "dose_0", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 0", + 1, + 762 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 2, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 1", + "PxZFMT68zDd", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 1", + 1, + 763 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 3, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 2", + "H6YSRKyanXo", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 2", + 1, + 764 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 4, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 3", + "cwZTMIsCC5H", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 3", + 1, + 765 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 5, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 4", + "b1vCPYEEjce", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 4", + 1, + 766 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Not vaccinated", + "RZVArvOeoQM", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Not vaccinated", + 1, + 767 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Unknown", + "koRJWvqd9fX", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Unknown", + 1, + 768 + ], + [ + 76, + "Vaccination - ITFC - AFP - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last AFP dose given on site", + "J2rK5CtSBvx", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP - Last dose given on site|Yes", + 1, + 769 + ], + [ + 76, + "Vaccination - ITFC - AFP - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last AFP dose given on site", + "J2rK5CtSBvx", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP - Last dose given on site|No", + 1, + 770 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Dose 1", + "PktzQX6fkgx", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Dose 1", + 1, + 771 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Dose 2", + "ocSTcDdyNTW", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Dose 2", + 1, + 772 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Not vaccinated", + "mTk3530bGYt", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Not vaccinated", + 1, + 773 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Unknown", + "hu4HpZGxknQ", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Unknown", + 1, + 774 + ], + [ + 78, + "Vaccination - ITFC - Measles - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Measles dose given on site", + "AKCbOxTvkTp", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles - Last dose given on site|Yes", + 1, + 775 + ], + [ + 78, + "Vaccination - ITFC - Measles - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Measles dose given on site", + "AKCbOxTvkTp", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles - Last dose given on site|No", + 1, + 776 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 1", + "bZXl07GyWhL", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 1", + 1, + 777 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 2", + "T8IyHX0cXe5", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 2", + 1, + 778 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 3", + "sw1D3rQGhGQ", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 3", + 1, + 779 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 4, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 4", + "OT5qZpJO7jc", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 4", + 1, + 780 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 5, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Not vaccinated", + "dvq6f79oLIz", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Not vaccinated", + 1, + 781 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 6, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Unknown", + "i4AQ0qRNehI", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Unknown", + 1, + 782 + ], + [ + 80, + "Vaccination - ITFC - PCV - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PCV dose given on site", + "u5dxpihoKN0", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV - Last dose given on site|Yes", + 1, + 783 + ], + [ + 80, + "Vaccination - ITFC - PCV - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PCV dose given on site", + "u5dxpihoKN0", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV - Last dose given on site|No", + 1, + 784 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 1", + "EZMbl2HCG9p", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 1", + 1, + 785 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 2", + "hmEojVACROI", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 2", + 1, + 786 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 3", + "nDI0iPQUa1X", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 3", + 1, + 787 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 4, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Not vaccinated", + "OpSJw5WAm18", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Not vaccinated", + 1, + 788 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 5, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Unknown", + "MZfMeIWOPam", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Unknown", + 1, + 789 + ], + [ + 82, + "Vaccination - ITFC - Rotavirus - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", + "npoNMyqKaEJ", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus - Last dose given on site|Yes", + 1, + 790 + ], + [ + 82, + "Vaccination - ITFC - Rotavirus - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", + "npoNMyqKaEJ", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus - Last dose given on site|No", + 1, + 791 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Dose 1", + "v6E5MjPpqSb", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Dose 1", + 1, + 792 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "No vaccinated", + "O0Edj0kR5Nd", + "no_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Not vaccinated", + 1, + 793 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Unknown", + "ydpXtzGHWHj", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Unknown", + 1, + 794 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 1", + "cUxnl1n3Elk", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 1", + 1, + 795 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 2", + "IGb7BSiAggz", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 2", + 1, + 796 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 3", + "HdgSh1EMq1l", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 3", + 1, + 797 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 4, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Not vaccinated", + "QFcgfRifWyg", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Not vaccinated", + 1, + 798 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 5, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Unknown", + "XGk3KqPo8L2", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Unknown", + 1, + 799 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Dose 1", + "QBENCGv4wSd", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Dose 1", + 1, + 800 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Dose 2", + "TBI8FVnrLfW", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Dose 2", + 1, + 801 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Not vaccinated", + "rTBp8C32W8w", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Not vaccinated", + 1, + 802 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Unknown", + "GH4ogeUFzXa", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Unknown", + 1, + 803 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Dose 1", + "ipWO3gdU4Yp", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Dose 1", + 1, + 804 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Not vaccinated", + "QGiw4ry0TyJ", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Not vaccinated", + 1, + 805 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Unknown", + "cSdyotNEi6R", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Unknown", + 1, + 806 + ], + [ + 87, + "Vaccination - ITFC - PPV 23 - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "L33Iqgj6wh8", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "DzlGd3b2nJN", + "Yes", + "OF5xbph1XiN", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23 - Last dose given on site|Yes", + 1, + 807 + ], + [ + 87, + "Vaccination - ITFC - PPV 23 - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "L33Iqgj6wh8", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "DzlGd3b2nJN", + "No", + "ZfPkEIgzMwl", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23 - Last dose given on site|No", + 1, + 808 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Dose 1", + "ZRDiTHJArw5", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Dose 1", + 1, + 809 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Dose 2", + "Rruu1ulpzSe", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Dose 2", + 1, + 810 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Not vaccinated", + "raLxCNMjp3j", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Not vaccinated", + 1, + 811 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Unknown", + "cU7AqGL8TRJ", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Unknown", + 1, + 812 + ], + [ + 89, + "Vaccination - ITFC - HPV - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "nHzyndo6Opn", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "PiM5sEcQEaE", + "Yes", + "WklX5Gy9bvP", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV - Last dose given on site|Yes", + 1, + 813 + ], + [ + 89, + "Vaccination - ITFC - HPV - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "nHzyndo6Opn", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "PiM5sEcQEaE", + "No", + "AhpHRa3pQ00", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV - Last dose given on site|No", + 1, + 814 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 1, + "TT1", + "", + "TT1", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT1", + "BaPawIuIMge", + "tt1", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT1", + 1, + 815 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 2, + "TT2", + "", + "TT2", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT2", + "Ht9dML7mb0C", + "tt2", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT2", + 1, + 816 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 3, + "TT3", + "", + "TT3", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT3", + "IEQkdICorA3", + "tt3", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT3", + 1, + 817 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 4, + "TT4", + "", + "TT4", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT4", + "XyhSFgJ0lzp", + "tt4", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT4", + 1, + 818 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 5, + "≥TT5", + "", + "≥TT5", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "≥TT5", + "WkDsQkKl3mE", + "≥tt5", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|≥TT5", + 1, + 819 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "Not vaccinated", + "flugHmgry3z", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|Not vaccinated", + 1, + 820 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "Unknown", + "AkYJr9EfFJp", + "unknown", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|Unknown", + 1, + 821 + ], + [ + 91, + "Yes-no", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "X", + "Yes-no|Yes", + 1, + 822 + ], + [ + 91, + "Yes-no", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "X", + "Yes-no|No", + 1, + 823 + ], + [ + 92, + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", + "ai1f1Nd7tTk", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|Yes", + 1, + 824 + ], + [ + 92, + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", + "ai1f1Nd7tTk", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|No", + 1, + 825 + ], + [ + 93, + "Yes-no - Vaccination of accompanying children - Status checked", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "jEbjrXqhNEO", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "pkoZo5NLnmT", + "Yes", + "RA1z7oYeLBW", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination of accompanying children - Status checked|Yes", + 1, + 826 + ], + [ + 93, + "Yes-no - Vaccination of accompanying children - Status checked", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "jEbjrXqhNEO", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "pkoZo5NLnmT", + "No", + "cULP83r16XQ", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination of accompanying children - Status checked|No", + 1, + 827 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "Yes", + "OJR1wOuzdAu", + "yes", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|Yes", + 1, + 828 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "No", + "SzkvKP70Pww", + "no", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|No", + 1, + 829 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 3, + "NA", + "", + "NA", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "NA", + "t3TQeaCkJiy", + "na", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|NA", + 1, + 830 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute asthma", + 1, + 831 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + "", + "", + "", + "MSF-AAAAAA000000000000000512", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute diarrhea (bloody)", + 1, + 832 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute diarrhea (non-bloody)", + 1, + 833 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute febrile illness (=<7 days)", + 1, + 834 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + "", + "", + "", + "", + "", + "", + "Acute flaccid paralysis", + "", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute flaccid paralysis", + 1, + 835 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + "", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute jaundice syndrome", + 1, + 836 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 7, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Apnoea of prematurity", + 1, + 837 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 8, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bacterial meningitis", + 1, + 838 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 9, + "Birth injury", + "", + "Birth injury", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Birth injury", + 1, + 839 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 10, + "Bronchiolitis obstructive bronchitis", + "", + "Bronchiolitis obstructive bronchitis", + "", + "", + "", + "", + "", + "", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bronchiolitis obstructive bronchitis", + 1, + 840 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 11, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bronchospasm", + 1, + 841 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 12, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Burns", + 1, + 842 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 13, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cardiogenic shock", + 1, + 843 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 14, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + "", + "", + "", + "", + "", + "", + "Cerebral palsy", + "", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cerebral palsy - Neuro disability", + 1, + 844 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 15, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cholera (suspected)", + 1, + 845 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 16, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cholera confirmed", + 1, + 846 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 17, + "Complicated ear infection", + "", + "Complicated ear infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Complicated ear infection", + 1, + 847 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 18, + "Complications of SCD", + "", + "Complications of SCD", + "", + "", + "", + "", + "", + "", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Complications of SCD", + 1, + 848 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 19, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital herpes virus infection", + 1, + 849 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 20, + "Congenital malaria", + "", + "Congenital malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital malaria", + 1, + 850 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 21, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital or acquired cardiac pathology", + 1, + 851 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 22, + "Congenital syphilis", + "", + "Congenital syphilis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital syphilis", + 1, + 852 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 23, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congestive Heart Failure", + 1, + 853 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 24, + "COPD", + "", + "COPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|COPD", + 1, + 854 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 25, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Covid-19 confirmed", + 1, + 855 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 26, + "Covid-19 probable", + "", + "Covid-19 probable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Covid-19 probable", + 1, + 856 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 27, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + "", + "", + "", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + "", + "", + "", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cutaneous leishmaniosis", + 1, + 857 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 28, + "Dengue confirmed", + "", + "Dengue confirmed", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dengue confirmed", + 1, + 858 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 29, + "Dengue suspected", + "", + "Dengue suspected", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dengue suspected", + 1, + 859 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 30, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diabetes type 2 and complications", + 1, + 860 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 31, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diabetes Type I and complications", + 1, + 861 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 32, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + "", + "", + "", + "", + "", + "", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diarrhea (persistent)", + 1, + 862 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 33, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diphtheria", + 1, + 863 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 34, + "Dog bite", + "", + "Dog bite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dog bite", + 1, + 864 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 35, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Epilepsy - Seizures", + 1, + 865 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 36, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + "", + "", + "", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + "", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Extra pulmonary tuberculosis", + 1, + 866 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 37, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Eye diseases (including trachoma)", + 1, + 867 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 38, + "Febrile convulsions", + "", + "Febrile convulsions", + "", + "", + "", + "", + "", + "", + "Febrile convulsion", + "", + "", + "", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Febrile convulsions", + 1, + 868 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 39, + "Gynaecological cases", + "", + "Gynaecological cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Gynaecological cases", + 1, + 869 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 40, + "Hepatitis A", + "", + "Hepatitis A", + "", + "", + "", + "", + "", + "", + "Hepatitis A", + "", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis A", + 1, + 870 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 41, + "Hepatitis B", + "", + "Hepatitis B", + "", + "", + "", + "", + "", + "", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis B", + 1, + 871 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 42, + "Hepatitis Delta", + "", + "Hepatitis Delta", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis Delta", + 1, + 872 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 43, + "Hepatitis E", + "", + "Hepatitis E", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis E", + 1, + 873 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 44, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|HIV Infection confirmed", + 1, + 874 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 45, + "Hyperglycemia", + "", + "Hyperglycemia", + "", + "", + "", + "", + "", + "", + "Hyperglycaemia", + "", + "", + "", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hyperglycemia", + 1, + 875 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 46, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hyperreactive splenomegaly due to malaria", + 1, + 876 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 47, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + "", + "", + "", + "MSF-AAAAAA000000000000000608", + 96, + "", + "", + "", + "", + "", + "", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hypoglycemia", + 1, + 877 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 48, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + "", + "", + "", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + "", + "", + "", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hypovolemic shock", + 1, + 878 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 49, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + "", + "", + "", + "", + "", + "", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Infectious diseases not otherwise classified", + 1, + 879 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 50, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Lower respiratory tract infection", + 1, + 880 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 51, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Measles (complicated)", + 1, + 881 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 52, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Measles (uncomplicated)", + 1, + 882 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 53, + "Meningeal TB", + "", + "Meningeal TB", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Meningeal TB", + 1, + 883 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 54, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Meningitis unspecified", + 1, + 884 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 55, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Mental and psychiatric conditions", + 1, + 885 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 56, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + "", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Moderate acute malnutrition", + 1, + 886 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 57, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Musculoskeletal conditions (infectious origin)", + 1, + 887 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 58, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Musculoskeletal conditions (non-infectious)", + 1, + 888 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 59, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Necrotizing & bullous skin infections", + 1, + 889 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 60, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neglected tropical diseases", + 1, + 890 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 61, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + "", + "", + "", + "", + "", + "", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal conjunctivitis", + 1, + 891 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 62, + "Neonatal convulsions", + "", + "Neonatal convulsions", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal convulsions", + 1, + 892 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 63, + "Neonatal jaundice", + "", + "Neonatal jaundice", + "", + "", + "", + "", + "", + "", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal jaundice", + 1, + 893 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 64, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal meconial aspiration", + 1, + 894 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 65, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + "", + "", + "", + "", + "", + "", + "Neonatal Necrotising Enterocolitis", + "", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal Necrotizing Enterocolitis", + 1, + 895 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 66, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal pneumonia", + 1, + 896 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 67, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal pneumothorax", + 1, + 897 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 68, + "Neonatal tetanus", + "", + "Neonatal tetanus", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal tetanus", + 1, + 898 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 69, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal tuberculosis", + 1, + 899 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 70, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 900 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 71, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Newborn to an HIV+ mother", + 1, + 901 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 72, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non cardiac congenital pathology", + 1, + 902 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 73, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non urgent surgical conditions", + 1, + 903 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 74, + "Non violence-related injuries", + "", + "Non violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non violence-related injuries", + 1, + 904 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 75, + "Observation", + "", + "Observation", + "", + "", + "", + "", + "", + "", + "Observation ward", + "", + "", + "", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Observation", + 1, + 905 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 76, + "Obstetric cases", + "", + "Obstetric cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Obstetric cases", + 1, + 906 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 77, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Oral and digestive severe candidiasis", + 1, + 907 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 78, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other bites and stings", + 1, + 908 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 79, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other neurological conditions", + 1, + 909 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 80, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other non communicable diseases", + 1, + 910 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 81, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other symptoms and abnor. clinical / lab findings", + 1, + 911 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 82, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Others", + 1, + 912 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 83, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Perinatal asphyxia and complications", + 1, + 913 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 84, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Persistent fever ( >7 days)", + 1, + 914 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 85, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + "", + "", + "", + "", + "", + "", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Poliomyelitis confirmed", + 1, + 915 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 86, + "Post surgical infections", + "", + "Post surgical infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Post surgical infections", + 1, + 916 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 87, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Prematurity and or low birth weight", + 1, + 917 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 88, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Pulmonary tuberculosis", + 1, + 918 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 89, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Rabies", + 1, + 919 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 90, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + "", + "", + "", + "", + "", + "", + "Rheumatic heart disease", + "", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Rheumatic heart disease", + 1, + 920 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 91, + "Risk of sepsis", + "", + "Risk of sepsis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Risk of sepsis", + 1, + 921 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 92, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Septic shock", + 1, + 922 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 93, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 923 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 94, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 924 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 95, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + "", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus)", + 1, + 925 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 96, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + "", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe anaemia", + 1, + 926 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 97, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe dehydration", + 1, + 927 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 98, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe malaria", + 1, + 928 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 99, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + "", + "", + "", + "MSF-AAAAAA000000000000000713", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sexual violence / rape", + 1, + 929 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 100, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sexually transmitted disease (STI)", + 1, + 930 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 101, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Shigellosis - Salmonellosis", + 1, + 931 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 102, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Shock uspecified", + 1, + 932 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 103, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + "", + "", + "", + "", + "", + "", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sickle cell disease", + 1, + 933 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 104, + "Simple malaria", + "", + "Simple malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Simple malaria", + 1, + 934 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 105, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Skin and soft tissue conditions", + 1, + 935 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 106, + "Snake bites", + "", + "Snake bites", + "", + "", + "", + "", + "", + "", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Snake bites", + 1, + 936 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 107, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Substance abuse / dependency", + 1, + 937 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 108, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Suspected or confirmed malignancy", + 1, + 938 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 109, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + "", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Tetanus", + 1, + 939 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 110, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Toxicity / poisoning", + 1, + 940 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 111, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Transient tachypnoea of the newborn", + 1, + 941 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 112, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Typhoid fever", + 1, + 942 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 113, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Upper respiratory tract infection", + 1, + 943 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 114, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + "", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Urgent surgical conditions", + 1, + 944 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 115, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Urolithiasis / Renal colic", + 1, + 945 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 116, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|UTI and renal tract acute pathology", + 1, + 946 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 117, + "Varicella", + "", + "Varicella", + "", + "", + "", + "", + "", + "", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Varicella", + 1, + 947 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 118, + "Violence-related injuries", + "", + "Violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Violence-related injuries", + 1, + 948 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 119, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Viral haemorrhagic fevers", + 1, + 949 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 120, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Visceral leishmaniasis", + 1, + 950 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 121, + "Vit A deficiency", + "", + "Vit A deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit A deficiency", + 1, + 951 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 122, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit B complex deficiency", + 1, + 952 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 123, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit C deficiency (scurvy)", + 1, + 953 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 124, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit D deficiency (rickets)", + 1, + 954 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 125, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Whooping cough", + 1, + 955 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 126, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + "", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Yellow fever", + 1, + 956 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute asthma", + "UoCC4TyaYZp", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute asthma", + 1, + 957 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + "", + "", + "", + "MSF-AAAAAA000000000000000512", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute diarrhea (bloody)", + "bXbATZn7QwE", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute diarrhea (bloody)", + 1, + 958 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute diarrhea (non-bloody)", + "FltwCRejivF", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute diarrhea (non-bloody)", + 1, + 959 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute febrile illness (=<7 days)", + "fgeCTh9601Z", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute febrile illness (=<7 days)", + 1, + 960 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + "", + "", + "", + "", + "", + "", + "Acute flaccid paralysis", + "", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute flaccid paralysis", + "r8U660ApU51", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute flaccid paralysis", + 1, + 961 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + "", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute jaundice syndrome", + "PkeGHY5X4hR", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute jaundice syndrome", + 1, + 962 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 7, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Apnoea of prematurity", + "A07QEdOGULT", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Apnoea of prematurity", + 1, + 963 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 8, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bacterial meningitis", + "ELkTBWRtnbU", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bacterial meningitis", + 1, + 964 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 9, + "Birth injury", + "", + "Birth injury", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Birth injury", + "FtoAE4Ckgdc", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Birth injury", + 1, + 965 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 10, + "Bronchiolitis obstructive bronchitis", + "", + "Bronchiolitis obstructive bronchitis", + "", + "", + "", + "", + "", + "", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bronchiolitis obstructive bronchitis", + "LAu8p10eBf1", + "bronchiolitis_obstructive_bronchitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bronchiolitis obstructive bronchitis", + 1, + 966 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 11, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bronchospasm", + "AKJv8tPOPfq", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bronchospasm", + 1, + 967 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 12, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Burns", + "Z0JCjHGqNaj", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Burns", + 1, + 968 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 13, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cardiogenic shock", + "IwBXvTC07X4", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cardiogenic shock", + 1, + 969 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 14, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + "", + "", + "", + "", + "", + "", + "Cerebral palsy", + "", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cerebral palsy - Neuro disability", + "r8tFgDoOtCP", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cerebral palsy - Neuro disability", + 1, + 970 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 15, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cholera (suspected)", + "YKzNEhC9cq3", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cholera (suspected)", + 1, + 971 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 16, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cholera confirmed", + "eyfVX0CSq4s", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cholera confirmed", + 1, + 972 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 17, + "Complicated ear infection", + "", + "Complicated ear infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Complicated ear infection", + "Tj93mBtUkhu", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Complicated ear infection", + 1, + 973 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 18, + "Complications of SCD", + "", + "Complications of SCD", + "", + "", + "", + "", + "", + "", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Complications of SCD", + "EO0bo8A7qDk", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Complications of SCD", + 1, + 974 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 19, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital herpes virus infection", + "B02tG0t2ZiN", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital herpes virus infection", + 1, + 975 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 20, + "Congenital malaria", + "", + "Congenital malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital malaria", + "pXF4knGswXw", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital malaria", + 1, + 976 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 21, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital or acquired cardiac pathology", + "nvQpfHzvu6A", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital or acquired cardiac pathology", + 1, + 977 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 22, + "Congenital syphilis", + "", + "Congenital syphilis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital syphilis", + "qvaVyj95GlX", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital syphilis", + 1, + 978 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 23, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congestive Heart Failure", + "vNvbx4qpkUa", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congestive Heart Failure", + 1, + 979 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 24, + "COPD", + "", + "COPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "COPD", + "sCGnq3NK2Xy", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|COPD", + 1, + 980 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 25, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Covid-19 confirmed", + "m62n1ZUQGHF", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Covid-19 confirmed", + 1, + 981 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 26, + "Covid-19 probable", + "", + "Covid-19 probable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Covid-19 probable", + "IUjXXVageyU", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Covid-19 probable", + 1, + 982 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 27, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + "", + "", + "", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + "", + "", + "", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cutaneous leishmaniosis", + "pycPdcwaYgI", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cutaneous leishmaniosis", + 1, + 983 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 28, + "Dengue confirmed", + "", + "Dengue confirmed", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dengue confirmed", + "CnHndylBSN3", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dengue confirmed", + 1, + 984 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 29, + "Dengue suspected", + "", + "Dengue suspected", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dengue suspected", + "sCqcBysQAon", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dengue suspected", + 1, + 985 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 30, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diabetes type 2 and complications", + "jQhAo2FVD69", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diabetes type 2 and complications", + 1, + 986 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 31, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diabetes Type I and complications", + "CzGkEukFnE5", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diabetes Type I and complications", + 1, + 987 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 32, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + "", + "", + "", + "", + "", + "", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diarrhea (persistent)", + "apvC5aiDSgV", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diarrhea (persistent)", + 1, + 988 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 33, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diphtheria", + "MtXYrdYlGOy", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diphtheria", + 1, + 989 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 34, + "Dog bite", + "", + "Dog bite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dog bite", + "rohyQ83YCPY", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dog bite", + 1, + 990 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 35, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Epilepsy - Seizures", + "JmfXWcy056y", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Epilepsy - Seizures", + 1, + 991 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 36, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + "", + "", + "", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + "", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Extra pulmonary tuberculosis", + "gNDMXmSlxY5", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Extra pulmonary tuberculosis", + 1, + 992 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 37, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Eye diseases (including trachoma)", + "anzGBpfOjIE", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Eye diseases (including trachoma)", + 1, + 993 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 38, + "Febrile convulsions", + "", + "Febrile convulsions", + "", + "", + "", + "", + "", + "", + "Febrile convulsion", + "", + "", + "", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Febrile convulsions", + "cEFdvYz974J", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Febrile convulsions", + 1, + 994 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 39, + "Gynaecological cases", + "", + "Gynaecological cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Gynaecological cases", + "jznqlCDB7bD", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Gynaecological cases", + 1, + 995 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 40, + "Hepatitis A", + "", + "Hepatitis A", + "", + "", + "", + "", + "", + "", + "Hepatitis A", + "", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis A", + "ukKcORm1F6S", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis A", + 1, + 996 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 41, + "Hepatitis B", + "", + "Hepatitis B", + "", + "", + "", + "", + "", + "", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis B", + "lIUb0EAK51H", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis B", + 1, + 997 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 42, + "Hepatitis Delta", + "", + "Hepatitis Delta", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis Delta", + "hduXSHS4szJ", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis Delta", + 1, + 998 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 43, + "Hepatitis E", + "", + "Hepatitis E", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis E", + "QwzXUJbzLXH", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis E", + 1, + 999 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 44, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "HIV Infection confirmed", + "pUhMekDUu7f", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|HIV Infection confirmed", + 1, + 1000 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 45, + "Hyperglycemia", + "", + "Hyperglycemia", + "", + "", + "", + "", + "", + "", + "Hyperglycaemia", + "", + "", + "", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hyperglycemia", + "SUvj2pUJRFh", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hyperglycemia", + 1, + 1001 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 46, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hyperreactive splenomegaly due to malaria", + "X7Sk4ow3iI8", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hyperreactive splenomegaly due to malaria", + 1, + 1002 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 47, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + "", + "", + "", + "MSF-AAAAAA000000000000000608", + 96, + "", + "", + "", + "", + "", + "", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hypoglycemia", + "WeuqO510vgS", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hypoglycemia", + 1, + 1003 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 48, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + "", + "", + "", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + "", + "", + "", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hypovolemic shock", + "EcBzdm2aQ23", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hypovolemic shock", + 1, + 1004 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 49, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + "", + "", + "", + "", + "", + "", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Infectious diseases not otherwise classified", + "NRRuczCFMMF", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Infectious diseases not otherwise classified", + 1, + 1005 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 50, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Lower respiratory tract infection", + "qc8bQZ5WivT", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Lower respiratory tract infection", + 1, + 1006 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 51, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Measles (complicated)", + "NBydum9qcq6", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Measles (complicated)", + 1, + 1007 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 52, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Measles (uncomplicated)", + "Mzk9OdBug0o", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Measles (uncomplicated)", + 1, + 1008 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 53, + "Meningeal TB", + "", + "Meningeal TB", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Meningeal TB", + "FMpzSLis7mi", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Meningeal TB", + 1, + 1009 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 54, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Meningitis unspecified", + "NzNRwhQ9cvG", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Meningitis unspecified", + 1, + 1010 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 55, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Mental and psychiatric conditions", + "K7PAEOyTRcr", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Mental and psychiatric conditions", + 1, + 1011 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 56, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + "", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Moderate acute malnutrition", + "TwYur55ToIF", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Moderate acute malnutrition", + 1, + 1012 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 57, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Musculoskeletal conditions (infectious origin)", + "VWHtY3nz3Rw", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (infectious origin)", + 1, + 1013 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 58, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Musculoskeletal conditions (non-infectious)", + "y0cWH3jWDqM", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (non-infectious)", + 1, + 1014 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 59, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Necrotizing & bullous skin infections", + "lEkrxTnPMAm", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Necrotizing & bullous skin infections", + 1, + 1015 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 60, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neglected tropical diseases", + "LRNoNQQkUyp", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neglected tropical diseases", + 1, + 1016 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 61, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + "", + "", + "", + "", + "", + "", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal conjunctivitis", + "l7uIiP3Evps", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal conjunctivitis", + 1, + 1017 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 62, + "Neonatal convulsions", + "", + "Neonatal convulsions", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal convulsions", + "vUf0E6IPcTZ", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal convulsions", + 1, + 1018 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 63, + "Neonatal jaundice", + "", + "Neonatal jaundice", + "", + "", + "", + "", + "", + "", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal jaundice", + "XLcSqtMfBxM", + "neonatal-jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal jaundice", + 1, + 1019 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 64, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal meconial aspiration", + "iSr0WOSmT9U", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal meconial aspiration", + 1, + 1020 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 65, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + "", + "", + "", + "", + "", + "", + "Neonatal Necrotising Enterocolitis", + "", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal Necrotizing Enterocolitis", + "Jgx0hYetHaY", + "neonatal_necrotizing_nterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal Necrotizing Enterocolitis", + 1, + 1021 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 66, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal pneumonia", + "wa1RG3wnht0", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal pneumonia", + 1, + 1022 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 67, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal pneumothorax", + "s0XrcXrOnQ8", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal pneumothorax", + 1, + 1023 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 68, + "Neonatal tetanus", + "", + "Neonatal tetanus", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal tetanus", + "luBkSC1qQbJ", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal tetanus", + 1, + 1024 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 69, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal tuberculosis", + "djiIx7NnwaX", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal tuberculosis", + 1, + 1025 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 70, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "ZcyurITHZes", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1026 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 71, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Newborn to an HIV+ mother", + "yjJN567GnYG", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Newborn to an HIV+ mother", + 1, + 1027 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 72, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non cardiac congenital pathology", + "nXAR0YWa21v", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non cardiac congenital pathology", + 1, + 1028 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 73, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non urgent surgical conditions", + "wyOWCkIW4RI", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non urgent surgical conditions", + 1, + 1029 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 74, + "Non violence-related injuries", + "", + "Non violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non violence-related injuries", + "kFutLc3yZOe", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non violence-related injuries", + 1, + 1030 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 75, + "Observation", + "", + "Observation", + "", + "", + "", + "", + "", + "", + "Observation ward", + "", + "", + "", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Observation", + "HjPEDuITUwp", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Observation", + 1, + 1031 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 76, + "Obstetric cases", + "", + "Obstetric cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Obstetric cases", + "iI55Apf1fRF", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Obstetric cases", + 1, + 1032 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 77, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Oral and digestive severe candidiasis", + "aoQ6D9x6KLI", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Oral and digestive severe candidiasis", + 1, + 1033 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 78, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other bites and stings", + "Jm9wyH1SUvC", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other bites and stings", + 1, + 1034 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 79, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other neurological conditions", + "BIuSr3FxBRn", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other neurological conditions", + 1, + 1035 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 80, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other non communicable diseases", + "VtHhILJkLdJ", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other non communicable diseases", + 1, + 1036 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 81, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other symptoms and abnor. clinical / lab findings", + "JI4uetxlZEi", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other symptoms and abnor. clinical / lab findings", + 1, + 1037 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 82, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Others", + "OjK1cMG8jkk", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Others", + 1, + 1038 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 83, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Perinatal asphyxia and complications", + "g0EI2QmcpdA", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Perinatal asphyxia and complications", + 1, + 1039 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 84, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Persistent fever ( >7 days)", + "whyu4NpVxPn", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Persistent fever ( >7 days)", + 1, + 1040 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 85, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + "", + "", + "", + "", + "", + "", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Poliomyelitis confirmed", + "HT9ZZ93rKmF", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Poliomyelitis confirmed", + 1, + 1041 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 86, + "Post surgical infections", + "", + "Post surgical infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Post surgical infections", + "LaFNaIRr31Y", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Post surgical infections", + 1, + 1042 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 87, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Prematurity and or low birth weight", + "QXUq8rmuwY6", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Prematurity and or low birth weight", + 1, + 1043 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 88, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Pulmonary tuberculosis", + "ymehGVfxIuX", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Pulmonary tuberculosis", + 1, + 1044 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 89, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Rabies", + "talayTpKnQj", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Rabies", + 1, + 1045 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 90, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + "", + "", + "", + "", + "", + "", + "Rheumatic heart disease", + "", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Rheumatic heart disease", + "pt0OH3jp5Ne", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Rheumatic heart disease", + 1, + 1046 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 91, + "Risk of sepsis", + "", + "Risk of sepsis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Risk of sepsis", + "MZ53av22vaw", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Risk of sepsis", + 1, + 1047 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 92, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Septic shock", + "L6lauJp2IIF", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Septic shock", + 1, + 1048 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 93, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Kwashiorkor)", + "JSPmBf2xyfH", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1049 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 94, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "SpoQWgDPyqx", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1050 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 95, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + "", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Marasmus)", + "wAn3mqCpiiC", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus)", + 1, + 1051 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 96, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + "", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe anaemia", + "vlEFy6xowzU", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe anaemia", + 1, + 1052 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 97, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe dehydration", + "GBQyB8xsCAw", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe dehydration", + 1, + 1053 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 98, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe malaria", + "EwKSGhZtPfR", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe malaria", + 1, + 1054 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 99, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + "", + "", + "", + "MSF-AAAAAA000000000000000713", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sexual violence / rape", + "lovYBi9o5Tp", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sexual violence / rape", + 1, + 1055 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 100, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sexually transmitted disease (STI)", + "fy6qMKLMIjI", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sexually transmitted disease (STI)", + 1, + 1056 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 101, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Shigellosis - Salmonellosis", + "zE90IarojUU", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Shigellosis - Salmonellosis", + 1, + 1057 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 102, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Shock uspecified", + "nM58w8K8cVo", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Shock uspecified", + 1, + 1058 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 103, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + "", + "", + "", + "", + "", + "", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sickle cell disease", + "L7N8qGvq28k", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sickle cell disease", + 1, + 1059 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 104, + "Simple malaria", + "", + "Simple malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Simple malaria", + "F0ByKIAMrVs", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Simple malaria", + 1, + 1060 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 105, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Skin and soft tissue conditions", + "xXMvb2TUtMW", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Skin and soft tissue conditions", + 1, + 1061 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 106, + "Snake bites", + "", + "Snake bites", + "", + "", + "", + "", + "", + "", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Snake bites", + "iRgUBoH1pvK", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Snake bites", + 1, + 1062 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 107, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Substance abuse / dependency", + "ZDJi3kMhfDG", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Substance abuse / dependency", + 1, + 1063 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 108, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Suspected or confirmed malignancy", + "qcv5pPyiaim", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Suspected or confirmed malignancy", + 1, + 1064 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 109, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + "", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Tetanus", + "pTa1B1wYeLe", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Tetanus", + 1, + 1065 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 110, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Toxicity / poisoning", + "WINiS5BkeKv", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Toxicity / poisoning", + 1, + 1066 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 111, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Transient tachypnoea of the newborn", + "FKg2FRM2PtQ", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Transient tachypnoea of the newborn", + 1, + 1067 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 112, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Typhoid fever", + "hOrtW9hFrki", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Typhoid fever", + 1, + 1068 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 113, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Upper respiratory tract infection", + "DoUIBmauj9E", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Upper respiratory tract infection", + 1, + 1069 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 114, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + "", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Urgent surgical conditions", + "jFUECw4W9aF", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Urgent surgical conditions", + 1, + 1070 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 115, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Urolithiasis / Renal colic", + "sSW1cbhBzhW", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Urolithiasis / Renal colic", + 1, + 1071 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 116, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "UTI and renal tract acute pathology", + "qTBmkavG2bG", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|UTI and renal tract acute pathology", + 1, + 1072 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 117, + "Varicella", + "", + "Varicella", + "", + "", + "", + "", + "", + "", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Varicella", + "dgIaklTiH6m", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Varicella", + 1, + 1073 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 118, + "Violence-related injuries", + "", + "Violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Violence-related injuries", + "mrfLmzfhU5n", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Violence-related injuries", + 1, + 1074 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 119, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Viral haemorrhagic fevers", + "J0j4TX9lqqX", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Viral haemorrhagic fevers", + 1, + 1075 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 120, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Visceral leishmaniasis", + "Cjt04G2FlMe", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Visceral leishmaniasis", + 1, + 1076 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 121, + "Vit A deficiency", + "", + "Vit A deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit A deficiency", + "WyRZR3PNn2u", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit A deficiency", + 1, + 1077 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 122, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit B complex deficiency", + "zUNsdaOjgcv", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit B complex deficiency", + 1, + 1078 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 123, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit C deficiency (scurvy)", + "JATciD21DwF", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit C deficiency (scurvy)", + 1, + 1079 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 124, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit D deficiency (rickets)", + "za2LmUraSRD", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit D deficiency (rickets)", + 1, + 1080 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 125, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Whooping cough", + "LnWb3O0ELPp", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Whooping cough", + 1, + 1081 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 126, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + "", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Yellow fever", + "QJo7brpXC3Z", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Yellow fever", + 1, + 1082 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other neonatal conditions", + "vW26SgsyQYB", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other neonatal conditions", + 1, + 1083 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute asthma", + "Ezrxj8sEVkd", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute asthma", + 1, + 1084 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute diarrhea (bloody)", + "wHIjteuw2Gc", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (bloody)", + 1, + 1085 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute diarrhea (non-bloody)", + "ZocSqLhwlHA", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (non-bloody)", + 1, + 1086 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute febrile illness (=<7 days)", + "GLs13BnQURD", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute febrile illness (=<7 days)", + 1, + 1087 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute flaccid paralysis", + "MJFGttGUaVX", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute flaccid paralysis", + 1, + 1088 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute jaundice syndrome", + "cqz1DZNiiWp", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute jaundice syndrome", + 1, + 1089 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 7, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bacterial meningitis", + "ZKCmk9TMON5", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bacterial meningitis", + 1, + 1090 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 8, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Burns", + "CM6bNqQE9tk", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Burns", + 1, + 1091 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 9, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cholera (suspected)", + "IrqkKXJ9pL5", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cholera (suspected)", + 1, + 1092 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 10, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cholera confirmed", + "fl3hbTSUUvY", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cholera confirmed", + 1, + 1093 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 11, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Complicated ear infection", + "tNBupLHGkO1", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Complicated ear infection", + 1, + 1094 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 12, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Complications of SCD", + "qqdK48VF9V3", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Complications of SCD", + 1, + 1095 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 13, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital or acquired cardiac pathology", + "IQ2vP5mMPRC", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital or acquired cardiac pathology", + 1, + 1096 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 14, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congestive Heart Failure", + "YzS1SrJkpfD", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congestive Heart Failure", + 1, + 1097 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 15, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cutaneous leishmaniosis", + "c9sqPdQq6gZ", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cutaneous leishmaniosis", + 1, + 1098 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 16, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dengue confirmed", + "JTeymbhEwKU", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dengue confirmed", + 1, + 1099 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 17, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diabetes type 2 and complications", + "Xh2f6F0VSwN", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diabetes type 2 and complications", + 1, + 1100 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 18, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diabetes Type I and complications", + "FQ2EF6qyD3P", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diabetes Type I and complications", + 1, + 1101 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 19, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diarrhea (persistent)", + "T4ZsFEUKokD", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diarrhea (persistent)", + 1, + 1102 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 20, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diphtheria", + "TomHTmV7UU6", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diphtheria", + 1, + 1103 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 21, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Epilepsy - Seizures", + "l3tXrwEXhZv", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Epilepsy - Seizures", + 1, + 1104 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 22, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Extra pulmonary tuberculosis", + "hWuPwQ7mo2s", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Extra pulmonary tuberculosis", + 1, + 1105 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 23, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Eye diseases (including trachoma)", + "KHqb5KzJjv2", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Eye diseases (including trachoma)", + 1, + 1106 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 24, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Gynaecological cases", + "b6GZG7ray6L", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Gynaecological cases", + 1, + 1107 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 25, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis A", + "DoJ8USwbWAC", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis A", + 1, + 1108 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 26, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis B", + "LWL1kdtU2G1", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis B", + 1, + 1109 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 27, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis Delta", + "Ih6U6uYFdnf", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis Delta", + 1, + 1110 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 28, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis E", + "TVoVhSXLq5s", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis E", + 1, + 1111 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 29, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "HIV Infection confirmed", + "egbcyosmS3z", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|HIV Infection confirmed", + 1, + 1112 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 30, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hyperreactive splenomegaly due to malaria", + "h2QoZAOi0Vl", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hyperreactive splenomegaly due to malaria", + 1, + 1113 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 31, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Infectious diseases not otherwise classified", + "KUUbE0XOsc2", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Infectious diseases not otherwise classified", + 1, + 1114 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 32, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Lower respiratory tract infection", + "mJv2EIUspLf", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Lower respiratory tract infection", + 1, + 1115 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 33, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Measles (complicated)", + "JMuui1OC4qm", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Measles (complicated)", + 1, + 1116 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 34, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Measles (uncomplicated)", + "F0jfwkECwC6", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Measles (uncomplicated)", + 1, + 1117 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 35, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Meningeal TB", + "A23Hei7Aqa7", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Meningeal TB", + 1, + 1118 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 36, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Meningitis unspecified", + "f08qUA7VdA8", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Meningitis unspecified", + 1, + 1119 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 37, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Mental and psychiatric conditions", + "BSHRS8ImQPt", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Mental and psychiatric conditions", + 1, + 1120 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 38, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Moderate acute malnutrition", + "vn4rkGBqxVZ", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Moderate acute malnutrition", + 1, + 1121 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 39, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Musculoskeletal conditions (infectious origin)", + "k34KHbDpceV", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (infectious origin)", + 1, + 1122 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 40, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Musculoskeletal conditions (non-infectious)", + "eeIIBA68Qqp", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (non-infectious)", + 1, + 1123 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 41, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Necrotizing & bullous skin infections", + "sDZNxSTQR8R", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Necrotizing & bullous skin infections", + 1, + 1124 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 42, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neglected tropical diseases", + "FvxHIS3jqix", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neglected tropical diseases", + 1, + 1125 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 43, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "r6eWc8I8PDe", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1126 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 44, + "Cerebral palsy/Neuro disability", + "", + "Cerebral palsy/Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cerebral palsy/Neuro disability", + "ddebsmKgy2u", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cerebral palsy/Neuro disability", + 1, + 1127 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 45, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non urgent surgical conditions", + "uwM2sVPtUde", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non urgent surgical conditions", + 1, + 1128 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 46, + "Non violence-related injuries", + "", + "Non violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non violence-related injuries", + "RV6MQD0BaW1", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non violence-related injuries", + 1, + 1129 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 47, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Obstetric cases", + "wZFYQnbuYkr", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Obstetric cases", + 1, + 1130 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 48, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Oral and digestive severe candidiasis", + "xTrkXo0f3jr", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Oral and digestive severe candidiasis", + 1, + 1131 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 49, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Persistent fever ( >7 days)", + "oQj59DPBYel", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Persistent fever ( >7 days)", + 1, + 1132 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 50, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Poliomyelitis confirmed", + "myLcZsoMRk5", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Poliomyelitis confirmed", + 1, + 1133 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 51, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Post surgical infections", + "YVDu8NgUd87", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Post surgical infections", + 1, + 1134 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 52, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Pulmonary tuberculosis", + "GuReX44Ib4s", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Pulmonary tuberculosis", + 1, + 1135 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 53, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Rabies", + "RDS6MJMiUtx", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Rabies", + 1, + 1136 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 54, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Kwashiorkor)", + "x8YPDz3YDwK", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1137 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 55, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "mMOlozsbqCr", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1138 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 56, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Marasmus)", + "GZvCeMgWmt4", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus)", + 1, + 1139 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 57, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe malaria", + "UijCKzpfpUH", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe malaria", + 1, + 1140 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 58, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sexual violence / rape", + "LM9t0dDBnIm", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sexual violence / rape", + 1, + 1141 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 59, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sexually transmitted disease (STI)", + "Z1xeGfsZWOQ", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sexually transmitted disease (STI)", + 1, + 1142 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 60, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Shigellosis - Salmonellosis", + "r8DzuoIylch", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Shigellosis - Salmonellosis", + 1, + 1143 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 61, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sickle cell disease", + "JFwUloySp94", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sickle cell disease", + 1, + 1144 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 62, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Simple malaria", + "l6PDpl6ib86", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Simple malaria", + 1, + 1145 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 63, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Skin and soft tissue conditions", + "BOFkDhGzR8P", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Skin and soft tissue conditions", + 1, + 1146 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 64, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Snake bites", + "NaxHVYSUOyW", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Snake bites", + 1, + 1147 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 65, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Substance abuse / dependency", + "j3C7Fe8D4qu", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Substance abuse / dependency", + 1, + 1148 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 66, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Suspected or confirmed malignancy", + "WP4YznEWlNQ", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Suspected or confirmed malignancy", + 1, + 1149 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 67, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Tetanus", + "rFwJliVx1S8", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Tetanus", + 1, + 1150 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 68, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Toxicity / poisoning", + "uOjbsLAWUij", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Toxicity / poisoning", + 1, + 1151 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 69, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Typhoid fever", + "NbfUngbPEAP", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Typhoid fever", + 1, + 1152 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 70, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Upper respiratory tract infection", + "OvztRwDtrx1", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Upper respiratory tract infection", + 1, + 1153 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 71, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Urgent surgical conditions", + "BlEaw6hgBhq", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Urgent surgical conditions", + 1, + 1154 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 72, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Urolithiasis / Renal colic", + "WOUU3mmhdHZ", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Urolithiasis / Renal colic", + 1, + 1155 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 73, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "UTI and renal tract acute pathology", + "cNnfA3fFLNr", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|UTI and renal tract acute pathology", + 1, + 1156 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 74, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Violence-related injuries", + "joxaKH5Rdul", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Violence-related injuries", + 1, + 1157 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 75, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Viral haemorrhagic fevers", + "yHVhPBKD9h2", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Viral haemorrhagic fevers", + 1, + 1158 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 76, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Visceral leishmaniasis", + "Bys1gZTxw4p", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Visceral leishmaniasis", + 1, + 1159 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 77, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit A deficiency", + "i6JiY1PAEwc", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit A deficiency", + 1, + 1160 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 78, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit B complex deficiency", + "V8ISxvoysXS", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit B complex deficiency", + 1, + 1161 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 79, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit C deficiency (scurvy)", + "iDPCH8hTbBY", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit C deficiency (scurvy)", + 1, + 1162 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 80, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit D deficiency (rickets)", + "ug8Kgv37aSJ", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit D deficiency (rickets)", + 1, + 1163 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 81, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Whooping cough", + "VOFYxJG5Bdy", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Whooping cough", + 1, + 1164 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 82, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Yellow fever", + "RxYDFTlXi7B", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Yellow fever", + 1, + 1165 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 83, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other bites and stings", + "BbDlC8AkR76", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other bites and stings", + 1, + 1166 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 84, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other neurological conditions", + "Sla3XxqZjTc", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other neurological conditions", + 1, + 1167 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 85, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other non communicable diseases", + "IHcB7buq0Lq", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other non communicable diseases", + 1, + 1168 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 86, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other symptoms and abnor. clinical / lab findings", + "yzLYFrzUuy9", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other symptoms and abnor. clinical / lab findings", + 1, + 1169 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 87, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Others", + "wXYdnbu32bf", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Others", + 1, + 1170 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 88, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Covid-19 confirmed", + "pX0VJTMfoAj", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Covid-19 confirmed", + 1, + 1171 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 89, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Covid-19 probable", + "HIfTGoweruV", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Covid-19 probable", + 1, + 1172 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 90, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Apnoea of prematurity", + "XiCLeKbQyoT", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Apnoea of prematurity", + 1, + 1173 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 91, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Birth injury", + "WT20v167Xzg", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Birth injury", + 1, + 1174 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 92, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "COPD", + "d96Q6VDDtGr", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|COPD", + 1, + 1175 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 93, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bronchiolitis - obstructive bronchitis", + "U8prjAIzmCn", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bronchiolitis - obstructive bronchitis", + 1, + 1176 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 94, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bronchospasm", + "C4L4qbEt5mM", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bronchospasm", + 1, + 1177 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 95, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cardiogenic shock", + "r8xoa1SyGBZ", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cardiogenic shock", + 1, + 1178 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 96, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital herpes virus infection", + "rSiZA1OeamN", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital herpes virus infection", + 1, + 1179 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 97, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital malaria", + "hGPNkM4Dk4z", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital malaria", + 1, + 1180 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 98, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital syphilis", + "nfENb30coWb", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital syphilis", + 1, + 1181 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 99, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dengue suspected", + "ikNcvpbDixr", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dengue suspected", + 1, + 1182 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 100, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dog bite", + "BIs1jKjLRHN", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dog bite", + 1, + 1183 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 101, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Febrile convulsions", + "c3O9dECIxOa", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Febrile convulsions", + 1, + 1184 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 102, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hyperglycemia", + "p5JcLzBGNqp", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hyperglycemia", + 1, + 1185 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 103, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hypoglycemia", + "LJVBk2Zh7hK", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hypoglycemia", + 1, + 1186 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 104, + "hypovolemic_shock", + "", + "hypovolemic_shock", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "hypovolemic_shock", + "WnMpToZF0qr", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|hypovolemic_shock", + 1, + 1187 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 105, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal conjunctivitis", + "MOtQxxicneI", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal conjunctivitis", + 1, + 1188 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 106, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal convulsions", + "bveva4WEwpk", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal convulsions", + 1, + 1189 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 107, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal jaundice", + "x3e3eB13HBC", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal jaundice", + 1, + 1190 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 108, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal meconial aspiration", + "ZVbbk05skVn", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal meconial aspiration", + 1, + 1191 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 109, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal Necrotising Enterocolitis", + " ", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal Necrotizing Enterocolitis", + "CV9RoDlgn0w", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal Necrotizing Enterocolitis", + 1, + 1192 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 110, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal pneumonia", + "IuCGFWyFWFO", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumonia", + 1, + 1193 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 111, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal pneumothorax", + "NSSABF8r5q8", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumothorax", + 1, + 1194 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 112, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal tetanus", + "TOYetOKf4MU", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal tetanus", + 1, + 1195 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 113, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal tuberculosis", + "e9GUiPSsGQC", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal tuberculosis", + 1, + 1196 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 114, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non cardiac congenital pathology", + "GgiffxpUGcR", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non cardiac congenital pathology", + 1, + 1197 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 115, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Newborn to an HIV+ mother", + "o7mxkyOuqRW", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Newborn to an HIV+ mother", + 1, + 1198 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 116, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Observation", + "q9596NeqFbK", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Observation", + 1, + 1199 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 117, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Perinatal asphyxia and complications", + "C9vdUIZmji0", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Perinatal asphyxia and complications", + 1, + 1200 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 118, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Prematurity and or low birth weight", + "n5bkPzahGYv", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Prematurity and or low birth weight", + 1, + 1201 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 119, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Rheumatic heart disease", + "MndDsJKT02H", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Rheumatic heart disease", + 1, + 1202 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 120, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Risk of sepsis", + "pOlHPAPSIwG", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Risk of sepsis", + 1, + 1203 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 121, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Septic shock", + "Z4K838xu1el", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Septic shock", + 1, + 1204 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 122, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Shock uspecified", + "DzENG1greCA", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Shock uspecified", + 1, + 1205 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 123, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe anaemia", + "rSM7i2VYQh8", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe anaemia", + 1, + 1206 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 124, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe dehydration", + "hvkuM6He8lg", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe dehydration", + 1, + 1207 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 125, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Transient tachypnoea of the newborn", + "gLpLCbuDJSU", + "transient_tachypnoea_of_the-newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Transient tachypnoea of the newborn", + 1, + 1208 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 126, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Varicella", + "ZxWtBfYPFaS", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Varicella", + 1, + 1209 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other neonatal conditions", + "wPLsmkaNgVw", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other neonatal conditions", + 1, + 1210 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute asthma", + "HgX3vXrvsx6", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute asthma", + 1, + 1211 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute diarrhea (bloody)", + "ZpRxFecqnwi", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (bloody)", + 1, + 1212 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute diarrhea (non-bloody)", + "zVgxlrZnnCe", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (non-bloody)", + 1, + 1213 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute febrile illness (=<7 days)", + "J8Vl7BI0QfR", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute febrile illness (=<7 days)", + 1, + 1214 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute flaccid paralysis", + "A7Ex0DFMTYf", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute flaccid paralysis", + 1, + 1215 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute jaundice syndrome", + "GklH62cOq2Z", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute jaundice syndrome", + 1, + 1216 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 7, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bacterial meningitis", + "O9xz3jtr4xg", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bacterial meningitis", + 1, + 1217 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 8, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Burns", + "oeR7NWklyjd", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Burns", + 1, + 1218 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 9, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cholera (suspected)", + "YRAU0iIbNP9", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cholera (suspected)", + 1, + 1219 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 10, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cholera confirmed", + "S46QMarDp5i", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cholera confirmed", + 1, + 1220 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 11, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Complicated ear infection", + "zdLmANKgrGO", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Complicated ear infection", + 1, + 1221 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 12, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Complications of SCD", + "vYDgtp7MdTr", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Complications of SCD", + 1, + 1222 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 13, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital or acquired cardiac pathology", + "Jil2qLIrVT9", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital or acquired cardiac pathology", + 1, + 1223 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 14, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congestive Heart Failure", + "Nwd22x068J2", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congestive Heart Failure", + 1, + 1224 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 15, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cutaneous leishmaniosis", + "ftXcV1u3I8T", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cutaneous leishmaniosis", + 1, + 1225 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 16, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dengue confirmed", + "ZnlAgYg6QR4", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dengue confirmed", + 1, + 1226 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 17, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diabetes type 2 and complications", + "VrNBEbLfvq6", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diabetes type 2 and complications", + 1, + 1227 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 18, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diabetes Type I and complications", + "oSTAIVxmb13", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diabetes Type I and complications", + 1, + 1228 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 19, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diarrhea (persistent)", + "ZmSORuJ7MmO", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diarrhea (persistent)", + 1, + 1229 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 20, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diphtheria", + "FWJi9zFnVVH", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diphtheria", + 1, + 1230 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 21, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Epilepsy - Seizures", + "WYuwK5EiFkc", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Epilepsy - Seizures", + 1, + 1231 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 22, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Extra pulmonary tuberculosis", + "LCWIVKAGXxQ", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Extra pulmonary tuberculosis", + 1, + 1232 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 23, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Eye diseases (including trachoma)", + "yrB1txNoXdz", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Eye diseases (including trachoma)", + 1, + 1233 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 24, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Gynaecological cases", + "UF0PmdoljJa", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Gynaecological cases", + 1, + 1234 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 25, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis A", + "kJRN97QTpuD", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis A", + 1, + 1235 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 26, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis B", + "oPlApOiyRNf", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis B", + 1, + 1236 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 27, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis Delta", + "iKsXCU378GN", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis Delta", + 1, + 1237 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 28, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis E", + "daNBQbvb4W6", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis E", + 1, + 1238 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 29, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "HIV Infection confirmed", + "h3VYXiJtitz", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|HIV Infection confirmed", + 1, + 1239 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 30, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hyperreactive splenomegaly due to malaria", + "jmVxSKHbGG8", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hyperreactive splenomegaly due to malaria", + 1, + 1240 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 31, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Infectious diseases not otherwise classified", + "xNduTQgsOKH", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Infectious diseases not otherwise classified", + 1, + 1241 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 32, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Lower respiratory tract infection", + "VmtZbSQZKWB", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Lower respiratory tract infection", + 1, + 1242 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 33, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Measles (complicated)", + "Ldgjz9C0g8E", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Measles (complicated)", + 1, + 1243 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 34, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Measles (uncomplicated)", + "YBqbmTLX7C0", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Measles (uncomplicated)", + 1, + 1244 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 35, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Meningeal TB", + "HnTQlyQywuD", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Meningeal TB", + 1, + 1245 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 36, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Meningitis unspecified", + "LR0LHjndAXu", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Meningitis unspecified", + 1, + 1246 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 37, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Mental and psychiatric conditions", + "aG0OfBS8ueF", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Mental and psychiatric conditions", + 1, + 1247 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 38, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Moderate acute malnutrition", + "QQaqc8toFYk", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Moderate acute malnutrition", + 1, + 1248 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 39, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Musculoskeletal conditions (infectious origin)", + "bnkjJwvg6iQ", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (infectious origin)", + 1, + 1249 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 40, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Musculoskeletal conditions (non-infectious)", + "J6aEdljbxgr", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (non-infectious)", + 1, + 1250 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 41, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Necrotizing & bullous skin infections", + "utECVhpdUs4", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Necrotizing & bullous skin infections", + 1, + 1251 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 42, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neglected tropical diseases", + "NohI0zAbUc4", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neglected tropical diseases", + 1, + 1252 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 43, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "C1jvKxIjDxj", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1253 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 44, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cerebral palsy - Neuro disability", + "e8eyFjAUlQk", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cerebral palsy - Neuro disability", + 1, + 1254 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 45, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non urgent surgical conditions", + "yeEBnmqXsQl", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non urgent surgical conditions", + 1, + 1255 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 46, + "Non violence-related injuries", + "", + "Non violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non violence-related injuries", + "yIE3xuGdorT", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non violence-related injuries", + 1, + 1256 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 47, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Obstetric cases", + "lufXrIBxOSO", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Obstetric cases", + 1, + 1257 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 48, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Oral and digestive severe candidiasis", + "byDZOw8AhEH", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Oral and digestive severe candidiasis", + 1, + 1258 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 49, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Persistent fever ( >7 days)", + "ApD01rBFsP7", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Persistent fever ( >7 days)", + 1, + 1259 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 50, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Poliomyelitis confirmed", + "eW1xtCC90c3", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Poliomyelitis confirmed", + 1, + 1260 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 51, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Post surgical infections", + "uGrIXRfwMwY", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Post surgical infections", + 1, + 1261 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 52, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Pulmonary tuberculosis", + "HJeN29Cv3kc", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Pulmonary tuberculosis", + 1, + 1262 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 53, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Rabies", + "nL9YgpEXOzY", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Rabies", + 1, + 1263 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 54, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Kwashiorkor)", + "NBY05tQ8hQN", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1264 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 55, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "cX41mhUP4hg", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1265 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 56, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Marasmus)", + "yCOLs7TI2Yf", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus)", + 1, + 1266 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 57, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe malaria", + "RqDxjW04LBM", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe malaria", + 1, + 1267 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 58, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sexual violence / rape", + "t9OwU2PBjmi", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sexual violence / rape", + 1, + 1268 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 59, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sexually transmitted disease (STI)", + "rDDzlHmlVfb", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sexually transmitted disease (STI)", + 1, + 1269 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 60, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Shigellosis - Salmonellosis", + "C0RJm1JpNud", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Shigellosis - Salmonellosis", + 1, + 1270 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 61, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sickle cell disease", + "QGLQEmOsLec", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sickle cell disease", + 1, + 1271 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 62, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Simple malaria", + "q3Grvfn9QGb", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Simple malaria", + 1, + 1272 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 63, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Skin and soft tissue conditions", + "i6qQp5uB0Ko", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Skin and soft tissue conditions", + 1, + 1273 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 64, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Snake bites", + "It0cW5RQWpE", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Snake bites", + 1, + 1274 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 65, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Substance abuse / dependency", + "jxDmdkqUYzT", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Substance abuse / dependency", + 1, + 1275 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 66, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Suspected or confirmed malignancy", + "SEVS3rGTnWG", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Suspected or confirmed malignancy", + 1, + 1276 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 67, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Tetanus", + "Kr9r979EtHx", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Tetanus", + 1, + 1277 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 68, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Toxicity / poisoning", + "wGTjx3JO66k", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Toxicity / poisoning", + 1, + 1278 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 69, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Typhoid fever", + "ufSbySjV4nf", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Typhoid fever", + 1, + 1279 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 70, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Upper respiratory tract infection", + "UoTji9E533F", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Upper respiratory tract infection", + 1, + 1280 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 71, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Urgent surgical conditions", + "G4GBgpGBv1I", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Urgent surgical conditions", + 1, + 1281 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 72, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Urolithiasis / Renal colic", + "pbbYJwsoExK", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Urolithiasis / Renal colic", + 1, + 1282 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 73, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "UTI and renal tract acute pathology", + "hrtm8XMGsvI", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|UTI and renal tract acute pathology", + 1, + 1283 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 74, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Violence-related injuries", + "FGVvCNrsZd6", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Violence-related injuries", + 1, + 1284 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 75, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Viral haemorrhagic fevers", + "kVOcCpX2wET", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Viral haemorrhagic fevers", + 1, + 1285 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 76, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Visceral leishmaniasis", + "mWZtlCUSfv9", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Visceral leishmaniasis", + 1, + 1286 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 77, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit A deficiency", + "Q8QmQpMAnQ4", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit A deficiency", + 1, + 1287 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 78, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit B complex deficiency", + "K970D8cUX8q", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit B complex deficiency", + 1, + 1288 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 79, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit C deficiency (scurvy)", + "M4dWY0whWZ3", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit C deficiency (scurvy)", + 1, + 1289 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 80, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit D deficiency (rickets)", + "Iad4CoXnCTM", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit D deficiency (rickets)", + 1, + 1290 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 81, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Whooping cough", + "PJaiWyUC5Rv", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Whooping cough", + 1, + 1291 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 82, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Yellow fever", + "XTczxMr7cBC", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Yellow fever", + 1, + 1292 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 83, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other bites and stings", + "tMDEcnOrzaS", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other bites and stings", + 1, + 1293 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 84, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other neurological conditions", + "RZ6Gri5POqL", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other neurological conditions", + 1, + 1294 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 85, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other non communicable diseases", + "i3kF3xASTF0", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other non communicable diseases", + 1, + 1295 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 86, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other symptoms and abnor. clinical / lab findings", + "wo6gncCWDt8", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other symptoms and abnor. clinical / lab findings", + 1, + 1296 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 87, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Others", + "SLRzVQxrR6V", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Others", + 1, + 1297 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 88, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Covid-19 confirmed", + "lbR2rz0zKhv", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Covid-19 confirmed", + 1, + 1298 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 89, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Covid-19 probable", + "AyulwHw3Bj7", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Covid-19 probable", + 1, + 1299 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 90, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Apnoea of prematurity", + "mNPTDvpwGn5", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Apnoea of prematurity", + 1, + 1300 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 91, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Birth injury", + "oJP7rkoXVg1", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Birth injury", + 1, + 1301 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 92, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bronchiolitis - obstructive bronchitis", + "Ra4H6sXRGR8", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bronchiolitis - obstructive bronchitis", + 1, + 1302 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 93, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bronchospasm", + "gJSba9WYKcN", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bronchospasm", + 1, + 1303 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 94, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cardiogenic shock", + "EQCt6KPlhXh", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cardiogenic shock", + 1, + 1304 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 95, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital herpes virus infection", + "IEWIHnBHcKW", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital herpes virus infection", + 1, + 1305 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 96, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital malaria", + "fzD74ridSY3", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital malaria", + 1, + 1306 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 97, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital syphilis", + "VlGKbqPPcqo", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital syphilis", + 1, + 1307 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 98, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "COPD", + "VEF2GXOUCGn", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|COPD", + 1, + 1308 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 99, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dengue suspected", + "ZcJqi7M0sIE", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dengue suspected", + 1, + 1309 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 100, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dog bite", + "i1cjdEToed4", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dog bite", + 1, + 1310 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 101, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Febrile convulsions", + "jP8E3Nr5ePF", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Febrile convulsions", + 1, + 1311 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 102, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hyperglycemia", + "CSFxUSl3Lrp", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hyperglycemia", + 1, + 1312 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 103, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hypoglycemia", + "p94oukUpt38", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hypoglycemia", + 1, + 1313 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 104, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + " ", + " ", + " ", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hypovolemic shock", + "RdQaXExPuHY", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hypovolemic shock", + 1, + 1314 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 105, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal conjunctivitis", + "l9b20GYt8K8", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal conjunctivitis", + 1, + 1315 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 106, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal convulsions", + "vHdiG2Glz2R", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal convulsions", + 1, + 1316 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 107, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal jaundice", + "bz0dwSs5R8q", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal jaundice", + 1, + 1317 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 108, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal meconial aspiration", + "F7ph9cAUsjq", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal meconial aspiration", + 1, + 1318 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 109, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal Necrotising Enterocolitis", + " ", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal Necrotizing Enterocolitis", + "PEUNHffrc5r", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal Necrotizing Enterocolitis", + 1, + 1319 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 110, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal pneumonia", + "qfD7Pdor9Ke", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumonia", + 1, + 1320 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 111, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal pneumothorax", + "QnWXeiCqjvs", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumothorax", + 1, + 1321 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 112, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal tetanus", + "y6Z1pZrll3Z", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal tetanus", + 1, + 1322 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 113, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal tuberculosis", + "hG3VHYjksd7", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal tuberculosis", + 1, + 1323 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 114, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non cardiac congenital pathology", + "kNx7jnB8tpr", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non cardiac congenital pathology", + 1, + 1324 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 115, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Newborn to an HIV+ mother", + "harSVfsnIAt", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Newborn to an HIV+ mother", + 1, + 1325 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 116, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Observation", + "xW2glpN3ZdI", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Observation", + 1, + 1326 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 117, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Perinatal asphyxia and complications", + "ES9hj5pSPBm", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Perinatal asphyxia and complications", + 1, + 1327 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 118, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Prematurity and or low birth weight", + "ApxIIyzZOvu", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Prematurity and or low birth weight", + 1, + 1328 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 119, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Rheumatic heart disease", + "onaykQ33cTD", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Rheumatic heart disease", + 1, + 1329 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 120, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Risk of sepsis", + "YeQfOMYWPyl", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Risk of sepsis", + 1, + 1330 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 121, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Septic shock", + "e50oxQBEjFZ", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Septic shock", + 1, + 1331 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 122, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Shock uspecified", + "nduZ755HdUK", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Shock uspecified", + 1, + 1332 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 123, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe anaemia", + "OosWiQ14i4U", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe anaemia", + 1, + 1333 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 124, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe dehydration", + "I49cMnQlRYb", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe dehydration", + 1, + 1334 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 125, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Transient tachypnoea of the newborn", + "o0jzqeTCtcA", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Transient tachypnoea of the newborn", + 1, + 1335 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 126, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Varicella", + "H6yZB35ROGG", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Varicella", + 1, + 1336 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other neonatal conditions", + "PFNsVEiE3Mg", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other neonatal conditions", + 1, + 1337 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute asthma", + "bluop7krNFI", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute asthma", + 1, + 1338 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 2, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Non cardiac congenital pathology", + "aVQ2oi3G43Y", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Non cardiac congenital pathology", + 1, + 1339 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 3, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal tuberculosis", + "b52kxhqjmV9", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal tuberculosis", + 1, + 1340 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 4, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal tetanus", + "WE6lCWupEYy", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal tetanus", + 1, + 1341 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 5, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal pneumothorax", + "HWfmCVKRv3I", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumothorax", + 1, + 1342 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 6, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute diarrhea (bloody)", + "ok2FInOgsTB", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (bloody)", + 1, + 1343 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 7, + "Neonatal ecrotizing enterocolitisn", + "", + "Neonatal ecrotizing enterocolitisn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal ecrotizing enterocolitisn", + "bt1b6Bxj2kF", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal ecrotizing enterocolitisn", + 1, + 1344 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 8, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal meconial aspiration", + "NKVXlNCLf17", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal meconial aspiration", + 1, + 1345 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 9, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal jaundice", + "MBeU92FooY5", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal jaundice", + 1, + 1346 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 10, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal convulsions", + "pJNzXChiGXl", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal convulsions", + 1, + 1347 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 11, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal conjunctivitis", + "HT13icXo5YH", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal conjunctivitis", + 1, + 1348 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 12, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal pneumonia", + "tFvK0JjfEok", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumonia", + 1, + 1349 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 13, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute diarrhea (non-bloody)", + "lefj8RM9IfZ", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (non-bloody)", + 1, + 1350 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 14, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute febrile illness (=<7 days)", + "DawDRlElB9F", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute febrile illness (=<7 days)", + 1, + 1351 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 15, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute flaccid paralysis", + "GyhzORItLY8", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute flaccid paralysis", + 1, + 1352 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 16, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute jaundice syndrome", + "xcAffGbjtaI", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute jaundice syndrome", + 1, + 1353 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 17, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Apnoea of prematurity", + "xH3LxnnChOf", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Apnoea of prematurity", + 1, + 1354 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 18, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bacterial meningitis", + "B9xVjlrAWHk", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bacterial meningitis", + 1, + 1355 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 19, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Birth injury", + "rqX77y5nyBB", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Birth injury", + 1, + 1356 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 20, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bronchiolitis - obstructive bronchitis", + "jOVk2qkoqyy", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bronchiolitis - obstructive bronchitis", + 1, + 1357 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 21, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bronchospasm", + "XagfsDBPa2U", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bronchospasm", + 1, + 1358 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 22, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Burns", + "b7VwHnEElX4", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Burns", + 1, + 1359 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 23, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cardiogenic shock", + "CLTxVpE2nyA", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cardiogenic shock", + 1, + 1360 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 24, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cerebral palsy - Neuro disability", + "J80kH4PewuI", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cerebral palsy - Neuro disability", + 1, + 1361 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 25, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cholera (suspected)", + "RlzumxPwBd4", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cholera (suspected)", + 1, + 1362 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 26, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cholera confirmed", + "HtM1Sox2Vwj", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cholera confirmed", + 1, + 1363 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 27, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Complicated ear infection", + "nXBWUIZslkY", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Complicated ear infection", + 1, + 1364 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 28, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Complications of SCD", + "POa0tRlSuBy", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Complications of SCD", + 1, + 1365 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 29, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital herpes virus infection", + "YLMeuzLogS9", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital herpes virus infection", + 1, + 1366 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 30, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital malaria", + "QFNeWiHVebh", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital malaria", + 1, + 1367 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 31, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital or acquired cardiac pathology", + "AJ4Xt5rFWGv", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital or acquired cardiac pathology", + 1, + 1368 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 32, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital syphilis", + "uQkCX2hOxUz", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital syphilis", + 1, + 1369 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 33, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congestive Heart Failure", + "PqbFgrmJdlD", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congestive Heart Failure", + 1, + 1370 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 34, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "COPD", + "guEVgXa3b6v", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|COPD", + 1, + 1371 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 35, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Covid-19 confirmed", + "ynQdWMHuVnM", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Covid-19 confirmed", + 1, + 1372 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 36, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Covid-19 probable", + "V51gp9J0zWT", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Covid-19 probable", + 1, + 1373 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 37, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cutaneous leishmaniosis", + "q6Ae06r15Ho", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cutaneous leishmaniosis", + 1, + 1374 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 38, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dengue confirmed", + "F2XsLwIR6fG", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dengue confirmed", + 1, + 1375 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 39, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dengue suspected", + "rlGC8uqJdzh", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dengue suspected", + 1, + 1376 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 40, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diabetes type 2 and complications", + "n6mQ1I8sLr1", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diabetes type 2 and complications", + 1, + 1377 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 41, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diabetes Type I and complications", + "LnguSPhlhvw", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diabetes Type I and complications", + 1, + 1378 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 42, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diarrhea (persistent)", + "wIdOQXkA9vZ", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diarrhea (persistent)", + 1, + 1379 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 43, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diphtheria", + "fHN1Fc1XE3x", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diphtheria", + 1, + 1380 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 44, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dog bite", + "sj85TsVZ3JX", + "dog bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dog bite", + 1, + 1381 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 45, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Epilepsy - Seizures", + "EXN5Y8Bbe4U", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Epilepsy - Seizures", + 1, + 1382 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 46, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Extra pulmonary tuberculosis", + "w4TaclahhD4", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Extra pulmonary tuberculosis", + 1, + 1383 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 47, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Eye diseases (including trachoma)", + "FTJPLScLlnW", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Eye diseases (including trachoma)", + 1, + 1384 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 48, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Febrile convulsions", + "JH2GCxIGcWf", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Febrile convulsions", + 1, + 1385 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 49, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Gynaecological cases", + "yjXZddwKmXl", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Gynaecological cases", + 1, + 1386 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 50, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis A", + "gcSNHIXe5TM", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis A", + 1, + 1387 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 51, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis B", + "vWZOq83jtyI", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis B", + 1, + 1388 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 52, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis Delta", + "CTGA8o161O9", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis Delta", + 1, + 1389 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 53, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis E", + "ZuuL8WkZEGq", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis E", + 1, + 1390 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 54, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "HIV Infection confirmed", + "sTU8qlhaC8h", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|HIV Infection confirmed", + 1, + 1391 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 55, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hyperglycemia", + "kSePi7ROwlD", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hyperglycemia", + 1, + 1392 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 56, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hyperreactive splenomegaly due to malaria", + "Fx4Tqmp4Aum", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hyperreactive splenomegaly due to malaria", + 1, + 1393 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 57, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hypoglycemia", + "hFiMNaLFQqq", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hypoglycemia", + 1, + 1394 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 58, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + " ", + " ", + " ", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hypovolemic shock", + "zTCrtZh4N4r", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hypovolemic shock", + 1, + 1395 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 59, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Infectious diseases not otherwise classified", + "fvAf7HoLqiZ", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Infectious diseases not otherwise classified", + 1, + 1396 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 60, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Lower respiratory tract infection", + "lWivqa14ywH", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Lower respiratory tract infection", + 1, + 1397 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 61, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Measles (complicated)", + "fA5OLx44Kqy", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Measles (complicated)", + 1, + 1398 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 62, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Measles (uncomplicated)", + "QSGKKKOJgJy", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Measles (uncomplicated)", + 1, + 1399 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 63, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Meningeal TB", + "IYrzxMo1XdR", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Meningeal TB", + 1, + 1400 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 64, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Meningitis unspecified", + "SHBQIe1fUcx", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Meningitis unspecified", + 1, + 1401 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 65, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Mental and psychiatric conditions", + "Tel9TSdNRKv", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Mental and psychiatric conditions", + 1, + 1402 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 66, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Moderate acute malnutrition", + "Lizb2D5tY6F", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Moderate acute malnutrition", + 1, + 1403 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 67, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Musculoskeletal conditions (infectious origin)", + "C2aGaLQ7wfC", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (infectious origin)", + 1, + 1404 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 68, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Musculoskeletal conditions (non-infectious)", + "xbsxjRVbgFt", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (non-infectious)", + 1, + 1405 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 69, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Necrotizing & bullous skin infections", + "HPgk2Ttjxgu", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Necrotizing & bullous skin infections", + 1, + 1406 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 70, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neglected tropical diseases", + "enxyg6CNRzX", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neglected tropical diseases", + 1, + 1407 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 71, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "jDpjwjOmzYi", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1408 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 72, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Non urgent surgical conditions", + "JS1JiSduXtv", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Non urgent surgical conditions", + 1, + 1409 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 73, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Obstetric cases", + "VdEPVcQIJ9n", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Obstetric cases", + 1, + 1410 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 74, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Oral and digestive severe candidiasis", + "jv8EoB8Ixcc", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Oral and digestive severe candidiasis", + 1, + 1411 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 75, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other bites and stings", + "gX2JCGQxzrk", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other bites and stings", + 1, + 1412 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 76, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other neurological conditions", + "ltUMXNGhEq8", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other neurological conditions", + 1, + 1413 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 77, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other non communicable diseases", + "ddklpeUOxUt", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other non communicable diseases", + 1, + 1414 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 78, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other symptoms and abnor. clinical / lab findings", + "pASiyT81UCq", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other symptoms and abnor. clinical / lab findings", + 1, + 1415 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 79, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Others", + "Dd15skECALP", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Others", + 1, + 1416 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 80, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Persistent fever ( >7 days)", + "HPg1Uen5FY0", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Persistent fever ( >7 days)", + 1, + 1417 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 81, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Poliomyelitis confirmed", + "YQ8eAJMeeJH", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Poliomyelitis confirmed", + 1, + 1418 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 82, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Post surgical infections", + "lQqjSIZNH5D", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Post surgical infections", + 1, + 1419 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 83, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Pulmonary tuberculosis", + "nTT9Yte9u1S", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Pulmonary tuberculosis", + 1, + 1420 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 84, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Rabies", + "NcqJU6GvwC2", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Rabies", + 1, + 1421 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 85, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Kwashiorkor)", + "lhvVc3FUCpO", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1422 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 86, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "bZZNGmGmH2F", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1423 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 87, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Marasmus)", + "GlOW8o3i6mR", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus)", + 1, + 1424 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 88, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe malaria", + "LmXWiBEvHwI", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe malaria", + 1, + 1425 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 89, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sexual violence / rape", + "MvS3SDtkUeq", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sexual violence / rape", + 1, + 1426 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 90, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Shigellosis - Salmonellosis", + "J0DdLu2MHDs", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Shigellosis - Salmonellosis", + 1, + 1427 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 91, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sickle cell disease", + "JToZ8urVV4S", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sickle cell disease", + 1, + 1428 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 92, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Simple malaria", + "gZWPKGZRwcj", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Simple malaria", + 1, + 1429 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 93, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Skin and soft tissue conditions", + "oVCqPof3OrT", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Skin and soft tissue conditions", + 1, + 1430 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 94, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Snake bites", + "uYnA0pnSaib", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Snake bites", + 1, + 1431 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 95, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Substance abuse / dependency", + "KC9VbPmfCS0", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Substance abuse / dependency", + 1, + 1432 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 96, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Suspected or confirmed malignancy", + "Qx1uLto5yEX", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Suspected or confirmed malignancy", + 1, + 1433 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 97, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Tetanus", + "lIOfRgPuHgD", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Tetanus", + 1, + 1434 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 98, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Toxicity / poisoning", + "WO1S4bWy3kR", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Toxicity / poisoning", + 1, + 1435 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 99, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Typhoid fever", + "ad45MmIrFgH", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Typhoid fever", + 1, + 1436 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 100, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Newborn to an HIV+ mother", + "Wa5DWnrKvGK", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Newborn to an HIV+ mother", + 1, + 1437 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 101, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sexually transmitted disease (STI)", + "Lv66yP6CBue", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sexually transmitted disease (STI)", + 1, + 1438 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 102, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Upper respiratory tract infection", + "hTK6DDFaG6e", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Upper respiratory tract infection", + 1, + 1439 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 103, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Urgent surgical conditions", + "qWULOu2OfQk", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Urgent surgical conditions", + 1, + 1440 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 104, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Urolithiasis / Renal colic", + "OShtoAim3Wg", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Urolithiasis / Renal colic", + 1, + 1441 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 105, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "UTI and renal tract acute pathology", + "MjGSCSxWji8", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|UTI and renal tract acute pathology", + 1, + 1442 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 106, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Violence-related injuries", + "NCKIOR3jQHw", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Violence-related injuries", + 1, + 1443 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 107, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Viral haemorrhagic fevers", + "kAgodBQdyLK", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Viral haemorrhagic fevers", + 1, + 1444 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 108, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Visceral leishmaniasis", + "OWklY4z4BDt", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Visceral leishmaniasis", + 1, + 1445 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 109, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit A deficiency", + "CyUW5yS5Rgg", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit A deficiency", + 1, + 1446 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 110, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit B complex deficiency", + "pYEJB8o2qjA", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit B complex deficiency", + 1, + 1447 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 111, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit C deficiency (scurvy)", + "kF6LZEDgeid", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit C deficiency (scurvy)", + 1, + 1448 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 112, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit D deficiency (rickets)", + "W9HFlAbnhhg", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit D deficiency (rickets)", + 1, + 1449 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 113, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Whooping cough", + "U3dzpFQgcmH", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Whooping cough", + 1, + 1450 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 114, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Yellow fever", + "BQ0tEkOuzJ7", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Yellow fever", + 1, + 1451 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 115, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Observation", + "w3WM30UaV3P", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Observation", + 1, + 1452 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 116, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Perinatal asphyxia and complications", + "zPHUZb5MEJP", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Perinatal asphyxia and complications", + 1, + 1453 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 117, + "Prematurity and/or low birth weight", + "", + "Prematurity and/or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Prematurity and/or low birth weight", + "nbgZIc8oTzY", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Prematurity and/or low birth weight", + 1, + 1454 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 118, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Rheumatic heart disease", + "oGUhgcrpTRz", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Rheumatic heart disease", + 1, + 1455 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 119, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Risk of sepsis", + "I8SfVL1ISjT", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Risk of sepsis", + 1, + 1456 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 120, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Septic shock", + "Ppv9BTW1HUM", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Septic shock", + 1, + 1457 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 121, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Shock uspecified", + "oxHISHDzfPj", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Shock uspecified", + 1, + 1458 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 122, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe anaemia", + "DY621CqJVK6", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe anaemia", + 1, + 1459 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 123, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe dehydration", + "Km8nbWcG57I", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe dehydration", + 1, + 1460 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 124, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Transient tachypnoea of the newborn", + "duWhWZ2OorT", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Transient tachypnoea of the newborn", + 1, + 1461 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 125, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Varicella", + "Dx5mvv0dua0", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Varicella", + 1, + 1462 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 126, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other neonatal conditions", + "VqNHFgx2IKp", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other neonatal conditions", + 1, + 1463 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 1, + "Weight/Height", + "", + "", + "Height", + "Patient's height in centimeters.", + "Numeric", + "Finding", + "3fbf0612-8343-4fcd-bc20-7e9d3cb85d6f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الوزن/الطول", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Weight/Height", + 1, + 1464 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 2, + "BMI", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|BMI", + 1, + 1465 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 3, + "MUAC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|MUAC", + 1, + 1466 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 4, + "Odema", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جفاف العين", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Odema", + 1, + 1467 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 5, + "breastfeeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإفطار/التغذية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|breastfeeding", + 1, + 1468 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 6, + "Moderate + sick", + "", + "", + "Moderate", + "Average in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001888", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "3cdef832-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "معتدل + مريض", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Moderate + sick", + 1, + 1469 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 1, + "+ ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| + ", + 1, + 1470 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 2, + "++", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "++", + "Two plus result (scale of + - ++++)", + "Boolean", + "Finding", + "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| ++", + 1, + 1471 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 3, + "+++", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "+++", + "Three plus result (scale + - ++++)", + "Boolean", + "Finding", + "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| +++", + 1, + 1472 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 1, + "Adopted", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تم تبني الطفل", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Adopted", + 1, + 1473 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 2, + "Twin", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطفل توأم", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Twin", + 1, + 1474 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 3, + "Orphan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطفل يتيم", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Orphan", + 1, + 1475 + ], + [ + 103, + "Test result - positive/negative", + "", + "Coded", + 1, + "Positive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موجب", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Test result - positive/negative|Positive", + 1, + 1476 + ], + [ + 103, + "Test result - positive/negative", + "", + "Coded", + 2, + "Negative", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سالب", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Test result - positive/negative|Negative", + 1, + 1477 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 1, + 1, + "", + 1, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|1", + 1, + 1478 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 2, + "Transition", + "", + "Transition", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|Transition", + 1, + 1479 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 3, + 2, + "", + 2, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|2", + 1, + 1480 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 1, + "F75", + "", + "F75", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|F75", + 1, + 1481 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 2, + "F100", + "", + "F100", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|F100", + 1, + 1482 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 3, + "Infant formula", + "", + "Infant formula", + "", + "", + "", + "", + "", + "", + "Infant formula", + "Describes a substance used to feed children.", + "Coded", + "Drug", + "5254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Infant formula", + "Describes a substance used to feed children.", + "Coded", + "Drug", + "3ceb2c7e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|Infant formula", + 1, + 1483 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 1, + 0, + "", + 0, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|0 %", + 1, + 1484 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 2, + 0.25, + "", + 0.25, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|25 %", + 1, + 1485 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 3, + 0.5, + "", + 0.5, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|50 %", + 1, + 1486 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 4, + 0.75, + "", + 0.75, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|75 %", + 1, + 1487 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 5, + 1, + "", + 1, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|100 %", + 1, + 1488 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 1, + "Absent", + "", + "Absent", + "", + "", + "", + "", + "", + "", + "Absent", + "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", + "N/A", + "Misc", + "163747AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Absent", + "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", + "N/A", + "Misc", + "b5410710-123c-49a6-8ccd-75bce3ffa4f1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Absent", + 1, + 1489 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 2, + "Vomiting", + "", + "Vomiting", + "", + "", + "", + "", + "", + "", + "Vomiting", + "The forcible expulsion of the contents of the stomach through the mouth.", + "Coded", + "Diagnosis", + "122983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Vomiting", + "The forcible expulsion of the contents of the stomach through the mouth.", + "N/A", + "Diagnosis", + "3cf1c930-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Vomiting", + 1, + 1490 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 3, + "Refusal", + "", + "Refusal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Refusal", + 1, + 1491 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 4, + "Nasogastric tube", + "", + "Nasogastric tube", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Nasogastric tube", + 1, + 1492 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 5, + "IV fluid", + "", + "IV fluid", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|IV fluid", + 1, + 1493 + ], + [ + "", + "Outcome - Family planning", + "", + "Coded", + "", + "Child alive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Outcome - Family planning|Child alive", + 1, + 1494 + ], + [ + "", + "Outcome - Family planning ", + "", + "Coded", + "", + "Child died", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Outcome - Family planning |Child died", + 1, + 1495 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Exclusive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Exclusive", + 1, + 1496 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Mixed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Mixed", + 1, + 1497 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Bottle", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Bottle", + 1, + 1498 + ], + [ + "", + "FP befor", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "FP befor|Yes", + 1, + 1499 + ], + [ + "", + "FP befor", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "FP befor|No", + 1, + 1500 + ], + [ + "", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|Yes", + 1, + 1501 + ], + [ + "", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|No", + 1, + 1502 + ], + [ + "", + "Have you given birth on the last 4 weeks?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you given birth on the last 4 weeks?|Yes", + 1, + 1503 + ], + [ + "", + "Have you given birth on the last 4 weeks?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you given birth on the last 4 weeks?|No", + 1, + 1504 + ], + [ + "", + "Did your last menstruation period start within the past 7 days?", + "", + "", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Did your last menstruation period start within the past 7 days?|Yes", + 1, + 1505 + ], + [ + "", + "Did your last menstruation period start within the past 7 days?", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Did your last menstruation period start within the past 7 days?|No", + 1, + 1506 + ], + [ + "", + "Have you had an abortion or miscarriage in the past 7 days?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you had an abortion or miscarriage in the past 7 days?|Yes", + 1, + 1507 + ], + [ + "", + "Have you had an abortion or miscarriage in the past 7 days?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you had an abortion or miscarriage in the past 7 days?|No", + 1, + 1508 + ], + [ + "", + "Have you gone without sexual intercourse since your last menstrual period?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you gone without sexual intercourse since your last menstrual period?|Yes", + 1, + 1509 + ], + [ + "", + "Have you gone without sexual intercourse since your last menstrual period?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you gone without sexual intercourse since your last menstrual period?|No", + 1, + 1510 + ], + [ + "", + "Have you been using a reliable contraceptive method consistently AND correctly?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you been using a reliable contraceptive method consistently AND correctly?|Yes", + 1, + 1511 + ], + [ + "", + "Have you been using a reliable contraceptive method consistently AND correctly?", + "", + "", + "", + "No", + " ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you been using a reliable contraceptive method consistently AND correctly?|No", + 1, + 1512 + ], + [ + "", + "The patient has a metod in mind?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "The patient has a metod in mind?|Yes", + 1, + 1513 + ], + [ + "", + "The patient has a metod in mind?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "The patient has a metod in mind?|No", + 1, + 1514 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Very effective", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Very effective", + 1, + 1515 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Breasfeeding<6 month", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Breasfeeding<6 month", + 1, + 1516 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "No children later", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|No children later", + 1, + 1517 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Permanent", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Permanent", + 1, + 1518 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Few side", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Few side", + 1, + 1519 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Nothing to do befor sex", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Nothing to do befor sex", + 1, + 1520 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Use only when needed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Use only when needed", + 1, + 1521 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Avoid touching intimate areas", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Avoid touching intimate areas", + 1, + 1522 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Latex allergy (patient or partner)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Latex allergy (patient or partner)", + 1, + 1523 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Current/history trombembolism", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Current/history trombembolism", + 1, + 1524 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Pregnancy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Pregnancy", + 1, + 1525 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Diabetes for > 20 years", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Diabetes for > 20 years", + 1, + 1526 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Breastfeeding< 6 weeks", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Breastfeeding< 6 weeks", + 1, + 1527 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Smoker > 35 years old", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Smoker > 35 years old", + 1, + 1528 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "BP>160/100", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|BP>160/100", + 1, + 1529 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Unexplained veginal bleeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Unexplained veginal bleeding", + 1, + 1530 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Bleeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Bleeding", + 1, + 1531 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Hyper or dysmenorrhoea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Hyper or dysmenorrhoea", + 1, + 1532 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "History of extra-uterine pregnancy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|History of extra-uterine pregnancy", + 1, + 1533 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Server untreated anaemia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Server untreated anaemia", + 1, + 1534 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Current STI/current PID,HIV + patient on ARV", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Current STI/current PID,HIV + patient on ARV", + 1, + 1535 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "On TB medication", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|On TB medication", + 1, + 1536 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "On Epilepsy medication", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|On Epilepsy medication", + 1, + 1537 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Active liver disease/jaundice", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Active liver disease/jaundice", + 1, + 1538 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "HIV + patient with active ADIS but NOT on ARV", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|HIV + patient with active ADIS but NOT on ARV", + 1, + 1539 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Male condom", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Male condom", + 1, + 1540 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Female condom", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Female condom", + 1, + 1541 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "COC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|COC", + 1, + 1542 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "POP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|POP", + 1, + 1543 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Injectable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Injectable", + 1, + 1544 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Implant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Implant", + 1, + 1545 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "IUD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|IUD", + 1, + 1546 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Tubal ligation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Tubal ligation", + 1, + 1547 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Vasectomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Vasectomy", + 1, + 1548 + ], + [ + "", + "Satisfied with method", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Satisfied with method|Yes", + 1, + 1549 + ], + [ + "", + "Satisfied with method", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Satisfied with method|No", + 1, + 1550 + ], + [ + "", + "Changed bleeding pattern", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Changed bleeding pattern|Yes", + 1, + 1551 + ], + [ + "", + "Changed bleeding pattern", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Changed bleeding pattern|No", + 1, + 1552 + ], + [ + "", + "Headache/dizziness", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Headache/dizziness|Yes", + 1, + 1553 + ], + [ + "", + "Headache/dizziness", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Headache/dizziness|No", + 1, + 1554 + ], + [ + "", + "Nausea/abdominal pain", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Nausea/abdominal pain|Yes", + 1, + 1555 + ], + [ + "", + "Nausea/abdominal pain", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Nausea/abdominal pain|No", + 1, + 1556 + ], + [ + "", + "Breast tender", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breast tender|Yes", + 1, + 1557 + ], + [ + "", + "Breast tender", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breast tender|No", + 1, + 1558 + ], + [ + "", + "Mood changes", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mood changes|Yes", + 1, + 1559 + ], + [ + "", + "Mood changes", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mood changes|No", + 1, + 1560 + ], + [ + "", + "Date to return to first PNC visit", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Date to return to first PNC visit|Full term", + 1, + 1561 + ], + [ + "", + "Date to return to first PNC visit", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Date to return to first PNC visit|Preterm", + 1, + 1562 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Normal", + 1, + 1563 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Manual delivery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Manual delivery", + 1, + 1564 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Episiotomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Episiotomy", + 1, + 1565 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Perineal laceration (tear)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Perineal laceration (tear)", + 1, + 1566 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Hypertension", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Hypertension", + 1, + 1567 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Heart disease", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Heart disease", + 1, + 1568 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Diabetes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Diabetes", + 1, + 1569 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Abdominal surgery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Abdominal surgery", + 1, + 1570 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Sexually transitted infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Sexually transitted infection", + 1, + 1571 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Epilepsy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Epilepsy", + 1, + 1572 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "HIV+", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|HIV+", + 1, + 1573 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Tuberculosis", + 1, + 1574 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Other", + 1, + 1575 + ], + [ + "", + "Present at consultation", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Present at consultation|Yes", + 1, + 1576 + ], + [ + "", + "Present at consultation", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Present at consultation|No", + 1, + 1577 + ], + [ + "", + "Anaemia (conjunctiva, heamoglobin)", + "", + "Coded", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Anaemia (conjunctiva, heamoglobin)|", + 1, + 1578 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|No", + 1, + 1579 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "Mild", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|Mild", + 1, + 1580 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "Severe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|Severe", + 1, + 1581 + ], + [ + "", + "Breasts (e.g infection,enforgement)", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breasts (e.g infection,enforgement)|Normal", + 1, + 1582 + ], + [ + "", + "Breasts (e.g infection,enforgement)", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breasts (e.g infection,enforgement)|Abnormal", + 1, + 1583 + ], + [ + "", + "Sexually transmitted infection", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sexually transmitted infection|Yes", + 1, + 1584 + ], + [ + "", + "Sexually transmitted infection", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sexually transmitted infection|No", + 1, + 1585 + ], + [ + "", + "Time since delivery", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Time since delivery|Normal", + 1, + 1586 + ], + [ + "", + "Time since delivery", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Time since delivery|Abnormal", + 1, + 1587 + ], + [ + "", + "Healing (if laceration,episiotomy of C-section)", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Healing (if laceration,episiotomy of C-section)|Normal", + 1, + 1588 + ], + [ + "", + "Healing (if laceration,episiotomy of C-section)", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Healing (if laceration,episiotomy of C-section)|Abnormal", + 1, + 1589 + ], + [ + "", + "Passing urine or stool", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Passing urine or stool|Normal", + 1, + 1590 + ], + [ + "", + "Passing urine or stool", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Passing urine or stool|Abnormal", + 1, + 1591 + ], + [ + "", + "Mother-infant interaction", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mother-infant interaction|Normal", + 1, + 1592 + ], + [ + "", + "Mother-infant interaction", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mother-infant interaction|Abnormal", + 1, + 1593 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|No", + 1, + 1594 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "MH", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|MH", + 1, + 1595 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "HP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|HP", + 1, + 1596 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "Gyne", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|Gyne", + 1, + 1597 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|Other", + 1, + 1598 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|No", + 1, + 1599 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "Referral hospital", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|Referral hospital", + 1, + 1600 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|Other", + 1, + 1601 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Yes", + 1, + 1602 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "COC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|COC", + 1, + 1603 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "POP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|POP", + 1, + 1604 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "IUD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|IUD", + 1, + 1605 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Implant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Implant", + 1, + 1606 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Condoms", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Condoms", + 1, + 1607 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|No", + 1, + 1608 + ], + [ + "", + "PNC-gestational age:", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-gestational age:|Full term", + 1, + 1609 + ], + [ + "", + "PNC-gestational age:", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-gestational age:|Preterm", + 1, + 1610 + ], + [ + "", + "PNC- gestational age?", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- gestational age?|Full term", + 1, + 1611 + ], + [ + "", + "PNC- gestational age:", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- gestational age:|Preterm", + 1, + 1612 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Anaemia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Anaemia", + 1, + 1613 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Hypertension/pre-/eclampsia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Hypertension/pre-/eclampsia", + 1, + 1614 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Antepartum hemorrhage", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Antepartum hemorrhage", + 1, + 1615 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Prolonged/obstructed labour", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Prolonged/obstructed labour", + 1, + 1616 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Malpresentation (breach, other)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Malpresentation (breach, other)", + 1, + 1617 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Caesarean section", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Caesarean section", + 1, + 1618 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Instrumental extraction", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Instrumental extraction", + 1, + 1619 + ], + [ + "", + "PNC- Problems-Placenta", + "", + "Coded", + "", + "Norma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems-Placenta|Norma", + 1, + 1620 + ], + [ + "", + "PNC- Problems-Placenta", + "", + "Coded", + "", + "Manual delivery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems-Placenta|Manual delivery", + 1, + 1621 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Episiotomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Episiotomy", + 1, + 1622 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Perineal laceration (tear)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Perineal laceration (tear)", + 1, + 1623 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Fistula present - management:", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Fistula present - management:", + 1, + 1624 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Postapartum haemorrhage", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Postapartum haemorrhage", + 1, + 1625 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Other", + 1, + 1626 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Hypertension", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Hypertension", + 1, + 1627 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Heart disease", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Heart disease", + 1, + 1628 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Diabetes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Diabetes", + 1, + 1629 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Abdominal surgery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Abdominal surgery", + 1, + 1630 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Sexually transmitted infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Sexually transmitted infection", + 1, + 1631 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Epilepsy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Epilepsy", + 1, + 1632 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "HIV+", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|HIV+", + 1, + 1633 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Tuberculosis", + 1, + 1634 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|other", + 1, + 1635 + ], + [ + "", + "PNC- present at consultation", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- present at consultation|Yes", + 1, + 1636 + ], + [ + "", + "PNC- present at consultation", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- present at consultation|No", + 1, + 1637 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|No", + 1, + 1638 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "Mild", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|Mild", + 1, + 1639 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "Severe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|Severe", + 1, + 1640 + ] ], - [ - 1, - "Sex - All", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Male", - 1, - 0 + "hidden": false, + "rowCount": 1642, + "rowIndex": 0, + "valueTypes": [ + [ + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ] ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Male", - 1, - 9 + "values": [ + [ + "", + "", + "", + "", + "", + "", + "", + "", + "Automatch Suggestions from MSF Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from CIEL Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from PIH Source", + "", + "", + "", + "", + "", + "", + "OCL ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "DHIS2", + "", + "", + "", + "", + "", + "", + "", + "", + "OpenFn", + "", + "", + "", + "", + "", + "", + "OptionSet used in…", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "#", + "OptionSet name", + "Label if different", + "Datatype", + "#", + "Answers", + "External ID", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL concept ID", + "OCL name", + "OCL definition", + "OCL Comments", + "Validation (format)", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "DHIS2 Option code", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status", + "F00-Registration", + "F01-MHPSS Baseline", + "F02-MHPSS Follow-up", + "F03-mhGAP Baseline", + "F04-mhGAP Follow-up", + "F05-MH Closure", + "F06-MH-PHQ-9", + "F07-ITFC Admission form", + "Key", + "", + "Rank" + ], + [ + 1, + "Sex - All", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Male", + 1, + 1 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Female", + 1, + 2 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 3, + "Transgender male", + "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر متحول", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Transgender male", + 1, + 3 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 4, + "Transgender female", + "1226d253-376f-4e73-9ae2-36c7e9362e8b", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى متحولة", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Transgender female", + 1, + 4 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 5, + "Gender variant - Non conforming", + "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معياري", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Gender variant - Non conforming", + 1, + 5 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 6, + "Prefer not to answer", + "245151ca-691e-4d5a-a792-64cb573e2b34", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عدم الإجابة ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Prefer not to answer", + 1, + 6 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 7, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Unknown", + 1, + 7 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 8, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Other", + 1, + 8 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Male", + 1, + 9 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Female", + "H61UkMHyNku", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Female", + 1, + 10 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 3, + "Transgender male", + "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر متحول", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Transgender male", + "OcJsz1BOHTf", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Transgender male", + 1, + 11 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 4, + "Transgender female", + "1226d253-376f-4e73-9ae2-36c7e9362e8b", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى متحولة", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Transgender female", + "l8RshnosXNy", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Transgender female", + 1, + 12 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 5, + "Gender variant - Non conforming", + "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معياري", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Gender variant - Non conforming", + "V8RXdmOdY8L", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Gender variant - Non conforming", + 1, + 13 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 6, + "Prefer not to answer", + "245151ca-691e-4d5a-a792-64cb573e2b34", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عدم الإجابة ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Prefer not to answer", + "QQzTV76xGfF", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Prefer not to answer", + 1, + 14 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 7, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Unknown", + "YJw3CPNftrE", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Unknown", + 1, + 15 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Male", + 1, + 16 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Female", + "H61UkMHyNku", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Female", + 1, + 17 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 3, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Other", + 1, + 18 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 4, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Unknown", + "YJw3CPNftrE", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Unknown", + 1, + 19 + ], + [ + 4, + "Country", + "", + "Coded", + 1, + "Afghanistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفغانستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Afghanistan", + "diVYBILjUmV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Afghanistan", + 1, + 20 + ], + [ + 4, + "Country", + "", + "Coded", + 2, + "Albania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ألبانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Albania", + "nutwBYPa3c6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Albania", + 1, + 21 + ], + [ + 4, + "Country", + "", + "Coded", + 3, + "Algeria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجزائر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Algeria", + "vFzGZbjzRgT", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Algeria", + 1, + 22 + ], + [ + 4, + "Country", + "", + "Coded", + 4, + "Angola", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أنغولا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Angola", + "AEZqjWQaHtc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Angola", + 1, + 23 + ], + [ + 4, + "Country", + "", + "Coded", + 5, + "Anguilla", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أنغيلا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Anguilla", + "DzKGZxfc1If", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Anguilla", + 1, + 24 + ], + [ + 4, + "Country", + "", + "Coded", + 6, + "Argentina", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأرجنتين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Argentina", + "ZtvWa7Lms2D", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Argentina", + 1, + 25 + ], + [ + 4, + "Country", + "", + "Coded", + 7, + "Armenia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أرمينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Armenia", + "fHUrTZCGrsE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Armenia", + 1, + 26 + ], + [ + 4, + "Country", + "", + "Coded", + 8, + "Aruba", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أروبا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Aruba", + "nW24eGST2rr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Aruba", + 1, + 27 + ], + [ + 4, + "Country", + "", + "Coded", + 9, + "Azerbaijan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذربيجان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Azerbaijan", + "yJAD7ZvdPB9", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Azerbaijan", + 1, + 28 + ], + [ + 4, + "Country", + "", + "Coded", + 10, + "Bangladesh", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنغلاديش", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bangladesh", + "w86dbYs43jg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bangladesh", + 1, + 29 + ], + [ + 4, + "Country", + "", + "Coded", + 11, + "Belarus", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بيلاروسيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Belarus", + "sErv1yTCjIk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Belarus", + 1, + 30 + ], + [ + 4, + "Country", + "", + "Coded", + 12, + "Benin", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Benin", + "ONeYUriDrCm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Benin", + 1, + 31 + ], + [ + 4, + "Country", + "", + "Coded", + 13, + "Bhutan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوتان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bhutan", + "p9BIOdMGTz6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bhutan", + 1, + 32 + ], + [ + 4, + "Country", + "", + "Coded", + 14, + "Bolivia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوليفيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bolivia", + "XQ9Wxt2gh20", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bolivia", + 1, + 33 + ], + [ + 4, + "Country", + "", + "Coded", + 15, + "Bosnia and Herzegovina", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "البوسنة والهرسك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bosnia and Herzegovina", + "xSjqYV8ADNi", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bosnia and Herzegovina", + 1, + 34 + ], + [ + 4, + "Country", + "", + "Coded", + 16, + "Botswana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوتسوانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Botswana", + "kiI9Nkhhtsw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Botswana", + 1, + 35 + ], + [ + 4, + "Country", + "", + "Coded", + 17, + "Brazil", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "البرازيل", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Brazil", + "otuaAfFAMm9", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Brazil", + 1, + 36 + ], + [ + 4, + "Country", + "", + "Coded", + 18, + "British Virgin Islands", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جزر فيرجن البريطانية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "British Virgin Islands", + "oGtke47HQjw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|British Virgin Islands", + 1, + 37 + ], + [ + 4, + "Country", + "", + "Coded", + 19, + "Bulgaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بلغاريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bulgaria", + "sxgEvvHGASc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bulgaria", + 1, + 38 + ], + [ + 4, + "Country", + "", + "Coded", + 20, + "Burkina Faso", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوركينا فاسو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Burkina Faso", + "labcPsf6vlS", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Burkina Faso", + 1, + 39 + ], + [ + 4, + "Country", + "", + "Coded", + 21, + "Burundi", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوروندي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Burundi", + "EO7IXBoCRQM", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Burundi", + 1, + 40 + ], + [ + 4, + "Country", + "", + "Coded", + 22, + "Cambodia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كمبوديا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cambodia", + "BssvituAfov", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cambodia", + 1, + 41 + ], + [ + 4, + "Country", + "", + "Coded", + 23, + "Cameroon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكاميرون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cameroon", + "LzxTtERApOy", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cameroon", + 1, + 42 + ], + [ + 4, + "Country", + "", + "Coded", + 24, + "Cape Verde", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الرأس الأخضر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cape Verde", + "HvZxt4vKoOx", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cape Verde", + 1, + 43 + ], + [ + 4, + "Country", + "", + "Coded", + 25, + "Central African Republic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية افريقيا الوسطى", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Central African Republic", + "B09WCauYtJ7", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Central African Republic", + 1, + 44 + ], + [ + 4, + "Country", + "", + "Coded", + 26, + "Chad", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشاد", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Chad", + "JtMeoonLcqo", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Chad", + 1, + 45 + ], + [ + 4, + "Country", + "", + "Coded", + 27, + "Chile", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شيلي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Chile", + "pdTWdFqXStd", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Chile", + 1, + 46 + ], + [ + 4, + "Country", + "", + "Coded", + 28, + "China", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "China", + "CcpigvKey7O", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|China", + 1, + 47 + ], + [ + 4, + "Country", + "", + "Coded", + 29, + "Colombia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كولومبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Colombia", + "zAMRnEi2Yhg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Colombia", + 1, + 48 + ], + [ + 4, + "Country", + "", + "Coded", + 30, + "Comoros", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جزر القمر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Comoros", + "uAyMV131HCO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Comoros", + 1, + 49 + ], + [ + 4, + "Country", + "", + "Coded", + 31, + "Costa Rica", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوستا ريكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Costa Rica", + "vErHiezEajY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Costa Rica", + 1, + 50 + ], + [ + 4, + "Country", + "", + "Coded", + 32, + "Côte d'Ivoire", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوت ديفوار", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Côte d'Ivoire", + "IRepwvOtkII", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Côte d'Ivoire", + 1, + 51 + ], + [ + 4, + "Country", + "", + "Coded", + 33, + "Cuba", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوبا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cuba", + "Mh9Ckr9QhMa", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cuba", + 1, + 52 + ], + [ + 4, + "Country", + "", + "Coded", + 34, + "Djibouti", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جيبوتي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Djibouti", + "cvAMdgckhOk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Djibouti", + 1, + 53 + ], + [ + 4, + "Country", + "", + "Coded", + 35, + "Dominica", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دومينيكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Dominica", + "oC2s7ZiRTv3", + "", + "Family planning - Outcome", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Dominica", + 1, + 54 + ], + [ + 4, + "Country", + "", + "Coded", + 36, + "Dominican Republic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الدومينيكان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Dominican Republic", + "XuXolVGjILU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Dominican Republic", + 1, + 55 + ], + [ + 4, + "Country", + "", + "Coded", + 37, + "DRC Congo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الكونغو الديمقراطية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "DRC Congo", + "hDl6AdC035K", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|DRC Congo", + 1, + 56 + ], + [ + 4, + "Country", + "", + "Coded", + 38, + "East Timor", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تيمور الشرقية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "East Timor", + "l1QF9SxmTEe", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|East Timor", + 1, + 57 + ], + [ + 4, + "Country", + "", + "Coded", + 39, + "Ecuador", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاكوادور", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ecuador", + "gGjltDyQDjq", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ecuador", + 1, + 58 + ], + [ + 4, + "Country", + "", + "Coded", + 40, + "Egypt", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مصر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Egypt", + "xHcq7n4iLjZ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Egypt", + 1, + 59 + ], + [ + 4, + "Country", + "", + "Coded", + 41, + "El Salvador", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلفادور", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "El Salvador", + "oLtI4UknARs", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|El Salvador", + 1, + 60 + ], + [ + 4, + "Country", + "", + "Coded", + 42, + "Equatorial Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا الإستوائية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Equatorial Guinea", + "Sipme5yxx48", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Equatorial Guinea", + 1, + 61 + ], + [ + 4, + "Country", + "", + "Coded", + 43, + "Eritrea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إريتريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Eritrea", + "HkEJcTRqnd5", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Eritrea", + 1, + 62 + ], + [ + 4, + "Country", + "", + "Coded", + 44, + "Ethiopia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أثيوبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ethiopia", + "NYkv05WpCXj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ethiopia", + 1, + 63 + ], + [ + 4, + "Country", + "", + "Coded", + 45, + "Gabon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجابون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Gabon", + "E84FcVzHZDM", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Gabon", + 1, + 64 + ], + [ + 4, + "Country", + "", + "Coded", + 46, + "Gambia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غامبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Gambia", + "LfPn2DOfRew", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Gambia", + 1, + 65 + ], + [ + 4, + "Country", + "", + "Coded", + 47, + "Georgia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جورجيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Georgia", + "jBklhTXjStK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Georgia", + 1, + 66 + ], + [ + 4, + "Country", + "", + "Coded", + 48, + "Ghana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ghana", + "eO0gTpGne9P", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ghana", + 1, + 67 + ], + [ + 4, + "Country", + "", + "Coded", + 49, + "Greece", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اليونان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Greece", + "JSuVBbvnBwi", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Greece", + 1, + 68 + ], + [ + 4, + "Country", + "", + "Coded", + 50, + "Guam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غوام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guam", + "dVJ1jT4qwhr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guam", + 1, + 69 + ], + [ + 4, + "Country", + "", + "Coded", + 51, + "Guatemala", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غواتيمالا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guatemala", + "rHE2fw0dq78", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guatemala", + 1, + 70 + ], + [ + 4, + "Country", + "", + "Coded", + 52, + "Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guinea", + "Lgo53lIlEFU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guinea", + 1, + 71 + ], + [ + 4, + "Country", + "", + "Coded", + 53, + "Guinea-Bissau", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا بيساو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guinea-Bissau", + "OwuIcXiNnLf", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guinea-Bissau", + 1, + 72 + ], + [ + 4, + "Country", + "", + "Coded", + 54, + "Guyana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غيانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guyana", + "LStaPbnFPxB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guyana", + 1, + 73 + ], + [ + 4, + "Country", + "", + "Coded", + 55, + "Haiti", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هايتي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Haiti", + "WZqpZ6BYYMc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Haiti", + 1, + 74 + ], + [ + 4, + "Country", + "", + "Coded", + 56, + "Honduras", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هندوراس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Honduras", + "yK7fFWtOFmj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Honduras", + 1, + 75 + ], + [ + 4, + "Country", + "", + "Coded", + 57, + "India", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "India", + "vD6J24m3CjP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|India", + 1, + 76 + ], + [ + 4, + "Country", + "", + "Coded", + 58, + "Indonesia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إندونيسيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Indonesia", + "xdeMD7HSXiE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Indonesia", + 1, + 77 + ], + [ + 4, + "Country", + "", + "Coded", + 59, + "Iran", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إيران", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Iran", + "CbnR3yhYXLB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Iran", + 1, + 78 + ], + [ + 4, + "Country", + "", + "Coded", + 60, + "Iraq", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العراق", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Iraq", + "akUZWd42amN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Iraq", + 1, + 79 + ], + [ + 4, + "Country", + "", + "Coded", + 61, + "Jordan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأردن", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Jordan", + "Tqqf3od9wZw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Jordan", + 1, + 80 + ], + [ + 4, + "Country", + "", + "Coded", + 62, + "Kazakhstan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كازاخستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kazakhstan", + "vUOaYjStGLy", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kazakhstan", + 1, + 81 + ], + [ + 4, + "Country", + "", + "Coded", + 63, + "Kenya", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kenya", + "wHGMztCNS6m", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kenya", + 1, + 82 + ], + [ + 4, + "Country", + "", + "Coded", + 64, + "Kuwait", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكويت", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kuwait", + "eoLtNAlAHZl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kuwait", + 1, + 83 + ], + [ + 4, + "Country", + "", + "Coded", + 65, + "Kyrgyzstan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قيرغيزستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kyrgyzstan", + "a0lJJYryhi4", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kyrgyzstan", + 1, + 84 + ], + [ + 4, + "Country", + "", + "Coded", + 66, + "Laos", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لاوس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Laos", + "uQDRtKY8c5U", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Laos", + 1, + 85 + ], + [ + 4, + "Country", + "", + "Coded", + 67, + "Lebanon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لبنان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Lebanon", + "GJ7m7BCOAOV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Lebanon", + 1, + 86 + ], + [ + 4, + "Country", + "", + "Coded", + 68, + "Lesotho", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليسوتو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Lesotho", + "xTpZ9IdGDaR", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Lesotho", + 1, + 87 + ], + [ + 4, + "Country", + "", + "Coded", + 69, + "Liberia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليبيريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Liberia", + "RYkXhX8vzoZ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Liberia", + 1, + 88 + ], + [ + 4, + "Country", + "", + "Coded", + 70, + "Libya", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Libya", + "kev7mHYfTYY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Libya", + 1, + 89 + ], + [ + 4, + "Country", + "", + "Coded", + 71, + "Macedonia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مقدونيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Macedonia", + "z33jX0aGBTW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Macedonia", + 1, + 90 + ], + [ + 4, + "Country", + "", + "Coded", + 72, + "Madagascar", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مدغشقر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Madagascar", + "x08DzDg5Nqh", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Madagascar", + 1, + 91 + ], + [ + 4, + "Country", + "", + "Coded", + 73, + "Malawi", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ملاوي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Malawi", + "X2FD6vMUbhE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Malawi", + 1, + 92 + ], + [ + 4, + "Country", + "", + "Coded", + 74, + "Malaysia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ماليزيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Malaysia", + "E3RSmm22ZCw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Malaysia", + 1, + 93 + ], + [ + 4, + "Country", + "", + "Coded", + 75, + "Mali", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مالي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mali", + "qWMNMVwW3f6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mali", + 1, + 94 + ], + [ + 4, + "Country", + "", + "Coded", + 76, + "Martinique", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مارتينيك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Martinique", + "OSaI3ynQc2B", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Martinique", + 1, + 95 + ], + [ + 4, + "Country", + "", + "Coded", + 77, + "Mauritania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موريتانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mauritania", + "juWqPkQv0Jm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mauritania", + 1, + 96 + ], + [ + 4, + "Country", + "", + "Coded", + 78, + "Mauritius", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موريشيوس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mauritius", + "QYoc7owgftv", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mauritius", + 1, + 97 + ], + [ + 4, + "Country", + "", + "Coded", + 79, + "Mayotte", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مايوت", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mayotte", + "ynwDAes7aAW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mayotte", + 1, + 98 + ], + [ + 4, + "Country", + "", + "Coded", + 80, + "Mexico", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المكسيك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mexico", + "kmT493hNL5S", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mexico", + 1, + 99 + ], + [ + 4, + "Country", + "", + "Coded", + 81, + "Moldova", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مولدوفا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Moldova", + "fx0DT1autSt", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Moldova", + 1, + 100 + ], + [ + 4, + "Country", + "", + "Coded", + 82, + "Mongolia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منغوليا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mongolia", + "TUgTdt3xIWK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mongolia", + 1, + 101 + ], + [ + 4, + "Country", + "", + "Coded", + 83, + "Morocco", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المغرب", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Morocco", + "L36FJRjmXWL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Morocco", + 1, + 102 + ], + [ + 4, + "Country", + "", + "Coded", + 84, + "Mozambique", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موزمبيق", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mozambique", + "p7nmSATxbN1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mozambique", + 1, + 103 + ], + [ + 4, + "Country", + "", + "Coded", + 85, + "Myanmar", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ميانمار", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Myanmar", + "rYQqfQ7DQbm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Myanmar", + 1, + 104 + ], + [ + 4, + "Country", + "", + "Coded", + 86, + "Namibia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ناميبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Namibia", + "O1zvQatEJp5", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Namibia", + 1, + 105 + ], + [ + 4, + "Country", + "", + "Coded", + 87, + "Nauru", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ناورو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nauru", + "f0yjC5qZlPc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nauru", + 1, + 106 + ], + [ + 4, + "Country", + "", + "Coded", + 88, + "Nepal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيبال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nepal", + "iAFuacwzUvp", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nepal", + 1, + 107 + ], + [ + 4, + "Country", + "", + "Coded", + 89, + "New Caledonia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كاليدونيا الجديدة", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "New Caledonia", + "htSoK0QkB38", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|New Caledonia", + 1, + 108 + ], + [ + 4, + "Country", + "", + "Coded", + 90, + "Nicaragua", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيكاراغوا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nicaragua", + "TM5JHHJSepL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nicaragua", + 1, + 109 + ], + [ + 4, + "Country", + "", + "Coded", + 91, + "Niger", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "النيجر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Niger", + "n6jS263I3fP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Niger", + 1, + 110 + ], + [ + 4, + "Country", + "", + "Coded", + 92, + "Nigeria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيجيريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nigeria", + "yCwLYjhUxYV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nigeria", + 1, + 111 + ], + [ + 4, + "Country", + "", + "Coded", + 93, + "North Korea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوريا الشمالية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "North Korea", + "AaaEWin7qH1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|North Korea", + 1, + 112 + ], + [ + 4, + "Country", + "", + "Coded", + 94, + "Oman", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلطنة عمان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Oman", + "ibsHfsJGGDN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Oman", + 1, + 113 + ], + [ + 4, + "Country", + "", + "Coded", + 95, + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Other", + "CLdu0MxWYHQ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Other", + 1, + 114 + ], + [ + 4, + "Country", + "", + "Coded", + 96, + "Pakistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "باكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Pakistan", + "JYD72Xs1Mzz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Pakistan", + 1, + 115 + ], + [ + 4, + "Country", + "", + "Coded", + 97, + "Palestine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فلسطين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Palestine", + "oXNGgwEJSsY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Palestine", + 1, + 116 + ], + [ + 4, + "Country", + "", + "Coded", + 98, + "Panama", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنما", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Panama", + "zVoWkjxJFbF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Panama", + 1, + 117 + ], + [ + 4, + "Country", + "", + "Coded", + 99, + "Papua New Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بابوا غينيا الجديدة", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Papua New Guinea", + "Z313HJcROSN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Papua New Guinea", + 1, + 118 + ], + [ + 4, + "Country", + "", + "Coded", + 100, + "Paraguay", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "باراجواي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Paraguay", + "hBJq89c5RTj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Paraguay", + 1, + 119 + ], + [ + 4, + "Country", + "", + "Coded", + 101, + "Peru", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بيرو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Peru", + "YTBWmjQr7XP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Peru", + 1, + 120 + ], + [ + 4, + "Country", + "", + "Coded", + 102, + "Philippines", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فيلبيني", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Philippines", + "AdpKVdKRPcR", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Philippines", + 1, + 121 + ], + [ + 4, + "Country", + "", + "Coded", + 103, + "Puerto Rico", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بورتوريكو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Puerto Rico", + "FnQRQn7mgd1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Puerto Rico", + 1, + 122 + ], + [ + 4, + "Country", + "", + "Coded", + 104, + "Republic of Congo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الكونغو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Republic of Congo", + "FhbtKjDWBKO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Republic of Congo", + 1, + 123 + ], + [ + 4, + "Country", + "", + "Coded", + 105, + "Reunion", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمع شمل", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Reunion", + "UTj8ZSh4W0W", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Reunion", + 1, + 124 + ], + [ + 4, + "Country", + "", + "Coded", + 106, + "Romania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "رومانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Romania", + "h4ADgng7o7V", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Romania", + 1, + 125 + ], + [ + 4, + "Country", + "", + "Coded", + 107, + "Rwanda", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "رواندا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Rwanda", + "Fbb3LoX8tN1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Rwanda", + 1, + 126 + ], + [ + 4, + "Country", + "", + "Coded", + 108, + "Samoa", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ساموا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Samoa", + "tdKdNPjLDpW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Samoa", + 1, + 127 + ], + [ + 4, + "Country", + "", + "Coded", + 109, + "Sao Tome and Principe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سان تومي وبرينسيبي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sao Tome and Principe", + "iaxUuGD1Jci", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sao Tome and Principe", + 1, + 128 + ], + [ + 4, + "Country", + "", + "Coded", + 110, + "Saudi Arabia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المملكة العربية السعودية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Saudi Arabia", + "fWuLuHrUlth", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Saudi Arabia", + 1, + 129 + ], + [ + 4, + "Country", + "", + "Coded", + 111, + "Senegal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السنغال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Senegal", + "iIwF5zZHy3y", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Senegal", + 1, + 130 + ], + [ + 4, + "Country", + "", + "Coded", + 112, + "Serbia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صربيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Serbia", + "QZSt8K9rCuC", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Serbia", + 1, + 131 + ], + [ + 4, + "Country", + "", + "Coded", + 113, + "Sierra Leone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سيرا ليون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sierra Leone", + "Zfx8u9hEIEg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sierra Leone", + 1, + 132 + ], + [ + 4, + "Country", + "", + "Coded", + 114, + "Somalia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصومال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Somalia", + "LWk4HhtQw4P", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Somalia", + 1, + 133 + ], + [ + 4, + "Country", + "", + "Coded", + 115, + "South Africa", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جنوب أفريقيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Africa", + "swkvnZvvnKz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Africa", + 1, + 134 + ], + [ + 4, + "Country", + "", + "Coded", + 116, + "South Korea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوريا الجنوبية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Korea", + "Pk7VSPQGxOJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Korea", + 1, + 135 + ], + [ + 4, + "Country", + "", + "Coded", + 117, + "South Sudan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جنوب السودان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Sudan", + "GM7K6uGf0RB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Sudan", + 1, + 136 + ], + [ + 4, + "Country", + "", + "Coded", + 118, + "Sri Lanka", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سيريلانكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sri Lanka", + "X6Uxm9Nvh96", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sri Lanka", + 1, + 137 + ], + [ + 4, + "Country", + "", + "Coded", + 119, + "Sudan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السودان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sudan", + "bh15sTZprwJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sudan", + 1, + 138 + ], + [ + 4, + "Country", + "", + "Coded", + 120, + "Suriname", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سورينام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Suriname", + "L1pJ6lyhkQ3", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Suriname", + 1, + 139 + ], + [ + 4, + "Country", + "", + "Coded", + 121, + "Swaziland", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سوازيلاند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Swaziland", + "hwQ2t3HqPWl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Swaziland", + 1, + 140 + ], + [ + 4, + "Country", + "", + "Coded", + 122, + "Switzerland", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سويسرا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Switzerland", + "p9TZ1E3MwCJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Switzerland", + 1, + 141 + ], + [ + 4, + "Country", + "", + "Coded", + 123, + "Syria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سوريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Syria", + "Le58jNVqE2c", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Syria", + 1, + 142 + ], + [ + 4, + "Country", + "", + "Coded", + 124, + "Tajikistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طاجيكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tajikistan", + "SpY4My0Tfdu", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tajikistan", + 1, + 143 + ], + [ + 4, + "Country", + "", + "Coded", + 125, + "Tanzania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تنزانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tanzania", + "BO39Gyu0pFB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tanzania", + 1, + 144 + ], + [ + 4, + "Country", + "", + "Coded", + 126, + "Thailand", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تايلاند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Thailand", + "OMthLOXkS7R", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Thailand", + 1, + 145 + ], + [ + 4, + "Country", + "", + "Coded", + 127, + "Togo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توجو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Togo", + "ik6DEQokGoX", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Togo", + 1, + 146 + ], + [ + 4, + "Country", + "", + "Coded", + 128, + "Tonga", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تونغا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tonga", + "UwBOdNU0BoN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tonga", + 1, + 147 + ], + [ + 4, + "Country", + "", + "Coded", + 129, + "Tunisia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تونس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tunisia", + "buJMOWwkvTU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tunisia", + 1, + 148 + ], + [ + 4, + "Country", + "", + "Coded", + 130, + "Turkey", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ديك رومى", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Turkey", + "CGZ6aUAdeEg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Turkey", + 1, + 149 + ], + [ + 4, + "Country", + "", + "Coded", + 131, + "Turkmenistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تركمانستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Turkmenistan", + "vveUZtdAZ4b", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Turkmenistan", + 1, + 150 + ], + [ + 4, + "Country", + "", + "Coded", + 132, + "Uganda", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوغندا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uganda", + "HtKHD2UHkqO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uganda", + 1, + 151 + ], + [ + 4, + "Country", + "", + "Coded", + 133, + "Ukraine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوكرانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ukraine", + "tcQzqbOunOH", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ukraine", + 1, + 152 + ], + [ + 4, + "Country", + "", + "Coded", + 134, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مجهول", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Unknown", + "f3HLfWXDLR2", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Unknown", + 1, + 153 + ], + [ + 4, + "Country", + "", + "Coded", + 135, + "Uruguay", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوروغواي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uruguay", + "pgnkiQSCDn3", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uruguay", + 1, + 154 + ], + [ + 4, + "Country", + "", + "Coded", + 136, + "Uzbekistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوزبكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uzbekistan", + "awnJIYW5YtB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uzbekistan", + 1, + 155 + ], + [ + 4, + "Country", + "", + "Coded", + 137, + "Venezuela", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فنزويلا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Venezuela", + "YRQvQP5RcvF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Venezuela", + 1, + 156 + ], + [ + 4, + "Country", + "", + "Coded", + 138, + "Vietnam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فيتنام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Vietnam", + "kqXj8d1FBku", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Vietnam", + 1, + 157 + ], + [ + 4, + "Country", + "", + "Coded", + 139, + "Western Sahara", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصحراء الغربية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Western Sahara", + "TQtN99MXJBl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Western Sahara", + 1, + 158 + ], + [ + 4, + "Country", + "", + "Coded", + 140, + "Yemen", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اليمن", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Yemen", + "Xt3YtysLys1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Yemen", + 1, + 159 + ], + [ + 4, + "Country", + "", + "Coded", + 141, + "Zambia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زامبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Zambia", + "dBdzuz547IL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Zambia", + 1, + 160 + ], + [ + 4, + "Country", + "", + "Coded", + 142, + "Zimbabwe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيمبابوي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Zimbabwe", + "HLkotQtFN2s", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Zimbabwe", + 1, + 161 + ], + [ + 5, + "Current status", + "", + "Coded", + 1, + "IDP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نازح داخل بلده", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "IDP", + "fuqWrHbeLlA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|IDP", + 1, + 162 + ], + [ + 5, + "Current status", + "", + "Coded", + 2, + "Internationally displaced", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نازح خارج البلد", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Internationally displaced", + "l0DYdgTyfjf", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Internationally displaced", + 1, + 163 + ], + [ + 5, + "Current status", + "", + "Coded", + 3, + "Resident", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مقيم", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Resident", + "dHeC0bqKK5X", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Resident", + 1, + 164 + ], + [ + 5, + "Current status", + "", + "Coded", + 4, + "Returnee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائد", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Returnee", + "c7YSTI6DMVz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Returnee", + 1, + 165 + ], + [ + 5, + "Current status", + "", + "Coded", + 5, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Unknown", + "e09Sdzvq7Eb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Unknown", + 1, + 166 + ], + [ + 6, + "Legal status", + "", + "Coded", + 1, + "Asylum seeker", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طالب لجوء", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Asylum seeker", + "OkxNN39DQxK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Asylum seeker", + 1, + 167 + ], + [ + 6, + "Legal status", + "", + "Coded", + 2, + "No status", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا توجد حالة", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "No status", + "Rq1gzUxSuOx", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|No status", + 1, + 168 + ], + [ + 6, + "Legal status", + "", + "Coded", + 3, + "Refugee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لاجئ", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Refugee", + "eCMoEdIoYip", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Refugee", + 1, + 169 + ], + [ + 6, + "Legal status", + "", + "Coded", + 4, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Unknown", + "qIZDudMrl2h", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Unknown", + 1, + 170 + ], + [ + 7, + "Marital status", + "", + "Coded", + 1, + "Single", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعزب", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Single", + "UWJ3rb4oSIT", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Single", + 1, + 171 + ], + [ + 7, + "Marital status", + "", + "Coded", + 2, + "Married", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "متزوج", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Married", + "KPqHQHHRcCr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Married", + 1, + 172 + ], + [ + 7, + "Marital status", + "", + "Coded", + 3, + "Widowed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ارمل", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Widowed", + "MCDTHvjCcXk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Widowed", + 1, + 173 + ], + [ + 7, + "Marital status", + "", + "Coded", + 4, + "Divorced / separated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مطلق منفصل ", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Divorced / separated", + "Xw72Tt47sh8", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Divorced / separated", + 1, + 174 + ], + [ + 7, + "Marital status", + "", + "Coded", + 5, + "Living with partner", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "معاشرة بدون زواج ", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Concubine", + "N3RUm7QCToz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Living with partner", + 1, + 175 + ], + [ + 7, + "Marital status", + "", + "Coded", + 6, + "Not applicable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا ينطبق", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Not applicable", + "hvQxPXvQTWb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Not applicable", + 1, + 176 + ], + [ + 7, + "Marital status", + "", + "Coded", + 7, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Unknown", + "Wjo2m9cjodd", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Unknown", + 1, + 177 + ], + [ + 8, + "Employment status", + "", + "Coded", + 1, + "Student", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طالب", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Student", + "fo87CWdDTWV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Student", + 1, + 178 + ], + [ + 8, + "Employment status", + "", + "Coded", + 2, + "Permanent employee - full time", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف دائم – دوام كامل", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Permanent employee", + "xr9mD6TPYqb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Permanent employee - full time", + 1, + 179 + ], + [ + 8, + "Employment status", + "", + "Coded", + 3, + "Permanent employee - part time", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف دائم - دوام جزئي", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Permanent employee", + "xr9mD6TPYqb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Permanent employee - part time", + 1, + 180 + ], + [ + 8, + "Employment status", + "", + "Coded", + 4, + "Occasional employee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف مؤقت ", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Occasional employee", + "mvLwMpjazqS", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Occasional employee", + 1, + 181 + ], + [ + 8, + "Employment status", + "", + "Coded", + 5, + "Unemployed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير موظف", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Unemployed", + "cB5Xml6gEy6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Unemployed", + 1, + 182 + ], + [ + 8, + "Employment status", + "", + "Coded", + 6, + "Housework", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عمل منزلي", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Housewife", + "xlN1a7VFrBV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Housework", + 1, + 183 + ], + [ + 8, + "Employment status", + "", + "Coded", + 7, + "Not applicable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا ينطبق", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Not applicable", + "mJT8pyvj9x4", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Not applicable", + 1, + 184 + ], + [ + 8, + "Employment status", + "", + "Coded", + 8, + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Other", + "TSJMPoSPegN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Other", + 1, + 185 + ], + [ + 8, + "Employment status", + "", + "Coded", + 9, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Unknown", + "hQK01FExLdF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Unknown", + 1, + 186 + ], + [ + 9, + "Admission type", + "", + "Coded", + 1, + "New admission", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-2475", + "", + "New admission", + "The process of admitting a patient to facility", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قبول جديد", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "(object.attributeName)", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|New admission", + 1, + 187 + ], + [ + 9, + "Admission type", + "", + "Coded", + 2, + "Readmission", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "Readmission", + "Re-admission", + "", + "", + "", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + "", + "", + "", + "", + "", + "", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-2474", + "", + "Re-admission", + "The process of being admitted to a facility again", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إعادة القبول", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Readmission", + 1, + 188 + ], + [ + 9, + "Admission type", + "", + "Coded", + 3, + "Relapse", + "", + "Relapse", + "", + "", + "", + "", + "", + "", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "Use PIH automatch", + "", + "(see CIEL)", + "CIEL-160033", + "Relapse", + "Status of disease, particularly tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انتكاس", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Relapse", + 1, + 189 + ], + [ + 9, + "Admission type", + "", + "Coded", + 4, + "Internal movement", + "", + "Internal movement", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-167731", + "Internal facility transfer/referral", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Internal movement", + 1, + 190 + ], + [ + 9, + "Admission type", + "", + "Coded", + 5, + "Patient referred", + "", + "Patient referred", + "", + "", + "", + "", + "", + "", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3012", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Patient referred", + 1, + 191 + ], + [ + 10, + "Admission type - MH", + "", + "Coded", + 1, + "New admission", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2475", + "", + "New admission", + "The process of admitting a patient to facility", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ادخال جديد ", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "New admission", + "ytN3iatLPSV", + "new_admission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Admission type - MH|New admission", + 1, + 192 + ], + [ + 10, + "Admission type - MH", + "", + "Coded", + 2, + "Readmission", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "Readmission", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "MSF-2474", + "", + "Re-admission", + "The process of being admitted to a facility again", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعادة ادخال", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "Readmission", + "j7Omz3uFWvT", + "readmission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Admission type - MH|Readmission", + 1, + 193 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 1, + "Internal movement", + "", + "Internal movement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Internal movement", + "hbUToWVAaDs", + "internal_movement", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Internal movement", + 1, + 194 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 2, + "New admission", + "", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "New admission", + "wYldfEstUDw", + "new_admission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|New admission", + 1, + 195 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 3, + "Patient referred", + "", + "Patient referred", + " ", + " ", + " ", + " ", + " ", + " ", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Patient referred", + "OaPIHkL7Oec", + "patient_referred", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Patient referred", + 1, + 196 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 4, + "Readmission", + "", + "Readmission", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Readmission", + "Rpcv8mgy0LH", + "readmission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Readmission", + 1, + 197 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 5, + "Relapse", + "", + "Relapse", + " ", + " ", + " ", + " ", + " ", + " ", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Relapse", + "k33l9HPo5aJ", + "relapse", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Relapse", + 1, + 198 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 1, + "New admission", + "", + "", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|New admission", + 1, + 199 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 2, + "Readmission", + "", + "", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|Readmission", + 1, + 200 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 3, + "Relapse", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|Relapse", + 1, + 201 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فردية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Individual", + 1, + 202 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + "", + "", + "", + "", + "", + "", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ازواج", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Couple", + 1, + 203 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 3, + "Family", + "", + "Family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Family", + 1, + 204 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 4, + "Parent-Child", + "", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهل واطفال", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Parent-Child", + 1, + 205 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 1, + "Individual", + "96223dc7-6959-4ea5-a362-c0246d858c87", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1537", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فردية", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Individual", + "JMnQs1hB0kK", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Individual", + 1, + 206 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 2, + "Couple", + "61b32a22-acef-4141-9faa-9c236cdfa978", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ازواج", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Couple", + "mD02hgMyFVD", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Couple", + 1, + 207 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 3, + "Family", + "f16d5d76-155b-453d-bd60-ea8ee4d344e9", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Family", + "hv96C4ctfZI", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Family", + 1, + 208 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 4, + "Parent-Child", + "c39eaa06-6506-49f0-9c4f-c96fa957f9cd", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهل واطفال", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Parent-Child", + "PNWXisyNbE4", + "mother_child", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Parent-Child", + 1, + 209 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "فردية", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Individual", + "BWaOLwO6b6A", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Individual", + 1, + 210 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ازواج", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Couple", + "He6N2xKBXcT", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Couple", + 1, + 211 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 3, + "Family", + "", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Family", + "Njlwl5xyuyO", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Family", + 1, + 212 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 4, + "Parent-Child", + "", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "اهل واطفال", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Parent-Child", + "A1dYYhmV4ob", + "mother_child", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Parent-Child", + 1, + 213 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "فردية", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Individual", + "sOoJSyT6ZDO", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Individual", + 1, + 214 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ازواج", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Couple", + "HTeXUWFE4P6", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Couple", + 1, + 215 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 3, + "Family", + "", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Family", + "VsbQQh86Jlb", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Family", + 1, + 216 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 1, + "Psychologist", + "", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Psychologist", + 1, + 217 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 2, + "Counsellor", + "", + "Counsellor", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1568", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Counsellor", + 1, + 218 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 3, + "Psychiatrist", + "", + "Psychiatrist", + "Psychiatrist", + "A medical doctor (an M.D. or D.O.) who specializes in diagnosing and treating disorders related to mental health.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001397", + 95, + "Psychiatrist", + "", + "N/A", + "Misc", + "167061AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Psychiatrist", + 1, + 219 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 4, + "mhGAP clinician", + "", + "mhGAP clinician", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|mhGAP clinician", + 1, + 220 + ], + [ + 18, + "Consultation done by - MHPSS baseline", + "", + "Coded", + 1, + "Psychologist", + "278401ee-3d6f-4c65-9455-f1c16d0a7a98", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Psychologist", + "gLrTwy3IQX5", + "psychologist", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS baseline|Psychologist", + 1, + 221 + ], + [ + 18, + "Consultation done by - MHPSS baseline", + "", + "Coded", + 2, + "Counsellor", + "fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331", + "Counsellor", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Counsellor", + "XP6WAfznTX0", + "counsellor", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS baseline|Counsellor", + 1, + 222 + ], + [ + 19, + "Consultation done by - MHPSS follow-up", + "", + "Coded", + 1, + "Psychologist", + "", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "TEXT", + "Mental Health-Follow-up consultation- Consultation done by", + "aCTIvKSNndK", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Psychologist", + "gLrTwy3IQX5", + "psychologist", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS follow-up|Psychologist", + 1, + 223 + ], + [ + 19, + "Consultation done by - MHPSS follow-up", + "", + "Coded", + 2, + "Counsellor", + "", + "Counsellor", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "TEXT", + "Mental Health-Follow-up consultation- Consultation done by", + "aCTIvKSNndK", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Counsellor", + "XP6WAfznTX0", + "counsellor", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS follow-up|Counsellor", + 1, + 224 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 1, + "Health facility", + "", + "Health facility", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 95, + "Found", + "", + "", + "MSF-2578", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منشأة صحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Health facility", + 1, + 225 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 2, + "MSF health facility", + "", + "MSF health facility", + " ", + " ", + " ", + " ", + "", + " ", + " ", + " ", + " ", + " ", + "", + " ", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز صحي تابع لمنظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|MSF health facility", + 1, + 226 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 3, + "Mobile clinic", + "", + "Mobile clinic", + "Mobile clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001400", + 95, + "Mobile clinic", + " ", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Mobile clinic", + "Describes method of new HIV diagnosis.", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "MSF-1000", + "", + "Mobile Clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عيادة متنقلة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Mobile clinic", + 1, + 227 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 4, + "Home visit", + "", + "Home visit", + "Home", + "The place where an individual lives permanently", + "N/A", + "Misc", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + 90, + "Home", + " ", + "N/A", + "Misc", + "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Home visit", + "When a provider goes to the patient's residence", + "N/A", + "Misc", + "be2df0db-e633-4016-aab8-65697bb98f12", + 95, + "Found", + "", + "", + "MSF-1382", + "", + "Home", + "The place where an individual lives permanently, question = Intervention setting", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة منزلية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Home visit", + 1, + 228 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 5, + "School visit", + "", + "School visit", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "School", + "Location of teaching", + "N/A", + "Misc", + "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة مدرسية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|School visit", + 1, + 229 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 6, + "Remote / phone", + "", + "Remote / phone", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-975", + "", + "Telehealth consultation", + "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عن بعد / تلفون", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Remote / phone", + 1, + 230 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 7, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "CIEL-5622", + "Other", + "A generic, descriptive, and non-coded response to a question., CIEL link is broken", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Other", + 1, + 231 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 1, + "Health facility", + "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", + "Health facility", + "", + "", + "", + "", + "", + "", + "Health facility", + "", + "N/A", + "Misc", + "1537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Health facility name", + "", + "", + "", + "162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF manual", + "", + "MSF-2578", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منشأة صحية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Health facility", + "r4XbBWmqXmu", + "health_center", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Health facility", + 1, + 232 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 2, + "MSF health facility", + "41e68dee-a2a3-4e6c-9d96-53def5caff52", + "MSF health facility", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز صحي تابع لمنظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "MSF health facility", + "QjHFWlrDAi3", + "msf_health_facility", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|MSF health facility", + 1, + 233 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 3, + "Mobile clinic", + "48984e47-3e9b-4d8e-a66d-317af5c36f02", + "Mobile clinic", + "Mobile clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001400", + 95, + "Mobile clinic", + "", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Mobile clinic", + "Describes method of new HIV diagnosis.", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-1000", + "", + "Mobile Clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عيادة متنقلة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Mobile clinic", + "SENCNKONSMT", + "mobile_clinic", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Mobile clinic", + 1, + 234 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 4, + "Home visit", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + "Home visit", + "Home", + "The place where an individual lives permanently", + "N/A", + "Misc", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + 90, + "Home", + "", + "N/A", + "Misc", + "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Home visit", + "When a provider goes to the patient's residence", + "N/A", + "Misc", + "be2df0db-e633-4016-aab8-65697bb98f12", + 95, + "Found", + "Use PIH automatch", + "", + "MSF-1382", + "", + "Home", + "The place where an individual lives permanently, question = Intervention setting", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة منزلية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Home", + "Klk9UQeoyeM", + "home", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Home visit", + 1, + 235 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 5, + "School visit", + "7091b6ea-7067-4ee3-9f67-8805904e2f61", + "School visit", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "School", + "Location of teaching", + "N/A", + "Misc", + "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة مدرسية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "School", + "mKGlluwx83y", + "school", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|School visit", + 1, + 236 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 6, + "Remote / phone", + "398ce872-5862-4826-bba8-826915eddf98", + "Remote / phone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-975", + "", + "Telehealth consultation", + "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عن بعد / تلفون", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Remote / Phone", + "CL7Yj72PgmV", + "remote_phone", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Remote / phone", + 1, + 237 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 7, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-7", + "CIEL-5622", + "Other", + "A generic, descriptive, and non-coded response to a question., CIEL link is broken", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Other", + "MSRu3TwArTh", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Other", + 1, + 238 + ], + [ + 22, + "Type of Mental Health intervention", + "", + "Coded", + 1, + "Counselling", + "", + "Counselling", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-145", + "", + "", + "", + "Not found in MSF source; possibly use 1405, name = \"Psychosocial counselling\", DEF = \"Counseling provided for psychosocial support.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "استشارة مع مستشار نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Counselling (with counsellor)", + "xUDWMZGGS2l", + "counselling_with_counsellor", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of Mental Health intervention|Counselling", + 1, + 239 + ], + [ + 22, + "Type of Mental Health intervention", + "", + "Coded", + 2, + "Psychotherapy", + "", + "Psychotherapy", + "", + "", + "", + "", + "", + "", + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "a60e6351-d0ee-403b-9467-98fb25bca5db", + 95, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-163312", + "Psychotherapy", + "No DEF", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "علاج نفسي مع اخصائي نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Psychotherapy (with psychologist)", + "JZwsTTNdzhq", + "psychotherapy_with_psychologist", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of Mental Health intervention|Psychotherapy", + 1, + 240 + ], + [ + 23, + "Type of Mental Health intervention - MHPSS", + "", + "Coded", + 1, + "Counselling", + "08c534b7-c901-46fb-9831-50ecfcd74d1b", + "Counselling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "استشارة مع مستشار نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Counselling (with counsellor)", + "xUDWMZGGS2l", + "counselling_with_counsellor", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of intervention] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of Mental Health intervention - MHPSS|Counselling", + 1, + 241 + ], + [ + 23, + "Type of Mental Health intervention - MHPSS", + "", + "Coded", + 2, + "Psychotherapy", + "aa9c5d82-1ebf-43c7-9218-6766c4affbc4", + "Psychotherapy", + " ", + " ", + " ", + " ", + " ", + " ", + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "a60e6351-d0ee-403b-9467-98fb25bca5db", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-163312", + "Psychotherapy", + "No DEF", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "علاج نفسي مع اخصائي نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Psychotherapy (with psychologist)", + "JZwsTTNdzhq", + "psychotherapy_with_psychologist", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of intervention] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of Mental Health intervention - MHPSS|Psychotherapy", + 1, + 242 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 1, + "IPD MSF", + "", + "IPD MSF", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|IPD MSF", + 1, + 243 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 2, + "Emergency department MSF", + "", + "Emergency department MSF", + "Emergency department", + "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", + "N/A", + "Misc", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الإسعافات لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Emergency department MSF", + 1, + 244 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 3, + "ER", + "", + "ER", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-1383", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|ER", + 1, + 245 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 4, + "MSF ATFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|MSF ATFC", + 1, + 246 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 5, + "Non-MSF ATFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Non-MSF ATFC", + 1, + 247 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 6, + "Primary Health Center MSF", + "", + "Primary Health Center MSF", + "", + "", + "", + "", + "", + "", + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Primary Health Center MSF", + 1, + 248 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 7, + "Health Promotion/sensitization", + "", + "Health Promotion/sensitization", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التوعية الصحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Health Promotion/sensitization", + 1, + 249 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 8, + "Other MSF personnel", + "", + "Other MSF personnel", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1422", + "", + "MSF other", + "Other MSF department or group., question = Source of initial patient referral", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف آخر لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other MSF personnel", + 1, + 250 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 9, + "MSF social worker", + "", + "MSF social worker", + "Social worker", + "", + "", + "", + "MSF-AAAAAA000000000000001398", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل مجتمعي لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|MSF social worker", + 1, + 251 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 10, + "Hospital or Health facility", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-2578", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Hospital or Health facility", + 1, + 252 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 11, + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|SFC", + 1, + 253 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 12, + "Hospital", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مستشفى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Hospital", + 1, + 254 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 13, + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-1385", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|OPD", + 1, + 255 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 14, + "Outreach", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Outreach", + 1, + 256 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 15, + "Other health structure", + "", + "Other health structure", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-164407", + "Other health facility", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز أو منشأة صحية أخرى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other health structure", + 1, + 257 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 16, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other", + 1, + 258 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 17, + "Local health worker (non-MSF)", + "", + "Local health worker (non-MSF)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Local health worker (non-MSF)", + 1, + 259 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 18, + "Institutions (NGOs/Church/IGO)", + "", + "Institutions (NGOs/Church/IGO)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Institutions (NGOs/Church/IGO)", + 1, + 260 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 19, + "NGO", + "", + "NGO", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-48", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|NGO", + 1, + 261 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 20, + "Self-referral", + "", + "Self-referral", + "", + "", + "", + "", + "", + "", + "Self-referred", + "", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1417", + "CIEL-160551", + "Self-referral", + "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "احالة فردية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Self-referral", + 1, + 262 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 21, + "Family member / friend /neighbor", + "", + "Family member / friend /neighbor", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1514", + "", + "", + "", + "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد أفراد العائلة / صديق / جار", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Family member / friend /neighbor", + 1, + 263 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 22, + "Community leader", + "", + "Community leader", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Community leader", + "", + "N/A", + "Misc", + "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-981", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد شخصيات المجتمع المحلي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Community leader", + 1, + 264 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 23, + "School / University", + "", + "School / University", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "University", + "Academic institution. Higher learning.", + "N/A", + "Misc", + "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مدرسة/جامعة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|School / University", + 1, + 265 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 24, + "Authorities", + "", + "Authorities", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1005", + "", + "Local authorities", + "The organizations or individuals in charge of the public services for a community.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلطات", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Authorities", + 1, + 266 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 25, + "Legal attorney office", + "", + "Legal attorney office", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "PIH-13470", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب المحاماة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Legal attorney office", + 1, + 267 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 26, + "Prosecutor office", + "", + "Prosecutor office", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب الادعاء", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Prosecutor office", + 1, + 268 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 27, + "Forensic department", + "", + "Forensic department", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الطب الشرعي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Forensic department", + 1, + 269 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 28, + "CHOW (Community Health Outreach Worker)", + "", + "CHOW (Community Health Outreach Worker)", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-1555", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "منشط اجتماعي في مجال الرعاية الصحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|CHOW (Community Health Outreach Worker)", + 1, + 270 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 29, + "Community educator", + "", + "Community educator", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-1555", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مربي مجتمع", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Community educator", + 1, + 271 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 1, + "IPD MSF", + "d17350e6-12de-4454-b902-58c2fc1e59aa", + "IPD MSF", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3194", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "IPD MSF", + "hUkr13HVkFe", + "inpatient_department", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|IPD MSF", + 1, + 272 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 2, + "Emergency department MSF", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + "Emergency department MSF", + "Emergency department", + "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", + "N/A", + "Misc", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + 95, + "Emergency department", + " ", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الإسعافات لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "ER MSF", + "v1uQIEM3yTP", + "emergency_department", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Emergency department MSF", + 1, + 273 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 3, + "Primary Health Center MSF", + "82815438-a49d-48d7-a67f-dd294aa3c1e2", + "Primary Health Center MSF", + " ", + " ", + " ", + " ", + " ", + " ", + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-3195", + "CIEL-159372", + "MSF Primary Health Center", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Primary Health Center MSF", + "vcsgSPTyIPC", + "primary_health_center", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Primary Health Center MSF", + 1, + 274 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 4, + "Health Promotion/sensitization", + "edb619d5-309f-45db-9521-70fcc22b30aa", + "Health Promotion/sensitization", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التوعية الصحية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "HP / Sensitization", + "xihtGfyAQG9", + "sensitization", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Health Promotion/sensitization", + 1, + 275 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 5, + "Other MSF personnel", + "200a3de4-00a7-4a2e-a113-852013d6f4c5", + "Other MSF personnel", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-3197", + "", + "Other MSF personnel", + "", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف آخر لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Other MSF staff", + "csTGh6JIRmf", + "other_msf_staff", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Other MSF personnel", + 1, + 276 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 6, + "MSF social worker", + "92f7c3e2-89e1-4ebd-9da9-7c2976de815c", + "MSF social worker", + "Social worker", + " ", + " ", + " ", + "MSF-AAAAAA000000000000001398", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3198", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل مجتمعي لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "MSF social worker", + "cuIef31D5QL", + "social_work_msf", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|MSF social worker", + 1, + 277 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 7, + "Other health structure", + "923c6b39-4094-45e4-95ab-b44f7a381980", + "Other health structure", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-3199", + "CIEL-164407", + "Other health facility", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز أو منشأة صحية أخرى", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Other Health Structure", + "bZZjZast35n", + "other_health_structure", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Other health structure", + 1, + 278 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 8, + "Local health worker (non-MSF)", + "54054512-7317-45c4-9494-f74be6ab4549", + "Local health worker (non-MSF)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3200", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Local health worker non MSF", + "NIXRVxxeiLm", + "hw_local", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Local health worker (non-MSF)", + 1, + 279 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 9, + "Institutions (NGOs/Church/IGO)", + "f9688da4-cdcf-4cb3-90c2-263812fa064f", + "Institutions (NGOs/Church/IGO)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3201", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Institutions (Church, NGO, International Agencies)", + "eHP0GjRUPx4", + "institutions_church_ngo_international_agencies", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Institutions (NGOs/Church/IGO)", + 1, + 280 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 10, + "Self-referral", + "8d9386b1-a641-4155-9822-7a06a16aa8e8", + "Self-referral", + " ", + " ", + " ", + " ", + " ", + " ", + "Self-referred", + " ", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-1417", + "CIEL-160551", + "Self-referral", + "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "احالة فردية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Self Referral", + "riMSWiZKZ2Q", + "self_referral", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Self-referral", + 1, + 281 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 11, + "Family member / friend /neighbor", + "a8432309-bc74-4da0-8639-76988c02cbb5", + "Family member / friend /neighbor", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد أفراد العائلة / صديق / جار", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Family / Friend / Neighbor", + "bDu4hsAwaAB", + "family_friend_neighbor", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Family member / friend /neighbor", + 1, + 282 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 12, + "Community leader", + "8b93d848-9e20-41b3-94e5-895a356e5ed7", + "Community leader", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Community leader", + "", + "N/A", + "Misc", + "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", + 95, + "Found", + "", + "", + "MSF-3203", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد شخصيات المجتمع المحلي", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Community leader", + "waFIAukspK9", + "community_leader", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Community leader", + 1, + 283 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 13, + "School / University", + "98b1e458-2d46-4025-b912-7340f9d39610", + "School / University", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "University", + "Academic institution. Higher learning.", + "N/A", + "Misc", + "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-3204", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مدرسة/جامعة", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "School / University", + "ipYSgBna9cP", + "school_university", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|School / University", + 1, + 284 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 14, + "Authorities", + "80575f44-be81-4694-aba4-012999328339", + "Authorities", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1005", + "", + "Local authorities", + "The organizations or individuals in charge of the public services for a community.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلطات", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Authorities", + "gh5agL1I7Nz", + "authorities", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Authorities", + 1, + 285 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 15, + "Legal attorney office", + "14940a46-5cce-4744-ac2a-c2d1fdc64e11", + "Legal attorney office", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب المحاماة", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Legal attorney office", + "DqMj4xwn5EC", + "legal_attorney_office", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Legal attorney office", + 1, + 286 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 16, + "Prosecutor office", + "b989e916-8299-40f6-9a92-c0c8d8e70f20", + "Prosecutor office", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب الادعاء", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Prosecutor office", + "EDDo3uX7Hjp", + "fiscalia_de_la_mujer", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Prosecutor office", + 1, + 287 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 17, + "Forensic department", + "f85b0def-4af3-4901-839d-0a9dc8ace318", + "Forensic department", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الطب الشرعي", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Forensic department", + "qkalVIdgmBS", + "medicina_forense", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Forensic department", + 1, + 288 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 18, + "CHOW (Community Health Outreach Worker)", + "127bfdc9-8059-4421-a3cc-967bfbfee0ce", + "CHOW (Community Health Outreach Worker)", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "منشط اجتماعي في مجال الرعاية الصحية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "CHOW", + "LCk7N10isIp", + "chow", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|CHOW (Community Health Outreach Worker)", + 1, + 289 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 19, + "Community educator", + "410a0731-cb41-4181-9897-6eb9894bf7b8", + "Community educator", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مربي مجتمع", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Community educator", + "PWjmOym543x", + "community_educattor", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Community educator", + 1, + 290 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 1, + "ER", + "", + "ER", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|ER", + 1, + 291 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 2, + "NGO", + "", + "NGO", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منظمة غير حكومية", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "NGO", + "YZPzqNjIjkE", + "ngo", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|NGO", + 1, + 292 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 3, + "MSF ATFC", + "", + "MSF ATFC", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "MSF ATFC", + "eQhl8Cckky0", + "msf_atfc", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|MSF ATFC", + 1, + 293 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 4, + "Non-MSF ATFC", + "", + "Non-MSF ATFC", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Non-MSF ATFC", + "qd0LCPcNoWO", + "non_msf_atfc", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Non-MSF ATFC", + 1, + 294 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 5, + "Hospital or Health facility", + "", + "Hospital or Health facility", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + " ", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مستشفى او منشأة صحية", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Hospital or Health facility", + "TrHSyBJXKcT", + "hospital_health_facility", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Hospital or Health facility", + 1, + 295 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 6, + "Self-referral", + "", + "Self-referral", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Self-referral", + "snH8Rb7148A", + "self_referred", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Self-referral", + 1, + 296 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 7, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Other", + "gyffBI4rHwm", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Other", + 1, + 297 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 1, + "SFC", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|SFC", + 1, + 298 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 2, + "Hospital", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + " ", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مستشفى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Hospital", + 1, + 299 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 3, + "OPD", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|OPD", + 1, + 300 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 4, + "Outreach", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Outreach", + 1, + 301 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 5, + "Self-referred", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + "Self-referred", + " ", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "بمفرده / رغبة من المريض", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Self-referred", + 1, + 302 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 6, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Other", + 1, + 303 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 1, + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "464c68b7-0fb0-495c-b931-0c1732b60397", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "UeYsD88aXOb", + "1_1_body_pain_or_complaints", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + 1, + 304 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 2, + "1.2 Eating problems", + "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", + "1.2 Eating problems", + "Eating", + "Coded question of patient's ability to eat.", + "Coded", + "Question", + "MSF-AAAAAA000000000000002835", + 90, + "", + "", + "", + "", + "", + "", + "Eating", + "", + "N/A", + "Misc", + "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1400", + "", + "Eating disorder", + "Disorders characterized by physiological and psychological disturbances in appetite or food intake.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في الأكل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.2 Eating problems", + "u1MYOfo6bZo", + "1_2_eating_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.2 Eating problems", + 1, + 305 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 3, + "1.3 Sleeping problems", + "42966954-f43f-4564-bc59-d9d133e53a75", + "1.3 Sleeping problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-526", + "", + "Sleep disorder", + "Conditions characterized by the disturbance of normal sleep patterns and behaviors. There are a number of sleep disorders that range from trouble falling asleep, to nightmares, sleepwalking, and sleep apnea.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في النوم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.3 Sleeping problems", + "kKLSjMaDB71", + "1_3_sleeping_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.3 Sleeping problems", + 1, + 306 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 4, + "1.4 Bedwetting / retention problems", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "1.4 Bedwetting / retention problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1396", + "CIEL-117211", + "Enuresis", + "Involuntary discharge of urine after the age at which urinary control should have been achieved, CIEL name = Incontinence, no DEF, could also be 'unspecified', 'urinary' or 'stress incontinence'", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التبول أثناء النوم / مشاكل في السلس", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.4 Bedwetting / retention problems", + "W445BWB0GQ3", + "1_4_Bedwetting_retention_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.4 Bedwetting / retention problems", + 1, + 307 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 5, + "1.5 Sexual problems", + "3ba98736-982f-4d9c-a675-f83b180a9f28", + "1.5 Sexual problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1401", + "", + "Sexual disorder", + "Physiological disturbances in normal sexual performance.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل جنسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.5 Sexual problems", + "qu1XKVn8CUS", + "1_5_sexual_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.5 Sexual problems", + 1, + 308 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 6, + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "28adad48-b45b-46a4-ae94-4cca6118047e", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "PClZEC4W4rM", + "1_6_unexplained_physical_reaction", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + 1, + 309 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 7, + "2.1 Sad mood", + "7f4699e5-e70a-49fb-bf34-c09afa867fdc", + "2.1 Sad mood", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001786", + 90, + "", + "", + "", + "", + "", + "", + "Sad mood", + "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", + "N/A", + "Diagnosis", + "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-1386", + "", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مزاج حزين", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.1 Sad mood", + "XPvA3hyChlA", + "2_1_sad_mood", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.1 Sad mood", + 1, + 310 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 8, + "2.2 Irritability / anger", + "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", + "2.2 Irritability / anger", + "", + "", + "", + "", + "", + "", + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "3cf2a6fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1387", + "", + "Irritable mood", + "Abnormal or excessive excitability with easily triggered anger, annoyance, or impatience.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سرعة الضيق / الغضب", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.2 Irritability / anger", + "vprUUUOBopr", + "2_2_irritability_anger", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.2 Irritability / anger", + 1, + 311 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 9, + "2.3 Loss of interest / anhedonia", + "51061bb9-6084-4bb3-b83b-5c234e45b09c", + "2.3 Loss of interest / anhedonia", + "", + "", + "", + "", + "", + "", + "Loss of interest", + "The loss of interest in previously rewarding or enjoyable activities or relationships.", + "N/A", + "Finding", + "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1389", + "", + "Anhedonia", + "The inability to experience pleasure from activities someone usually found enjoyable.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الاهتمام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.3 Loss of interest / anhedonia", + "b4TqJ285UWa", + "2_3_loss_of_interest_anhedonia", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.3 Loss of interest / anhedonia", + 1, + 312 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 10, + "2.4 Hopelessness", + "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", + "2.4 Hopelessness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-892", + "", + "Feeling of hopeless", + "Patient describes feelings of hopeless.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الامل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.4 Hopelessness", + "Rzq6PFcbBa5", + "2_4_hopelessness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.4 Hopelessness", + 1, + 313 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 11, + "2.5 Guilt/self-blame/worthlessness", + "e8166325-9ddc-4739-9452-da63ee7862d2", + "2.5 Guilt/self-blame/worthlessness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-153507", + "Guilty feelings", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.5 Guilt/self-blame/worthlessness", + "QZBfUwIyQm9", + "2_5_guilt_self_blame_worthlessness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.5 Guilt/self-blame/worthlessness", + 1, + 314 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 12, + "2.6 Current suicidal thoughts", + "4f8f7343-f191-4483-bcf9-c60027a6eca8", + "2.6 Current suicidal thoughts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1390", + "", + "Suicidal thoughts", + "Contemplations, wishes, and preoccupations with death and suicide", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.6 Current suicidal thoughts", + "WCyJmoOZsCZ", + "2_6_current_suicidal_thoughts", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.6 Current suicidal thoughts", + 1, + 315 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 13, + "2.7 Recent suicidal attempt", + "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", + "2.7 Recent suicidal attempt", + "", + "", + "", + "", + "", + "", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source, not found exactly in CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.7 Recent suicidal attempt", + "z8jBJ5nYwIS", + "2_7_recent_suicidal_attempt", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.7 Recent suicidal attempt", + 1, + 316 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 14, + "2.8 Recent self-harm", + "003b425a-d8c3-47ed-bbde-45a7c180c0a4", + "2.8 Recent self-harm", + "", + "", + "", + "", + "", + "", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Self-harm exists in MSF and CIEL diagnosis but not 'recent'", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية للذات مؤخراً", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.8 Recent self-harm", + "XzLHZumvFOH", + "2_8_recent_self_harm", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.8 Recent self-harm", + 1, + 317 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 15, + "2.9 Changes in appetite", + "ce47585c-fa23-4de3-9e3a-97f5eb309e72", + "2.9 Changes in appetite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Loss or increase of appetite exist in CIEL but not 'change' only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تغير في الشهية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.9 Lack of appetite", + "Y5NywW5KfoX", + "2_9_lack_of_appetite", + "", + "", + "", + "", + "", + "", + "In Mosul form, \"Changes in appetite\"", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.9 Changes in appetite", + 1, + 318 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 16, + "3.1 Constant stress", + "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", + "3.1 Constant stress", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالضغط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.1 Constant stress", + "YpabM1EGBap", + "3_1_constant_stress", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.1 Constant stress", + 1, + 319 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 17, + "3.2 Persistent worry", + "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", + "3.2 Persistent worry", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-893", + "", + "Feeling constantly worried", + "Patient expresses feeling constantly worried.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالقلق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.2 Persistent worry", + "PsBi8qdxleW", + "3_2_persistent_worry", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.2 Persistent worry", + 1, + 320 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 18, + "3.3 Intense fear / phobia / feeling threatened", + "ae1ab702-fa58-4648-95e4-acca5c9078f7", + "3.3 Intense fear / phobia / feeling threatened", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-894", + "", + "Excessive fear/phobia", + "Aniexty disorders in which the essential feature is persistent and irrational fear of a specific object, activity, or situation that the individual feels compelled to avoid. The individual recognizes the fear as excessive or unreasonable.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "خوف شديد / خوف مرضي / الشعور بالتهديد", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.3 Intense fear / phobia / feeling threatened", + "JDP7sAjWj0r", + "3_3_intense_fear_phobia_feeling_threatened", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.3 Intense fear / phobia / feeling threatened", + 1, + 321 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 19, + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "473f0ea3-92e5-4a99-bbe0-358e371355ee", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Panic attack", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "N/A", + "Diagnosis", + "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "MSF-1634", + "", + "Panic disorder", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "hHoP5vhiGn3", + "3_4_panic_attack", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + 1, + 322 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 20, + "3.5 Compulsive or repetitive behavior", + "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", + "3.5 Compulsive or repetitive behavior", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1392", + "", + "Compulsive behavior", + "The behavior of performing an act persistently and repetitively without it leading to reward or pleasure.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوك وسواسي أو متكرر", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.5 Compulsive or repetitive behavior", + "PgxhapZ8P9E", + "3_5_compulsive_or_repetitive_behavior", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.5 Compulsive or repetitive behavior", + 1, + 323 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 21, + "4.1 Intrusive feelings, thoughts", + "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", + "4.1 Intrusive feelings, thoughts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-897", + "", + "Intrusive thoughts", + "Unwanted thoughts or mental images that make the patient feel uncomfortable.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار تطفلية أو اقتحامية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.1 Intrusive feelings thoughts", + "sFbWwoZbiSF", + "4_1_intrusive_feelings_thoughts", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.1 Intrusive feelings, thoughts", + 1, + 324 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 22, + "4.2 Flashbacks", + "c60a75c9-2ee9-4fb2-af53-6d730e45f074", + "4.2 Flashbacks", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001794", + 90, + "Flashbacks", + "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", + "N/A", + "Diagnosis", + "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1394", + "", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ومضات من الماضي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.2 Flashbacks", + "FibcXxxITz4", + "4_2_flashbacks", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.2 Flashbacks", + 1, + 325 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 23, + "4.3 Avoidance of traumatic stimuli", + "94083de5-2603-4b26-a6d8-ec4459f9eced", + "4.3 Avoidance of traumatic stimuli", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-898", + "", + "Avoidance behaviour", + "Behavioural acts that enable a patient to avoid anticipated unplesant or painful situations, stimuli, or events.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تجنب المحفزات المرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.3 Avoidance of traumatic stimuli", + "TzFciNtGU4L", + "4_3_avoidance_of_traumatic_stimuli", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.3 Avoidance of traumatic stimuli", + 1, + 326 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 24, + "4.4 Hypervigilance / excessive startle response", + "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", + "4.4 Hypervigilance / excessive startle response", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-907", + "", + "Hyper-vigilance", + "Patient is highly alert and displaying behaviors to avoid or prevent danger.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرط اليقظة / استجابة إجفالية شديدة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.4 Hypervigilance / excessive startle response", + "Uhj6bkTtm2b", + "4_4_hypervigilance_excessive_startle_response", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.4 Hypervigilance / excessive startle response", + 1, + 327 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 25, + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check, name = \"Hallucinations\", DEF = \"Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "DqF1son0fxy", + "4_5_trauma_related_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + 1, + 328 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 26, + "4.6 Child has stopped talking", + "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", + "4.6 Child has stopped talking", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3218", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'language' problems in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف الطفل عن الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.6 Child has stopped talking", + "xrr1xtIehD9", + "4_6_child_has_stopped_talking", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.6 Child has stopped talking", + 1, + 329 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 27, + "5.1 Delusions (false beliefs)", + "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", + "5.1 Delusions (false beliefs)", + "", + "", + "", + "", + "", + "", + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use CIEL automatch", + "", + "MSF-497", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوهام (معتقدات خاطئة)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.1 Delusions (false beliefs)", + "vAcyKlSrQOK", + "5_1_delusions", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.1 Delusions (false beliefs)", + 1, + 330 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 28, + "5.2 Visual hallucinations", + "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", + "5.2 Visual hallucinations", + "", + "", + "", + "", + "", + "", + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use CIEL automatch", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check name and definition", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات بصرية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.2 Visual hallucinations", + "lsyUg99Xik2", + "5_2_visual_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.2 Visual hallucinations", + 1, + 331 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 29, + "5.3 Auditory hallucinations", + "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", + "5.3 Auditory hallucinations", + "", + "", + "", + "", + "", + "", + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use CIEL automatch", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check name", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات سمعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.3 Auditory hallucinations", + "BPYqkKFsav2", + "5_3_auditory_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.3 Auditory hallucinations", + 1, + 332 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 30, + "5.4 Disorganized thought /speech", + "dfaf113c-72f2-4865-81c9-31aba9e95a74", + "5.4 Disorganized thought /speech", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-903", + "", + "Disorganized thoughts", + "The paitent cannot control their thoughts or express themself well, which makes relating to others difficult.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشتت الأفكار / الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.4 Disorganized thought /speech", + "f50m0IXJNZ1", + "5_4_disorganized_thought_speech", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.4 Disorganized thought /speech", + 1, + 333 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 31, + "5.5 Bizarre behavior", + "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", + "5.5 Bizarre behavior", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-464", + "", + "Abnormal behaviour", + "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوكيات غريبة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.5 Bizarre behavior", + "SSaShXgyswX", + "5_5_bizarre_behavior", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.5 Bizarre behavior", + 1, + 334 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 32, + "5.6 Psychotic agitation", + "cda4f471-1da9-4192-8f26-ecec35775d5a", + "5.6 Psychotic agitation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3221", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'Agitation' or 'Psychomotor agitation' in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور ذهاني بالضيق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.6 Psychotic agitation", + "BbQwHHYdAtY", + "5_6_psychotic_agitation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.6 Psychotic agitation", + 1, + 335 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 33, + "6.1 Problems with concentration, memory or reasoning", + "44274d50-bb85-4f20-9b55-d08f60343c38", + "6.1 Problems with concentration, memory or reasoning", + "", + "", + "", + "", + "", + "", + "concentration", + "Used to describe a concentration in a DST test. Maps to datatype double. ", + "Numeric", + "Misc", + "160047AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-1403/1404/906", + "", + "", + "", + "Check - different items and different classes grouped; names = \"Lack of concentration\", \"Lack of memory\", \"Difficulty reasoning\", DEFs = \"The inability to focus on tasks.\", \"Disturbances in registering an impression, in the retention of an acquired impression, or in the recall of an impression.\", \"Patient has difficulty thinking about things in a logical, sensible way.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في التركيز، أو التذكر، أو التفكير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.1 Problems with concentration memory or reasoning", + "HxamZeSwli0", + "6_1_problems_with_concentration_memory_or_reasoning", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.1 Problems with concentration, memory or reasoning", + 1, + 336 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 34, + "6.2 Delayed development (milestones)", + "66e446ee-8f82-4f2a-808f-00d664ac92de", + "6.2 Delayed development (milestones)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-6022", + "Delayed milestones", + "Delay in a set of functional skills or age-specific tasks that most children can do by a certain age range.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تأخر في التطور (المحطات الإنجازية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.2 Delayed development (milestones)", + "zAXxqqhE7hH", + "6_2_delayed_development", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.2 Delayed development (milestones)", + 1, + 337 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 35, + "6.3 Abnormal social interaction and communication", + "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", + "6.3 Abnormal social interaction and communication", + "Abnormal", + "A result that deviates from the standard or what is expected.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001333", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd75230-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3225", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'Social Maladjustment' in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تواصل اجتماعي غير طبيعي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.3 Abnormal social interaction and communication", + "p1PiLH5LcpL", + "6_3_abnormal_social_interaction_and_communication", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.3 Abnormal social interaction and communication", + 1, + 338 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 36, + "6.4 Learning difficulties", + "9240ed56-8ba2-4ef2-b42f-e84179fcc333", + "6.4 Learning difficulties", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-5550", + "Learning problems", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبات في التعلم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.4 Learning difficulties", + "ov5D4toFD3q", + "6_4_learning_difficulties", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.4 Learning difficulties", + 1, + 339 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 37, + "6.5 Epileptic seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "6.5 Epileptic seizures", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000420", + 90, + "Epileptic seizure", + "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", + "N/A", + "Diagnosis", + "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-420", + "", + "Epileptic seizures", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.5 Epileptic seizures", + "dpdekdgiUMZ", + "6_5_epileptic_seizures", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.5 Epileptic seizures", + 1, + 340 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 38, + "7.1 Alcohol / substance abuse", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "7.1 Alcohol / substance abuse", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2457", + "", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعاطي الكحول / العقاقير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.1 Alcohol / substance abuse", + "u6J5PRo76eL", + "7_1_alcohol_substance_abuse", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.1 Alcohol / substance abuse", + 1, + 341 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 39, + "7.2 Aggressiveness", + "977e8c6f-befa-4af3-87e1-1d29a57450c1", + "7.2 Aggressiveness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2877", + "", + "Aggressive behavior", + "A form of behavior which leads to self-assertion; it may arise from innate drives and/or a response to frustration; may be manifested by destructive and attacking behavior, by covert attitudes of hostility and obstructionism, or by healthy self-expressive drive to mastery. (Dorland 27th ed)", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العدائية او الهجومية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.2 Aggressiveness", + "ZJKWvyAYFU4", + "7_2_aggressiveness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.2 Aggressiveness", + 1, + 342 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 40, + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-464", + "", + "Abnormal behaviour", + "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.Pediatric paitent displays a behavioral problem.", + "Check name", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "XwiwuWP5Sze", + "7_3_conduct_problems_in_children", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + 1, + 343 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 41, + "7.4 Hypo- or hyperactivity", + "520eccda-99f4-4cab-950b-260cfe3ab767", + "7.4 Hypo- or hyperactivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3226", + "", + "", + "", + "Includes MSF1397 (Hyperactivity), nothing found for hypoactivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة او فرط النشاط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.4 Hypo or hyperactivity", + "D655HPkg8Sw", + "7_4_hypo_or_hyperactivity", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.4 Hypo- or hyperactivity", + 1, + 344 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 42, + "7.5 Impulsivity", + "12723e41-2955-4917-971c-7f05849412d7", + "7.5 Impulsivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-156762", + "Impulsiveness", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاندفاعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.5 Impulsivity", + "L6gwT6cBFEk", + "7_5_impulsivity", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.5 Impulsivity", + 1, + 345 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 43, + "7.6 Regression in development", + "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", + "7.6 Regression in development", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-901", + "", + "Regression in development in child", + "Loss of developmental milestones in a child during and/or after hospitalization.", + "Check class = Finding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الارتكاس في التطور", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.6 Regression in development", + "rhQpTzDeQPW", + "7_6_regression_in_development", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.6 Regression in development", + 1, + 346 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 44, + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "", + "", + "", + "", + "", + "", + "Social withdrawal", + "", + "N/A", + "Diagnosis", + "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-126307", + "Social withdrawal", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "xBuK70tTHrj", + "7_7_social_withdrawal", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.7 Social withdrawal (isolation/reduced attachment/involvement)", + 1, + 347 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 45, + "8.1 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8.1 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "8.1 Other (specify)", + "tkP1jOd01Pn", + "8_1_other", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|8.1 Other", + 1, + 348 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 1, + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "464c68b7-0fb0-495c-b931-0c1732b60397", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "UeYsD88aXOb", + "1_1_body_pain_or_complaints", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + 1, + 349 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 2, + "1.2 Eating problems", + "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", + "1.2 Eating problems", + "Eating", + "Coded question of patient's ability to eat.", + "Coded", + "Question", + "MSF-AAAAAA000000000000002835", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Eating", + "", + "N/A", + "Misc", + "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في الأكل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.2 Eating problems", + "u1MYOfo6bZo", + "1_2_eating_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.2 Eating problems", + 1, + 350 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 3, + "1.3 Sleeping problems", + "42966954-f43f-4564-bc59-d9d133e53a75", + "1.3 Sleeping problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في النوم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.3 Sleeping problems", + "kKLSjMaDB71", + "1_3_sleeping_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.3 Sleeping problems", + 1, + 351 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 4, + "1.4 Bedwetting / retention problems", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "1.4 Bedwetting / retention problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التبول أثناء النوم / مشاكل في السلس", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.4 Bedwetting / retention problems", + "W445BWB0GQ3", + "1_4_Bedwetting_retention_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.4 Bedwetting / retention problems", + 1, + 352 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 5, + "1.5 Sexual problems", + "3ba98736-982f-4d9c-a675-f83b180a9f28", + "1.5 Sexual problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل جنسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.5 Sexual problems", + "qu1XKVn8CUS", + "1_5_sexual_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.5 Sexual problems", + 1, + 353 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 6, + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "28adad48-b45b-46a4-ae94-4cca6118047e", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "PClZEC4W4rM", + "1_6_unexplained_physical_reaction", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + 1, + 354 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 1, + "2.1 Sad mood", + "7f4699e5-e70a-49fb-bf34-c09afa867fdc", + "2.1 Sad mood", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001786", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Sad mood", + "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", + "N/A", + "Diagnosis", + "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مزاج حزين", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.1 Sad mood", + "XPvA3hyChlA", + "2_1_sad_mood", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.1 Sad mood", + 1, + 355 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 2, + "2.2 Irritability / anger", + "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", + "2.2 Irritability / anger", + " ", + " ", + " ", + " ", + " ", + " ", + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "3cf2a6fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سرعة الضيق / الغضب", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.2 Irritability / anger", + "vprUUUOBopr", + "2_2_irritability_anger", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.2 Irritability / anger", + 1, + 356 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 3, + "2.3 Loss of interest / anhedonia", + "51061bb9-6084-4bb3-b83b-5c234e45b09c", + "2.3 Loss of interest / anhedonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Loss of interest", + "The loss of interest in previously rewarding or enjoyable activities or relationships.", + "N/A", + "Finding", + "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الاهتمام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.3 Loss of interest / anhedonia", + "b4TqJ285UWa", + "2_3_loss_of_interest_anhedonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.3 Loss of interest / anhedonia", + 1, + 357 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 4, + "2.4 Hopelessness", + "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", + "2.4 Hopelessness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الامل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.4 Hopelessness", + "Rzq6PFcbBa5", + "2_4_hopelessness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.4 Hopelessness", + 1, + 358 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 5, + "2.5 Guilt/self-blame/worthlessness", + "e8166325-9ddc-4739-9452-da63ee7862d2", + "2.5 Guilt/self-blame/worthlessness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.5 Guilt/self-blame/worthlessness", + "QZBfUwIyQm9", + "2_5_guilt_self_blame_worthlessness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.5 Guilt/self-blame/worthlessness", + 1, + 359 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 6, + "2.6 Current suicidal thoughts", + "4f8f7343-f191-4483-bcf9-c60027a6eca8", + "2.6 Current suicidal thoughts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.6 Current suicidal thoughts", + "WCyJmoOZsCZ", + "2_6_current_suicidal_thoughts", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.6 Current suicidal thoughts", + 1, + 360 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 7, + "2.7 Recent suicidal attempt", + "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", + "2.7 Recent suicidal attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.7 Recent suicidal attempt", + "z8jBJ5nYwIS", + "2_7_recent_suicidal_attempt", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.7 Recent suicidal attempt", + 1, + 361 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 8, + "2.8 Recent self-harm", + "003b425a-d8c3-47ed-bbde-45a7c180c0a4", + "2.8 Recent self-harm", + " ", + " ", + " ", + " ", + " ", + " ", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية للذات مؤخراً", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.8 Recent self-harm", + "XzLHZumvFOH", + "2_8_recent_self_harm", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.8 Recent self-harm", + 1, + 362 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 9, + "2.9 Changes in appetite", + "ce47585c-fa23-4de3-9e3a-97f5eb309e72", + "2.9 Changes in appetite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تغير في الشهية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.9 Lack of appetite", + "Y5NywW5KfoX", + "2_9_lack_of_appetite", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.9 Changes in appetite", + 1, + 363 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 1, + "3.1 Constant stress", + "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", + "3.1 Constant stress", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالضغط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.1 Constant stress", + "YpabM1EGBap", + "3_1_constant_stress", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.1 Constant stress", + 1, + 364 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 2, + "3.2 Persistent worry", + "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", + "3.2 Persistent worry", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالقلق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.2 Persistent worry", + "PsBi8qdxleW", + "3_2_persistent_worry", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.2 Persistent worry", + 1, + 365 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 3, + "3.3 Intense fear / phobia / feeling threatened", + "ae1ab702-fa58-4648-95e4-acca5c9078f7", + "3.3 Intense fear / phobia / feeling threatened", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "خوف شديد / خوف مرضي / الشعور بالتهديد", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.3 Intense fear / phobia / feeling threatened", + "JDP7sAjWj0r", + "3_3_intense_fear_phobia_feeling_threatened", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.3 Intense fear / phobia / feeling threatened", + 1, + 366 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 4, + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "473f0ea3-92e5-4a99-bbe0-358e371355ee", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Panic attack", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "N/A", + "Diagnosis", + "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "hHoP5vhiGn3", + "3_4_panic_attack", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + 1, + 367 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 5, + "3.5 Compulsive or repetitive behavior", + "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", + "3.5 Compulsive or repetitive behavior", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوك وسواسي أو متكرر", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.5 Compulsive or repetitive behavior", + "PgxhapZ8P9E", + "3_5_compulsive_or_repetitive_behavior", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.5 Compulsive or repetitive behavior", + 1, + 368 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 1, + "4.1 Intrusive feelings, thoughts", + "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", + "4.1 Intrusive feelings, thoughts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار تطفلية أو اقتحامية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.1 Intrusive feelings thoughts", + "sFbWwoZbiSF", + "4_1_intrusive_feelings_thoughts", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.1 Intrusive feelings, thoughts", + 1, + 369 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 2, + "4.2 Flashbacks", + "c60a75c9-2ee9-4fb2-af53-6d730e45f074", + "4.2 Flashbacks", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001794", + 90, + "Flashbacks", + "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", + "N/A", + "Diagnosis", + "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ومضات من الماضي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.2 Flashbacks", + "FibcXxxITz4", + "4_2_flashbacks", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.2 Flashbacks", + 1, + 370 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 3, + "4.3 Avoidance of traumatic stimuli", + "94083de5-2603-4b26-a6d8-ec4459f9eced", + "4.3 Avoidance of traumatic stimuli", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تجنب المحفزات المرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.3 Avoidance of traumatic stimuli", + "TzFciNtGU4L", + "4_3_avoidance_of_traumatic_stimuli", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.3 Avoidance of traumatic stimuli", + 1, + 371 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 4, + "4.4 Hypervigilance / excessive startle response", + "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", + "4.4 Hypervigilance / excessive startle response", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرط اليقظة / استجابة إجفالية شديدة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.4 Hypervigilance / excessive startle response", + "Uhj6bkTtm2b", + "4_4_hypervigilance_excessive_startle_response", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.4 Hypervigilance / excessive startle response", + 1, + 372 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 5, + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "DqF1son0fxy", + "4_5_trauma_related_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + 1, + 373 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 6, + "4.6 Child has stopped talking", + "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", + "4.6 Child has stopped talking", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف الطفل عن الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.6 Child has stopped talking", + "xrr1xtIehD9", + "4_6_child_has_stopped_talking", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.6 Child has stopped talking", + 1, + 374 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 1, + "5.1 Delusions (false beliefs)", + "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", + "5.1 Delusions (false beliefs)", + " ", + " ", + " ", + " ", + " ", + " ", + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوهام (معتقدات خاطئة)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.1 Delusions (false beliefs)", + "vAcyKlSrQOK", + "5_1_delusions", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.1 Delusions (false beliefs)", + 1, + 375 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 2, + "5.2 Visual hallucinations", + "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", + "5.2 Visual hallucinations", + " ", + " ", + " ", + " ", + " ", + " ", + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات بصرية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.2 Visual hallucinations", + "lsyUg99Xik2", + "5_2_visual_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.2 Visual hallucinations", + 1, + 376 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 3, + "5.3 Auditory hallucinations", + "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", + "5.3 Auditory hallucinations", + " ", + " ", + " ", + " ", + " ", + " ", + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات سمعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.3 Auditory hallucinations", + "BPYqkKFsav2", + "5_3_auditory_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.3 Auditory hallucinations", + 1, + 377 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 4, + "5.4 Disorganized thought /speech", + "dfaf113c-72f2-4865-81c9-31aba9e95a74", + "5.4 Disorganized thought /speech", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشتت الأفكار / الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.4 Disorganized thought /speech", + "f50m0IXJNZ1", + "5_4_disorganized_thought_speech", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.4 Disorganized thought /speech", + 1, + 378 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 5, + "5.5 Bizarre behavior", + "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", + "5.5 Bizarre behavior", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوكيات غريبة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.5 Bizarre behavior", + "SSaShXgyswX", + "5_5_bizarre_behavior", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.5 Bizarre behavior", + 1, + 379 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 6, + "5.6 Psychotic agitation", + "cda4f471-1da9-4192-8f26-ecec35775d5a", + "5.6 Psychotic agitation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور ذهاني بالضيق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.6 Psychotic agitation", + "BbQwHHYdAtY", + "5_6_psychotic_agitation", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.6 Psychotic agitation", + 1, + 380 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 1, + "6.1 Problems with concentration memory or reasoning", + "44274d50-bb85-4f20-9b55-d08f60343c38", + "6.1 Problems with concentration memory or reasoning", + " ", + " ", + " ", + " ", + " ", + " ", + "Problem", + " ", + "N/A", + "Diagnosis", + "128461AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في التركيز، أو التذكر، أو التفكير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.1 Problems with concentration memory or reasoning", + "HxamZeSwli0", + "6_1_problems_with_concentration_memory_or_reasoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.1 Problems with concentration memory or reasoning", + 1, + 381 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 2, + "6.2 Delayed development (milestones)", + "66e446ee-8f82-4f2a-808f-00d664ac92de", + "6.2 Delayed development (milestones)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تأخر في التطور (المحطات الإنجازية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.2 Delayed development (milestones)", + "zAXxqqhE7hH", + "6_2_delayed_development", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.2 Delayed development (milestones)", + 1, + 382 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 3, + "6.3 Abnormal social interaction and communication", + "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", + "6.3 Abnormal social interaction and communication", + "Abnormal", + "A result that deviates from the standard or what is expected.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001333", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd75230-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تواصل اجتماعي غير طبيعي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.3 Abnormal social interaction and communication", + "p1PiLH5LcpL", + "6_3_abnormal_social_interaction_and_communication", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.3 Abnormal social interaction and communication", + 1, + 383 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 4, + "6.4 Learning difficulties", + "9240ed56-8ba2-4ef2-b42f-e84179fcc333", + "6.4 Learning difficulties", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبات في التعلم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.4 Learning difficulties", + "ov5D4toFD3q", + "6_4_learning_difficulties", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.4 Learning difficulties", + 1, + 384 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 5, + "6.5 Epileptic seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "6.5 Epileptic seizures", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000820", + 90, + "Epileptic seizure", + "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", + "N/A", + "Diagnosis", + "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.5 Epileptic seizures", + "dpdekdgiUMZ", + "6_5_epileptic_seizures", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.5 Epileptic seizures", + 1, + 385 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 1, + "7.1 Alcohol / substance abuse", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "7.1 Alcohol / substance abuse", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعاطي الكحول / العقاقير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.1 Alcohol / substance abuse", + "u6J5PRo76eL", + "7_1_alcohol_substance_abuse", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.1 Alcohol / substance abuse", + 1, + 386 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 2, + "7.2 Aggressiveness", + "977e8c6f-befa-4af3-87e1-1d29a57450c1", + "7.2 Aggressiveness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العدائية او الهجومية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.2 Aggressiveness", + "ZJKWvyAYFU4", + "7_2_aggressiveness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.2 Aggressiveness", + 1, + 387 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 3, + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "XwiwuWP5Sze", + "7_3_conduct_problems_in_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + 1, + 388 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 4, + "7.4 Hypo- or hyperactivity", + "520eccda-99f4-4cab-950b-260cfe3ab767", + "7.4 Hypo- or hyperactivity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة او فرط النشاط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.4 Hypo or hyperactivity", + "D655HPkg8Sw", + "7_4_hypo_or_hyperactivity", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.4 Hypo- or hyperactivity", + 1, + 389 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 5, + "7.5 Impulsivity", + "12723e41-2955-4917-971c-7f05849412d7", + "7.5 Impulsivity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاندفاعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.5 Impulsivity", + "L6gwT6cBFEk", + "7_5_impulsivity", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.5 Impulsivity", + 1, + 390 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 6, + "7.6 Regression in development", + "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", + "7.6 Regression in development", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الارتكاس في التطور", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.6 Regression in development", + "rhQpTzDeQPW", + "7_6_regression_in_development", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.6 Regression in development", + 1, + 391 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 7, + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + " ", + " ", + " ", + " ", + " ", + " ", + "Social withdrawal", + " ", + "N/A", + "Diagnosis", + "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "xBuK70tTHrj", + "7_7_social_withdrawal", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.7 Social withdrawal (isolation/reduced attachment/involvement)", + 1, + 392 + ], + [ + 36, + "Current symptoms or complaints - Other symptoms", + "", + "Coded", + 1, + "8.1 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8.1 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "8.1 Other (specify)", + "tkP1jOd01Pn", + "8_1_other", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Other symptoms|8.1 Other", + 1, + 393 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 1, + "1. Acute stress reaction", + "a2f8295b-1259-481f-8ef3-34e213b7b4d6", + "1. Acute stress reaction", + "Acute stress reaction", + "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000906", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-506", + "", + "Acute stress reaction", + "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", + "Ok", + " ", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب الكرب الحاد", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Acute stress reaction", + "I2TnSpzmNZV", + "acute_stress_reaction", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|1. Acute stress reaction", + 1, + 394 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 2, + "2. Bereavement/grief", + "7d486d0c-0e2b-475d-8e17-07296cc624b9", + "2. Bereavement/grief", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-139251", + "Grief", + "Normal, appropriate sorrowful response to an immediate cause. It is self-limiting and gradually subsides within a reasonable time.", + "Only greif - no record for bereavement", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "الفجيعة / الأسى", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Bereavement / grief", + "fiMmy7FVXqj", + "bereavement_grief", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|2. Bereavement/grief", + 1, + 395 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 3, + "3. Post-Traumatic Stress Disorder", + "ec7a63e8-5d0b-4dcf-8f72-7529c1df699a", + "3. Post-Traumatic Stress Disorder", + "Traumatic", + "Injury to the body that causes long-lasting damage.", + "None", + "Finding", + "5cb34fe2-1c6a-4132-a046-f6a3ebcaa529", + 90, + "Stress", + "A pathological process resulting from the reaction of the body to external forces and abnormal conditions that tend to disturb the organism's homeostasis.", + "N/A", + "Diagnosis", + "125811AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Trauma", + "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", + "N/A", + "Diagnosis", + "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-291", + "", + "Post Traumatic Stress Disorder", + "An anxiety disorder precipitated by an experience of intense fear or horror while exposed to a traumatic (especially life-threatening) event. The disorder is characterized by intrusive recurring thoughts or images of the traumatic event avoidance of anything associated with the event a state of hyperarousal and diminished emotional responsiveness. These symptoms are present for at least one month and the disorder is usually long-term.", + "Ok", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب الكرب التالي للصدمة النفسية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Post-Traumatic Stress Disorder", + "GtXv2BevE4i", + "ptsd", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|3. Post-Traumatic Stress Disorder", + 1, + 396 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 4, + "4. Conversion/Dissociative reaction", + "58881584-4f0e-4cf3-b2bf-d9f0898ae106", + "4. Conversion/Dissociative reaction", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-457", + "", + "Dissociative and Conversion Disorder", + "A category of psychiatric disorders characterized by a disruption in the usually integrated functions of consciousness, memory, identity, and/or perception of the environment.", + "Ok", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب التحويل", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Dissociative / Conversive disorder", + "DzEHTmwsbwz", + "dissociative_onversive_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|4. Conversion/Dissociative reaction", + 1, + 397 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 5, + "5. Anxiety Disorder", + "2564bdee-c24c-4d96-903e-d44010f2a8ec", + "5. Anxiety Disorder", + "Anxiety disorder", + "", + "", + "", + "MSF-AAAAAA000000000000000502", + 95, + "Anxiety", + "Persistent feeling of dread, apprehension, and impending disaster.", + "N/A", + "Diagnosis", + "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Anxiety", + "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", + "Coded", + "Diagnosis", + "3ce6b1ee-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-102", + "", + "Anxiety disorder", + "Disorders in which anxiety (persistent feelings of apprehension, tension, or uneasiness) is the predominant disturbance.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب القلق", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Anxiety Disorder", + "RBjv7HDiR95", + "anxiety_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|5. Anxiety Disorder", + 1, + 398 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 6, + "6. Medically Unexplained Physical Symptoms (MUPS)", + "9df01581-6135-4876-8fb8-cbaaa522064e", + "6. Medically Unexplained Physical Symptoms (MUPS)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3187", + "", + "", + "", + "not found MSF or CIEL", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "عراض طبية من دون أسباب جسدية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Medically Unexplained Physical Symptoms", + "bCJLe9PMYeL", + "mups", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|6. Medically Unexplained Physical Symptoms (MUPS)", + 1, + 399 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 7, + "7. Depression", + "2066f043-2f21-4c19-8c04-77301d7404f9", + "7. Depression", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-160", + "", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "لاكتئاب", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Depression", + "cBAzRxJxoKF", + "depression", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|7. Depression", + 1, + 400 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 8, + "8. Self-harming behavior/suicide attempt", + "b27187bd-e94a-4dbc-9a77-46c0cefad25a", + "8. Self-harming behavior/suicide attempt", + "Self-harm", + "The act of purposely hurting oneself as an emotional coping mechanism.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001791", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "Seperate - self harm MSF 158754, suicidal thoughts MSF1390 (different to attemps) Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540, History of Suicide attempt - CIEL 129176", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "سلوك مؤذي للنفس / محاولة انتحار", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Self-harm / suicide", + "StKvhy342Ik", + "self_harm_suicide", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|8. Self-harming behavior/suicide attempt", + 1, + 401 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 9, + "9. Acute psychosis (incl. post-partum psychosis)", + "b33dac1c-b0c0-4fcd-b639-661bb6678924", + "9. Acute psychosis (incl. post-partum psychosis)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-446", + "", + "Acute and transient psychosis", + "A disorder characterized by delusions, hallucinations, disorganized speech, and/or grossly disorganized behavior that resolve within a month.", + "Includes transient", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "ذهان حاد (يشمل ذهان ما بعد الإنجاب)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Acute psychosis", + "RU3BLFqOhZe", + "acute_psychosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|9. Acute psychosis (incl. post-partum psychosis)", + 1, + 402 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 10, + "10. Chronic psychosis (incl. schizophrenia)", + "97f1f41-b0c7-407d-b95f-b1e26c3fd23c", + "10. Chronic psychosis (incl. schizophrenia)", + "Chronic psychosis", + "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000844", + 90, + "Chronic psychosis", + "", + "N/A", + "Diagnosis", + "166212AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-444", + "", + "Chronic psychosis", + "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "ذهان مزمن(يشمل الفصام)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Chronic psychosis", + "ndznYG4Vbbs", + "chronic_psychosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|10. Chronic psychosis (incl. schizophrenia)", + 1, + 403 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 11, + "11. Bipolar disorder (incl. mania)", + "1ba02bf8-6bbe-46a6-baff-d18b5c9f6425", + "11. Bipolar disorder (incl. mania)", + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000848", + 90, + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-448", + "", + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب ثنائي القطب(يشمل الهوس)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Bipolar disorder", + "V30FRwMiqy7", + "bipolar_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|11. Bipolar disorder (incl. mania)", + 1, + 404 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 12, + "12. Enuresis / Encopresis", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "12. Enuresis / Encopresis", + "Enuresis", + "Involuntary discharge of urine after the age at which urinary control should have been achieved", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001796", + 90, + "Encopresis", + "Incontinence of feces not due to organic defect or illness.", + "N/A", + "Diagnosis", + "141309AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Seperate entities, Enuresis MSF-1396, Encopresis CIEL141309", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "سلس البراز / البول", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Enuresis", + "Ef59Tr7bwiG", + "enuresis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|12. Enuresis / Encopresis", + 1, + 405 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 13, + "13. Developmental disorder (incl. intellectual disability, autism)", + "63f73696-3d7c-4dc5-8c16-5382c20c3f9f", + "13. Developmental disorder (incl. intellectual disability, autism)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "MSF-500", + "OCL-1194889", + "Developmental disabilities", + "Disorders in which there is a delay in development based on that expected for a given age level or stage of development. These impairments or disabilities originate before age 18, may be expected to continue indefinitely, and constitute a substantial impairment. Biological and nonbiological factors are involved in these disorders. ", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب نمو (يشمل الإعاقة الذهنية والتوحد)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Developmental disorder (incl. intellectual disability, autism)", + "veb2vWtp2QT", + "developmental_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|13. Developmental disorder (incl. intellectual disability, autism)", + 1, + 406 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 14, + "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-890", + "", + "Childhood behavioural problem", + "Pediatric paitent displays a behavioral problem.", + "nb finding not diagnosis", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب سلوكي لدى الطفل (يشمل اضطراب نقص الانتباه مع فرط النشاط، واضطراب المسلك)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Childhood behavioral disorder", + "k6LNSHULzvA", + "childhood_behavioral_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + 1, + 407 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 15, + "15. Childhood emotional disorder", + "52d85e63-b238-4161-985c-97f75ad80c9a", + "15. Childhood emotional disorder", + "Childhood emotional disorder", + "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000905", + 95, + "Childhood emotional disorder", + "", + "N/A", + "Diagnosis", + "155498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-505", + "", + "Childhood emotional disorder", + "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب عاطفي لدى الطفل", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Childhood emotional disorder", + "JznaioxOZKP", + "childhood_emotional_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|15. Childhood emotional disorder", + 1, + 408 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 16, + "16. Substance-related disorder", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "16. Substance-related disorder", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-2457", + "", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب ذو صلة بالعقاقير", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Substance-related disorders", + "HllN5G1TKNb", + "substance_related_disorders", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|16. Substance-related disorder", + 1, + 409 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 17, + "17. Epilepsy / seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "17. Epilepsy / seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", + "Coded", + "Diagnosis", + "155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", + "N/A", + "Diagnosis", + "3cce0a90-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-420", + "", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "صرع/نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Epilepsy / seizures", + "KYmRwgkkgsl", + "epilepsy_seizures", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|17. Epilepsy / seizures", + 1, + 410 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 18, + "18. Other disorder", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "18. Other disorder", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "other / other disorder", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "نوع آخر من الأمراض", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Other disorder, specify", + "G7j5nsi8r7T", + "other_disorder_specify", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|18. Other disorder", + 1, + 411 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 19, + "19. No diagnosis", + "dc77c73a-5ce5-4aac-821e-81f19f81b65f", + "19. No diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1630", + "", + "none", + "Generic descriptive answer.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "", + "لا يوجد تشخيص", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "No diagnosis", + "qNroeJqYQmn", + "no_diagnosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|19. No diagnosis", + 1, + 412 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 1, + "1. Psychosomatic", + "c899d33a-adde-4c70-ad65-2326b8843e3b", + "1. Psychosomatic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-459", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "نفسية جسدية", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "1. Psychosomatic", + "YLwstT7QxPg", + "1_psychosomatic", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|1. Psychosomatic", + 1, + 413 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 2, + "2. Depression related", + "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", + "2. Depression related", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "1رتبطة بالاكتئاب", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "2. Depression related", + "IEdTLNPdysy", + "2_depression_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|2. Depression related", + 1, + 414 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 3, + "3. Anxiety related", + "241b3278-3803-478b-8484-70e2b17e5543", + "3. Anxiety related", + "", + "", + "", + "", + "", + "", + "Anxiety", + "Persistent feeling of dread, apprehension, and impending disaster.", + "N/A", + "Diagnosis", + "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Anxiety", + "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", + "Coded", + "Diagnosis", + "3ce6b1ee-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "2مرتبطة بالقلق", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "3. Anxiety related", + "WgBIYmHZdJc", + "3_anxiety_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|3. Anxiety related", + 1, + 415 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 4, + "4. Trauma related", + "3a0c003c-9149-4a5f-a236-ed5d61231950", + "4. Trauma related", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Trauma", + "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", + "N/A", + "Diagnosis", + "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "3مرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "4. Trauma related", + "vC3XeVwbmLY", + "4_trauma_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|4. Trauma related", + 1, + 416 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 5, + "5. Psychosis related", + "612c130a-0ae9-4565-af09-b5437334c742", + "5. Psychosis related", + "Psychosis", + "Mental disorder combining symptoms that result in an impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000696", + 90, + "Psychosis", + "", + "N/A", + "Diagnosis", + "113517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Psychosis", + "A severe mental disorder, with or without organic damage, characterized by derangement of personality and loss of contact with reality and causing deterioration of normal social functioning.", + "N/A", + "Diagnosis", + "3ccea7fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "4مرتبطة بالذهان", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "5. Psychosis related", + "NuEhgdvdwHA", + "5_psychosis_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|5. Psychosis related", + 1, + 417 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 6, + "6. Neuro cognitive problems", + "a5b552b6-44db-42f1-a436-6f2f12de471e", + "6. Neuro cognitive problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-891", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "5مشاكل عصبية إدراكية", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "6. Neuro cognitive problems", + "x9vk1fImSr7", + "6_neuro_cognitive_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|6. Neuro cognitive problems", + 1, + 418 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 7, + "7. Behaviour problems", + "5b271a75-d44b-466a-8baf-71153dc1895c", + "7. Behaviour problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "OCL-113635", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "6مشاكل في السلوكيات", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "7. Behaviour problems", + "S5v9RKrCwIx", + "7_behaviour_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|7. Behaviour problems", + 1, + 419 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 8, + "8. Other symptoms", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8. Other symptoms", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "7اعراض اخرى", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "8. Other symptoms", + "GaJQMD4oqS5", + "8_other_symptoms", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|8. Other symptoms", + 1, + 420 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 1, + "1 - 3 days", + "a3d78d0a-613d-46ab-ae00-de985dd822eb", + "1 - 3 days", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3243", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أيام ١-٣", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 3 days", + "Syw1PVWr0UX", + "1_3_days", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 3 days", + 1, + 421 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 2, + "4 - 7 days", + "7a5a7a86-1ebf-4309-915a-d58e6c907db1", + "4 - 7 days", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3244", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أيام ٤-٦", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "4 - 7 days", + "jVQNrNJHHkN", + "4_7_days", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|4 - 7 days", + 1, + 422 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 3, + "1 - 4 weeks", + "d5ea3587-be05-4b66-809c-3c63481300b3", + "1 - 4 weeks", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3245", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أسابيع ١-٤", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 4 weeks", + "IcUeaP23Ayu", + "1_4_weeks", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 4 weeks", + 1, + 423 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 4, + "1 - 6 months", + "a2ffa3e1-eabe-4417-af29-09ea962d584e", + "1 - 6 months", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3246", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أشهر ١-٦", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 6 months", + "qgvtHQTTScW", + "1_6_months", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 6 months", + 1, + 424 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 5, + "6 - 12 months", + "f9c40a2d-7e94-418b-b222-e73959845e4d", + "6 - 12 months", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3247", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أشهر ٦-١٢", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "6 - 12 months", + "y6MYfCvaJkX", + "6_12_months", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|6 - 12 months", + 1, + 425 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 6, + "> 1 year", + "f7ae6f81-0dcf-4316-9706-26d96a8d9c1e", + "> 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3248", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أكثر من سنة", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "> 1 year", + "ACcQT2fwiwz", + ">1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|> 1 year", + 1, + 426 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 1, + "0 - 4", + "", + "0 - 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "0 - 4", + "WckhKgP63BA", + "0_4", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|0 - 4", + 1, + 427 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 2, + 45421, + "", + 45421, + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + 45421, + "YkBcbx6RBHh", + "5_9", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|5 - 9", + 1, + 428 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 3, + 45579, + "", + 45579, + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + 45579, + "AJWrsjJAliA", + "10_14", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|10 - 14", + 1, + 429 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 4, + "15 - 19", + "", + "15 - 19", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "15 - 19", + "q0ubDgXvYpV", + "15_19", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|15 - 19", + 1, + 430 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 5, + ">=20", + "", + ">=20", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + ">=20", + "vq07JGEe2mq", + ">20", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|>=20", + 1, + 431 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 1, + "0 - Not assessed", + "eb770ad7-b106-4255-83bd-2dc284fbd7ce", + "0 - Not assessed", + "", + "", + "", + "", + "", + "", + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3257", + "", + "", + "0 - لم يتم قياسه", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لم يتم قياسه", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 0, + "G9EBBmiN9xy", + "cgi-s_score|0", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|0 - Not assessed", + 1, + 432 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 2, + "1 - Normal/not ill", + "d884d3dd-7649-4260-b139-2d740baf9767", + "1 - Normal/not ill", + "Normal", + "A standard or typical result.", + "N/A", + "Misc", + "d884d3dd-7649-4260-b139-2d740baf9767", + 90, + "Normal", + "General descriptive answer.", + "N/A", + "Misc", + "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Normal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd750a0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "1 - عادي / غير مريض", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عادي / غير مريض", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 1, + "kA0sL0CXSw6", + "cgi-s_score|1", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|1 - Normal/not ill", + 1, + 433 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 3, + "2 - Suspected mentally ill", + "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1", + "2 - Suspected mentally ill", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "2 - يشتبه بإصابته بمرض نفسي", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "يشتبه بإصابته بمرض نفسي", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 2, + "JZ7qkt6RFC8", + "cgi-s_score|2", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|2 - Suspected mentally ill", + 1, + 434 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 4, + "3 - Mildly ill", + "c90610d0-29ee-437e-af93-7bcc49fda2f1", + "3 - Mildly ill", + "Mild", + "Without severity or significant impact", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001887", + 90, + "Mildly ill", + "Clearly established symptoms with minimal, if any, distress or difficulty in social and occupational function", + "N/A", + "Finding", + "c6518e7c-21fb-4567-b415-13c007171e4e", + 90, + "Mild", + "General qualifier value", + "N/A", + "Finding", + "3cdef9ae-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "3 - مريض بشكل طفيف", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل طفيف", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 3, + "Wdl3QmheipE", + "cgi-s_score|3", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|3 - Mildly ill", + 1, + 435 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 5, + "4 - Moderately ill", + "e81cfac7-6c80-4e1b-af86-3d896c9bbdac", + "4 - Moderately ill", + "Moderate", + "Average in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001888", + 90, + "Moderately ill", + "Overt symptoms causing noticeable, but modest, functional impairment or distress; symptom level may warrant medication", + "N/A", + "Finding", + "10fe25ee-6a0f-41f8-a443-3155b51e5f25", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "3cdef832-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "4 - مريض بشكل متوسط ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل متوسط ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 4, + "nCM6PF4SB9r", + "cgi-s_score|4", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|4 - Moderately ill", + 1, + 436 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 6, + "5 - Markedly ill", + "cf122053-f10b-4450-89e1-ed9adabb413c", + "5 - Markedly ill", + "Markedly ill", + "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Severity (CGI-S) score, rating the mental state of the patient.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001840", + 90, + "Markedly ill", + "Intrusive symptoms that distinctly impair social/occupational function or cause intrusive levels of distress", + "N/A", + "Finding", + "877f9423-bac3-41b4-ada1-3e571cfaa7fd", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "5 - مريض بشكل ملحوظ ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل ملحوظ ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 5, + "nIwgqWMPi2T", + "cgi-s_score|5", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|5 - Markedly ill", + 1, + 437 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 7, + "6 - Severely ill", + "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7", + "6 - Severely ill", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severely ill", + "Disruptive pathology, behavior and function are frequently influenced by symptoms, may require assistance from others", + "N/A", + "Finding", + "fbce3be2-ca0b-48e0-a314-720d2a67b71b", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "6 - مريض بشكل شديد", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل شديد", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 6, + "UD0mFMSQCkc", + "cgi-s_score|6", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|6 - Severely ill", + 1, + 438 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 8, + "7 - Extremely ill patient", + "0f115f25-cdd0-49c3-b009-ba9acb041fef", + "7 - Extremely ill patient", + "", + "", + "", + "", + "", + "", + "Extremely ill", + "Among the most extremely ill patients&mdash;pathology drastically interferes in many life functions; may be hospitalized", + "N/A", + "Finding", + "319a7d41-45c6-4a88-8e84-6a61b9cc2d1b", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "7 - مريض بشكل خطير", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل خطير", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 7, + "FYnMWvKXosf", + "cgi-s_score|7", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|7 - Extremely ill patient", + 1, + 439 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 1, + "0 - Not assessed", + "", + "0 - Not assessed", + "", + "", + "", + "", + "", + "", + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "0 - لم يتم قياسه ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لم يتم قياسه ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 0, + "G9EBBmiN9xy", + "cgi-s_score|0", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|0 - Not assessed", + 1, + 440 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 2, + "1 - Very much improved", + "", + "1 - Very much improved", + "Very much improved", + "A score of 1 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001843", + 95, + "Very much improved", + "Nearly all better; good level of functioning; minimal symptoms; represents a very substantial change", + "N/A", + "Finding", + "30c9c7a5-cc9e-40fa-a5ec-9e8b8994a2c7", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "1 - تحسن إلى حد كبير ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن إلى حد كبير ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 1, + "kA0sL0CXSw6", + "cgi-s_score|1", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|1 - Very much improved", + 1, + 441 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 3, + "2 - Much improved", + "", + "2 - Much improved", + "Much improved", + "A score of 2 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001844", + 90, + "Much improved", + "Notably better with significant reduction of symptoms; increase in the level of functioning but some symptoms remain", + "N/A", + "Finding", + "0bab04e3-b58c-4809-862b-1f9da712b46d", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "2 - تحسن جداً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن جداً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 2, + "JZ7qkt6RFC8", + "cgi-s_score|2", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|2 - Much improved", + 1, + 442 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 4, + "3 - Minimally improved", + "", + "3 - Minimally improved", + "Minimally improved", + "A score of 3 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001845", + 95, + "Minimally improved", + "Slightly better with little or no clinically meaningful reduction of symptoms. Represents very little change in basic clinical status, level of care, or functional capacity", + "N/A", + "Finding", + "da0f78aa-5e68-4979-90e6-49225805e85b", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "3 - تحسن بالحد الأدنى", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن بالحد الأدنى", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 3, + "Wdl3QmheipE", + "cgi-s_score|3", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|3 - Minimally improved", + 1, + 443 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 5, + "4 - No change", + "", + "4 - No change", + "No change", + "A score of 4 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001846", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "4 - لا تغيّر ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لا تغيّر ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 4, + "nCM6PF4SB9r", + "cgi-s_score|4", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|4 - No change", + 1, + 444 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 6, + "5 - Minimally worse", + "", + "5 - Minimally worse", + "Minimally worse", + "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001847", + 90, + "Minimally worse", + "Slightly worse but may not be clinically meaningful; may represent very little change in basic clinical status or functional capacity", + "N/A", + "Misc", + "f7d57972-8da5-422c-8b85-d9d2239c682e", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "5 - ساءت حالته قليلاً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته قليلاً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 5, + "nIwgqWMPi2T", + "cgi-s_score|5", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|5 - Minimally worse", + 1, + 445 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 7, + "6 - Much worse", + "", + "6 - Much worse", + "Much worse", + "A score of 6 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001848", + 90, + "Much worse", + "Clinically significant increase in symptoms and diminished functioning", + "N/A", + "Misc", + "0bec15d7-9903-4a20-9494-401301f4d05d", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "6 - ساءت حالته جداً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته جداً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 6, + "UD0mFMSQCkc", + "cgi-s_score|6", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|6 - Much worse", + 1, + 446 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 8, + "7 - Very much worse", + "", + "7 - Very much worse", + "Very much worse", + "A score of 7 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001849", + 90, + "Very much worse", + "Severe exacerbation of symptoms and loss of functioning", + "N/A", + "Misc", + "79c81058-c0ee-430e-9153-fb9c3c2dccc7", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "7 - ساءت حالته إلى حد كبير", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته إلى حد كبير", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 7, + "FYnMWvKXosf", + "cgi-s_score|7", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|7 - Very much worse", + 1, + 447 + ], + [ + 43, + "Medication prescribed by - MH", + "", + "Coded", + 1, + "MSF", + "74c9a7c6-e64d-4f49-b8a6-f10999eb25bc", + "MSF", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3300", + "", + "MSF OCG", + "The MSF Operational Centre based in Geneva.", + "MSF-51 is MSF OCG (each section is coded, but no MSF on its own)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منظمة أطباء بلا حدو", + "TEXT", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Medication prescribed by - MH|MSF", + 1, + 448 + ], + [ + 43, + "Medication prescribed by - MH", + "", + "Coded", + 2, + "Non MSF", + "77822de2-c236-4400-96f4-ee13b9334cea", + "Non MSF", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3301", + "", + "", + "", + "Not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليس منظمة أطباء بلا حدود", + "TEXT", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Medication prescribed by - MH|Non MSF", + 1, + 449 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 1, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-313", + "", + "Sexual violence", + "Unlawful sexual intercourse without consent of the victim.", + "Not found as an adjective alone, MSF313 for sexual violence", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "جنسي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Sexual", + 1, + 450 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 2, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-158358", + "Physical Violence", + "", + "Not found as an adjective alone, as a diagnosis in CIEL (physical violence, or as a finding, Victim of physical violence, 167244)", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "جسدي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Physical", + 1, + 451 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 3, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3303", + "", + "", + "", + "Not found as an adjective alone, or as a type of violence in MSF", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "لفظي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Verbal", + 1, + 452 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 4, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3304", + "", + "", + "", + "Not found as an adjective alone, or as a type of violence in MSF", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "نفسي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Psychological", + 1, + 453 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Other", + 1, + 454 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 1, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Physical", + 1, + 455 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 2, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Psychological", + 1, + 456 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 3, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Sexual", + 1, + 457 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 4, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Verbal", + 1, + 458 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Other", + 1, + 459 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 1, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Physical", + 1, + 460 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 2, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Psychological", + 1, + 461 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 3, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Sexual", + 1, + 462 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 4, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Verbal", + 1, + 463 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Other", + 1, + 464 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 1, + "< 24 hrs", + "63a236d1-add1-49ec-88c9-8e89108a71f2", + "< 24 hrs", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3305", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من 24 ساعة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "< 24 hrs", + "rboxGBCpxP5", + "< 24 hrs", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|< 24 hrs", + 1, + 465 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 2, + "24 -72hrs", + "8d9cf61e-1f64-4f25-b202-52da17e8c634", + "24 -72hrs", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3306", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "72-24ساعة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "24 -72hrs", + "Fi67snqrRPm", + "24 -72hrs", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|24 -72hrs", + 1, + 466 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 3, + "Less than 1 month", + "0e298528-7c8c-4724-a24f-d71ee7c1ebea", + "Less than 1 month", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3307", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من شهر واحد", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Less than 1 month", + "W90N4TbsQYD", + "less_than_1_month", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Less than 1 month", + 1, + 467 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 4, + "Less than 1 year", + "b5b58ef8-1bdf-4c14-9384-afbeb848d571", + "Less than 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3308", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من سنة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Less than 1 year", + "NEIhaoKeaqc", + "less_than_1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Less than 1 year", + 1, + 468 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 5, + ">= 1 year", + "4a17e0a6-1add-49a6-9831-d8ad7c647ec9", + ">= 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3309", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "سنة او اكثر", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + ">= 1 year", + "ifUaNyIglm3", + ">= 1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|>= 1 year", + 1, + 469 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 6, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-929", + "CIEL-1067", + "unknown", + "Generic answer to question when information/data is not known.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Unknown", + "Ldq2j9ZBfMI", + "unknown", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Unknown", + 1, + 470 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 1, + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "6e02debd-31eb-4112-8566-00e520835c76", + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + 1, + 471 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 2, + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL_160656", + "Personal History of severe disease", + "", + "Diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + 1, + 472 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "35910034-cc37-4dd1-abb7-ce140b0eff2b", + "1.3 Unwanted pregnancy", + "", + "", + "", + "", + "", + "", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL -123572", + "Unwanted Pregnancy", + "The pregnancy is not wanted by one or both parents.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حمل غير مرعوب به", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.3 Unwanted pregnancy", + 1, + 473 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 4, + "1.4 History of psychiatric problems", + "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", + "1.4 History of psychiatric problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-159350", + "Personal History of Psychiatric Disorder", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المعاناة من مشاكل نفسية في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.4 History of psychiatric problems", + 1, + 474 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 5, + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "4bf7b376-9193-4ee4-a51a-445d07d2d22b", + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "N/A", + "Diagnosis", + "733c362a-89d3-4c6a-b918-f4af5725e7c7", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-145439", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + 1, + 475 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 6, + "1.6 Family member with a serious medical condition", + "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", + "1.6 Family member with a serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "MSF-918", + "", + "Close relative with medical disease", + "Relative or family member has a medical disease.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.6 Family member with a serious medical condition", + 1, + 476 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "5cccf137-2952-4c9b-b879-b4ed2a9be621", + "2.1 Sexual violence within the family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي داخل العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.1 Sexual violence within the family", + 1, + 477 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 8, + "2.2 Sexual violence outside the family", + "dbe73631-79ae-4ab9-a3c8-65d6732c8714", + "2.2 Sexual violence outside the family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي خارج العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.2 Sexual violence outside the family", + 1, + 478 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 9, + "2.3 Exposed to war", + "cf28335f-d72c-440a-afc1-bcca39b51155", + "2.3 Exposed to war", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العيش في أجواء الحرب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.3 Exposed to war", + 1, + 479 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 10, + "2.4 Incarceration/detention", + "66492df1-6d26-498a-b6c7-b10931da1642", + "2.4 Incarceration/detention", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-156761", + "Imprisonment and other incarceration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحبس/الاحتجاز", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.4 Incarceration/detention", + 1, + 480 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 11, + "2.5 Hostage/kidnapping/forced recruitment", + "8917acb0-e25d-4f9e-84bb-cae9998abf35", + "2.5 Hostage/kidnapping/forced recruitment", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاختطاف / التجنيد الإجباري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.5 Hostage/kidnapping/forced recruitment", + 1, + 481 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 12, + "2.6 Deportation", + "f279409d-71ba-41c6-8301-76ee90d239dc", + "2.6 Deportation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الترحيل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.6 Deportation", + 1, + 482 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 13, + "2.7 Domestic violence", + "e25f9ca1-0b33-4765-a8c4-5da48289bda7", + "2.7 Domestic violence", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-160658", + "History of exposure to domestic violence", + "History of abusive behaviors by one partner against another in an intimate relationship such as marriage, dating, family, or cohabitation. This includes the history of physical, sexual or emotional abuse.", + "As opposed to Domestic Violence as a diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف المنزلي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.7 Domestic violence", + 1, + 483 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 14, + "2.8 Victim of threats", + "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", + "2.8 Victim of threats", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للتهديدات", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.8 Victim of threats", + 1, + 484 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 15, + "2.9 Victim of human trafficking or smuggling", + "5958f0fd-c755-4640-80d7-5ef0f9522b2e", + "2.9 Victim of human trafficking or smuggling", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للإتجار البشري والتهريب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.9 Victim of human trafficking or smuggling", + 1, + 485 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 16, + "2.10 Witness violence/killings/threats", + "107a7f52-f95d-447f-bf1a-c801e1a0082c", + "2.10 Witness violence/killings/threats", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-922", + "", + "Direct witness of violence", + "Patient directly witnessed an act of violence.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.10 Witness violence/killings/threats", + 1, + 486 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 17, + "2.11 Forced to flee (IDP/refugee/migrant)", + "a8b0e025-a735-407b-b958-fe9b29c370e7", + "2.11 Forced to flee (IDP/refugee/migrant)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1530", + "", + "Internally Displaced Person", + "Person who have been forced to flee their home but never cross an international border", + "Also existing migrant MSF-1531 and refugee MSF-1529", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.11 Forced to flee (IDP/refugee/migrant)", + 1, + 487 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 18, + "2.12 Target of stigma/discrimination/marginalization", + "e702655a-57af-457a-a1ae-42e31f119f80", + "2.12 Target of stigma/discrimination/marginalization", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "Multiple distinct types of discrimination in CIEL, no generic. Also reused to seek treatment due to stigme as a reason for noncomliance", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للوصم / التمييز العنصري / التهميش", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.12 Target of stigma/discrimination/marginalization", + 1, + 488 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 19, + "2.13 Other violence (wounded/beaten/torture)", + "c80eb3f7-31b1-4717-a78d-0aac623fc129", + "2.13 Other violence (wounded/beaten/torture)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found - but Victim of Torture CIEL-123156", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.13 Other violence (wounded/beaten/torture)", + 1, + 489 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 20, + "2.14 Forced curfew or confinement", + "ea673f5c-5f99-4da5-9f41-92c21446de31", + "2.14 Forced curfew or confinement", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "no found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاحتجاز أو منع الحركة القسري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.14 Forced curfew or confinement", + 1, + 490 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 21, + "2.15 History of suicide attempts", + "160734e2-e5ed-44e9-b573-bdbb6e619e30", + "2.15 History of suicide attempts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-129176", + "History of Suicide attempt", + "", + "Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحار سابقة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.15 History of suicide attempts", + 1, + 491 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 22, + "2.16 History of self-harm/mutilation", + "19408a7e-e17e-4040-adec-d6aa426564ce", + "2.16 History of self-harm/mutilation", + "", + "", + "", + "", + "", + "", + "self-harm", + "", + "N/A", + "Diagnosis", + "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1391", + "", + "Self Harm", + "The act of purposely hurting oneself as an emotional coping mechanism.", + "Is listed as diagnosis, not as a precipitating event", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية نفس / تشويه للنفس في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.16 History of self-harm/mutilation", + 1, + 492 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 23, + "2.17 Family members lived a violent experience", + "5a462534-7605-4137-8d5c-503584538eb4", + "2.17 Family members lived a violent experience", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أفراد العائلة لتجربة عنيفة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.17 Family members lived a violent experience", + 1, + 493 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 24, + "2.18 Adult forced marriage ", + "a725a884-e785-4c08-b08a-386d8652faaf", + "2.18 Adult forced marriage ", + "", + "", + "", + "", + "", + "", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الزواج القسري للبالغين", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.18 Adult forced marriage ", + 1, + 494 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 25, + "2.19 Child marriage", + "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زواج الأطفال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.19 Child marriage", + 1, + 495 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 26, + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "4e3ab089-6a99-4e15-8883-3c49a150e6c6", + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "MSF-917", + "CIEL-167687", + "Close relative detained/died/missed/injured", + "Relative or family member has died, been detained, is missing, etc.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.1 Family member killed or missing (arrested / detained / disappeared) ", + 1, + 496 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 27, + "3.2 Unaccompanied minor or orphaned", + "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", + "3.2 Unaccompanied minor or orphaned", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found. 1174 CIEL, but as question 'orphan' not finding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قاصر أو يتيم من دون مرافق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.2 Unaccompanied minor or orphaned", + 1, + 497 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "f2be320d-7757-4525-bcb0-6005368982d7", + "3.3 Negligence of caretakers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1424", + "", + "Victim of Neglect", + "The person has been deprived of the care necessary to maintain their physical or mental health.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهمال مقدمي الرعاية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.3 Negligence of caretakers", + 1, + 498 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "979b6137-2d14-412d-8e07-d3f2a1743deb", + "3.4 Property destroyed or lost", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1544", + "", + "House / Property destroyed", + "Specific agregated concept for the Mental Health database as part of the list of stressors", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دمار الممتلكات أو فقدانها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.4 Property destroyed or lost", + 1, + 499 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 30, + "3.5 Loss of income", + "c88d3256-f445-4eee-8aac-c31542386f23", + "3.5 Loss of income", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان مصدر الدخل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.5 Loss of income", + 1, + 500 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 31, + "3.6 Death of family member (natural or accidental death)", + "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", + "3.6 Death of family member (natural or accidental death)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found - CIEL 167687 - loss of a relative, but description also includes detailed missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.6 Death of family member (natural or accidental death)", + 1, + 501 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 32, + "3.7 Relationship problems", + "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", + "3.7 Relationship problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-113353", + "Relationship problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عاطفية مع الشريك/ة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.7 Relationship problems", + 1, + 502 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 33, + "3.8 Divorce/separation", + "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", + "3.8 Divorce/separation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-163007", + "Divorced/separated→Previously married but now not with living spouse[en]", + "Either divorced or separated but not widowed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطلاق / الانفصال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.8 Divorce/separation", + 1, + 503 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", + "3.9 Migration due to financial reasons", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found , only MSF1531 Migrant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهجرة لأسباب اقتصادية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.9 Migration due to financial reasons", + 1, + 504 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + 1, + 505 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 36, + "4.2 Road accident", + "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", + "4.2 Road accident", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2985", + "", + "Trauma Accidental Traffic (TAT)", + "", + "I am unsure if this MSF is a good match, also CIEL - Traffic accident 119964, or CIEL-86, Accident motor vehicle", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حادث سير", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|4.2 Road accident", + 1, + 506 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 37, + "5.1 Financial problems", + "e6957cdb-3694-4ab6-b98b-2031c02b4460", + "5.1 Financial problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1543", + "", + "Extreme poverty / financial crisis", + "Specific agregated concept for the Mental Health database as part of the list of stressors", + "Maybe too strong", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل مالية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.1 Financial problems", + 1, + 507 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "cd22a8af-1506-47af-9d1b-325c31c230a8", + "5.2 Difficult living conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبة الوضع المعيشي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.2 Difficult living conditions", + 1, + 508 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 39, + "5.3 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "5.3 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حدد", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.3 Other", + 1, + 509 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 1, + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "6e02debd-31eb-4112-8566-00e520835c76", + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + 1, + 510 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 2, + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + 1, + 511 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "35910034-cc37-4dd1-abb7-ce140b0eff2b", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حمل غير مرعوب به", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.3 Unwanted pregnancy", + 1, + 512 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 4, + "1.4 History of psychiatric problems", + "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", + "1.4 History of psychiatric problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المعاناة من مشاكل نفسية في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.4 History of psychiatric problems", + 1, + 513 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 5, + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "4bf7b376-9193-4ee4-a51a-445d07d2d22b", + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "N/A", + "Diagnosis", + "733c362a-89d3-4c6a-b918-f4af5725e7c7", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + 1, + 514 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 6, + "1.6 Family member with a serious medical condition", + "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", + "1.6 Family member with a serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.6 Family member with a serious medical condition", + 1, + 515 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 1, + "2.1 Sexual violence within the family", + "5cccf137-2952-4c9b-b879-b4ed2a9be621", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي داخل العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.1 Sexual violence within the family", + 1, + 516 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 2, + "2.2 Sexual violence outside the family", + "dbe73631-79ae-4ab9-a3c8-65d6732c8714", + "2.2 Sexual violence outside the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي خارج العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.2 Sexual violence outside the family", + 1, + 517 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 3, + "2.3 Exposed to war", + "cf28335f-d72c-440a-afc1-bcca39b51155", + "2.3 Exposed to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العيش في أجواء الحرب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.3 Exposed to war", + 1, + 518 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 4, + "2.4 Incarceration/detention", + "66492df1-6d26-498a-b6c7-b10931da1642", + "2.4 Incarceration/detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحبس/الاحتجاز", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.4 Incarceration/detention", + 1, + 519 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 5, + "2.5 Hostage/kidnapping/forced recruitment", + "8917acb0-e25d-4f9e-84bb-cae9998abf35", + "2.5 Hostage/kidnapping/forced recruitment", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاختطاف / التجنيد الإجباري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.5 Hostage/kidnapping/forced recruitment", + 1, + 520 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 6, + "2.6 Deportation", + "f279409d-71ba-41c6-8301-76ee90d239dc", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الترحيل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.6 Deportation", + 1, + 521 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 7, + "2.7 Domestic violence", + "e25f9ca1-0b33-4765-a8c4-5da48289bda7", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف المنزلي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.7 Domestic violence", + 1, + 522 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 8, + "2.8 Victim of threats", + "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", + "2.8 Victim of threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للتهديدات", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.8 Victim of threats", + 1, + 523 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 9, + "2.9 Victim of human trafficking or smuggling", + "5958f0fd-c755-4640-80d7-5ef0f9522b2e", + "2.9 Victim of human trafficking or smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للإتجار البشري والتهريب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.9 Victim of human trafficking or smuggling", + 1, + 524 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 10, + "2.10 Witness violence/killings/threats", + "107a7f52-f95d-447f-bf1a-c801e1a0082c", + "2.10 Witness violence/killings/threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.10 Witness violence/killings/threats", + 1, + 525 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 11, + "2.11 Forced to flee (IDP/refugee/migrant)", + "a8b0e025-a735-407b-b958-fe9b29c370e7", + "2.11 Forced to flee (IDP/refugee/migrant)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.11 Forced to flee (IDP/refugee/migrant)", + 1, + 526 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 12, + "2.12 Target of stigma/discrimination/marginalization", + "e702655a-57af-457a-a1ae-42e31f119f80", + "2.12 Target of stigma/discrimination/marginalization", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للوصم / التمييز العنصري / التهميش", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.12 Target of stigma/discrimination/marginalization", + 1, + 527 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 13, + "2.13 Other violence (wounded/beaten/torture)", + "c80eb3f7-31b1-4717-a78d-0aac623fc129", + "2.13 Other violence (wounded/beaten/torture)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.13 Other violence (wounded/beaten/torture)", + 1, + 528 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 14, + "2.14 Forced curfew or confinement", + "ea673f5c-5f99-4da5-9f41-92c21446de31", + "2.14 Forced curfew or confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاحتجاز أو منع الحركة القسري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.14 Forced curfew or confinement", + 1, + 529 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 15, + "2.15 History of suicide attempts", + "160734e2-e5ed-44e9-b573-bdbb6e619e30", + "2.15 History of suicide attempts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحار سابقة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.15 History of suicide attempts", + 1, + 530 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 16, + "2.16 History of self-harm/mutilation", + "19408a7e-e17e-4040-adec-d6aa426564ce", + "2.16 History of self-harm/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + "self-harm", + " ", + "N/A", + "Diagnosis", + "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية نفس / تشويه للنفس في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.16 History of self-harm/mutilation", + 1, + 531 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 17, + "2.17 Family members lived a violent experience", + "5a462534-7605-4137-8d5c-503584538eb4", + "2.17 Family members lived a violent experience", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أفراد العائلة لتجربة عنيفة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.17 Family members lived a violent experience", + 1, + 532 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 18, + "2.18 Adult forced marriage ", + "a725a884-e785-4c08-b08a-386d8652faaf", + "2.18 Adult forced marriage ", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الزواج القسري للبالغين", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.18 Adult forced marriage ", + 1, + 533 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 19, + "2.19 Child marriage", + "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زواج الأطفال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.19 Child marriage", + 1, + 534 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 1, + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "4e3ab089-6a99-4e15-8883-3c49a150e6c6", + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.1 Family member killed or missing (arrested / detained / disappeared) ", + 1, + 535 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 2, + "3.2 Unaccompanied minor or orphaned", + "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", + "3.2 Unaccompanied minor or orphaned", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قاصر أو يتيم من دون مرافق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.2 Unaccompanied minor or orphaned", + 1, + 536 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 3, + "3.3 Negligence of caretakers", + "f2be320d-7757-4525-bcb0-6005368982d7", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهمال مقدمي الرعاية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.3 Negligence of caretakers", + 1, + 537 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 4, + "3.4 Property destroyed or lost", + "979b6137-2d14-412d-8e07-d3f2a1743deb", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دمار الممتلكات أو فقدانها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.4 Property destroyed or lost", + 1, + 538 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 5, + "3.5 Loss of income", + "c88d3256-f445-4eee-8aac-c31542386f23", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان مصدر الدخل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.5 Loss of income", + 1, + 539 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 6, + "3.6 Death of family member (natural or accidental death)", + "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", + "3.6 Death of family member (natural or accidental death)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.6 Death of family member (natural or accidental death)", + 1, + 540 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 7, + "3.7 Relationship problems", + "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عاطفية مع الشريك/ة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.7 Relationship problems", + 1, + 541 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 8, + "3.8 Divorce/separation", + "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", + "3.8 Divorce/separation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطلاق / الانفصال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.8 Divorce/separation", + 1, + 542 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 9, + "3.9 Migration due to financial reasons", + "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهجرة لأسباب اقتصادية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.9 Migration due to financial reasons", + 1, + 543 + ], + [ + 52, + "Past / Precipitating Events - Disaster", + "", + "Coded", + 1, + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Disaster|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + 1, + 544 + ], + [ + 52, + "Past / Precipitating Events - Disaster", + "", + "Coded", + 2, + "4.2 Road accident", + "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", + "4.2 Road accident", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حادث سير", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Disaster|4.2 Road accident", + 1, + 545 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 1, + "5.1 Financial problems", + "e6957cdb-3694-4ab6-b98b-2031c02b4460", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل مالية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.1 Financial problems", + 1, + 546 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 2, + "5.2 Difficult living conditions", + "cd22a8af-1506-47af-9d1b-325c31c230a8", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبة الوضع المعيشي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.2 Difficult living conditions", + 1, + 547 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 3, + "5.3 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "5.3 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حدد", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.3 Other", + 1, + 548 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 1, + "1.1 Highly stigmatizing diseases", + "", + "1.1 Highly stigmatizing diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.1 Highly stigmatizing diseases", + 1, + 549 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 2, + "1.2 Severe medical condition", + "", + "1.2 Severe medical condition", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.2 Severe medical condition", + 1, + 550 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.3 Unwanted pregnancy", + 1, + 551 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 4, + "1.4 History of psychological or psychiatric problem", + "", + "1.4 History of psychological or psychiatric problem", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.4 History of psychological or psychiatric problem", + 1, + 552 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 5, + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000603", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "3cd50188-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + 1, + 553 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 6, + "1.6 Family member with serious medical condition", + "", + "1.6 Family member with serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.6 Family member with serious medical condition", + 1, + 554 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.1 Sexual violence within the family", + 1, + 555 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 8, + "2.10 Witnessed violence / killing / threats", + "", + "2.10 Witnessed violence / killing / threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.10 Witnessed violence / killing / threats", + 1, + 556 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 9, + "2.11 Forced to flee / IDP / refugee / migration", + "", + "2.11 Forced to flee / IDP / refugee / migration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.11 Forced to flee / IDP / refugee / migration", + 1, + 557 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 10, + "2.12 Target of social stigma / Marginalisation and discrimination", + "", + "2.12 Target of social stigma / Marginalisation and discrimination", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.12 Target of social stigma / Marginalisation and discrimination", + 1, + 558 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 11, + "2.13 Other physical violence (wounded, beaten, tortured)", + "", + "2.13 Other physical violence (wounded, beaten, tortured)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.13 Other physical violence (wounded, beaten, tortured)", + 1, + 559 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 12, + "2.14 Forced curfew and confinement", + "", + "2.14 Forced curfew and confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.14 Forced curfew and confinement", + 1, + 560 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 13, + "2.15 Suicide/suicide attempt", + "", + "2.15 Suicide/suicide attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Suicide", + "The act of killing oneself.", + "N/A", + "Diagnosis", + "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.15 Suicide/suicide attempt", + 1, + 561 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 14, + "2.16 Self harming/mutilation", + "", + "2.16 Self harming/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.16 Self harming/mutilation", + 1, + 562 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 15, + "2.17 Family member experienced an act of violence", + "", + "2.17 Family member experienced an act of violence", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.17 Family member experienced an act of violence", + 1, + 563 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 16, + "2.18 Adult forced marriage", + "", + "2.18 Adult forced marriage", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.18 Adult forced marriage", + 1, + 564 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 17, + "2.19 Child marriage", + "", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.19 Child marriage", + 1, + 565 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 18, + "2.2 Sexual violence outside family", + "", + "2.2 Sexual violence outside family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.2 Sexual violence outside family", + 1, + 566 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 19, + "2.3 Combat experience / Exposure to war", + "", + "2.3 Combat experience / Exposure to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.3 Combat experience / Exposure to war", + 1, + 567 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 20, + "2.4 Incarceration / Detention", + "", + "2.4 Incarceration / Detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.4 Incarceration / Detention", + 1, + 568 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 21, + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + 1, + 569 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 22, + "2.6 Deportation", + "", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.6 Deportation", + 1, + 570 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 23, + "2.7 Domestic violence", + "", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.7 Domestic violence", + 1, + 571 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 24, + "2.8 Received threats", + "", + "2.8 Received threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.8 Received threats", + 1, + 572 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 25, + "2.9 Victim of human trafficking / smuggling", + "", + "2.9 Victim of human trafficking / smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.9 Victim of human trafficking / smuggling", + 1, + 573 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 26, + "3.1 Family member(s) killed / missing", + "", + "3.1 Family member(s) killed / missing", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.1 Family member(s) killed / missing", + 1, + 574 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 27, + "3.2 Unaccompanied minor / orphan", + "", + "3.2 Unaccompanied minor / orphan", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.2 Unaccompanied minor / orphan", + 1, + 575 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.3 Negligence of caretakers", + 1, + 576 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.4 Property destroyed or lost", + 1, + 577 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 30, + "3.5 Loss of income", + "", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.5 Loss of income", + 1, + 578 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 31, + "3.6 Family member died (natural death or accident)", + "", + "3.6 Family member died (natural death or accident)", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.6 Family member died (natural death or accident)", + 1, + 579 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 32, + "3.7 Relationship problems", + "", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.7 Relationship problems", + 1, + 580 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 33, + "3.8 Divorce / Separation", + "", + "3.8 Divorce / Separation", + " ", + " ", + " ", + " ", + " ", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.8 Divorce / Separation", + 1, + 581 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.9 Migration due to financial reasons", + 1, + 582 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + 1, + 583 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 36, + "4.2 Road accidents", + "", + "4.2 Road accidents", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|4.2 Road accidents", + 1, + 584 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 37, + "5.1 Financial problems", + "", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.1 Financial problems", + 1, + 585 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.2 Difficult living conditions", + 1, + 586 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 39, + "5.3 Other, specify", + "", + "5.3 Other, specify", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.3 Other, specify", + 1, + 587 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 1, + "1.1 Highly stigmatizing diseases", + "", + "1.1 Highly stigmatizing diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.1 Highly stigmatizing diseases", + 1, + 588 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 2, + "1.2 Severe medical condition", + "", + "1.2 Severe medical condition", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.2 Severe medical condition", + 1, + 589 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.3 Unwanted pregnancy", + 1, + 590 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 4, + "1.4 History of psychological or psychiatric problem", + "", + "1.4 History of psychological or psychiatric problem", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.4 History of psychological or psychiatric problem", + 1, + 591 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 5, + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000603", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "3cd50188-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + 1, + 592 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 6, + "1.6 Family member with serious medical condition", + "", + "1.6 Family member with serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.6 Family member with serious medical condition", + 1, + 593 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.1 Sexual violence within the family", + 1, + 594 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 8, + "2.10 Witnessed violence / killing / threats", + "", + "2.10 Witnessed violence / killing / threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.10 Witnessed violence / killing / threats", + 1, + 595 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 9, + "2.11 Forced to flee / IDP / refugee / migration", + "", + "2.11 Forced to flee / IDP / refugee / migration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.11 Forced to flee / IDP / refugee / migration", + 1, + 596 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 10, + "2.12 Target of social stigma / Marginalisation and discrimination", + "", + "2.12 Target of social stigma / Marginalisation and discrimination", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.12 Target of social stigma / Marginalisation and discrimination", + 1, + 597 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 11, + "2.13 Other physical violence (wounded, beaten, tortured)", + "", + "2.13 Other physical violence (wounded, beaten, tortured)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.13 Other physical violence (wounded, beaten, tortured)", + 1, + 598 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 12, + "2.14 Forced curfew and confinement", + "", + "2.14 Forced curfew and confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.14 Forced curfew and confinement", + 1, + 599 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 13, + "2.15 Suicide/suicide attempt", + "", + "2.15 Suicide/suicide attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Suicide", + "The act of killing oneself.", + "N/A", + "Diagnosis", + "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.15 Suicide/suicide attempt", + 1, + 600 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 14, + "2.16 Self harming/mutilation", + "", + "2.16 Self harming/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.16 Self harming/mutilation", + 1, + 601 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 15, + "2.17 Family member experienced an act of violence", + "", + "2.17 Family member experienced an act of violence", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.17 Family member experienced an act of violence", + 1, + 602 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 16, + "2.18 Adult forced marriage", + "", + "2.18 Adult forced marriage", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.18 Adult forced marriage", + 1, + 603 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 17, + "2.19 Child marriage", + "", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.19 Child marriage", + 1, + 604 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 18, + "2.2 Sexual violence outside family", + "", + "2.2 Sexual violence outside family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.2 Sexual violence outside family", + 1, + 605 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 19, + "2.3 Combat experience / Exposure to war", + "", + "2.3 Combat experience / Exposure to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.3 Combat experience / Exposure to war", + 1, + 606 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 20, + "2.4 Incarceration / Detention", + "", + "2.4 Incarceration / Detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.4 Incarceration / Detention", + 1, + 607 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 21, + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + 1, + 608 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 22, + "2.6 Deportation", + "", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.6 Deportation", + 1, + 609 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 23, + "2.7 Domestic violence", + "", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.7 Domestic violence", + 1, + 610 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 24, + "2.8 Received threats", + "", + "2.8 Received threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.8 Received threats", + 1, + 611 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 25, + "2.9 Victim of human trafficking / smuggling", + "", + "2.9 Victim of human trafficking / smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.9 Victim of human trafficking / smuggling", + 1, + 612 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 26, + "3.1 Family member(s) killed / missing", + "", + "3.1 Family member(s) killed / missing", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.1 Family member(s) killed / missing", + 1, + 613 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 27, + "3.2 Unaccompanied minor / orphan", + "", + "3.2 Unaccompanied minor / orphan", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.2 Unaccompanied minor / orphan", + 1, + 614 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.3 Negligence of caretakers", + 1, + 615 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.4 Property destroyed or lost", + 1, + 616 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 30, + "3.5 Loss of income", + "", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.5 Loss of income", + 1, + 617 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 31, + "3.6 Family member died (natural death or accident)", + "", + "3.6 Family member died (natural death or accident)", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.6 Family member died (natural death or accident)", + 1, + 618 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 32, + "3.7 Relationship problems", + "", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.7 Relationship problems", + 1, + 619 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 33, + "3.8 Divorce / Separation", + "", + "3.8 Divorce / Separation", + " ", + " ", + " ", + " ", + " ", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.8 Divorce / Separation", + 1, + 620 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.9 Migration due to financial reasons", + 1, + 621 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + 1, + 622 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 36, + "4.2 Road accidents", + "", + "4.2 Road accidents", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|4.2 Road accidents", + 1, + 623 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 37, + "5.1 Financial problems", + "", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.1 Financial problems", + 1, + 624 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.2 Difficult living conditions", + 1, + 625 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 39, + "5.3 Other, specify", + "", + "5.3 Other, specify", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.3 Other, specify", + 1, + 626 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 1, + "1. Medical Conditions", + "", + "1. Medical Conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحالات الطبية", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "1. Medical Conditions", + "EdVWOgMdfNc", + "1_medical_conditions", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|1. Medical Conditions", + 1, + 627 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 2, + "2. Violence", + "", + "2. Violence", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "2. Violence", + "od6MVdk4TOT", + "2_violence", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|2. Violence", + 1, + 628 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 3, + "3. Separation or Loss", + "", + "3. Separation or Loss", + "", + "", + "", + "", + "", + "", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانفصال او الفقد", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "3. Separation or Loss", + "Mc24Je2EJ4Q", + "3_separation_or_loss", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|3. Separation or Loss", + 1, + 629 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 4, + "4. Disaster", + "", + "4. Disaster", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكوارث", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "4. Disaster", + "iHgeTnhykW6", + "4_disaster", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|4. Disaster", + 1, + 630 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 5, + "5. Other", + "", + "5. Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "5. Other", + "vITRvVrsOKr", + "5_other", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|5. Other", + 1, + 631 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 1, + "Medical care (MSF, MoH, NGO)", + "5f121c90-eca2-4af4-bc2f-49ad1a50ff2e", + "Medical care (MSF, MoH, NGO)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1003", + "", + "General Medical Care", + "Health service providing general medical primary health care", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "العناية الطبية (منظمة أطباء بلا حدود، أو وزارة الصحة، أو منظمة غير حكومية)", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Medical attention (MSF, MoH, NGO)", + "BDhNTdJWTFA", + "medical_attention_msf_moh_ngo", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Medical care (MSF, MoH, NGO)", + 1, + 632 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 2, + "MSF psychiatric services", + "485939c5-1e77-4495-b5e1-77fb2abbcfd7", + "MSF psychiatric services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الصحة النفسية لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "MSF psychiatric services", + "x2caKDwJiQT", + "psychiatric_care", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|MSF psychiatric services", + 1, + 633 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 3, + "Non-MSF psychiatrist services", + "489b042d-5ed4-436f-944c-27b7f31bef3f", + "Non-MSF psychiatrist services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الصحة النفسية من غير منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Non-MSF psychiatrist services", + "OdNA1Ql2kCX", + "non_msf_psychiatrist", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Non-MSF psychiatrist services", + 1, + 634 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 4, + "Social services", + "978fa5d2-e6c4-4b2a-a293-73c098de0af6", + "Social services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-5486", + "Social Support Services", + "", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الخدمات الاجتماعية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Social services", + "ShYuCnlXhfi", + "msf_social_worker", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Social services", + 1, + 635 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 5, + "Legal services", + "8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445", + "Legal services", + "Legal services", + "Representation or advice provided by a qualified legal practitioner for a client.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001406", + 95, + "Legal services", + "", + "N/A", + "Misc", + "6fc6b318-01b3-4322-a661-80b4a408fcfd", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1006", + "", + "legal Services", + "Representation or advice provided by a qualified legal practitioner for a client.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الخدمات القانونية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Legal services", + "K2opinEAoOm", + "legal_services", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Legal services", + 1, + 636 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 6, + "Protection services", + "eff27d0b-d485-4983-814f-febbc4fe185a", + "Protection services", + "Protection services", + "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001407", + 95, + "Protection services", + "", + "N/A", + "Misc", + "a307f884-9ee8-4d3f-b8f7-923870c053c0", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1007", + "", + "Protection Services", + "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الحماية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Protection services", + "bsyZzHUInhX", + "protection_services", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Protection services", + 1, + 637 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 7, + "Hospitalisation", + "6b8fca2d-0147-4dd8-a8f5-3b813152b952", + "Hospitalisation", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-46", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الارسال الى المستشفى", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Hospitalisation", + "wivtq78V9eS", + "hospitalisation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Hospitalisation", + 1, + 638 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 8, + "CHW", + "9bcbf231-c6ca-41c4-b247-bc4bced260c3", + "CHW", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "عاملو صحة مجتمع", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "CHW", + "WwdmMnGtj4o", + "chw", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|CHW", + 1, + 639 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 9, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Other", + "nufb9yUQCNJ", + "other", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Other", + 1, + 640 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 1, + "None", + "", + "None", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "MSF-1630", + "", + "none", + "Generic descriptive answer.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|None", + 1, + 641 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + "", + "", + "", + "", + "", + "", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-931", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Amitriptyline tab", + 1, + 642 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + "", + "", + "", + "", + "", + "", + "Biperiden", + "", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-72217", + "Biperiden", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Biperiden tab", + 1, + 643 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + "", + "", + "", + "", + "", + "", + "Carbamazepine", + "", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-72282", + "Carbamazepine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Carbamazepine tab", + 1, + 644 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + "", + "", + "", + "", + "", + "", + "Chlorpromazine", + "", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-73330", + "Chlorpromazine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Chlorpromazine tab", + 1, + 645 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + "", + "", + "", + "", + "", + "", + "Diazepam", + "", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-74745", + "Diazepam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Diazepam tab", + 1, + 646 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + "", + "", + "", + "", + "", + "", + "Diphenhydramine", + "", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-75015", + "Diphenhydramine ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Diphenhydramine tab", + 1, + 647 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + "", + "", + "", + "", + "", + "", + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-76553", + "Fluoxetine hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Fluoxetine hydrochloride capsule", + 1, + 648 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + "", + "", + "", + "", + "", + "", + "Fluphenazine", + "", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-76556", + "Flupenthixol decanoate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Fluphenazine decanoate amp", + 1, + 649 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + "", + "", + "", + "", + "", + "", + "Haloperidol", + "", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-77335", + "Haloperidol", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Haloperidol tab", + 1, + 650 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + "", + "", + "", + "", + "", + "", + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-77336", + "Haloperidol decanoate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Haloperidol decanoate amp", + 1, + 651 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + "", + "", + "", + "", + "", + "", + "Hydroxyzine", + "", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Hydroxyzine dihydrochloride tab", + 1, + 652 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + "", + "", + "", + "", + "", + "", + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-81025", + "Olanzapine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Olanzapine tab", + 1, + 653 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + "", + "", + "", + "", + "", + "", + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-81604", + "Paroxetine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Paroxetine tab", + 1, + 654 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + "", + "", + "", + "", + "", + "", + "Promethazine hydrochloride", + "", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-82670", + "Promethazine hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Promethazine hydrochloride tab", + 1, + 655 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + "", + "", + "", + "", + "", + "", + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-83405", + "Risperidone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Risperidone tab", + 1, + 656 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + "", + "", + "", + "", + "", + "", + "Sertraline", + "", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-83865", + "Sertraline", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Sertraline tab", + 1, + 657 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + "", + "", + "", + "", + "", + "", + "Trihexyphenidyl hydrochloride", + "", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-85464", + "Trihexyphenidyl hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Trihexyphenidyl hydrochloride tab", + 1, + 658 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + "", + "", + "", + "", + "", + "", + "Valproate", + "", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-84114", + "Valproate sodium", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Valproate sodium tab", + 1, + 659 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Other", + 1, + 660 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 1, + "None", + "", + "None", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|None", + 1, + 661 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Amitriptyline tab", + 1, + 662 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Biperiden", + " ", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Biperiden tab", + 1, + 663 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Carbamazepine", + " ", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Carbamazepine tab", + 1, + 664 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Chlorpromazine", + " ", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Chlorpromazine tab", + 1, + 665 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diazepam", + " ", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Diazepam tab", + 1, + 666 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diphenhydramine", + " ", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Diphenhydramine tab", + 1, + 667 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluoxetine hydrochloride", + " ", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Fluoxetine hydrochloride capsule", + 1, + 668 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluphenazine", + " ", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Fluphenazine decanoate amp", + 1, + 669 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol", + " ", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Haloperidol tab", + 1, + 670 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol decanoate", + " ", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Haloperidol decanoate amp", + 1, + 671 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Hydroxyzine", + " ", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Hydroxyzine dihydrochloride tab", + 1, + 672 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Olanzapine", + " ", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Olanzapine tab", + 1, + 673 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Paroxetine", + " ", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Paroxetine tab", + 1, + 674 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Promethazine hydrochloride", + " ", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Promethazine hydrochloride tab", + 1, + 675 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Risperidone", + " ", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Risperidone tab", + 1, + 676 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Sertraline", + " ", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Sertraline tab", + 1, + 677 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Trihexyphenidyl hydrochloride", + " ", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Trihexyphenidyl hydrochloride tab", + 1, + 678 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Valproate", + " ", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Valproate sodium tab", + 1, + 679 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Other", + 1, + 680 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 1, + "None", + "", + "None", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|None", + 1, + 681 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Amitriptyline tab", + 1, + 682 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Biperiden", + " ", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Biperiden tab", + 1, + 683 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Carbamazepine", + " ", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Carbamazepine tab", + 1, + 684 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Chlorpromazine", + " ", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Chlorpromazine tab", + 1, + 685 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diazepam", + " ", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Diazepam tab", + 1, + 686 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diphenhydramine", + " ", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Diphenhydramine tab", + 1, + 687 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluoxetine hydrochloride", + " ", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Fluoxetine hydrochloride capsule", + 1, + 688 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluphenazine", + " ", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Fluphenazine decanoate amp", + 1, + 689 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol", + " ", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Haloperidol tab", + 1, + 690 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol decanoate", + " ", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Haloperidol decanoate amp", + 1, + 691 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Hydroxyzine", + " ", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Hydroxyzine dihydrochloride tab", + 1, + 692 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Olanzapine", + " ", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Olanzapine tab", + 1, + 693 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Paroxetine", + " ", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Paroxetine tab", + 1, + 694 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Promethazine hydrochloride", + " ", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Promethazine hydrochloride tab", + 1, + 695 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Risperidone", + " ", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Risperidone tab", + 1, + 696 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Sertraline", + " ", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Sertraline tab", + 1, + 697 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Trihexyphenidyl hydrochloride", + " ", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Trihexyphenidyl hydrochloride tab", + 1, + 698 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Valproate", + " ", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Valproate sodium tab", + 1, + 699 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Other", + 1, + 700 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 1, + "Patient forgot about session", + "", + "Patient forgot about session", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "(see Ciel)", + "CIEL-162192", + "Patient Fogot to attend appointment", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض نسي الجلسة", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient forgot about session", + "K10sA9MeyuB", + "patient_forgot_about_session", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient forgot about session", + 1, + 701 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 2, + "No transportation / unable to attend", + "", + "No transportation / unable to attend", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا وسائل مواصلات / لم يستطع المجيء", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "No transportation / unable to attend", + "a9jCSQB7xkU", + "no_transportation_unable_to_attend", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|No transportation / unable to attend", + 1, + 702 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 3, + "Patient unreachable", + "", + "Patient unreachable", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن الوصول إلى المريض", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient unreachable", + "A1myk0SonK2", + "patient_unreachable", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient unreachable", + 1, + 703 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 4, + "Patient no longer wants services", + "", + "Patient no longer wants services", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض لم يعد يرغب بتلقي الخدمة", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient no longer wants services", + "DfTWJKP67rN", + "patient_no_longer_wants_services", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient no longer wants services", + 1, + 704 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 5, + "Patient was busy", + "", + "Patient was busy", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض كان مشغولاً", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient was busy", + "jtKK82mthKK", + "patient_was_busy", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient was busy", + 1, + 705 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 6, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Other", + "tkqMcbSlYzz", + "other", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Other", + 1, + 706 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 1, + "Discharge with the patient’s agreement: end of care", + "", + "Discharge with the patient’s agreement: end of care", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: نهاية الرعاية.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "1. Discharge with the patient’s agreement: end of care", + "dLPq55MxBwB", + 1, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: end of care", + 1, + 707 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 2, + "Discharge with the patient’s agreement: single consultation", + "", + "Discharge with the patient’s agreement: single consultation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: استشارة واحدة.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "2. Discharge with the patient’s agreement: single consultation", + "brp4CVnY3jG", + 2, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: single consultation", + 1, + 708 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 3, + "Discharge with the patient’s agreement: patient moved", + "", + "Discharge with the patient’s agreement: patient moved", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: المريض انتقل الى موقع اخر.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "3. Discharge with the patient’s agreement: patient moved", + "YeMJpC1WFDD", + 3, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: patient moved", + 1, + 709 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 4, + "Discharge with the patient’s agreement: patient referred", + "", + "Discharge with the patient’s agreement: patient referred", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: تمت إحالة المريض.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "4. Discharge with the patient’s agreement: patient referred", + "QO22EMZRSNa", + 4, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: patient referred", + 1, + 710 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 5, + "Patient cannot access the service: MSF is no longer", + "", + "Patient cannot access the service: MSF is no longer", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: أطباء بلا حدود لم تعد بالمنطقة.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "5. Patient cannot access the service: MSF is no longer there", + "dr4ZmvSaUB9", + 5, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: MSF is no longer", + 1, + 711 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 6, + "Patient cannot access the service: transport issues", + "", + "Patient cannot access the service: transport issues", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: مشاكل النقل.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "6. Patient cannot access the service: transport issues", + "deCWsA6Ui5b", + 6, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: transport issues", + 1, + 712 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 7, + "Patient cannot access the service: arrested/kidnaped", + "", + "Patient cannot access the service: arrested/kidnaped", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: موقوف / مخطوف.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "7. Patient cannot access the service: arrested/kidnaped", + "nhyIbBRYaWX", + 7, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: arrested/kidnaped", + 1, + 713 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 8, + "Lost to follow up: unable to trace", + "", + "Lost to follow up: unable to trace", + "Lost to follow up", + "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", + "N/A", + "Finding", + "d305b208-354f-4bb7-b35a-df4f8d92c256", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف المتابعة: لا يمكن تتبع المريض.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "8. Lost to follow up: unable to trace", + "P78sA75FJ2i", + 8, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Lost to follow up: unable to trace", + 1, + 714 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 9, + "Lost to follow up: dissatisfied/different expectations", + "", + "Lost to follow up: dissatisfied/different expectations", + "Lost to follow up", + "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", + "N/A", + "Finding", + "d305b208-354f-4bb7-b35a-df4f8d92c256", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف المتابعة: المريض لم يكن راضياً على الخدمة / توقعات لم تتم تلبيتها.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "9. Lost to follow up: dissatisfied/different expectations", + "hiYHmyIYvrN", + 9, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Lost to follow up: dissatisfied/different expectations", + 1, + 715 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 10, + "Deceased/missing", + "", + "Deceased/missing", + "Deceased", + "The person died.", + "N/A", + "Finding", + "dc1c7ac9-d9c3-4887-bc22-827c2db7689f", + 90, + "Deceased", + "Patient died.", + "N/A", + "Diagnosis", + "159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "Deceased", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "متوفى / مفقود.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "10. Deceased/missing", + "nyQCSDpS4zc", + 10, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Deceased/missing", + 1, + 716 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 1, + "Achieved", + "", + "Achieved", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تم تحقيقه ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|Achieved", + 1, + 717 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 2, + "No change ", + "", + "No change ", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا تغيير", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|No change ", + 1, + 718 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 3, + "Challenges", + "", + "Challenges", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تحديات", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|Challenges", + 1, + 719 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 1, + "Not at all (0 point)", + "ed0e2463-c990-4341-b095-53b899707af9", + "Not at all (0 point)", + "Not at all", + "Answer to a Likert-like scale question indicating something that's not often.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001376", + 95, + "Not at all", + "Answer to a likert-like scale question", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Not at all", + "", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أبداً", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 0", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Not at all (0 point)", + 1, + 720 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 2, + "Several days (1 point)", + "b631d160-8d40-4cf7-92cd-67f628c889e8", + "Several days (1 point)", + "Several days", + "An occurrence of more than a few days.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001377", + 95, + "Several days", + "", + "N/A", + "Misc", + "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بعض الأيام", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 1", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Several days (1 point)", + 1, + 721 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 3, + "More than half the days (2 points)", + "234259ec-5368-4488-8482-4f261cc76714", + "More than half the days (2 points)", + "More than half the days", + "An occurrence of more than half the days", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001378", + 95, + "More than half the days", + "", + "N/A", + "Misc", + "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "More than half the days", + "", + "N/A", + "Misc", + "1cf6ebb8-dd57-4d26-87cd-e49c09373aaf", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أآثر من نصف الأيام", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 2", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|More than half the days (2 points)", + 1, + 722 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 4, + "Nearly every day (3 points)", + "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e", + "Nearly every day (3 points)", + "Nearly every day", + "An almost daily occurrence.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001379", + 95, + "Nearly every day", + "", + "N/A", + "Misc", + "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آل يوم تقريباً", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 3", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Nearly every day (3 points)", + 1, + 723 + ], + [ + 65, + "MHOS", + "", + "Coded", + 1, + "Not at all", + "ed0e2463-c990-4341-b095-53b899707af9", + "Not at all", + "Not at all", + "Answer to a Likert-like scale question indicating something that's not often.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001376", + 95, + "Not at all", + "Answer to a likert-like scale question", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Not at all", + "", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كلا على الاطلاق", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 1", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Not at all", + 1, + 724 + ], + [ + 65, + "MHOS", + "", + "Coded", + 2, + "A little", + "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", + "A little", + "A little", + "", + "Text", + "Misc", + "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قليلا", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|A little", + 1, + 725 + ], + [ + 65, + "MHOS", + "", + "Coded", + 3, + "Some", + "edf347b1-ee57-4d8f-babb-97acca20c3cb", + "Some", + "", + "", + "", + "", + "", + "", + "Some", + "", + "N/A", + "Misc", + "164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بعض", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 3", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Some", + 1, + 726 + ], + [ + 65, + "MHOS", + "", + "Coded", + 4, + "Fair amount", + "de7fa192-bf2e-4991-a81f-582c4b50ae51", + "Fair amount", + "Fair amount", + "", + "Text", + "Misc", + "de7fa192-bf2e-4991-a81f-582c4b50ae51", + 95, + "Fair", + "Degree of finding, pertaining to a class fair.", + "N/A", + "Misc", + "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fair", + "Degree of finding, pertaining to a class fair.", + "N/A", + "Misc", + "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كمية جيدة", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 4", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Fair amount", + 1, + 727 + ], + [ + 65, + "MHOS", + "", + "Coded", + 5, + "A lot", + "0f074510-1ff6-4924-bfef-effdcffd44f8", + "A lot", + "A lot", + "", + "Text", + "Misc", + "0f074510-1ff6-4924-bfef-effdcffd44f8", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كثيرا", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 5", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|A lot", + 1, + 728 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 1, + "No depression", + "5aa4edf5-b218-4470-b5da-ad1d88007954", + "0-4: No depression", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|No depression", + 1, + 729 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 2, + "Minimal symptoms", + "9d7d154f-e7a1-4490-b93a-85f5c2157f92", + "5-9: Minimal symptoms - Support and educate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Minimal symptoms", + 1, + 730 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 3, + "Minor to mild depression (or dysthymia)", + "ed7484ef-a3ea-4c95-bf59-58987c7f6d7c", + "10-14: Minor to mild depression (or dysthymia) - Support and watchful waiting / Reassess in one/two weeks", + "", + "", + "", + "", + "", + "", + "mild depression", + "", + "N/A", + "Diagnosis", + "157790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Minor to mild depression (or dysthymia)", + 1, + 731 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 4, + "Major depression", + "d163711c-9fcf-4050-b015-d3463b4602fa", + "15-19: Major depression – Refer to clinical office / psychologist (need for specific treatment)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Major depression", + 1, + 732 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 5, + "Severe depression", + "0ff3a7dc-1a6e-4453-91d5-29cf6a9f790c", + ">20: Severe depression – Major impairment, need for active treatment", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Severe depression", + 1, + 733 + ], + [ + 67, + "Head of family", + "", + "Coded", + 1, + "Father", + "", + "Father", + "", + "", + "", + "", + "", + "", + "Father", + "Family member.", + "N/A", + "Misc", + "971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Father", + "A father to another person", + "N/A", + "Misc", + "3ce18444-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Father", + 1, + 734 + ], + [ + 67, + "Head of family", + "", + "Coded", + 2, + "Mother", + "", + "Mother", + "", + "", + "", + "", + "", + "", + "Mother", + "Family member.", + "N/A", + "Misc", + "970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Mother", + "A mother of another person", + "N/A", + "Misc", + "3ce185ca-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Mother", + 1, + 735 + ], + [ + 67, + "Head of family", + "", + "Coded", + 3, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Other", + 1, + 736 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 1, + "Dose 0", + "", + "Dose 0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 0", + 1, + 737 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 2, + "Dose 1", + "", + "Dose 1", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 1", + 1, + 738 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 3, + "Dose 2", + "", + "Dose 2", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 2", + 1, + 739 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 4, + "Dose 3", + "", + "Dose 3", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 3", + 1, + 740 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 5, + "Dose 4", + "", + "Dose 4", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 4", + 1, + 741 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Not vaccinated", + 1, + 742 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Unknown", + 1, + 743 + ], + [ + 69, + "Vaccination - ITFC - Vaccination card", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Vaccination card", + "mFtDMd4244l", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Vaccination card|Yes", + 1, + 744 + ], + [ + 69, + "Vaccination - ITFC - Vaccination card", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Vaccination card", + "mFtDMd4244l", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Vaccination card|No", + 1, + 745 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Dose 1", + "v6E5MjPpqSb", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|Dose 1", + 1, + 746 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 2, + "No vaccinated", + "", + "No vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "No vaccinated", + "O0Edj0kR5Nd", + "no_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|No vaccinated", + 1, + 747 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Unknown", + "ydpXtzGHWHj", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|Unknown", + 1, + 748 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Dose 1", + "xGTdCJcKmAn", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Dose 1", + 1, + 749 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Not vaccinated", + "Xg0muNfVNkv", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Not vaccinated", + 1, + 750 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Unknown", + "KY34sEEUpnr", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Unknown", + 1, + 751 + ], + [ + 72, + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", + "cG8uCalPdNU", + "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", + "L4AkwHZ65GZ", + "Yes", + "sBr9pPNqd28", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|Yes", + 1, + 752 + ], + [ + 72, + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", + "cG8uCalPdNU", + "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", + "L4AkwHZ65GZ", + "No", + "aKS3CymU5Ns", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|No", + 1, + 753 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 1", + "bZXl07GyWhL", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 1", + 1, + 754 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 2", + "T8IyHX0cXe5", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 2", + 1, + 755 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 3", + "sw1D3rQGhGQ", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 3", + 1, + 756 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 4, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 4", + "OT5qZpJO7jc", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 4", + 1, + 757 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 5, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Not vaccinated", + "dvq6f79oLIz", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Not vaccinated", + 1, + 758 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 6, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Unknown", + "i4AQ0qRNehI", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Unknown", + 1, + 759 + ], + [ + 74, + "Vaccination - ITFC - Pentavalent - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", + "SEkSRdlwF4x", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent - Last dose given on site|Yes", + 1, + 760 + ], + [ + 74, + "Vaccination - ITFC - Pentavalent - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", + "SEkSRdlwF4x", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent - Last dose given on site|No", + 1, + 761 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 1, + "Dose 0", + "", + "Dose 0", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 0", + "njckedtwZdc", + "dose_0", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 0", + 1, + 762 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 2, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 1", + "PxZFMT68zDd", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 1", + 1, + 763 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 3, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 2", + "H6YSRKyanXo", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 2", + 1, + 764 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 4, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 3", + "cwZTMIsCC5H", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 3", + 1, + 765 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 5, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 4", + "b1vCPYEEjce", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 4", + 1, + 766 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Not vaccinated", + "RZVArvOeoQM", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Not vaccinated", + 1, + 767 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Unknown", + "koRJWvqd9fX", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Unknown", + 1, + 768 + ], + [ + 76, + "Vaccination - ITFC - AFP - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last AFP dose given on site", + "J2rK5CtSBvx", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP - Last dose given on site|Yes", + 1, + 769 + ], + [ + 76, + "Vaccination - ITFC - AFP - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last AFP dose given on site", + "J2rK5CtSBvx", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP - Last dose given on site|No", + 1, + 770 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Dose 1", + "PktzQX6fkgx", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Dose 1", + 1, + 771 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Dose 2", + "ocSTcDdyNTW", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Dose 2", + 1, + 772 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Not vaccinated", + "mTk3530bGYt", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Not vaccinated", + 1, + 773 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Unknown", + "hu4HpZGxknQ", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Unknown", + 1, + 774 + ], + [ + 78, + "Vaccination - ITFC - Measles - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Measles dose given on site", + "AKCbOxTvkTp", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles - Last dose given on site|Yes", + 1, + 775 + ], + [ + 78, + "Vaccination - ITFC - Measles - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Measles dose given on site", + "AKCbOxTvkTp", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles - Last dose given on site|No", + 1, + 776 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 1", + "bZXl07GyWhL", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 1", + 1, + 777 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 2", + "T8IyHX0cXe5", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 2", + 1, + 778 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 3", + "sw1D3rQGhGQ", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 3", + 1, + 779 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 4, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 4", + "OT5qZpJO7jc", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 4", + 1, + 780 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 5, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Not vaccinated", + "dvq6f79oLIz", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Not vaccinated", + 1, + 781 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 6, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Unknown", + "i4AQ0qRNehI", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Unknown", + 1, + 782 + ], + [ + 80, + "Vaccination - ITFC - PCV - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PCV dose given on site", + "u5dxpihoKN0", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV - Last dose given on site|Yes", + 1, + 783 + ], + [ + 80, + "Vaccination - ITFC - PCV - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PCV dose given on site", + "u5dxpihoKN0", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV - Last dose given on site|No", + 1, + 784 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 1", + "EZMbl2HCG9p", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 1", + 1, + 785 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 2", + "hmEojVACROI", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 2", + 1, + 786 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 3", + "nDI0iPQUa1X", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 3", + 1, + 787 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 4, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Not vaccinated", + "OpSJw5WAm18", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Not vaccinated", + 1, + 788 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 5, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Unknown", + "MZfMeIWOPam", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Unknown", + 1, + 789 + ], + [ + 82, + "Vaccination - ITFC - Rotavirus - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", + "npoNMyqKaEJ", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus - Last dose given on site|Yes", + 1, + 790 + ], + [ + 82, + "Vaccination - ITFC - Rotavirus - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", + "npoNMyqKaEJ", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus - Last dose given on site|No", + 1, + 791 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Dose 1", + "v6E5MjPpqSb", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Dose 1", + 1, + 792 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "No vaccinated", + "O0Edj0kR5Nd", + "no_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Not vaccinated", + 1, + 793 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Unknown", + "ydpXtzGHWHj", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Unknown", + 1, + 794 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 1", + "cUxnl1n3Elk", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 1", + 1, + 795 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 2", + "IGb7BSiAggz", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 2", + 1, + 796 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 3", + "HdgSh1EMq1l", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 3", + 1, + 797 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 4, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Not vaccinated", + "QFcgfRifWyg", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Not vaccinated", + 1, + 798 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 5, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Unknown", + "XGk3KqPo8L2", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Unknown", + 1, + 799 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Dose 1", + "QBENCGv4wSd", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Dose 1", + 1, + 800 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Dose 2", + "TBI8FVnrLfW", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Dose 2", + 1, + 801 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Not vaccinated", + "rTBp8C32W8w", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Not vaccinated", + 1, + 802 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Unknown", + "GH4ogeUFzXa", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Unknown", + 1, + 803 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Dose 1", + "ipWO3gdU4Yp", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Dose 1", + 1, + 804 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Not vaccinated", + "QGiw4ry0TyJ", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Not vaccinated", + 1, + 805 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Unknown", + "cSdyotNEi6R", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Unknown", + 1, + 806 + ], + [ + 87, + "Vaccination - ITFC - PPV 23 - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "L33Iqgj6wh8", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "DzlGd3b2nJN", + "Yes", + "OF5xbph1XiN", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23 - Last dose given on site|Yes", + 1, + 807 + ], + [ + 87, + "Vaccination - ITFC - PPV 23 - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "L33Iqgj6wh8", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "DzlGd3b2nJN", + "No", + "ZfPkEIgzMwl", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23 - Last dose given on site|No", + 1, + 808 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Dose 1", + "ZRDiTHJArw5", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Dose 1", + 1, + 809 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Dose 2", + "Rruu1ulpzSe", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Dose 2", + 1, + 810 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Not vaccinated", + "raLxCNMjp3j", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Not vaccinated", + 1, + 811 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Unknown", + "cU7AqGL8TRJ", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Unknown", + 1, + 812 + ], + [ + 89, + "Vaccination - ITFC - HPV - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "nHzyndo6Opn", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "PiM5sEcQEaE", + "Yes", + "WklX5Gy9bvP", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV - Last dose given on site|Yes", + 1, + 813 + ], + [ + 89, + "Vaccination - ITFC - HPV - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "nHzyndo6Opn", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "PiM5sEcQEaE", + "No", + "AhpHRa3pQ00", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV - Last dose given on site|No", + 1, + 814 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 1, + "TT1", + "", + "TT1", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT1", + "BaPawIuIMge", + "tt1", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT1", + 1, + 815 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 2, + "TT2", + "", + "TT2", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT2", + "Ht9dML7mb0C", + "tt2", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT2", + 1, + 816 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 3, + "TT3", + "", + "TT3", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT3", + "IEQkdICorA3", + "tt3", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT3", + 1, + 817 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 4, + "TT4", + "", + "TT4", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT4", + "XyhSFgJ0lzp", + "tt4", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT4", + 1, + 818 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 5, + "≥TT5", + "", + "≥TT5", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "≥TT5", + "WkDsQkKl3mE", + "≥tt5", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|≥TT5", + 1, + 819 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "Not vaccinated", + "flugHmgry3z", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|Not vaccinated", + 1, + 820 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "Unknown", + "AkYJr9EfFJp", + "unknown", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|Unknown", + 1, + 821 + ], + [ + 91, + "Yes-no", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "X", + "Yes-no|Yes", + 1, + 822 + ], + [ + 91, + "Yes-no", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "X", + "Yes-no|No", + 1, + 823 + ], + [ + 92, + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", + "ai1f1Nd7tTk", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|Yes", + 1, + 824 + ], + [ + 92, + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", + "ai1f1Nd7tTk", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|No", + 1, + 825 + ], + [ + 93, + "Yes-no - Vaccination of accompanying children - Status checked", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "jEbjrXqhNEO", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "pkoZo5NLnmT", + "Yes", + "RA1z7oYeLBW", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination of accompanying children - Status checked|Yes", + 1, + 826 + ], + [ + 93, + "Yes-no - Vaccination of accompanying children - Status checked", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "jEbjrXqhNEO", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "pkoZo5NLnmT", + "No", + "cULP83r16XQ", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination of accompanying children - Status checked|No", + 1, + 827 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "Yes", + "OJR1wOuzdAu", + "yes", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|Yes", + 1, + 828 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "No", + "SzkvKP70Pww", + "no", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|No", + 1, + 829 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 3, + "NA", + "", + "NA", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "NA", + "t3TQeaCkJiy", + "na", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|NA", + 1, + 830 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute asthma", + 1, + 831 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + "", + "", + "", + "MSF-AAAAAA000000000000000512", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute diarrhea (bloody)", + 1, + 832 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute diarrhea (non-bloody)", + 1, + 833 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute febrile illness (=<7 days)", + 1, + 834 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + "", + "", + "", + "", + "", + "", + "Acute flaccid paralysis", + "", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute flaccid paralysis", + 1, + 835 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + "", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute jaundice syndrome", + 1, + 836 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 7, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Apnoea of prematurity", + 1, + 837 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 8, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bacterial meningitis", + 1, + 838 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 9, + "Birth injury", + "", + "Birth injury", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Birth injury", + 1, + 839 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 10, + "Bronchiolitis obstructive bronchitis", + "", + "Bronchiolitis obstructive bronchitis", + "", + "", + "", + "", + "", + "", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bronchiolitis obstructive bronchitis", + 1, + 840 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 11, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bronchospasm", + 1, + 841 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 12, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Burns", + 1, + 842 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 13, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cardiogenic shock", + 1, + 843 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 14, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + "", + "", + "", + "", + "", + "", + "Cerebral palsy", + "", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cerebral palsy - Neuro disability", + 1, + 844 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 15, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cholera (suspected)", + 1, + 845 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 16, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cholera confirmed", + 1, + 846 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 17, + "Complicated ear infection", + "", + "Complicated ear infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Complicated ear infection", + 1, + 847 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 18, + "Complications of SCD", + "", + "Complications of SCD", + "", + "", + "", + "", + "", + "", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Complications of SCD", + 1, + 848 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 19, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital herpes virus infection", + 1, + 849 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 20, + "Congenital malaria", + "", + "Congenital malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital malaria", + 1, + 850 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 21, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital or acquired cardiac pathology", + 1, + 851 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 22, + "Congenital syphilis", + "", + "Congenital syphilis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital syphilis", + 1, + 852 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 23, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congestive Heart Failure", + 1, + 853 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 24, + "COPD", + "", + "COPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|COPD", + 1, + 854 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 25, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Covid-19 confirmed", + 1, + 855 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 26, + "Covid-19 probable", + "", + "Covid-19 probable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Covid-19 probable", + 1, + 856 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 27, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + "", + "", + "", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + "", + "", + "", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cutaneous leishmaniosis", + 1, + 857 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 28, + "Dengue confirmed", + "", + "Dengue confirmed", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dengue confirmed", + 1, + 858 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 29, + "Dengue suspected", + "", + "Dengue suspected", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dengue suspected", + 1, + 859 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 30, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diabetes type 2 and complications", + 1, + 860 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 31, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diabetes Type I and complications", + 1, + 861 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 32, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + "", + "", + "", + "", + "", + "", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diarrhea (persistent)", + 1, + 862 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 33, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diphtheria", + 1, + 863 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 34, + "Dog bite", + "", + "Dog bite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dog bite", + 1, + 864 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 35, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Epilepsy - Seizures", + 1, + 865 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 36, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + "", + "", + "", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + "", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Extra pulmonary tuberculosis", + 1, + 866 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 37, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Eye diseases (including trachoma)", + 1, + 867 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 38, + "Febrile convulsions", + "", + "Febrile convulsions", + "", + "", + "", + "", + "", + "", + "Febrile convulsion", + "", + "", + "", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Febrile convulsions", + 1, + 868 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 39, + "Gynaecological cases", + "", + "Gynaecological cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Gynaecological cases", + 1, + 869 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 40, + "Hepatitis A", + "", + "Hepatitis A", + "", + "", + "", + "", + "", + "", + "Hepatitis A", + "", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis A", + 1, + 870 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 41, + "Hepatitis B", + "", + "Hepatitis B", + "", + "", + "", + "", + "", + "", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis B", + 1, + 871 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 42, + "Hepatitis Delta", + "", + "Hepatitis Delta", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis Delta", + 1, + 872 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 43, + "Hepatitis E", + "", + "Hepatitis E", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis E", + 1, + 873 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 44, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|HIV Infection confirmed", + 1, + 874 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 45, + "Hyperglycemia", + "", + "Hyperglycemia", + "", + "", + "", + "", + "", + "", + "Hyperglycaemia", + "", + "", + "", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hyperglycemia", + 1, + 875 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 46, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hyperreactive splenomegaly due to malaria", + 1, + 876 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 47, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + "", + "", + "", + "MSF-AAAAAA000000000000000608", + 96, + "", + "", + "", + "", + "", + "", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hypoglycemia", + 1, + 877 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 48, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + "", + "", + "", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + "", + "", + "", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hypovolemic shock", + 1, + 878 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 49, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + "", + "", + "", + "", + "", + "", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Infectious diseases not otherwise classified", + 1, + 879 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 50, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Lower respiratory tract infection", + 1, + 880 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 51, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Measles (complicated)", + 1, + 881 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 52, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Measles (uncomplicated)", + 1, + 882 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 53, + "Meningeal TB", + "", + "Meningeal TB", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Meningeal TB", + 1, + 883 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 54, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Meningitis unspecified", + 1, + 884 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 55, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Mental and psychiatric conditions", + 1, + 885 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 56, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + "", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Moderate acute malnutrition", + 1, + 886 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 57, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Musculoskeletal conditions (infectious origin)", + 1, + 887 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 58, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Musculoskeletal conditions (non-infectious)", + 1, + 888 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 59, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Necrotizing & bullous skin infections", + 1, + 889 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 60, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neglected tropical diseases", + 1, + 890 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 61, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + "", + "", + "", + "", + "", + "", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal conjunctivitis", + 1, + 891 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 62, + "Neonatal convulsions", + "", + "Neonatal convulsions", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal convulsions", + 1, + 892 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 63, + "Neonatal jaundice", + "", + "Neonatal jaundice", + "", + "", + "", + "", + "", + "", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal jaundice", + 1, + 893 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 64, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal meconial aspiration", + 1, + 894 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 65, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + "", + "", + "", + "", + "", + "", + "Neonatal Necrotising Enterocolitis", + "", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal Necrotizing Enterocolitis", + 1, + 895 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 66, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal pneumonia", + 1, + 896 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 67, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal pneumothorax", + 1, + 897 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 68, + "Neonatal tetanus", + "", + "Neonatal tetanus", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal tetanus", + 1, + 898 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 69, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal tuberculosis", + 1, + 899 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 70, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 900 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 71, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Newborn to an HIV+ mother", + 1, + 901 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 72, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non cardiac congenital pathology", + 1, + 902 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 73, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non urgent surgical conditions", + 1, + 903 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 74, + "Non violence-related injuries", + "", + "Non violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non violence-related injuries", + 1, + 904 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 75, + "Observation", + "", + "Observation", + "", + "", + "", + "", + "", + "", + "Observation ward", + "", + "", + "", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Observation", + 1, + 905 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 76, + "Obstetric cases", + "", + "Obstetric cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Obstetric cases", + 1, + 906 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 77, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Oral and digestive severe candidiasis", + 1, + 907 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 78, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other bites and stings", + 1, + 908 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 79, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other neurological conditions", + 1, + 909 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 80, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other non communicable diseases", + 1, + 910 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 81, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other symptoms and abnor. clinical / lab findings", + 1, + 911 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 82, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Others", + 1, + 912 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 83, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Perinatal asphyxia and complications", + 1, + 913 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 84, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Persistent fever ( >7 days)", + 1, + 914 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 85, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + "", + "", + "", + "", + "", + "", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Poliomyelitis confirmed", + 1, + 915 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 86, + "Post surgical infections", + "", + "Post surgical infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Post surgical infections", + 1, + 916 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 87, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Prematurity and or low birth weight", + 1, + 917 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 88, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Pulmonary tuberculosis", + 1, + 918 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 89, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Rabies", + 1, + 919 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 90, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + "", + "", + "", + "", + "", + "", + "Rheumatic heart disease", + "", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Rheumatic heart disease", + 1, + 920 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 91, + "Risk of sepsis", + "", + "Risk of sepsis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Risk of sepsis", + 1, + 921 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 92, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Septic shock", + 1, + 922 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 93, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 923 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 94, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 924 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 95, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + "", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus)", + 1, + 925 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 96, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + "", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe anaemia", + 1, + 926 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 97, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe dehydration", + 1, + 927 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 98, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe malaria", + 1, + 928 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 99, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + "", + "", + "", + "MSF-AAAAAA000000000000000713", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sexual violence / rape", + 1, + 929 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 100, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sexually transmitted disease (STI)", + 1, + 930 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 101, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Shigellosis - Salmonellosis", + 1, + 931 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 102, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Shock uspecified", + 1, + 932 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 103, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + "", + "", + "", + "", + "", + "", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sickle cell disease", + 1, + 933 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 104, + "Simple malaria", + "", + "Simple malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Simple malaria", + 1, + 934 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 105, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Skin and soft tissue conditions", + 1, + 935 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 106, + "Snake bites", + "", + "Snake bites", + "", + "", + "", + "", + "", + "", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Snake bites", + 1, + 936 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 107, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Substance abuse / dependency", + 1, + 937 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 108, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Suspected or confirmed malignancy", + 1, + 938 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 109, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + "", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Tetanus", + 1, + 939 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 110, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Toxicity / poisoning", + 1, + 940 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 111, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Transient tachypnoea of the newborn", + 1, + 941 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 112, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Typhoid fever", + 1, + 942 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 113, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Upper respiratory tract infection", + 1, + 943 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 114, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + "", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Urgent surgical conditions", + 1, + 944 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 115, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Urolithiasis / Renal colic", + 1, + 945 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 116, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|UTI and renal tract acute pathology", + 1, + 946 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 117, + "Varicella", + "", + "Varicella", + "", + "", + "", + "", + "", + "", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Varicella", + 1, + 947 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 118, + "Violence-related injuries", + "", + "Violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Violence-related injuries", + 1, + 948 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 119, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Viral haemorrhagic fevers", + 1, + 949 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 120, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Visceral leishmaniasis", + 1, + 950 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 121, + "Vit A deficiency", + "", + "Vit A deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit A deficiency", + 1, + 951 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 122, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit B complex deficiency", + 1, + 952 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 123, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit C deficiency (scurvy)", + 1, + 953 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 124, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit D deficiency (rickets)", + 1, + 954 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 125, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Whooping cough", + 1, + 955 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 126, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + "", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Yellow fever", + 1, + 956 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute asthma", + "UoCC4TyaYZp", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute asthma", + 1, + 957 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + "", + "", + "", + "MSF-AAAAAA000000000000000512", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute diarrhea (bloody)", + "bXbATZn7QwE", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute diarrhea (bloody)", + 1, + 958 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute diarrhea (non-bloody)", + "FltwCRejivF", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute diarrhea (non-bloody)", + 1, + 959 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute febrile illness (=<7 days)", + "fgeCTh9601Z", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute febrile illness (=<7 days)", + 1, + 960 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + "", + "", + "", + "", + "", + "", + "Acute flaccid paralysis", + "", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute flaccid paralysis", + "r8U660ApU51", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute flaccid paralysis", + 1, + 961 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + "", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute jaundice syndrome", + "PkeGHY5X4hR", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute jaundice syndrome", + 1, + 962 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 7, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Apnoea of prematurity", + "A07QEdOGULT", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Apnoea of prematurity", + 1, + 963 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 8, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bacterial meningitis", + "ELkTBWRtnbU", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bacterial meningitis", + 1, + 964 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 9, + "Birth injury", + "", + "Birth injury", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Birth injury", + "FtoAE4Ckgdc", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Birth injury", + 1, + 965 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 10, + "Bronchiolitis obstructive bronchitis", + "", + "Bronchiolitis obstructive bronchitis", + "", + "", + "", + "", + "", + "", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bronchiolitis obstructive bronchitis", + "LAu8p10eBf1", + "bronchiolitis_obstructive_bronchitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bronchiolitis obstructive bronchitis", + 1, + 966 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 11, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bronchospasm", + "AKJv8tPOPfq", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bronchospasm", + 1, + 967 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 12, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Burns", + "Z0JCjHGqNaj", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Burns", + 1, + 968 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 13, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cardiogenic shock", + "IwBXvTC07X4", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cardiogenic shock", + 1, + 969 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 14, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + "", + "", + "", + "", + "", + "", + "Cerebral palsy", + "", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cerebral palsy - Neuro disability", + "r8tFgDoOtCP", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cerebral palsy - Neuro disability", + 1, + 970 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 15, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cholera (suspected)", + "YKzNEhC9cq3", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cholera (suspected)", + 1, + 971 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 16, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cholera confirmed", + "eyfVX0CSq4s", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cholera confirmed", + 1, + 972 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 17, + "Complicated ear infection", + "", + "Complicated ear infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Complicated ear infection", + "Tj93mBtUkhu", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Complicated ear infection", + 1, + 973 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 18, + "Complications of SCD", + "", + "Complications of SCD", + "", + "", + "", + "", + "", + "", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Complications of SCD", + "EO0bo8A7qDk", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Complications of SCD", + 1, + 974 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 19, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital herpes virus infection", + "B02tG0t2ZiN", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital herpes virus infection", + 1, + 975 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 20, + "Congenital malaria", + "", + "Congenital malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital malaria", + "pXF4knGswXw", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital malaria", + 1, + 976 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 21, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital or acquired cardiac pathology", + "nvQpfHzvu6A", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital or acquired cardiac pathology", + 1, + 977 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 22, + "Congenital syphilis", + "", + "Congenital syphilis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital syphilis", + "qvaVyj95GlX", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital syphilis", + 1, + 978 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 23, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congestive Heart Failure", + "vNvbx4qpkUa", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congestive Heart Failure", + 1, + 979 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 24, + "COPD", + "", + "COPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "COPD", + "sCGnq3NK2Xy", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|COPD", + 1, + 980 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 25, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Covid-19 confirmed", + "m62n1ZUQGHF", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Covid-19 confirmed", + 1, + 981 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 26, + "Covid-19 probable", + "", + "Covid-19 probable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Covid-19 probable", + "IUjXXVageyU", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Covid-19 probable", + 1, + 982 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 27, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + "", + "", + "", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + "", + "", + "", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cutaneous leishmaniosis", + "pycPdcwaYgI", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cutaneous leishmaniosis", + 1, + 983 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 28, + "Dengue confirmed", + "", + "Dengue confirmed", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dengue confirmed", + "CnHndylBSN3", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dengue confirmed", + 1, + 984 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 29, + "Dengue suspected", + "", + "Dengue suspected", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dengue suspected", + "sCqcBysQAon", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dengue suspected", + 1, + 985 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 30, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diabetes type 2 and complications", + "jQhAo2FVD69", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diabetes type 2 and complications", + 1, + 986 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 31, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diabetes Type I and complications", + "CzGkEukFnE5", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diabetes Type I and complications", + 1, + 987 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 32, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + "", + "", + "", + "", + "", + "", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diarrhea (persistent)", + "apvC5aiDSgV", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diarrhea (persistent)", + 1, + 988 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 33, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diphtheria", + "MtXYrdYlGOy", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diphtheria", + 1, + 989 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 34, + "Dog bite", + "", + "Dog bite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dog bite", + "rohyQ83YCPY", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dog bite", + 1, + 990 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 35, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Epilepsy - Seizures", + "JmfXWcy056y", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Epilepsy - Seizures", + 1, + 991 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 36, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + "", + "", + "", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + "", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Extra pulmonary tuberculosis", + "gNDMXmSlxY5", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Extra pulmonary tuberculosis", + 1, + 992 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 37, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Eye diseases (including trachoma)", + "anzGBpfOjIE", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Eye diseases (including trachoma)", + 1, + 993 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 38, + "Febrile convulsions", + "", + "Febrile convulsions", + "", + "", + "", + "", + "", + "", + "Febrile convulsion", + "", + "", + "", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Febrile convulsions", + "cEFdvYz974J", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Febrile convulsions", + 1, + 994 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 39, + "Gynaecological cases", + "", + "Gynaecological cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Gynaecological cases", + "jznqlCDB7bD", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Gynaecological cases", + 1, + 995 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 40, + "Hepatitis A", + "", + "Hepatitis A", + "", + "", + "", + "", + "", + "", + "Hepatitis A", + "", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis A", + "ukKcORm1F6S", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis A", + 1, + 996 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 41, + "Hepatitis B", + "", + "Hepatitis B", + "", + "", + "", + "", + "", + "", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis B", + "lIUb0EAK51H", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis B", + 1, + 997 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 42, + "Hepatitis Delta", + "", + "Hepatitis Delta", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis Delta", + "hduXSHS4szJ", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis Delta", + 1, + 998 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 43, + "Hepatitis E", + "", + "Hepatitis E", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis E", + "QwzXUJbzLXH", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis E", + 1, + 999 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 44, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "HIV Infection confirmed", + "pUhMekDUu7f", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|HIV Infection confirmed", + 1, + 1000 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 45, + "Hyperglycemia", + "", + "Hyperglycemia", + "", + "", + "", + "", + "", + "", + "Hyperglycaemia", + "", + "", + "", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hyperglycemia", + "SUvj2pUJRFh", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hyperglycemia", + 1, + 1001 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 46, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hyperreactive splenomegaly due to malaria", + "X7Sk4ow3iI8", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hyperreactive splenomegaly due to malaria", + 1, + 1002 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 47, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + "", + "", + "", + "MSF-AAAAAA000000000000000608", + 96, + "", + "", + "", + "", + "", + "", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hypoglycemia", + "WeuqO510vgS", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hypoglycemia", + 1, + 1003 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 48, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + "", + "", + "", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + "", + "", + "", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hypovolemic shock", + "EcBzdm2aQ23", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hypovolemic shock", + 1, + 1004 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 49, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + "", + "", + "", + "", + "", + "", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Infectious diseases not otherwise classified", + "NRRuczCFMMF", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Infectious diseases not otherwise classified", + 1, + 1005 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 50, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Lower respiratory tract infection", + "qc8bQZ5WivT", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Lower respiratory tract infection", + 1, + 1006 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 51, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Measles (complicated)", + "NBydum9qcq6", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Measles (complicated)", + 1, + 1007 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 52, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Measles (uncomplicated)", + "Mzk9OdBug0o", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Measles (uncomplicated)", + 1, + 1008 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 53, + "Meningeal TB", + "", + "Meningeal TB", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Meningeal TB", + "FMpzSLis7mi", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Meningeal TB", + 1, + 1009 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 54, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Meningitis unspecified", + "NzNRwhQ9cvG", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Meningitis unspecified", + 1, + 1010 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 55, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Mental and psychiatric conditions", + "K7PAEOyTRcr", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Mental and psychiatric conditions", + 1, + 1011 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 56, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + "", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Moderate acute malnutrition", + "TwYur55ToIF", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Moderate acute malnutrition", + 1, + 1012 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 57, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Musculoskeletal conditions (infectious origin)", + "VWHtY3nz3Rw", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (infectious origin)", + 1, + 1013 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 58, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Musculoskeletal conditions (non-infectious)", + "y0cWH3jWDqM", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (non-infectious)", + 1, + 1014 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 59, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Necrotizing & bullous skin infections", + "lEkrxTnPMAm", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Necrotizing & bullous skin infections", + 1, + 1015 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 60, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neglected tropical diseases", + "LRNoNQQkUyp", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neglected tropical diseases", + 1, + 1016 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 61, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + "", + "", + "", + "", + "", + "", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal conjunctivitis", + "l7uIiP3Evps", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal conjunctivitis", + 1, + 1017 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 62, + "Neonatal convulsions", + "", + "Neonatal convulsions", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal convulsions", + "vUf0E6IPcTZ", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal convulsions", + 1, + 1018 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 63, + "Neonatal jaundice", + "", + "Neonatal jaundice", + "", + "", + "", + "", + "", + "", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal jaundice", + "XLcSqtMfBxM", + "neonatal-jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal jaundice", + 1, + 1019 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 64, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal meconial aspiration", + "iSr0WOSmT9U", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal meconial aspiration", + 1, + 1020 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 65, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + "", + "", + "", + "", + "", + "", + "Neonatal Necrotising Enterocolitis", + "", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal Necrotizing Enterocolitis", + "Jgx0hYetHaY", + "neonatal_necrotizing_nterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal Necrotizing Enterocolitis", + 1, + 1021 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 66, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal pneumonia", + "wa1RG3wnht0", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal pneumonia", + 1, + 1022 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 67, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal pneumothorax", + "s0XrcXrOnQ8", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal pneumothorax", + 1, + 1023 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 68, + "Neonatal tetanus", + "", + "Neonatal tetanus", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal tetanus", + "luBkSC1qQbJ", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal tetanus", + 1, + 1024 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 69, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal tuberculosis", + "djiIx7NnwaX", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal tuberculosis", + 1, + 1025 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 70, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "ZcyurITHZes", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1026 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 71, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Newborn to an HIV+ mother", + "yjJN567GnYG", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Newborn to an HIV+ mother", + 1, + 1027 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 72, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non cardiac congenital pathology", + "nXAR0YWa21v", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non cardiac congenital pathology", + 1, + 1028 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 73, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non urgent surgical conditions", + "wyOWCkIW4RI", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non urgent surgical conditions", + 1, + 1029 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 74, + "Non violence-related injuries", + "", + "Non violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non violence-related injuries", + "kFutLc3yZOe", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non violence-related injuries", + 1, + 1030 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 75, + "Observation", + "", + "Observation", + "", + "", + "", + "", + "", + "", + "Observation ward", + "", + "", + "", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Observation", + "HjPEDuITUwp", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Observation", + 1, + 1031 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 76, + "Obstetric cases", + "", + "Obstetric cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Obstetric cases", + "iI55Apf1fRF", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Obstetric cases", + 1, + 1032 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 77, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Oral and digestive severe candidiasis", + "aoQ6D9x6KLI", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Oral and digestive severe candidiasis", + 1, + 1033 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 78, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other bites and stings", + "Jm9wyH1SUvC", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other bites and stings", + 1, + 1034 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 79, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other neurological conditions", + "BIuSr3FxBRn", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other neurological conditions", + 1, + 1035 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 80, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other non communicable diseases", + "VtHhILJkLdJ", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other non communicable diseases", + 1, + 1036 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 81, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other symptoms and abnor. clinical / lab findings", + "JI4uetxlZEi", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other symptoms and abnor. clinical / lab findings", + 1, + 1037 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 82, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Others", + "OjK1cMG8jkk", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Others", + 1, + 1038 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 83, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Perinatal asphyxia and complications", + "g0EI2QmcpdA", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Perinatal asphyxia and complications", + 1, + 1039 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 84, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Persistent fever ( >7 days)", + "whyu4NpVxPn", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Persistent fever ( >7 days)", + 1, + 1040 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 85, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + "", + "", + "", + "", + "", + "", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Poliomyelitis confirmed", + "HT9ZZ93rKmF", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Poliomyelitis confirmed", + 1, + 1041 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 86, + "Post surgical infections", + "", + "Post surgical infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Post surgical infections", + "LaFNaIRr31Y", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Post surgical infections", + 1, + 1042 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 87, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Prematurity and or low birth weight", + "QXUq8rmuwY6", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Prematurity and or low birth weight", + 1, + 1043 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 88, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Pulmonary tuberculosis", + "ymehGVfxIuX", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Pulmonary tuberculosis", + 1, + 1044 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 89, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Rabies", + "talayTpKnQj", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Rabies", + 1, + 1045 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 90, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + "", + "", + "", + "", + "", + "", + "Rheumatic heart disease", + "", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Rheumatic heart disease", + "pt0OH3jp5Ne", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Rheumatic heart disease", + 1, + 1046 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 91, + "Risk of sepsis", + "", + "Risk of sepsis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Risk of sepsis", + "MZ53av22vaw", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Risk of sepsis", + 1, + 1047 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 92, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Septic shock", + "L6lauJp2IIF", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Septic shock", + 1, + 1048 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 93, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Kwashiorkor)", + "JSPmBf2xyfH", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1049 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 94, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "SpoQWgDPyqx", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1050 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 95, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + "", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Marasmus)", + "wAn3mqCpiiC", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus)", + 1, + 1051 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 96, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + "", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe anaemia", + "vlEFy6xowzU", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe anaemia", + 1, + 1052 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 97, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe dehydration", + "GBQyB8xsCAw", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe dehydration", + 1, + 1053 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 98, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe malaria", + "EwKSGhZtPfR", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe malaria", + 1, + 1054 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 99, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + "", + "", + "", + "MSF-AAAAAA000000000000000713", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sexual violence / rape", + "lovYBi9o5Tp", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sexual violence / rape", + 1, + 1055 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 100, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sexually transmitted disease (STI)", + "fy6qMKLMIjI", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sexually transmitted disease (STI)", + 1, + 1056 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 101, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Shigellosis - Salmonellosis", + "zE90IarojUU", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Shigellosis - Salmonellosis", + 1, + 1057 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 102, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Shock uspecified", + "nM58w8K8cVo", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Shock uspecified", + 1, + 1058 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 103, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + "", + "", + "", + "", + "", + "", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sickle cell disease", + "L7N8qGvq28k", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sickle cell disease", + 1, + 1059 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 104, + "Simple malaria", + "", + "Simple malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Simple malaria", + "F0ByKIAMrVs", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Simple malaria", + 1, + 1060 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 105, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Skin and soft tissue conditions", + "xXMvb2TUtMW", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Skin and soft tissue conditions", + 1, + 1061 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 106, + "Snake bites", + "", + "Snake bites", + "", + "", + "", + "", + "", + "", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Snake bites", + "iRgUBoH1pvK", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Snake bites", + 1, + 1062 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 107, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Substance abuse / dependency", + "ZDJi3kMhfDG", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Substance abuse / dependency", + 1, + 1063 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 108, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Suspected or confirmed malignancy", + "qcv5pPyiaim", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Suspected or confirmed malignancy", + 1, + 1064 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 109, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + "", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Tetanus", + "pTa1B1wYeLe", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Tetanus", + 1, + 1065 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 110, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Toxicity / poisoning", + "WINiS5BkeKv", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Toxicity / poisoning", + 1, + 1066 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 111, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Transient tachypnoea of the newborn", + "FKg2FRM2PtQ", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Transient tachypnoea of the newborn", + 1, + 1067 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 112, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Typhoid fever", + "hOrtW9hFrki", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Typhoid fever", + 1, + 1068 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 113, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Upper respiratory tract infection", + "DoUIBmauj9E", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Upper respiratory tract infection", + 1, + 1069 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 114, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + "", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Urgent surgical conditions", + "jFUECw4W9aF", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Urgent surgical conditions", + 1, + 1070 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 115, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Urolithiasis / Renal colic", + "sSW1cbhBzhW", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Urolithiasis / Renal colic", + 1, + 1071 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 116, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "UTI and renal tract acute pathology", + "qTBmkavG2bG", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|UTI and renal tract acute pathology", + 1, + 1072 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 117, + "Varicella", + "", + "Varicella", + "", + "", + "", + "", + "", + "", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Varicella", + "dgIaklTiH6m", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Varicella", + 1, + 1073 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 118, + "Violence-related injuries", + "", + "Violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Violence-related injuries", + "mrfLmzfhU5n", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Violence-related injuries", + 1, + 1074 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 119, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Viral haemorrhagic fevers", + "J0j4TX9lqqX", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Viral haemorrhagic fevers", + 1, + 1075 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 120, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Visceral leishmaniasis", + "Cjt04G2FlMe", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Visceral leishmaniasis", + 1, + 1076 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 121, + "Vit A deficiency", + "", + "Vit A deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit A deficiency", + "WyRZR3PNn2u", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit A deficiency", + 1, + 1077 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 122, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit B complex deficiency", + "zUNsdaOjgcv", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit B complex deficiency", + 1, + 1078 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 123, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit C deficiency (scurvy)", + "JATciD21DwF", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit C deficiency (scurvy)", + 1, + 1079 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 124, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit D deficiency (rickets)", + "za2LmUraSRD", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit D deficiency (rickets)", + 1, + 1080 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 125, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Whooping cough", + "LnWb3O0ELPp", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Whooping cough", + 1, + 1081 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 126, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + "", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Yellow fever", + "QJo7brpXC3Z", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Yellow fever", + 1, + 1082 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other neonatal conditions", + "vW26SgsyQYB", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other neonatal conditions", + 1, + 1083 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute asthma", + "Ezrxj8sEVkd", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute asthma", + 1, + 1084 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute diarrhea (bloody)", + "wHIjteuw2Gc", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (bloody)", + 1, + 1085 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute diarrhea (non-bloody)", + "ZocSqLhwlHA", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (non-bloody)", + 1, + 1086 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute febrile illness (=<7 days)", + "GLs13BnQURD", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute febrile illness (=<7 days)", + 1, + 1087 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute flaccid paralysis", + "MJFGttGUaVX", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute flaccid paralysis", + 1, + 1088 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute jaundice syndrome", + "cqz1DZNiiWp", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute jaundice syndrome", + 1, + 1089 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 7, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bacterial meningitis", + "ZKCmk9TMON5", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bacterial meningitis", + 1, + 1090 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 8, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Burns", + "CM6bNqQE9tk", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Burns", + 1, + 1091 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 9, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cholera (suspected)", + "IrqkKXJ9pL5", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cholera (suspected)", + 1, + 1092 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 10, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cholera confirmed", + "fl3hbTSUUvY", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cholera confirmed", + 1, + 1093 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 11, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Complicated ear infection", + "tNBupLHGkO1", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Complicated ear infection", + 1, + 1094 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 12, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Complications of SCD", + "qqdK48VF9V3", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Complications of SCD", + 1, + 1095 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 13, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital or acquired cardiac pathology", + "IQ2vP5mMPRC", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital or acquired cardiac pathology", + 1, + 1096 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 14, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congestive Heart Failure", + "YzS1SrJkpfD", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congestive Heart Failure", + 1, + 1097 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 15, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cutaneous leishmaniosis", + "c9sqPdQq6gZ", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cutaneous leishmaniosis", + 1, + 1098 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 16, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dengue confirmed", + "JTeymbhEwKU", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dengue confirmed", + 1, + 1099 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 17, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diabetes type 2 and complications", + "Xh2f6F0VSwN", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diabetes type 2 and complications", + 1, + 1100 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 18, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diabetes Type I and complications", + "FQ2EF6qyD3P", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diabetes Type I and complications", + 1, + 1101 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 19, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diarrhea (persistent)", + "T4ZsFEUKokD", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diarrhea (persistent)", + 1, + 1102 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 20, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diphtheria", + "TomHTmV7UU6", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diphtheria", + 1, + 1103 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 21, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Epilepsy - Seizures", + "l3tXrwEXhZv", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Epilepsy - Seizures", + 1, + 1104 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 22, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Extra pulmonary tuberculosis", + "hWuPwQ7mo2s", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Extra pulmonary tuberculosis", + 1, + 1105 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 23, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Eye diseases (including trachoma)", + "KHqb5KzJjv2", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Eye diseases (including trachoma)", + 1, + 1106 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 24, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Gynaecological cases", + "b6GZG7ray6L", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Gynaecological cases", + 1, + 1107 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 25, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis A", + "DoJ8USwbWAC", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis A", + 1, + 1108 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 26, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis B", + "LWL1kdtU2G1", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis B", + 1, + 1109 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 27, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis Delta", + "Ih6U6uYFdnf", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis Delta", + 1, + 1110 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 28, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis E", + "TVoVhSXLq5s", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis E", + 1, + 1111 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 29, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "HIV Infection confirmed", + "egbcyosmS3z", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|HIV Infection confirmed", + 1, + 1112 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 30, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hyperreactive splenomegaly due to malaria", + "h2QoZAOi0Vl", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hyperreactive splenomegaly due to malaria", + 1, + 1113 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 31, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Infectious diseases not otherwise classified", + "KUUbE0XOsc2", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Infectious diseases not otherwise classified", + 1, + 1114 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 32, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Lower respiratory tract infection", + "mJv2EIUspLf", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Lower respiratory tract infection", + 1, + 1115 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 33, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Measles (complicated)", + "JMuui1OC4qm", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Measles (complicated)", + 1, + 1116 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 34, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Measles (uncomplicated)", + "F0jfwkECwC6", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Measles (uncomplicated)", + 1, + 1117 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 35, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Meningeal TB", + "A23Hei7Aqa7", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Meningeal TB", + 1, + 1118 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 36, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Meningitis unspecified", + "f08qUA7VdA8", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Meningitis unspecified", + 1, + 1119 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 37, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Mental and psychiatric conditions", + "BSHRS8ImQPt", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Mental and psychiatric conditions", + 1, + 1120 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 38, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Moderate acute malnutrition", + "vn4rkGBqxVZ", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Moderate acute malnutrition", + 1, + 1121 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 39, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Musculoskeletal conditions (infectious origin)", + "k34KHbDpceV", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (infectious origin)", + 1, + 1122 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 40, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Musculoskeletal conditions (non-infectious)", + "eeIIBA68Qqp", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (non-infectious)", + 1, + 1123 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 41, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Necrotizing & bullous skin infections", + "sDZNxSTQR8R", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Necrotizing & bullous skin infections", + 1, + 1124 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 42, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neglected tropical diseases", + "FvxHIS3jqix", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neglected tropical diseases", + 1, + 1125 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 43, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "r6eWc8I8PDe", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1126 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 44, + "Cerebral palsy/Neuro disability", + "", + "Cerebral palsy/Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cerebral palsy/Neuro disability", + "ddebsmKgy2u", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cerebral palsy/Neuro disability", + 1, + 1127 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 45, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non urgent surgical conditions", + "uwM2sVPtUde", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non urgent surgical conditions", + 1, + 1128 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 46, + "Non violence-related injuries", + "", + "Non violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non violence-related injuries", + "RV6MQD0BaW1", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non violence-related injuries", + 1, + 1129 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 47, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Obstetric cases", + "wZFYQnbuYkr", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Obstetric cases", + 1, + 1130 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 48, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Oral and digestive severe candidiasis", + "xTrkXo0f3jr", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Oral and digestive severe candidiasis", + 1, + 1131 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 49, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Persistent fever ( >7 days)", + "oQj59DPBYel", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Persistent fever ( >7 days)", + 1, + 1132 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 50, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Poliomyelitis confirmed", + "myLcZsoMRk5", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Poliomyelitis confirmed", + 1, + 1133 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 51, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Post surgical infections", + "YVDu8NgUd87", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Post surgical infections", + 1, + 1134 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 52, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Pulmonary tuberculosis", + "GuReX44Ib4s", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Pulmonary tuberculosis", + 1, + 1135 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 53, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Rabies", + "RDS6MJMiUtx", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Rabies", + 1, + 1136 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 54, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Kwashiorkor)", + "x8YPDz3YDwK", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1137 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 55, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "mMOlozsbqCr", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1138 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 56, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Marasmus)", + "GZvCeMgWmt4", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus)", + 1, + 1139 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 57, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe malaria", + "UijCKzpfpUH", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe malaria", + 1, + 1140 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 58, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sexual violence / rape", + "LM9t0dDBnIm", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sexual violence / rape", + 1, + 1141 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 59, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sexually transmitted disease (STI)", + "Z1xeGfsZWOQ", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sexually transmitted disease (STI)", + 1, + 1142 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 60, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Shigellosis - Salmonellosis", + "r8DzuoIylch", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Shigellosis - Salmonellosis", + 1, + 1143 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 61, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sickle cell disease", + "JFwUloySp94", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sickle cell disease", + 1, + 1144 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 62, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Simple malaria", + "l6PDpl6ib86", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Simple malaria", + 1, + 1145 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 63, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Skin and soft tissue conditions", + "BOFkDhGzR8P", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Skin and soft tissue conditions", + 1, + 1146 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 64, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Snake bites", + "NaxHVYSUOyW", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Snake bites", + 1, + 1147 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 65, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Substance abuse / dependency", + "j3C7Fe8D4qu", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Substance abuse / dependency", + 1, + 1148 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 66, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Suspected or confirmed malignancy", + "WP4YznEWlNQ", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Suspected or confirmed malignancy", + 1, + 1149 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 67, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Tetanus", + "rFwJliVx1S8", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Tetanus", + 1, + 1150 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 68, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Toxicity / poisoning", + "uOjbsLAWUij", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Toxicity / poisoning", + 1, + 1151 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 69, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Typhoid fever", + "NbfUngbPEAP", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Typhoid fever", + 1, + 1152 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 70, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Upper respiratory tract infection", + "OvztRwDtrx1", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Upper respiratory tract infection", + 1, + 1153 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 71, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Urgent surgical conditions", + "BlEaw6hgBhq", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Urgent surgical conditions", + 1, + 1154 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 72, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Urolithiasis / Renal colic", + "WOUU3mmhdHZ", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Urolithiasis / Renal colic", + 1, + 1155 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 73, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "UTI and renal tract acute pathology", + "cNnfA3fFLNr", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|UTI and renal tract acute pathology", + 1, + 1156 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 74, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Violence-related injuries", + "joxaKH5Rdul", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Violence-related injuries", + 1, + 1157 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 75, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Viral haemorrhagic fevers", + "yHVhPBKD9h2", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Viral haemorrhagic fevers", + 1, + 1158 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 76, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Visceral leishmaniasis", + "Bys1gZTxw4p", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Visceral leishmaniasis", + 1, + 1159 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 77, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit A deficiency", + "i6JiY1PAEwc", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit A deficiency", + 1, + 1160 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 78, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit B complex deficiency", + "V8ISxvoysXS", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit B complex deficiency", + 1, + 1161 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 79, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit C deficiency (scurvy)", + "iDPCH8hTbBY", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit C deficiency (scurvy)", + 1, + 1162 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 80, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit D deficiency (rickets)", + "ug8Kgv37aSJ", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit D deficiency (rickets)", + 1, + 1163 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 81, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Whooping cough", + "VOFYxJG5Bdy", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Whooping cough", + 1, + 1164 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 82, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Yellow fever", + "RxYDFTlXi7B", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Yellow fever", + 1, + 1165 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 83, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other bites and stings", + "BbDlC8AkR76", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other bites and stings", + 1, + 1166 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 84, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other neurological conditions", + "Sla3XxqZjTc", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other neurological conditions", + 1, + 1167 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 85, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other non communicable diseases", + "IHcB7buq0Lq", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other non communicable diseases", + 1, + 1168 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 86, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other symptoms and abnor. clinical / lab findings", + "yzLYFrzUuy9", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other symptoms and abnor. clinical / lab findings", + 1, + 1169 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 87, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Others", + "wXYdnbu32bf", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Others", + 1, + 1170 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 88, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Covid-19 confirmed", + "pX0VJTMfoAj", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Covid-19 confirmed", + 1, + 1171 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 89, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Covid-19 probable", + "HIfTGoweruV", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Covid-19 probable", + 1, + 1172 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 90, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Apnoea of prematurity", + "XiCLeKbQyoT", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Apnoea of prematurity", + 1, + 1173 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 91, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Birth injury", + "WT20v167Xzg", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Birth injury", + 1, + 1174 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 92, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "COPD", + "d96Q6VDDtGr", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|COPD", + 1, + 1175 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 93, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bronchiolitis - obstructive bronchitis", + "U8prjAIzmCn", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bronchiolitis - obstructive bronchitis", + 1, + 1176 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 94, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bronchospasm", + "C4L4qbEt5mM", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bronchospasm", + 1, + 1177 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 95, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cardiogenic shock", + "r8xoa1SyGBZ", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cardiogenic shock", + 1, + 1178 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 96, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital herpes virus infection", + "rSiZA1OeamN", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital herpes virus infection", + 1, + 1179 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 97, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital malaria", + "hGPNkM4Dk4z", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital malaria", + 1, + 1180 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 98, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital syphilis", + "nfENb30coWb", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital syphilis", + 1, + 1181 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 99, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dengue suspected", + "ikNcvpbDixr", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dengue suspected", + 1, + 1182 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 100, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dog bite", + "BIs1jKjLRHN", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dog bite", + 1, + 1183 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 101, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Febrile convulsions", + "c3O9dECIxOa", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Febrile convulsions", + 1, + 1184 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 102, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hyperglycemia", + "p5JcLzBGNqp", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hyperglycemia", + 1, + 1185 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 103, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hypoglycemia", + "LJVBk2Zh7hK", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hypoglycemia", + 1, + 1186 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 104, + "hypovolemic_shock", + "", + "hypovolemic_shock", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "hypovolemic_shock", + "WnMpToZF0qr", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|hypovolemic_shock", + 1, + 1187 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 105, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal conjunctivitis", + "MOtQxxicneI", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal conjunctivitis", + 1, + 1188 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 106, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal convulsions", + "bveva4WEwpk", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal convulsions", + 1, + 1189 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 107, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal jaundice", + "x3e3eB13HBC", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal jaundice", + 1, + 1190 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 108, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal meconial aspiration", + "ZVbbk05skVn", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal meconial aspiration", + 1, + 1191 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 109, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal Necrotising Enterocolitis", + " ", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal Necrotizing Enterocolitis", + "CV9RoDlgn0w", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal Necrotizing Enterocolitis", + 1, + 1192 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 110, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal pneumonia", + "IuCGFWyFWFO", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumonia", + 1, + 1193 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 111, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal pneumothorax", + "NSSABF8r5q8", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumothorax", + 1, + 1194 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 112, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal tetanus", + "TOYetOKf4MU", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal tetanus", + 1, + 1195 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 113, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal tuberculosis", + "e9GUiPSsGQC", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal tuberculosis", + 1, + 1196 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 114, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non cardiac congenital pathology", + "GgiffxpUGcR", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non cardiac congenital pathology", + 1, + 1197 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 115, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Newborn to an HIV+ mother", + "o7mxkyOuqRW", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Newborn to an HIV+ mother", + 1, + 1198 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 116, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Observation", + "q9596NeqFbK", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Observation", + 1, + 1199 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 117, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Perinatal asphyxia and complications", + "C9vdUIZmji0", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Perinatal asphyxia and complications", + 1, + 1200 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 118, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Prematurity and or low birth weight", + "n5bkPzahGYv", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Prematurity and or low birth weight", + 1, + 1201 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 119, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Rheumatic heart disease", + "MndDsJKT02H", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Rheumatic heart disease", + 1, + 1202 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 120, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Risk of sepsis", + "pOlHPAPSIwG", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Risk of sepsis", + 1, + 1203 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 121, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Septic shock", + "Z4K838xu1el", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Septic shock", + 1, + 1204 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 122, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Shock uspecified", + "DzENG1greCA", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Shock uspecified", + 1, + 1205 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 123, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe anaemia", + "rSM7i2VYQh8", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe anaemia", + 1, + 1206 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 124, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe dehydration", + "hvkuM6He8lg", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe dehydration", + 1, + 1207 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 125, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Transient tachypnoea of the newborn", + "gLpLCbuDJSU", + "transient_tachypnoea_of_the-newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Transient tachypnoea of the newborn", + 1, + 1208 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 126, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Varicella", + "ZxWtBfYPFaS", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Varicella", + 1, + 1209 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other neonatal conditions", + "wPLsmkaNgVw", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other neonatal conditions", + 1, + 1210 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute asthma", + "HgX3vXrvsx6", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute asthma", + 1, + 1211 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute diarrhea (bloody)", + "ZpRxFecqnwi", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (bloody)", + 1, + 1212 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute diarrhea (non-bloody)", + "zVgxlrZnnCe", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (non-bloody)", + 1, + 1213 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute febrile illness (=<7 days)", + "J8Vl7BI0QfR", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute febrile illness (=<7 days)", + 1, + 1214 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute flaccid paralysis", + "A7Ex0DFMTYf", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute flaccid paralysis", + 1, + 1215 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute jaundice syndrome", + "GklH62cOq2Z", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute jaundice syndrome", + 1, + 1216 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 7, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bacterial meningitis", + "O9xz3jtr4xg", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bacterial meningitis", + 1, + 1217 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 8, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Burns", + "oeR7NWklyjd", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Burns", + 1, + 1218 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 9, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cholera (suspected)", + "YRAU0iIbNP9", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cholera (suspected)", + 1, + 1219 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 10, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cholera confirmed", + "S46QMarDp5i", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cholera confirmed", + 1, + 1220 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 11, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Complicated ear infection", + "zdLmANKgrGO", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Complicated ear infection", + 1, + 1221 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 12, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Complications of SCD", + "vYDgtp7MdTr", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Complications of SCD", + 1, + 1222 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 13, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital or acquired cardiac pathology", + "Jil2qLIrVT9", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital or acquired cardiac pathology", + 1, + 1223 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 14, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congestive Heart Failure", + "Nwd22x068J2", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congestive Heart Failure", + 1, + 1224 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 15, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cutaneous leishmaniosis", + "ftXcV1u3I8T", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cutaneous leishmaniosis", + 1, + 1225 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 16, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dengue confirmed", + "ZnlAgYg6QR4", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dengue confirmed", + 1, + 1226 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 17, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diabetes type 2 and complications", + "VrNBEbLfvq6", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diabetes type 2 and complications", + 1, + 1227 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 18, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diabetes Type I and complications", + "oSTAIVxmb13", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diabetes Type I and complications", + 1, + 1228 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 19, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diarrhea (persistent)", + "ZmSORuJ7MmO", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diarrhea (persistent)", + 1, + 1229 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 20, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diphtheria", + "FWJi9zFnVVH", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diphtheria", + 1, + 1230 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 21, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Epilepsy - Seizures", + "WYuwK5EiFkc", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Epilepsy - Seizures", + 1, + 1231 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 22, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Extra pulmonary tuberculosis", + "LCWIVKAGXxQ", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Extra pulmonary tuberculosis", + 1, + 1232 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 23, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Eye diseases (including trachoma)", + "yrB1txNoXdz", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Eye diseases (including trachoma)", + 1, + 1233 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 24, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Gynaecological cases", + "UF0PmdoljJa", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Gynaecological cases", + 1, + 1234 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 25, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis A", + "kJRN97QTpuD", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis A", + 1, + 1235 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 26, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis B", + "oPlApOiyRNf", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis B", + 1, + 1236 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 27, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis Delta", + "iKsXCU378GN", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis Delta", + 1, + 1237 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 28, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis E", + "daNBQbvb4W6", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis E", + 1, + 1238 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 29, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "HIV Infection confirmed", + "h3VYXiJtitz", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|HIV Infection confirmed", + 1, + 1239 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 30, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hyperreactive splenomegaly due to malaria", + "jmVxSKHbGG8", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hyperreactive splenomegaly due to malaria", + 1, + 1240 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 31, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Infectious diseases not otherwise classified", + "xNduTQgsOKH", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Infectious diseases not otherwise classified", + 1, + 1241 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 32, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Lower respiratory tract infection", + "VmtZbSQZKWB", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Lower respiratory tract infection", + 1, + 1242 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 33, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Measles (complicated)", + "Ldgjz9C0g8E", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Measles (complicated)", + 1, + 1243 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 34, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Measles (uncomplicated)", + "YBqbmTLX7C0", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Measles (uncomplicated)", + 1, + 1244 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 35, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Meningeal TB", + "HnTQlyQywuD", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Meningeal TB", + 1, + 1245 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 36, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Meningitis unspecified", + "LR0LHjndAXu", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Meningitis unspecified", + 1, + 1246 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 37, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Mental and psychiatric conditions", + "aG0OfBS8ueF", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Mental and psychiatric conditions", + 1, + 1247 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 38, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Moderate acute malnutrition", + "QQaqc8toFYk", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Moderate acute malnutrition", + 1, + 1248 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 39, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Musculoskeletal conditions (infectious origin)", + "bnkjJwvg6iQ", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (infectious origin)", + 1, + 1249 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 40, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Musculoskeletal conditions (non-infectious)", + "J6aEdljbxgr", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (non-infectious)", + 1, + 1250 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 41, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Necrotizing & bullous skin infections", + "utECVhpdUs4", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Necrotizing & bullous skin infections", + 1, + 1251 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 42, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neglected tropical diseases", + "NohI0zAbUc4", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neglected tropical diseases", + 1, + 1252 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 43, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "C1jvKxIjDxj", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1253 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 44, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cerebral palsy - Neuro disability", + "e8eyFjAUlQk", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cerebral palsy - Neuro disability", + 1, + 1254 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 45, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non urgent surgical conditions", + "yeEBnmqXsQl", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non urgent surgical conditions", + 1, + 1255 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 46, + "Non violence-related injuries", + "", + "Non violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non violence-related injuries", + "yIE3xuGdorT", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non violence-related injuries", + 1, + 1256 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 47, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Obstetric cases", + "lufXrIBxOSO", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Obstetric cases", + 1, + 1257 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 48, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Oral and digestive severe candidiasis", + "byDZOw8AhEH", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Oral and digestive severe candidiasis", + 1, + 1258 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 49, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Persistent fever ( >7 days)", + "ApD01rBFsP7", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Persistent fever ( >7 days)", + 1, + 1259 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 50, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Poliomyelitis confirmed", + "eW1xtCC90c3", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Poliomyelitis confirmed", + 1, + 1260 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 51, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Post surgical infections", + "uGrIXRfwMwY", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Post surgical infections", + 1, + 1261 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 52, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Pulmonary tuberculosis", + "HJeN29Cv3kc", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Pulmonary tuberculosis", + 1, + 1262 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 53, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Rabies", + "nL9YgpEXOzY", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Rabies", + 1, + 1263 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 54, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Kwashiorkor)", + "NBY05tQ8hQN", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1264 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 55, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "cX41mhUP4hg", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1265 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 56, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Marasmus)", + "yCOLs7TI2Yf", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus)", + 1, + 1266 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 57, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe malaria", + "RqDxjW04LBM", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe malaria", + 1, + 1267 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 58, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sexual violence / rape", + "t9OwU2PBjmi", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sexual violence / rape", + 1, + 1268 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 59, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sexually transmitted disease (STI)", + "rDDzlHmlVfb", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sexually transmitted disease (STI)", + 1, + 1269 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 60, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Shigellosis - Salmonellosis", + "C0RJm1JpNud", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Shigellosis - Salmonellosis", + 1, + 1270 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 61, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sickle cell disease", + "QGLQEmOsLec", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sickle cell disease", + 1, + 1271 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 62, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Simple malaria", + "q3Grvfn9QGb", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Simple malaria", + 1, + 1272 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 63, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Skin and soft tissue conditions", + "i6qQp5uB0Ko", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Skin and soft tissue conditions", + 1, + 1273 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 64, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Snake bites", + "It0cW5RQWpE", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Snake bites", + 1, + 1274 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 65, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Substance abuse / dependency", + "jxDmdkqUYzT", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Substance abuse / dependency", + 1, + 1275 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 66, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Suspected or confirmed malignancy", + "SEVS3rGTnWG", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Suspected or confirmed malignancy", + 1, + 1276 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 67, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Tetanus", + "Kr9r979EtHx", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Tetanus", + 1, + 1277 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 68, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Toxicity / poisoning", + "wGTjx3JO66k", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Toxicity / poisoning", + 1, + 1278 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 69, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Typhoid fever", + "ufSbySjV4nf", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Typhoid fever", + 1, + 1279 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 70, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Upper respiratory tract infection", + "UoTji9E533F", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Upper respiratory tract infection", + 1, + 1280 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 71, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Urgent surgical conditions", + "G4GBgpGBv1I", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Urgent surgical conditions", + 1, + 1281 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 72, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Urolithiasis / Renal colic", + "pbbYJwsoExK", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Urolithiasis / Renal colic", + 1, + 1282 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 73, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "UTI and renal tract acute pathology", + "hrtm8XMGsvI", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|UTI and renal tract acute pathology", + 1, + 1283 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 74, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Violence-related injuries", + "FGVvCNrsZd6", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Violence-related injuries", + 1, + 1284 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 75, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Viral haemorrhagic fevers", + "kVOcCpX2wET", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Viral haemorrhagic fevers", + 1, + 1285 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 76, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Visceral leishmaniasis", + "mWZtlCUSfv9", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Visceral leishmaniasis", + 1, + 1286 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 77, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit A deficiency", + "Q8QmQpMAnQ4", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit A deficiency", + 1, + 1287 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 78, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit B complex deficiency", + "K970D8cUX8q", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit B complex deficiency", + 1, + 1288 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 79, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit C deficiency (scurvy)", + "M4dWY0whWZ3", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit C deficiency (scurvy)", + 1, + 1289 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 80, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit D deficiency (rickets)", + "Iad4CoXnCTM", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit D deficiency (rickets)", + 1, + 1290 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 81, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Whooping cough", + "PJaiWyUC5Rv", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Whooping cough", + 1, + 1291 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 82, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Yellow fever", + "XTczxMr7cBC", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Yellow fever", + 1, + 1292 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 83, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other bites and stings", + "tMDEcnOrzaS", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other bites and stings", + 1, + 1293 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 84, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other neurological conditions", + "RZ6Gri5POqL", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other neurological conditions", + 1, + 1294 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 85, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other non communicable diseases", + "i3kF3xASTF0", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other non communicable diseases", + 1, + 1295 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 86, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other symptoms and abnor. clinical / lab findings", + "wo6gncCWDt8", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other symptoms and abnor. clinical / lab findings", + 1, + 1296 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 87, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Others", + "SLRzVQxrR6V", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Others", + 1, + 1297 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 88, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Covid-19 confirmed", + "lbR2rz0zKhv", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Covid-19 confirmed", + 1, + 1298 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 89, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Covid-19 probable", + "AyulwHw3Bj7", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Covid-19 probable", + 1, + 1299 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 90, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Apnoea of prematurity", + "mNPTDvpwGn5", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Apnoea of prematurity", + 1, + 1300 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 91, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Birth injury", + "oJP7rkoXVg1", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Birth injury", + 1, + 1301 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 92, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bronchiolitis - obstructive bronchitis", + "Ra4H6sXRGR8", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bronchiolitis - obstructive bronchitis", + 1, + 1302 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 93, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bronchospasm", + "gJSba9WYKcN", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bronchospasm", + 1, + 1303 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 94, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cardiogenic shock", + "EQCt6KPlhXh", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cardiogenic shock", + 1, + 1304 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 95, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital herpes virus infection", + "IEWIHnBHcKW", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital herpes virus infection", + 1, + 1305 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 96, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital malaria", + "fzD74ridSY3", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital malaria", + 1, + 1306 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 97, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital syphilis", + "VlGKbqPPcqo", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital syphilis", + 1, + 1307 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 98, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "COPD", + "VEF2GXOUCGn", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|COPD", + 1, + 1308 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 99, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dengue suspected", + "ZcJqi7M0sIE", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dengue suspected", + 1, + 1309 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 100, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dog bite", + "i1cjdEToed4", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dog bite", + 1, + 1310 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 101, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Febrile convulsions", + "jP8E3Nr5ePF", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Febrile convulsions", + 1, + 1311 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 102, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hyperglycemia", + "CSFxUSl3Lrp", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hyperglycemia", + 1, + 1312 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 103, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hypoglycemia", + "p94oukUpt38", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hypoglycemia", + 1, + 1313 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 104, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + " ", + " ", + " ", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hypovolemic shock", + "RdQaXExPuHY", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hypovolemic shock", + 1, + 1314 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 105, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal conjunctivitis", + "l9b20GYt8K8", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal conjunctivitis", + 1, + 1315 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 106, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal convulsions", + "vHdiG2Glz2R", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal convulsions", + 1, + 1316 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 107, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal jaundice", + "bz0dwSs5R8q", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal jaundice", + 1, + 1317 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 108, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal meconial aspiration", + "F7ph9cAUsjq", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal meconial aspiration", + 1, + 1318 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 109, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal Necrotising Enterocolitis", + " ", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal Necrotizing Enterocolitis", + "PEUNHffrc5r", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal Necrotizing Enterocolitis", + 1, + 1319 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 110, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal pneumonia", + "qfD7Pdor9Ke", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumonia", + 1, + 1320 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 111, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal pneumothorax", + "QnWXeiCqjvs", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumothorax", + 1, + 1321 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 112, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal tetanus", + "y6Z1pZrll3Z", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal tetanus", + 1, + 1322 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 113, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal tuberculosis", + "hG3VHYjksd7", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal tuberculosis", + 1, + 1323 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 114, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non cardiac congenital pathology", + "kNx7jnB8tpr", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non cardiac congenital pathology", + 1, + 1324 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 115, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Newborn to an HIV+ mother", + "harSVfsnIAt", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Newborn to an HIV+ mother", + 1, + 1325 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 116, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Observation", + "xW2glpN3ZdI", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Observation", + 1, + 1326 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 117, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Perinatal asphyxia and complications", + "ES9hj5pSPBm", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Perinatal asphyxia and complications", + 1, + 1327 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 118, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Prematurity and or low birth weight", + "ApxIIyzZOvu", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Prematurity and or low birth weight", + 1, + 1328 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 119, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Rheumatic heart disease", + "onaykQ33cTD", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Rheumatic heart disease", + 1, + 1329 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 120, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Risk of sepsis", + "YeQfOMYWPyl", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Risk of sepsis", + 1, + 1330 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 121, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Septic shock", + "e50oxQBEjFZ", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Septic shock", + 1, + 1331 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 122, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Shock uspecified", + "nduZ755HdUK", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Shock uspecified", + 1, + 1332 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 123, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe anaemia", + "OosWiQ14i4U", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe anaemia", + 1, + 1333 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 124, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe dehydration", + "I49cMnQlRYb", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe dehydration", + 1, + 1334 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 125, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Transient tachypnoea of the newborn", + "o0jzqeTCtcA", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Transient tachypnoea of the newborn", + 1, + 1335 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 126, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Varicella", + "H6yZB35ROGG", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Varicella", + 1, + 1336 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other neonatal conditions", + "PFNsVEiE3Mg", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other neonatal conditions", + 1, + 1337 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute asthma", + "bluop7krNFI", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute asthma", + 1, + 1338 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 2, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Non cardiac congenital pathology", + "aVQ2oi3G43Y", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Non cardiac congenital pathology", + 1, + 1339 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 3, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal tuberculosis", + "b52kxhqjmV9", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal tuberculosis", + 1, + 1340 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 4, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal tetanus", + "WE6lCWupEYy", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal tetanus", + 1, + 1341 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 5, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal pneumothorax", + "HWfmCVKRv3I", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumothorax", + 1, + 1342 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 6, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute diarrhea (bloody)", + "ok2FInOgsTB", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (bloody)", + 1, + 1343 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 7, + "Neonatal ecrotizing enterocolitisn", + "", + "Neonatal ecrotizing enterocolitisn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal ecrotizing enterocolitisn", + "bt1b6Bxj2kF", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal ecrotizing enterocolitisn", + 1, + 1344 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 8, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal meconial aspiration", + "NKVXlNCLf17", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal meconial aspiration", + 1, + 1345 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 9, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal jaundice", + "MBeU92FooY5", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal jaundice", + 1, + 1346 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 10, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal convulsions", + "pJNzXChiGXl", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal convulsions", + 1, + 1347 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 11, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal conjunctivitis", + "HT13icXo5YH", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal conjunctivitis", + 1, + 1348 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 12, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal pneumonia", + "tFvK0JjfEok", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumonia", + 1, + 1349 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 13, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute diarrhea (non-bloody)", + "lefj8RM9IfZ", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (non-bloody)", + 1, + 1350 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 14, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute febrile illness (=<7 days)", + "DawDRlElB9F", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute febrile illness (=<7 days)", + 1, + 1351 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 15, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute flaccid paralysis", + "GyhzORItLY8", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute flaccid paralysis", + 1, + 1352 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 16, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute jaundice syndrome", + "xcAffGbjtaI", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute jaundice syndrome", + 1, + 1353 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 17, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Apnoea of prematurity", + "xH3LxnnChOf", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Apnoea of prematurity", + 1, + 1354 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 18, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bacterial meningitis", + "B9xVjlrAWHk", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bacterial meningitis", + 1, + 1355 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 19, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Birth injury", + "rqX77y5nyBB", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Birth injury", + 1, + 1356 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 20, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bronchiolitis - obstructive bronchitis", + "jOVk2qkoqyy", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bronchiolitis - obstructive bronchitis", + 1, + 1357 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 21, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bronchospasm", + "XagfsDBPa2U", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bronchospasm", + 1, + 1358 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 22, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Burns", + "b7VwHnEElX4", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Burns", + 1, + 1359 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 23, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cardiogenic shock", + "CLTxVpE2nyA", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cardiogenic shock", + 1, + 1360 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 24, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cerebral palsy - Neuro disability", + "J80kH4PewuI", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cerebral palsy - Neuro disability", + 1, + 1361 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 25, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cholera (suspected)", + "RlzumxPwBd4", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cholera (suspected)", + 1, + 1362 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 26, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cholera confirmed", + "HtM1Sox2Vwj", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cholera confirmed", + 1, + 1363 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 27, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Complicated ear infection", + "nXBWUIZslkY", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Complicated ear infection", + 1, + 1364 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 28, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Complications of SCD", + "POa0tRlSuBy", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Complications of SCD", + 1, + 1365 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 29, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital herpes virus infection", + "YLMeuzLogS9", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital herpes virus infection", + 1, + 1366 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 30, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital malaria", + "QFNeWiHVebh", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital malaria", + 1, + 1367 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 31, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital or acquired cardiac pathology", + "AJ4Xt5rFWGv", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital or acquired cardiac pathology", + 1, + 1368 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 32, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital syphilis", + "uQkCX2hOxUz", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital syphilis", + 1, + 1369 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 33, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congestive Heart Failure", + "PqbFgrmJdlD", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congestive Heart Failure", + 1, + 1370 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 34, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "COPD", + "guEVgXa3b6v", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|COPD", + 1, + 1371 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 35, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Covid-19 confirmed", + "ynQdWMHuVnM", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Covid-19 confirmed", + 1, + 1372 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 36, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Covid-19 probable", + "V51gp9J0zWT", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Covid-19 probable", + 1, + 1373 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 37, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cutaneous leishmaniosis", + "q6Ae06r15Ho", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cutaneous leishmaniosis", + 1, + 1374 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 38, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dengue confirmed", + "F2XsLwIR6fG", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dengue confirmed", + 1, + 1375 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 39, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dengue suspected", + "rlGC8uqJdzh", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dengue suspected", + 1, + 1376 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 40, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diabetes type 2 and complications", + "n6mQ1I8sLr1", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diabetes type 2 and complications", + 1, + 1377 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 41, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diabetes Type I and complications", + "LnguSPhlhvw", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diabetes Type I and complications", + 1, + 1378 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 42, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diarrhea (persistent)", + "wIdOQXkA9vZ", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diarrhea (persistent)", + 1, + 1379 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 43, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diphtheria", + "fHN1Fc1XE3x", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diphtheria", + 1, + 1380 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 44, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dog bite", + "sj85TsVZ3JX", + "dog bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dog bite", + 1, + 1381 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 45, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Epilepsy - Seizures", + "EXN5Y8Bbe4U", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Epilepsy - Seizures", + 1, + 1382 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 46, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Extra pulmonary tuberculosis", + "w4TaclahhD4", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Extra pulmonary tuberculosis", + 1, + 1383 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 47, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Eye diseases (including trachoma)", + "FTJPLScLlnW", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Eye diseases (including trachoma)", + 1, + 1384 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 48, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Febrile convulsions", + "JH2GCxIGcWf", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Febrile convulsions", + 1, + 1385 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 49, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Gynaecological cases", + "yjXZddwKmXl", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Gynaecological cases", + 1, + 1386 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 50, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis A", + "gcSNHIXe5TM", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis A", + 1, + 1387 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 51, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis B", + "vWZOq83jtyI", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis B", + 1, + 1388 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 52, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis Delta", + "CTGA8o161O9", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis Delta", + 1, + 1389 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 53, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis E", + "ZuuL8WkZEGq", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis E", + 1, + 1390 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 54, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "HIV Infection confirmed", + "sTU8qlhaC8h", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|HIV Infection confirmed", + 1, + 1391 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 55, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hyperglycemia", + "kSePi7ROwlD", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hyperglycemia", + 1, + 1392 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 56, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hyperreactive splenomegaly due to malaria", + "Fx4Tqmp4Aum", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hyperreactive splenomegaly due to malaria", + 1, + 1393 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 57, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hypoglycemia", + "hFiMNaLFQqq", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hypoglycemia", + 1, + 1394 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 58, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + " ", + " ", + " ", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hypovolemic shock", + "zTCrtZh4N4r", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hypovolemic shock", + 1, + 1395 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 59, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Infectious diseases not otherwise classified", + "fvAf7HoLqiZ", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Infectious diseases not otherwise classified", + 1, + 1396 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 60, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Lower respiratory tract infection", + "lWivqa14ywH", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Lower respiratory tract infection", + 1, + 1397 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 61, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Measles (complicated)", + "fA5OLx44Kqy", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Measles (complicated)", + 1, + 1398 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 62, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Measles (uncomplicated)", + "QSGKKKOJgJy", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Measles (uncomplicated)", + 1, + 1399 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 63, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Meningeal TB", + "IYrzxMo1XdR", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Meningeal TB", + 1, + 1400 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 64, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Meningitis unspecified", + "SHBQIe1fUcx", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Meningitis unspecified", + 1, + 1401 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 65, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Mental and psychiatric conditions", + "Tel9TSdNRKv", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Mental and psychiatric conditions", + 1, + 1402 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 66, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Moderate acute malnutrition", + "Lizb2D5tY6F", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Moderate acute malnutrition", + 1, + 1403 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 67, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Musculoskeletal conditions (infectious origin)", + "C2aGaLQ7wfC", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (infectious origin)", + 1, + 1404 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 68, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Musculoskeletal conditions (non-infectious)", + "xbsxjRVbgFt", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (non-infectious)", + 1, + 1405 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 69, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Necrotizing & bullous skin infections", + "HPgk2Ttjxgu", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Necrotizing & bullous skin infections", + 1, + 1406 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 70, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neglected tropical diseases", + "enxyg6CNRzX", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neglected tropical diseases", + 1, + 1407 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 71, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "jDpjwjOmzYi", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1408 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 72, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Non urgent surgical conditions", + "JS1JiSduXtv", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Non urgent surgical conditions", + 1, + 1409 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 73, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Obstetric cases", + "VdEPVcQIJ9n", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Obstetric cases", + 1, + 1410 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 74, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Oral and digestive severe candidiasis", + "jv8EoB8Ixcc", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Oral and digestive severe candidiasis", + 1, + 1411 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 75, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other bites and stings", + "gX2JCGQxzrk", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other bites and stings", + 1, + 1412 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 76, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other neurological conditions", + "ltUMXNGhEq8", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other neurological conditions", + 1, + 1413 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 77, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other non communicable diseases", + "ddklpeUOxUt", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other non communicable diseases", + 1, + 1414 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 78, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other symptoms and abnor. clinical / lab findings", + "pASiyT81UCq", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other symptoms and abnor. clinical / lab findings", + 1, + 1415 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 79, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Others", + "Dd15skECALP", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Others", + 1, + 1416 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 80, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Persistent fever ( >7 days)", + "HPg1Uen5FY0", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Persistent fever ( >7 days)", + 1, + 1417 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 81, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Poliomyelitis confirmed", + "YQ8eAJMeeJH", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Poliomyelitis confirmed", + 1, + 1418 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 82, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Post surgical infections", + "lQqjSIZNH5D", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Post surgical infections", + 1, + 1419 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 83, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Pulmonary tuberculosis", + "nTT9Yte9u1S", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Pulmonary tuberculosis", + 1, + 1420 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 84, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Rabies", + "NcqJU6GvwC2", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Rabies", + 1, + 1421 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 85, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Kwashiorkor)", + "lhvVc3FUCpO", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1422 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 86, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "bZZNGmGmH2F", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1423 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 87, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Marasmus)", + "GlOW8o3i6mR", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus)", + 1, + 1424 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 88, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe malaria", + "LmXWiBEvHwI", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe malaria", + 1, + 1425 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 89, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sexual violence / rape", + "MvS3SDtkUeq", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sexual violence / rape", + 1, + 1426 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 90, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Shigellosis - Salmonellosis", + "J0DdLu2MHDs", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Shigellosis - Salmonellosis", + 1, + 1427 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 91, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sickle cell disease", + "JToZ8urVV4S", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sickle cell disease", + 1, + 1428 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 92, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Simple malaria", + "gZWPKGZRwcj", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Simple malaria", + 1, + 1429 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 93, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Skin and soft tissue conditions", + "oVCqPof3OrT", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Skin and soft tissue conditions", + 1, + 1430 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 94, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Snake bites", + "uYnA0pnSaib", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Snake bites", + 1, + 1431 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 95, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Substance abuse / dependency", + "KC9VbPmfCS0", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Substance abuse / dependency", + 1, + 1432 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 96, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Suspected or confirmed malignancy", + "Qx1uLto5yEX", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Suspected or confirmed malignancy", + 1, + 1433 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 97, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Tetanus", + "lIOfRgPuHgD", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Tetanus", + 1, + 1434 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 98, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Toxicity / poisoning", + "WO1S4bWy3kR", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Toxicity / poisoning", + 1, + 1435 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 99, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Typhoid fever", + "ad45MmIrFgH", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Typhoid fever", + 1, + 1436 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 100, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Newborn to an HIV+ mother", + "Wa5DWnrKvGK", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Newborn to an HIV+ mother", + 1, + 1437 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 101, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sexually transmitted disease (STI)", + "Lv66yP6CBue", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sexually transmitted disease (STI)", + 1, + 1438 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 102, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Upper respiratory tract infection", + "hTK6DDFaG6e", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Upper respiratory tract infection", + 1, + 1439 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 103, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Urgent surgical conditions", + "qWULOu2OfQk", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Urgent surgical conditions", + 1, + 1440 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 104, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Urolithiasis / Renal colic", + "OShtoAim3Wg", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Urolithiasis / Renal colic", + 1, + 1441 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 105, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "UTI and renal tract acute pathology", + "MjGSCSxWji8", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|UTI and renal tract acute pathology", + 1, + 1442 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 106, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Violence-related injuries", + "NCKIOR3jQHw", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Violence-related injuries", + 1, + 1443 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 107, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Viral haemorrhagic fevers", + "kAgodBQdyLK", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Viral haemorrhagic fevers", + 1, + 1444 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 108, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Visceral leishmaniasis", + "OWklY4z4BDt", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Visceral leishmaniasis", + 1, + 1445 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 109, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit A deficiency", + "CyUW5yS5Rgg", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit A deficiency", + 1, + 1446 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 110, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit B complex deficiency", + "pYEJB8o2qjA", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit B complex deficiency", + 1, + 1447 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 111, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit C deficiency (scurvy)", + "kF6LZEDgeid", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit C deficiency (scurvy)", + 1, + 1448 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 112, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit D deficiency (rickets)", + "W9HFlAbnhhg", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit D deficiency (rickets)", + 1, + 1449 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 113, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Whooping cough", + "U3dzpFQgcmH", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Whooping cough", + 1, + 1450 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 114, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Yellow fever", + "BQ0tEkOuzJ7", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Yellow fever", + 1, + 1451 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 115, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Observation", + "w3WM30UaV3P", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Observation", + 1, + 1452 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 116, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Perinatal asphyxia and complications", + "zPHUZb5MEJP", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Perinatal asphyxia and complications", + 1, + 1453 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 117, + "Prematurity and/or low birth weight", + "", + "Prematurity and/or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Prematurity and/or low birth weight", + "nbgZIc8oTzY", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Prematurity and/or low birth weight", + 1, + 1454 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 118, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Rheumatic heart disease", + "oGUhgcrpTRz", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Rheumatic heart disease", + 1, + 1455 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 119, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Risk of sepsis", + "I8SfVL1ISjT", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Risk of sepsis", + 1, + 1456 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 120, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Septic shock", + "Ppv9BTW1HUM", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Septic shock", + 1, + 1457 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 121, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Shock uspecified", + "oxHISHDzfPj", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Shock uspecified", + 1, + 1458 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 122, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe anaemia", + "DY621CqJVK6", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe anaemia", + 1, + 1459 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 123, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe dehydration", + "Km8nbWcG57I", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe dehydration", + 1, + 1460 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 124, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Transient tachypnoea of the newborn", + "duWhWZ2OorT", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Transient tachypnoea of the newborn", + 1, + 1461 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 125, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Varicella", + "Dx5mvv0dua0", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Varicella", + 1, + 1462 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 126, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other neonatal conditions", + "VqNHFgx2IKp", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other neonatal conditions", + 1, + 1463 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 1, + "Weight/Height", + "", + "", + "Height", + "Patient's height in centimeters.", + "Numeric", + "Finding", + "3fbf0612-8343-4fcd-bc20-7e9d3cb85d6f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الوزن/الطول", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Weight/Height", + 1, + 1464 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 2, + "BMI", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|BMI", + 1, + 1465 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 3, + "MUAC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|MUAC", + 1, + 1466 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 4, + "Odema", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جفاف العين", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Odema", + 1, + 1467 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 5, + "breastfeeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإفطار/التغذية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|breastfeeding", + 1, + 1468 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 6, + "Moderate + sick", + "", + "", + "Moderate", + "Average in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001888", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "3cdef832-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "معتدل + مريض", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Moderate + sick", + 1, + 1469 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 1, + "+ ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| + ", + 1, + 1470 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 2, + "++", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "++", + "Two plus result (scale of + - ++++)", + "Boolean", + "Finding", + "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| ++", + 1, + 1471 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 3, + "+++", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "+++", + "Three plus result (scale + - ++++)", + "Boolean", + "Finding", + "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| +++", + 1, + 1472 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 1, + "Adopted", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تم تبني الطفل", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Adopted", + 1, + 1473 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 2, + "Twin", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطفل توأم", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Twin", + 1, + 1474 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 3, + "Orphan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطفل يتيم", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Orphan", + 1, + 1475 + ], + [ + 103, + "Test result - positive/negative", + "", + "Coded", + 1, + "Positive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موجب", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Test result - positive/negative|Positive", + 1, + 1476 + ], + [ + 103, + "Test result - positive/negative", + "", + "Coded", + 2, + "Negative", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سالب", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Test result - positive/negative|Negative", + 1, + 1477 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 1, + 1, + "", + 1, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|1", + 1, + 1478 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 2, + "Transition", + "", + "Transition", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|Transition", + 1, + 1479 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 3, + 2, + "", + 2, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|2", + 1, + 1480 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 1, + "F75", + "", + "F75", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|F75", + 1, + 1481 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 2, + "F100", + "", + "F100", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|F100", + 1, + 1482 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 3, + "Infant formula", + "", + "Infant formula", + "", + "", + "", + "", + "", + "", + "Infant formula", + "Describes a substance used to feed children.", + "Coded", + "Drug", + "5254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Infant formula", + "Describes a substance used to feed children.", + "Coded", + "Drug", + "3ceb2c7e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|Infant formula", + 1, + 1483 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 1, + 0, + "", + 0, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|0 %", + 1, + 1484 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 2, + 0.25, + "", + 0.25, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|25 %", + 1, + 1485 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 3, + 0.5, + "", + 0.5, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|50 %", + 1, + 1486 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 4, + 0.75, + "", + 0.75, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|75 %", + 1, + 1487 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 5, + 1, + "", + 1, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|100 %", + 1, + 1488 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 1, + "Absent", + "", + "Absent", + "", + "", + "", + "", + "", + "", + "Absent", + "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", + "N/A", + "Misc", + "163747AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Absent", + "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", + "N/A", + "Misc", + "b5410710-123c-49a6-8ccd-75bce3ffa4f1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Absent", + 1, + 1489 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 2, + "Vomiting", + "", + "Vomiting", + "", + "", + "", + "", + "", + "", + "Vomiting", + "The forcible expulsion of the contents of the stomach through the mouth.", + "Coded", + "Diagnosis", + "122983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Vomiting", + "The forcible expulsion of the contents of the stomach through the mouth.", + "N/A", + "Diagnosis", + "3cf1c930-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Vomiting", + 1, + 1490 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 3, + "Refusal", + "", + "Refusal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Refusal", + 1, + 1491 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 4, + "Nasogastric tube", + "", + "Nasogastric tube", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Nasogastric tube", + 1, + 1492 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 5, + "IV fluid", + "", + "IV fluid", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|IV fluid", + 1, + 1493 + ], + [ + "", + "Outcome - Family planning", + "", + "Coded", + "", + "Child alive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Outcome - Family planning|Child alive", + 1, + 1494 + ], + [ + "", + "Outcome - Family planning ", + "", + "Coded", + "", + "Child died", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Outcome - Family planning |Child died", + 1, + 1495 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Exclusive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Exclusive", + 1, + 1496 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Mixed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Mixed", + 1, + 1497 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Bottle", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Bottle", + 1, + 1498 + ], + [ + "", + "FP befor", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "FP befor|Yes", + 1, + 1499 + ], + [ + "", + "FP befor", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "FP befor|No", + 1, + 1500 + ], + [ + "", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|Yes", + 1, + 1501 + ], + [ + "", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|No", + 1, + 1502 + ], + [ + "", + "Have you given birth on the last 4 weeks?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you given birth on the last 4 weeks?|Yes", + 1, + 1503 + ], + [ + "", + "Have you given birth on the last 4 weeks?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you given birth on the last 4 weeks?|No", + 1, + 1504 + ], + [ + "", + "Did your last menstruation period start within the past 7 days?", + "", + "", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Did your last menstruation period start within the past 7 days?|Yes", + 1, + 1505 + ], + [ + "", + "Did your last menstruation period start within the past 7 days?", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Did your last menstruation period start within the past 7 days?|No", + 1, + 1506 + ], + [ + "", + "Have you had an abortion or miscarriage in the past 7 days?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you had an abortion or miscarriage in the past 7 days?|Yes", + 1, + 1507 + ], + [ + "", + "Have you had an abortion or miscarriage in the past 7 days?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you had an abortion or miscarriage in the past 7 days?|No", + 1, + 1508 + ], + [ + "", + "Have you gone without sexual intercourse since your last menstrual period?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you gone without sexual intercourse since your last menstrual period?|Yes", + 1, + 1509 + ], + [ + "", + "Have you gone without sexual intercourse since your last menstrual period?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you gone without sexual intercourse since your last menstrual period?|No", + 1, + 1510 + ], + [ + "", + "Have you been using a reliable contraceptive method consistently AND correctly?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you been using a reliable contraceptive method consistently AND correctly?|Yes", + 1, + 1511 + ], + [ + "", + "Have you been using a reliable contraceptive method consistently AND correctly?", + "", + "", + "", + "No", + " ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you been using a reliable contraceptive method consistently AND correctly?|No", + 1, + 1512 + ], + [ + "", + "The patient has a metod in mind?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "The patient has a metod in mind?|Yes", + 1, + 1513 + ], + [ + "", + "The patient has a metod in mind?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "The patient has a metod in mind?|No", + 1, + 1514 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Very effective", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Very effective", + 1, + 1515 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Breasfeeding<6 month", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Breasfeeding<6 month", + 1, + 1516 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "No children later", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|No children later", + 1, + 1517 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Permanent", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Permanent", + 1, + 1518 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Few side", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Few side", + 1, + 1519 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Nothing to do befor sex", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Nothing to do befor sex", + 1, + 1520 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Use only when needed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Use only when needed", + 1, + 1521 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Avoid touching intimate areas", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Avoid touching intimate areas", + 1, + 1522 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Latex allergy (patient or partner)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Latex allergy (patient or partner)", + 1, + 1523 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Current/history trombembolism", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Current/history trombembolism", + 1, + 1524 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Pregnancy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Pregnancy", + 1, + 1525 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Diabetes for > 20 years", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Diabetes for > 20 years", + 1, + 1526 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Breastfeeding< 6 weeks", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Breastfeeding< 6 weeks", + 1, + 1527 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Smoker > 35 years old", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Smoker > 35 years old", + 1, + 1528 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "BP>160/100", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|BP>160/100", + 1, + 1529 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Unexplained veginal bleeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Unexplained veginal bleeding", + 1, + 1530 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Bleeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Bleeding", + 1, + 1531 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Hyper or dysmenorrhoea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Hyper or dysmenorrhoea", + 1, + 1532 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "History of extra-uterine pregnancy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|History of extra-uterine pregnancy", + 1, + 1533 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Server untreated anaemia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Server untreated anaemia", + 1, + 1534 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Current STI/current PID,HIV + patient on ARV", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Current STI/current PID,HIV + patient on ARV", + 1, + 1535 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "On TB medication", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|On TB medication", + 1, + 1536 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "On Epilepsy medication", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|On Epilepsy medication", + 1, + 1537 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Active liver disease/jaundice", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Active liver disease/jaundice", + 1, + 1538 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "HIV + patient with active ADIS but NOT on ARV", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|HIV + patient with active ADIS but NOT on ARV", + 1, + 1539 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Male condom", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Male condom", + 1, + 1540 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Female condom", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Female condom", + 1, + 1541 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "COC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|COC", + 1, + 1542 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "POP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|POP", + 1, + 1543 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Injectable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Injectable", + 1, + 1544 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Implant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Implant", + 1, + 1545 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "IUD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|IUD", + 1, + 1546 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Tubal ligation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Tubal ligation", + 1, + 1547 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Vasectomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Vasectomy", + 1, + 1548 + ], + [ + "", + "Satisfied with method", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Satisfied with method|Yes", + 1, + 1549 + ], + [ + "", + "Satisfied with method", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Satisfied with method|No", + 1, + 1550 + ], + [ + "", + "Changed bleeding pattern", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Changed bleeding pattern|Yes", + 1, + 1551 + ], + [ + "", + "Changed bleeding pattern", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Changed bleeding pattern|No", + 1, + 1552 + ], + [ + "", + "Headache/dizziness", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Headache/dizziness|Yes", + 1, + 1553 + ], + [ + "", + "Headache/dizziness", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Headache/dizziness|No", + 1, + 1554 + ], + [ + "", + "Nausea/abdominal pain", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Nausea/abdominal pain|Yes", + 1, + 1555 + ], + [ + "", + "Nausea/abdominal pain", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Nausea/abdominal pain|No", + 1, + 1556 + ], + [ + "", + "Breast tender", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breast tender|Yes", + 1, + 1557 + ], + [ + "", + "Breast tender", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breast tender|No", + 1, + 1558 + ], + [ + "", + "Mood changes", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mood changes|Yes", + 1, + 1559 + ], + [ + "", + "Mood changes", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mood changes|No", + 1, + 1560 + ], + [ + "", + "Date to return to first PNC visit", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Date to return to first PNC visit|Full term", + 1, + 1561 + ], + [ + "", + "Date to return to first PNC visit", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Date to return to first PNC visit|Preterm", + 1, + 1562 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Normal", + 1, + 1563 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Manual delivery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Manual delivery", + 1, + 1564 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Episiotomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Episiotomy", + 1, + 1565 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Perineal laceration (tear)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Perineal laceration (tear)", + 1, + 1566 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Hypertension", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Hypertension", + 1, + 1567 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Heart disease", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Heart disease", + 1, + 1568 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Diabetes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Diabetes", + 1, + 1569 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Abdominal surgery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Abdominal surgery", + 1, + 1570 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Sexually transitted infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Sexually transitted infection", + 1, + 1571 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Epilepsy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Epilepsy", + 1, + 1572 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "HIV+", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|HIV+", + 1, + 1573 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Tuberculosis", + 1, + 1574 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Other", + 1, + 1575 + ], + [ + "", + "Present at consultation", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Present at consultation|Yes", + 1, + 1576 + ], + [ + "", + "Present at consultation", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Present at consultation|No", + 1, + 1577 + ], + [ + "", + "Anaemia (conjunctiva, heamoglobin)", + "", + "Coded", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Anaemia (conjunctiva, heamoglobin)|", + 1, + 1578 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|No", + 1, + 1579 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "Mild", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|Mild", + 1, + 1580 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "Severe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|Severe", + 1, + 1581 + ], + [ + "", + "Breasts (e.g infection,enforgement)", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breasts (e.g infection,enforgement)|Normal", + 1, + 1582 + ], + [ + "", + "Breasts (e.g infection,enforgement)", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breasts (e.g infection,enforgement)|Abnormal", + 1, + 1583 + ], + [ + "", + "Sexually transmitted infection", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sexually transmitted infection|Yes", + 1, + 1584 + ], + [ + "", + "Sexually transmitted infection", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sexually transmitted infection|No", + 1, + 1585 + ], + [ + "", + "Time since delivery", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Time since delivery|Normal", + 1, + 1586 + ], + [ + "", + "Time since delivery", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Time since delivery|Abnormal", + 1, + 1587 + ], + [ + "", + "Healing (if laceration,episiotomy of C-section)", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Healing (if laceration,episiotomy of C-section)|Normal", + 1, + 1588 + ], + [ + "", + "Healing (if laceration,episiotomy of C-section)", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Healing (if laceration,episiotomy of C-section)|Abnormal", + 1, + 1589 + ], + [ + "", + "Passing urine or stool", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Passing urine or stool|Normal", + 1, + 1590 + ], + [ + "", + "Passing urine or stool", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Passing urine or stool|Abnormal", + 1, + 1591 + ], + [ + "", + "Mother-infant interaction", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mother-infant interaction|Normal", + 1, + 1592 + ], + [ + "", + "Mother-infant interaction", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mother-infant interaction|Abnormal", + 1, + 1593 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|No", + 1, + 1594 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "MH", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|MH", + 1, + 1595 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "HP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|HP", + 1, + 1596 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "Gyne", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|Gyne", + 1, + 1597 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|Other", + 1, + 1598 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|No", + 1, + 1599 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "Referral hospital", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|Referral hospital", + 1, + 1600 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|Other", + 1, + 1601 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Yes", + 1, + 1602 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "COC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|COC", + 1, + 1603 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "POP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|POP", + 1, + 1604 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "IUD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|IUD", + 1, + 1605 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Implant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Implant", + 1, + 1606 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Condoms", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Condoms", + 1, + 1607 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|No", + 1, + 1608 + ], + [ + "", + "PNC-gestational age:", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-gestational age:|Full term", + 1, + 1609 + ], + [ + "", + "PNC-gestational age:", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-gestational age:|Preterm", + 1, + 1610 + ], + [ + "", + "PNC- gestational age?", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- gestational age?|Full term", + 1, + 1611 + ], + [ + "", + "PNC- gestational age:", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- gestational age:|Preterm", + 1, + 1612 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Anaemia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Anaemia", + 1, + 1613 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Hypertension/pre-/eclampsia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Hypertension/pre-/eclampsia", + 1, + 1614 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Antepartum hemorrhage", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Antepartum hemorrhage", + 1, + 1615 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Prolonged/obstructed labour", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Prolonged/obstructed labour", + 1, + 1616 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Malpresentation (breach, other)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Malpresentation (breach, other)", + 1, + 1617 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Caesarean section", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Caesarean section", + 1, + 1618 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Instrumental extraction", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Instrumental extraction", + 1, + 1619 + ], + [ + "", + "PNC- Problems-Placenta", + "", + "Coded", + "", + "Norma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems-Placenta|Norma", + 1, + 1620 + ], + [ + "", + "PNC- Problems-Placenta", + "", + "Coded", + "", + "Manual delivery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems-Placenta|Manual delivery", + 1, + 1621 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Episiotomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Episiotomy", + 1, + 1622 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Perineal laceration (tear)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Perineal laceration (tear)", + 1, + 1623 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Fistula present - management:", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Fistula present - management:", + 1, + 1624 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Postapartum haemorrhage", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Postapartum haemorrhage", + 1, + 1625 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Other", + 1, + 1626 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Hypertension", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Hypertension", + 1, + 1627 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Heart disease", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Heart disease", + 1, + 1628 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Diabetes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Diabetes", + 1, + 1629 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Abdominal surgery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Abdominal surgery", + 1, + 1630 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Sexually transmitted infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Sexually transmitted infection", + 1, + 1631 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Epilepsy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Epilepsy", + 1, + 1632 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "HIV+", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|HIV+", + 1, + 1633 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Tuberculosis", + 1, + 1634 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|other", + 1, + 1635 + ], + [ + "", + "PNC- present at consultation", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- present at consultation|Yes", + 1, + 1636 + ], + [ + "", + "PNC- present at consultation", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- present at consultation|No", + 1, + 1637 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|No", + 1, + 1638 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "Mild", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|Mild", + 1, + 1639 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "Severe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|Severe", + 1, + 1640 + ] ] - ] } From 7ac9983021404a4fadcf9fa2e9a5dd38cf35bb75 Mon Sep 17 00:00:00 2001 From: Aisha Hassen <167166847+AishaHassen@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:22:54 +0300 Subject: [PATCH 21/61] Update sample_metadata_from_sharepoint_ms_graph.json Output of fetching OptionSets from metadata file on sharepoint --- ...ple_metadata_from_sharepoint_ms_graph.json | 972110 ++------------- 1 file changed, 121525 insertions(+), 850585 deletions(-) diff --git a/sample-data/sample_metadata_from_sharepoint_ms_graph.json b/sample-data/sample_metadata_from_sharepoint_ms_graph.json index 34433ac..cbfa442 100644 --- a/sample-data/sample_metadata_from_sharepoint_ms_graph.json +++ b/sample-data/sample_metadata_from_sharepoint_ms_graph.json @@ -1,850585 +1,121525 @@ -{ - "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.workbookRange", - "@odata.id": "/sites('elmiplc.sharepoint.com%2C3091c028-5e92-4a95-9b56-2aaca61efe95%2Ca617e031-a158-4905-9467-8bee442ab7ad')/drives('b%21KMCRMJJelUqbViqsph7-lTHgF6ZYoQVJlGeL7kQqt61UdpwCtfpHQIBaDXmZ282n')/items('01QKFHN644CCRL6QPAM5GJXABA5XVCUMAX')/workbook/worksheets(%27%7B00000000-0001-0000-0000-000000000000%7D%27)/usedRange()", - "@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET sites('')/drives('')/items('')/workbook/worksheets('')/microsoft.graph.usedRange?$select=address,addressLocal", - "address": "OptionSets!A1:BT1642", - "addressLocal": "OptionSets!A1:BT1642", - "columnCount": 72, - "cellCount": 118224, - "columnHidden": false, - "rowHidden": false, - "numberFormat": [ - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "d-mmm", - "General", - "d-mmm", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "d-mmm", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "d-mmm", - "General", - "d-mmm", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "d-mmm", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "0.00E+00", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "0%", - "General", - "0%", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "0%", - "General", - "0%", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "0%", - "General", - "0%", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "0%", - "General", - "0%", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "0%", - "General", - "0%", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ], - [ - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General", - "General" - ] - ], - "columnIndex": 0, - "text": [ - [ - "", - "", - "", - "", - "", - "", - "", - "", - "Automatch Suggestions from MSF Source", - "", - "", - "", - "", - "", - "Automatch Suggestions from CIEL Source", - "", - "", - "", - "", - "", - "Automatch Suggestions from PIH Source", - "", - "", - "", - "", - "", - "", - "OCL ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "DHIS2", - "", - "", - "", - "", - "", - "", - "", - "", - "OpenFn", - "", - "", - "", - "", - "", - "", - "OptionSet used in…", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - [ - "#", - "OptionSet name", - "Label if different", - "Datatype", - "#", - "Answers", - "External ID", - "Label", - "MSF Source Suggestion", - "MSF Source Description", - "MSF Source Datatype", - "MSF Source Class", - "MSF Source External ID", - "MSF Source Score", - "CIEL Source Suggestion", - "CIEL Source Description", - "CIEL Source Datatype", - "CIEL Source Class", - "CIEL Source External ID", - "CIEL Source Score", - "PIH Source Suggestion", - "PIH Source Description", - "PIH Source Datatype", - "PIH Source Class", - "PIH Source External ID", - "PIH Source Score", - "Concept found", - "OCL validation", - "1st occ.", - "MSF concept ID", - "CIEL concept ID", - "OCL name", - "OCL definition", - "OCL Comments", - "Validation (format)", - "Validation (length)", - "Default value", - "Lower limit", - "Upper limit", - "Skip logic", - "Mandatory", - "PII / Sensitive", - "Anonymization", - "Locale", - "Translation", - "DHIS2 type", - "DHIS2 DE full name", - "DHIS2 DE UID", - "DHIS2 Option Set name", - "DHIS2 Option Set UID", - "DHIS2 Option name", - "DHIS2 Option UID", - "DHIS2 Option code", - "Configuration", - "OMRS Data Value Path", - "OMRS Data Sample", - "Transformation", - "Workflow", - "Expose in OpenFn\nrun logs?", - "Comments", - "Status", - "F00-Registration", - "F01-MHPSS Baseline", - "F02-MHPSS Follow-up", - "F03-mhGAP Baseline", - "F04-mhGAP Follow-up", - "F05-MH Closure", - "F06-MH-PHQ-9", - "F07-ITFC Admission form", - "Key", - "", - "Rank" - ], - [ - "1", - "Sex - All", - "", - "Coded", - "1", - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Male", - "1", - "1" - ], - [ - "1", - "Sex - All", - "", - "Coded", - "2", - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Female", - "1", - "2" - ], - [ - "1", - "Sex - All", - "", - "Coded", - "3", - "Transgender male", - "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر متحول", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Transgender male", - "1", - "3" - ], - [ - "1", - "Sex - All", - "", - "Coded", - "4", - "Transgender female", - "1226d253-376f-4e73-9ae2-36c7e9362e8b", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى متحولة", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Transgender female", - "1", - "4" - ], - [ - "1", - "Sex - All", - "", - "Coded", - "5", - "Gender variant - Non conforming", - "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معياري", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Gender variant - Non conforming", - "1", - "5" - ], - [ - "1", - "Sex - All", - "", - "Coded", - "6", - "Prefer not to answer", - "245151ca-691e-4d5a-a792-64cb573e2b34", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عدم الإجابة ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Prefer not to answer", - "1", - "6" - ], - [ - "1", - "Sex - All", - "", - "Coded", - "7", - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Unknown", - "1", - "7" - ], - [ - "1", - "Sex - All", - "", - "Coded", - "8", - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Other", - "1", - "8" - ], - [ - "2", - "Sex - Standard", - "", - "Coded", - "1", - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Male", - "1", - "9" - ], - [ - "2", - "Sex - Standard", - "", - "Coded", - "2", - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Female", - "H61UkMHyNku", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Female", - "1", - "10" - ], - [ - "2", - "Sex - Standard", - "", - "Coded", - "3", - "Transgender male", - "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر متحول", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Transgender male", - "OcJsz1BOHTf", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Transgender male", - "1", - "11" - ], - [ - "2", - "Sex - Standard", - "", - "Coded", - "4", - "Transgender female", - "1226d253-376f-4e73-9ae2-36c7e9362e8b", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى متحولة", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Transgender female", - "l8RshnosXNy", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Transgender female", - "1", - "12" - ], - [ - "2", - "Sex - Standard", - "", - "Coded", - "5", - "Gender variant - Non conforming", - "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معياري", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Gender variant - Non conforming", - "V8RXdmOdY8L", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Gender variant - Non conforming", - "1", - "13" - ], - [ - "2", - "Sex - Standard", - "", - "Coded", - "6", - "Prefer not to answer", - "245151ca-691e-4d5a-a792-64cb573e2b34", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عدم الإجابة ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Prefer not to answer", - "QQzTV76xGfF", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Prefer not to answer", - "1", - "14" - ], - [ - "2", - "Sex - Standard", - "", - "Coded", - "7", - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Unknown", - "YJw3CPNftrE", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Unknown", - "1", - "15" - ], - [ - "3", - "Sex - Male/Female/Other", - "", - "Coded", - "1", - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Male", - "1", - "16" - ], - [ - "3", - "Sex - Male/Female/Other", - "", - "Coded", - "2", - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Female", - "H61UkMHyNku", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Female", - "1", - "17" - ], - [ - "3", - "Sex - Male/Female/Other", - "", - "Coded", - "3", - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Other", - "1", - "18" - ], - [ - "3", - "Sex - Male/Female/Other", - "", - "Coded", - "4", - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Unknown", - "YJw3CPNftrE", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Unknown", - "1", - "19" - ], - [ - "4", - "Country", - "", - "Coded", - "1", - "Afghanistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفغانستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Afghanistan", - "diVYBILjUmV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Afghanistan", - "1", - "20" - ], - [ - "4", - "Country", - "", - "Coded", - "2", - "Albania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ألبانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Albania", - "nutwBYPa3c6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Albania", - "1", - "21" - ], - [ - "4", - "Country", - "", - "Coded", - "3", - "Algeria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الجزائر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Algeria", - "vFzGZbjzRgT", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Algeria", - "1", - "22" - ], - [ - "4", - "Country", - "", - "Coded", - "4", - "Angola", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أنغولا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Angola", - "AEZqjWQaHtc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Angola", - "1", - "23" - ], - [ - "4", - "Country", - "", - "Coded", - "5", - "Anguilla", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أنغيلا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Anguilla", - "DzKGZxfc1If", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Anguilla", - "1", - "24" - ], - [ - "4", - "Country", - "", - "Coded", - "6", - "Argentina", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الأرجنتين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Argentina", - "ZtvWa7Lms2D", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Argentina", - "1", - "25" - ], - [ - "4", - "Country", - "", - "Coded", - "7", - "Armenia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أرمينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Armenia", - "fHUrTZCGrsE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Armenia", - "1", - "26" - ], - [ - "4", - "Country", - "", - "Coded", - "8", - "Aruba", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أروبا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Aruba", - "nW24eGST2rr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Aruba", - "1", - "27" - ], - [ - "4", - "Country", - "", - "Coded", - "9", - "Azerbaijan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذربيجان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Azerbaijan", - "yJAD7ZvdPB9", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Azerbaijan", - "1", - "28" - ], - [ - "4", - "Country", - "", - "Coded", - "10", - "Bangladesh", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنغلاديش", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bangladesh", - "w86dbYs43jg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bangladesh", - "1", - "29" - ], - [ - "4", - "Country", - "", - "Coded", - "11", - "Belarus", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بيلاروسيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Belarus", - "sErv1yTCjIk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Belarus", - "1", - "30" - ], - [ - "4", - "Country", - "", - "Coded", - "12", - "Benin", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Benin", - "ONeYUriDrCm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Benin", - "1", - "31" - ], - [ - "4", - "Country", - "", - "Coded", - "13", - "Bhutan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوتان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bhutan", - "p9BIOdMGTz6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bhutan", - "1", - "32" - ], - [ - "4", - "Country", - "", - "Coded", - "14", - "Bolivia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوليفيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bolivia", - "XQ9Wxt2gh20", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bolivia", - "1", - "33" - ], - [ - "4", - "Country", - "", - "Coded", - "15", - "Bosnia and Herzegovina", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "البوسنة والهرسك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bosnia and Herzegovina", - "xSjqYV8ADNi", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bosnia and Herzegovina", - "1", - "34" - ], - [ - "4", - "Country", - "", - "Coded", - "16", - "Botswana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوتسوانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Botswana", - "kiI9Nkhhtsw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Botswana", - "1", - "35" - ], - [ - "4", - "Country", - "", - "Coded", - "17", - "Brazil", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "البرازيل", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Brazil", - "otuaAfFAMm9", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Brazil", - "1", - "36" - ], - [ - "4", - "Country", - "", - "Coded", - "18", - "British Virgin Islands", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جزر فيرجن البريطانية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "British Virgin Islands", - "oGtke47HQjw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|British Virgin Islands", - "1", - "37" - ], - [ - "4", - "Country", - "", - "Coded", - "19", - "Bulgaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بلغاريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bulgaria", - "sxgEvvHGASc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bulgaria", - "1", - "38" - ], - [ - "4", - "Country", - "", - "Coded", - "20", - "Burkina Faso", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوركينا فاسو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Burkina Faso", - "labcPsf6vlS", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Burkina Faso", - "1", - "39" - ], - [ - "4", - "Country", - "", - "Coded", - "21", - "Burundi", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوروندي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Burundi", - "EO7IXBoCRQM", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Burundi", - "1", - "40" - ], - [ - "4", - "Country", - "", - "Coded", - "22", - "Cambodia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كمبوديا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cambodia", - "BssvituAfov", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cambodia", - "1", - "41" - ], - [ - "4", - "Country", - "", - "Coded", - "23", - "Cameroon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكاميرون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cameroon", - "LzxTtERApOy", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cameroon", - "1", - "42" - ], - [ - "4", - "Country", - "", - "Coded", - "24", - "Cape Verde", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الرأس الأخضر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cape Verde", - "HvZxt4vKoOx", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cape Verde", - "1", - "43" - ], - [ - "4", - "Country", - "", - "Coded", - "25", - "Central African Republic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية افريقيا الوسطى", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Central African Republic", - "B09WCauYtJ7", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Central African Republic", - "1", - "44" - ], - [ - "4", - "Country", - "", - "Coded", - "26", - "Chad", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشاد", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Chad", - "JtMeoonLcqo", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Chad", - "1", - "45" - ], - [ - "4", - "Country", - "", - "Coded", - "27", - "Chile", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شيلي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Chile", - "pdTWdFqXStd", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Chile", - "1", - "46" - ], - [ - "4", - "Country", - "", - "Coded", - "28", - "China", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "China", - "CcpigvKey7O", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|China", - "1", - "47" - ], - [ - "4", - "Country", - "", - "Coded", - "29", - "Colombia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كولومبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Colombia", - "zAMRnEi2Yhg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Colombia", - "1", - "48" - ], - [ - "4", - "Country", - "", - "Coded", - "30", - "Comoros", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جزر القمر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Comoros", - "uAyMV131HCO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Comoros", - "1", - "49" - ], - [ - "4", - "Country", - "", - "Coded", - "31", - "Costa Rica", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوستا ريكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Costa Rica", - "vErHiezEajY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Costa Rica", - "1", - "50" - ], - [ - "4", - "Country", - "", - "Coded", - "32", - "Côte d'Ivoire", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوت ديفوار", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Côte d'Ivoire", - "IRepwvOtkII", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Côte d'Ivoire", - "1", - "51" - ], - [ - "4", - "Country", - "", - "Coded", - "33", - "Cuba", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوبا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cuba", - "Mh9Ckr9QhMa", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cuba", - "1", - "52" - ], - [ - "4", - "Country", - "", - "Coded", - "34", - "Djibouti", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جيبوتي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Djibouti", - "cvAMdgckhOk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Djibouti", - "1", - "53" - ], - [ - "4", - "Country", - "", - "Coded", - "35", - "Dominica", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دومينيكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Dominica", - "oC2s7ZiRTv3", - "", - "Family planning - Outcome", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Dominica", - "1", - "54" - ], - [ - "4", - "Country", - "", - "Coded", - "36", - "Dominican Republic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الدومينيكان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Dominican Republic", - "XuXolVGjILU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Dominican Republic", - "1", - "55" - ], - [ - "4", - "Country", - "", - "Coded", - "37", - "DRC Congo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الكونغو الديمقراطية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "DRC Congo", - "hDl6AdC035K", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|DRC Congo", - "1", - "56" - ], - [ - "4", - "Country", - "", - "Coded", - "38", - "East Timor", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تيمور الشرقية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "East Timor", - "l1QF9SxmTEe", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|East Timor", - "1", - "57" - ], - [ - "4", - "Country", - "", - "Coded", - "39", - "Ecuador", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاكوادور", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ecuador", - "gGjltDyQDjq", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ecuador", - "1", - "58" - ], - [ - "4", - "Country", - "", - "Coded", - "40", - "Egypt", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مصر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Egypt", - "xHcq7n4iLjZ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Egypt", - "1", - "59" - ], - [ - "4", - "Country", - "", - "Coded", - "41", - "El Salvador", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلفادور", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "El Salvador", - "oLtI4UknARs", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|El Salvador", - "1", - "60" - ], - [ - "4", - "Country", - "", - "Coded", - "42", - "Equatorial Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا الإستوائية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Equatorial Guinea", - "Sipme5yxx48", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Equatorial Guinea", - "1", - "61" - ], - [ - "4", - "Country", - "", - "Coded", - "43", - "Eritrea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إريتريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Eritrea", - "HkEJcTRqnd5", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Eritrea", - "1", - "62" - ], - [ - "4", - "Country", - "", - "Coded", - "44", - "Ethiopia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أثيوبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ethiopia", - "NYkv05WpCXj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ethiopia", - "1", - "63" - ], - [ - "4", - "Country", - "", - "Coded", - "45", - "Gabon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الجابون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Gabon", - "E84FcVzHZDM", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Gabon", - "1", - "64" - ], - [ - "4", - "Country", - "", - "Coded", - "46", - "Gambia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غامبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Gambia", - "LfPn2DOfRew", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Gambia", - "1", - "65" - ], - [ - "4", - "Country", - "", - "Coded", - "47", - "Georgia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جورجيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Georgia", - "jBklhTXjStK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Georgia", - "1", - "66" - ], - [ - "4", - "Country", - "", - "Coded", - "48", - "Ghana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ghana", - "eO0gTpGne9P", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ghana", - "1", - "67" - ], - [ - "4", - "Country", - "", - "Coded", - "49", - "Greece", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اليونان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Greece", - "JSuVBbvnBwi", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Greece", - "1", - "68" - ], - [ - "4", - "Country", - "", - "Coded", - "50", - "Guam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غوام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guam", - "dVJ1jT4qwhr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guam", - "1", - "69" - ], - [ - "4", - "Country", - "", - "Coded", - "51", - "Guatemala", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غواتيمالا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guatemala", - "rHE2fw0dq78", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guatemala", - "1", - "70" - ], - [ - "4", - "Country", - "", - "Coded", - "52", - "Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guinea", - "Lgo53lIlEFU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guinea", - "1", - "71" - ], - [ - "4", - "Country", - "", - "Coded", - "53", - "Guinea-Bissau", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا بيساو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guinea-Bissau", - "OwuIcXiNnLf", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guinea-Bissau", - "1", - "72" - ], - [ - "4", - "Country", - "", - "Coded", - "54", - "Guyana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غيانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guyana", - "LStaPbnFPxB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guyana", - "1", - "73" - ], - [ - "4", - "Country", - "", - "Coded", - "55", - "Haiti", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هايتي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Haiti", - "WZqpZ6BYYMc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Haiti", - "1", - "74" - ], - [ - "4", - "Country", - "", - "Coded", - "56", - "Honduras", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هندوراس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Honduras", - "yK7fFWtOFmj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Honduras", - "1", - "75" - ], - [ - "4", - "Country", - "", - "Coded", - "57", - "India", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "India", - "vD6J24m3CjP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|India", - "1", - "76" - ], - [ - "4", - "Country", - "", - "Coded", - "58", - "Indonesia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إندونيسيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Indonesia", - "xdeMD7HSXiE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Indonesia", - "1", - "77" - ], - [ - "4", - "Country", - "", - "Coded", - "59", - "Iran", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إيران", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Iran", - "CbnR3yhYXLB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Iran", - "1", - "78" - ], - [ - "4", - "Country", - "", - "Coded", - "60", - "Iraq", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العراق", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Iraq", - "akUZWd42amN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Iraq", - "1", - "79" - ], - [ - "4", - "Country", - "", - "Coded", - "61", - "Jordan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الأردن", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Jordan", - "Tqqf3od9wZw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Jordan", - "1", - "80" - ], - [ - "4", - "Country", - "", - "Coded", - "62", - "Kazakhstan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كازاخستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kazakhstan", - "vUOaYjStGLy", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kazakhstan", - "1", - "81" - ], - [ - "4", - "Country", - "", - "Coded", - "63", - "Kenya", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kenya", - "wHGMztCNS6m", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kenya", - "1", - "82" - ], - [ - "4", - "Country", - "", - "Coded", - "64", - "Kuwait", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكويت", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kuwait", - "eoLtNAlAHZl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kuwait", - "1", - "83" - ], - [ - "4", - "Country", - "", - "Coded", - "65", - "Kyrgyzstan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قيرغيزستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kyrgyzstan", - "a0lJJYryhi4", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kyrgyzstan", - "1", - "84" - ], - [ - "4", - "Country", - "", - "Coded", - "66", - "Laos", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لاوس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Laos", - "uQDRtKY8c5U", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Laos", - "1", - "85" - ], - [ - "4", - "Country", - "", - "Coded", - "67", - "Lebanon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لبنان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Lebanon", - "GJ7m7BCOAOV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Lebanon", - "1", - "86" - ], - [ - "4", - "Country", - "", - "Coded", - "68", - "Lesotho", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليسوتو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Lesotho", - "xTpZ9IdGDaR", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Lesotho", - "1", - "87" - ], - [ - "4", - "Country", - "", - "Coded", - "69", - "Liberia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليبيريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Liberia", - "RYkXhX8vzoZ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Liberia", - "1", - "88" - ], - [ - "4", - "Country", - "", - "Coded", - "70", - "Libya", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Libya", - "kev7mHYfTYY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Libya", - "1", - "89" - ], - [ - "4", - "Country", - "", - "Coded", - "71", - "Macedonia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مقدونيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Macedonia", - "z33jX0aGBTW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Macedonia", - "1", - "90" - ], - [ - "4", - "Country", - "", - "Coded", - "72", - "Madagascar", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مدغشقر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Madagascar", - "x08DzDg5Nqh", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Madagascar", - "1", - "91" - ], - [ - "4", - "Country", - "", - "Coded", - "73", - "Malawi", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ملاوي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Malawi", - "X2FD6vMUbhE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Malawi", - "1", - "92" - ], - [ - "4", - "Country", - "", - "Coded", - "74", - "Malaysia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ماليزيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Malaysia", - "E3RSmm22ZCw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Malaysia", - "1", - "93" - ], - [ - "4", - "Country", - "", - "Coded", - "75", - "Mali", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مالي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mali", - "qWMNMVwW3f6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mali", - "1", - "94" - ], - [ - "4", - "Country", - "", - "Coded", - "76", - "Martinique", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مارتينيك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Martinique", - "OSaI3ynQc2B", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Martinique", - "1", - "95" - ], - [ - "4", - "Country", - "", - "Coded", - "77", - "Mauritania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موريتانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mauritania", - "juWqPkQv0Jm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mauritania", - "1", - "96" - ], - [ - "4", - "Country", - "", - "Coded", - "78", - "Mauritius", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موريشيوس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mauritius", - "QYoc7owgftv", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mauritius", - "1", - "97" - ], - [ - "4", - "Country", - "", - "Coded", - "79", - "Mayotte", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مايوت", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mayotte", - "ynwDAes7aAW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mayotte", - "1", - "98" - ], - [ - "4", - "Country", - "", - "Coded", - "80", - "Mexico", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المكسيك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mexico", - "kmT493hNL5S", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mexico", - "1", - "99" - ], - [ - "4", - "Country", - "", - "Coded", - "81", - "Moldova", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مولدوفا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Moldova", - "fx0DT1autSt", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Moldova", - "1", - "100" - ], - [ - "4", - "Country", - "", - "Coded", - "82", - "Mongolia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منغوليا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mongolia", - "TUgTdt3xIWK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mongolia", - "1", - "101" - ], - [ - "4", - "Country", - "", - "Coded", - "83", - "Morocco", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المغرب", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Morocco", - "L36FJRjmXWL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Morocco", - "1", - "102" - ], - [ - "4", - "Country", - "", - "Coded", - "84", - "Mozambique", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موزمبيق", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mozambique", - "p7nmSATxbN1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mozambique", - "1", - "103" - ], - [ - "4", - "Country", - "", - "Coded", - "85", - "Myanmar", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ميانمار", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Myanmar", - "rYQqfQ7DQbm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Myanmar", - "1", - "104" - ], - [ - "4", - "Country", - "", - "Coded", - "86", - "Namibia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ناميبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Namibia", - "O1zvQatEJp5", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Namibia", - "1", - "105" - ], - [ - "4", - "Country", - "", - "Coded", - "87", - "Nauru", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ناورو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nauru", - "f0yjC5qZlPc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nauru", - "1", - "106" - ], - [ - "4", - "Country", - "", - "Coded", - "88", - "Nepal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيبال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nepal", - "iAFuacwzUvp", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nepal", - "1", - "107" - ], - [ - "4", - "Country", - "", - "Coded", - "89", - "New Caledonia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كاليدونيا الجديدة", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "New Caledonia", - "htSoK0QkB38", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|New Caledonia", - "1", - "108" - ], - [ - "4", - "Country", - "", - "Coded", - "90", - "Nicaragua", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيكاراغوا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nicaragua", - "TM5JHHJSepL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nicaragua", - "1", - "109" - ], - [ - "4", - "Country", - "", - "Coded", - "91", - "Niger", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "النيجر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Niger", - "n6jS263I3fP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Niger", - "1", - "110" - ], - [ - "4", - "Country", - "", - "Coded", - "92", - "Nigeria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيجيريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nigeria", - "yCwLYjhUxYV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nigeria", - "1", - "111" - ], - [ - "4", - "Country", - "", - "Coded", - "93", - "North Korea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوريا الشمالية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "North Korea", - "AaaEWin7qH1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|North Korea", - "1", - "112" - ], - [ - "4", - "Country", - "", - "Coded", - "94", - "Oman", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلطنة عمان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Oman", - "ibsHfsJGGDN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Oman", - "1", - "113" - ], - [ - "4", - "Country", - "", - "Coded", - "95", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Other", - "CLdu0MxWYHQ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Other", - "1", - "114" - ], - [ - "4", - "Country", - "", - "Coded", - "96", - "Pakistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "باكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Pakistan", - "JYD72Xs1Mzz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Pakistan", - "1", - "115" - ], - [ - "4", - "Country", - "", - "Coded", - "97", - "Palestine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فلسطين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Palestine", - "oXNGgwEJSsY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Palestine", - "1", - "116" - ], - [ - "4", - "Country", - "", - "Coded", - "98", - "Panama", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنما", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Panama", - "zVoWkjxJFbF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Panama", - "1", - "117" - ], - [ - "4", - "Country", - "", - "Coded", - "99", - "Papua New Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بابوا غينيا الجديدة", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Papua New Guinea", - "Z313HJcROSN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Papua New Guinea", - "1", - "118" - ], - [ - "4", - "Country", - "", - "Coded", - "100", - "Paraguay", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "باراجواي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Paraguay", - "hBJq89c5RTj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Paraguay", - "1", - "119" - ], - [ - "4", - "Country", - "", - "Coded", - "101", - "Peru", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بيرو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Peru", - "YTBWmjQr7XP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Peru", - "1", - "120" - ], - [ - "4", - "Country", - "", - "Coded", - "102", - "Philippines", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فيلبيني", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Philippines", - "AdpKVdKRPcR", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Philippines", - "1", - "121" - ], - [ - "4", - "Country", - "", - "Coded", - "103", - "Puerto Rico", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بورتوريكو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Puerto Rico", - "FnQRQn7mgd1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Puerto Rico", - "1", - "122" - ], - [ - "4", - "Country", - "", - "Coded", - "104", - "Republic of Congo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الكونغو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Republic of Congo", - "FhbtKjDWBKO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Republic of Congo", - "1", - "123" - ], - [ - "4", - "Country", - "", - "Coded", - "105", - "Reunion", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمع شمل", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Reunion", - "UTj8ZSh4W0W", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Reunion", - "1", - "124" - ], - [ - "4", - "Country", - "", - "Coded", - "106", - "Romania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "رومانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Romania", - "h4ADgng7o7V", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Romania", - "1", - "125" - ], - [ - "4", - "Country", - "", - "Coded", - "107", - "Rwanda", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "رواندا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Rwanda", - "Fbb3LoX8tN1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Rwanda", - "1", - "126" - ], - [ - "4", - "Country", - "", - "Coded", - "108", - "Samoa", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ساموا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Samoa", - "tdKdNPjLDpW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Samoa", - "1", - "127" - ], - [ - "4", - "Country", - "", - "Coded", - "109", - "Sao Tome and Principe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سان تومي وبرينسيبي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sao Tome and Principe", - "iaxUuGD1Jci", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sao Tome and Principe", - "1", - "128" - ], - [ - "4", - "Country", - "", - "Coded", - "110", - "Saudi Arabia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المملكة العربية السعودية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Saudi Arabia", - "fWuLuHrUlth", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Saudi Arabia", - "1", - "129" - ], - [ - "4", - "Country", - "", - "Coded", - "111", - "Senegal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السنغال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Senegal", - "iIwF5zZHy3y", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Senegal", - "1", - "130" - ], - [ - "4", - "Country", - "", - "Coded", - "112", - "Serbia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صربيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Serbia", - "QZSt8K9rCuC", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Serbia", - "1", - "131" - ], - [ - "4", - "Country", - "", - "Coded", - "113", - "Sierra Leone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سيرا ليون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sierra Leone", - "Zfx8u9hEIEg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sierra Leone", - "1", - "132" - ], - [ - "4", - "Country", - "", - "Coded", - "114", - "Somalia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصومال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Somalia", - "LWk4HhtQw4P", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Somalia", - "1", - "133" - ], - [ - "4", - "Country", - "", - "Coded", - "115", - "South Africa", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جنوب أفريقيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Africa", - "swkvnZvvnKz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Africa", - "1", - "134" - ], - [ - "4", - "Country", - "", - "Coded", - "116", - "South Korea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوريا الجنوبية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Korea", - "Pk7VSPQGxOJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Korea", - "1", - "135" - ], - [ - "4", - "Country", - "", - "Coded", - "117", - "South Sudan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جنوب السودان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Sudan", - "GM7K6uGf0RB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Sudan", - "1", - "136" - ], - [ - "4", - "Country", - "", - "Coded", - "118", - "Sri Lanka", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سيريلانكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sri Lanka", - "X6Uxm9Nvh96", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sri Lanka", - "1", - "137" - ], - [ - "4", - "Country", - "", - "Coded", - "119", - "Sudan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السودان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sudan", - "bh15sTZprwJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sudan", - "1", - "138" - ], - [ - "4", - "Country", - "", - "Coded", - "120", - "Suriname", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سورينام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Suriname", - "L1pJ6lyhkQ3", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Suriname", - "1", - "139" - ], - [ - "4", - "Country", - "", - "Coded", - "121", - "Swaziland", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سوازيلاند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Swaziland", - "hwQ2t3HqPWl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Swaziland", - "1", - "140" - ], - [ - "4", - "Country", - "", - "Coded", - "122", - "Switzerland", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سويسرا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Switzerland", - "p9TZ1E3MwCJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Switzerland", - "1", - "141" - ], - [ - "4", - "Country", - "", - "Coded", - "123", - "Syria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سوريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Syria", - "Le58jNVqE2c", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Syria", - "1", - "142" - ], - [ - "4", - "Country", - "", - "Coded", - "124", - "Tajikistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طاجيكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tajikistan", - "SpY4My0Tfdu", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tajikistan", - "1", - "143" - ], - [ - "4", - "Country", - "", - "Coded", - "125", - "Tanzania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تنزانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tanzania", - "BO39Gyu0pFB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tanzania", - "1", - "144" - ], - [ - "4", - "Country", - "", - "Coded", - "126", - "Thailand", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تايلاند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Thailand", - "OMthLOXkS7R", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Thailand", - "1", - "145" - ], - [ - "4", - "Country", - "", - "Coded", - "127", - "Togo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توجو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Togo", - "ik6DEQokGoX", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Togo", - "1", - "146" - ], - [ - "4", - "Country", - "", - "Coded", - "128", - "Tonga", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تونغا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tonga", - "UwBOdNU0BoN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tonga", - "1", - "147" - ], - [ - "4", - "Country", - "", - "Coded", - "129", - "Tunisia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تونس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tunisia", - "buJMOWwkvTU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tunisia", - "1", - "148" - ], - [ - "4", - "Country", - "", - "Coded", - "130", - "Turkey", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ديك رومى", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Turkey", - "CGZ6aUAdeEg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Turkey", - "1", - "149" - ], - [ - "4", - "Country", - "", - "Coded", - "131", - "Turkmenistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تركمانستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Turkmenistan", - "vveUZtdAZ4b", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Turkmenistan", - "1", - "150" - ], - [ - "4", - "Country", - "", - "Coded", - "132", - "Uganda", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوغندا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uganda", - "HtKHD2UHkqO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uganda", - "1", - "151" - ], - [ - "4", - "Country", - "", - "Coded", - "133", - "Ukraine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوكرانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ukraine", - "tcQzqbOunOH", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ukraine", - "1", - "152" - ], - [ - "4", - "Country", - "", - "Coded", - "134", - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مجهول", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Unknown", - "f3HLfWXDLR2", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Unknown", - "1", - "153" - ], - [ - "4", - "Country", - "", - "Coded", - "135", - "Uruguay", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوروغواي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uruguay", - "pgnkiQSCDn3", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uruguay", - "1", - "154" - ], - [ - "4", - "Country", - "", - "Coded", - "136", - "Uzbekistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوزبكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uzbekistan", - "awnJIYW5YtB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uzbekistan", - "1", - "155" - ], - [ - "4", - "Country", - "", - "Coded", - "137", - "Venezuela", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فنزويلا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Venezuela", - "YRQvQP5RcvF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Venezuela", - "1", - "156" - ], - [ - "4", - "Country", - "", - "Coded", - "138", - "Vietnam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فيتنام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Vietnam", - "kqXj8d1FBku", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Vietnam", - "1", - "157" - ], - [ - "4", - "Country", - "", - "Coded", - "139", - "Western Sahara", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصحراء الغربية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Western Sahara", - "TQtN99MXJBl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Western Sahara", - "1", - "158" - ], - [ - "4", - "Country", - "", - "Coded", - "140", - "Yemen", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اليمن", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Yemen", - "Xt3YtysLys1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Yemen", - "1", - "159" - ], - [ - "4", - "Country", - "", - "Coded", - "141", - "Zambia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زامبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Zambia", - "dBdzuz547IL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Zambia", - "1", - "160" - ], - [ - "4", - "Country", - "", - "Coded", - "142", - "Zimbabwe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيمبابوي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Zimbabwe", - "HLkotQtFN2s", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Zimbabwe", - "1", - "161" - ], - [ - "5", - "Current status", - "", - "Coded", - "1", - "IDP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نازح داخل بلده", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "IDP", - "fuqWrHbeLlA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|IDP", - "1", - "162" - ], - [ - "5", - "Current status", - "", - "Coded", - "2", - "Internationally displaced", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نازح خارج البلد", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Internationally displaced", - "l0DYdgTyfjf", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Internationally displaced", - "1", - "163" - ], - [ - "5", - "Current status", - "", - "Coded", - "3", - "Resident", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مقيم", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Resident", - "dHeC0bqKK5X", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Resident", - "1", - "164" - ], - [ - "5", - "Current status", - "", - "Coded", - "4", - "Returnee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائد", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Returnee", - "c7YSTI6DMVz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Returnee", - "1", - "165" - ], - [ - "5", - "Current status", - "", - "Coded", - "5", - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Unknown", - "e09Sdzvq7Eb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Unknown", - "1", - "166" - ], - [ - "6", - "Legal status", - "", - "Coded", - "1", - "Asylum seeker", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طالب لجوء", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Asylum seeker", - "OkxNN39DQxK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Asylum seeker", - "1", - "167" - ], - [ - "6", - "Legal status", - "", - "Coded", - "2", - "No status", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا توجد حالة", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "No status", - "Rq1gzUxSuOx", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|No status", - "1", - "168" - ], - [ - "6", - "Legal status", - "", - "Coded", - "3", - "Refugee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لاجئ", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Refugee", - "eCMoEdIoYip", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Refugee", - "1", - "169" - ], - [ - "6", - "Legal status", - "", - "Coded", - "4", - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Unknown", - "qIZDudMrl2h", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Unknown", - "1", - "170" - ], - [ - "7", - "Marital status", - "", - "Coded", - "1", - "Single", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اعزب", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Single", - "UWJ3rb4oSIT", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Single", - "1", - "171" - ], - [ - "7", - "Marital status", - "", - "Coded", - "2", - "Married", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "متزوج", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Married", - "KPqHQHHRcCr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Married", - "1", - "172" - ], - [ - "7", - "Marital status", - "", - "Coded", - "3", - "Widowed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ارمل", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Widowed", - "MCDTHvjCcXk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Widowed", - "1", - "173" - ], - [ - "7", - "Marital status", - "", - "Coded", - "4", - "Divorced / separated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مطلق منفصل ", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Divorced / separated", - "Xw72Tt47sh8", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Divorced / separated", - "1", - "174" - ], - [ - "7", - "Marital status", - "", - "Coded", - "5", - "Living with partner", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "معاشرة بدون زواج ", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Concubine", - "N3RUm7QCToz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Living with partner", - "1", - "175" - ], - [ - "7", - "Marital status", - "", - "Coded", - "6", - "Not applicable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا ينطبق", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Not applicable", - "hvQxPXvQTWb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Not applicable", - "1", - "176" - ], - [ - "7", - "Marital status", - "", - "Coded", - "7", - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Unknown", - "Wjo2m9cjodd", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Unknown", - "1", - "177" - ], - [ - "8", - "Employment status", - "", - "Coded", - "1", - "Student", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طالب", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Student", - "fo87CWdDTWV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Student", - "1", - "178" - ], - [ - "8", - "Employment status", - "", - "Coded", - "2", - "Permanent employee - full time", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف دائم – دوام كامل", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Permanent employee", - "xr9mD6TPYqb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Permanent employee - full time", - "1", - "179" - ], - [ - "8", - "Employment status", - "", - "Coded", - "3", - "Permanent employee - part time", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف دائم - دوام جزئي", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Permanent employee", - "xr9mD6TPYqb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Permanent employee - part time", - "1", - "180" - ], - [ - "8", - "Employment status", - "", - "Coded", - "4", - "Occasional employee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف مؤقت ", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Occasional employee", - "mvLwMpjazqS", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Occasional employee", - "1", - "181" - ], - [ - "8", - "Employment status", - "", - "Coded", - "5", - "Unemployed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير موظف", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Unemployed", - "cB5Xml6gEy6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Unemployed", - "1", - "182" - ], - [ - "8", - "Employment status", - "", - "Coded", - "6", - "Housework", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عمل منزلي", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Housewife", - "xlN1a7VFrBV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Housework", - "1", - "183" - ], - [ - "8", - "Employment status", - "", - "Coded", - "7", - "Not applicable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا ينطبق", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Not applicable", - "mJT8pyvj9x4", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Not applicable", - "1", - "184" - ], - [ - "8", - "Employment status", - "", - "Coded", - "8", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Other", - "TSJMPoSPegN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Other", - "1", - "185" - ], - [ - "8", - "Employment status", - "", - "Coded", - "9", - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Unknown", - "hQK01FExLdF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Unknown", - "1", - "186" - ], - [ - "9", - "Admission type", - "", - "Coded", - "1", - "New admission", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - "95", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "MSF-2475", - "", - "New admission", - "The process of admitting a patient to facility", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قبول جديد", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "(object.attributeName)", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|New admission", - "1", - "187" - ], - [ - "9", - "Admission type", - "", - "Coded", - "2", - "Readmission", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - "Readmission", - "Re-admission", - "", - "", - "", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - "96", - "", - "", - "", - "", - "", - "", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - "95", - "Found", - "Use MSF automatch", - "", - "MSF-2474", - "", - "Re-admission", - "The process of being admitted to a facility again", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إعادة القبول", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Readmission", - "1", - "188" - ], - [ - "9", - "Admission type", - "", - "Coded", - "3", - "Relapse", - "", - "Relapse", - "", - "", - "", - "", - "", - "", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - "90", - "Found", - "Use PIH automatch", - "", - "(see CIEL)", - "CIEL-160033", - "Relapse", - "Status of disease, particularly tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انتكاس", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Relapse", - "1", - "189" - ], - [ - "9", - "Admission type", - "", - "Coded", - "4", - "Internal movement", - "", - "Internal movement", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use CIEL manual", - "", - "", - "CIEL-167731", - "Internal facility transfer/referral", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Internal movement", - "1", - "190" - ], - [ - "9", - "Admission type", - "", - "Coded", - "5", - "Patient referred", - "", - "Patient referred", - "", - "", - "", - "", - "", - "", - "Patient referred", - "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", - "Boolean", - "Question", - "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - "90", - "Found", - "Use MSF manual", - "", - "MSF-3012", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Patient referred", - "1", - "191" - ], - [ - "10", - "Admission type - MH", - "", - "Coded", - "1", - "New admission", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-2475", - "", - "New admission", - "The process of admitting a patient to facility", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ادخال جديد ", - "TEXT", - "Mental Health-Baseline consultation- Admission type", - "rSIazMFEBjD", - "GL - Admission type", - "wTGMuMQQwmQ", - "New admission", - "ytN3iatLPSV", - "new_admission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Admission type - MH|New admission", - "1", - "192" - ], - [ - "10", - "Admission type - MH", - "", - "Coded", - "2", - "Readmission", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - "Readmission", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - "96", - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - "95", - "Found", - "", - "", - "MSF-2474", - "", - "Re-admission", - "The process of being admitted to a facility again", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اعادة ادخال", - "TEXT", - "Mental Health-Baseline consultation- Admission type", - "rSIazMFEBjD", - "GL - Admission type", - "wTGMuMQQwmQ", - "Readmission", - "j7Omz3uFWvT", - "readmission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Admission type - MH|Readmission", - "1", - "193" - ], - [ - "11", - "Admission type - ITFC", - "", - "Coded", - "1", - "Internal movement", - "", - "Internal movement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Internal movement", - "hbUToWVAaDs", - "internal_movement", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Internal movement", - "1", - "194" - ], - [ - "11", - "Admission type - ITFC", - "", - "Coded", - "2", - "New admission", - "", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "New admission", - "wYldfEstUDw", - "new_admission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|New admission", - "1", - "195" - ], - [ - "11", - "Admission type - ITFC", - "", - "Coded", - "3", - "Patient referred", - "", - "Patient referred", - " ", - " ", - " ", - " ", - " ", - " ", - "Patient referred", - "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", - "Boolean", - "Question", - "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Patient referred", - "OaPIHkL7Oec", - "patient_referred", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Patient referred", - "1", - "196" - ], - [ - "11", - "Admission type - ITFC", - "", - "Coded", - "4", - "Readmission", - "", - "Readmission", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - "96", - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Readmission", - "Rpcv8mgy0LH", - "readmission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Readmission", - "1", - "197" - ], - [ - "11", - "Admission type - ITFC", - "", - "Coded", - "5", - "Relapse", - "", - "Relapse", - " ", - " ", - " ", - " ", - " ", - " ", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Relapse", - "k33l9HPo5aJ", - "relapse", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Relapse", - "1", - "198" - ], - [ - "12", - "Admission type - ATFC", - "", - "Coded", - "1", - "New admission", - "", - "", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|New admission", - "1", - "199" - ], - [ - "12", - "Admission type - ATFC", - "", - "Coded", - "2", - "Readmission", - "", - "", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - "96", - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|Readmission", - "1", - "200" - ], - [ - "12", - "Admission type - ATFC", - "", - "Coded", - "3", - "Relapse", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|Relapse", - "1", - "201" - ], - [ - "13", - "Type of consultation", - "", - "Coded", - "1", - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - "95", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فردية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Individual", - "1", - "202" - ], - [ - "13", - "Type of consultation", - "", - "Coded", - "2", - "Couple", - "", - "Couple", - "", - "", - "", - "", - "", - "", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Create in OCG", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ازواج", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Couple", - "1", - "203" - ], - [ - "13", - "Type of consultation", - "", - "Coded", - "3", - "Family", - "", - "Family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائلية عدد المرضى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Family", - "1", - "204" - ], - [ - "13", - "Type of consultation", - "", - "Coded", - "4", - "Parent-Child", - "", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - "90", - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Create in OCG", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهل واطفال", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Parent-Child", - "1", - "205" - ], - [ - "14", - "Type of consultation - MHPSS baseline", - "", - "Coded", - "1", - "Individual", - "96223dc7-6959-4ea5-a362-c0246d858c87", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-1537", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فردية", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Individual", - "JMnQs1hB0kK", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Individual", - "1", - "206" - ], - [ - "14", - "Type of consultation - MHPSS baseline", - "", - "Coded", - "2", - "Couple", - "61b32a22-acef-4141-9faa-9c236cdfa978", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ازواج", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Couple", - "mD02hgMyFVD", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Couple", - "1", - "207" - ], - [ - "14", - "Type of consultation - MHPSS baseline", - "", - "Coded", - "3", - "Family", - "f16d5d76-155b-453d-bd60-ea8ee4d344e9", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Family", - "hv96C4ctfZI", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Family", - "1", - "208" - ], - [ - "14", - "Type of consultation - MHPSS baseline", - "", - "Coded", - "4", - "Parent-Child", - "c39eaa06-6506-49f0-9c4f-c96fa957f9cd", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - "90", - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهل واطفال", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Parent-Child", - "PNWXisyNbE4", - "mother_child", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Parent-Child", - "1", - "209" - ], - [ - "15", - "Type of consultation - MHPSS follow-up", - "", - "Coded", - "1", - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "فردية", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Individual", - "BWaOLwO6b6A", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Individual", - "1", - "210" - ], - [ - "15", - "Type of consultation - MHPSS follow-up", - "", - "Coded", - "2", - "Couple", - "", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ازواج", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Couple", - "He6N2xKBXcT", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Couple", - "1", - "211" - ], - [ - "15", - "Type of consultation - MHPSS follow-up", - "", - "Coded", - "3", - "Family", - "", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Family", - "Njlwl5xyuyO", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Family", - "1", - "212" - ], - [ - "15", - "Type of consultation - MHPSS follow-up", - "", - "Coded", - "4", - "Parent-Child", - "", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - "90", - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "اهل واطفال", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Parent-Child", - "A1dYYhmV4ob", - "mother_child", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Parent-Child", - "1", - "213" - ], - [ - "16", - "Type of consultation - MH closure", - "", - "Coded", - "1", - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "فردية", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Individual", - "sOoJSyT6ZDO", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Individual", - "1", - "214" - ], - [ - "16", - "Type of consultation - MH closure", - "", - "Coded", - "2", - "Couple", - "", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ازواج", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Couple", - "HTeXUWFE4P6", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Couple", - "1", - "215" - ], - [ - "16", - "Type of consultation - MH closure", - "", - "Coded", - "3", - "Family", - "", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Family", - "VsbQQh86Jlb", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Family", - "1", - "216" - ], - [ - "17", - "Consultation done by", - "", - "Coded", - "1", - "Psychologist", - "", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - "95", - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - "95", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Psychologist", - "1", - "217" - ], - [ - "17", - "Consultation done by", - "", - "Coded", - "2", - "Counsellor", - "", - "Counsellor", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-1568", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Counsellor", - "1", - "218" - ], - [ - "17", - "Consultation done by", - "", - "Coded", - "3", - "Psychiatrist", - "", - "Psychiatrist", - "Psychiatrist", - "A medical doctor (an M.D. or D.O.) who specializes in diagnosing and treating disorders related to mental health.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001397", - "95", - "Psychiatrist", - "", - "N/A", - "Misc", - "167061AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Psychiatrist", - "1", - "219" - ], - [ - "17", - "Consultation done by", - "", - "Coded", - "4", - "mhGAP clinician", - "", - "mhGAP clinician", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|mhGAP clinician", - "1", - "220" - ], - [ - "18", - "Consultation done by - MHPSS baseline", - "", - "Coded", - "1", - "Psychologist", - "278401ee-3d6f-4c65-9455-f1c16d0a7a98", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - "95", - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "TEXT", - "Mental health-Baseline consultation- Consultation done by", - "WDY6MkQWyHb", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Psychologist", - "gLrTwy3IQX5", - "psychologist", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS baseline|Psychologist", - "1", - "221" - ], - [ - "18", - "Consultation done by - MHPSS baseline", - "", - "Coded", - "2", - "Counsellor", - "fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331", - "Counsellor", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "TEXT", - "Mental health-Baseline consultation- Consultation done by", - "WDY6MkQWyHb", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Counsellor", - "XP6WAfznTX0", - "counsellor", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS baseline|Counsellor", - "1", - "222" - ], - [ - "19", - "Consultation done by - MHPSS follow-up", - "", - "Coded", - "1", - "Psychologist", - "", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - "95", - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "TEXT", - "Mental Health-Follow-up consultation- Consultation done by", - "aCTIvKSNndK", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Psychologist", - "gLrTwy3IQX5", - "psychologist", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS follow-up|Psychologist", - "1", - "223" - ], - [ - "19", - "Consultation done by - MHPSS follow-up", - "", - "Coded", - "2", - "Counsellor", - "", - "Counsellor", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "TEXT", - "Mental Health-Follow-up consultation- Consultation done by", - "aCTIvKSNndK", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Counsellor", - "XP6WAfznTX0", - "counsellor", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS follow-up|Counsellor", - "1", - "224" - ], - [ - "20", - "Location of intervention - MH", - "", - "Coded", - "1", - "Health facility", - "", - "Health facility", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "95", - "Found", - "", - "", - "MSF-2578", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منشأة صحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Health facility", - "1", - "225" - ], - [ - "20", - "Location of intervention - MH", - "", - "Coded", - "2", - "MSF health facility", - "", - "MSF health facility", - " ", - " ", - " ", - " ", - "", - " ", - " ", - " ", - " ", - " ", - "", - " ", - "", - "", - "", - "", - "", - "0", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز صحي تابع لمنظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|MSF health facility", - "1", - "226" - ], - [ - "20", - "Location of intervention - MH", - "", - "Coded", - "3", - "Mobile clinic", - "", - "Mobile clinic", - "Mobile clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001400", - "95", - "Mobile clinic", - " ", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Mobile clinic", - "Describes method of new HIV diagnosis.", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "MSF-1000", - "", - "Mobile Clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عيادة متنقلة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Mobile clinic", - "1", - "227" - ], - [ - "20", - "Location of intervention - MH", - "", - "Coded", - "4", - "Home visit", - "", - "Home visit", - "Home", - "The place where an individual lives permanently", - "N/A", - "Misc", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - "90", - "Home", - " ", - "N/A", - "Misc", - "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Home visit", - "When a provider goes to the patient's residence", - "N/A", - "Misc", - "be2df0db-e633-4016-aab8-65697bb98f12", - "95", - "Found", - "", - "", - "MSF-1382", - "", - "Home", - "The place where an individual lives permanently, question = Intervention setting", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة منزلية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Home visit", - "1", - "228" - ], - [ - "20", - "Location of intervention - MH", - "", - "Coded", - "5", - "School visit", - "", - "School visit", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "School", - "Location of teaching", - "N/A", - "Misc", - "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة مدرسية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|School visit", - "1", - "229" - ], - [ - "20", - "Location of intervention - MH", - "", - "Coded", - "6", - "Remote / phone", - "", - "Remote / phone", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-975", - "", - "Telehealth consultation", - "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عن بعد / تلفون", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Remote / phone", - "1", - "230" - ], - [ - "20", - "Location of intervention - MH", - "", - "Coded", - "7", - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "MSF-7", - "CIEL-5622", - "Other", - "A generic, descriptive, and non-coded response to a question., CIEL link is broken", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Other", - "1", - "231" - ], - [ - "21", - "Location of intervention - MHPSS", - "", - "Coded", - "1", - "Health facility", - "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", - "Health facility", - "", - "", - "", - "", - "", - "", - "Health facility", - "", - "N/A", - "Misc", - "1537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Health facility name", - "", - "", - "", - "162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "Use MSF manual", - "", - "MSF-2578", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منشأة صحية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Health facility", - "r4XbBWmqXmu", - "health_center", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Health facility", - "1", - "232" - ], - [ - "21", - "Location of intervention - MHPSS", - "", - "Coded", - "2", - "MSF health facility", - "41e68dee-a2a3-4e6c-9d96-53def5caff52", - "MSF health facility", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز صحي تابع لمنظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "MSF health facility", - "QjHFWlrDAi3", - "msf_health_facility", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|MSF health facility", - "1", - "233" - ], - [ - "21", - "Location of intervention - MHPSS", - "", - "Coded", - "3", - "Mobile clinic", - "48984e47-3e9b-4d8e-a66d-317af5c36f02", - "Mobile clinic", - "Mobile clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001400", - "95", - "Mobile clinic", - "", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Mobile clinic", - "Describes method of new HIV diagnosis.", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "Use MSF automatch", - "", - "MSF-1000", - "", - "Mobile Clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عيادة متنقلة", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Mobile clinic", - "SENCNKONSMT", - "mobile_clinic", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Mobile clinic", - "1", - "234" - ], - [ - "21", - "Location of intervention - MHPSS", - "", - "Coded", - "4", - "Home visit", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - "Home visit", - "Home", - "The place where an individual lives permanently", - "N/A", - "Misc", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - "90", - "Home", - "", - "N/A", - "Misc", - "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Home visit", - "When a provider goes to the patient's residence", - "N/A", - "Misc", - "be2df0db-e633-4016-aab8-65697bb98f12", - "95", - "Found", - "Use PIH automatch", - "", - "MSF-1382", - "", - "Home", - "The place where an individual lives permanently, question = Intervention setting", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة منزلية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Home", - "Klk9UQeoyeM", - "home", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Home visit", - "1", - "235" - ], - [ - "21", - "Location of intervention - MHPSS", - "", - "Coded", - "5", - "School visit", - "7091b6ea-7067-4ee3-9f67-8805904e2f61", - "School visit", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "School", - "Location of teaching", - "N/A", - "Misc", - "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة مدرسية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "School", - "mKGlluwx83y", - "school", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|School visit", - "1", - "236" - ], - [ - "21", - "Location of intervention - MHPSS", - "", - "Coded", - "6", - "Remote / phone", - "398ce872-5862-4826-bba8-826915eddf98", - "Remote / phone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-975", - "", - "Telehealth consultation", - "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عن بعد / تلفون", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Remote / Phone", - "CL7Yj72PgmV", - "remote_phone", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Remote / phone", - "1", - "237" - ], - [ - "21", - "Location of intervention - MHPSS", - "", - "Coded", - "7", - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF manual", - "", - "MSF-7", - "CIEL-5622", - "Other", - "A generic, descriptive, and non-coded response to a question., CIEL link is broken", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Other", - "MSRu3TwArTh", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Other", - "1", - "238" - ], - [ - "22", - "Type of Mental Health intervention", - "", - "Coded", - "1", - "Counselling", - "", - "Counselling", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-145", - "", - "", - "", - "Not found in MSF source; possibly use 1405, name = \"Psychosocial counselling\", DEF = \"Counseling provided for psychosocial support.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "استشارة مع مستشار نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Counselling (with counsellor)", - "xUDWMZGGS2l", - "counselling_with_counsellor", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of Mental Health intervention|Counselling", - "1", - "239" - ], - [ - "22", - "Type of Mental Health intervention", - "", - "Coded", - "2", - "Psychotherapy", - "", - "Psychotherapy", - "", - "", - "", - "", - "", - "", - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "a60e6351-d0ee-403b-9467-98fb25bca5db", - "95", - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-163312", - "Psychotherapy", - "No DEF", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "علاج نفسي مع اخصائي نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Psychotherapy (with psychologist)", - "JZwsTTNdzhq", - "psychotherapy_with_psychologist", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of Mental Health intervention|Psychotherapy", - "1", - "240" - ], - [ - "23", - "Type of Mental Health intervention - MHPSS", - "", - "Coded", - "1", - "Counselling", - "08c534b7-c901-46fb-9831-50ecfcd74d1b", - "Counselling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "استشارة مع مستشار نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Counselling (with counsellor)", - "xUDWMZGGS2l", - "counselling_with_counsellor", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of intervention] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of Mental Health intervention - MHPSS|Counselling", - "1", - "241" - ], - [ - "23", - "Type of Mental Health intervention - MHPSS", - "", - "Coded", - "2", - "Psychotherapy", - "aa9c5d82-1ebf-43c7-9218-6766c4affbc4", - "Psychotherapy", - " ", - " ", - " ", - " ", - " ", - " ", - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "a60e6351-d0ee-403b-9467-98fb25bca5db", - "95", - "Found", - "", - "", - "(see CIEL)", - "CIEL-163312", - "Psychotherapy", - "No DEF", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "علاج نفسي مع اخصائي نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Psychotherapy (with psychologist)", - "JZwsTTNdzhq", - "psychotherapy_with_psychologist", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of intervention] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of Mental Health intervention - MHPSS|Psychotherapy", - "1", - "242" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "1", - "IPD MSF", - "", - "IPD MSF", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|IPD MSF", - "1", - "243" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "2", - "Emergency department MSF", - "", - "Emergency department MSF", - "Emergency department", - "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", - "N/A", - "Misc", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - "95", - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الإسعافات لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Emergency department MSF", - "1", - "244" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "3", - "ER", - "", - "ER", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-1383", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|ER", - "1", - "245" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "4", - "MSF ATFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|MSF ATFC", - "1", - "246" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "5", - "Non-MSF ATFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Non-MSF ATFC", - "1", - "247" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "6", - "Primary Health Center MSF", - "", - "Primary Health Center MSF", - "", - "", - "", - "", - "", - "", - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Primary Health Center MSF", - "1", - "248" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "7", - "Health Promotion/sensitization", - "", - "Health Promotion/sensitization", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التوعية الصحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Health Promotion/sensitization", - "1", - "249" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "8", - "Other MSF personnel", - "", - "Other MSF personnel", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF manual", - "", - "MSF-1422", - "", - "MSF other", - "Other MSF department or group., question = Source of initial patient referral", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف آخر لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other MSF personnel", - "1", - "250" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "9", - "MSF social worker", - "", - "MSF social worker", - "Social worker", - "", - "", - "", - "MSF-AAAAAA000000000000001398", - "95", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل مجتمعي لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|MSF social worker", - "1", - "251" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "10", - "Hospital or Health facility", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - "90", - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF manual", - "", - "MSF-2578", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Hospital or Health facility", - "1", - "252" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "11", - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|SFC", - "1", - "253" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "12", - "Hospital", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - "90", - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مستشفى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Hospital", - "1", - "254" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "13", - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-1385", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|OPD", - "1", - "255" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "14", - "Outreach", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Outreach", - "1", - "256" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "15", - "Other health structure", - "", - "Other health structure", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-164407", - "Other health facility", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز أو منشأة صحية أخرى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other health structure", - "1", - "257" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "16", - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other", - "1", - "258" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "17", - "Local health worker (non-MSF)", - "", - "Local health worker (non-MSF)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Local health worker (non-MSF)", - "1", - "259" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "18", - "Institutions (NGOs/Church/IGO)", - "", - "Institutions (NGOs/Church/IGO)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Institutions (NGOs/Church/IGO)", - "1", - "260" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "19", - "NGO", - "", - "NGO", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-48", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|NGO", - "1", - "261" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "20", - "Self-referral", - "", - "Self-referral", - "", - "", - "", - "", - "", - "", - "Self-referred", - "", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF manual", - "", - "MSF-1417", - "CIEL-160551", - "Self-referral", - "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "احالة فردية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Self-referral", - "1", - "262" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "21", - "Family member / friend /neighbor", - "", - "Family member / friend /neighbor", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "Use MSF manual", - "", - "MSF-1514", - "", - "", - "", - "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد أفراد العائلة / صديق / جار", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Family member / friend /neighbor", - "1", - "263" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "22", - "Community leader", - "", - "Community leader", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Community leader", - "", - "N/A", - "Misc", - "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", - "95", - "Found", - "Use MSF automatch", - "", - "MSF-981", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد شخصيات المجتمع المحلي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Community leader", - "1", - "264" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "23", - "School / University", - "", - "School / University", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "University", - "Academic institution. Higher learning.", - "N/A", - "Misc", - "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مدرسة/جامعة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|School / University", - "1", - "265" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "24", - "Authorities", - "", - "Authorities", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-1005", - "", - "Local authorities", - "The organizations or individuals in charge of the public services for a community.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلطات", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Authorities", - "1", - "266" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "25", - "Legal attorney office", - "", - "Legal attorney office", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Create in OCG", - "", - "", - "PIH-13470", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب المحاماة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Legal attorney office", - "1", - "267" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "26", - "Prosecutor office", - "", - "Prosecutor office", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب الادعاء", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Prosecutor office", - "1", - "268" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "27", - "Forensic department", - "", - "Forensic department", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الطب الشرعي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Forensic department", - "1", - "269" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "28", - "CHOW (Community Health Outreach Worker)", - "", - "CHOW (Community Health Outreach Worker)", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Use CIEL manual", - "", - "", - "CIEL-1555", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "منشط اجتماعي في مجال الرعاية الصحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|CHOW (Community Health Outreach Worker)", - "1", - "270" - ], - [ - "24", - "Patient referred by", - "", - "Coded", - "29", - "Community educator", - "", - "Community educator", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Use CIEL manual", - "", - "", - "CIEL-1555", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مربي مجتمع", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Community educator", - "1", - "271" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "1", - "IPD MSF", - "d17350e6-12de-4454-b902-58c2fc1e59aa", - "IPD MSF", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-3194", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "IPD MSF", - "hUkr13HVkFe", - "inpatient_department", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|IPD MSF", - "1", - "272" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "2", - "Emergency department MSF", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - "Emergency department MSF", - "Emergency department", - "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", - "N/A", - "Misc", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - "95", - "Emergency department", - " ", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الإسعافات لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "ER MSF", - "v1uQIEM3yTP", - "emergency_department", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Emergency department MSF", - "1", - "273" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "3", - "Primary Health Center MSF", - "82815438-a49d-48d7-a67f-dd294aa3c1e2", - "Primary Health Center MSF", - " ", - " ", - " ", - " ", - " ", - " ", - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "MSF-3195", - "CIEL-159372", - "MSF Primary Health Center", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Primary Health Center MSF", - "vcsgSPTyIPC", - "primary_health_center", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Primary Health Center MSF", - "1", - "274" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "4", - "Health Promotion/sensitization", - "edb619d5-309f-45db-9521-70fcc22b30aa", - "Health Promotion/sensitization", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التوعية الصحية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "HP / Sensitization", - "xihtGfyAQG9", - "sensitization", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Health Promotion/sensitization", - "1", - "275" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "5", - "Other MSF personnel", - "200a3de4-00a7-4a2e-a113-852013d6f4c5", - "Other MSF personnel", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "MSF-3197", - "", - "Other MSF personnel", - "", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف آخر لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Other MSF staff", - "csTGh6JIRmf", - "other_msf_staff", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Other MSF personnel", - "1", - "276" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "6", - "MSF social worker", - "92f7c3e2-89e1-4ebd-9da9-7c2976de815c", - "MSF social worker", - "Social worker", - " ", - " ", - " ", - "MSF-AAAAAA000000000000001398", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-3198", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل مجتمعي لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "MSF social worker", - "cuIef31D5QL", - "social_work_msf", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|MSF social worker", - "1", - "277" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "7", - "Other health structure", - "923c6b39-4094-45e4-95ab-b44f7a381980", - "Other health structure", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "MSF-3199", - "CIEL-164407", - "Other health facility", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز أو منشأة صحية أخرى", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Other Health Structure", - "bZZjZast35n", - "other_health_structure", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Other health structure", - "1", - "278" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "8", - "Local health worker (non-MSF)", - "54054512-7317-45c4-9494-f74be6ab4549", - "Local health worker (non-MSF)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-3200", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Local health worker non MSF", - "NIXRVxxeiLm", - "hw_local", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Local health worker (non-MSF)", - "1", - "279" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "9", - "Institutions (NGOs/Church/IGO)", - "f9688da4-cdcf-4cb3-90c2-263812fa064f", - "Institutions (NGOs/Church/IGO)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-3201", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Institutions (Church, NGO, International Agencies)", - "eHP0GjRUPx4", - "institutions_church_ngo_international_agencies", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Institutions (NGOs/Church/IGO)", - "1", - "280" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "10", - "Self-referral", - "8d9386b1-a641-4155-9822-7a06a16aa8e8", - "Self-referral", - " ", - " ", - " ", - " ", - " ", - " ", - "Self-referred", - " ", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "MSF-1417", - "CIEL-160551", - "Self-referral", - "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "احالة فردية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Self Referral", - "riMSWiZKZ2Q", - "self_referral", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Self-referral", - "1", - "281" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "11", - "Family member / friend /neighbor", - "a8432309-bc74-4da0-8639-76988c02cbb5", - "Family member / friend /neighbor", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد أفراد العائلة / صديق / جار", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Family / Friend / Neighbor", - "bDu4hsAwaAB", - "family_friend_neighbor", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Family member / friend /neighbor", - "1", - "282" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "12", - "Community leader", - "8b93d848-9e20-41b3-94e5-895a356e5ed7", - "Community leader", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Community leader", - "", - "N/A", - "Misc", - "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", - "95", - "Found", - "", - "", - "MSF-3203", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد شخصيات المجتمع المحلي", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Community leader", - "waFIAukspK9", - "community_leader", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Community leader", - "1", - "283" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "13", - "School / University", - "98b1e458-2d46-4025-b912-7340f9d39610", - "School / University", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "University", - "Academic institution. Higher learning.", - "N/A", - "Misc", - "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "MSF-3204", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مدرسة/جامعة", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "School / University", - "ipYSgBna9cP", - "school_university", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|School / University", - "1", - "284" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "14", - "Authorities", - "80575f44-be81-4694-aba4-012999328339", - "Authorities", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-1005", - "", - "Local authorities", - "The organizations or individuals in charge of the public services for a community.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلطات", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Authorities", - "gh5agL1I7Nz", - "authorities", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Authorities", - "1", - "285" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "15", - "Legal attorney office", - "14940a46-5cce-4744-ac2a-c2d1fdc64e11", - "Legal attorney office", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب المحاماة", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Legal attorney office", - "DqMj4xwn5EC", - "legal_attorney_office", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Legal attorney office", - "1", - "286" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "16", - "Prosecutor office", - "b989e916-8299-40f6-9a92-c0c8d8e70f20", - "Prosecutor office", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب الادعاء", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Prosecutor office", - "EDDo3uX7Hjp", - "fiscalia_de_la_mujer", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Prosecutor office", - "1", - "287" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "17", - "Forensic department", - "f85b0def-4af3-4901-839d-0a9dc8ace318", - "Forensic department", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الطب الشرعي", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Forensic department", - "qkalVIdgmBS", - "medicina_forense", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Forensic department", - "1", - "288" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "18", - "CHOW (Community Health Outreach Worker)", - "127bfdc9-8059-4421-a3cc-967bfbfee0ce", - "CHOW (Community Health Outreach Worker)", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "منشط اجتماعي في مجال الرعاية الصحية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "CHOW", - "LCk7N10isIp", - "chow", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|CHOW (Community Health Outreach Worker)", - "1", - "289" - ], - [ - "25", - "Patient referred by - MH", - "", - "Coded", - "19", - "Community educator", - "410a0731-cb41-4181-9897-6eb9894bf7b8", - "Community educator", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مربي مجتمع", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Community educator", - "PWjmOym543x", - "community_educattor", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Community educator", - "1", - "290" - ], - [ - "26", - "Patient referred by - ITFC", - "", - "Coded", - "1", - "ER", - "", - "ER", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|ER", - "1", - "291" - ], - [ - "26", - "Patient referred by - ITFC", - "", - "Coded", - "2", - "NGO", - "", - "NGO", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منظمة غير حكومية", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "NGO", - "YZPzqNjIjkE", - "ngo", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|NGO", - "1", - "292" - ], - [ - "26", - "Patient referred by - ITFC", - "", - "Coded", - "3", - "MSF ATFC", - "", - "MSF ATFC", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "MSF ATFC", - "eQhl8Cckky0", - "msf_atfc", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|MSF ATFC", - "1", - "293" - ], - [ - "26", - "Patient referred by - ITFC", - "", - "Coded", - "4", - "Non-MSF ATFC", - "", - "Non-MSF ATFC", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Non-MSF ATFC", - "qd0LCPcNoWO", - "non_msf_atfc", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Non-MSF ATFC", - "1", - "294" - ], - [ - "26", - "Patient referred by - ITFC", - "", - "Coded", - "5", - "Hospital or Health facility", - "", - "Hospital or Health facility", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - "90", - "Hospital", - " ", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مستشفى او منشأة صحية", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Hospital or Health facility", - "TrHSyBJXKcT", - "hospital_health_facility", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Hospital or Health facility", - "1", - "295" - ], - [ - "26", - "Patient referred by - ITFC", - "", - "Coded", - "6", - "Self-referral", - "", - "Self-referral", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Self-referral", - "snH8Rb7148A", - "self_referred", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Self-referral", - "1", - "296" - ], - [ - "26", - "Patient referred by - ITFC", - "", - "Coded", - "7", - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Other", - "gyffBI4rHwm", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Other", - "1", - "297" - ], - [ - "27", - "Patient referred by - ATFC", - "", - "Coded", - "1", - "SFC", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|SFC", - "1", - "298" - ], - [ - "27", - "Patient referred by - ATFC", - "", - "Coded", - "2", - "Hospital", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - "90", - "Hospital", - " ", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مستشفى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Hospital", - "1", - "299" - ], - [ - "27", - "Patient referred by - ATFC", - "", - "Coded", - "3", - "OPD", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|OPD", - "1", - "300" - ], - [ - "27", - "Patient referred by - ATFC", - "", - "Coded", - "4", - "Outreach", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Outreach", - "1", - "301" - ], - [ - "27", - "Patient referred by - ATFC", - "", - "Coded", - "5", - "Self-referred", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "Self-referred", - " ", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "بمفرده / رغبة من المريض", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Self-referred", - "1", - "302" - ], - [ - "27", - "Patient referred by - ATFC", - "", - "Coded", - "6", - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Other", - "1", - "303" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "1", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "464c68b7-0fb0-495c-b931-0c1732b60397", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "UeYsD88aXOb", - "1_1_body_pain_or_complaints", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "1", - "304" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "2", - "1.2 Eating problems", - "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", - "1.2 Eating problems", - "Eating", - "Coded question of patient's ability to eat.", - "Coded", - "Question", - "MSF-AAAAAA000000000000002835", - "90", - "", - "", - "", - "", - "", - "", - "Eating", - "", - "N/A", - "Misc", - "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", - "90", - "Found", - "Use MSF manual", - "", - "MSF-1400", - "", - "Eating disorder", - "Disorders characterized by physiological and psychological disturbances in appetite or food intake.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في الأكل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.2 Eating problems", - "u1MYOfo6bZo", - "1_2_eating_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.2 Eating problems", - "1", - "305" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "3", - "1.3 Sleeping problems", - "42966954-f43f-4564-bc59-d9d133e53a75", - "1.3 Sleeping problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-526", - "", - "Sleep disorder", - "Conditions characterized by the disturbance of normal sleep patterns and behaviors. There are a number of sleep disorders that range from trouble falling asleep, to nightmares, sleepwalking, and sleep apnea.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في النوم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.3 Sleeping problems", - "kKLSjMaDB71", - "1_3_sleeping_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.3 Sleeping problems", - "1", - "306" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "4", - "1.4 Bedwetting / retention problems", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "1.4 Bedwetting / retention problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-1396", - "CIEL-117211", - "Enuresis", - "Involuntary discharge of urine after the age at which urinary control should have been achieved, CIEL name = Incontinence, no DEF, could also be 'unspecified', 'urinary' or 'stress incontinence'", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التبول أثناء النوم / مشاكل في السلس", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.4 Bedwetting / retention problems", - "W445BWB0GQ3", - "1_4_Bedwetting_retention_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.4 Bedwetting / retention problems", - "1", - "307" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "5", - "1.5 Sexual problems", - "3ba98736-982f-4d9c-a675-f83b180a9f28", - "1.5 Sexual problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-1401", - "", - "Sexual disorder", - "Physiological disturbances in normal sexual performance.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل جنسية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.5 Sexual problems", - "qu1XKVn8CUS", - "1_5_sexual_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.5 Sexual problems", - "1", - "308" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "6", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "28adad48-b45b-46a4-ae94-4cca6118047e", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "PClZEC4W4rM", - "1_6_unexplained_physical_reaction", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "1", - "309" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "7", - "2.1 Sad mood", - "7f4699e5-e70a-49fb-bf34-c09afa867fdc", - "2.1 Sad mood", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001786", - "90", - "", - "", - "", - "", - "", - "", - "Sad mood", - "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", - "N/A", - "Diagnosis", - "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Use MSF automatch", - "", - "MSF-1386", - "", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مزاج حزين", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.1 Sad mood", - "XPvA3hyChlA", - "2_1_sad_mood", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.1 Sad mood", - "1", - "310" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "8", - "2.2 Irritability / anger", - "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", - "2.2 Irritability / anger", - "", - "", - "", - "", - "", - "", - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "3cf2a6fc-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF manual", - "", - "MSF-1387", - "", - "Irritable mood", - "Abnormal or excessive excitability with easily triggered anger, annoyance, or impatience.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سرعة الضيق / الغضب", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.2 Irritability / anger", - "vprUUUOBopr", - "2_2_irritability_anger", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.2 Irritability / anger", - "1", - "311" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "9", - "2.3 Loss of interest / anhedonia", - "51061bb9-6084-4bb3-b83b-5c234e45b09c", - "2.3 Loss of interest / anhedonia", - "", - "", - "", - "", - "", - "", - "Loss of interest", - "The loss of interest in previously rewarding or enjoyable activities or relationships.", - "N/A", - "Finding", - "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-1389", - "", - "Anhedonia", - "The inability to experience pleasure from activities someone usually found enjoyable.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الاهتمام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.3 Loss of interest / anhedonia", - "b4TqJ285UWa", - "2_3_loss_of_interest_anhedonia", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.3 Loss of interest / anhedonia", - "1", - "312" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "10", - "2.4 Hopelessness", - "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", - "2.4 Hopelessness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-892", - "", - "Feeling of hopeless", - "Patient describes feelings of hopeless.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الامل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.4 Hopelessness", - "Rzq6PFcbBa5", - "2_4_hopelessness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.4 Hopelessness", - "1", - "313" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "11", - "2.5 Guilt/self-blame/worthlessness", - "e8166325-9ddc-4739-9452-da63ee7862d2", - "2.5 Guilt/self-blame/worthlessness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-153507", - "Guilty feelings", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.5 Guilt/self-blame/worthlessness", - "QZBfUwIyQm9", - "2_5_guilt_self_blame_worthlessness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.5 Guilt/self-blame/worthlessness", - "1", - "314" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "12", - "2.6 Current suicidal thoughts", - "4f8f7343-f191-4483-bcf9-c60027a6eca8", - "2.6 Current suicidal thoughts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-1390", - "", - "Suicidal thoughts", - "Contemplations, wishes, and preoccupations with death and suicide", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.6 Current suicidal thoughts", - "WCyJmoOZsCZ", - "2_6_current_suicidal_thoughts", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.6 Current suicidal thoughts", - "1", - "315" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "13", - "2.7 Recent suicidal attempt", - "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", - "2.7 Recent suicidal attempt", - "", - "", - "", - "", - "", - "", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source, not found exactly in CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.7 Recent suicidal attempt", - "z8jBJ5nYwIS", - "2_7_recent_suicidal_attempt", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.7 Recent suicidal attempt", - "1", - "316" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "14", - "2.8 Recent self-harm", - "003b425a-d8c3-47ed-bbde-45a7c180c0a4", - "2.8 Recent self-harm", - "", - "", - "", - "", - "", - "", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Self-harm exists in MSF and CIEL diagnosis but not 'recent'", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية للذات مؤخراً", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.8 Recent self-harm", - "XzLHZumvFOH", - "2_8_recent_self_harm", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.8 Recent self-harm", - "1", - "317" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "15", - "2.9 Changes in appetite", - "ce47585c-fa23-4de3-9e3a-97f5eb309e72", - "2.9 Changes in appetite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Loss or increase of appetite exist in CIEL but not 'change' only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تغير في الشهية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.9 Lack of appetite", - "Y5NywW5KfoX", - "2_9_lack_of_appetite", - "", - "", - "", - "", - "", - "", - "In Mosul form, \"Changes in appetite\"", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.9 Changes in appetite", - "1", - "318" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "16", - "3.1 Constant stress", - "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", - "3.1 Constant stress", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالضغط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.1 Constant stress", - "YpabM1EGBap", - "3_1_constant_stress", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.1 Constant stress", - "1", - "319" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "17", - "3.2 Persistent worry", - "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", - "3.2 Persistent worry", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-893", - "", - "Feeling constantly worried", - "Patient expresses feeling constantly worried.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالقلق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.2 Persistent worry", - "PsBi8qdxleW", - "3_2_persistent_worry", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.2 Persistent worry", - "1", - "320" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "18", - "3.3 Intense fear / phobia / feeling threatened", - "ae1ab702-fa58-4648-95e4-acca5c9078f7", - "3.3 Intense fear / phobia / feeling threatened", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-894", - "", - "Excessive fear/phobia", - "Aniexty disorders in which the essential feature is persistent and irrational fear of a specific object, activity, or situation that the individual feels compelled to avoid. The individual recognizes the fear as excessive or unreasonable.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "خوف شديد / خوف مرضي / الشعور بالتهديد", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.3 Intense fear / phobia / feeling threatened", - "JDP7sAjWj0r", - "3_3_intense_fear_phobia_feeling_threatened", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.3 Intense fear / phobia / feeling threatened", - "1", - "321" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "19", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "473f0ea3-92e5-4a99-bbe0-358e371355ee", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Panic attack", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "N/A", - "Diagnosis", - "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Create in OCG", - "", - "MSF-1634", - "", - "Panic disorder", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "hHoP5vhiGn3", - "3_4_panic_attack", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "1", - "322" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "20", - "3.5 Compulsive or repetitive behavior", - "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", - "3.5 Compulsive or repetitive behavior", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-1392", - "", - "Compulsive behavior", - "The behavior of performing an act persistently and repetitively without it leading to reward or pleasure.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوك وسواسي أو متكرر", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.5 Compulsive or repetitive behavior", - "PgxhapZ8P9E", - "3_5_compulsive_or_repetitive_behavior", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.5 Compulsive or repetitive behavior", - "1", - "323" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "21", - "4.1 Intrusive feelings, thoughts", - "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", - "4.1 Intrusive feelings, thoughts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-897", - "", - "Intrusive thoughts", - "Unwanted thoughts or mental images that make the patient feel uncomfortable.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار تطفلية أو اقتحامية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.1 Intrusive feelings thoughts", - "sFbWwoZbiSF", - "4_1_intrusive_feelings_thoughts", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.1 Intrusive feelings, thoughts", - "1", - "324" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "22", - "4.2 Flashbacks", - "c60a75c9-2ee9-4fb2-af53-6d730e45f074", - "4.2 Flashbacks", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001794", - "90", - "Flashbacks", - "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", - "N/A", - "Diagnosis", - "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-1394", - "", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ومضات من الماضي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.2 Flashbacks", - "FibcXxxITz4", - "4_2_flashbacks", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.2 Flashbacks", - "1", - "325" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "23", - "4.3 Avoidance of traumatic stimuli", - "94083de5-2603-4b26-a6d8-ec4459f9eced", - "4.3 Avoidance of traumatic stimuli", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Create in OCG", - "", - "MSF-898", - "", - "Avoidance behaviour", - "Behavioural acts that enable a patient to avoid anticipated unplesant or painful situations, stimuli, or events.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تجنب المحفزات المرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.3 Avoidance of traumatic stimuli", - "TzFciNtGU4L", - "4_3_avoidance_of_traumatic_stimuli", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.3 Avoidance of traumatic stimuli", - "1", - "326" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "24", - "4.4 Hypervigilance / excessive startle response", - "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", - "4.4 Hypervigilance / excessive startle response", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-907", - "", - "Hyper-vigilance", - "Patient is highly alert and displaying behaviors to avoid or prevent danger.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرط اليقظة / استجابة إجفالية شديدة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.4 Hypervigilance / excessive startle response", - "Uhj6bkTtm2b", - "4_4_hypervigilance_excessive_startle_response", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.4 Hypervigilance / excessive startle response", - "1", - "327" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "25", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Create in OCG", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check, name = \"Hallucinations\", DEF = \"Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "DqF1son0fxy", - "4_5_trauma_related_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "1", - "328" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "26", - "4.6 Child has stopped talking", - "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", - "4.6 Child has stopped talking", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - "90", - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Use MSF manual", - "", - "MSF-3218", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'language' problems in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف الطفل عن الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.6 Child has stopped talking", - "xrr1xtIehD9", - "4_6_child_has_stopped_talking", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.6 Child has stopped talking", - "1", - "329" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "27", - "5.1 Delusions (false beliefs)", - "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", - "5.1 Delusions (false beliefs)", - "", - "", - "", - "", - "", - "", - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Use CIEL automatch", - "", - "MSF-497", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوهام (معتقدات خاطئة)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.1 Delusions (false beliefs)", - "vAcyKlSrQOK", - "5_1_delusions", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.1 Delusions (false beliefs)", - "1", - "330" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "28", - "5.2 Visual hallucinations", - "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", - "5.2 Visual hallucinations", - "", - "", - "", - "", - "", - "", - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "Use CIEL automatch", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check name and definition", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات بصرية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.2 Visual hallucinations", - "lsyUg99Xik2", - "5_2_visual_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.2 Visual hallucinations", - "1", - "331" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "29", - "5.3 Auditory hallucinations", - "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", - "5.3 Auditory hallucinations", - "", - "", - "", - "", - "", - "", - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "Use CIEL automatch", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check name", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات سمعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.3 Auditory hallucinations", - "BPYqkKFsav2", - "5_3_auditory_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.3 Auditory hallucinations", - "1", - "332" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "30", - "5.4 Disorganized thought /speech", - "dfaf113c-72f2-4865-81c9-31aba9e95a74", - "5.4 Disorganized thought /speech", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-903", - "", - "Disorganized thoughts", - "The paitent cannot control their thoughts or express themself well, which makes relating to others difficult.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشتت الأفكار / الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.4 Disorganized thought /speech", - "f50m0IXJNZ1", - "5_4_disorganized_thought_speech", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.4 Disorganized thought /speech", - "1", - "333" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "31", - "5.5 Bizarre behavior", - "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", - "5.5 Bizarre behavior", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-464", - "", - "Abnormal behaviour", - "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوكيات غريبة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.5 Bizarre behavior", - "SSaShXgyswX", - "5_5_bizarre_behavior", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.5 Bizarre behavior", - "1", - "334" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "32", - "5.6 Psychotic agitation", - "cda4f471-1da9-4192-8f26-ecec35775d5a", - "5.6 Psychotic agitation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3221", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'Agitation' or 'Psychomotor agitation' in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور ذهاني بالضيق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.6 Psychotic agitation", - "BbQwHHYdAtY", - "5_6_psychotic_agitation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.6 Psychotic agitation", - "1", - "335" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "33", - "6.1 Problems with concentration, memory or reasoning", - "44274d50-bb85-4f20-9b55-d08f60343c38", - "6.1 Problems with concentration, memory or reasoning", - "", - "", - "", - "", - "", - "", - "concentration", - "Used to describe a concentration in a DST test. Maps to datatype double. ", - "Numeric", - "Misc", - "160047AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Create in OCG", - "", - "MSF-1403/1404/906", - "", - "", - "", - "Check - different items and different classes grouped; names = \"Lack of concentration\", \"Lack of memory\", \"Difficulty reasoning\", DEFs = \"The inability to focus on tasks.\", \"Disturbances in registering an impression, in the retention of an acquired impression, or in the recall of an impression.\", \"Patient has difficulty thinking about things in a logical, sensible way.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في التركيز، أو التذكر، أو التفكير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.1 Problems with concentration memory or reasoning", - "HxamZeSwli0", - "6_1_problems_with_concentration_memory_or_reasoning", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.1 Problems with concentration, memory or reasoning", - "1", - "336" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "34", - "6.2 Delayed development (milestones)", - "66e446ee-8f82-4f2a-808f-00d664ac92de", - "6.2 Delayed development (milestones)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-6022", - "Delayed milestones", - "Delay in a set of functional skills or age-specific tasks that most children can do by a certain age range.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تأخر في التطور (المحطات الإنجازية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.2 Delayed development (milestones)", - "zAXxqqhE7hH", - "6_2_delayed_development", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.2 Delayed development (milestones)", - "1", - "337" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "35", - "6.3 Abnormal social interaction and communication", - "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", - "6.3 Abnormal social interaction and communication", - "Abnormal", - "A result that deviates from the standard or what is expected.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001333", - "90", - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd75230-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF manual", - "", - "MSF-3225", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'Social Maladjustment' in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تواصل اجتماعي غير طبيعي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.3 Abnormal social interaction and communication", - "p1PiLH5LcpL", - "6_3_abnormal_social_interaction_and_communication", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.3 Abnormal social interaction and communication", - "1", - "338" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "36", - "6.4 Learning difficulties", - "9240ed56-8ba2-4ef2-b42f-e84179fcc333", - "6.4 Learning difficulties", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-5550", - "Learning problems", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبات في التعلم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.4 Learning difficulties", - "ov5D4toFD3q", - "6_4_learning_difficulties", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.4 Learning difficulties", - "1", - "339" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "37", - "6.5 Epileptic seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "6.5 Epileptic seizures", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000420", - "90", - "Epileptic seizure", - "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", - "N/A", - "Diagnosis", - "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "MSF-420", - "", - "Epileptic seizures", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.5 Epileptic seizures", - "dpdekdgiUMZ", - "6_5_epileptic_seizures", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.5 Epileptic seizures", - "1", - "340" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "38", - "7.1 Alcohol / substance abuse", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "7.1 Alcohol / substance abuse", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-2457", - "", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعاطي الكحول / العقاقير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.1 Alcohol / substance abuse", - "u6J5PRo76eL", - "7_1_alcohol_substance_abuse", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.1 Alcohol / substance abuse", - "1", - "341" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "39", - "7.2 Aggressiveness", - "977e8c6f-befa-4af3-87e1-1d29a57450c1", - "7.2 Aggressiveness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-2877", - "", - "Aggressive behavior", - "A form of behavior which leads to self-assertion; it may arise from innate drives and/or a response to frustration; may be manifested by destructive and attacking behavior, by covert attitudes of hostility and obstructionism, or by healthy self-expressive drive to mastery. (Dorland 27th ed)", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العدائية او الهجومية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.2 Aggressiveness", - "ZJKWvyAYFU4", - "7_2_aggressiveness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.2 Aggressiveness", - "1", - "342" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "40", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-464", - "", - "Abnormal behaviour", - "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.Pediatric paitent displays a behavioral problem.", - "Check name", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "XwiwuWP5Sze", - "7_3_conduct_problems_in_children", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "1", - "343" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "41", - "7.4 Hypo- or hyperactivity", - "520eccda-99f4-4cab-950b-260cfe3ab767", - "7.4 Hypo- or hyperactivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3226", - "", - "", - "", - "Includes MSF1397 (Hyperactivity), nothing found for hypoactivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قلة او فرط النشاط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.4 Hypo or hyperactivity", - "D655HPkg8Sw", - "7_4_hypo_or_hyperactivity", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.4 Hypo- or hyperactivity", - "1", - "344" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "42", - "7.5 Impulsivity", - "12723e41-2955-4917-971c-7f05849412d7", - "7.5 Impulsivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-156762", - "Impulsiveness", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاندفاعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.5 Impulsivity", - "L6gwT6cBFEk", - "7_5_impulsivity", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.5 Impulsivity", - "1", - "345" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "43", - "7.6 Regression in development", - "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", - "7.6 Regression in development", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-901", - "", - "Regression in development in child", - "Loss of developmental milestones in a child during and/or after hospitalization.", - "Check class = Finding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الارتكاس في التطور", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.6 Regression in development", - "rhQpTzDeQPW", - "7_6_regression_in_development", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.6 Regression in development", - "1", - "346" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "44", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "", - "", - "", - "", - "", - "", - "Social withdrawal", - "", - "N/A", - "Diagnosis", - "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-126307", - "Social withdrawal", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "xBuK70tTHrj", - "7_7_social_withdrawal", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "1", - "347" - ], - [ - "28", - "Current symptoms or complaints - MH", - "", - "Coded", - "45", - "8.1 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8.1 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "8.1 Other (specify)", - "tkP1jOd01Pn", - "8_1_other", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|8.1 Other", - "1", - "348" - ], - [ - "29", - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - "1", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "464c68b7-0fb0-495c-b931-0c1732b60397", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "UeYsD88aXOb", - "1_1_body_pain_or_complaints", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "1", - "349" - ], - [ - "29", - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - "2", - "1.2 Eating problems", - "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", - "1.2 Eating problems", - "Eating", - "Coded question of patient's ability to eat.", - "Coded", - "Question", - "MSF-AAAAAA000000000000002835", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Eating", - "", - "N/A", - "Misc", - "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في الأكل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.2 Eating problems", - "u1MYOfo6bZo", - "1_2_eating_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.2 Eating problems", - "1", - "350" - ], - [ - "29", - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - "3", - "1.3 Sleeping problems", - "42966954-f43f-4564-bc59-d9d133e53a75", - "1.3 Sleeping problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في النوم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.3 Sleeping problems", - "kKLSjMaDB71", - "1_3_sleeping_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.3 Sleeping problems", - "1", - "351" - ], - [ - "29", - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - "4", - "1.4 Bedwetting / retention problems", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "1.4 Bedwetting / retention problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التبول أثناء النوم / مشاكل في السلس", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.4 Bedwetting / retention problems", - "W445BWB0GQ3", - "1_4_Bedwetting_retention_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.4 Bedwetting / retention problems", - "1", - "352" - ], - [ - "29", - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - "5", - "1.5 Sexual problems", - "3ba98736-982f-4d9c-a675-f83b180a9f28", - "1.5 Sexual problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل جنسية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.5 Sexual problems", - "qu1XKVn8CUS", - "1_5_sexual_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.5 Sexual problems", - "1", - "353" - ], - [ - "29", - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - "6", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "28adad48-b45b-46a4-ae94-4cca6118047e", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "PClZEC4W4rM", - "1_6_unexplained_physical_reaction", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "1", - "354" - ], - [ - "30", - "Current symptoms or complaints - Depression related", - "", - "Coded", - "1", - "2.1 Sad mood", - "7f4699e5-e70a-49fb-bf34-c09afa867fdc", - "2.1 Sad mood", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001786", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Sad mood", - "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", - "N/A", - "Diagnosis", - "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مزاج حزين", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.1 Sad mood", - "XPvA3hyChlA", - "2_1_sad_mood", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.1 Sad mood", - "1", - "355" - ], - [ - "30", - "Current symptoms or complaints - Depression related", - "", - "Coded", - "2", - "2.2 Irritability / anger", - "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", - "2.2 Irritability / anger", - " ", - " ", - " ", - " ", - " ", - " ", - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "3cf2a6fc-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سرعة الضيق / الغضب", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.2 Irritability / anger", - "vprUUUOBopr", - "2_2_irritability_anger", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.2 Irritability / anger", - "1", - "356" - ], - [ - "30", - "Current symptoms or complaints - Depression related", - "", - "Coded", - "3", - "2.3 Loss of interest / anhedonia", - "51061bb9-6084-4bb3-b83b-5c234e45b09c", - "2.3 Loss of interest / anhedonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Loss of interest", - "The loss of interest in previously rewarding or enjoyable activities or relationships.", - "N/A", - "Finding", - "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الاهتمام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.3 Loss of interest / anhedonia", - "b4TqJ285UWa", - "2_3_loss_of_interest_anhedonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.3 Loss of interest / anhedonia", - "1", - "357" - ], - [ - "30", - "Current symptoms or complaints - Depression related", - "", - "Coded", - "4", - "2.4 Hopelessness", - "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", - "2.4 Hopelessness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الامل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.4 Hopelessness", - "Rzq6PFcbBa5", - "2_4_hopelessness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.4 Hopelessness", - "1", - "358" - ], - [ - "30", - "Current symptoms or complaints - Depression related", - "", - "Coded", - "5", - "2.5 Guilt/self-blame/worthlessness", - "e8166325-9ddc-4739-9452-da63ee7862d2", - "2.5 Guilt/self-blame/worthlessness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.5 Guilt/self-blame/worthlessness", - "QZBfUwIyQm9", - "2_5_guilt_self_blame_worthlessness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.5 Guilt/self-blame/worthlessness", - "1", - "359" - ], - [ - "30", - "Current symptoms or complaints - Depression related", - "", - "Coded", - "6", - "2.6 Current suicidal thoughts", - "4f8f7343-f191-4483-bcf9-c60027a6eca8", - "2.6 Current suicidal thoughts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.6 Current suicidal thoughts", - "WCyJmoOZsCZ", - "2_6_current_suicidal_thoughts", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.6 Current suicidal thoughts", - "1", - "360" - ], - [ - "30", - "Current symptoms or complaints - Depression related", - "", - "Coded", - "7", - "2.7 Recent suicidal attempt", - "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", - "2.7 Recent suicidal attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.7 Recent suicidal attempt", - "z8jBJ5nYwIS", - "2_7_recent_suicidal_attempt", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.7 Recent suicidal attempt", - "1", - "361" - ], - [ - "30", - "Current symptoms or complaints - Depression related", - "", - "Coded", - "8", - "2.8 Recent self-harm", - "003b425a-d8c3-47ed-bbde-45a7c180c0a4", - "2.8 Recent self-harm", - " ", - " ", - " ", - " ", - " ", - " ", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية للذات مؤخراً", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.8 Recent self-harm", - "XzLHZumvFOH", - "2_8_recent_self_harm", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.8 Recent self-harm", - "1", - "362" - ], - [ - "30", - "Current symptoms or complaints - Depression related", - "", - "Coded", - "9", - "2.9 Changes in appetite", - "ce47585c-fa23-4de3-9e3a-97f5eb309e72", - "2.9 Changes in appetite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تغير في الشهية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.9 Lack of appetite", - "Y5NywW5KfoX", - "2_9_lack_of_appetite", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.9 Changes in appetite", - "1", - "363" - ], - [ - "31", - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - "1", - "3.1 Constant stress", - "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", - "3.1 Constant stress", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالضغط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.1 Constant stress", - "YpabM1EGBap", - "3_1_constant_stress", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.1 Constant stress", - "1", - "364" - ], - [ - "31", - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - "2", - "3.2 Persistent worry", - "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", - "3.2 Persistent worry", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالقلق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.2 Persistent worry", - "PsBi8qdxleW", - "3_2_persistent_worry", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.2 Persistent worry", - "1", - "365" - ], - [ - "31", - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - "3", - "3.3 Intense fear / phobia / feeling threatened", - "ae1ab702-fa58-4648-95e4-acca5c9078f7", - "3.3 Intense fear / phobia / feeling threatened", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "خوف شديد / خوف مرضي / الشعور بالتهديد", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.3 Intense fear / phobia / feeling threatened", - "JDP7sAjWj0r", - "3_3_intense_fear_phobia_feeling_threatened", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.3 Intense fear / phobia / feeling threatened", - "1", - "366" - ], - [ - "31", - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - "4", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "473f0ea3-92e5-4a99-bbe0-358e371355ee", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Panic attack", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "N/A", - "Diagnosis", - "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "hHoP5vhiGn3", - "3_4_panic_attack", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "1", - "367" - ], - [ - "31", - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - "5", - "3.5 Compulsive or repetitive behavior", - "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", - "3.5 Compulsive or repetitive behavior", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوك وسواسي أو متكرر", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.5 Compulsive or repetitive behavior", - "PgxhapZ8P9E", - "3_5_compulsive_or_repetitive_behavior", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.5 Compulsive or repetitive behavior", - "1", - "368" - ], - [ - "32", - "Current symptoms or complaints - Trauma related", - "", - "Coded", - "1", - "4.1 Intrusive feelings, thoughts", - "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", - "4.1 Intrusive feelings, thoughts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار تطفلية أو اقتحامية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.1 Intrusive feelings thoughts", - "sFbWwoZbiSF", - "4_1_intrusive_feelings_thoughts", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.1 Intrusive feelings, thoughts", - "1", - "369" - ], - [ - "32", - "Current symptoms or complaints - Trauma related", - "", - "Coded", - "2", - "4.2 Flashbacks", - "c60a75c9-2ee9-4fb2-af53-6d730e45f074", - "4.2 Flashbacks", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001794", - "90", - "Flashbacks", - "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", - "N/A", - "Diagnosis", - "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ومضات من الماضي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.2 Flashbacks", - "FibcXxxITz4", - "4_2_flashbacks", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.2 Flashbacks", - "1", - "370" - ], - [ - "32", - "Current symptoms or complaints - Trauma related", - "", - "Coded", - "3", - "4.3 Avoidance of traumatic stimuli", - "94083de5-2603-4b26-a6d8-ec4459f9eced", - "4.3 Avoidance of traumatic stimuli", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تجنب المحفزات المرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.3 Avoidance of traumatic stimuli", - "TzFciNtGU4L", - "4_3_avoidance_of_traumatic_stimuli", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.3 Avoidance of traumatic stimuli", - "1", - "371" - ], - [ - "32", - "Current symptoms or complaints - Trauma related", - "", - "Coded", - "4", - "4.4 Hypervigilance / excessive startle response", - "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", - "4.4 Hypervigilance / excessive startle response", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرط اليقظة / استجابة إجفالية شديدة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.4 Hypervigilance / excessive startle response", - "Uhj6bkTtm2b", - "4_4_hypervigilance_excessive_startle_response", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.4 Hypervigilance / excessive startle response", - "1", - "372" - ], - [ - "32", - "Current symptoms or complaints - Trauma related", - "", - "Coded", - "5", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "DqF1son0fxy", - "4_5_trauma_related_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "1", - "373" - ], - [ - "32", - "Current symptoms or complaints - Trauma related", - "", - "Coded", - "6", - "4.6 Child has stopped talking", - "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", - "4.6 Child has stopped talking", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - "90", - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف الطفل عن الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.6 Child has stopped talking", - "xrr1xtIehD9", - "4_6_child_has_stopped_talking", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.6 Child has stopped talking", - "1", - "374" - ], - [ - "33", - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - "1", - "5.1 Delusions (false beliefs)", - "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", - "5.1 Delusions (false beliefs)", - " ", - " ", - " ", - " ", - " ", - " ", - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوهام (معتقدات خاطئة)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.1 Delusions (false beliefs)", - "vAcyKlSrQOK", - "5_1_delusions", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.1 Delusions (false beliefs)", - "1", - "375" - ], - [ - "33", - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - "2", - "5.2 Visual hallucinations", - "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", - "5.2 Visual hallucinations", - " ", - " ", - " ", - " ", - " ", - " ", - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات بصرية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.2 Visual hallucinations", - "lsyUg99Xik2", - "5_2_visual_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.2 Visual hallucinations", - "1", - "376" - ], - [ - "33", - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - "3", - "5.3 Auditory hallucinations", - "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", - "5.3 Auditory hallucinations", - " ", - " ", - " ", - " ", - " ", - " ", - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات سمعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.3 Auditory hallucinations", - "BPYqkKFsav2", - "5_3_auditory_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.3 Auditory hallucinations", - "1", - "377" - ], - [ - "33", - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - "4", - "5.4 Disorganized thought /speech", - "dfaf113c-72f2-4865-81c9-31aba9e95a74", - "5.4 Disorganized thought /speech", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشتت الأفكار / الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.4 Disorganized thought /speech", - "f50m0IXJNZ1", - "5_4_disorganized_thought_speech", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.4 Disorganized thought /speech", - "1", - "378" - ], - [ - "33", - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - "5", - "5.5 Bizarre behavior", - "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", - "5.5 Bizarre behavior", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوكيات غريبة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.5 Bizarre behavior", - "SSaShXgyswX", - "5_5_bizarre_behavior", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.5 Bizarre behavior", - "1", - "379" - ], - [ - "33", - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - "6", - "5.6 Psychotic agitation", - "cda4f471-1da9-4192-8f26-ecec35775d5a", - "5.6 Psychotic agitation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور ذهاني بالضيق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.6 Psychotic agitation", - "BbQwHHYdAtY", - "5_6_psychotic_agitation", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.6 Psychotic agitation", - "1", - "380" - ], - [ - "34", - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - "1", - "6.1 Problems with concentration memory or reasoning", - "44274d50-bb85-4f20-9b55-d08f60343c38", - "6.1 Problems with concentration memory or reasoning", - " ", - " ", - " ", - " ", - " ", - " ", - "Problem", - " ", - "N/A", - "Diagnosis", - "128461AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في التركيز، أو التذكر، أو التفكير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.1 Problems with concentration memory or reasoning", - "HxamZeSwli0", - "6_1_problems_with_concentration_memory_or_reasoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.1 Problems with concentration memory or reasoning", - "1", - "381" - ], - [ - "34", - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - "2", - "6.2 Delayed development (milestones)", - "66e446ee-8f82-4f2a-808f-00d664ac92de", - "6.2 Delayed development (milestones)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تأخر في التطور (المحطات الإنجازية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.2 Delayed development (milestones)", - "zAXxqqhE7hH", - "6_2_delayed_development", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.2 Delayed development (milestones)", - "1", - "382" - ], - [ - "34", - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - "3", - "6.3 Abnormal social interaction and communication", - "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", - "6.3 Abnormal social interaction and communication", - "Abnormal", - "A result that deviates from the standard or what is expected.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001333", - "90", - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd75230-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تواصل اجتماعي غير طبيعي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.3 Abnormal social interaction and communication", - "p1PiLH5LcpL", - "6_3_abnormal_social_interaction_and_communication", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.3 Abnormal social interaction and communication", - "1", - "383" - ], - [ - "34", - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - "4", - "6.4 Learning difficulties", - "9240ed56-8ba2-4ef2-b42f-e84179fcc333", - "6.4 Learning difficulties", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبات في التعلم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.4 Learning difficulties", - "ov5D4toFD3q", - "6_4_learning_difficulties", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.4 Learning difficulties", - "1", - "384" - ], - [ - "34", - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - "5", - "6.5 Epileptic seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "6.5 Epileptic seizures", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000820", - "90", - "Epileptic seizure", - "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", - "N/A", - "Diagnosis", - "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.5 Epileptic seizures", - "dpdekdgiUMZ", - "6_5_epileptic_seizures", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.5 Epileptic seizures", - "1", - "385" - ], - [ - "35", - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - "1", - "7.1 Alcohol / substance abuse", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "7.1 Alcohol / substance abuse", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعاطي الكحول / العقاقير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.1 Alcohol / substance abuse", - "u6J5PRo76eL", - "7_1_alcohol_substance_abuse", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.1 Alcohol / substance abuse", - "1", - "386" - ], - [ - "35", - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - "2", - "7.2 Aggressiveness", - "977e8c6f-befa-4af3-87e1-1d29a57450c1", - "7.2 Aggressiveness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العدائية او الهجومية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.2 Aggressiveness", - "ZJKWvyAYFU4", - "7_2_aggressiveness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.2 Aggressiveness", - "1", - "387" - ], - [ - "35", - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - "3", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "XwiwuWP5Sze", - "7_3_conduct_problems_in_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "1", - "388" - ], - [ - "35", - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - "4", - "7.4 Hypo- or hyperactivity", - "520eccda-99f4-4cab-950b-260cfe3ab767", - "7.4 Hypo- or hyperactivity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قلة او فرط النشاط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.4 Hypo or hyperactivity", - "D655HPkg8Sw", - "7_4_hypo_or_hyperactivity", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.4 Hypo- or hyperactivity", - "1", - "389" - ], - [ - "35", - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - "5", - "7.5 Impulsivity", - "12723e41-2955-4917-971c-7f05849412d7", - "7.5 Impulsivity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاندفاعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.5 Impulsivity", - "L6gwT6cBFEk", - "7_5_impulsivity", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.5 Impulsivity", - "1", - "390" - ], - [ - "35", - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - "6", - "7.6 Regression in development", - "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", - "7.6 Regression in development", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الارتكاس في التطور", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.6 Regression in development", - "rhQpTzDeQPW", - "7_6_regression_in_development", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.6 Regression in development", - "1", - "391" - ], - [ - "35", - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - "7", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - " ", - " ", - " ", - " ", - " ", - " ", - "Social withdrawal", - " ", - "N/A", - "Diagnosis", - "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "xBuK70tTHrj", - "7_7_social_withdrawal", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "1", - "392" - ], - [ - "36", - "Current symptoms or complaints - Other symptoms", - "", - "Coded", - "1", - "8.1 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8.1 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "8.1 Other (specify)", - "tkP1jOd01Pn", - "8_1_other", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Other symptoms|8.1 Other", - "1", - "393" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "1", - "1. Acute stress reaction", - "a2f8295b-1259-481f-8ef3-34e213b7b4d6", - "1. Acute stress reaction", - "Acute stress reaction", - "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000906", - "95", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "MSF-506", - "", - "Acute stress reaction", - "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", - "Ok", - " ", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب الكرب الحاد", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Acute stress reaction", - "I2TnSpzmNZV", - "acute_stress_reaction", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|1. Acute stress reaction", - "1", - "394" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "2", - "2. Bereavement/grief", - "7d486d0c-0e2b-475d-8e17-07296cc624b9", - "2. Bereavement/grief", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-139251", - "Grief", - "Normal, appropriate sorrowful response to an immediate cause. It is self-limiting and gradually subsides within a reasonable time.", - "Only greif - no record for bereavement", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "الفجيعة / الأسى", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Bereavement / grief", - "fiMmy7FVXqj", - "bereavement_grief", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|2. Bereavement/grief", - "1", - "395" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "3", - "3. Post-Traumatic Stress Disorder", - "ec7a63e8-5d0b-4dcf-8f72-7529c1df699a", - "3. Post-Traumatic Stress Disorder", - "Traumatic", - "Injury to the body that causes long-lasting damage.", - "None", - "Finding", - "5cb34fe2-1c6a-4132-a046-f6a3ebcaa529", - "90", - "Stress", - "A pathological process resulting from the reaction of the body to external forces and abnormal conditions that tend to disturb the organism's homeostasis.", - "N/A", - "Diagnosis", - "125811AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Trauma", - "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", - "N/A", - "Diagnosis", - "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Use MSF manual", - "", - "MSF-291", - "", - "Post Traumatic Stress Disorder", - "An anxiety disorder precipitated by an experience of intense fear or horror while exposed to a traumatic (especially life-threatening) event. The disorder is characterized by intrusive recurring thoughts or images of the traumatic event avoidance of anything associated with the event a state of hyperarousal and diminished emotional responsiveness. These symptoms are present for at least one month and the disorder is usually long-term.", - "Ok", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب الكرب التالي للصدمة النفسية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Post-Traumatic Stress Disorder", - "GtXv2BevE4i", - "ptsd", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|3. Post-Traumatic Stress Disorder", - "1", - "396" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "4", - "4. Conversion/Dissociative reaction", - "58881584-4f0e-4cf3-b2bf-d9f0898ae106", - "4. Conversion/Dissociative reaction", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "MSF-457", - "", - "Dissociative and Conversion Disorder", - "A category of psychiatric disorders characterized by a disruption in the usually integrated functions of consciousness, memory, identity, and/or perception of the environment.", - "Ok", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب التحويل", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Dissociative / Conversive disorder", - "DzEHTmwsbwz", - "dissociative_onversive_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|4. Conversion/Dissociative reaction", - "1", - "397" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "5", - "5. Anxiety Disorder", - "2564bdee-c24c-4d96-903e-d44010f2a8ec", - "5. Anxiety Disorder", - "Anxiety disorder", - "", - "", - "", - "MSF-AAAAAA000000000000000502", - "95", - "Anxiety", - "Persistent feeling of dread, apprehension, and impending disaster.", - "N/A", - "Diagnosis", - "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Anxiety", - "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", - "Coded", - "Diagnosis", - "3ce6b1ee-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF manual", - "", - "MSF-102", - "", - "Anxiety disorder", - "Disorders in which anxiety (persistent feelings of apprehension, tension, or uneasiness) is the predominant disturbance.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب القلق", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Anxiety Disorder", - "RBjv7HDiR95", - "anxiety_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|5. Anxiety Disorder", - "1", - "398" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "6", - "6. Medically Unexplained Physical Symptoms (MUPS)", - "9df01581-6135-4876-8fb8-cbaaa522064e", - "6. Medically Unexplained Physical Symptoms (MUPS)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3187", - "", - "", - "", - "not found MSF or CIEL", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "عراض طبية من دون أسباب جسدية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Medically Unexplained Physical Symptoms", - "bCJLe9PMYeL", - "mups", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|6. Medically Unexplained Physical Symptoms (MUPS)", - "1", - "399" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "7", - "7. Depression", - "2066f043-2f21-4c19-8c04-77301d7404f9", - "7. Depression", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000560", - "90", - "Depression", - "", - "N/A", - "Diagnosis", - "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Depression", - "Affective disorder with anhedonia, melancholia, psychomotor retardation.", - "N/A", - "Diagnosis", - "3cce9514-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF automatch", - "", - "MSF-160", - "", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "لاكتئاب", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Depression", - "cBAzRxJxoKF", - "depression", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|7. Depression", - "1", - "400" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "8", - "8. Self-harming behavior/suicide attempt", - "b27187bd-e94a-4dbc-9a77-46c0cefad25a", - "8. Self-harming behavior/suicide attempt", - "Self-harm", - "The act of purposely hurting oneself as an emotional coping mechanism.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001791", - "90", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "Seperate - self harm MSF 158754, suicidal thoughts MSF1390 (different to attemps) Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540, History of Suicide attempt - CIEL 129176", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "سلوك مؤذي للنفس / محاولة انتحار", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Self-harm / suicide", - "StKvhy342Ik", - "self_harm_suicide", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|8. Self-harming behavior/suicide attempt", - "1", - "401" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "9", - "9. Acute psychosis (incl. post-partum psychosis)", - "b33dac1c-b0c0-4fcd-b639-661bb6678924", - "9. Acute psychosis (incl. post-partum psychosis)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-446", - "", - "Acute and transient psychosis", - "A disorder characterized by delusions, hallucinations, disorganized speech, and/or grossly disorganized behavior that resolve within a month.", - "Includes transient", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "ذهان حاد (يشمل ذهان ما بعد الإنجاب)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Acute psychosis", - "RU3BLFqOhZe", - "acute_psychosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|9. Acute psychosis (incl. post-partum psychosis)", - "1", - "402" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "10", - "10. Chronic psychosis (incl. schizophrenia)", - "97f1f41-b0c7-407d-b95f-b1e26c3fd23c", - "10. Chronic psychosis (incl. schizophrenia)", - "Chronic psychosis", - "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000844", - "90", - "Chronic psychosis", - "", - "N/A", - "Diagnosis", - "166212AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "MSF-444", - "", - "Chronic psychosis", - "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "ذهان مزمن(يشمل الفصام)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Chronic psychosis", - "ndznYG4Vbbs", - "chronic_psychosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|10. Chronic psychosis (incl. schizophrenia)", - "1", - "403" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "11", - "11. Bipolar disorder (incl. mania)", - "1ba02bf8-6bbe-46a6-baff-d18b5c9f6425", - "11. Bipolar disorder (incl. mania)", - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000848", - "90", - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Use MSF automatch", - "", - "MSF-448", - "", - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب ثنائي القطب(يشمل الهوس)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Bipolar disorder", - "V30FRwMiqy7", - "bipolar_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|11. Bipolar disorder (incl. mania)", - "1", - "404" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "12", - "12. Enuresis / Encopresis", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "12. Enuresis / Encopresis", - "Enuresis", - "Involuntary discharge of urine after the age at which urinary control should have been achieved", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001796", - "90", - "Encopresis", - "Incontinence of feces not due to organic defect or illness.", - "N/A", - "Diagnosis", - "141309AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Seperate entities, Enuresis MSF-1396, Encopresis CIEL141309", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "سلس البراز / البول", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Enuresis", - "Ef59Tr7bwiG", - "enuresis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|12. Enuresis / Encopresis", - "1", - "405" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "13", - "13. Developmental disorder (incl. intellectual disability, autism)", - "63f73696-3d7c-4dc5-8c16-5382c20c3f9f", - "13. Developmental disorder (incl. intellectual disability, autism)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use CIEL manual", - "", - "MSF-500", - "OCL-1194889", - "Developmental disabilities", - "Disorders in which there is a delay in development based on that expected for a given age level or stage of development. These impairments or disabilities originate before age 18, may be expected to continue indefinitely, and constitute a substantial impairment. Biological and nonbiological factors are involved in these disorders. ", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب نمو (يشمل الإعاقة الذهنية والتوحد)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Developmental disorder (incl. intellectual disability, autism)", - "veb2vWtp2QT", - "developmental_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|13. Developmental disorder (incl. intellectual disability, autism)", - "1", - "406" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "14", - "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-890", - "", - "Childhood behavioural problem", - "Pediatric paitent displays a behavioral problem.", - "nb finding not diagnosis", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب سلوكي لدى الطفل (يشمل اضطراب نقص الانتباه مع فرط النشاط، واضطراب المسلك)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Childhood behavioral disorder", - "k6LNSHULzvA", - "childhood_behavioral_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - "1", - "407" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "15", - "15. Childhood emotional disorder", - "52d85e63-b238-4161-985c-97f75ad80c9a", - "15. Childhood emotional disorder", - "Childhood emotional disorder", - "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000905", - "95", - "Childhood emotional disorder", - "", - "N/A", - "Diagnosis", - "155498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Use MSF automatch", - "", - "MSF-505", - "", - "Childhood emotional disorder", - "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب عاطفي لدى الطفل", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Childhood emotional disorder", - "JznaioxOZKP", - "childhood_emotional_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|15. Childhood emotional disorder", - "1", - "408" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "16", - "16. Substance-related disorder", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "16. Substance-related disorder", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Create in OCG", - "", - "MSF-2457", - "", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب ذو صلة بالعقاقير", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Substance-related disorders", - "HllN5G1TKNb", - "substance_related_disorders", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|16. Substance-related disorder", - "1", - "409" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "17", - "17. Epilepsy / seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "17. Epilepsy / seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - "90", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", - "Coded", - "Diagnosis", - "155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", - "N/A", - "Diagnosis", - "3cce0a90-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF manual", - "", - "MSF-420", - "", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "صرع/نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Epilepsy / seizures", - "KYmRwgkkgsl", - "epilepsy_seizures", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|17. Epilepsy / seizures", - "1", - "410" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "18", - "18. Other disorder", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "18. Other disorder", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "other / other disorder", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "نوع آخر من الأمراض", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Other disorder, specify", - "G7j5nsi8r7T", - "other_disorder_specify", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|18. Other disorder", - "1", - "411" - ], - [ - "37", - "Clinical diagnosis - MH", - "", - "Coded", - "19", - "19. No diagnosis", - "dc77c73a-5ce5-4aac-821e-81f19f81b65f", - "19. No diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-1630", - "", - "none", - "Generic descriptive answer.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "", - "لا يوجد تشخيص", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "No diagnosis", - "qNroeJqYQmn", - "no_diagnosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|19. No diagnosis", - "1", - "412" - ], - [ - "38", - "Main category of symptoms - MH", - "", - "Coded", - "1", - "1. Psychosomatic", - "c899d33a-adde-4c70-ad65-2326b8843e3b", - "1. Psychosomatic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-459", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "نفسية جسدية", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "1. Psychosomatic", - "YLwstT7QxPg", - "1_psychosomatic", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|1. Psychosomatic", - "1", - "413" - ], - [ - "38", - "Main category of symptoms - MH", - "", - "Coded", - "2", - "2. Depression related", - "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", - "2. Depression related", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000560", - "90", - "Depression", - "", - "N/A", - "Diagnosis", - "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Depression", - "Affective disorder with anhedonia, melancholia, psychomotor retardation.", - "N/A", - "Diagnosis", - "3cce9514-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "1رتبطة بالاكتئاب", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "2. Depression related", - "IEdTLNPdysy", - "2_depression_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|2. Depression related", - "1", - "414" - ], - [ - "38", - "Main category of symptoms - MH", - "", - "Coded", - "3", - "3. Anxiety related", - "241b3278-3803-478b-8484-70e2b17e5543", - "3. Anxiety related", - "", - "", - "", - "", - "", - "", - "Anxiety", - "Persistent feeling of dread, apprehension, and impending disaster.", - "N/A", - "Diagnosis", - "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Anxiety", - "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", - "Coded", - "Diagnosis", - "3ce6b1ee-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "2مرتبطة بالقلق", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "3. Anxiety related", - "WgBIYmHZdJc", - "3_anxiety_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|3. Anxiety related", - "1", - "415" - ], - [ - "38", - "Main category of symptoms - MH", - "", - "Coded", - "4", - "4. Trauma related", - "3a0c003c-9149-4a5f-a236-ed5d61231950", - "4. Trauma related", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Trauma", - "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", - "N/A", - "Diagnosis", - "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "3مرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "4. Trauma related", - "vC3XeVwbmLY", - "4_trauma_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|4. Trauma related", - "1", - "416" - ], - [ - "38", - "Main category of symptoms - MH", - "", - "Coded", - "5", - "5. Psychosis related", - "612c130a-0ae9-4565-af09-b5437334c742", - "5. Psychosis related", - "Psychosis", - "Mental disorder combining symptoms that result in an impaired relationship with reality.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000696", - "90", - "Psychosis", - "", - "N/A", - "Diagnosis", - "113517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Psychosis", - "A severe mental disorder, with or without organic damage, characterized by derangement of personality and loss of contact with reality and causing deterioration of normal social functioning.", - "N/A", - "Diagnosis", - "3ccea7fc-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "4مرتبطة بالذهان", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "5. Psychosis related", - "NuEhgdvdwHA", - "5_psychosis_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|5. Psychosis related", - "1", - "417" - ], - [ - "38", - "Main category of symptoms - MH", - "", - "Coded", - "6", - "6. Neuro cognitive problems", - "a5b552b6-44db-42f1-a436-6f2f12de471e", - "6. Neuro cognitive problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-891", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "5مشاكل عصبية إدراكية", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "6. Neuro cognitive problems", - "x9vk1fImSr7", - "6_neuro_cognitive_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|6. Neuro cognitive problems", - "1", - "418" - ], - [ - "38", - "Main category of symptoms - MH", - "", - "Coded", - "7", - "7. Behaviour problems", - "5b271a75-d44b-466a-8baf-71153dc1895c", - "7. Behaviour problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use CIEL manual", - "", - "", - "OCL-113635", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "6مشاكل في السلوكيات", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "7. Behaviour problems", - "S5v9RKrCwIx", - "7_behaviour_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|7. Behaviour problems", - "1", - "419" - ], - [ - "38", - "Main category of symptoms - MH", - "", - "Coded", - "8", - "8. Other symptoms", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8. Other symptoms", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "7اعراض اخرى", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "8. Other symptoms", - "GaJQMD4oqS5", - "8_other_symptoms", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|8. Other symptoms", - "1", - "420" - ], - [ - "39", - "Duration of the main symptom - MH", - "", - "Coded", - "1", - "1 - 3 days", - "a3d78d0a-613d-46ab-ae00-de985dd822eb", - "1 - 3 days", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3243", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أيام ١-٣", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 3 days", - "Syw1PVWr0UX", - "1_3_days", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 3 days", - "1", - "421" - ], - [ - "39", - "Duration of the main symptom - MH", - "", - "Coded", - "2", - "4 - 7 days", - "7a5a7a86-1ebf-4309-915a-d58e6c907db1", - "4 - 7 days", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3244", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أيام ٤-٦", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "4 - 7 days", - "jVQNrNJHHkN", - "4_7_days", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|4 - 7 days", - "1", - "422" - ], - [ - "39", - "Duration of the main symptom - MH", - "", - "Coded", - "3", - "1 - 4 weeks", - "d5ea3587-be05-4b66-809c-3c63481300b3", - "1 - 4 weeks", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3245", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أسابيع ١-٤", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 4 weeks", - "IcUeaP23Ayu", - "1_4_weeks", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 4 weeks", - "1", - "423" - ], - [ - "39", - "Duration of the main symptom - MH", - "", - "Coded", - "4", - "1 - 6 months", - "a2ffa3e1-eabe-4417-af29-09ea962d584e", - "1 - 6 months", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3246", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أشهر ١-٦", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 6 months", - "qgvtHQTTScW", - "1_6_months", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 6 months", - "1", - "424" - ], - [ - "39", - "Duration of the main symptom - MH", - "", - "Coded", - "5", - "6 - 12 months", - "f9c40a2d-7e94-418b-b222-e73959845e4d", - "6 - 12 months", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3247", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أشهر ٦-١٢", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "6 - 12 months", - "y6MYfCvaJkX", - "6_12_months", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|6 - 12 months", - "1", - "425" - ], - [ - "39", - "Duration of the main symptom - MH", - "", - "Coded", - "6", - "> 1 year", - "f7ae6f81-0dcf-4316-9706-26d96a8d9c1e", - "> 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3248", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أكثر من سنة", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "> 1 year", - "ACcQT2fwiwz", - ">1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|> 1 year", - "1", - "426" - ], - [ - "40", - "PHQ9 - Ranges", - "", - "Coded", - "1", - "0 - 4", - "", - "0 - 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - "0 - 4", - "WckhKgP63BA", - "0_4", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|0 - 4", - "1", - "427" - ], - [ - "40", - "PHQ9 - Ranges", - "", - "Coded", - "2", - "9-May", - "", - "9-May", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - "9-May", - "YkBcbx6RBHh", - "5_9", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|5 - 9", - "1", - "428" - ], - [ - "40", - "PHQ9 - Ranges", - "", - "Coded", - "3", - "14-Oct", - "", - "14-Oct", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - "14-Oct", - "AJWrsjJAliA", - "10_14", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|10 - 14", - "1", - "429" - ], - [ - "40", - "PHQ9 - Ranges", - "", - "Coded", - "4", - "15 - 19", - "", - "15 - 19", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - "15 - 19", - "q0ubDgXvYpV", - "15_19", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|15 - 19", - "1", - "430" - ], - [ - "40", - "PHQ9 - Ranges", - "", - "Coded", - "5", - ">=20", - "", - ">=20", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - ">=20", - "vq07JGEe2mq", - ">20", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|>=20", - "1", - "431" - ], - [ - "41", - "CGI-S", - "", - "Coded", - "1", - "0 - Not assessed", - "eb770ad7-b106-4255-83bd-2dc284fbd7ce", - "0 - Not assessed", - "", - "", - "", - "", - "", - "", - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Use MSF manual", - "", - "MSF-3257", - "", - "", - "0 - لم يتم قياسه", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لم يتم قياسه", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "0", - "G9EBBmiN9xy", - "cgi-s_score|0", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|0 - Not assessed", - "1", - "432" - ], - [ - "41", - "CGI-S", - "", - "Coded", - "2", - "1 - Normal/not ill", - "d884d3dd-7649-4260-b139-2d740baf9767", - "1 - Normal/not ill", - "Normal", - "A standard or typical result.", - "N/A", - "Misc", - "d884d3dd-7649-4260-b139-2d740baf9767", - "90", - "Normal", - "General descriptive answer.", - "N/A", - "Misc", - "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Normal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd750a0-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "1 - عادي / غير مريض", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عادي / غير مريض", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "1", - "kA0sL0CXSw6", - "cgi-s_score|1", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|1 - Normal/not ill", - "1", - "433" - ], - [ - "41", - "CGI-S", - "", - "Coded", - "3", - "2 - Suspected mentally ill", - "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1", - "2 - Suspected mentally ill", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Create in OCG", - "", - "", - "", - "", - "2 - يشتبه بإصابته بمرض نفسي", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "يشتبه بإصابته بمرض نفسي", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "2", - "JZ7qkt6RFC8", - "cgi-s_score|2", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|2 - Suspected mentally ill", - "1", - "434" - ], - [ - "41", - "CGI-S", - "", - "Coded", - "4", - "3 - Mildly ill", - "c90610d0-29ee-437e-af93-7bcc49fda2f1", - "3 - Mildly ill", - "Mild", - "Without severity or significant impact", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001887", - "90", - "Mildly ill", - "Clearly established symptoms with minimal, if any, distress or difficulty in social and occupational function", - "N/A", - "Finding", - "c6518e7c-21fb-4567-b415-13c007171e4e", - "90", - "Mild", - "General qualifier value", - "N/A", - "Finding", - "3cdef9ae-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "3 - مريض بشكل طفيف", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل طفيف", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "3", - "Wdl3QmheipE", - "cgi-s_score|3", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|3 - Mildly ill", - "1", - "435" - ], - [ - "41", - "CGI-S", - "", - "Coded", - "5", - "4 - Moderately ill", - "e81cfac7-6c80-4e1b-af86-3d896c9bbdac", - "4 - Moderately ill", - "Moderate", - "Average in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001888", - "90", - "Moderately ill", - "Overt symptoms causing noticeable, but modest, functional impairment or distress; symptom level may warrant medication", - "N/A", - "Finding", - "10fe25ee-6a0f-41f8-a443-3155b51e5f25", - "90", - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "3cdef832-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "4 - مريض بشكل متوسط ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل متوسط ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "4", - "nCM6PF4SB9r", - "cgi-s_score|4", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|4 - Moderately ill", - "1", - "436" - ], - [ - "41", - "CGI-S", - "", - "Coded", - "6", - "5 - Markedly ill", - "cf122053-f10b-4450-89e1-ed9adabb413c", - "5 - Markedly ill", - "Markedly ill", - "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Severity (CGI-S) score, rating the mental state of the patient.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001840", - "90", - "Markedly ill", - "Intrusive symptoms that distinctly impair social/occupational function or cause intrusive levels of distress", - "N/A", - "Finding", - "877f9423-bac3-41b4-ada1-3e571cfaa7fd", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "5 - مريض بشكل ملحوظ ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل ملحوظ ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "5", - "nIwgqWMPi2T", - "cgi-s_score|5", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|5 - Markedly ill", - "1", - "437" - ], - [ - "41", - "CGI-S", - "", - "Coded", - "7", - "6 - Severely ill", - "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7", - "6 - Severely ill", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severely ill", - "Disruptive pathology, behavior and function are frequently influenced by symptoms, may require assistance from others", - "N/A", - "Finding", - "fbce3be2-ca0b-48e0-a314-720d2a67b71b", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "6 - مريض بشكل شديد", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل شديد", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "6", - "UD0mFMSQCkc", - "cgi-s_score|6", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|6 - Severely ill", - "1", - "438" - ], - [ - "41", - "CGI-S", - "", - "Coded", - "8", - "7 - Extremely ill patient", - "0f115f25-cdd0-49c3-b009-ba9acb041fef", - "7 - Extremely ill patient", - "", - "", - "", - "", - "", - "", - "Extremely ill", - "Among the most extremely ill patients&mdash;pathology drastically interferes in many life functions; may be hospitalized", - "N/A", - "Finding", - "319a7d41-45c6-4a88-8e84-6a61b9cc2d1b", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "7 - مريض بشكل خطير", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل خطير", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "7", - "FYnMWvKXosf", - "cgi-s_score|7", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|7 - Extremely ill patient", - "1", - "439" - ], - [ - "42", - "CGI-I", - "", - "Coded", - "1", - "0 - Not assessed", - "", - "0 - Not assessed", - "", - "", - "", - "", - "", - "", - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "0 - لم يتم قياسه ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لم يتم قياسه ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "0", - "G9EBBmiN9xy", - "cgi-s_score|0", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|0 - Not assessed", - "1", - "440" - ], - [ - "42", - "CGI-I", - "", - "Coded", - "2", - "1 - Very much improved", - "", - "1 - Very much improved", - "Very much improved", - "A score of 1 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001843", - "95", - "Very much improved", - "Nearly all better; good level of functioning; minimal symptoms; represents a very substantial change", - "N/A", - "Finding", - "30c9c7a5-cc9e-40fa-a5ec-9e8b8994a2c7", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "1 - تحسن إلى حد كبير ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن إلى حد كبير ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "1", - "kA0sL0CXSw6", - "cgi-s_score|1", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|1 - Very much improved", - "1", - "441" - ], - [ - "42", - "CGI-I", - "", - "Coded", - "3", - "2 - Much improved", - "", - "2 - Much improved", - "Much improved", - "A score of 2 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001844", - "90", - "Much improved", - "Notably better with significant reduction of symptoms; increase in the level of functioning but some symptoms remain", - "N/A", - "Finding", - "0bab04e3-b58c-4809-862b-1f9da712b46d", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "2 - تحسن جداً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن جداً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "2", - "JZ7qkt6RFC8", - "cgi-s_score|2", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|2 - Much improved", - "1", - "442" - ], - [ - "42", - "CGI-I", - "", - "Coded", - "4", - "3 - Minimally improved", - "", - "3 - Minimally improved", - "Minimally improved", - "A score of 3 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001845", - "95", - "Minimally improved", - "Slightly better with little or no clinically meaningful reduction of symptoms. Represents very little change in basic clinical status, level of care, or functional capacity", - "N/A", - "Finding", - "da0f78aa-5e68-4979-90e6-49225805e85b", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "3 - تحسن بالحد الأدنى", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن بالحد الأدنى", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "3", - "Wdl3QmheipE", - "cgi-s_score|3", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|3 - Minimally improved", - "1", - "443" - ], - [ - "42", - "CGI-I", - "", - "Coded", - "5", - "4 - No change", - "", - "4 - No change", - "No change", - "A score of 4 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001846", - "90", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "4 - لا تغيّر ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لا تغيّر ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "4", - "nCM6PF4SB9r", - "cgi-s_score|4", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|4 - No change", - "1", - "444" - ], - [ - "42", - "CGI-I", - "", - "Coded", - "6", - "5 - Minimally worse", - "", - "5 - Minimally worse", - "Minimally worse", - "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001847", - "90", - "Minimally worse", - "Slightly worse but may not be clinically meaningful; may represent very little change in basic clinical status or functional capacity", - "N/A", - "Misc", - "f7d57972-8da5-422c-8b85-d9d2239c682e", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "5 - ساءت حالته قليلاً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته قليلاً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "5", - "nIwgqWMPi2T", - "cgi-s_score|5", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|5 - Minimally worse", - "1", - "445" - ], - [ - "42", - "CGI-I", - "", - "Coded", - "7", - "6 - Much worse", - "", - "6 - Much worse", - "Much worse", - "A score of 6 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001848", - "90", - "Much worse", - "Clinically significant increase in symptoms and diminished functioning", - "N/A", - "Misc", - "0bec15d7-9903-4a20-9494-401301f4d05d", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "6 - ساءت حالته جداً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته جداً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "6", - "UD0mFMSQCkc", - "cgi-s_score|6", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|6 - Much worse", - "1", - "446" - ], - [ - "42", - "CGI-I", - "", - "Coded", - "8", - "7 - Very much worse", - "", - "7 - Very much worse", - "Very much worse", - "A score of 7 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001849", - "90", - "Very much worse", - "Severe exacerbation of symptoms and loss of functioning", - "N/A", - "Misc", - "79c81058-c0ee-430e-9153-fb9c3c2dccc7", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "7 - ساءت حالته إلى حد كبير", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته إلى حد كبير", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - "7", - "FYnMWvKXosf", - "cgi-s_score|7", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|7 - Very much worse", - "1", - "447" - ], - [ - "43", - "Medication prescribed by - MH", - "", - "Coded", - "1", - "MSF", - "74c9a7c6-e64d-4f49-b8a6-f10999eb25bc", - "MSF", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3300", - "", - "MSF OCG", - "The MSF Operational Centre based in Geneva.", - "MSF-51 is MSF OCG (each section is coded, but no MSF on its own)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منظمة أطباء بلا حدو", - "TEXT", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Medication prescribed by - MH|MSF", - "1", - "448" - ], - [ - "43", - "Medication prescribed by - MH", - "", - "Coded", - "2", - "Non MSF", - "77822de2-c236-4400-96f4-ee13b9334cea", - "Non MSF", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF manual", - "", - "MSF-3301", - "", - "", - "", - "Not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليس منظمة أطباء بلا حدود", - "TEXT", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Medication prescribed by - MH|Non MSF", - "1", - "449" - ], - [ - "44", - "Type of violence", - "", - "Coded", - "1", - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-313", - "", - "Sexual violence", - "Unlawful sexual intercourse without consent of the victim.", - "Not found as an adjective alone, MSF313 for sexual violence", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "جنسي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Sexual", - "1", - "450" - ], - [ - "44", - "Type of violence", - "", - "Coded", - "2", - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-158358", - "Physical Violence", - "", - "Not found as an adjective alone, as a diagnosis in CIEL (physical violence, or as a finding, Victim of physical violence, 167244)", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "جسدي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Physical", - "1", - "451" - ], - [ - "44", - "Type of violence", - "", - "Coded", - "3", - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3303", - "", - "", - "", - "Not found as an adjective alone, or as a type of violence in MSF", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "لفظي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Verbal", - "1", - "452" - ], - [ - "44", - "Type of violence", - "", - "Coded", - "4", - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3304", - "", - "", - "", - "Not found as an adjective alone, or as a type of violence in MSF", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "نفسي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Psychological", - "1", - "453" - ], - [ - "44", - "Type of violence", - "", - "Coded", - "5", - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Other", - "1", - "454" - ], - [ - "45", - "Type of violence 2", - "", - "Coded", - "1", - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Physical", - "1", - "455" - ], - [ - "45", - "Type of violence 2", - "", - "Coded", - "2", - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Psychological", - "1", - "456" - ], - [ - "45", - "Type of violence 2", - "", - "Coded", - "3", - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Sexual", - "1", - "457" - ], - [ - "45", - "Type of violence 2", - "", - "Coded", - "4", - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Verbal", - "1", - "458" - ], - [ - "45", - "Type of violence 2", - "", - "Coded", - "5", - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Other", - "1", - "459" - ], - [ - "46", - "Type of violence 3", - "", - "Coded", - "1", - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Physical", - "1", - "460" - ], - [ - "46", - "Type of violence 3", - "", - "Coded", - "2", - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Psychological", - "1", - "461" - ], - [ - "46", - "Type of violence 3", - "", - "Coded", - "3", - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Sexual", - "1", - "462" - ], - [ - "46", - "Type of violence 3", - "", - "Coded", - "4", - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Verbal", - "1", - "463" - ], - [ - "46", - "Type of violence 3", - "", - "Coded", - "5", - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Other", - "1", - "464" - ], - [ - "47", - "Time between violence event and consultation", - "", - "Coded", - "1", - "< 24 hrs", - "63a236d1-add1-49ec-88c9-8e89108a71f2", - "< 24 hrs", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3305", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من 24 ساعة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "< 24 hrs", - "rboxGBCpxP5", - "< 24 hrs", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|< 24 hrs", - "1", - "465" - ], - [ - "47", - "Time between violence event and consultation", - "", - "Coded", - "2", - "24 -72hrs", - "8d9cf61e-1f64-4f25-b202-52da17e8c634", - "24 -72hrs", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3306", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "72-24ساعة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "24 -72hrs", - "Fi67snqrRPm", - "24 -72hrs", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|24 -72hrs", - "1", - "466" - ], - [ - "47", - "Time between violence event and consultation", - "", - "Coded", - "3", - "Less than 1 month", - "0e298528-7c8c-4724-a24f-d71ee7c1ebea", - "Less than 1 month", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3307", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من شهر واحد", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Less than 1 month", - "W90N4TbsQYD", - "less_than_1_month", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Less than 1 month", - "1", - "467" - ], - [ - "47", - "Time between violence event and consultation", - "", - "Coded", - "4", - "Less than 1 year", - "b5b58ef8-1bdf-4c14-9384-afbeb848d571", - "Less than 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3308", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من سنة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Less than 1 year", - "NEIhaoKeaqc", - "less_than_1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Less than 1 year", - "1", - "468" - ], - [ - "47", - "Time between violence event and consultation", - "", - "Coded", - "5", - ">= 1 year", - "4a17e0a6-1add-49a6-9831-d8ad7c647ec9", - ">= 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "Use MSF manual", - "", - "MSF-3309", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "سنة او اكثر", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - ">= 1 year", - "ifUaNyIglm3", - ">= 1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|>= 1 year", - "1", - "469" - ], - [ - "47", - "Time between violence event and consultation", - "", - "Coded", - "6", - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "Use MSF automatch", - "", - "MSF-929", - "CIEL-1067", - "unknown", - "Generic answer to question when information/data is not known.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Unknown", - "Ldq2j9ZBfMI", - "unknown", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Unknown", - "1", - "470" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "1", - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "6e02debd-31eb-4112-8566-00e520835c76", - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "1", - "471" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "2", - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL_160656", - "Personal History of severe disease", - "", - "Diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "1", - "472" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "3", - "1.3 Unwanted pregnancy", - "35910034-cc37-4dd1-abb7-ce140b0eff2b", - "1.3 Unwanted pregnancy", - "", - "", - "", - "", - "", - "", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL -123572", - "Unwanted Pregnancy", - "The pregnancy is not wanted by one or both parents.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حمل غير مرعوب به", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.3 Unwanted pregnancy", - "1", - "473" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "4", - "1.4 History of psychiatric problems", - "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", - "1.4 History of psychiatric problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL-159350", - "Personal History of Psychiatric Disorder", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المعاناة من مشاكل نفسية في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.4 History of psychiatric problems", - "1", - "474" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "5", - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "4bf7b376-9193-4ee4-a51a-445d07d2d22b", - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "N/A", - "Diagnosis", - "733c362a-89d3-4c6a-b918-f4af5725e7c7", - "90", - "Found", - "", - "", - "(see CIEL)", - "CIEL-145439", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "1", - "475" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "6", - "1.6 Family member with a serious medical condition", - "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", - "1.6 Family member with a serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "MSF-918", - "", - "Close relative with medical disease", - "Relative or family member has a medical disease.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.6 Family member with a serious medical condition", - "1", - "476" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "7", - "2.1 Sexual violence within the family", - "5cccf137-2952-4c9b-b879-b4ed2a9be621", - "2.1 Sexual violence within the family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي داخل العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.1 Sexual violence within the family", - "1", - "477" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "8", - "2.2 Sexual violence outside the family", - "dbe73631-79ae-4ab9-a3c8-65d6732c8714", - "2.2 Sexual violence outside the family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي خارج العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.2 Sexual violence outside the family", - "1", - "478" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "9", - "2.3 Exposed to war", - "cf28335f-d72c-440a-afc1-bcca39b51155", - "2.3 Exposed to war", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العيش في أجواء الحرب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.3 Exposed to war", - "1", - "479" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "10", - "2.4 Incarceration/detention", - "66492df1-6d26-498a-b6c7-b10931da1642", - "2.4 Incarceration/detention", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL-156761", - "Imprisonment and other incarceration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحبس/الاحتجاز", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.4 Incarceration/detention", - "1", - "480" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "11", - "2.5 Hostage/kidnapping/forced recruitment", - "8917acb0-e25d-4f9e-84bb-cae9998abf35", - "2.5 Hostage/kidnapping/forced recruitment", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاختطاف / التجنيد الإجباري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.5 Hostage/kidnapping/forced recruitment", - "1", - "481" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "12", - "2.6 Deportation", - "f279409d-71ba-41c6-8301-76ee90d239dc", - "2.6 Deportation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الترحيل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.6 Deportation", - "1", - "482" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "13", - "2.7 Domestic violence", - "e25f9ca1-0b33-4765-a8c4-5da48289bda7", - "2.7 Domestic violence", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL-160658", - "History of exposure to domestic violence", - "History of abusive behaviors by one partner against another in an intimate relationship such as marriage, dating, family, or cohabitation. This includes the history of physical, sexual or emotional abuse.", - "As opposed to Domestic Violence as a diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف المنزلي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.7 Domestic violence", - "1", - "483" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "14", - "2.8 Victim of threats", - "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", - "2.8 Victim of threats", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للتهديدات", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.8 Victim of threats", - "1", - "484" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "15", - "2.9 Victim of human trafficking or smuggling", - "5958f0fd-c755-4640-80d7-5ef0f9522b2e", - "2.9 Victim of human trafficking or smuggling", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للإتجار البشري والتهريب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.9 Victim of human trafficking or smuggling", - "1", - "485" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "16", - "2.10 Witness violence/killings/threats", - "107a7f52-f95d-447f-bf1a-c801e1a0082c", - "2.10 Witness violence/killings/threats", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-922", - "", - "Direct witness of violence", - "Patient directly witnessed an act of violence.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.10 Witness violence/killings/threats", - "1", - "486" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "17", - "2.11 Forced to flee (IDP/refugee/migrant)", - "a8b0e025-a735-407b-b958-fe9b29c370e7", - "2.11 Forced to flee (IDP/refugee/migrant)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-1530", - "", - "Internally Displaced Person", - "Person who have been forced to flee their home but never cross an international border", - "Also existing migrant MSF-1531 and refugee MSF-1529", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.11 Forced to flee (IDP/refugee/migrant)", - "1", - "487" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "18", - "2.12 Target of stigma/discrimination/marginalization", - "e702655a-57af-457a-a1ae-42e31f119f80", - "2.12 Target of stigma/discrimination/marginalization", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "Multiple distinct types of discrimination in CIEL, no generic. Also reused to seek treatment due to stigme as a reason for noncomliance", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للوصم / التمييز العنصري / التهميش", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.12 Target of stigma/discrimination/marginalization", - "1", - "488" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "19", - "2.13 Other violence (wounded/beaten/torture)", - "c80eb3f7-31b1-4717-a78d-0aac623fc129", - "2.13 Other violence (wounded/beaten/torture)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found - but Victim of Torture CIEL-123156", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.13 Other violence (wounded/beaten/torture)", - "1", - "489" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "20", - "2.14 Forced curfew or confinement", - "ea673f5c-5f99-4da5-9f41-92c21446de31", - "2.14 Forced curfew or confinement", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "no found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاحتجاز أو منع الحركة القسري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.14 Forced curfew or confinement", - "1", - "490" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "21", - "2.15 History of suicide attempts", - "160734e2-e5ed-44e9-b573-bdbb6e619e30", - "2.15 History of suicide attempts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL-129176", - "History of Suicide attempt", - "", - "Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحار سابقة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.15 History of suicide attempts", - "1", - "491" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "22", - "2.16 History of self-harm/mutilation", - "19408a7e-e17e-4040-adec-d6aa426564ce", - "2.16 History of self-harm/mutilation", - "", - "", - "", - "", - "", - "", - "self-harm", - "", - "N/A", - "Diagnosis", - "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-1391", - "", - "Self Harm", - "The act of purposely hurting oneself as an emotional coping mechanism.", - "Is listed as diagnosis, not as a precipitating event", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية نفس / تشويه للنفس في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.16 History of self-harm/mutilation", - "1", - "492" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "23", - "2.17 Family members lived a violent experience", - "5a462534-7605-4137-8d5c-503584538eb4", - "2.17 Family members lived a violent experience", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أفراد العائلة لتجربة عنيفة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.17 Family members lived a violent experience", - "1", - "493" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "24", - "2.18 Adult forced marriage ", - "a725a884-e785-4c08-b08a-386d8652faaf", - "2.18 Adult forced marriage ", - "", - "", - "", - "", - "", - "", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الزواج القسري للبالغين", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.18 Adult forced marriage ", - "1", - "494" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "25", - "2.19 Child marriage", - "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - "90", - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زواج الأطفال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.19 Child marriage", - "1", - "495" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "26", - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "4e3ab089-6a99-4e15-8883-3c49a150e6c6", - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "MSF-917", - "CIEL-167687", - "Close relative detained/died/missed/injured", - "Relative or family member has died, been detained, is missing, etc.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.1 Family member killed or missing (arrested / detained / disappeared) ", - "1", - "496" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "27", - "3.2 Unaccompanied minor or orphaned", - "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", - "3.2 Unaccompanied minor or orphaned", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found. 1174 CIEL, but as question 'orphan' not finding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قاصر أو يتيم من دون مرافق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.2 Unaccompanied minor or orphaned", - "1", - "497" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "28", - "3.3 Negligence of caretakers", - "f2be320d-7757-4525-bcb0-6005368982d7", - "3.3 Negligence of caretakers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-1424", - "", - "Victim of Neglect", - "The person has been deprived of the care necessary to maintain their physical or mental health.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهمال مقدمي الرعاية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.3 Negligence of caretakers", - "1", - "498" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "29", - "3.4 Property destroyed or lost", - "979b6137-2d14-412d-8e07-d3f2a1743deb", - "3.4 Property destroyed or lost", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-1544", - "", - "House / Property destroyed", - "Specific agregated concept for the Mental Health database as part of the list of stressors", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دمار الممتلكات أو فقدانها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.4 Property destroyed or lost", - "1", - "499" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "30", - "3.5 Loss of income", - "c88d3256-f445-4eee-8aac-c31542386f23", - "3.5 Loss of income", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان مصدر الدخل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.5 Loss of income", - "1", - "500" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "31", - "3.6 Death of family member (natural or accidental death)", - "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", - "3.6 Death of family member (natural or accidental death)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found - CIEL 167687 - loss of a relative, but description also includes detailed missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.6 Death of family member (natural or accidental death)", - "1", - "501" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "32", - "3.7 Relationship problems", - "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", - "3.7 Relationship problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL-113353", - "Relationship problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل عاطفية مع الشريك/ة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.7 Relationship problems", - "1", - "502" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "33", - "3.8 Divorce/separation", - "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", - "3.8 Divorce/separation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL-163007", - "Divorced/separated→Previously married but now not with living spouse[en]", - "Either divorced or separated but not widowed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطلاق / الانفصال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.8 Divorce/separation", - "1", - "503" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "34", - "3.9 Migration due to financial reasons", - "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", - "3.9 Migration due to financial reasons", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found , only MSF1531 Migrant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهجرة لأسباب اقتصادية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.9 Migration due to financial reasons", - "1", - "504" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "35", - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "1", - "505" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "36", - "4.2 Road accident", - "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", - "4.2 Road accident", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-2985", - "", - "Trauma Accidental Traffic (TAT)", - "", - "I am unsure if this MSF is a good match, also CIEL - Traffic accident 119964, or CIEL-86, Accident motor vehicle", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حادث سير", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|4.2 Road accident", - "1", - "506" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "37", - "5.1 Financial problems", - "e6957cdb-3694-4ab6-b98b-2031c02b4460", - "5.1 Financial problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-1543", - "", - "Extreme poverty / financial crisis", - "Specific agregated concept for the Mental Health database as part of the list of stressors", - "Maybe too strong", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل مالية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.1 Financial problems", - "1", - "507" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "38", - "5.2 Difficult living conditions", - "cd22a8af-1506-47af-9d1b-325c31c230a8", - "5.2 Difficult living conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبة الوضع المعيشي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.2 Difficult living conditions", - "1", - "508" - ], - [ - "48", - "Past / precipitating events", - "", - "Coded", - "39", - "5.3 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "5.3 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حدد", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.3 Other", - "1", - "509" - ], - [ - "49", - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - "1", - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "6e02debd-31eb-4112-8566-00e520835c76", - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "1", - "510" - ], - [ - "49", - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - "2", - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "1", - "511" - ], - [ - "49", - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - "3", - "1.3 Unwanted pregnancy", - "35910034-cc37-4dd1-abb7-ce140b0eff2b", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حمل غير مرعوب به", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.3 Unwanted pregnancy", - "1", - "512" - ], - [ - "49", - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - "4", - "1.4 History of psychiatric problems", - "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", - "1.4 History of psychiatric problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المعاناة من مشاكل نفسية في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.4 History of psychiatric problems", - "1", - "513" - ], - [ - "49", - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - "5", - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "4bf7b376-9193-4ee4-a51a-445d07d2d22b", - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "N/A", - "Diagnosis", - "733c362a-89d3-4c6a-b918-f4af5725e7c7", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "1", - "514" - ], - [ - "49", - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - "6", - "1.6 Family member with a serious medical condition", - "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", - "1.6 Family member with a serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.6 Family member with a serious medical condition", - "1", - "515" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "1", - "2.1 Sexual violence within the family", - "5cccf137-2952-4c9b-b879-b4ed2a9be621", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي داخل العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.1 Sexual violence within the family", - "1", - "516" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "2", - "2.2 Sexual violence outside the family", - "dbe73631-79ae-4ab9-a3c8-65d6732c8714", - "2.2 Sexual violence outside the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي خارج العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.2 Sexual violence outside the family", - "1", - "517" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "3", - "2.3 Exposed to war", - "cf28335f-d72c-440a-afc1-bcca39b51155", - "2.3 Exposed to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العيش في أجواء الحرب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.3 Exposed to war", - "1", - "518" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "4", - "2.4 Incarceration/detention", - "66492df1-6d26-498a-b6c7-b10931da1642", - "2.4 Incarceration/detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحبس/الاحتجاز", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.4 Incarceration/detention", - "1", - "519" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "5", - "2.5 Hostage/kidnapping/forced recruitment", - "8917acb0-e25d-4f9e-84bb-cae9998abf35", - "2.5 Hostage/kidnapping/forced recruitment", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاختطاف / التجنيد الإجباري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.5 Hostage/kidnapping/forced recruitment", - "1", - "520" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "6", - "2.6 Deportation", - "f279409d-71ba-41c6-8301-76ee90d239dc", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الترحيل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.6 Deportation", - "1", - "521" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "7", - "2.7 Domestic violence", - "e25f9ca1-0b33-4765-a8c4-5da48289bda7", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف المنزلي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.7 Domestic violence", - "1", - "522" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "8", - "2.8 Victim of threats", - "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", - "2.8 Victim of threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للتهديدات", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.8 Victim of threats", - "1", - "523" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "9", - "2.9 Victim of human trafficking or smuggling", - "5958f0fd-c755-4640-80d7-5ef0f9522b2e", - "2.9 Victim of human trafficking or smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للإتجار البشري والتهريب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.9 Victim of human trafficking or smuggling", - "1", - "524" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "10", - "2.10 Witness violence/killings/threats", - "107a7f52-f95d-447f-bf1a-c801e1a0082c", - "2.10 Witness violence/killings/threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.10 Witness violence/killings/threats", - "1", - "525" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "11", - "2.11 Forced to flee (IDP/refugee/migrant)", - "a8b0e025-a735-407b-b958-fe9b29c370e7", - "2.11 Forced to flee (IDP/refugee/migrant)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.11 Forced to flee (IDP/refugee/migrant)", - "1", - "526" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "12", - "2.12 Target of stigma/discrimination/marginalization", - "e702655a-57af-457a-a1ae-42e31f119f80", - "2.12 Target of stigma/discrimination/marginalization", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للوصم / التمييز العنصري / التهميش", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.12 Target of stigma/discrimination/marginalization", - "1", - "527" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "13", - "2.13 Other violence (wounded/beaten/torture)", - "c80eb3f7-31b1-4717-a78d-0aac623fc129", - "2.13 Other violence (wounded/beaten/torture)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.13 Other violence (wounded/beaten/torture)", - "1", - "528" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "14", - "2.14 Forced curfew or confinement", - "ea673f5c-5f99-4da5-9f41-92c21446de31", - "2.14 Forced curfew or confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاحتجاز أو منع الحركة القسري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.14 Forced curfew or confinement", - "1", - "529" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "15", - "2.15 History of suicide attempts", - "160734e2-e5ed-44e9-b573-bdbb6e619e30", - "2.15 History of suicide attempts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحار سابقة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.15 History of suicide attempts", - "1", - "530" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "16", - "2.16 History of self-harm/mutilation", - "19408a7e-e17e-4040-adec-d6aa426564ce", - "2.16 History of self-harm/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - "self-harm", - " ", - "N/A", - "Diagnosis", - "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية نفس / تشويه للنفس في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.16 History of self-harm/mutilation", - "1", - "531" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "17", - "2.17 Family members lived a violent experience", - "5a462534-7605-4137-8d5c-503584538eb4", - "2.17 Family members lived a violent experience", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أفراد العائلة لتجربة عنيفة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.17 Family members lived a violent experience", - "1", - "532" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "18", - "2.18 Adult forced marriage ", - "a725a884-e785-4c08-b08a-386d8652faaf", - "2.18 Adult forced marriage ", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الزواج القسري للبالغين", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.18 Adult forced marriage ", - "1", - "533" - ], - [ - "50", - "Past / Precipitating Events - Violence", - "", - "Coded", - "19", - "2.19 Child marriage", - "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - "90", - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زواج الأطفال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.19 Child marriage", - "1", - "534" - ], - [ - "51", - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - "1", - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "4e3ab089-6a99-4e15-8883-3c49a150e6c6", - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.1 Family member killed or missing (arrested / detained / disappeared) ", - "1", - "535" - ], - [ - "51", - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - "2", - "3.2 Unaccompanied minor or orphaned", - "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", - "3.2 Unaccompanied minor or orphaned", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قاصر أو يتيم من دون مرافق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.2 Unaccompanied minor or orphaned", - "1", - "536" - ], - [ - "51", - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - "3", - "3.3 Negligence of caretakers", - "f2be320d-7757-4525-bcb0-6005368982d7", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهمال مقدمي الرعاية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.3 Negligence of caretakers", - "1", - "537" - ], - [ - "51", - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - "4", - "3.4 Property destroyed or lost", - "979b6137-2d14-412d-8e07-d3f2a1743deb", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دمار الممتلكات أو فقدانها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.4 Property destroyed or lost", - "1", - "538" - ], - [ - "51", - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - "5", - "3.5 Loss of income", - "c88d3256-f445-4eee-8aac-c31542386f23", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان مصدر الدخل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.5 Loss of income", - "1", - "539" - ], - [ - "51", - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - "6", - "3.6 Death of family member (natural or accidental death)", - "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", - "3.6 Death of family member (natural or accidental death)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.6 Death of family member (natural or accidental death)", - "1", - "540" - ], - [ - "51", - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - "7", - "3.7 Relationship problems", - "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل عاطفية مع الشريك/ة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.7 Relationship problems", - "1", - "541" - ], - [ - "51", - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - "8", - "3.8 Divorce/separation", - "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", - "3.8 Divorce/separation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطلاق / الانفصال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.8 Divorce/separation", - "1", - "542" - ], - [ - "51", - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - "9", - "3.9 Migration due to financial reasons", - "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهجرة لأسباب اقتصادية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.9 Migration due to financial reasons", - "1", - "543" - ], - [ - "52", - "Past / Precipitating Events - Disaster", - "", - "Coded", - "1", - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Disaster|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "1", - "544" - ], - [ - "52", - "Past / Precipitating Events - Disaster", - "", - "Coded", - "2", - "4.2 Road accident", - "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", - "4.2 Road accident", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حادث سير", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Disaster|4.2 Road accident", - "1", - "545" - ], - [ - "53", - "Past / Precipitating Events - Other", - "", - "Coded", - "1", - "5.1 Financial problems", - "e6957cdb-3694-4ab6-b98b-2031c02b4460", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل مالية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.1 Financial problems", - "1", - "546" - ], - [ - "53", - "Past / Precipitating Events - Other", - "", - "Coded", - "2", - "5.2 Difficult living conditions", - "cd22a8af-1506-47af-9d1b-325c31c230a8", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبة الوضع المعيشي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.2 Difficult living conditions", - "1", - "547" - ], - [ - "53", - "Past / Precipitating Events - Other", - "", - "Coded", - "3", - "5.3 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "5.3 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حدد", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.3 Other", - "1", - "548" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "1", - "1.1 Highly stigmatizing diseases", - "", - "1.1 Highly stigmatizing diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.1 Highly stigmatizing diseases", - "1", - "549" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "2", - "1.2 Severe medical condition", - "", - "1.2 Severe medical condition", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.2 Severe medical condition", - "1", - "550" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "3", - "1.3 Unwanted pregnancy", - "", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.3 Unwanted pregnancy", - "1", - "551" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "4", - "1.4 History of psychological or psychiatric problem", - "", - "1.4 History of psychological or psychiatric problem", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.4 History of psychological or psychiatric problem", - "1", - "552" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "5", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000603", - "90", - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "3cd50188-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "1", - "553" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "6", - "1.6 Family member with serious medical condition", - "", - "1.6 Family member with serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.6 Family member with serious medical condition", - "1", - "554" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "7", - "2.1 Sexual violence within the family", - "", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.1 Sexual violence within the family", - "1", - "555" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "8", - "2.10 Witnessed violence / killing / threats", - "", - "2.10 Witnessed violence / killing / threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.10 Witnessed violence / killing / threats", - "1", - "556" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "9", - "2.11 Forced to flee / IDP / refugee / migration", - "", - "2.11 Forced to flee / IDP / refugee / migration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.11 Forced to flee / IDP / refugee / migration", - "1", - "557" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "10", - "2.12 Target of social stigma / Marginalisation and discrimination", - "", - "2.12 Target of social stigma / Marginalisation and discrimination", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.12 Target of social stigma / Marginalisation and discrimination", - "1", - "558" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "11", - "2.13 Other physical violence (wounded, beaten, tortured)", - "", - "2.13 Other physical violence (wounded, beaten, tortured)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.13 Other physical violence (wounded, beaten, tortured)", - "1", - "559" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "12", - "2.14 Forced curfew and confinement", - "", - "2.14 Forced curfew and confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.14 Forced curfew and confinement", - "1", - "560" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "13", - "2.15 Suicide/suicide attempt", - "", - "2.15 Suicide/suicide attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Suicide", - "The act of killing oneself.", - "N/A", - "Diagnosis", - "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.15 Suicide/suicide attempt", - "1", - "561" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "14", - "2.16 Self harming/mutilation", - "", - "2.16 Self harming/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.16 Self harming/mutilation", - "1", - "562" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "15", - "2.17 Family member experienced an act of violence", - "", - "2.17 Family member experienced an act of violence", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.17 Family member experienced an act of violence", - "1", - "563" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "16", - "2.18 Adult forced marriage", - "", - "2.18 Adult forced marriage", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.18 Adult forced marriage", - "1", - "564" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "17", - "2.19 Child marriage", - "", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - "90", - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.19 Child marriage", - "1", - "565" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "18", - "2.2 Sexual violence outside family", - "", - "2.2 Sexual violence outside family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.2 Sexual violence outside family", - "1", - "566" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "19", - "2.3 Combat experience / Exposure to war", - "", - "2.3 Combat experience / Exposure to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.3 Combat experience / Exposure to war", - "1", - "567" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "20", - "2.4 Incarceration / Detention", - "", - "2.4 Incarceration / Detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.4 Incarceration / Detention", - "1", - "568" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "21", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "1", - "569" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "22", - "2.6 Deportation", - "", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.6 Deportation", - "1", - "570" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "23", - "2.7 Domestic violence", - "", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.7 Domestic violence", - "1", - "571" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "24", - "2.8 Received threats", - "", - "2.8 Received threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.8 Received threats", - "1", - "572" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "25", - "2.9 Victim of human trafficking / smuggling", - "", - "2.9 Victim of human trafficking / smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.9 Victim of human trafficking / smuggling", - "1", - "573" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "26", - "3.1 Family member(s) killed / missing", - "", - "3.1 Family member(s) killed / missing", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.1 Family member(s) killed / missing", - "1", - "574" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "27", - "3.2 Unaccompanied minor / orphan", - "", - "3.2 Unaccompanied minor / orphan", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.2 Unaccompanied minor / orphan", - "1", - "575" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "28", - "3.3 Negligence of caretakers", - "", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.3 Negligence of caretakers", - "1", - "576" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "29", - "3.4 Property destroyed or lost", - "", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.4 Property destroyed or lost", - "1", - "577" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "30", - "3.5 Loss of income", - "", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.5 Loss of income", - "1", - "578" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "31", - "3.6 Family member died (natural death or accident)", - "", - "3.6 Family member died (natural death or accident)", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.6 Family member died (natural death or accident)", - "1", - "579" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "32", - "3.7 Relationship problems", - "", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.7 Relationship problems", - "1", - "580" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "33", - "3.8 Divorce / Separation", - "", - "3.8 Divorce / Separation", - " ", - " ", - " ", - " ", - " ", - " ", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.8 Divorce / Separation", - "1", - "581" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "34", - "3.9 Migration due to financial reasons", - "", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.9 Migration due to financial reasons", - "1", - "582" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "35", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "1", - "583" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "36", - "4.2 Road accidents", - "", - "4.2 Road accidents", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|4.2 Road accidents", - "1", - "584" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "37", - "5.1 Financial problems", - "", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.1 Financial problems", - "1", - "585" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "38", - "5.2 Difficult living conditions", - "", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.2 Difficult living conditions", - "1", - "586" - ], - [ - "54", - "Precipitating event 2", - "", - "Coded", - "39", - "5.3 Other, specify", - "", - "5.3 Other, specify", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.3 Other, specify", - "1", - "587" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "1", - "1.1 Highly stigmatizing diseases", - "", - "1.1 Highly stigmatizing diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.1 Highly stigmatizing diseases", - "1", - "588" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "2", - "1.2 Severe medical condition", - "", - "1.2 Severe medical condition", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.2 Severe medical condition", - "1", - "589" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "3", - "1.3 Unwanted pregnancy", - "", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.3 Unwanted pregnancy", - "1", - "590" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "4", - "1.4 History of psychological or psychiatric problem", - "", - "1.4 History of psychological or psychiatric problem", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.4 History of psychological or psychiatric problem", - "1", - "591" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "5", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000603", - "90", - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "3cd50188-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "1", - "592" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "6", - "1.6 Family member with serious medical condition", - "", - "1.6 Family member with serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.6 Family member with serious medical condition", - "1", - "593" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "7", - "2.1 Sexual violence within the family", - "", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.1 Sexual violence within the family", - "1", - "594" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "8", - "2.10 Witnessed violence / killing / threats", - "", - "2.10 Witnessed violence / killing / threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.10 Witnessed violence / killing / threats", - "1", - "595" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "9", - "2.11 Forced to flee / IDP / refugee / migration", - "", - "2.11 Forced to flee / IDP / refugee / migration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.11 Forced to flee / IDP / refugee / migration", - "1", - "596" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "10", - "2.12 Target of social stigma / Marginalisation and discrimination", - "", - "2.12 Target of social stigma / Marginalisation and discrimination", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.12 Target of social stigma / Marginalisation and discrimination", - "1", - "597" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "11", - "2.13 Other physical violence (wounded, beaten, tortured)", - "", - "2.13 Other physical violence (wounded, beaten, tortured)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.13 Other physical violence (wounded, beaten, tortured)", - "1", - "598" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "12", - "2.14 Forced curfew and confinement", - "", - "2.14 Forced curfew and confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.14 Forced curfew and confinement", - "1", - "599" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "13", - "2.15 Suicide/suicide attempt", - "", - "2.15 Suicide/suicide attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Suicide", - "The act of killing oneself.", - "N/A", - "Diagnosis", - "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.15 Suicide/suicide attempt", - "1", - "600" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "14", - "2.16 Self harming/mutilation", - "", - "2.16 Self harming/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.16 Self harming/mutilation", - "1", - "601" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "15", - "2.17 Family member experienced an act of violence", - "", - "2.17 Family member experienced an act of violence", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.17 Family member experienced an act of violence", - "1", - "602" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "16", - "2.18 Adult forced marriage", - "", - "2.18 Adult forced marriage", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.18 Adult forced marriage", - "1", - "603" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "17", - "2.19 Child marriage", - "", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - "90", - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.19 Child marriage", - "1", - "604" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "18", - "2.2 Sexual violence outside family", - "", - "2.2 Sexual violence outside family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.2 Sexual violence outside family", - "1", - "605" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "19", - "2.3 Combat experience / Exposure to war", - "", - "2.3 Combat experience / Exposure to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.3 Combat experience / Exposure to war", - "1", - "606" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "20", - "2.4 Incarceration / Detention", - "", - "2.4 Incarceration / Detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.4 Incarceration / Detention", - "1", - "607" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "21", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "1", - "608" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "22", - "2.6 Deportation", - "", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.6 Deportation", - "1", - "609" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "23", - "2.7 Domestic violence", - "", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.7 Domestic violence", - "1", - "610" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "24", - "2.8 Received threats", - "", - "2.8 Received threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.8 Received threats", - "1", - "611" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "25", - "2.9 Victim of human trafficking / smuggling", - "", - "2.9 Victim of human trafficking / smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.9 Victim of human trafficking / smuggling", - "1", - "612" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "26", - "3.1 Family member(s) killed / missing", - "", - "3.1 Family member(s) killed / missing", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.1 Family member(s) killed / missing", - "1", - "613" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "27", - "3.2 Unaccompanied minor / orphan", - "", - "3.2 Unaccompanied minor / orphan", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.2 Unaccompanied minor / orphan", - "1", - "614" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "28", - "3.3 Negligence of caretakers", - "", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.3 Negligence of caretakers", - "1", - "615" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "29", - "3.4 Property destroyed or lost", - "", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.4 Property destroyed or lost", - "1", - "616" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "30", - "3.5 Loss of income", - "", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.5 Loss of income", - "1", - "617" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "31", - "3.6 Family member died (natural death or accident)", - "", - "3.6 Family member died (natural death or accident)", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - "90", - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.6 Family member died (natural death or accident)", - "1", - "618" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "32", - "3.7 Relationship problems", - "", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.7 Relationship problems", - "1", - "619" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "33", - "3.8 Divorce / Separation", - "", - "3.8 Divorce / Separation", - " ", - " ", - " ", - " ", - " ", - " ", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.8 Divorce / Separation", - "1", - "620" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "34", - "3.9 Migration due to financial reasons", - "", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.9 Migration due to financial reasons", - "1", - "621" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "35", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "1", - "622" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "36", - "4.2 Road accidents", - "", - "4.2 Road accidents", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|4.2 Road accidents", - "1", - "623" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "37", - "5.1 Financial problems", - "", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.1 Financial problems", - "1", - "624" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "38", - "5.2 Difficult living conditions", - "", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.2 Difficult living conditions", - "1", - "625" - ], - [ - "55", - "Precipitating event 3", - "", - "Coded", - "39", - "5.3 Other, specify", - "", - "5.3 Other, specify", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.3 Other, specify", - "1", - "626" - ], - [ - "56", - "Main category of precipitating event", - "", - "Coded", - "1", - "1. Medical Conditions", - "", - "1. Medical Conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحالات الطبية", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "1. Medical Conditions", - "EdVWOgMdfNc", - "1_medical_conditions", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|1. Medical Conditions", - "1", - "627" - ], - [ - "56", - "Main category of precipitating event", - "", - "Coded", - "2", - "2. Violence", - "", - "2. Violence", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "2. Violence", - "od6MVdk4TOT", - "2_violence", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|2. Violence", - "1", - "628" - ], - [ - "56", - "Main category of precipitating event", - "", - "Coded", - "3", - "3. Separation or Loss", - "", - "3. Separation or Loss", - "", - "", - "", - "", - "", - "", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانفصال او الفقد", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "3. Separation or Loss", - "Mc24Je2EJ4Q", - "3_separation_or_loss", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|3. Separation or Loss", - "1", - "629" - ], - [ - "56", - "Main category of precipitating event", - "", - "Coded", - "4", - "4. Disaster", - "", - "4. Disaster", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكوارث", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "4. Disaster", - "iHgeTnhykW6", - "4_disaster", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|4. Disaster", - "1", - "630" - ], - [ - "56", - "Main category of precipitating event", - "", - "Coded", - "5", - "5. Other", - "", - "5. Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "5. Other", - "vITRvVrsOKr", - "5_other", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|5. Other", - "1", - "631" - ], - [ - "57", - "Type of referral - MH", - "", - "Coded", - "1", - "Medical care (MSF, MoH, NGO)", - "5f121c90-eca2-4af4-bc2f-49ad1a50ff2e", - "Medical care (MSF, MoH, NGO)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-1003", - "", - "General Medical Care", - "Health service providing general medical primary health care", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "العناية الطبية (منظمة أطباء بلا حدود، أو وزارة الصحة، أو منظمة غير حكومية)", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Medical attention (MSF, MoH, NGO)", - "BDhNTdJWTFA", - "medical_attention_msf_moh_ngo", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Medical care (MSF, MoH, NGO)", - "1", - "632" - ], - [ - "57", - "Type of referral - MH", - "", - "Coded", - "2", - "MSF psychiatric services", - "485939c5-1e77-4495-b5e1-77fb2abbcfd7", - "MSF psychiatric services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الصحة النفسية لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "MSF psychiatric services", - "x2caKDwJiQT", - "psychiatric_care", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|MSF psychiatric services", - "1", - "633" - ], - [ - "57", - "Type of referral - MH", - "", - "Coded", - "3", - "Non-MSF psychiatrist services", - "489b042d-5ed4-436f-944c-27b7f31bef3f", - "Non-MSF psychiatrist services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الصحة النفسية من غير منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Non-MSF psychiatrist services", - "OdNA1Ql2kCX", - "non_msf_psychiatrist", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Non-MSF psychiatrist services", - "1", - "634" - ], - [ - "57", - "Type of referral - MH", - "", - "Coded", - "4", - "Social services", - "978fa5d2-e6c4-4b2a-a293-73c098de0af6", - "Social services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL-5486", - "Social Support Services", - "", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الخدمات الاجتماعية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Social services", - "ShYuCnlXhfi", - "msf_social_worker", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Social services", - "1", - "635" - ], - [ - "57", - "Type of referral - MH", - "", - "Coded", - "5", - "Legal services", - "8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445", - "Legal services", - "Legal services", - "Representation or advice provided by a qualified legal practitioner for a client.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001406", - "95", - "Legal services", - "", - "N/A", - "Misc", - "6fc6b318-01b3-4322-a661-80b4a408fcfd", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-1006", - "", - "legal Services", - "Representation or advice provided by a qualified legal practitioner for a client.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الخدمات القانونية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Legal services", - "K2opinEAoOm", - "legal_services", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Legal services", - "1", - "636" - ], - [ - "57", - "Type of referral - MH", - "", - "Coded", - "6", - "Protection services", - "eff27d0b-d485-4983-814f-febbc4fe185a", - "Protection services", - "Protection services", - "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001407", - "95", - "Protection services", - "", - "N/A", - "Misc", - "a307f884-9ee8-4d3f-b8f7-923870c053c0", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "MSF-1007", - "", - "Protection Services", - "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الحماية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Protection services", - "bsyZzHUInhX", - "protection_services", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Protection services", - "1", - "637" - ], - [ - "57", - "Type of referral - MH", - "", - "Coded", - "7", - "Hospitalisation", - "6b8fca2d-0147-4dd8-a8f5-3b813152b952", - "Hospitalisation", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - "90", - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "MSF-46", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الارسال الى المستشفى", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Hospitalisation", - "wivtq78V9eS", - "hospitalisation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Hospitalisation", - "1", - "638" - ], - [ - "57", - "Type of referral - MH", - "", - "Coded", - "8", - "CHW", - "9bcbf231-c6ca-41c4-b247-bc4bced260c3", - "CHW", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "عاملو صحة مجتمع", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "CHW", - "WwdmMnGtj4o", - "chw", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|CHW", - "1", - "639" - ], - [ - "57", - "Type of referral - MH", - "", - "Coded", - "9", - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Other", - "nufb9yUQCNJ", - "other", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Other", - "1", - "640" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "1", - "None", - "", - "None", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "MSF-1630", - "", - "none", - "Generic descriptive answer.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|None", - "1", - "641" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "2", - "Amitriptyline tab", - "", - "Amitriptyline tab", - "", - "", - "", - "", - "", - "", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL-931", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Amitriptyline tab", - "1", - "642" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "3", - "Biperiden tab", - "", - "Biperiden tab", - "", - "", - "", - "", - "", - "", - "Biperiden", - "", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL-72217", - "Biperiden", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Biperiden tab", - "1", - "643" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "4", - "Carbamazepine tab", - "", - "Carbamazepine tab", - "", - "", - "", - "", - "", - "", - "Carbamazepine", - "", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "(see CIEL)", - "CIEL-72282", - "Carbamazepine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Carbamazepine tab", - "1", - "644" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "5", - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - "", - "", - "", - "", - "", - "", - "Chlorpromazine", - "", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "(see CIEL)", - "CIEL-73330", - "Chlorpromazine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Chlorpromazine tab", - "1", - "645" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "6", - "Diazepam tab", - "", - "Diazepam tab", - "", - "", - "", - "", - "", - "", - "Diazepam", - "", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "(see CIEL)", - "CIEL-74745", - "Diazepam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Diazepam tab", - "1", - "646" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "7", - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - "", - "", - "", - "", - "", - "", - "Diphenhydramine", - "", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "(see CIEL)", - "CIEL-75015", - "Diphenhydramine ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Diphenhydramine tab", - "1", - "647" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "8", - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - "", - "", - "", - "", - "", - "", - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "(see CIEL)", - "CIEL-76553", - "Fluoxetine hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Fluoxetine hydrochloride capsule", - "1", - "648" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "9", - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - "", - "", - "", - "", - "", - "", - "Fluphenazine", - "", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - "95", - "Found", - "", - "", - "(see CIEL)", - "CIEL-76556", - "Flupenthixol decanoate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Fluphenazine decanoate amp", - "1", - "649" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "10", - "Haloperidol tab", - "", - "Haloperidol tab", - "", - "", - "", - "", - "", - "", - "Haloperidol", - "", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - "90", - "Found", - "", - "", - "(see CIEL)", - "CIEL-77335", - "Haloperidol", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Haloperidol tab", - "1", - "650" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "11", - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - "", - "", - "", - "", - "", - "", - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "(see CIEL)", - "CIEL-77336", - "Haloperidol decanoate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Haloperidol decanoate amp", - "1", - "651" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "12", - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - "", - "", - "", - "", - "", - "", - "Hydroxyzine", - "", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Hydroxyzine dihydrochloride tab", - "1", - "652" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "13", - "Olanzapine tab", - "", - "Olanzapine tab", - "", - "", - "", - "", - "", - "", - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "(see CIEL)", - "CIEL-81025", - "Olanzapine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Olanzapine tab", - "1", - "653" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "14", - "Paroxetine tab", - "", - "Paroxetine tab", - "", - "", - "", - "", - "", - "", - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "(see CIEL)", - "CIEL-81604", - "Paroxetine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Paroxetine tab", - "1", - "654" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "15", - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - "", - "", - "", - "", - "", - "", - "Promethazine hydrochloride", - "", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - "95", - "Found", - "", - "", - "(see CIEL)", - "CIEL-82670", - "Promethazine hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Promethazine hydrochloride tab", - "1", - "655" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "16", - "Risperidone tab", - "", - "Risperidone tab", - "", - "", - "", - "", - "", - "", - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "(see CIEL)", - "CIEL-83405", - "Risperidone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Risperidone tab", - "1", - "656" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "17", - "Sertraline tab", - "", - "Sertraline tab", - "", - "", - "", - "", - "", - "", - "Sertraline", - "", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL-83865", - "Sertraline", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Sertraline tab", - "1", - "657" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "18", - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - "", - "", - "", - "", - "", - "", - "Trihexyphenidyl hydrochloride", - "", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "(see CIEL)", - "CIEL-85464", - "Trihexyphenidyl hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Trihexyphenidyl hydrochloride tab", - "1", - "658" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "19", - "Valproate sodium tab", - "", - "Valproate sodium tab", - "", - "", - "", - "", - "", - "", - "Valproate", - "", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "(see CIEL)", - "CIEL-84114", - "Valproate sodium", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Valproate sodium tab", - "1", - "659" - ], - [ - "58", - "Medication - MH", - "", - "Coded", - "20", - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Other", - "1", - "660" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "1", - "None", - "", - "None", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|None", - "1", - "661" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "2", - "Amitriptyline tab", - "", - "Amitriptyline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Amitriptyline tab", - "1", - "662" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "3", - "Biperiden tab", - "", - "Biperiden tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Biperiden", - " ", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Biperiden tab", - "1", - "663" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "4", - "Carbamazepine tab", - "", - "Carbamazepine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Carbamazepine", - " ", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Carbamazepine tab", - "1", - "664" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "5", - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Chlorpromazine", - " ", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Chlorpromazine tab", - "1", - "665" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "6", - "Diazepam tab", - "", - "Diazepam tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diazepam", - " ", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Diazepam tab", - "1", - "666" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "7", - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diphenhydramine", - " ", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Diphenhydramine tab", - "1", - "667" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "8", - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluoxetine hydrochloride", - " ", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Fluoxetine hydrochloride capsule", - "1", - "668" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "9", - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluphenazine", - " ", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Fluphenazine decanoate amp", - "1", - "669" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "10", - "Haloperidol tab", - "", - "Haloperidol tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol", - " ", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Haloperidol tab", - "1", - "670" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "11", - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol decanoate", - " ", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Haloperidol decanoate amp", - "1", - "671" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "12", - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Hydroxyzine", - " ", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Hydroxyzine dihydrochloride tab", - "1", - "672" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "13", - "Olanzapine tab", - "", - "Olanzapine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Olanzapine", - " ", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Olanzapine tab", - "1", - "673" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "14", - "Paroxetine tab", - "", - "Paroxetine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Paroxetine", - " ", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Paroxetine tab", - "1", - "674" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "15", - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Promethazine hydrochloride", - " ", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Promethazine hydrochloride tab", - "1", - "675" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "16", - "Risperidone tab", - "", - "Risperidone tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Risperidone", - " ", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Risperidone tab", - "1", - "676" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "17", - "Sertraline tab", - "", - "Sertraline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Sertraline", - " ", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Sertraline tab", - "1", - "677" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "18", - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Trihexyphenidyl hydrochloride", - " ", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Trihexyphenidyl hydrochloride tab", - "1", - "678" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "19", - "Valproate sodium tab", - "", - "Valproate sodium tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Valproate", - " ", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Valproate sodium tab", - "1", - "679" - ], - [ - "59", - "Medication - MH 2", - "", - "Coded", - "20", - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Other", - "1", - "680" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "1", - "None", - "", - "None", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|None", - "1", - "681" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "2", - "Amitriptyline tab", - "", - "Amitriptyline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Amitriptyline tab", - "1", - "682" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "3", - "Biperiden tab", - "", - "Biperiden tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Biperiden", - " ", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Biperiden tab", - "1", - "683" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "4", - "Carbamazepine tab", - "", - "Carbamazepine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Carbamazepine", - " ", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Carbamazepine tab", - "1", - "684" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "5", - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Chlorpromazine", - " ", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Chlorpromazine tab", - "1", - "685" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "6", - "Diazepam tab", - "", - "Diazepam tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diazepam", - " ", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Diazepam tab", - "1", - "686" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "7", - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diphenhydramine", - " ", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Diphenhydramine tab", - "1", - "687" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "8", - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluoxetine hydrochloride", - " ", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Fluoxetine hydrochloride capsule", - "1", - "688" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "9", - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluphenazine", - " ", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Fluphenazine decanoate amp", - "1", - "689" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "10", - "Haloperidol tab", - "", - "Haloperidol tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol", - " ", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Haloperidol tab", - "1", - "690" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "11", - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol decanoate", - " ", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Haloperidol decanoate amp", - "1", - "691" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "12", - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Hydroxyzine", - " ", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Hydroxyzine dihydrochloride tab", - "1", - "692" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "13", - "Olanzapine tab", - "", - "Olanzapine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Olanzapine", - " ", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Olanzapine tab", - "1", - "693" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "14", - "Paroxetine tab", - "", - "Paroxetine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Paroxetine", - " ", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Paroxetine tab", - "1", - "694" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "15", - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Promethazine hydrochloride", - " ", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Promethazine hydrochloride tab", - "1", - "695" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "16", - "Risperidone tab", - "", - "Risperidone tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Risperidone", - " ", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Risperidone tab", - "1", - "696" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "17", - "Sertraline tab", - "", - "Sertraline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Sertraline", - " ", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Sertraline tab", - "1", - "697" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "18", - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Trihexyphenidyl hydrochloride", - " ", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Trihexyphenidyl hydrochloride tab", - "1", - "698" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "19", - "Valproate sodium tab", - "", - "Valproate sodium tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Valproate", - " ", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Valproate sodium tab", - "1", - "699" - ], - [ - "60", - "Medication - MH 3", - "", - "Coded", - "20", - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Other", - "1", - "700" - ], - [ - "61", - "Reason for missed appointment", - "", - "Coded", - "1", - "Patient forgot about session", - "", - "Patient forgot about session", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - "90", - "Found", - "", - "", - "(see Ciel)", - "CIEL-162192", - "Patient Fogot to attend appointment", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض نسي الجلسة", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient forgot about session", - "K10sA9MeyuB", - "patient_forgot_about_session", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient forgot about session", - "1", - "701" - ], - [ - "61", - "Reason for missed appointment", - "", - "Coded", - "2", - "No transportation / unable to attend", - "", - "No transportation / unable to attend", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا وسائل مواصلات / لم يستطع المجيء", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "No transportation / unable to attend", - "a9jCSQB7xkU", - "no_transportation_unable_to_attend", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|No transportation / unable to attend", - "1", - "702" - ], - [ - "61", - "Reason for missed appointment", - "", - "Coded", - "3", - "Patient unreachable", - "", - "Patient unreachable", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن الوصول إلى المريض", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient unreachable", - "A1myk0SonK2", - "patient_unreachable", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient unreachable", - "1", - "703" - ], - [ - "61", - "Reason for missed appointment", - "", - "Coded", - "4", - "Patient no longer wants services", - "", - "Patient no longer wants services", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض لم يعد يرغب بتلقي الخدمة", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient no longer wants services", - "DfTWJKP67rN", - "patient_no_longer_wants_services", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient no longer wants services", - "1", - "704" - ], - [ - "61", - "Reason for missed appointment", - "", - "Coded", - "5", - "Patient was busy", - "", - "Patient was busy", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض كان مشغولاً", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient was busy", - "jtKK82mthKK", - "patient_was_busy", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient was busy", - "1", - "705" - ], - [ - "61", - "Reason for missed appointment", - "", - "Coded", - "6", - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Other", - "tkqMcbSlYzz", - "other", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Other", - "1", - "706" - ], - [ - "62", - "Type of closure - MH", - "", - "Coded", - "1", - "Discharge with the patient’s agreement: end of care", - "", - "Discharge with the patient’s agreement: end of care", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: نهاية الرعاية.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "1. Discharge with the patient’s agreement: end of care", - "dLPq55MxBwB", - "1", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: end of care", - "1", - "707" - ], - [ - "62", - "Type of closure - MH", - "", - "Coded", - "2", - "Discharge with the patient’s agreement: single consultation", - "", - "Discharge with the patient’s agreement: single consultation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: استشارة واحدة.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "2. Discharge with the patient’s agreement: single consultation", - "brp4CVnY3jG", - "2", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: single consultation", - "1", - "708" - ], - [ - "62", - "Type of closure - MH", - "", - "Coded", - "3", - "Discharge with the patient’s agreement: patient moved", - "", - "Discharge with the patient’s agreement: patient moved", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: المريض انتقل الى موقع اخر.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "3. Discharge with the patient’s agreement: patient moved", - "YeMJpC1WFDD", - "3", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: patient moved", - "1", - "709" - ], - [ - "62", - "Type of closure - MH", - "", - "Coded", - "4", - "Discharge with the patient’s agreement: patient referred", - "", - "Discharge with the patient’s agreement: patient referred", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: تمت إحالة المريض.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "4. Discharge with the patient’s agreement: patient referred", - "QO22EMZRSNa", - "4", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: patient referred", - "1", - "710" - ], - [ - "62", - "Type of closure - MH", - "", - "Coded", - "5", - "Patient cannot access the service: MSF is no longer", - "", - "Patient cannot access the service: MSF is no longer", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: أطباء بلا حدود لم تعد بالمنطقة.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "5. Patient cannot access the service: MSF is no longer there", - "dr4ZmvSaUB9", - "5", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: MSF is no longer", - "1", - "711" - ], - [ - "62", - "Type of closure - MH", - "", - "Coded", - "6", - "Patient cannot access the service: transport issues", - "", - "Patient cannot access the service: transport issues", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: مشاكل النقل.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "6. Patient cannot access the service: transport issues", - "deCWsA6Ui5b", - "6", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: transport issues", - "1", - "712" - ], - [ - "62", - "Type of closure - MH", - "", - "Coded", - "7", - "Patient cannot access the service: arrested/kidnaped", - "", - "Patient cannot access the service: arrested/kidnaped", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: موقوف / مخطوف.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "7. Patient cannot access the service: arrested/kidnaped", - "nhyIbBRYaWX", - "7", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: arrested/kidnaped", - "1", - "713" - ], - [ - "62", - "Type of closure - MH", - "", - "Coded", - "8", - "Lost to follow up: unable to trace", - "", - "Lost to follow up: unable to trace", - "Lost to follow up", - "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", - "N/A", - "Finding", - "d305b208-354f-4bb7-b35a-df4f8d92c256", - "90", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف المتابعة: لا يمكن تتبع المريض.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "8. Lost to follow up: unable to trace", - "P78sA75FJ2i", - "8", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Lost to follow up: unable to trace", - "1", - "714" - ], - [ - "62", - "Type of closure - MH", - "", - "Coded", - "9", - "Lost to follow up: dissatisfied/different expectations", - "", - "Lost to follow up: dissatisfied/different expectations", - "Lost to follow up", - "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", - "N/A", - "Finding", - "d305b208-354f-4bb7-b35a-df4f8d92c256", - "90", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف المتابعة: المريض لم يكن راضياً على الخدمة / توقعات لم تتم تلبيتها.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "9. Lost to follow up: dissatisfied/different expectations", - "hiYHmyIYvrN", - "9", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Lost to follow up: dissatisfied/different expectations", - "1", - "715" - ], - [ - "62", - "Type of closure - MH", - "", - "Coded", - "10", - "Deceased/missing", - "", - "Deceased/missing", - "Deceased", - "The person died.", - "N/A", - "Finding", - "dc1c7ac9-d9c3-4887-bc22-827c2db7689f", - "90", - "Deceased", - "Patient died.", - "N/A", - "Diagnosis", - "159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "Deceased", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "متوفى / مفقود.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "10. Deceased/missing", - "nyQCSDpS4zc", - "10", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Deceased/missing", - "1", - "716" - ], - [ - "63", - "Goals final status", - "", - "Coded", - "1", - "Achieved", - "", - "Achieved", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تم تحقيقه ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|Achieved", - "1", - "717" - ], - [ - "63", - "Goals final status", - "", - "Coded", - "2", - "No change ", - "", - "No change ", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا تغيير", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|No change ", - "1", - "718" - ], - [ - "63", - "Goals final status", - "", - "Coded", - "3", - "Challenges", - "", - "Challenges", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تحديات", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|Challenges", - "1", - "719" - ], - [ - "64", - "PHQ9", - "", - "Coded", - "1", - "Not at all (0 point)", - "ed0e2463-c990-4341-b095-53b899707af9", - "Not at all (0 point)", - "Not at all", - "Answer to a Likert-like scale question indicating something that's not often.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001376", - "95", - "Not at all", - "Answer to a likert-like scale question", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Not at all", - "", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أبداً", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 0", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Not at all (0 point)", - "1", - "720" - ], - [ - "64", - "PHQ9", - "", - "Coded", - "2", - "Several days (1 point)", - "b631d160-8d40-4cf7-92cd-67f628c889e8", - "Several days (1 point)", - "Several days", - "An occurrence of more than a few days.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001377", - "95", - "Several days", - "", - "N/A", - "Misc", - "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بعض الأيام", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 1", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Several days (1 point)", - "1", - "721" - ], - [ - "64", - "PHQ9", - "", - "Coded", - "3", - "More than half the days (2 points)", - "234259ec-5368-4488-8482-4f261cc76714", - "More than half the days (2 points)", - "More than half the days", - "An occurrence of more than half the days", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001378", - "95", - "More than half the days", - "", - "N/A", - "Misc", - "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "More than half the days", - "", - "N/A", - "Misc", - "1cf6ebb8-dd57-4d26-87cd-e49c09373aaf", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أآثر من نصف الأيام", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 2", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|More than half the days (2 points)", - "1", - "722" - ], - [ - "64", - "PHQ9", - "", - "Coded", - "4", - "Nearly every day (3 points)", - "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e", - "Nearly every day (3 points)", - "Nearly every day", - "An almost daily occurrence.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001379", - "95", - "Nearly every day", - "", - "N/A", - "Misc", - "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آل يوم تقريباً", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 3", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Nearly every day (3 points)", - "1", - "723" - ], - [ - "65", - "MHOS", - "", - "Coded", - "1", - "Not at all", - "ed0e2463-c990-4341-b095-53b899707af9", - "Not at all", - "Not at all", - "Answer to a Likert-like scale question indicating something that's not often.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001376", - "95", - "Not at all", - "Answer to a likert-like scale question", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Not at all", - "", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كلا على الاطلاق", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 1", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Not at all", - "1", - "724" - ], - [ - "65", - "MHOS", - "", - "Coded", - "2", - "A little", - "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", - "A little", - "A little", - "", - "Text", - "Misc", - "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", - "90", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قليلا", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|A little", - "1", - "725" - ], - [ - "65", - "MHOS", - "", - "Coded", - "3", - "Some", - "edf347b1-ee57-4d8f-babb-97acca20c3cb", - "Some", - "", - "", - "", - "", - "", - "", - "Some", - "", - "N/A", - "Misc", - "164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بعض", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 3", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Some", - "1", - "726" - ], - [ - "65", - "MHOS", - "", - "Coded", - "4", - "Fair amount", - "de7fa192-bf2e-4991-a81f-582c4b50ae51", - "Fair amount", - "Fair amount", - "", - "Text", - "Misc", - "de7fa192-bf2e-4991-a81f-582c4b50ae51", - "95", - "Fair", - "Degree of finding, pertaining to a class fair.", - "N/A", - "Misc", - "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Fair", - "Degree of finding, pertaining to a class fair.", - "N/A", - "Misc", - "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كمية جيدة", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 4", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Fair amount", - "1", - "727" - ], - [ - "65", - "MHOS", - "", - "Coded", - "5", - "A lot", - "0f074510-1ff6-4924-bfef-effdcffd44f8", - "A lot", - "A lot", - "", - "Text", - "Misc", - "0f074510-1ff6-4924-bfef-effdcffd44f8", - "90", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كثيرا", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 5", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|A lot", - "1", - "728" - ], - [ - "66", - "Depression severity scale", - "", - "Coded", - "1", - "No depression", - "5aa4edf5-b218-4470-b5da-ad1d88007954", - "0-4: No depression", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|No depression", - "1", - "729" - ], - [ - "66", - "Depression severity scale", - "", - "Coded", - "2", - "Minimal symptoms", - "9d7d154f-e7a1-4490-b93a-85f5c2157f92", - "5-9: Minimal symptoms - Support and educate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Minimal symptoms", - "1", - "730" - ], - [ - "66", - "Depression severity scale", - "", - "Coded", - "3", - "Minor to mild depression (or dysthymia)", - "ed7484ef-a3ea-4c95-bf59-58987c7f6d7c", - "10-14: Minor to mild depression (or dysthymia) - Support and watchful waiting / Reassess in one/two weeks", - "", - "", - "", - "", - "", - "", - "mild depression", - "", - "N/A", - "Diagnosis", - "157790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Minor to mild depression (or dysthymia)", - "1", - "731" - ], - [ - "66", - "Depression severity scale", - "", - "Coded", - "4", - "Major depression", - "d163711c-9fcf-4050-b015-d3463b4602fa", - "15-19: Major depression – Refer to clinical office / psychologist (need for specific treatment)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Major depression", - "1", - "732" - ], - [ - "66", - "Depression severity scale", - "", - "Coded", - "5", - "Severe depression", - "0ff3a7dc-1a6e-4453-91d5-29cf6a9f790c", - ">20: Severe depression – Major impairment, need for active treatment", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Severe depression", - "1", - "733" - ], - [ - "67", - "Head of family", - "", - "Coded", - "1", - "Father", - "", - "Father", - "", - "", - "", - "", - "", - "", - "Father", - "Family member.", - "N/A", - "Misc", - "971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Father", - "A father to another person", - "N/A", - "Misc", - "3ce18444-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Father", - "1", - "734" - ], - [ - "67", - "Head of family", - "", - "Coded", - "2", - "Mother", - "", - "Mother", - "", - "", - "", - "", - "", - "", - "Mother", - "Family member.", - "N/A", - "Misc", - "970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Mother", - "A mother of another person", - "N/A", - "Misc", - "3ce185ca-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Mother", - "1", - "735" - ], - [ - "67", - "Head of family", - "", - "Coded", - "3", - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Other", - "1", - "736" - ], - [ - "68", - "Vaccination status - Doses", - "", - "Coded", - "1", - "Dose 0", - "", - "Dose 0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 0", - "1", - "737" - ], - [ - "68", - "Vaccination status - Doses", - "", - "Coded", - "2", - "Dose 1", - "", - "Dose 1", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 1", - "1", - "738" - ], - [ - "68", - "Vaccination status - Doses", - "", - "Coded", - "3", - "Dose 2", - "", - "Dose 2", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 2", - "1", - "739" - ], - [ - "68", - "Vaccination status - Doses", - "", - "Coded", - "4", - "Dose 3", - "", - "Dose 3", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 3", - "1", - "740" - ], - [ - "68", - "Vaccination status - Doses", - "", - "Coded", - "5", - "Dose 4", - "", - "Dose 4", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 4", - "1", - "741" - ], - [ - "68", - "Vaccination status - Doses", - "", - "Coded", - "6", - "Not vaccinated", - "", - "Not vaccinated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Not vaccinated", - "1", - "742" - ], - [ - "68", - "Vaccination status - Doses", - "", - "Coded", - "7", - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Unknown", - "1", - "743" - ], - [ - "69", - "Vaccination - ITFC - Vaccination card", - "", - "Coded", - "1", - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Vaccination card", - "mFtDMd4244l", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Vaccination card|Yes", - "1", - "744" - ], - [ - "69", - "Vaccination - ITFC - Vaccination card", - "", - "Coded", - "2", - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Vaccination card", - "mFtDMd4244l", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Vaccination card|No", - "1", - "745" - ], - [ - "70", - "Vaccination - ITFC - BCG", - "", - "Coded", - "1", - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Dose 1", - "v6E5MjPpqSb", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|Dose 1", - "1", - "746" - ], - [ - "70", - "Vaccination - ITFC - BCG", - "", - "Coded", - "2", - "No vaccinated", - "", - "No vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "No vaccinated", - "O0Edj0kR5Nd", - "no_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|No vaccinated", - "1", - "747" - ], - [ - "70", - "Vaccination - ITFC - BCG", - "", - "Coded", - "3", - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Unknown", - "ydpXtzGHWHj", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|Unknown", - "1", - "748" - ], - [ - "71", - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - "1", - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Dose 1", - "xGTdCJcKmAn", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Dose 1", - "1", - "749" - ], - [ - "71", - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - "2", - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Not vaccinated", - "Xg0muNfVNkv", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Not vaccinated", - "1", - "750" - ], - [ - "71", - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - "3", - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Unknown", - "KY34sEEUpnr", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Unknown", - "1", - "751" - ], - [ - "72", - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", - "", - "Coded", - "1", - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", - "cG8uCalPdNU", - "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", - "L4AkwHZ65GZ", - "Yes", - "sBr9pPNqd28", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|Yes", - "1", - "752" - ], - [ - "72", - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", - "", - "Coded", - "2", - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", - "cG8uCalPdNU", - "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", - "L4AkwHZ65GZ", - "No", - "aKS3CymU5Ns", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|No", - "1", - "753" - ], - [ - "73", - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - "1", - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 1", - "bZXl07GyWhL", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 1", - "1", - "754" - ], - [ - "73", - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - "2", - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 2", - "T8IyHX0cXe5", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 2", - "1", - "755" - ], - [ - "73", - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - "3", - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 3", - "sw1D3rQGhGQ", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 3", - "1", - "756" - ], - [ - "73", - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - "4", - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 4", - "OT5qZpJO7jc", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 4", - "1", - "757" - ], - [ - "73", - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - "5", - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Not vaccinated", - "dvq6f79oLIz", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Not vaccinated", - "1", - "758" - ], - [ - "73", - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - "6", - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Unknown", - "i4AQ0qRNehI", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Unknown", - "1", - "759" - ], - [ - "74", - "Vaccination - ITFC - Pentavalent - Last dose given on site", - "", - "Coded", - "1", - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", - "SEkSRdlwF4x", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent - Last dose given on site|Yes", - "1", - "760" - ], - [ - "74", - "Vaccination - ITFC - Pentavalent - Last dose given on site", - "", - "Coded", - "2", - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", - "SEkSRdlwF4x", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent - Last dose given on site|No", - "1", - "761" - ], - [ - "75", - "Vaccination - ITFC - AFP", - "", - "Coded", - "1", - "Dose 0", - "", - "Dose 0", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 0", - "njckedtwZdc", - "dose_0", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 0", - "1", - "762" - ], - [ - "75", - "Vaccination - ITFC - AFP", - "", - "Coded", - "2", - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 1", - "PxZFMT68zDd", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 1", - "1", - "763" - ], - [ - "75", - "Vaccination - ITFC - AFP", - "", - "Coded", - "3", - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 2", - "H6YSRKyanXo", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 2", - "1", - "764" - ], - [ - "75", - "Vaccination - ITFC - AFP", - "", - "Coded", - "4", - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 3", - "cwZTMIsCC5H", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 3", - "1", - "765" - ], - [ - "75", - "Vaccination - ITFC - AFP", - "", - "Coded", - "5", - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 4", - "b1vCPYEEjce", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 4", - "1", - "766" - ], - [ - "75", - "Vaccination - ITFC - AFP", - "", - "Coded", - "6", - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Not vaccinated", - "RZVArvOeoQM", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Not vaccinated", - "1", - "767" - ], - [ - "75", - "Vaccination - ITFC - AFP", - "", - "Coded", - "7", - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Unknown", - "koRJWvqd9fX", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Unknown", - "1", - "768" - ], - [ - "76", - "Vaccination - ITFC - AFP - Last dose given on site", - "", - "Coded", - "1", - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last AFP dose given on site", - "J2rK5CtSBvx", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP - Last dose given on site|Yes", - "1", - "769" - ], - [ - "76", - "Vaccination - ITFC - AFP - Last dose given on site", - "", - "Coded", - "2", - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last AFP dose given on site", - "J2rK5CtSBvx", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP - Last dose given on site|No", - "1", - "770" - ], - [ - "77", - "Vaccination - ITFC - Measles", - "", - "Coded", - "1", - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Dose 1", - "PktzQX6fkgx", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Dose 1", - "1", - "771" - ], - [ - "77", - "Vaccination - ITFC - Measles", - "", - "Coded", - "2", - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Dose 2", - "ocSTcDdyNTW", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Dose 2", - "1", - "772" - ], - [ - "77", - "Vaccination - ITFC - Measles", - "", - "Coded", - "3", - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Not vaccinated", - "mTk3530bGYt", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Not vaccinated", - "1", - "773" - ], - [ - "77", - "Vaccination - ITFC - Measles", - "", - "Coded", - "4", - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Unknown", - "hu4HpZGxknQ", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Unknown", - "1", - "774" - ], - [ - "78", - "Vaccination - ITFC - Measles - Last dose given on site", - "", - "Coded", - "1", - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Measles dose given on site", - "AKCbOxTvkTp", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles - Last dose given on site|Yes", - "1", - "775" - ], - [ - "78", - "Vaccination - ITFC - Measles - Last dose given on site", - "", - "Coded", - "2", - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Measles dose given on site", - "AKCbOxTvkTp", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles - Last dose given on site|No", - "1", - "776" - ], - [ - "79", - "Vaccination - ITFC - PCV", - "", - "Coded", - "1", - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 1", - "bZXl07GyWhL", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 1", - "1", - "777" - ], - [ - "79", - "Vaccination - ITFC - PCV", - "", - "Coded", - "2", - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 2", - "T8IyHX0cXe5", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 2", - "1", - "778" - ], - [ - "79", - "Vaccination - ITFC - PCV", - "", - "Coded", - "3", - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 3", - "sw1D3rQGhGQ", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 3", - "1", - "779" - ], - [ - "79", - "Vaccination - ITFC - PCV", - "", - "Coded", - "4", - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 4", - "OT5qZpJO7jc", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 4", - "1", - "780" - ], - [ - "79", - "Vaccination - ITFC - PCV", - "", - "Coded", - "5", - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Not vaccinated", - "dvq6f79oLIz", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Not vaccinated", - "1", - "781" - ], - [ - "79", - "Vaccination - ITFC - PCV", - "", - "Coded", - "6", - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Unknown", - "i4AQ0qRNehI", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Unknown", - "1", - "782" - ], - [ - "80", - "Vaccination - ITFC - PCV - Last dose given on site", - "", - "Coded", - "1", - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PCV dose given on site", - "u5dxpihoKN0", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV - Last dose given on site|Yes", - "1", - "783" - ], - [ - "80", - "Vaccination - ITFC - PCV - Last dose given on site", - "", - "Coded", - "2", - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PCV dose given on site", - "u5dxpihoKN0", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV - Last dose given on site|No", - "1", - "784" - ], - [ - "81", - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - "1", - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 1", - "EZMbl2HCG9p", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 1", - "1", - "785" - ], - [ - "81", - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - "2", - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 2", - "hmEojVACROI", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 2", - "1", - "786" - ], - [ - "81", - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - "3", - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 3", - "nDI0iPQUa1X", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 3", - "1", - "787" - ], - [ - "81", - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - "4", - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Not vaccinated", - "OpSJw5WAm18", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Not vaccinated", - "1", - "788" - ], - [ - "81", - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - "5", - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Unknown", - "MZfMeIWOPam", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Unknown", - "1", - "789" - ], - [ - "82", - "Vaccination - ITFC - Rotavirus - Last dose given on site", - "", - "Coded", - "1", - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", - "npoNMyqKaEJ", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus - Last dose given on site|Yes", - "1", - "790" - ], - [ - "82", - "Vaccination - ITFC - Rotavirus - Last dose given on site", - "", - "Coded", - "2", - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", - "npoNMyqKaEJ", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus - Last dose given on site|No", - "1", - "791" - ], - [ - "83", - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - "1", - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Dose 1", - "v6E5MjPpqSb", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Dose 1", - "1", - "792" - ], - [ - "83", - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - "2", - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "No vaccinated", - "O0Edj0kR5Nd", - "no_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Not vaccinated", - "1", - "793" - ], - [ - "83", - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - "3", - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Unknown", - "ydpXtzGHWHj", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Unknown", - "1", - "794" - ], - [ - "84", - "Vaccination - ITFC - IPV", - "", - "Coded", - "1", - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 1", - "cUxnl1n3Elk", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 1", - "1", - "795" - ], - [ - "84", - "Vaccination - ITFC - IPV", - "", - "Coded", - "2", - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 2", - "IGb7BSiAggz", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 2", - "1", - "796" - ], - [ - "84", - "Vaccination - ITFC - IPV", - "", - "Coded", - "3", - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 3", - "HdgSh1EMq1l", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 3", - "1", - "797" - ], - [ - "84", - "Vaccination - ITFC - IPV", - "", - "Coded", - "4", - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Not vaccinated", - "QFcgfRifWyg", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Not vaccinated", - "1", - "798" - ], - [ - "84", - "Vaccination - ITFC - IPV", - "", - "Coded", - "5", - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Unknown", - "XGk3KqPo8L2", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Unknown", - "1", - "799" - ], - [ - "85", - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - "1", - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Dose 1", - "QBENCGv4wSd", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Dose 1", - "1", - "800" - ], - [ - "85", - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - "2", - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Dose 2", - "TBI8FVnrLfW", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Dose 2", - "1", - "801" - ], - [ - "85", - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - "3", - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Not vaccinated", - "rTBp8C32W8w", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Not vaccinated", - "1", - "802" - ], - [ - "85", - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - "4", - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Unknown", - "GH4ogeUFzXa", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Unknown", - "1", - "803" - ], - [ - "86", - "Vaccination - ITFC - PPV 23", - "", - "Coded", - "1", - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Dose 1", - "ipWO3gdU4Yp", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Dose 1", - "1", - "804" - ], - [ - "86", - "Vaccination - ITFC - PPV 23", - "", - "Coded", - "2", - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Not vaccinated", - "QGiw4ry0TyJ", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Not vaccinated", - "1", - "805" - ], - [ - "86", - "Vaccination - ITFC - PPV 23", - "", - "Coded", - "3", - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Unknown", - "cSdyotNEi6R", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Unknown", - "1", - "806" - ], - [ - "87", - "Vaccination - ITFC - PPV 23 - Last dose given on site", - "", - "Coded", - "1", - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "L33Iqgj6wh8", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "DzlGd3b2nJN", - "Yes", - "OF5xbph1XiN", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23 - Last dose given on site|Yes", - "1", - "807" - ], - [ - "87", - "Vaccination - ITFC - PPV 23 - Last dose given on site", - "", - "Coded", - "2", - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "L33Iqgj6wh8", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "DzlGd3b2nJN", - "No", - "ZfPkEIgzMwl", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23 - Last dose given on site|No", - "1", - "808" - ], - [ - "88", - "Vaccination - ITFC - HPV", - "", - "Coded", - "1", - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Dose 1", - "ZRDiTHJArw5", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Dose 1", - "1", - "809" - ], - [ - "88", - "Vaccination - ITFC - HPV", - "", - "Coded", - "2", - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Dose 2", - "Rruu1ulpzSe", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Dose 2", - "1", - "810" - ], - [ - "88", - "Vaccination - ITFC - HPV", - "", - "Coded", - "3", - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Not vaccinated", - "raLxCNMjp3j", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Not vaccinated", - "1", - "811" - ], - [ - "88", - "Vaccination - ITFC - HPV", - "", - "Coded", - "4", - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Unknown", - "cU7AqGL8TRJ", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Unknown", - "1", - "812" - ], - [ - "89", - "Vaccination - ITFC - HPV - Last dose given on site", - "", - "Coded", - "1", - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "nHzyndo6Opn", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "PiM5sEcQEaE", - "Yes", - "WklX5Gy9bvP", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV - Last dose given on site|Yes", - "1", - "813" - ], - [ - "89", - "Vaccination - ITFC - HPV - Last dose given on site", - "", - "Coded", - "2", - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "nHzyndo6Opn", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "PiM5sEcQEaE", - "No", - "AhpHRa3pQ00", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV - Last dose given on site|No", - "1", - "814" - ], - [ - "90", - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - "1", - "TT1", - "", - "TT1", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT1", - "BaPawIuIMge", - "tt1", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT1", - "1", - "815" - ], - [ - "90", - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - "2", - "TT2", - "", - "TT2", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT2", - "Ht9dML7mb0C", - "tt2", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT2", - "1", - "816" - ], - [ - "90", - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - "3", - "TT3", - "", - "TT3", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT3", - "IEQkdICorA3", - "tt3", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT3", - "1", - "817" - ], - [ - "90", - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - "4", - "TT4", - "", - "TT4", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT4", - "XyhSFgJ0lzp", - "tt4", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT4", - "1", - "818" - ], - [ - "90", - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - "5", - "≥TT5", - "", - "≥TT5", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "≥TT5", - "WkDsQkKl3mE", - "≥tt5", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|≥TT5", - "1", - "819" - ], - [ - "90", - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - "6", - "Not vaccinated", - "", - "Not vaccinated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "Not vaccinated", - "flugHmgry3z", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|Not vaccinated", - "1", - "820" - ], - [ - "90", - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - "7", - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "Unknown", - "AkYJr9EfFJp", - "unknown", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|Unknown", - "1", - "821" - ], - [ - "91", - "Yes-no", - "", - "Coded", - "1", - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "X", - "Yes-no|Yes", - "1", - "822" - ], - [ - "91", - "Yes-no", - "", - "Coded", - "2", - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "X", - "Yes-no|No", - "1", - "823" - ], - [ - "92", - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", - "", - "Coded", - "1", - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", - "ai1f1Nd7tTk", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|Yes", - "1", - "824" - ], - [ - "92", - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", - "", - "Coded", - "2", - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", - "ai1f1Nd7tTk", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|No", - "1", - "825" - ], - [ - "93", - "Yes-no - Vaccination of accompanying children - Status checked", - "", - "Coded", - "1", - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "jEbjrXqhNEO", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "pkoZo5NLnmT", - "Yes", - "RA1z7oYeLBW", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination of accompanying children - Status checked|Yes", - "1", - "826" - ], - [ - "93", - "Yes-no - Vaccination of accompanying children - Status checked", - "", - "Coded", - "2", - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "jEbjrXqhNEO", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "pkoZo5NLnmT", - "No", - "cULP83r16XQ", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination of accompanying children - Status checked|No", - "1", - "827" - ], - [ - "94", - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - "1", - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "Yes", - "OJR1wOuzdAu", - "yes", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|Yes", - "1", - "828" - ], - [ - "94", - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - "2", - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "90", - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "No", - "SzkvKP70Pww", - "no", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|No", - "1", - "829" - ], - [ - "94", - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - "3", - "NA", - "", - "NA", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "NA", - "t3TQeaCkJiy", - "na", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|NA", - "1", - "830" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "1", - "Acute asthma", - "", - "Acute asthma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute asthma", - "1", - "831" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "2", - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - "", - "", - "", - "MSF-AAAAAA000000000000000512", - "95", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute diarrhea (bloody)", - "1", - "832" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "3", - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute diarrhea (non-bloody)", - "1", - "833" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "4", - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute febrile illness (=<7 days)", - "1", - "834" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "5", - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - "", - "", - "", - "", - "", - "", - "Acute flaccid paralysis", - "", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute flaccid paralysis", - "1", - "835" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "6", - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - "", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - "95", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute jaundice syndrome", - "1", - "836" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "7", - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Apnoea of prematurity", - "1", - "837" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "8", - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - "95", - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bacterial meningitis", - "1", - "838" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "9", - "Birth injury", - "", - "Birth injury", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Birth injury", - "1", - "839" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "10", - "Bronchiolitis obstructive bronchitis", - "", - "Bronchiolitis obstructive bronchitis", - "", - "", - "", - "", - "", - "", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bronchiolitis obstructive bronchitis", - "1", - "840" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "11", - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - "95", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bronchospasm", - "1", - "841" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "12", - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - "90", - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Burns", - "1", - "842" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "13", - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - "95", - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cardiogenic shock", - "1", - "843" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "14", - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - "", - "", - "", - "", - "", - "", - "Cerebral palsy", - "", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cerebral palsy - Neuro disability", - "1", - "844" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "15", - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - "90", - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cholera (suspected)", - "1", - "845" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "16", - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - "90", - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cholera confirmed", - "1", - "846" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "17", - "Complicated ear infection", - "", - "Complicated ear infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Complicated ear infection", - "1", - "847" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "18", - "Complications of SCD", - "", - "Complications of SCD", - "", - "", - "", - "", - "", - "", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Complications of SCD", - "1", - "848" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "19", - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital herpes virus infection", - "1", - "849" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "20", - "Congenital malaria", - "", - "Congenital malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital malaria", - "1", - "850" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "21", - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital or acquired cardiac pathology", - "1", - "851" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "22", - "Congenital syphilis", - "", - "Congenital syphilis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital syphilis", - "1", - "852" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "23", - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - "90", - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congestive Heart Failure", - "1", - "853" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "24", - "COPD", - "", - "COPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|COPD", - "1", - "854" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "25", - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Covid-19 confirmed", - "1", - "855" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "26", - "Covid-19 probable", - "", - "Covid-19 probable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Covid-19 probable", - "1", - "856" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "27", - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - "", - "", - "", - "MSF-AAAAAA000000000000000555", - "96", - "Cutaneous leishmaniasis", - "", - "", - "", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cutaneous leishmaniosis", - "1", - "857" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "28", - "Dengue confirmed", - "", - "Dengue confirmed", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dengue confirmed", - "1", - "858" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "29", - "Dengue suspected", - "", - "Dengue suspected", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dengue suspected", - "1", - "859" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "30", - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - "90", - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diabetes type 2 and complications", - "1", - "860" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "31", - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - "90", - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diabetes Type I and complications", - "1", - "861" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "32", - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - "", - "", - "", - "", - "", - "", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diarrhea (persistent)", - "1", - "862" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "33", - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - "95", - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diphtheria", - "1", - "863" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "34", - "Dog bite", - "", - "Dog bite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dog bite", - "1", - "864" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "35", - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - "90", - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Epilepsy - Seizures", - "1", - "865" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "36", - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - "", - "", - "", - "MSF-AAAAAA000000000000000584", - "95", - "Extrapulmonary tuberculosis", - "", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "92", - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Extra pulmonary tuberculosis", - "1", - "866" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "37", - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Eye diseases (including trachoma)", - "1", - "867" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "38", - "Febrile convulsions", - "", - "Febrile convulsions", - "", - "", - "", - "", - "", - "", - "Febrile convulsion", - "", - "", - "", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "97", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Febrile convulsions", - "1", - "868" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "39", - "Gynaecological cases", - "", - "Gynaecological cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Gynaecological cases", - "1", - "869" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "40", - "Hepatitis A", - "", - "Hepatitis A", - "", - "", - "", - "", - "", - "", - "Hepatitis A", - "", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis A", - "1", - "870" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "41", - "Hepatitis B", - "", - "Hepatitis B", - "", - "", - "", - "", - "", - "", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis B", - "1", - "871" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "42", - "Hepatitis Delta", - "", - "Hepatitis Delta", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis Delta", - "1", - "872" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "43", - "Hepatitis E", - "", - "Hepatitis E", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis E", - "1", - "873" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "44", - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|HIV Infection confirmed", - "1", - "874" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "45", - "Hyperglycemia", - "", - "Hyperglycemia", - "", - "", - "", - "", - "", - "", - "Hyperglycaemia", - "", - "", - "", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "96", - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hyperglycemia", - "1", - "875" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "46", - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hyperreactive splenomegaly due to malaria", - "1", - "876" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "47", - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - "", - "", - "", - "MSF-AAAAAA000000000000000608", - "96", - "", - "", - "", - "", - "", - "", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hypoglycemia", - "1", - "877" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "48", - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - "", - "", - "", - "MSF-AAAAAA000000000000000611", - "97", - "Hypovolaemic shock", - "", - "", - "", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "97", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hypovolemic shock", - "1", - "878" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "49", - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - "90", - "", - "", - "", - "", - "", - "", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Infectious diseases not otherwise classified", - "1", - "879" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "50", - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - "95", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Lower respiratory tract infection", - "1", - "880" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "51", - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - "90", - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Measles (complicated)", - "1", - "881" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "52", - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - "90", - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Measles (uncomplicated)", - "1", - "882" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "53", - "Meningeal TB", - "", - "Meningeal TB", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Meningeal TB", - "1", - "883" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "54", - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - "90", - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Meningitis unspecified", - "1", - "884" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "55", - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Mental and psychiatric conditions", - "1", - "885" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "56", - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - "95", - "Moderate acute malnutrition", - "", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Moderate acute malnutrition", - "1", - "886" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "57", - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Musculoskeletal conditions (infectious origin)", - "1", - "887" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "58", - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Musculoskeletal conditions (non-infectious)", - "1", - "888" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "59", - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Necrotizing & bullous skin infections", - "1", - "889" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "60", - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neglected tropical diseases", - "1", - "890" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "61", - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - "", - "", - "", - "", - "", - "", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal conjunctivitis", - "1", - "891" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "62", - "Neonatal convulsions", - "", - "Neonatal convulsions", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal convulsions", - "1", - "892" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "63", - "Neonatal jaundice", - "", - "Neonatal jaundice", - "", - "", - "", - "", - "", - "", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal jaundice", - "1", - "893" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "64", - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal meconial aspiration", - "1", - "894" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "65", - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - "", - "", - "", - "", - "", - "", - "Neonatal Necrotising Enterocolitis", - "", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "92", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal Necrotizing Enterocolitis", - "1", - "895" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "66", - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal pneumonia", - "1", - "896" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "67", - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal pneumothorax", - "1", - "897" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "68", - "Neonatal tetanus", - "", - "Neonatal tetanus", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal tetanus", - "1", - "898" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "69", - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal tuberculosis", - "1", - "899" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "70", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Nephrotic Syndrome & Acute Glomerulonephritis", - "1", - "900" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "71", - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Newborn to an HIV+ mother", - "1", - "901" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "72", - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non cardiac congenital pathology", - "1", - "902" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "73", - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non urgent surgical conditions", - "1", - "903" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "74", - "Non violence-related injuries", - "", - "Non violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non violence-related injuries", - "1", - "904" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "75", - "Observation", - "", - "Observation", - "", - "", - "", - "", - "", - "", - "Observation ward", - "", - "", - "", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Observation", - "1", - "905" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "76", - "Obstetric cases", - "", - "Obstetric cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Obstetric cases", - "1", - "906" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "77", - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Oral and digestive severe candidiasis", - "1", - "907" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "78", - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other bites and stings", - "1", - "908" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "79", - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other neurological conditions", - "1", - "909" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "80", - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other non communicable diseases", - "1", - "910" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "81", - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other symptoms and abnor. clinical / lab findings", - "1", - "911" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "82", - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Others", - "1", - "912" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "83", - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Perinatal asphyxia and complications", - "1", - "913" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "84", - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Persistent fever ( >7 days)", - "1", - "914" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "85", - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - "", - "", - "", - "", - "", - "", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Poliomyelitis confirmed", - "1", - "915" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "86", - "Post surgical infections", - "", - "Post surgical infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Post surgical infections", - "1", - "916" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "87", - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Prematurity and or low birth weight", - "1", - "917" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "88", - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Pulmonary tuberculosis", - "1", - "918" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "89", - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - "90", - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Rabies", - "1", - "919" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "90", - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - "", - "", - "", - "", - "", - "", - "Rheumatic heart disease", - "", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Rheumatic heart disease", - "1", - "920" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "91", - "Risk of sepsis", - "", - "Risk of sepsis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Risk of sepsis", - "1", - "921" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "92", - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - "95", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Septic shock", - "1", - "922" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "93", - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Kwashiorkor)", - "1", - "923" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "94", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "1", - "924" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "95", - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Malnutrition", - "", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus)", - "1", - "925" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "96", - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe anaemia", - "", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe anaemia", - "1", - "926" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "97", - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe dehydration", - "1", - "927" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "98", - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe malaria", - "", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe malaria", - "1", - "928" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "99", - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - "", - "", - "", - "MSF-AAAAAA000000000000000713", - "95", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sexual violence / rape", - "1", - "929" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "100", - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - "95", - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sexually transmitted disease (STI)", - "1", - "930" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "101", - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - "90", - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Shigellosis - Salmonellosis", - "1", - "931" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "102", - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - "90", - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Shock uspecified", - "1", - "932" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "103", - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - "95", - "", - "", - "", - "", - "", - "", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sickle cell disease", - "1", - "933" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "104", - "Simple malaria", - "", - "Simple malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Simple malaria", - "1", - "934" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "105", - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Skin and soft tissue conditions", - "1", - "935" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "106", - "Snake bites", - "", - "Snake bites", - "", - "", - "", - "", - "", - "", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Snake bites", - "1", - "936" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "107", - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "90", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Substance abuse / dependency", - "1", - "937" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "108", - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Suspected or confirmed malignancy", - "1", - "938" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "109", - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - "90", - "Tetanus", - "", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Tetanus", - "1", - "939" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "110", - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Toxicity / poisoning", - "1", - "940" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "111", - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Transient tachypnoea of the newborn", - "1", - "941" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "112", - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - "95", - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Typhoid fever", - "1", - "942" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "113", - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - "95", - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Upper respiratory tract infection", - "1", - "943" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "114", - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - "", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - "90", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Urgent surgical conditions", - "1", - "944" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "115", - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Urolithiasis / Renal colic", - "1", - "945" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "116", - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|UTI and renal tract acute pathology", - "1", - "946" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "117", - "Varicella", - "", - "Varicella", - "", - "", - "", - "", - "", - "", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Varicella", - "1", - "947" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "118", - "Violence-related injuries", - "", - "Violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Violence-related injuries", - "1", - "948" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "119", - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Viral haemorrhagic fevers", - "1", - "949" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "120", - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - "95", - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Visceral leishmaniasis", - "1", - "950" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "121", - "Vit A deficiency", - "", - "Vit A deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit A deficiency", - "1", - "951" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "122", - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit B complex deficiency", - "1", - "952" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "123", - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit C deficiency (scurvy)", - "1", - "953" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "124", - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit D deficiency (rickets)", - "1", - "954" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "125", - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - "95", - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Whooping cough", - "1", - "955" - ], - [ - "95", - "Diagnosis - Malnutrition", - "", - "Coded", - "126", - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - "90", - "Yellow fever", - "", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Yellow fever", - "1", - "956" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "1", - "Acute asthma", - "", - "Acute asthma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute asthma", - "UoCC4TyaYZp", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute asthma", - "1", - "957" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "2", - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - "", - "", - "", - "MSF-AAAAAA000000000000000512", - "95", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute diarrhea (bloody)", - "bXbATZn7QwE", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute diarrhea (bloody)", - "1", - "958" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "3", - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute diarrhea (non-bloody)", - "FltwCRejivF", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute diarrhea (non-bloody)", - "1", - "959" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "4", - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute febrile illness (=<7 days)", - "fgeCTh9601Z", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute febrile illness (=<7 days)", - "1", - "960" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "5", - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - "", - "", - "", - "", - "", - "", - "Acute flaccid paralysis", - "", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute flaccid paralysis", - "r8U660ApU51", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute flaccid paralysis", - "1", - "961" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "6", - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - "", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - "95", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute jaundice syndrome", - "PkeGHY5X4hR", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute jaundice syndrome", - "1", - "962" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "7", - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Apnoea of prematurity", - "A07QEdOGULT", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Apnoea of prematurity", - "1", - "963" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "8", - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - "95", - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bacterial meningitis", - "ELkTBWRtnbU", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bacterial meningitis", - "1", - "964" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "9", - "Birth injury", - "", - "Birth injury", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Birth injury", - "FtoAE4Ckgdc", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Birth injury", - "1", - "965" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "10", - "Bronchiolitis obstructive bronchitis", - "", - "Bronchiolitis obstructive bronchitis", - "", - "", - "", - "", - "", - "", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bronchiolitis obstructive bronchitis", - "LAu8p10eBf1", - "bronchiolitis_obstructive_bronchitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bronchiolitis obstructive bronchitis", - "1", - "966" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "11", - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - "95", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bronchospasm", - "AKJv8tPOPfq", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bronchospasm", - "1", - "967" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "12", - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - "90", - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Burns", - "Z0JCjHGqNaj", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Burns", - "1", - "968" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "13", - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - "95", - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cardiogenic shock", - "IwBXvTC07X4", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cardiogenic shock", - "1", - "969" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "14", - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - "", - "", - "", - "", - "", - "", - "Cerebral palsy", - "", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cerebral palsy - Neuro disability", - "r8tFgDoOtCP", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cerebral palsy - Neuro disability", - "1", - "970" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "15", - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - "90", - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cholera (suspected)", - "YKzNEhC9cq3", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cholera (suspected)", - "1", - "971" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "16", - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - "90", - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cholera confirmed", - "eyfVX0CSq4s", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cholera confirmed", - "1", - "972" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "17", - "Complicated ear infection", - "", - "Complicated ear infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Complicated ear infection", - "Tj93mBtUkhu", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Complicated ear infection", - "1", - "973" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "18", - "Complications of SCD", - "", - "Complications of SCD", - "", - "", - "", - "", - "", - "", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Complications of SCD", - "EO0bo8A7qDk", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Complications of SCD", - "1", - "974" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "19", - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital herpes virus infection", - "B02tG0t2ZiN", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital herpes virus infection", - "1", - "975" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "20", - "Congenital malaria", - "", - "Congenital malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital malaria", - "pXF4knGswXw", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital malaria", - "1", - "976" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "21", - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital or acquired cardiac pathology", - "nvQpfHzvu6A", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital or acquired cardiac pathology", - "1", - "977" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "22", - "Congenital syphilis", - "", - "Congenital syphilis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital syphilis", - "qvaVyj95GlX", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital syphilis", - "1", - "978" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "23", - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - "90", - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congestive Heart Failure", - "vNvbx4qpkUa", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congestive Heart Failure", - "1", - "979" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "24", - "COPD", - "", - "COPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "COPD", - "sCGnq3NK2Xy", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|COPD", - "1", - "980" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "25", - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Covid-19 confirmed", - "m62n1ZUQGHF", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Covid-19 confirmed", - "1", - "981" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "26", - "Covid-19 probable", - "", - "Covid-19 probable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Covid-19 probable", - "IUjXXVageyU", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Covid-19 probable", - "1", - "982" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "27", - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - "", - "", - "", - "MSF-AAAAAA000000000000000555", - "96", - "Cutaneous leishmaniasis", - "", - "", - "", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cutaneous leishmaniosis", - "pycPdcwaYgI", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cutaneous leishmaniosis", - "1", - "983" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "28", - "Dengue confirmed", - "", - "Dengue confirmed", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dengue confirmed", - "CnHndylBSN3", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dengue confirmed", - "1", - "984" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "29", - "Dengue suspected", - "", - "Dengue suspected", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dengue suspected", - "sCqcBysQAon", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dengue suspected", - "1", - "985" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "30", - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - "90", - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diabetes type 2 and complications", - "jQhAo2FVD69", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diabetes type 2 and complications", - "1", - "986" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "31", - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - "90", - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diabetes Type I and complications", - "CzGkEukFnE5", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diabetes Type I and complications", - "1", - "987" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "32", - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - "", - "", - "", - "", - "", - "", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diarrhea (persistent)", - "apvC5aiDSgV", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diarrhea (persistent)", - "1", - "988" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "33", - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - "95", - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diphtheria", - "MtXYrdYlGOy", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diphtheria", - "1", - "989" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "34", - "Dog bite", - "", - "Dog bite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dog bite", - "rohyQ83YCPY", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dog bite", - "1", - "990" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "35", - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - "90", - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Epilepsy - Seizures", - "JmfXWcy056y", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Epilepsy - Seizures", - "1", - "991" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "36", - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - "", - "", - "", - "MSF-AAAAAA000000000000000584", - "95", - "Extrapulmonary tuberculosis", - "", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "92", - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Extra pulmonary tuberculosis", - "gNDMXmSlxY5", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Extra pulmonary tuberculosis", - "1", - "992" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "37", - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Eye diseases (including trachoma)", - "anzGBpfOjIE", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Eye diseases (including trachoma)", - "1", - "993" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "38", - "Febrile convulsions", - "", - "Febrile convulsions", - "", - "", - "", - "", - "", - "", - "Febrile convulsion", - "", - "", - "", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "97", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Febrile convulsions", - "cEFdvYz974J", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Febrile convulsions", - "1", - "994" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "39", - "Gynaecological cases", - "", - "Gynaecological cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Gynaecological cases", - "jznqlCDB7bD", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Gynaecological cases", - "1", - "995" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "40", - "Hepatitis A", - "", - "Hepatitis A", - "", - "", - "", - "", - "", - "", - "Hepatitis A", - "", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis A", - "ukKcORm1F6S", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis A", - "1", - "996" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "41", - "Hepatitis B", - "", - "Hepatitis B", - "", - "", - "", - "", - "", - "", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis B", - "lIUb0EAK51H", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis B", - "1", - "997" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "42", - "Hepatitis Delta", - "", - "Hepatitis Delta", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis Delta", - "hduXSHS4szJ", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis Delta", - "1", - "998" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "43", - "Hepatitis E", - "", - "Hepatitis E", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis E", - "QwzXUJbzLXH", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis E", - "1", - "999" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "44", - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "HIV Infection confirmed", - "pUhMekDUu7f", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|HIV Infection confirmed", - "1", - "1000" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "45", - "Hyperglycemia", - "", - "Hyperglycemia", - "", - "", - "", - "", - "", - "", - "Hyperglycaemia", - "", - "", - "", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "96", - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hyperglycemia", - "SUvj2pUJRFh", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hyperglycemia", - "1", - "1001" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "46", - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hyperreactive splenomegaly due to malaria", - "X7Sk4ow3iI8", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hyperreactive splenomegaly due to malaria", - "1", - "1002" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "47", - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - "", - "", - "", - "MSF-AAAAAA000000000000000608", - "96", - "", - "", - "", - "", - "", - "", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hypoglycemia", - "WeuqO510vgS", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hypoglycemia", - "1", - "1003" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "48", - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - "", - "", - "", - "MSF-AAAAAA000000000000000611", - "97", - "Hypovolaemic shock", - "", - "", - "", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "97", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hypovolemic shock", - "EcBzdm2aQ23", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hypovolemic shock", - "1", - "1004" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "49", - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - "90", - "", - "", - "", - "", - "", - "", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Infectious diseases not otherwise classified", - "NRRuczCFMMF", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Infectious diseases not otherwise classified", - "1", - "1005" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "50", - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - "95", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Lower respiratory tract infection", - "qc8bQZ5WivT", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Lower respiratory tract infection", - "1", - "1006" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "51", - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - "90", - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Measles (complicated)", - "NBydum9qcq6", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Measles (complicated)", - "1", - "1007" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "52", - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - "90", - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Measles (uncomplicated)", - "Mzk9OdBug0o", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Measles (uncomplicated)", - "1", - "1008" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "53", - "Meningeal TB", - "", - "Meningeal TB", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Meningeal TB", - "FMpzSLis7mi", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Meningeal TB", - "1", - "1009" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "54", - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - "90", - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Meningitis unspecified", - "NzNRwhQ9cvG", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Meningitis unspecified", - "1", - "1010" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "55", - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Mental and psychiatric conditions", - "K7PAEOyTRcr", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Mental and psychiatric conditions", - "1", - "1011" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "56", - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - "95", - "Moderate acute malnutrition", - "", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Moderate acute malnutrition", - "TwYur55ToIF", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Moderate acute malnutrition", - "1", - "1012" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "57", - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Musculoskeletal conditions (infectious origin)", - "VWHtY3nz3Rw", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (infectious origin)", - "1", - "1013" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "58", - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Musculoskeletal conditions (non-infectious)", - "y0cWH3jWDqM", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (non-infectious)", - "1", - "1014" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "59", - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Necrotizing & bullous skin infections", - "lEkrxTnPMAm", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Necrotizing & bullous skin infections", - "1", - "1015" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "60", - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neglected tropical diseases", - "LRNoNQQkUyp", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neglected tropical diseases", - "1", - "1016" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "61", - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - "", - "", - "", - "", - "", - "", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal conjunctivitis", - "l7uIiP3Evps", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal conjunctivitis", - "1", - "1017" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "62", - "Neonatal convulsions", - "", - "Neonatal convulsions", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal convulsions", - "vUf0E6IPcTZ", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal convulsions", - "1", - "1018" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "63", - "Neonatal jaundice", - "", - "Neonatal jaundice", - "", - "", - "", - "", - "", - "", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal jaundice", - "XLcSqtMfBxM", - "neonatal-jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal jaundice", - "1", - "1019" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "64", - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal meconial aspiration", - "iSr0WOSmT9U", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal meconial aspiration", - "1", - "1020" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "65", - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - "", - "", - "", - "", - "", - "", - "Neonatal Necrotising Enterocolitis", - "", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "92", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal Necrotizing Enterocolitis", - "Jgx0hYetHaY", - "neonatal_necrotizing_nterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal Necrotizing Enterocolitis", - "1", - "1021" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "66", - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal pneumonia", - "wa1RG3wnht0", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal pneumonia", - "1", - "1022" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "67", - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal pneumothorax", - "s0XrcXrOnQ8", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal pneumothorax", - "1", - "1023" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "68", - "Neonatal tetanus", - "", - "Neonatal tetanus", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal tetanus", - "luBkSC1qQbJ", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal tetanus", - "1", - "1024" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "69", - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal tuberculosis", - "djiIx7NnwaX", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal tuberculosis", - "1", - "1025" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "70", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "ZcyurITHZes", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Nephrotic Syndrome & Acute Glomerulonephritis", - "1", - "1026" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "71", - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Newborn to an HIV+ mother", - "yjJN567GnYG", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Newborn to an HIV+ mother", - "1", - "1027" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "72", - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non cardiac congenital pathology", - "nXAR0YWa21v", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non cardiac congenital pathology", - "1", - "1028" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "73", - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non urgent surgical conditions", - "wyOWCkIW4RI", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non urgent surgical conditions", - "1", - "1029" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "74", - "Non violence-related injuries", - "", - "Non violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non violence-related injuries", - "kFutLc3yZOe", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non violence-related injuries", - "1", - "1030" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "75", - "Observation", - "", - "Observation", - "", - "", - "", - "", - "", - "", - "Observation ward", - "", - "", - "", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Observation", - "HjPEDuITUwp", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Observation", - "1", - "1031" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "76", - "Obstetric cases", - "", - "Obstetric cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Obstetric cases", - "iI55Apf1fRF", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Obstetric cases", - "1", - "1032" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "77", - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Oral and digestive severe candidiasis", - "aoQ6D9x6KLI", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Oral and digestive severe candidiasis", - "1", - "1033" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "78", - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other bites and stings", - "Jm9wyH1SUvC", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other bites and stings", - "1", - "1034" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "79", - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other neurological conditions", - "BIuSr3FxBRn", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other neurological conditions", - "1", - "1035" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "80", - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other non communicable diseases", - "VtHhILJkLdJ", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other non communicable diseases", - "1", - "1036" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "81", - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other symptoms and abnor. clinical / lab findings", - "JI4uetxlZEi", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other symptoms and abnor. clinical / lab findings", - "1", - "1037" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "82", - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Others", - "OjK1cMG8jkk", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Others", - "1", - "1038" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "83", - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Perinatal asphyxia and complications", - "g0EI2QmcpdA", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Perinatal asphyxia and complications", - "1", - "1039" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "84", - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Persistent fever ( >7 days)", - "whyu4NpVxPn", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Persistent fever ( >7 days)", - "1", - "1040" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "85", - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - "", - "", - "", - "", - "", - "", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Poliomyelitis confirmed", - "HT9ZZ93rKmF", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Poliomyelitis confirmed", - "1", - "1041" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "86", - "Post surgical infections", - "", - "Post surgical infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Post surgical infections", - "LaFNaIRr31Y", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Post surgical infections", - "1", - "1042" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "87", - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Prematurity and or low birth weight", - "QXUq8rmuwY6", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Prematurity and or low birth weight", - "1", - "1043" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "88", - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Pulmonary tuberculosis", - "ymehGVfxIuX", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Pulmonary tuberculosis", - "1", - "1044" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "89", - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - "90", - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Rabies", - "talayTpKnQj", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Rabies", - "1", - "1045" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "90", - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - "", - "", - "", - "", - "", - "", - "Rheumatic heart disease", - "", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Rheumatic heart disease", - "pt0OH3jp5Ne", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Rheumatic heart disease", - "1", - "1046" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "91", - "Risk of sepsis", - "", - "Risk of sepsis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Risk of sepsis", - "MZ53av22vaw", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Risk of sepsis", - "1", - "1047" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "92", - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - "95", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Septic shock", - "L6lauJp2IIF", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Septic shock", - "1", - "1048" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "93", - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Kwashiorkor)", - "JSPmBf2xyfH", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Kwashiorkor)", - "1", - "1049" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "94", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "SpoQWgDPyqx", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "1", - "1050" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "95", - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Malnutrition", - "", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Marasmus)", - "wAn3mqCpiiC", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus)", - "1", - "1051" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "96", - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe anaemia", - "", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe anaemia", - "vlEFy6xowzU", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe anaemia", - "1", - "1052" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "97", - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe dehydration", - "GBQyB8xsCAw", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe dehydration", - "1", - "1053" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "98", - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe malaria", - "", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe malaria", - "EwKSGhZtPfR", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe malaria", - "1", - "1054" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "99", - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - "", - "", - "", - "MSF-AAAAAA000000000000000713", - "95", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sexual violence / rape", - "lovYBi9o5Tp", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sexual violence / rape", - "1", - "1055" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "100", - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - "95", - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sexually transmitted disease (STI)", - "fy6qMKLMIjI", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sexually transmitted disease (STI)", - "1", - "1056" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "101", - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - "90", - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Shigellosis - Salmonellosis", - "zE90IarojUU", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Shigellosis - Salmonellosis", - "1", - "1057" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "102", - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - "90", - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Shock uspecified", - "nM58w8K8cVo", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Shock uspecified", - "1", - "1058" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "103", - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - "95", - "", - "", - "", - "", - "", - "", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sickle cell disease", - "L7N8qGvq28k", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sickle cell disease", - "1", - "1059" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "104", - "Simple malaria", - "", - "Simple malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Simple malaria", - "F0ByKIAMrVs", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Simple malaria", - "1", - "1060" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "105", - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Skin and soft tissue conditions", - "xXMvb2TUtMW", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Skin and soft tissue conditions", - "1", - "1061" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "106", - "Snake bites", - "", - "Snake bites", - "", - "", - "", - "", - "", - "", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Snake bites", - "iRgUBoH1pvK", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Snake bites", - "1", - "1062" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "107", - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "90", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Substance abuse / dependency", - "ZDJi3kMhfDG", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Substance abuse / dependency", - "1", - "1063" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "108", - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Suspected or confirmed malignancy", - "qcv5pPyiaim", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Suspected or confirmed malignancy", - "1", - "1064" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "109", - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - "90", - "Tetanus", - "", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Tetanus", - "pTa1B1wYeLe", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Tetanus", - "1", - "1065" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "110", - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Toxicity / poisoning", - "WINiS5BkeKv", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Toxicity / poisoning", - "1", - "1066" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "111", - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Transient tachypnoea of the newborn", - "FKg2FRM2PtQ", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Transient tachypnoea of the newborn", - "1", - "1067" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "112", - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - "95", - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Typhoid fever", - "hOrtW9hFrki", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Typhoid fever", - "1", - "1068" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "113", - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - "95", - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Upper respiratory tract infection", - "DoUIBmauj9E", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Upper respiratory tract infection", - "1", - "1069" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "114", - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - "", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - "90", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Urgent surgical conditions", - "jFUECw4W9aF", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Urgent surgical conditions", - "1", - "1070" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "115", - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Urolithiasis / Renal colic", - "sSW1cbhBzhW", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Urolithiasis / Renal colic", - "1", - "1071" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "116", - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "UTI and renal tract acute pathology", - "qTBmkavG2bG", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|UTI and renal tract acute pathology", - "1", - "1072" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "117", - "Varicella", - "", - "Varicella", - "", - "", - "", - "", - "", - "", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Varicella", - "dgIaklTiH6m", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Varicella", - "1", - "1073" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "118", - "Violence-related injuries", - "", - "Violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Violence-related injuries", - "mrfLmzfhU5n", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Violence-related injuries", - "1", - "1074" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "119", - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Viral haemorrhagic fevers", - "J0j4TX9lqqX", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Viral haemorrhagic fevers", - "1", - "1075" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "120", - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - "95", - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Visceral leishmaniasis", - "Cjt04G2FlMe", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Visceral leishmaniasis", - "1", - "1076" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "121", - "Vit A deficiency", - "", - "Vit A deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit A deficiency", - "WyRZR3PNn2u", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit A deficiency", - "1", - "1077" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "122", - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit B complex deficiency", - "zUNsdaOjgcv", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit B complex deficiency", - "1", - "1078" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "123", - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit C deficiency (scurvy)", - "JATciD21DwF", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit C deficiency (scurvy)", - "1", - "1079" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "124", - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit D deficiency (rickets)", - "za2LmUraSRD", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit D deficiency (rickets)", - "1", - "1080" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "125", - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - "95", - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Whooping cough", - "LnWb3O0ELPp", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Whooping cough", - "1", - "1081" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "126", - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - "90", - "Yellow fever", - "", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Yellow fever", - "QJo7brpXC3Z", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Yellow fever", - "1", - "1082" - ], - [ - "96", - "Diagnosis - Malnutrition - Main", - "", - "Coded", - "127", - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other neonatal conditions", - "vW26SgsyQYB", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other neonatal conditions", - "1", - "1083" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "1", - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute asthma", - "Ezrxj8sEVkd", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute asthma", - "1", - "1084" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "2", - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute diarrhea (bloody)", - "wHIjteuw2Gc", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (bloody)", - "1", - "1085" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "3", - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute diarrhea (non-bloody)", - "ZocSqLhwlHA", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (non-bloody)", - "1", - "1086" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "4", - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute febrile illness (=<7 days)", - "GLs13BnQURD", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute febrile illness (=<7 days)", - "1", - "1087" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "5", - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute flaccid paralysis", - "MJFGttGUaVX", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute flaccid paralysis", - "1", - "1088" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "6", - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute jaundice syndrome", - "cqz1DZNiiWp", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute jaundice syndrome", - "1", - "1089" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "7", - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - "95", - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bacterial meningitis", - "ZKCmk9TMON5", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bacterial meningitis", - "1", - "1090" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "8", - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - "90", - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Burns", - "CM6bNqQE9tk", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Burns", - "1", - "1091" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "9", - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cholera (suspected)", - "IrqkKXJ9pL5", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cholera (suspected)", - "1", - "1092" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "10", - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cholera confirmed", - "fl3hbTSUUvY", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cholera confirmed", - "1", - "1093" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "11", - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Complicated ear infection", - "tNBupLHGkO1", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Complicated ear infection", - "1", - "1094" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "12", - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Complications of SCD", - "qqdK48VF9V3", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Complications of SCD", - "1", - "1095" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "13", - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital or acquired cardiac pathology", - "IQ2vP5mMPRC", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital or acquired cardiac pathology", - "1", - "1096" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "14", - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - "90", - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congestive Heart Failure", - "YzS1SrJkpfD", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congestive Heart Failure", - "1", - "1097" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "15", - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - "96", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cutaneous leishmaniosis", - "c9sqPdQq6gZ", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cutaneous leishmaniosis", - "1", - "1098" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "16", - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dengue confirmed", - "JTeymbhEwKU", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dengue confirmed", - "1", - "1099" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "17", - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diabetes type 2 and complications", - "Xh2f6F0VSwN", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diabetes type 2 and complications", - "1", - "1100" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "18", - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diabetes Type I and complications", - "FQ2EF6qyD3P", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diabetes Type I and complications", - "1", - "1101" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "19", - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diarrhea (persistent)", - "T4ZsFEUKokD", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diarrhea (persistent)", - "1", - "1102" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "20", - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - "95", - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diphtheria", - "TomHTmV7UU6", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diphtheria", - "1", - "1103" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "21", - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - "90", - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Epilepsy - Seizures", - "l3tXrwEXhZv", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Epilepsy - Seizures", - "1", - "1104" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "22", - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - "95", - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "92", - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Extra pulmonary tuberculosis", - "hWuPwQ7mo2s", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Extra pulmonary tuberculosis", - "1", - "1105" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "23", - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Eye diseases (including trachoma)", - "KHqb5KzJjv2", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Eye diseases (including trachoma)", - "1", - "1106" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "24", - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Gynaecological cases", - "b6GZG7ray6L", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Gynaecological cases", - "1", - "1107" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "25", - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis A", - "DoJ8USwbWAC", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis A", - "1", - "1108" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "26", - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis B", - "LWL1kdtU2G1", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis B", - "1", - "1109" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "27", - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis Delta", - "Ih6U6uYFdnf", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis Delta", - "1", - "1110" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "28", - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis E", - "TVoVhSXLq5s", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis E", - "1", - "1111" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "29", - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "HIV Infection confirmed", - "egbcyosmS3z", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|HIV Infection confirmed", - "1", - "1112" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "30", - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hyperreactive splenomegaly due to malaria", - "h2QoZAOi0Vl", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hyperreactive splenomegaly due to malaria", - "1", - "1113" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "31", - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Infectious diseases not otherwise classified", - "KUUbE0XOsc2", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Infectious diseases not otherwise classified", - "1", - "1114" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "32", - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Lower respiratory tract infection", - "mJv2EIUspLf", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Lower respiratory tract infection", - "1", - "1115" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "33", - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - "90", - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Measles (complicated)", - "JMuui1OC4qm", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Measles (complicated)", - "1", - "1116" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "34", - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - "90", - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Measles (uncomplicated)", - "F0jfwkECwC6", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Measles (uncomplicated)", - "1", - "1117" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "35", - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Meningeal TB", - "A23Hei7Aqa7", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Meningeal TB", - "1", - "1118" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "36", - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - "90", - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Meningitis unspecified", - "f08qUA7VdA8", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Meningitis unspecified", - "1", - "1119" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "37", - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Mental and psychiatric conditions", - "BSHRS8ImQPt", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Mental and psychiatric conditions", - "1", - "1120" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "38", - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - "95", - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Moderate acute malnutrition", - "vn4rkGBqxVZ", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Moderate acute malnutrition", - "1", - "1121" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "39", - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Musculoskeletal conditions (infectious origin)", - "k34KHbDpceV", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (infectious origin)", - "1", - "1122" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "40", - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Musculoskeletal conditions (non-infectious)", - "eeIIBA68Qqp", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (non-infectious)", - "1", - "1123" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "41", - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Necrotizing & bullous skin infections", - "sDZNxSTQR8R", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Necrotizing & bullous skin infections", - "1", - "1124" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "42", - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neglected tropical diseases", - "FvxHIS3jqix", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neglected tropical diseases", - "1", - "1125" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "43", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "r6eWc8I8PDe", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Nephrotic Syndrome & Acute Glomerulonephritis", - "1", - "1126" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "44", - "Cerebral palsy/Neuro disability", - "", - "Cerebral palsy/Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cerebral palsy/Neuro disability", - "ddebsmKgy2u", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cerebral palsy/Neuro disability", - "1", - "1127" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "45", - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non urgent surgical conditions", - "uwM2sVPtUde", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non urgent surgical conditions", - "1", - "1128" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "46", - "Non violence-related injuries", - "", - "Non violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non violence-related injuries", - "RV6MQD0BaW1", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non violence-related injuries", - "1", - "1129" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "47", - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Obstetric cases", - "wZFYQnbuYkr", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Obstetric cases", - "1", - "1130" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "48", - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Oral and digestive severe candidiasis", - "xTrkXo0f3jr", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Oral and digestive severe candidiasis", - "1", - "1131" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "49", - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Persistent fever ( >7 days)", - "oQj59DPBYel", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Persistent fever ( >7 days)", - "1", - "1132" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "50", - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Poliomyelitis confirmed", - "myLcZsoMRk5", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Poliomyelitis confirmed", - "1", - "1133" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "51", - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Post surgical infections", - "YVDu8NgUd87", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Post surgical infections", - "1", - "1134" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "52", - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Pulmonary tuberculosis", - "GuReX44Ib4s", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Pulmonary tuberculosis", - "1", - "1135" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "53", - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - "90", - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Rabies", - "RDS6MJMiUtx", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Rabies", - "1", - "1136" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "54", - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Kwashiorkor)", - "x8YPDz3YDwK", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Kwashiorkor)", - "1", - "1137" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "55", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "mMOlozsbqCr", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "1", - "1138" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "56", - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Marasmus)", - "GZvCeMgWmt4", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus)", - "1", - "1139" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "57", - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe malaria", - "UijCKzpfpUH", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe malaria", - "1", - "1140" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "58", - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sexual violence / rape", - "LM9t0dDBnIm", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sexual violence / rape", - "1", - "1141" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "59", - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - "95", - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sexually transmitted disease (STI)", - "Z1xeGfsZWOQ", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sexually transmitted disease (STI)", - "1", - "1142" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "60", - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - "90", - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Shigellosis - Salmonellosis", - "r8DzuoIylch", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Shigellosis - Salmonellosis", - "1", - "1143" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "61", - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sickle cell disease", - "JFwUloySp94", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sickle cell disease", - "1", - "1144" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "62", - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Simple malaria", - "l6PDpl6ib86", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Simple malaria", - "1", - "1145" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "63", - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Skin and soft tissue conditions", - "BOFkDhGzR8P", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Skin and soft tissue conditions", - "1", - "1146" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "64", - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Snake bites", - "NaxHVYSUOyW", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Snake bites", - "1", - "1147" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "65", - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "90", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Substance abuse / dependency", - "j3C7Fe8D4qu", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Substance abuse / dependency", - "1", - "1148" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "66", - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Suspected or confirmed malignancy", - "WP4YznEWlNQ", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Suspected or confirmed malignancy", - "1", - "1149" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "67", - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - "90", - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Tetanus", - "rFwJliVx1S8", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Tetanus", - "1", - "1150" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "68", - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Toxicity / poisoning", - "uOjbsLAWUij", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Toxicity / poisoning", - "1", - "1151" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "69", - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - "95", - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Typhoid fever", - "NbfUngbPEAP", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Typhoid fever", - "1", - "1152" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "70", - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - "95", - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Upper respiratory tract infection", - "OvztRwDtrx1", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Upper respiratory tract infection", - "1", - "1153" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "71", - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Urgent surgical conditions", - "BlEaw6hgBhq", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Urgent surgical conditions", - "1", - "1154" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "72", - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Urolithiasis / Renal colic", - "WOUU3mmhdHZ", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Urolithiasis / Renal colic", - "1", - "1155" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "73", - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "UTI and renal tract acute pathology", - "cNnfA3fFLNr", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|UTI and renal tract acute pathology", - "1", - "1156" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "74", - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Violence-related injuries", - "joxaKH5Rdul", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Violence-related injuries", - "1", - "1157" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "75", - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Viral haemorrhagic fevers", - "yHVhPBKD9h2", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Viral haemorrhagic fevers", - "1", - "1158" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "76", - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - "95", - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Visceral leishmaniasis", - "Bys1gZTxw4p", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Visceral leishmaniasis", - "1", - "1159" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "77", - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit A deficiency", - "i6JiY1PAEwc", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit A deficiency", - "1", - "1160" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "78", - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit B complex deficiency", - "V8ISxvoysXS", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit B complex deficiency", - "1", - "1161" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "79", - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit C deficiency (scurvy)", - "iDPCH8hTbBY", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit C deficiency (scurvy)", - "1", - "1162" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "80", - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit D deficiency (rickets)", - "ug8Kgv37aSJ", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit D deficiency (rickets)", - "1", - "1163" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "81", - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - "95", - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Whooping cough", - "VOFYxJG5Bdy", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Whooping cough", - "1", - "1164" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "82", - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - "90", - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Yellow fever", - "RxYDFTlXi7B", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Yellow fever", - "1", - "1165" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "83", - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other bites and stings", - "BbDlC8AkR76", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other bites and stings", - "1", - "1166" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "84", - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other neurological conditions", - "Sla3XxqZjTc", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other neurological conditions", - "1", - "1167" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "85", - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other non communicable diseases", - "IHcB7buq0Lq", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other non communicable diseases", - "1", - "1168" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "86", - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other symptoms and abnor. clinical / lab findings", - "yzLYFrzUuy9", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other symptoms and abnor. clinical / lab findings", - "1", - "1169" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "87", - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Others", - "wXYdnbu32bf", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Others", - "1", - "1170" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "88", - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Covid-19 confirmed", - "pX0VJTMfoAj", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Covid-19 confirmed", - "1", - "1171" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "89", - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Covid-19 probable", - "HIfTGoweruV", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Covid-19 probable", - "1", - "1172" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "90", - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Apnoea of prematurity", - "XiCLeKbQyoT", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Apnoea of prematurity", - "1", - "1173" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "91", - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Birth injury", - "WT20v167Xzg", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Birth injury", - "1", - "1174" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "92", - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "COPD", - "d96Q6VDDtGr", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|COPD", - "1", - "1175" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "93", - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bronchiolitis - obstructive bronchitis", - "U8prjAIzmCn", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bronchiolitis - obstructive bronchitis", - "1", - "1176" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "94", - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - "95", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bronchospasm", - "C4L4qbEt5mM", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bronchospasm", - "1", - "1177" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "95", - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - "95", - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cardiogenic shock", - "r8xoa1SyGBZ", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cardiogenic shock", - "1", - "1178" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "96", - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital herpes virus infection", - "rSiZA1OeamN", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital herpes virus infection", - "1", - "1179" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "97", - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital malaria", - "hGPNkM4Dk4z", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital malaria", - "1", - "1180" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "98", - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital syphilis", - "nfENb30coWb", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital syphilis", - "1", - "1181" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "99", - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dengue suspected", - "ikNcvpbDixr", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dengue suspected", - "1", - "1182" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "100", - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dog bite", - "BIs1jKjLRHN", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dog bite", - "1", - "1183" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "101", - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "97", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Febrile convulsions", - "c3O9dECIxOa", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Febrile convulsions", - "1", - "1184" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "102", - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "96", - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hyperglycemia", - "p5JcLzBGNqp", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hyperglycemia", - "1", - "1185" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "103", - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - "96", - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hypoglycemia", - "LJVBk2Zh7hK", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hypoglycemia", - "1", - "1186" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "104", - "hypovolemic_shock", - "", - "hypovolemic_shock", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "hypovolemic_shock", - "WnMpToZF0qr", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|hypovolemic_shock", - "1", - "1187" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "105", - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal conjunctivitis", - "MOtQxxicneI", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal conjunctivitis", - "1", - "1188" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "106", - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal convulsions", - "bveva4WEwpk", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal convulsions", - "1", - "1189" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "107", - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal jaundice", - "x3e3eB13HBC", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal jaundice", - "1", - "1190" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "108", - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal meconial aspiration", - "ZVbbk05skVn", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal meconial aspiration", - "1", - "1191" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "109", - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal Necrotising Enterocolitis", - " ", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "92", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal Necrotizing Enterocolitis", - "CV9RoDlgn0w", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal Necrotizing Enterocolitis", - "1", - "1192" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "110", - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal pneumonia", - "IuCGFWyFWFO", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumonia", - "1", - "1193" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "111", - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal pneumothorax", - "NSSABF8r5q8", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumothorax", - "1", - "1194" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "112", - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal tetanus", - "TOYetOKf4MU", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal tetanus", - "1", - "1195" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "113", - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal tuberculosis", - "e9GUiPSsGQC", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal tuberculosis", - "1", - "1196" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "114", - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non cardiac congenital pathology", - "GgiffxpUGcR", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non cardiac congenital pathology", - "1", - "1197" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "115", - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Newborn to an HIV+ mother", - "o7mxkyOuqRW", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Newborn to an HIV+ mother", - "1", - "1198" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "116", - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Observation", - "q9596NeqFbK", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Observation", - "1", - "1199" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "117", - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Perinatal asphyxia and complications", - "C9vdUIZmji0", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Perinatal asphyxia and complications", - "1", - "1200" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "118", - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Prematurity and or low birth weight", - "n5bkPzahGYv", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Prematurity and or low birth weight", - "1", - "1201" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "119", - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Rheumatic heart disease", - "MndDsJKT02H", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Rheumatic heart disease", - "1", - "1202" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "120", - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Risk of sepsis", - "pOlHPAPSIwG", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Risk of sepsis", - "1", - "1203" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "121", - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - "95", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Septic shock", - "Z4K838xu1el", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Septic shock", - "1", - "1204" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "122", - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - "90", - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Shock uspecified", - "DzENG1greCA", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Shock uspecified", - "1", - "1205" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "123", - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe anaemia", - "rSM7i2VYQh8", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe anaemia", - "1", - "1206" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "124", - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe dehydration", - "hvkuM6He8lg", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe dehydration", - "1", - "1207" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "125", - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Transient tachypnoea of the newborn", - "gLpLCbuDJSU", - "transient_tachypnoea_of_the-newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Transient tachypnoea of the newborn", - "1", - "1208" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "126", - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Varicella", - "ZxWtBfYPFaS", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Varicella", - "1", - "1209" - ], - [ - "97", - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - "127", - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other neonatal conditions", - "wPLsmkaNgVw", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other neonatal conditions", - "1", - "1210" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "1", - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute asthma", - "HgX3vXrvsx6", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute asthma", - "1", - "1211" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "2", - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute diarrhea (bloody)", - "ZpRxFecqnwi", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (bloody)", - "1", - "1212" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "3", - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute diarrhea (non-bloody)", - "zVgxlrZnnCe", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (non-bloody)", - "1", - "1213" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "4", - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute febrile illness (=<7 days)", - "J8Vl7BI0QfR", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute febrile illness (=<7 days)", - "1", - "1214" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "5", - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute flaccid paralysis", - "A7Ex0DFMTYf", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute flaccid paralysis", - "1", - "1215" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "6", - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute jaundice syndrome", - "GklH62cOq2Z", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute jaundice syndrome", - "1", - "1216" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "7", - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - "95", - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bacterial meningitis", - "O9xz3jtr4xg", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bacterial meningitis", - "1", - "1217" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "8", - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - "90", - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Burns", - "oeR7NWklyjd", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Burns", - "1", - "1218" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "9", - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cholera (suspected)", - "YRAU0iIbNP9", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cholera (suspected)", - "1", - "1219" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "10", - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cholera confirmed", - "S46QMarDp5i", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cholera confirmed", - "1", - "1220" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "11", - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Complicated ear infection", - "zdLmANKgrGO", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Complicated ear infection", - "1", - "1221" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "12", - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Complications of SCD", - "vYDgtp7MdTr", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Complications of SCD", - "1", - "1222" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "13", - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital or acquired cardiac pathology", - "Jil2qLIrVT9", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital or acquired cardiac pathology", - "1", - "1223" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "14", - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - "90", - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congestive Heart Failure", - "Nwd22x068J2", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congestive Heart Failure", - "1", - "1224" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "15", - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - "96", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cutaneous leishmaniosis", - "ftXcV1u3I8T", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cutaneous leishmaniosis", - "1", - "1225" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "16", - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dengue confirmed", - "ZnlAgYg6QR4", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dengue confirmed", - "1", - "1226" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "17", - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diabetes type 2 and complications", - "VrNBEbLfvq6", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diabetes type 2 and complications", - "1", - "1227" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "18", - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diabetes Type I and complications", - "oSTAIVxmb13", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diabetes Type I and complications", - "1", - "1228" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "19", - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diarrhea (persistent)", - "ZmSORuJ7MmO", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diarrhea (persistent)", - "1", - "1229" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "20", - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - "95", - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diphtheria", - "FWJi9zFnVVH", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diphtheria", - "1", - "1230" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "21", - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - "90", - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Epilepsy - Seizures", - "WYuwK5EiFkc", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Epilepsy - Seizures", - "1", - "1231" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "22", - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - "95", - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "92", - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Extra pulmonary tuberculosis", - "LCWIVKAGXxQ", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Extra pulmonary tuberculosis", - "1", - "1232" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "23", - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Eye diseases (including trachoma)", - "yrB1txNoXdz", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Eye diseases (including trachoma)", - "1", - "1233" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "24", - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Gynaecological cases", - "UF0PmdoljJa", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Gynaecological cases", - "1", - "1234" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "25", - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis A", - "kJRN97QTpuD", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis A", - "1", - "1235" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "26", - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis B", - "oPlApOiyRNf", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis B", - "1", - "1236" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "27", - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis Delta", - "iKsXCU378GN", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis Delta", - "1", - "1237" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "28", - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis E", - "daNBQbvb4W6", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis E", - "1", - "1238" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "29", - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "HIV Infection confirmed", - "h3VYXiJtitz", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|HIV Infection confirmed", - "1", - "1239" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "30", - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hyperreactive splenomegaly due to malaria", - "jmVxSKHbGG8", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hyperreactive splenomegaly due to malaria", - "1", - "1240" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "31", - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Infectious diseases not otherwise classified", - "xNduTQgsOKH", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Infectious diseases not otherwise classified", - "1", - "1241" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "32", - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Lower respiratory tract infection", - "VmtZbSQZKWB", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Lower respiratory tract infection", - "1", - "1242" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "33", - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - "90", - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Measles (complicated)", - "Ldgjz9C0g8E", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Measles (complicated)", - "1", - "1243" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "34", - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - "90", - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Measles (uncomplicated)", - "YBqbmTLX7C0", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Measles (uncomplicated)", - "1", - "1244" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "35", - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Meningeal TB", - "HnTQlyQywuD", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Meningeal TB", - "1", - "1245" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "36", - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - "90", - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Meningitis unspecified", - "LR0LHjndAXu", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Meningitis unspecified", - "1", - "1246" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "37", - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Mental and psychiatric conditions", - "aG0OfBS8ueF", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Mental and psychiatric conditions", - "1", - "1247" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "38", - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - "95", - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Moderate acute malnutrition", - "QQaqc8toFYk", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Moderate acute malnutrition", - "1", - "1248" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "39", - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Musculoskeletal conditions (infectious origin)", - "bnkjJwvg6iQ", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (infectious origin)", - "1", - "1249" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "40", - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Musculoskeletal conditions (non-infectious)", - "J6aEdljbxgr", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (non-infectious)", - "1", - "1250" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "41", - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Necrotizing & bullous skin infections", - "utECVhpdUs4", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Necrotizing & bullous skin infections", - "1", - "1251" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "42", - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neglected tropical diseases", - "NohI0zAbUc4", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neglected tropical diseases", - "1", - "1252" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "43", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "C1jvKxIjDxj", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Nephrotic Syndrome & Acute Glomerulonephritis", - "1", - "1253" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "44", - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cerebral palsy - Neuro disability", - "e8eyFjAUlQk", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cerebral palsy - Neuro disability", - "1", - "1254" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "45", - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non urgent surgical conditions", - "yeEBnmqXsQl", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non urgent surgical conditions", - "1", - "1255" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "46", - "Non violence-related injuries", - "", - "Non violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non violence-related injuries", - "yIE3xuGdorT", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non violence-related injuries", - "1", - "1256" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "47", - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Obstetric cases", - "lufXrIBxOSO", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Obstetric cases", - "1", - "1257" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "48", - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Oral and digestive severe candidiasis", - "byDZOw8AhEH", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Oral and digestive severe candidiasis", - "1", - "1258" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "49", - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Persistent fever ( >7 days)", - "ApD01rBFsP7", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Persistent fever ( >7 days)", - "1", - "1259" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "50", - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Poliomyelitis confirmed", - "eW1xtCC90c3", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Poliomyelitis confirmed", - "1", - "1260" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "51", - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Post surgical infections", - "uGrIXRfwMwY", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Post surgical infections", - "1", - "1261" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "52", - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Pulmonary tuberculosis", - "HJeN29Cv3kc", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Pulmonary tuberculosis", - "1", - "1262" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "53", - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - "90", - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Rabies", - "nL9YgpEXOzY", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Rabies", - "1", - "1263" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "54", - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Kwashiorkor)", - "NBY05tQ8hQN", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Kwashiorkor)", - "1", - "1264" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "55", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "cX41mhUP4hg", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "1", - "1265" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "56", - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Marasmus)", - "yCOLs7TI2Yf", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus)", - "1", - "1266" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "57", - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe malaria", - "RqDxjW04LBM", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe malaria", - "1", - "1267" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "58", - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sexual violence / rape", - "t9OwU2PBjmi", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sexual violence / rape", - "1", - "1268" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "59", - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - "95", - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sexually transmitted disease (STI)", - "rDDzlHmlVfb", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sexually transmitted disease (STI)", - "1", - "1269" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "60", - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - "90", - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Shigellosis - Salmonellosis", - "C0RJm1JpNud", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Shigellosis - Salmonellosis", - "1", - "1270" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "61", - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sickle cell disease", - "QGLQEmOsLec", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sickle cell disease", - "1", - "1271" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "62", - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Simple malaria", - "q3Grvfn9QGb", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Simple malaria", - "1", - "1272" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "63", - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Skin and soft tissue conditions", - "i6qQp5uB0Ko", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Skin and soft tissue conditions", - "1", - "1273" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "64", - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Snake bites", - "It0cW5RQWpE", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Snake bites", - "1", - "1274" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "65", - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "90", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Substance abuse / dependency", - "jxDmdkqUYzT", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Substance abuse / dependency", - "1", - "1275" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "66", - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Suspected or confirmed malignancy", - "SEVS3rGTnWG", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Suspected or confirmed malignancy", - "1", - "1276" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "67", - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - "90", - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Tetanus", - "Kr9r979EtHx", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Tetanus", - "1", - "1277" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "68", - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Toxicity / poisoning", - "wGTjx3JO66k", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Toxicity / poisoning", - "1", - "1278" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "69", - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - "95", - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Typhoid fever", - "ufSbySjV4nf", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Typhoid fever", - "1", - "1279" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "70", - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - "95", - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Upper respiratory tract infection", - "UoTji9E533F", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Upper respiratory tract infection", - "1", - "1280" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "71", - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Urgent surgical conditions", - "G4GBgpGBv1I", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Urgent surgical conditions", - "1", - "1281" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "72", - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Urolithiasis / Renal colic", - "pbbYJwsoExK", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Urolithiasis / Renal colic", - "1", - "1282" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "73", - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "UTI and renal tract acute pathology", - "hrtm8XMGsvI", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|UTI and renal tract acute pathology", - "1", - "1283" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "74", - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Violence-related injuries", - "FGVvCNrsZd6", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Violence-related injuries", - "1", - "1284" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "75", - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Viral haemorrhagic fevers", - "kVOcCpX2wET", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Viral haemorrhagic fevers", - "1", - "1285" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "76", - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - "95", - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Visceral leishmaniasis", - "mWZtlCUSfv9", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Visceral leishmaniasis", - "1", - "1286" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "77", - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit A deficiency", - "Q8QmQpMAnQ4", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit A deficiency", - "1", - "1287" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "78", - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit B complex deficiency", - "K970D8cUX8q", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit B complex deficiency", - "1", - "1288" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "79", - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit C deficiency (scurvy)", - "M4dWY0whWZ3", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit C deficiency (scurvy)", - "1", - "1289" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "80", - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit D deficiency (rickets)", - "Iad4CoXnCTM", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit D deficiency (rickets)", - "1", - "1290" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "81", - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - "95", - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Whooping cough", - "PJaiWyUC5Rv", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Whooping cough", - "1", - "1291" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "82", - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - "90", - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Yellow fever", - "XTczxMr7cBC", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Yellow fever", - "1", - "1292" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "83", - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other bites and stings", - "tMDEcnOrzaS", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other bites and stings", - "1", - "1293" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "84", - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other neurological conditions", - "RZ6Gri5POqL", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other neurological conditions", - "1", - "1294" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "85", - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other non communicable diseases", - "i3kF3xASTF0", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other non communicable diseases", - "1", - "1295" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "86", - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other symptoms and abnor. clinical / lab findings", - "wo6gncCWDt8", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other symptoms and abnor. clinical / lab findings", - "1", - "1296" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "87", - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Others", - "SLRzVQxrR6V", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Others", - "1", - "1297" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "88", - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Covid-19 confirmed", - "lbR2rz0zKhv", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Covid-19 confirmed", - "1", - "1298" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "89", - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Covid-19 probable", - "AyulwHw3Bj7", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Covid-19 probable", - "1", - "1299" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "90", - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Apnoea of prematurity", - "mNPTDvpwGn5", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Apnoea of prematurity", - "1", - "1300" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "91", - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Birth injury", - "oJP7rkoXVg1", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Birth injury", - "1", - "1301" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "92", - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bronchiolitis - obstructive bronchitis", - "Ra4H6sXRGR8", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bronchiolitis - obstructive bronchitis", - "1", - "1302" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "93", - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - "95", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bronchospasm", - "gJSba9WYKcN", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bronchospasm", - "1", - "1303" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "94", - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - "95", - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cardiogenic shock", - "EQCt6KPlhXh", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cardiogenic shock", - "1", - "1304" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "95", - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital herpes virus infection", - "IEWIHnBHcKW", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital herpes virus infection", - "1", - "1305" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "96", - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital malaria", - "fzD74ridSY3", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital malaria", - "1", - "1306" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "97", - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital syphilis", - "VlGKbqPPcqo", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital syphilis", - "1", - "1307" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "98", - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "COPD", - "VEF2GXOUCGn", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|COPD", - "1", - "1308" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "99", - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dengue suspected", - "ZcJqi7M0sIE", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dengue suspected", - "1", - "1309" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "100", - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dog bite", - "i1cjdEToed4", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dog bite", - "1", - "1310" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "101", - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "97", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Febrile convulsions", - "jP8E3Nr5ePF", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Febrile convulsions", - "1", - "1311" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "102", - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "96", - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hyperglycemia", - "CSFxUSl3Lrp", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hyperglycemia", - "1", - "1312" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "103", - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - "96", - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hypoglycemia", - "p94oukUpt38", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hypoglycemia", - "1", - "1313" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "104", - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000611", - "97", - "Hypovolaemic shock", - " ", - " ", - " ", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "97", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hypovolemic shock", - "RdQaXExPuHY", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hypovolemic shock", - "1", - "1314" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "105", - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal conjunctivitis", - "l9b20GYt8K8", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal conjunctivitis", - "1", - "1315" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "106", - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal convulsions", - "vHdiG2Glz2R", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal convulsions", - "1", - "1316" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "107", - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal jaundice", - "bz0dwSs5R8q", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal jaundice", - "1", - "1317" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "108", - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal meconial aspiration", - "F7ph9cAUsjq", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal meconial aspiration", - "1", - "1318" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "109", - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal Necrotising Enterocolitis", - " ", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "92", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal Necrotizing Enterocolitis", - "PEUNHffrc5r", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal Necrotizing Enterocolitis", - "1", - "1319" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "110", - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal pneumonia", - "qfD7Pdor9Ke", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumonia", - "1", - "1320" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "111", - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal pneumothorax", - "QnWXeiCqjvs", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumothorax", - "1", - "1321" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "112", - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal tetanus", - "y6Z1pZrll3Z", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal tetanus", - "1", - "1322" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "113", - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal tuberculosis", - "hG3VHYjksd7", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal tuberculosis", - "1", - "1323" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "114", - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non cardiac congenital pathology", - "kNx7jnB8tpr", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non cardiac congenital pathology", - "1", - "1324" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "115", - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Newborn to an HIV+ mother", - "harSVfsnIAt", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Newborn to an HIV+ mother", - "1", - "1325" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "116", - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Observation", - "xW2glpN3ZdI", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Observation", - "1", - "1326" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "117", - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Perinatal asphyxia and complications", - "ES9hj5pSPBm", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Perinatal asphyxia and complications", - "1", - "1327" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "118", - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Prematurity and or low birth weight", - "ApxIIyzZOvu", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Prematurity and or low birth weight", - "1", - "1328" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "119", - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Rheumatic heart disease", - "onaykQ33cTD", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Rheumatic heart disease", - "1", - "1329" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "120", - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Risk of sepsis", - "YeQfOMYWPyl", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Risk of sepsis", - "1", - "1330" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "121", - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - "95", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Septic shock", - "e50oxQBEjFZ", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Septic shock", - "1", - "1331" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "122", - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - "90", - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Shock uspecified", - "nduZ755HdUK", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Shock uspecified", - "1", - "1332" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "123", - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe anaemia", - "OosWiQ14i4U", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe anaemia", - "1", - "1333" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "124", - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe dehydration", - "I49cMnQlRYb", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe dehydration", - "1", - "1334" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "125", - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Transient tachypnoea of the newborn", - "o0jzqeTCtcA", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Transient tachypnoea of the newborn", - "1", - "1335" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "126", - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Varicella", - "H6yZB35ROGG", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Varicella", - "1", - "1336" - ], - [ - "98", - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - "127", - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other neonatal conditions", - "PFNsVEiE3Mg", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other neonatal conditions", - "1", - "1337" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "1", - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute asthma", - "bluop7krNFI", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute asthma", - "1", - "1338" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "2", - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Non cardiac congenital pathology", - "aVQ2oi3G43Y", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Non cardiac congenital pathology", - "1", - "1339" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "3", - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal tuberculosis", - "b52kxhqjmV9", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal tuberculosis", - "1", - "1340" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "4", - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal tetanus", - "WE6lCWupEYy", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal tetanus", - "1", - "1341" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "5", - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal pneumothorax", - "HWfmCVKRv3I", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumothorax", - "1", - "1342" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "6", - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute diarrhea (bloody)", - "ok2FInOgsTB", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (bloody)", - "1", - "1343" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "7", - "Neonatal ecrotizing enterocolitisn", - "", - "Neonatal ecrotizing enterocolitisn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal ecrotizing enterocolitisn", - "bt1b6Bxj2kF", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal ecrotizing enterocolitisn", - "1", - "1344" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "8", - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal meconial aspiration", - "NKVXlNCLf17", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal meconial aspiration", - "1", - "1345" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "9", - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal jaundice", - "MBeU92FooY5", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal jaundice", - "1", - "1346" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "10", - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal convulsions", - "pJNzXChiGXl", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal convulsions", - "1", - "1347" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "11", - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal conjunctivitis", - "HT13icXo5YH", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal conjunctivitis", - "1", - "1348" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "12", - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal pneumonia", - "tFvK0JjfEok", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumonia", - "1", - "1349" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "13", - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute diarrhea (non-bloody)", - "lefj8RM9IfZ", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (non-bloody)", - "1", - "1350" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "14", - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute febrile illness (=<7 days)", - "DawDRlElB9F", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute febrile illness (=<7 days)", - "1", - "1351" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "15", - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute flaccid paralysis", - "GyhzORItLY8", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute flaccid paralysis", - "1", - "1352" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "16", - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute jaundice syndrome", - "xcAffGbjtaI", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute jaundice syndrome", - "1", - "1353" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "17", - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Apnoea of prematurity", - "xH3LxnnChOf", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Apnoea of prematurity", - "1", - "1354" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "18", - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - "95", - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bacterial meningitis", - "B9xVjlrAWHk", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bacterial meningitis", - "1", - "1355" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "19", - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Birth injury", - "rqX77y5nyBB", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Birth injury", - "1", - "1356" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "20", - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bronchiolitis - obstructive bronchitis", - "jOVk2qkoqyy", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bronchiolitis - obstructive bronchitis", - "1", - "1357" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "21", - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - "95", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bronchospasm", - "XagfsDBPa2U", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bronchospasm", - "1", - "1358" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "22", - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - "90", - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Burns", - "b7VwHnEElX4", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Burns", - "1", - "1359" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "23", - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - "95", - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cardiogenic shock", - "CLTxVpE2nyA", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cardiogenic shock", - "1", - "1360" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "24", - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cerebral palsy - Neuro disability", - "J80kH4PewuI", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cerebral palsy - Neuro disability", - "1", - "1361" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "25", - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cholera (suspected)", - "RlzumxPwBd4", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cholera (suspected)", - "1", - "1362" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "26", - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cholera confirmed", - "HtM1Sox2Vwj", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cholera confirmed", - "1", - "1363" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "27", - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Complicated ear infection", - "nXBWUIZslkY", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Complicated ear infection", - "1", - "1364" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "28", - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Complications of SCD", - "POa0tRlSuBy", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Complications of SCD", - "1", - "1365" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "29", - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital herpes virus infection", - "YLMeuzLogS9", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital herpes virus infection", - "1", - "1366" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "30", - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital malaria", - "QFNeWiHVebh", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital malaria", - "1", - "1367" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "31", - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital or acquired cardiac pathology", - "AJ4Xt5rFWGv", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital or acquired cardiac pathology", - "1", - "1368" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "32", - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital syphilis", - "uQkCX2hOxUz", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital syphilis", - "1", - "1369" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "33", - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - "90", - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congestive Heart Failure", - "PqbFgrmJdlD", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congestive Heart Failure", - "1", - "1370" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "34", - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "COPD", - "guEVgXa3b6v", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|COPD", - "1", - "1371" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "35", - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Covid-19 confirmed", - "ynQdWMHuVnM", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Covid-19 confirmed", - "1", - "1372" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "36", - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Covid-19 probable", - "V51gp9J0zWT", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Covid-19 probable", - "1", - "1373" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "37", - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - "96", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cutaneous leishmaniosis", - "q6Ae06r15Ho", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cutaneous leishmaniosis", - "1", - "1374" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "38", - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dengue confirmed", - "F2XsLwIR6fG", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dengue confirmed", - "1", - "1375" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "39", - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dengue suspected", - "rlGC8uqJdzh", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dengue suspected", - "1", - "1376" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "40", - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diabetes type 2 and complications", - "n6mQ1I8sLr1", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diabetes type 2 and complications", - "1", - "1377" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "41", - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diabetes Type I and complications", - "LnguSPhlhvw", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diabetes Type I and complications", - "1", - "1378" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "42", - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diarrhea (persistent)", - "wIdOQXkA9vZ", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diarrhea (persistent)", - "1", - "1379" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "43", - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - "95", - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diphtheria", - "fHN1Fc1XE3x", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diphtheria", - "1", - "1380" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "44", - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dog bite", - "sj85TsVZ3JX", - "dog bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dog bite", - "1", - "1381" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "45", - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - "90", - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Epilepsy - Seizures", - "EXN5Y8Bbe4U", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Epilepsy - Seizures", - "1", - "1382" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "46", - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - "95", - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "92", - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Extra pulmonary tuberculosis", - "w4TaclahhD4", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Extra pulmonary tuberculosis", - "1", - "1383" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "47", - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Eye diseases (including trachoma)", - "FTJPLScLlnW", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Eye diseases (including trachoma)", - "1", - "1384" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "48", - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "97", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Febrile convulsions", - "JH2GCxIGcWf", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Febrile convulsions", - "1", - "1385" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "49", - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Gynaecological cases", - "yjXZddwKmXl", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Gynaecological cases", - "1", - "1386" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "50", - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis A", - "gcSNHIXe5TM", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis A", - "1", - "1387" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "51", - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis B", - "vWZOq83jtyI", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis B", - "1", - "1388" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "52", - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis Delta", - "CTGA8o161O9", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis Delta", - "1", - "1389" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "53", - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis E", - "ZuuL8WkZEGq", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis E", - "1", - "1390" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "54", - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "HIV Infection confirmed", - "sTU8qlhaC8h", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|HIV Infection confirmed", - "1", - "1391" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "55", - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "96", - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hyperglycemia", - "kSePi7ROwlD", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hyperglycemia", - "1", - "1392" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "56", - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hyperreactive splenomegaly due to malaria", - "Fx4Tqmp4Aum", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hyperreactive splenomegaly due to malaria", - "1", - "1393" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "57", - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - "96", - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hypoglycemia", - "hFiMNaLFQqq", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hypoglycemia", - "1", - "1394" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "58", - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000611", - "97", - "Hypovolaemic shock", - " ", - " ", - " ", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "97", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hypovolemic shock", - "zTCrtZh4N4r", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hypovolemic shock", - "1", - "1395" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "59", - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Infectious diseases not otherwise classified", - "fvAf7HoLqiZ", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Infectious diseases not otherwise classified", - "1", - "1396" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "60", - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Lower respiratory tract infection", - "lWivqa14ywH", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Lower respiratory tract infection", - "1", - "1397" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "61", - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - "90", - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Measles (complicated)", - "fA5OLx44Kqy", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Measles (complicated)", - "1", - "1398" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "62", - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - "90", - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Measles (uncomplicated)", - "QSGKKKOJgJy", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Measles (uncomplicated)", - "1", - "1399" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "63", - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Meningeal TB", - "IYrzxMo1XdR", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Meningeal TB", - "1", - "1400" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "64", - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - "90", - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Meningitis unspecified", - "SHBQIe1fUcx", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Meningitis unspecified", - "1", - "1401" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "65", - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Mental and psychiatric conditions", - "Tel9TSdNRKv", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Mental and psychiatric conditions", - "1", - "1402" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "66", - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - "95", - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Moderate acute malnutrition", - "Lizb2D5tY6F", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Moderate acute malnutrition", - "1", - "1403" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "67", - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Musculoskeletal conditions (infectious origin)", - "C2aGaLQ7wfC", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (infectious origin)", - "1", - "1404" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "68", - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Musculoskeletal conditions (non-infectious)", - "xbsxjRVbgFt", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (non-infectious)", - "1", - "1405" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "69", - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Necrotizing & bullous skin infections", - "HPgk2Ttjxgu", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Necrotizing & bullous skin infections", - "1", - "1406" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "70", - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neglected tropical diseases", - "enxyg6CNRzX", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neglected tropical diseases", - "1", - "1407" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "71", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "jDpjwjOmzYi", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Nephrotic Syndrome & Acute Glomerulonephritis", - "1", - "1408" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "72", - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Non urgent surgical conditions", - "JS1JiSduXtv", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Non urgent surgical conditions", - "1", - "1409" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "73", - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Obstetric cases", - "VdEPVcQIJ9n", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Obstetric cases", - "1", - "1410" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "74", - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Oral and digestive severe candidiasis", - "jv8EoB8Ixcc", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Oral and digestive severe candidiasis", - "1", - "1411" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "75", - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other bites and stings", - "gX2JCGQxzrk", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other bites and stings", - "1", - "1412" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "76", - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other neurological conditions", - "ltUMXNGhEq8", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other neurological conditions", - "1", - "1413" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "77", - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other non communicable diseases", - "ddklpeUOxUt", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other non communicable diseases", - "1", - "1414" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "78", - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other symptoms and abnor. clinical / lab findings", - "pASiyT81UCq", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other symptoms and abnor. clinical / lab findings", - "1", - "1415" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "79", - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Others", - "Dd15skECALP", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Others", - "1", - "1416" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "80", - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Persistent fever ( >7 days)", - "HPg1Uen5FY0", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Persistent fever ( >7 days)", - "1", - "1417" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "81", - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Poliomyelitis confirmed", - "YQ8eAJMeeJH", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Poliomyelitis confirmed", - "1", - "1418" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "82", - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Post surgical infections", - "lQqjSIZNH5D", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Post surgical infections", - "1", - "1419" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "83", - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Pulmonary tuberculosis", - "nTT9Yte9u1S", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Pulmonary tuberculosis", - "1", - "1420" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "84", - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - "90", - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Rabies", - "NcqJU6GvwC2", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Rabies", - "1", - "1421" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "85", - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Kwashiorkor)", - "lhvVc3FUCpO", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Kwashiorkor)", - "1", - "1422" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "86", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "bZZNGmGmH2F", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "1", - "1423" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "87", - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - "90", - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Marasmus)", - "GlOW8o3i6mR", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus)", - "1", - "1424" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "88", - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe malaria", - "LmXWiBEvHwI", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe malaria", - "1", - "1425" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "89", - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sexual violence / rape", - "MvS3SDtkUeq", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sexual violence / rape", - "1", - "1426" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "90", - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - "90", - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Shigellosis - Salmonellosis", - "J0DdLu2MHDs", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Shigellosis - Salmonellosis", - "1", - "1427" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "91", - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - "95", - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sickle cell disease", - "JToZ8urVV4S", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sickle cell disease", - "1", - "1428" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "92", - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Simple malaria", - "gZWPKGZRwcj", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Simple malaria", - "1", - "1429" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "93", - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Skin and soft tissue conditions", - "oVCqPof3OrT", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Skin and soft tissue conditions", - "1", - "1430" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "94", - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Snake bites", - "uYnA0pnSaib", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Snake bites", - "1", - "1431" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "95", - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "90", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Substance abuse / dependency", - "KC9VbPmfCS0", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Substance abuse / dependency", - "1", - "1432" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "96", - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Suspected or confirmed malignancy", - "Qx1uLto5yEX", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Suspected or confirmed malignancy", - "1", - "1433" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "97", - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - "90", - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Tetanus", - "lIOfRgPuHgD", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Tetanus", - "1", - "1434" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "98", - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Toxicity / poisoning", - "WO1S4bWy3kR", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Toxicity / poisoning", - "1", - "1435" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "99", - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - "95", - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Typhoid fever", - "ad45MmIrFgH", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Typhoid fever", - "1", - "1436" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "100", - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Newborn to an HIV+ mother", - "Wa5DWnrKvGK", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Newborn to an HIV+ mother", - "1", - "1437" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "101", - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - "95", - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sexually transmitted disease (STI)", - "Lv66yP6CBue", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sexually transmitted disease (STI)", - "1", - "1438" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "102", - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - "95", - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Upper respiratory tract infection", - "hTK6DDFaG6e", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Upper respiratory tract infection", - "1", - "1439" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "103", - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - "90", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Urgent surgical conditions", - "qWULOu2OfQk", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Urgent surgical conditions", - "1", - "1440" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "104", - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Urolithiasis / Renal colic", - "OShtoAim3Wg", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Urolithiasis / Renal colic", - "1", - "1441" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "105", - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "UTI and renal tract acute pathology", - "MjGSCSxWji8", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|UTI and renal tract acute pathology", - "1", - "1442" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "106", - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Violence-related injuries", - "NCKIOR3jQHw", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Violence-related injuries", - "1", - "1443" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "107", - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Viral haemorrhagic fevers", - "kAgodBQdyLK", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Viral haemorrhagic fevers", - "1", - "1444" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "108", - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - "95", - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Visceral leishmaniasis", - "OWklY4z4BDt", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Visceral leishmaniasis", - "1", - "1445" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "109", - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit A deficiency", - "CyUW5yS5Rgg", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit A deficiency", - "1", - "1446" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "110", - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit B complex deficiency", - "pYEJB8o2qjA", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit B complex deficiency", - "1", - "1447" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "111", - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit C deficiency (scurvy)", - "kF6LZEDgeid", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit C deficiency (scurvy)", - "1", - "1448" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "112", - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit D deficiency (rickets)", - "W9HFlAbnhhg", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit D deficiency (rickets)", - "1", - "1449" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "113", - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - "95", - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Whooping cough", - "U3dzpFQgcmH", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Whooping cough", - "1", - "1450" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "114", - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - "90", - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Yellow fever", - "BQ0tEkOuzJ7", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Yellow fever", - "1", - "1451" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "115", - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Observation", - "w3WM30UaV3P", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Observation", - "1", - "1452" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "116", - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Perinatal asphyxia and complications", - "zPHUZb5MEJP", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Perinatal asphyxia and complications", - "1", - "1453" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "117", - "Prematurity and/or low birth weight", - "", - "Prematurity and/or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Prematurity and/or low birth weight", - "nbgZIc8oTzY", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Prematurity and/or low birth weight", - "1", - "1454" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "118", - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Rheumatic heart disease", - "oGUhgcrpTRz", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Rheumatic heart disease", - "1", - "1455" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "119", - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Risk of sepsis", - "I8SfVL1ISjT", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Risk of sepsis", - "1", - "1456" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "120", - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - "95", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Septic shock", - "Ppv9BTW1HUM", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Septic shock", - "1", - "1457" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "121", - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - "90", - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Shock uspecified", - "oxHISHDzfPj", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Shock uspecified", - "1", - "1458" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "122", - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe anaemia", - "DY621CqJVK6", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe anaemia", - "1", - "1459" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "123", - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - "90", - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe dehydration", - "Km8nbWcG57I", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe dehydration", - "1", - "1460" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "124", - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "0", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Transient tachypnoea of the newborn", - "duWhWZ2OorT", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Transient tachypnoea of the newborn", - "1", - "1461" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "125", - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Varicella", - "Dx5mvv0dua0", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Varicella", - "1", - "1462" - ], - [ - "99", - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - "126", - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other neonatal conditions", - "VqNHFgx2IKp", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other neonatal conditions", - "1", - "1463" - ], - [ - "100", - "Admission criteria", - "", - "Coded", - "1", - "Weight/Height", - "", - "", - "Height", - "Patient's height in centimeters.", - "Numeric", - "Finding", - "3fbf0612-8343-4fcd-bc20-7e9d3cb85d6f", - "90", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الوزن/الطول", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Weight/Height", - "1", - "1464" - ], - [ - "100", - "Admission criteria", - "", - "Coded", - "2", - "BMI", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|BMI", - "1", - "1465" - ], - [ - "100", - "Admission criteria", - "", - "Coded", - "3", - "MUAC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|MUAC", - "1", - "1466" - ], - [ - "100", - "Admission criteria", - "", - "Coded", - "4", - "Odema", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جفاف العين", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Odema", - "1", - "1467" - ], - [ - "100", - "Admission criteria", - "", - "Coded", - "5", - "breastfeeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإفطار/التغذية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|breastfeeding", - "1", - "1468" - ], - [ - "100", - "Admission criteria", - "", - "Coded", - "6", - "Moderate + sick", - "", - "", - "Moderate", - "Average in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001888", - "90", - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "3cdef832-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "معتدل + مريض", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Moderate + sick", - "1", - "1469" - ], - [ - "101", - "Three-levels scale", - "", - "Coded", - "1", - "+ ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| + ", - "1", - "1470" - ], - [ - "101", - "Three-levels scale", - "", - "Coded", - "2", - "++", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "++", - "Two plus result (scale of + - ++++)", - "Boolean", - "Finding", - "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| ++", - "1", - "1471" - ], - [ - "101", - "Three-levels scale", - "", - "Coded", - "3", - "+++", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "+++", - "Three plus result (scale + - ++++)", - "Boolean", - "Finding", - "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| +++", - "1", - "1472" - ], - [ - "102", - "Vulnerability criteria - The child is", - "", - "Coded", - "1", - "Adopted", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تم تبني الطفل", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Adopted", - "1", - "1473" - ], - [ - "102", - "Vulnerability criteria - The child is", - "", - "Coded", - "2", - "Twin", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطفل توأم", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Twin", - "1", - "1474" - ], - [ - "102", - "Vulnerability criteria - The child is", - "", - "Coded", - "3", - "Orphan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطفل يتيم", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Orphan", - "1", - "1475" - ], - [ - "103", - "Test result - positive/negative", - "", - "Coded", - "1", - "Positive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موجب", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Test result - positive/negative|Positive", - "1", - "1476" - ], - [ - "103", - "Test result - positive/negative", - "", - "Coded", - "2", - "Negative", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سالب", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Test result - positive/negative|Negative", - "1", - "1477" - ], - [ - "104", - "Feeding - Phase", - "", - "Coded", - "1", - "1", - "", - "1", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|1", - "1", - "1478" - ], - [ - "104", - "Feeding - Phase", - "", - "Coded", - "2", - "Transition", - "", - "Transition", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|Transition", - "1", - "1479" - ], - [ - "104", - "Feeding - Phase", - "", - "Coded", - "3", - "2", - "", - "2", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|2", - "1", - "1480" - ], - [ - "105", - "Feeding - Product", - "", - "Coded", - "1", - "F75", - "", - "F75", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|F75", - "1", - "1481" - ], - [ - "105", - "Feeding - Product", - "", - "Coded", - "2", - "F100", - "", - "F100", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|F100", - "1", - "1482" - ], - [ - "105", - "Feeding - Product", - "", - "Coded", - "3", - "Infant formula", - "", - "Infant formula", - "", - "", - "", - "", - "", - "", - "Infant formula", - "Describes a substance used to feed children.", - "Coded", - "Drug", - "5254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "95", - "Infant formula", - "Describes a substance used to feed children.", - "Coded", - "Drug", - "3ceb2c7e-26fe-102b-80cb-0017a47871b2", - "95", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|Infant formula", - "1", - "1483" - ], - [ - "106", - "Meal - amount taken", - "", - "Coded", - "1", - "0%", - "", - "0%", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|0 %", - "1", - "1484" - ], - [ - "106", - "Meal - amount taken", - "", - "Coded", - "2", - "25%", - "", - "25%", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|25 %", - "1", - "1485" - ], - [ - "106", - "Meal - amount taken", - "", - "Coded", - "3", - "50%", - "", - "50%", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|50 %", - "1", - "1486" - ], - [ - "106", - "Meal - amount taken", - "", - "Coded", - "4", - "75%", - "", - "75%", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|75 %", - "1", - "1487" - ], - [ - "106", - "Meal - amount taken", - "", - "Coded", - "5", - "100%", - "", - "100%", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|100 %", - "1", - "1488" - ], - [ - "107", - "Meal - remark", - "", - "Coded", - "1", - "Absent", - "", - "Absent", - "", - "", - "", - "", - "", - "", - "Absent", - "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", - "N/A", - "Misc", - "163747AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Absent", - "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", - "N/A", - "Misc", - "b5410710-123c-49a6-8ccd-75bce3ffa4f1", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Absent", - "1", - "1489" - ], - [ - "107", - "Meal - remark", - "", - "Coded", - "2", - "Vomiting", - "", - "Vomiting", - "", - "", - "", - "", - "", - "", - "Vomiting", - "The forcible expulsion of the contents of the stomach through the mouth.", - "Coded", - "Diagnosis", - "122983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "90", - "Vomiting", - "The forcible expulsion of the contents of the stomach through the mouth.", - "N/A", - "Diagnosis", - "3cf1c930-26fe-102b-80cb-0017a47871b2", - "90", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Vomiting", - "1", - "1490" - ], - [ - "107", - "Meal - remark", - "", - "Coded", - "3", - "Refusal", - "", - "Refusal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Refusal", - "1", - "1491" - ], - [ - "107", - "Meal - remark", - "", - "Coded", - "4", - "Nasogastric tube", - "", - "Nasogastric tube", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Nasogastric tube", - "1", - "1492" - ], - [ - "107", - "Meal - remark", - "", - "Coded", - "5", - "IV fluid", - "", - "IV fluid", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "0", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|IV fluid", - "1", - "1493" - ], - [ - "", - "Outcome - Family planning", - "", - "Coded", - "", - "Child alive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Outcome - Family planning|Child alive", - "1", - "1494" - ], - [ - "", - "Outcome - Family planning ", - "", - "Coded", - "", - "Child died", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Outcome - Family planning |Child died", - "1", - "1495" - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Exclusive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Exclusive", - "1", - "1496" - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Mixed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Mixed", - "1", - "1497" - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Bottle", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Bottle", - "1", - "1498" - ], - [ - "", - "FP befor", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "FP befor|Yes", - "1", - "1499" - ], - [ - "", - "FP befor", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "FP befor|No", - "1", - "1500" - ], - [ - "", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|Yes", - "1", - "1501" - ], - [ - "", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|No", - "1", - "1502" - ], - [ - "", - "Have you given birth on the last 4 weeks?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you given birth on the last 4 weeks?|Yes", - "1", - "1503" - ], - [ - "", - "Have you given birth on the last 4 weeks?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you given birth on the last 4 weeks?|No", - "1", - "1504" - ], - [ - "", - "Did your last menstruation period start within the past 7 days?", - "", - "", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Did your last menstruation period start within the past 7 days?|Yes", - "1", - "1505" - ], - [ - "", - "Did your last menstruation period start within the past 7 days?", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Did your last menstruation period start within the past 7 days?|No", - "1", - "1506" - ], - [ - "", - "Have you had an abortion or miscarriage in the past 7 days?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you had an abortion or miscarriage in the past 7 days?|Yes", - "1", - "1507" - ], - [ - "", - "Have you had an abortion or miscarriage in the past 7 days?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you had an abortion or miscarriage in the past 7 days?|No", - "1", - "1508" - ], - [ - "", - "Have you gone without sexual intercourse since your last menstrual period?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you gone without sexual intercourse since your last menstrual period?|Yes", - "1", - "1509" - ], - [ - "", - "Have you gone without sexual intercourse since your last menstrual period?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you gone without sexual intercourse since your last menstrual period?|No", - "1", - "1510" - ], - [ - "", - "Have you been using a reliable contraceptive method consistently AND correctly?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you been using a reliable contraceptive method consistently AND correctly?|Yes", - "1", - "1511" - ], - [ - "", - "Have you been using a reliable contraceptive method consistently AND correctly?", - "", - "", - "", - "No", - " ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you been using a reliable contraceptive method consistently AND correctly?|No", - "1", - "1512" - ], - [ - "", - "The patient has a metod in mind?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "The patient has a metod in mind?|Yes", - "1", - "1513" - ], - [ - "", - "The patient has a metod in mind?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "The patient has a metod in mind?|No", - "1", - "1514" - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Very effective", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Very effective", - "1", - "1515" - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Breasfeeding<6 month", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Breasfeeding<6 month", - "1", - "1516" - ], - [ - "", - "What is important", - "", - "Coded", - "", - "No children later", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|No children later", - "1", - "1517" - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Permanent", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Permanent", - "1", - "1518" - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Few side", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Few side", - "1", - "1519" - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Nothing to do befor sex", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Nothing to do befor sex", - "1", - "1520" - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Use only when needed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Use only when needed", - "1", - "1521" - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Avoid touching intimate areas", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Avoid touching intimate areas", - "1", - "1522" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Latex allergy (patient or partner)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Latex allergy (patient or partner)", - "1", - "1523" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Current/history trombembolism", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Current/history trombembolism", - "1", - "1524" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Pregnancy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Pregnancy", - "1", - "1525" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Diabetes for > 20 years", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Diabetes for > 20 years", - "1", - "1526" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Breastfeeding< 6 weeks", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Breastfeeding< 6 weeks", - "1", - "1527" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Smoker > 35 years old", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Smoker > 35 years old", - "1", - "1528" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "BP>160/100", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|BP>160/100", - "1", - "1529" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Unexplained veginal bleeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Unexplained veginal bleeding", - "1", - "1530" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Bleeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Bleeding", - "1", - "1531" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Hyper or dysmenorrhoea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Hyper or dysmenorrhoea", - "1", - "1532" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "History of extra-uterine pregnancy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|History of extra-uterine pregnancy", - "1", - "1533" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Server untreated anaemia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Server untreated anaemia", - "1", - "1534" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Current STI/current PID,HIV + patient on ARV", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Current STI/current PID,HIV + patient on ARV", - "1", - "1535" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "On TB medication", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|On TB medication", - "1", - "1536" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "On Epilepsy medication", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|On Epilepsy medication", - "1", - "1537" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Active liver disease/jaundice", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Active liver disease/jaundice", - "1", - "1538" - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "HIV + patient with active ADIS but NOT on ARV", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|HIV + patient with active ADIS but NOT on ARV", - "1", - "1539" - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Male condom", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Male condom", - "1", - "1540" - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Female condom", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Female condom", - "1", - "1541" - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "COC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|COC", - "1", - "1542" - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "POP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|POP", - "1", - "1543" - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Injectable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Injectable", - "1", - "1544" - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Implant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Implant", - "1", - "1545" - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "IUD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|IUD", - "1", - "1546" - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Tubal ligation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Tubal ligation", - "1", - "1547" - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Vasectomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Vasectomy", - "1", - "1548" - ], - [ - "", - "Satisfied with method", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Satisfied with method|Yes", - "1", - "1549" - ], - [ - "", - "Satisfied with method", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Satisfied with method|No", - "1", - "1550" - ], - [ - "", - "Changed bleeding pattern", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Changed bleeding pattern|Yes", - "1", - "1551" - ], - [ - "", - "Changed bleeding pattern", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Changed bleeding pattern|No", - "1", - "1552" - ], - [ - "", - "Headache/dizziness", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Headache/dizziness|Yes", - "1", - "1553" - ], - [ - "", - "Headache/dizziness", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Headache/dizziness|No", - "1", - "1554" - ], - [ - "", - "Nausea/abdominal pain", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Nausea/abdominal pain|Yes", - "1", - "1555" - ], - [ - "", - "Nausea/abdominal pain", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Nausea/abdominal pain|No", - "1", - "1556" - ], - [ - "", - "Breast tender", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breast tender|Yes", - "1", - "1557" - ], - [ - "", - "Breast tender", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breast tender|No", - "1", - "1558" - ], - [ - "", - "Mood changes", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mood changes|Yes", - "1", - "1559" - ], - [ - "", - "Mood changes", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mood changes|No", - "1", - "1560" - ], - [ - "", - "Date to return to first PNC visit", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Date to return to first PNC visit|Full term", - "1", - "1561" - ], - [ - "", - "Date to return to first PNC visit", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Date to return to first PNC visit|Preterm", - "1", - "1562" - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Normal", - "1", - "1563" - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Manual delivery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Manual delivery", - "1", - "1564" - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Episiotomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Episiotomy", - "1", - "1565" - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Perineal laceration (tear)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Perineal laceration (tear)", - "1", - "1566" - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Hypertension", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Hypertension", - "1", - "1567" - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Heart disease", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Heart disease", - "1", - "1568" - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Diabetes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Diabetes", - "1", - "1569" - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Abdominal surgery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Abdominal surgery", - "1", - "1570" - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Sexually transitted infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Sexually transitted infection", - "1", - "1571" - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Epilepsy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Epilepsy", - "1", - "1572" - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "HIV+", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|HIV+", - "1", - "1573" - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Tuberculosis", - "1", - "1574" - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Other", - "1", - "1575" - ], - [ - "", - "Present at consultation", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Present at consultation|Yes", - "1", - "1576" - ], - [ - "", - "Present at consultation", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Present at consultation|No", - "1", - "1577" - ], - [ - "", - "Anaemia (conjunctiva, heamoglobin)", - "", - "Coded", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Anaemia (conjunctiva, heamoglobin)|", - "1", - "1578" - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|No", - "1", - "1579" - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "Mild", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|Mild", - "1", - "1580" - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "Severe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|Severe", - "1", - "1581" - ], - [ - "", - "Breasts (e.g infection,enforgement)", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breasts (e.g infection,enforgement)|Normal", - "1", - "1582" - ], - [ - "", - "Breasts (e.g infection,enforgement)", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breasts (e.g infection,enforgement)|Abnormal", - "1", - "1583" - ], - [ - "", - "Sexually transmitted infection", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sexually transmitted infection|Yes", - "1", - "1584" - ], - [ - "", - "Sexually transmitted infection", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sexually transmitted infection|No", - "1", - "1585" - ], - [ - "", - "Time since delivery", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Time since delivery|Normal", - "1", - "1586" - ], - [ - "", - "Time since delivery", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Time since delivery|Abnormal", - "1", - "1587" - ], - [ - "", - "Healing (if laceration,episiotomy of C-section)", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Healing (if laceration,episiotomy of C-section)|Normal", - "1", - "1588" - ], - [ - "", - "Healing (if laceration,episiotomy of C-section)", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Healing (if laceration,episiotomy of C-section)|Abnormal", - "1", - "1589" - ], - [ - "", - "Passing urine or stool", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Passing urine or stool|Normal", - "1", - "1590" - ], - [ - "", - "Passing urine or stool", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Passing urine or stool|Abnormal", - "1", - "1591" - ], - [ - "", - "Mother-infant interaction", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mother-infant interaction|Normal", - "1", - "1592" - ], - [ - "", - "Mother-infant interaction", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mother-infant interaction|Abnormal", - "1", - "1593" - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|No", - "1", - "1594" - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "MH", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|MH", - "1", - "1595" - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "HP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|HP", - "1", - "1596" - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "Gyne", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|Gyne", - "1", - "1597" - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|Other", - "1", - "1598" - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|No", - "1", - "1599" - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "Referral hospital", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|Referral hospital", - "1", - "1600" - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|Other", - "1", - "1601" - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Yes", - "1", - "1602" - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "COC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|COC", - "1", - "1603" - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "POP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|POP", - "1", - "1604" - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "IUD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|IUD", - "1", - "1605" - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Implant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Implant", - "1", - "1606" - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Condoms", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Condoms", - "1", - "1607" - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|No", - "1", - "1608" - ], - [ - "", - "PNC-gestational age:", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-gestational age:|Full term", - "1", - "1609" - ], - [ - "", - "PNC-gestational age:", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-gestational age:|Preterm", - "1", - "1610" - ], - [ - "", - "PNC- gestational age?", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- gestational age?|Full term", - "1", - "1611" - ], - [ - "", - "PNC- gestational age:", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- gestational age:|Preterm", - "1", - "1612" - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Anaemia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Anaemia", - "1", - "1613" - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Hypertension/pre-/eclampsia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Hypertension/pre-/eclampsia", - "1", - "1614" - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Antepartum hemorrhage", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Antepartum hemorrhage", - "1", - "1615" - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Prolonged/obstructed labour", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Prolonged/obstructed labour", - "1", - "1616" - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Malpresentation (breach, other)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Malpresentation (breach, other)", - "1", - "1617" - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Caesarean section", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Caesarean section", - "1", - "1618" - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Instrumental extraction", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Instrumental extraction", - "1", - "1619" - ], - [ - "", - "PNC- Problems-Placenta", - "", - "Coded", - "", - "Norma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems-Placenta|Norma", - "1", - "1620" - ], - [ - "", - "PNC- Problems-Placenta", - "", - "Coded", - "", - "Manual delivery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems-Placenta|Manual delivery", - "1", - "1621" - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Episiotomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Episiotomy", - "1", - "1622" - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Perineal laceration (tear)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Perineal laceration (tear)", - "1", - "1623" - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Fistula present - management:", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Fistula present - management:", - "1", - "1624" - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Postapartum haemorrhage", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Postapartum haemorrhage", - "1", - "1625" - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Other", - "1", - "1626" - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Hypertension", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Hypertension", - "1", - "1627" - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Heart disease", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Heart disease", - "1", - "1628" - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Diabetes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Diabetes", - "1", - "1629" - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Abdominal surgery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Abdominal surgery", - "1", - "1630" - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Sexually transmitted infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Sexually transmitted infection", - "1", - "1631" - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Epilepsy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Epilepsy", - "1", - "1632" - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "HIV+", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|HIV+", - "1", - "1633" - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Tuberculosis", - "1", - "1634" - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|other", - "1", - "1635" - ], - [ - "", - "PNC- present at consultation", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- present at consultation|Yes", - "1", - "1636" - ], - [ - "", - "PNC- present at consultation", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- present at consultation|No", - "1", - "1637" - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|No", - "1", - "1638" - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "Mild", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|Mild", - "1", - "1639" - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "Severe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|Severe", - "1", - "1640" - ] - ], - "formulas": [ - [ - "", - "", - "", - "", - "", - "", - "", - "", - "Automatch Suggestions from MSF Source", - "", - "", - "", - "", - "", - "Automatch Suggestions from CIEL Source", - "", - "", - "", - "", - "", - "Automatch Suggestions from PIH Source", - "", - "", - "", - "", - "", - "", - "OCL ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "DHIS2", - "", - "", - "", - "", - "", - "", - "", - "", - "OpenFn", - "", - "", - "", - "", - "", - "", - "OptionSet used in…", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - [ - "#", - "OptionSet name", - "Label if different", - "Datatype", - "#", - "Answers", - "External ID", - "Label", - "MSF Source Suggestion", - "MSF Source Description", - "MSF Source Datatype", - "MSF Source Class", - "MSF Source External ID", - "MSF Source Score", - "CIEL Source Suggestion", - "CIEL Source Description", - "CIEL Source Datatype", - "CIEL Source Class", - "CIEL Source External ID", - "CIEL Source Score", - "PIH Source Suggestion", - "PIH Source Description", - "PIH Source Datatype", - "PIH Source Class", - "PIH Source External ID", - "PIH Source Score", - "Concept found", - "OCL validation", - "1st occ.", - "MSF concept ID", - "CIEL concept ID", - "OCL name", - "OCL definition", - "OCL Comments", - "Validation (format)", - "Validation (length)", - "Default value", - "Lower limit", - "Upper limit", - "Skip logic", - "Mandatory", - "PII / Sensitive", - "Anonymization", - "Locale", - "Translation", - "DHIS2 type", - "DHIS2 DE full name", - "DHIS2 DE UID", - "DHIS2 Option Set name", - "DHIS2 Option Set UID", - "DHIS2 Option name", - "DHIS2 Option UID", - "DHIS2 Option code", - "Configuration", - "OMRS Data Value Path", - "OMRS Data Sample", - "Transformation", - "Workflow", - "Expose in OpenFn\nrun logs?", - "Comments", - "Status", - "F00-Registration", - "F01-MHPSS Baseline", - "F02-MHPSS Follow-up", - "F03-mhGAP Baseline", - "F04-mhGAP Follow-up", - "F05-MH Closure", - "F06-MH-PHQ-9", - "F07-ITFC Admission form", - "Key", - "", - "Rank" - ], - [ - 1, - "Sex - All", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Male", - 1, - 1 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 2, - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Female", - 1, - 2 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 3, - "Transgender male", - "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر متحول", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Transgender male", - 1, - 3 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 4, - "Transgender female", - "1226d253-376f-4e73-9ae2-36c7e9362e8b", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى متحولة", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Transgender female", - 1, - 4 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 5, - "Gender variant - Non conforming", - "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معياري", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Gender variant - Non conforming", - 1, - 5 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 6, - "Prefer not to answer", - "245151ca-691e-4d5a-a792-64cb573e2b34", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عدم الإجابة ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Prefer not to answer", - 1, - 6 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 7, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Unknown", - 1, - 7 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 8, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Other", - 1, - 8 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Male", - 1, - 9 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 2, - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Female", - "H61UkMHyNku", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Female", - 1, - 10 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 3, - "Transgender male", - "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر متحول", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Transgender male", - "OcJsz1BOHTf", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Transgender male", - 1, - 11 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 4, - "Transgender female", - "1226d253-376f-4e73-9ae2-36c7e9362e8b", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى متحولة", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Transgender female", - "l8RshnosXNy", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Transgender female", - 1, - 12 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 5, - "Gender variant - Non conforming", - "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معياري", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Gender variant - Non conforming", - "V8RXdmOdY8L", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Gender variant - Non conforming", - 1, - 13 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 6, - "Prefer not to answer", - "245151ca-691e-4d5a-a792-64cb573e2b34", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عدم الإجابة ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Prefer not to answer", - "QQzTV76xGfF", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Prefer not to answer", - 1, - 14 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 7, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Unknown", - "YJw3CPNftrE", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Unknown", - 1, - 15 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Male", - 1, - 16 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 2, - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Female", - "H61UkMHyNku", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Female", - 1, - 17 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 3, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Other", - 1, - 18 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 4, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Unknown", - "YJw3CPNftrE", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Unknown", - 1, - 19 - ], - [ - 4, - "Country", - "", - "Coded", - 1, - "Afghanistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفغانستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Afghanistan", - "diVYBILjUmV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Afghanistan", - 1, - 20 - ], - [ - 4, - "Country", - "", - "Coded", - 2, - "Albania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ألبانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Albania", - "nutwBYPa3c6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Albania", - 1, - 21 - ], - [ - 4, - "Country", - "", - "Coded", - 3, - "Algeria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الجزائر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Algeria", - "vFzGZbjzRgT", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Algeria", - 1, - 22 - ], - [ - 4, - "Country", - "", - "Coded", - 4, - "Angola", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أنغولا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Angola", - "AEZqjWQaHtc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Angola", - 1, - 23 - ], - [ - 4, - "Country", - "", - "Coded", - 5, - "Anguilla", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أنغيلا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Anguilla", - "DzKGZxfc1If", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Anguilla", - 1, - 24 - ], - [ - 4, - "Country", - "", - "Coded", - 6, - "Argentina", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الأرجنتين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Argentina", - "ZtvWa7Lms2D", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Argentina", - 1, - 25 - ], - [ - 4, - "Country", - "", - "Coded", - 7, - "Armenia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أرمينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Armenia", - "fHUrTZCGrsE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Armenia", - 1, - 26 - ], - [ - 4, - "Country", - "", - "Coded", - 8, - "Aruba", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أروبا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Aruba", - "nW24eGST2rr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Aruba", - 1, - 27 - ], - [ - 4, - "Country", - "", - "Coded", - 9, - "Azerbaijan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذربيجان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Azerbaijan", - "yJAD7ZvdPB9", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Azerbaijan", - 1, - 28 - ], - [ - 4, - "Country", - "", - "Coded", - 10, - "Bangladesh", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنغلاديش", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bangladesh", - "w86dbYs43jg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bangladesh", - 1, - 29 - ], - [ - 4, - "Country", - "", - "Coded", - 11, - "Belarus", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بيلاروسيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Belarus", - "sErv1yTCjIk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Belarus", - 1, - 30 - ], - [ - 4, - "Country", - "", - "Coded", - 12, - "Benin", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Benin", - "ONeYUriDrCm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Benin", - 1, - 31 - ], - [ - 4, - "Country", - "", - "Coded", - 13, - "Bhutan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوتان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bhutan", - "p9BIOdMGTz6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bhutan", - 1, - 32 - ], - [ - 4, - "Country", - "", - "Coded", - 14, - "Bolivia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوليفيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bolivia", - "XQ9Wxt2gh20", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bolivia", - 1, - 33 - ], - [ - 4, - "Country", - "", - "Coded", - 15, - "Bosnia and Herzegovina", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "البوسنة والهرسك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bosnia and Herzegovina", - "xSjqYV8ADNi", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bosnia and Herzegovina", - 1, - 34 - ], - [ - 4, - "Country", - "", - "Coded", - 16, - "Botswana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوتسوانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Botswana", - "kiI9Nkhhtsw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Botswana", - 1, - 35 - ], - [ - 4, - "Country", - "", - "Coded", - 17, - "Brazil", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "البرازيل", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Brazil", - "otuaAfFAMm9", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Brazil", - 1, - 36 - ], - [ - 4, - "Country", - "", - "Coded", - 18, - "British Virgin Islands", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جزر فيرجن البريطانية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "British Virgin Islands", - "oGtke47HQjw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|British Virgin Islands", - 1, - 37 - ], - [ - 4, - "Country", - "", - "Coded", - 19, - "Bulgaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بلغاريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bulgaria", - "sxgEvvHGASc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bulgaria", - 1, - 38 - ], - [ - 4, - "Country", - "", - "Coded", - 20, - "Burkina Faso", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوركينا فاسو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Burkina Faso", - "labcPsf6vlS", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Burkina Faso", - 1, - 39 - ], - [ - 4, - "Country", - "", - "Coded", - 21, - "Burundi", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوروندي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Burundi", - "EO7IXBoCRQM", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Burundi", - 1, - 40 - ], - [ - 4, - "Country", - "", - "Coded", - 22, - "Cambodia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كمبوديا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cambodia", - "BssvituAfov", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cambodia", - 1, - 41 - ], - [ - 4, - "Country", - "", - "Coded", - 23, - "Cameroon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكاميرون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cameroon", - "LzxTtERApOy", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cameroon", - 1, - 42 - ], - [ - 4, - "Country", - "", - "Coded", - 24, - "Cape Verde", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الرأس الأخضر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cape Verde", - "HvZxt4vKoOx", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cape Verde", - 1, - 43 - ], - [ - 4, - "Country", - "", - "Coded", - 25, - "Central African Republic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية افريقيا الوسطى", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Central African Republic", - "B09WCauYtJ7", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Central African Republic", - 1, - 44 - ], - [ - 4, - "Country", - "", - "Coded", - 26, - "Chad", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشاد", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Chad", - "JtMeoonLcqo", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Chad", - 1, - 45 - ], - [ - 4, - "Country", - "", - "Coded", - 27, - "Chile", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شيلي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Chile", - "pdTWdFqXStd", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Chile", - 1, - 46 - ], - [ - 4, - "Country", - "", - "Coded", - 28, - "China", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "China", - "CcpigvKey7O", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|China", - 1, - 47 - ], - [ - 4, - "Country", - "", - "Coded", - 29, - "Colombia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كولومبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Colombia", - "zAMRnEi2Yhg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Colombia", - 1, - 48 - ], - [ - 4, - "Country", - "", - "Coded", - 30, - "Comoros", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جزر القمر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Comoros", - "uAyMV131HCO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Comoros", - 1, - 49 - ], - [ - 4, - "Country", - "", - "Coded", - 31, - "Costa Rica", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوستا ريكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Costa Rica", - "vErHiezEajY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Costa Rica", - 1, - 50 - ], - [ - 4, - "Country", - "", - "Coded", - 32, - "Côte d'Ivoire", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوت ديفوار", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Côte d'Ivoire", - "IRepwvOtkII", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Côte d'Ivoire", - 1, - 51 - ], - [ - 4, - "Country", - "", - "Coded", - 33, - "Cuba", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوبا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cuba", - "Mh9Ckr9QhMa", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cuba", - 1, - 52 - ], - [ - 4, - "Country", - "", - "Coded", - 34, - "Djibouti", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جيبوتي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Djibouti", - "cvAMdgckhOk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Djibouti", - 1, - 53 - ], - [ - 4, - "Country", - "", - "Coded", - 35, - "Dominica", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دومينيكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Dominica", - "oC2s7ZiRTv3", - "", - "Family planning - Outcome", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Dominica", - 1, - 54 - ], - [ - 4, - "Country", - "", - "Coded", - 36, - "Dominican Republic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الدومينيكان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Dominican Republic", - "XuXolVGjILU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Dominican Republic", - 1, - 55 - ], - [ - 4, - "Country", - "", - "Coded", - 37, - "DRC Congo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الكونغو الديمقراطية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "DRC Congo", - "hDl6AdC035K", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|DRC Congo", - 1, - 56 - ], - [ - 4, - "Country", - "", - "Coded", - 38, - "East Timor", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تيمور الشرقية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "East Timor", - "l1QF9SxmTEe", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|East Timor", - 1, - 57 - ], - [ - 4, - "Country", - "", - "Coded", - 39, - "Ecuador", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاكوادور", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ecuador", - "gGjltDyQDjq", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ecuador", - 1, - 58 - ], - [ - 4, - "Country", - "", - "Coded", - 40, - "Egypt", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مصر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Egypt", - "xHcq7n4iLjZ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Egypt", - 1, - 59 - ], - [ - 4, - "Country", - "", - "Coded", - 41, - "El Salvador", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلفادور", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "El Salvador", - "oLtI4UknARs", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|El Salvador", - 1, - 60 - ], - [ - 4, - "Country", - "", - "Coded", - 42, - "Equatorial Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا الإستوائية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Equatorial Guinea", - "Sipme5yxx48", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Equatorial Guinea", - 1, - 61 - ], - [ - 4, - "Country", - "", - "Coded", - 43, - "Eritrea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إريتريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Eritrea", - "HkEJcTRqnd5", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Eritrea", - 1, - 62 - ], - [ - 4, - "Country", - "", - "Coded", - 44, - "Ethiopia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أثيوبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ethiopia", - "NYkv05WpCXj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ethiopia", - 1, - 63 - ], - [ - 4, - "Country", - "", - "Coded", - 45, - "Gabon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الجابون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Gabon", - "E84FcVzHZDM", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Gabon", - 1, - 64 - ], - [ - 4, - "Country", - "", - "Coded", - 46, - "Gambia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غامبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Gambia", - "LfPn2DOfRew", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Gambia", - 1, - 65 - ], - [ - 4, - "Country", - "", - "Coded", - 47, - "Georgia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جورجيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Georgia", - "jBklhTXjStK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Georgia", - 1, - 66 - ], - [ - 4, - "Country", - "", - "Coded", - 48, - "Ghana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ghana", - "eO0gTpGne9P", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ghana", - 1, - 67 - ], - [ - 4, - "Country", - "", - "Coded", - 49, - "Greece", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اليونان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Greece", - "JSuVBbvnBwi", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Greece", - 1, - 68 - ], - [ - 4, - "Country", - "", - "Coded", - 50, - "Guam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غوام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guam", - "dVJ1jT4qwhr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guam", - 1, - 69 - ], - [ - 4, - "Country", - "", - "Coded", - 51, - "Guatemala", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غواتيمالا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guatemala", - "rHE2fw0dq78", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guatemala", - 1, - 70 - ], - [ - 4, - "Country", - "", - "Coded", - 52, - "Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guinea", - "Lgo53lIlEFU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guinea", - 1, - 71 - ], - [ - 4, - "Country", - "", - "Coded", - 53, - "Guinea-Bissau", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا بيساو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guinea-Bissau", - "OwuIcXiNnLf", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guinea-Bissau", - 1, - 72 - ], - [ - 4, - "Country", - "", - "Coded", - 54, - "Guyana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غيانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guyana", - "LStaPbnFPxB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guyana", - 1, - 73 - ], - [ - 4, - "Country", - "", - "Coded", - 55, - "Haiti", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هايتي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Haiti", - "WZqpZ6BYYMc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Haiti", - 1, - 74 - ], - [ - 4, - "Country", - "", - "Coded", - 56, - "Honduras", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هندوراس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Honduras", - "yK7fFWtOFmj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Honduras", - 1, - 75 - ], - [ - 4, - "Country", - "", - "Coded", - 57, - "India", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "India", - "vD6J24m3CjP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|India", - 1, - 76 - ], - [ - 4, - "Country", - "", - "Coded", - 58, - "Indonesia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إندونيسيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Indonesia", - "xdeMD7HSXiE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Indonesia", - 1, - 77 - ], - [ - 4, - "Country", - "", - "Coded", - 59, - "Iran", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إيران", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Iran", - "CbnR3yhYXLB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Iran", - 1, - 78 - ], - [ - 4, - "Country", - "", - "Coded", - 60, - "Iraq", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العراق", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Iraq", - "akUZWd42amN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Iraq", - 1, - 79 - ], - [ - 4, - "Country", - "", - "Coded", - 61, - "Jordan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الأردن", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Jordan", - "Tqqf3od9wZw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Jordan", - 1, - 80 - ], - [ - 4, - "Country", - "", - "Coded", - 62, - "Kazakhstan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كازاخستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kazakhstan", - "vUOaYjStGLy", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kazakhstan", - 1, - 81 - ], - [ - 4, - "Country", - "", - "Coded", - 63, - "Kenya", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kenya", - "wHGMztCNS6m", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kenya", - 1, - 82 - ], - [ - 4, - "Country", - "", - "Coded", - 64, - "Kuwait", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكويت", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kuwait", - "eoLtNAlAHZl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kuwait", - 1, - 83 - ], - [ - 4, - "Country", - "", - "Coded", - 65, - "Kyrgyzstan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قيرغيزستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kyrgyzstan", - "a0lJJYryhi4", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kyrgyzstan", - 1, - 84 - ], - [ - 4, - "Country", - "", - "Coded", - 66, - "Laos", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لاوس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Laos", - "uQDRtKY8c5U", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Laos", - 1, - 85 - ], - [ - 4, - "Country", - "", - "Coded", - 67, - "Lebanon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لبنان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Lebanon", - "GJ7m7BCOAOV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Lebanon", - 1, - 86 - ], - [ - 4, - "Country", - "", - "Coded", - 68, - "Lesotho", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليسوتو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Lesotho", - "xTpZ9IdGDaR", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Lesotho", - 1, - 87 - ], - [ - 4, - "Country", - "", - "Coded", - 69, - "Liberia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليبيريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Liberia", - "RYkXhX8vzoZ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Liberia", - 1, - 88 - ], - [ - 4, - "Country", - "", - "Coded", - 70, - "Libya", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Libya", - "kev7mHYfTYY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Libya", - 1, - 89 - ], - [ - 4, - "Country", - "", - "Coded", - 71, - "Macedonia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مقدونيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Macedonia", - "z33jX0aGBTW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Macedonia", - 1, - 90 - ], - [ - 4, - "Country", - "", - "Coded", - 72, - "Madagascar", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مدغشقر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Madagascar", - "x08DzDg5Nqh", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Madagascar", - 1, - 91 - ], - [ - 4, - "Country", - "", - "Coded", - 73, - "Malawi", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ملاوي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Malawi", - "X2FD6vMUbhE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Malawi", - 1, - 92 - ], - [ - 4, - "Country", - "", - "Coded", - 74, - "Malaysia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ماليزيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Malaysia", - "E3RSmm22ZCw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Malaysia", - 1, - 93 - ], - [ - 4, - "Country", - "", - "Coded", - 75, - "Mali", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مالي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mali", - "qWMNMVwW3f6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mali", - 1, - 94 - ], - [ - 4, - "Country", - "", - "Coded", - 76, - "Martinique", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مارتينيك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Martinique", - "OSaI3ynQc2B", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Martinique", - 1, - 95 - ], - [ - 4, - "Country", - "", - "Coded", - 77, - "Mauritania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موريتانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mauritania", - "juWqPkQv0Jm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mauritania", - 1, - 96 - ], - [ - 4, - "Country", - "", - "Coded", - 78, - "Mauritius", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موريشيوس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mauritius", - "QYoc7owgftv", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mauritius", - 1, - 97 - ], - [ - 4, - "Country", - "", - "Coded", - 79, - "Mayotte", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مايوت", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mayotte", - "ynwDAes7aAW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mayotte", - 1, - 98 - ], - [ - 4, - "Country", - "", - "Coded", - 80, - "Mexico", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المكسيك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mexico", - "kmT493hNL5S", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mexico", - 1, - 99 - ], - [ - 4, - "Country", - "", - "Coded", - 81, - "Moldova", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مولدوفا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Moldova", - "fx0DT1autSt", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Moldova", - 1, - 100 - ], - [ - 4, - "Country", - "", - "Coded", - 82, - "Mongolia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منغوليا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mongolia", - "TUgTdt3xIWK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mongolia", - 1, - 101 - ], - [ - 4, - "Country", - "", - "Coded", - 83, - "Morocco", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المغرب", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Morocco", - "L36FJRjmXWL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Morocco", - 1, - 102 - ], - [ - 4, - "Country", - "", - "Coded", - 84, - "Mozambique", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موزمبيق", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mozambique", - "p7nmSATxbN1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mozambique", - 1, - 103 - ], - [ - 4, - "Country", - "", - "Coded", - 85, - "Myanmar", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ميانمار", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Myanmar", - "rYQqfQ7DQbm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Myanmar", - 1, - 104 - ], - [ - 4, - "Country", - "", - "Coded", - 86, - "Namibia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ناميبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Namibia", - "O1zvQatEJp5", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Namibia", - 1, - 105 - ], - [ - 4, - "Country", - "", - "Coded", - 87, - "Nauru", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ناورو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nauru", - "f0yjC5qZlPc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nauru", - 1, - 106 - ], - [ - 4, - "Country", - "", - "Coded", - 88, - "Nepal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيبال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nepal", - "iAFuacwzUvp", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nepal", - 1, - 107 - ], - [ - 4, - "Country", - "", - "Coded", - 89, - "New Caledonia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كاليدونيا الجديدة", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "New Caledonia", - "htSoK0QkB38", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|New Caledonia", - 1, - 108 - ], - [ - 4, - "Country", - "", - "Coded", - 90, - "Nicaragua", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيكاراغوا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nicaragua", - "TM5JHHJSepL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nicaragua", - 1, - 109 - ], - [ - 4, - "Country", - "", - "Coded", - 91, - "Niger", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "النيجر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Niger", - "n6jS263I3fP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Niger", - 1, - 110 - ], - [ - 4, - "Country", - "", - "Coded", - 92, - "Nigeria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيجيريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nigeria", - "yCwLYjhUxYV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nigeria", - 1, - 111 - ], - [ - 4, - "Country", - "", - "Coded", - 93, - "North Korea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوريا الشمالية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "North Korea", - "AaaEWin7qH1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|North Korea", - 1, - 112 - ], - [ - 4, - "Country", - "", - "Coded", - 94, - "Oman", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلطنة عمان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Oman", - "ibsHfsJGGDN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Oman", - 1, - 113 - ], - [ - 4, - "Country", - "", - "Coded", - 95, - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Other", - "CLdu0MxWYHQ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Other", - 1, - 114 - ], - [ - 4, - "Country", - "", - "Coded", - 96, - "Pakistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "باكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Pakistan", - "JYD72Xs1Mzz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Pakistan", - 1, - 115 - ], - [ - 4, - "Country", - "", - "Coded", - 97, - "Palestine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فلسطين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Palestine", - "oXNGgwEJSsY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Palestine", - 1, - 116 - ], - [ - 4, - "Country", - "", - "Coded", - 98, - "Panama", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنما", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Panama", - "zVoWkjxJFbF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Panama", - 1, - 117 - ], - [ - 4, - "Country", - "", - "Coded", - 99, - "Papua New Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بابوا غينيا الجديدة", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Papua New Guinea", - "Z313HJcROSN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Papua New Guinea", - 1, - 118 - ], - [ - 4, - "Country", - "", - "Coded", - 100, - "Paraguay", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "باراجواي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Paraguay", - "hBJq89c5RTj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Paraguay", - 1, - 119 - ], - [ - 4, - "Country", - "", - "Coded", - 101, - "Peru", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بيرو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Peru", - "YTBWmjQr7XP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Peru", - 1, - 120 - ], - [ - 4, - "Country", - "", - "Coded", - 102, - "Philippines", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فيلبيني", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Philippines", - "AdpKVdKRPcR", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Philippines", - 1, - 121 - ], - [ - 4, - "Country", - "", - "Coded", - 103, - "Puerto Rico", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بورتوريكو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Puerto Rico", - "FnQRQn7mgd1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Puerto Rico", - 1, - 122 - ], - [ - 4, - "Country", - "", - "Coded", - 104, - "Republic of Congo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الكونغو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Republic of Congo", - "FhbtKjDWBKO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Republic of Congo", - 1, - 123 - ], - [ - 4, - "Country", - "", - "Coded", - 105, - "Reunion", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمع شمل", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Reunion", - "UTj8ZSh4W0W", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Reunion", - 1, - 124 - ], - [ - 4, - "Country", - "", - "Coded", - 106, - "Romania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "رومانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Romania", - "h4ADgng7o7V", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Romania", - 1, - 125 - ], - [ - 4, - "Country", - "", - "Coded", - 107, - "Rwanda", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "رواندا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Rwanda", - "Fbb3LoX8tN1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Rwanda", - 1, - 126 - ], - [ - 4, - "Country", - "", - "Coded", - 108, - "Samoa", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ساموا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Samoa", - "tdKdNPjLDpW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Samoa", - 1, - 127 - ], - [ - 4, - "Country", - "", - "Coded", - 109, - "Sao Tome and Principe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سان تومي وبرينسيبي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sao Tome and Principe", - "iaxUuGD1Jci", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sao Tome and Principe", - 1, - 128 - ], - [ - 4, - "Country", - "", - "Coded", - 110, - "Saudi Arabia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المملكة العربية السعودية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Saudi Arabia", - "fWuLuHrUlth", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Saudi Arabia", - 1, - 129 - ], - [ - 4, - "Country", - "", - "Coded", - 111, - "Senegal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السنغال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Senegal", - "iIwF5zZHy3y", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Senegal", - 1, - 130 - ], - [ - 4, - "Country", - "", - "Coded", - 112, - "Serbia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صربيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Serbia", - "QZSt8K9rCuC", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Serbia", - 1, - 131 - ], - [ - 4, - "Country", - "", - "Coded", - 113, - "Sierra Leone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سيرا ليون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sierra Leone", - "Zfx8u9hEIEg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sierra Leone", - 1, - 132 - ], - [ - 4, - "Country", - "", - "Coded", - 114, - "Somalia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصومال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Somalia", - "LWk4HhtQw4P", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Somalia", - 1, - 133 - ], - [ - 4, - "Country", - "", - "Coded", - 115, - "South Africa", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جنوب أفريقيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Africa", - "swkvnZvvnKz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Africa", - 1, - 134 - ], - [ - 4, - "Country", - "", - "Coded", - 116, - "South Korea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوريا الجنوبية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Korea", - "Pk7VSPQGxOJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Korea", - 1, - 135 - ], - [ - 4, - "Country", - "", - "Coded", - 117, - "South Sudan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جنوب السودان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Sudan", - "GM7K6uGf0RB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Sudan", - 1, - 136 - ], - [ - 4, - "Country", - "", - "Coded", - 118, - "Sri Lanka", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سيريلانكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sri Lanka", - "X6Uxm9Nvh96", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sri Lanka", - 1, - 137 - ], - [ - 4, - "Country", - "", - "Coded", - 119, - "Sudan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السودان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sudan", - "bh15sTZprwJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sudan", - 1, - 138 - ], - [ - 4, - "Country", - "", - "Coded", - 120, - "Suriname", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سورينام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Suriname", - "L1pJ6lyhkQ3", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Suriname", - 1, - 139 - ], - [ - 4, - "Country", - "", - "Coded", - 121, - "Swaziland", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سوازيلاند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Swaziland", - "hwQ2t3HqPWl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Swaziland", - 1, - 140 - ], - [ - 4, - "Country", - "", - "Coded", - 122, - "Switzerland", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سويسرا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Switzerland", - "p9TZ1E3MwCJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Switzerland", - 1, - 141 - ], - [ - 4, - "Country", - "", - "Coded", - 123, - "Syria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سوريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Syria", - "Le58jNVqE2c", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Syria", - 1, - 142 - ], - [ - 4, - "Country", - "", - "Coded", - 124, - "Tajikistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طاجيكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tajikistan", - "SpY4My0Tfdu", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tajikistan", - 1, - 143 - ], - [ - 4, - "Country", - "", - "Coded", - 125, - "Tanzania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تنزانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tanzania", - "BO39Gyu0pFB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tanzania", - 1, - 144 - ], - [ - 4, - "Country", - "", - "Coded", - 126, - "Thailand", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تايلاند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Thailand", - "OMthLOXkS7R", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Thailand", - 1, - 145 - ], - [ - 4, - "Country", - "", - "Coded", - 127, - "Togo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توجو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Togo", - "ik6DEQokGoX", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Togo", - 1, - 146 - ], - [ - 4, - "Country", - "", - "Coded", - 128, - "Tonga", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تونغا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tonga", - "UwBOdNU0BoN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tonga", - 1, - 147 - ], - [ - 4, - "Country", - "", - "Coded", - 129, - "Tunisia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تونس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tunisia", - "buJMOWwkvTU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tunisia", - 1, - 148 - ], - [ - 4, - "Country", - "", - "Coded", - 130, - "Turkey", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ديك رومى", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Turkey", - "CGZ6aUAdeEg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Turkey", - 1, - 149 - ], - [ - 4, - "Country", - "", - "Coded", - 131, - "Turkmenistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تركمانستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Turkmenistan", - "vveUZtdAZ4b", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Turkmenistan", - 1, - 150 - ], - [ - 4, - "Country", - "", - "Coded", - 132, - "Uganda", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوغندا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uganda", - "HtKHD2UHkqO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uganda", - 1, - 151 - ], - [ - 4, - "Country", - "", - "Coded", - 133, - "Ukraine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوكرانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ukraine", - "tcQzqbOunOH", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ukraine", - 1, - 152 - ], - [ - 4, - "Country", - "", - "Coded", - 134, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مجهول", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Unknown", - "f3HLfWXDLR2", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Unknown", - 1, - 153 - ], - [ - 4, - "Country", - "", - "Coded", - 135, - "Uruguay", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوروغواي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uruguay", - "pgnkiQSCDn3", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uruguay", - 1, - 154 - ], - [ - 4, - "Country", - "", - "Coded", - 136, - "Uzbekistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوزبكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uzbekistan", - "awnJIYW5YtB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uzbekistan", - 1, - 155 - ], - [ - 4, - "Country", - "", - "Coded", - 137, - "Venezuela", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فنزويلا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Venezuela", - "YRQvQP5RcvF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Venezuela", - 1, - 156 - ], - [ - 4, - "Country", - "", - "Coded", - 138, - "Vietnam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فيتنام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Vietnam", - "kqXj8d1FBku", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Vietnam", - 1, - 157 - ], - [ - 4, - "Country", - "", - "Coded", - 139, - "Western Sahara", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصحراء الغربية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Western Sahara", - "TQtN99MXJBl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Western Sahara", - 1, - 158 - ], - [ - 4, - "Country", - "", - "Coded", - 140, - "Yemen", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اليمن", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Yemen", - "Xt3YtysLys1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Yemen", - 1, - 159 - ], - [ - 4, - "Country", - "", - "Coded", - 141, - "Zambia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زامبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Zambia", - "dBdzuz547IL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Zambia", - 1, - 160 - ], - [ - 4, - "Country", - "", - "Coded", - 142, - "Zimbabwe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيمبابوي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Zimbabwe", - "HLkotQtFN2s", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Zimbabwe", - 1, - 161 - ], - [ - 5, - "Current status", - "", - "Coded", - 1, - "IDP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نازح داخل بلده", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "IDP", - "fuqWrHbeLlA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|IDP", - 1, - 162 - ], - [ - 5, - "Current status", - "", - "Coded", - 2, - "Internationally displaced", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نازح خارج البلد", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Internationally displaced", - "l0DYdgTyfjf", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Internationally displaced", - 1, - 163 - ], - [ - 5, - "Current status", - "", - "Coded", - 3, - "Resident", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مقيم", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Resident", - "dHeC0bqKK5X", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Resident", - 1, - 164 - ], - [ - 5, - "Current status", - "", - "Coded", - 4, - "Returnee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائد", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Returnee", - "c7YSTI6DMVz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Returnee", - 1, - 165 - ], - [ - 5, - "Current status", - "", - "Coded", - 5, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Unknown", - "e09Sdzvq7Eb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Unknown", - 1, - 166 - ], - [ - 6, - "Legal status", - "", - "Coded", - 1, - "Asylum seeker", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طالب لجوء", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Asylum seeker", - "OkxNN39DQxK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Asylum seeker", - 1, - 167 - ], - [ - 6, - "Legal status", - "", - "Coded", - 2, - "No status", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا توجد حالة", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "No status", - "Rq1gzUxSuOx", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|No status", - 1, - 168 - ], - [ - 6, - "Legal status", - "", - "Coded", - 3, - "Refugee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لاجئ", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Refugee", - "eCMoEdIoYip", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Refugee", - 1, - 169 - ], - [ - 6, - "Legal status", - "", - "Coded", - 4, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Unknown", - "qIZDudMrl2h", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Unknown", - 1, - 170 - ], - [ - 7, - "Marital status", - "", - "Coded", - 1, - "Single", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اعزب", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Single", - "UWJ3rb4oSIT", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Single", - 1, - 171 - ], - [ - 7, - "Marital status", - "", - "Coded", - 2, - "Married", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "متزوج", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Married", - "KPqHQHHRcCr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Married", - 1, - 172 - ], - [ - 7, - "Marital status", - "", - "Coded", - 3, - "Widowed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ارمل", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Widowed", - "MCDTHvjCcXk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Widowed", - 1, - 173 - ], - [ - 7, - "Marital status", - "", - "Coded", - 4, - "Divorced / separated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مطلق منفصل ", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Divorced / separated", - "Xw72Tt47sh8", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Divorced / separated", - 1, - 174 - ], - [ - 7, - "Marital status", - "", - "Coded", - 5, - "Living with partner", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "معاشرة بدون زواج ", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Concubine", - "N3RUm7QCToz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Living with partner", - 1, - 175 - ], - [ - 7, - "Marital status", - "", - "Coded", - 6, - "Not applicable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا ينطبق", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Not applicable", - "hvQxPXvQTWb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Not applicable", - 1, - 176 - ], - [ - 7, - "Marital status", - "", - "Coded", - 7, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Unknown", - "Wjo2m9cjodd", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Unknown", - 1, - 177 - ], - [ - 8, - "Employment status", - "", - "Coded", - 1, - "Student", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طالب", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Student", - "fo87CWdDTWV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Student", - 1, - 178 - ], - [ - 8, - "Employment status", - "", - "Coded", - 2, - "Permanent employee - full time", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف دائم – دوام كامل", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Permanent employee", - "xr9mD6TPYqb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Permanent employee - full time", - 1, - 179 - ], - [ - 8, - "Employment status", - "", - "Coded", - 3, - "Permanent employee - part time", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف دائم - دوام جزئي", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Permanent employee", - "xr9mD6TPYqb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Permanent employee - part time", - 1, - 180 - ], - [ - 8, - "Employment status", - "", - "Coded", - 4, - "Occasional employee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف مؤقت ", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Occasional employee", - "mvLwMpjazqS", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Occasional employee", - 1, - 181 - ], - [ - 8, - "Employment status", - "", - "Coded", - 5, - "Unemployed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير موظف", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Unemployed", - "cB5Xml6gEy6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Unemployed", - 1, - 182 - ], - [ - 8, - "Employment status", - "", - "Coded", - 6, - "Housework", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عمل منزلي", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Housewife", - "xlN1a7VFrBV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Housework", - 1, - 183 - ], - [ - 8, - "Employment status", - "", - "Coded", - 7, - "Not applicable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا ينطبق", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Not applicable", - "mJT8pyvj9x4", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Not applicable", - 1, - 184 - ], - [ - 8, - "Employment status", - "", - "Coded", - 8, - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Other", - "TSJMPoSPegN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Other", - 1, - 185 - ], - [ - 8, - "Employment status", - "", - "Coded", - 9, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Unknown", - "hQK01FExLdF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Unknown", - 1, - 186 - ], - [ - 9, - "Admission type", - "", - "Coded", - 1, - "New admission", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-2475", - "", - "New admission", - "The process of admitting a patient to facility", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قبول جديد", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "(object.attributeName)", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|New admission", - 1, - 187 - ], - [ - 9, - "Admission type", - "", - "Coded", - 2, - "Readmission", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - "Readmission", - "Re-admission", - "", - "", - "", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - "", - "", - "", - "", - "", - "", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "Use MSF automatch", - "", - "MSF-2474", - "", - "Re-admission", - "The process of being admitted to a facility again", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إعادة القبول", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Readmission", - 1, - 188 - ], - [ - 9, - "Admission type", - "", - "Coded", - 3, - "Relapse", - "", - "Relapse", - "", - "", - "", - "", - "", - "", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - 90, - "Found", - "Use PIH automatch", - "", - "(see CIEL)", - "CIEL-160033", - "Relapse", - "Status of disease, particularly tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انتكاس", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Relapse", - 1, - 189 - ], - [ - 9, - "Admission type", - "", - "Coded", - 4, - "Internal movement", - "", - "Internal movement", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "CIEL-167731", - "Internal facility transfer/referral", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Internal movement", - 1, - 190 - ], - [ - 9, - "Admission type", - "", - "Coded", - 5, - "Patient referred", - "", - "Patient referred", - "", - "", - "", - "", - "", - "", - "Patient referred", - "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", - "Boolean", - "Question", - "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3012", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Patient referred", - 1, - 191 - ], - [ - 10, - "Admission type - MH", - "", - "Coded", - 1, - "New admission", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2475", - "", - "New admission", - "The process of admitting a patient to facility", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ادخال جديد ", - "TEXT", - "Mental Health-Baseline consultation- Admission type", - "rSIazMFEBjD", - "GL - Admission type", - "wTGMuMQQwmQ", - "New admission", - "ytN3iatLPSV", - "new_admission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Admission type - MH|New admission", - 1, - 192 - ], - [ - 10, - "Admission type - MH", - "", - "Coded", - 2, - "Readmission", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - "Readmission", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "", - "", - "MSF-2474", - "", - "Re-admission", - "The process of being admitted to a facility again", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اعادة ادخال", - "TEXT", - "Mental Health-Baseline consultation- Admission type", - "rSIazMFEBjD", - "GL - Admission type", - "wTGMuMQQwmQ", - "Readmission", - "j7Omz3uFWvT", - "readmission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Admission type - MH|Readmission", - 1, - 193 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 1, - "Internal movement", - "", - "Internal movement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Internal movement", - "hbUToWVAaDs", - "internal_movement", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Internal movement", - 1, - 194 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 2, - "New admission", - "", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "New admission", - "wYldfEstUDw", - "new_admission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|New admission", - 1, - 195 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 3, - "Patient referred", - "", - "Patient referred", - " ", - " ", - " ", - " ", - " ", - " ", - "Patient referred", - "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", - "Boolean", - "Question", - "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Patient referred", - "OaPIHkL7Oec", - "patient_referred", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Patient referred", - 1, - 196 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 4, - "Readmission", - "", - "Readmission", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Readmission", - "Rpcv8mgy0LH", - "readmission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Readmission", - 1, - 197 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 5, - "Relapse", - "", - "Relapse", - " ", - " ", - " ", - " ", - " ", - " ", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Relapse", - "k33l9HPo5aJ", - "relapse", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Relapse", - 1, - 198 - ], - [ - 12, - "Admission type - ATFC", - "", - "Coded", - 1, - "New admission", - "", - "", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|New admission", - 1, - 199 - ], - [ - 12, - "Admission type - ATFC", - "", - "Coded", - 2, - "Readmission", - "", - "", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|Readmission", - 1, - 200 - ], - [ - 12, - "Admission type - ATFC", - "", - "Coded", - 3, - "Relapse", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|Relapse", - 1, - 201 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 1, - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فردية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Individual", - 1, - 202 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 2, - "Couple", - "", - "Couple", - "", - "", - "", - "", - "", - "", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ازواج", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Couple", - 1, - 203 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 3, - "Family", - "", - "Family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائلية عدد المرضى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Family", - 1, - 204 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 4, - "Parent-Child", - "", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهل واطفال", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Parent-Child", - 1, - 205 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 1, - "Individual", - "96223dc7-6959-4ea5-a362-c0246d858c87", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1537", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فردية", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Individual", - "JMnQs1hB0kK", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Individual", - 1, - 206 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 2, - "Couple", - "61b32a22-acef-4141-9faa-9c236cdfa978", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ازواج", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Couple", - "mD02hgMyFVD", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Couple", - 1, - 207 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 3, - "Family", - "f16d5d76-155b-453d-bd60-ea8ee4d344e9", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Family", - "hv96C4ctfZI", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Family", - 1, - 208 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 4, - "Parent-Child", - "c39eaa06-6506-49f0-9c4f-c96fa957f9cd", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهل واطفال", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Parent-Child", - "PNWXisyNbE4", - "mother_child", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Parent-Child", - 1, - 209 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 1, - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "فردية", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Individual", - "BWaOLwO6b6A", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Individual", - 1, - 210 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 2, - "Couple", - "", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ازواج", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Couple", - "He6N2xKBXcT", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Couple", - 1, - 211 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 3, - "Family", - "", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Family", - "Njlwl5xyuyO", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Family", - 1, - 212 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 4, - "Parent-Child", - "", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "اهل واطفال", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Parent-Child", - "A1dYYhmV4ob", - "mother_child", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Parent-Child", - 1, - 213 - ], - [ - 16, - "Type of consultation - MH closure", - "", - "Coded", - 1, - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "فردية", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Individual", - "sOoJSyT6ZDO", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Individual", - 1, - 214 - ], - [ - 16, - "Type of consultation - MH closure", - "", - "Coded", - 2, - "Couple", - "", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ازواج", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Couple", - "HTeXUWFE4P6", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Couple", - 1, - 215 - ], - [ - 16, - "Type of consultation - MH closure", - "", - "Coded", - 3, - "Family", - "", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Family", - "VsbQQh86Jlb", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Family", - 1, - 216 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 1, - "Psychologist", - "", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - 95, - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - 95, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Psychologist", - 1, - 217 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 2, - "Counsellor", - "", - "Counsellor", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1568", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Counsellor", - 1, - 218 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 3, - "Psychiatrist", - "", - "Psychiatrist", - "Psychiatrist", - "A medical doctor (an M.D. or D.O.) who specializes in diagnosing and treating disorders related to mental health.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001397", - 95, - "Psychiatrist", - "", - "N/A", - "Misc", - "167061AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Psychiatrist", - 1, - 219 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 4, - "mhGAP clinician", - "", - "mhGAP clinician", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|mhGAP clinician", - 1, - 220 - ], - [ - 18, - "Consultation done by - MHPSS baseline", - "", - "Coded", - 1, - "Psychologist", - "278401ee-3d6f-4c65-9455-f1c16d0a7a98", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - 95, - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "TEXT", - "Mental health-Baseline consultation- Consultation done by", - "WDY6MkQWyHb", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Psychologist", - "gLrTwy3IQX5", - "psychologist", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS baseline|Psychologist", - 1, - 221 - ], - [ - 18, - "Consultation done by - MHPSS baseline", - "", - "Coded", - 2, - "Counsellor", - "fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331", - "Counsellor", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "TEXT", - "Mental health-Baseline consultation- Consultation done by", - "WDY6MkQWyHb", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Counsellor", - "XP6WAfznTX0", - "counsellor", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS baseline|Counsellor", - 1, - 222 - ], - [ - 19, - "Consultation done by - MHPSS follow-up", - "", - "Coded", - 1, - "Psychologist", - "", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - 95, - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "TEXT", - "Mental Health-Follow-up consultation- Consultation done by", - "aCTIvKSNndK", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Psychologist", - "gLrTwy3IQX5", - "psychologist", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS follow-up|Psychologist", - 1, - 223 - ], - [ - 19, - "Consultation done by - MHPSS follow-up", - "", - "Coded", - 2, - "Counsellor", - "", - "Counsellor", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "TEXT", - "Mental Health-Follow-up consultation- Consultation done by", - "aCTIvKSNndK", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Counsellor", - "XP6WAfznTX0", - "counsellor", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS follow-up|Counsellor", - 1, - 224 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 1, - "Health facility", - "", - "Health facility", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 95, - "Found", - "", - "", - "MSF-2578", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منشأة صحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Health facility", - 1, - 225 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 2, - "MSF health facility", - "", - "MSF health facility", - " ", - " ", - " ", - " ", - "", - " ", - " ", - " ", - " ", - " ", - "", - " ", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز صحي تابع لمنظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|MSF health facility", - 1, - 226 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 3, - "Mobile clinic", - "", - "Mobile clinic", - "Mobile clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001400", - 95, - "Mobile clinic", - " ", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Mobile clinic", - "Describes method of new HIV diagnosis.", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "MSF-1000", - "", - "Mobile Clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عيادة متنقلة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Mobile clinic", - 1, - 227 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 4, - "Home visit", - "", - "Home visit", - "Home", - "The place where an individual lives permanently", - "N/A", - "Misc", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - 90, - "Home", - " ", - "N/A", - "Misc", - "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Home visit", - "When a provider goes to the patient's residence", - "N/A", - "Misc", - "be2df0db-e633-4016-aab8-65697bb98f12", - 95, - "Found", - "", - "", - "MSF-1382", - "", - "Home", - "The place where an individual lives permanently, question = Intervention setting", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة منزلية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Home visit", - 1, - 228 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 5, - "School visit", - "", - "School visit", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "School", - "Location of teaching", - "N/A", - "Misc", - "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة مدرسية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|School visit", - 1, - 229 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 6, - "Remote / phone", - "", - "Remote / phone", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-975", - "", - "Telehealth consultation", - "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عن بعد / تلفون", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Remote / phone", - 1, - 230 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 7, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "CIEL-5622", - "Other", - "A generic, descriptive, and non-coded response to a question., CIEL link is broken", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Other", - 1, - 231 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 1, - "Health facility", - "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", - "Health facility", - "", - "", - "", - "", - "", - "", - "Health facility", - "", - "N/A", - "Misc", - "1537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Health facility name", - "", - "", - "", - "162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use MSF manual", - "", - "MSF-2578", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منشأة صحية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Health facility", - "r4XbBWmqXmu", - "health_center", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Health facility", - 1, - 232 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 2, - "MSF health facility", - "41e68dee-a2a3-4e6c-9d96-53def5caff52", - "MSF health facility", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز صحي تابع لمنظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "MSF health facility", - "QjHFWlrDAi3", - "msf_health_facility", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|MSF health facility", - 1, - 233 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 3, - "Mobile clinic", - "48984e47-3e9b-4d8e-a66d-317af5c36f02", - "Mobile clinic", - "Mobile clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001400", - 95, - "Mobile clinic", - "", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Mobile clinic", - "Describes method of new HIV diagnosis.", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use MSF automatch", - "", - "MSF-1000", - "", - "Mobile Clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عيادة متنقلة", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Mobile clinic", - "SENCNKONSMT", - "mobile_clinic", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Mobile clinic", - 1, - 234 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 4, - "Home visit", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - "Home visit", - "Home", - "The place where an individual lives permanently", - "N/A", - "Misc", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - 90, - "Home", - "", - "N/A", - "Misc", - "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Home visit", - "When a provider goes to the patient's residence", - "N/A", - "Misc", - "be2df0db-e633-4016-aab8-65697bb98f12", - 95, - "Found", - "Use PIH automatch", - "", - "MSF-1382", - "", - "Home", - "The place where an individual lives permanently, question = Intervention setting", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة منزلية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Home", - "Klk9UQeoyeM", - "home", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Home visit", - 1, - 235 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 5, - "School visit", - "7091b6ea-7067-4ee3-9f67-8805904e2f61", - "School visit", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "School", - "Location of teaching", - "N/A", - "Misc", - "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة مدرسية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "School", - "mKGlluwx83y", - "school", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|School visit", - 1, - 236 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 6, - "Remote / phone", - "398ce872-5862-4826-bba8-826915eddf98", - "Remote / phone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-975", - "", - "Telehealth consultation", - "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عن بعد / تلفون", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Remote / Phone", - "CL7Yj72PgmV", - "remote_phone", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Remote / phone", - 1, - 237 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 7, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-7", - "CIEL-5622", - "Other", - "A generic, descriptive, and non-coded response to a question., CIEL link is broken", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Other", - "MSRu3TwArTh", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Other", - 1, - 238 - ], - [ - 22, - "Type of Mental Health intervention", - "", - "Coded", - 1, - "Counselling", - "", - "Counselling", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-145", - "", - "", - "", - "Not found in MSF source; possibly use 1405, name = \"Psychosocial counselling\", DEF = \"Counseling provided for psychosocial support.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "استشارة مع مستشار نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Counselling (with counsellor)", - "xUDWMZGGS2l", - "counselling_with_counsellor", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of Mental Health intervention|Counselling", - 1, - 239 - ], - [ - 22, - "Type of Mental Health intervention", - "", - "Coded", - 2, - "Psychotherapy", - "", - "Psychotherapy", - "", - "", - "", - "", - "", - "", - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "a60e6351-d0ee-403b-9467-98fb25bca5db", - 95, - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-163312", - "Psychotherapy", - "No DEF", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "علاج نفسي مع اخصائي نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Psychotherapy (with psychologist)", - "JZwsTTNdzhq", - "psychotherapy_with_psychologist", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of Mental Health intervention|Psychotherapy", - 1, - 240 - ], - [ - 23, - "Type of Mental Health intervention - MHPSS", - "", - "Coded", - 1, - "Counselling", - "08c534b7-c901-46fb-9831-50ecfcd74d1b", - "Counselling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "استشارة مع مستشار نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Counselling (with counsellor)", - "xUDWMZGGS2l", - "counselling_with_counsellor", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of intervention] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of Mental Health intervention - MHPSS|Counselling", - 1, - 241 - ], - [ - 23, - "Type of Mental Health intervention - MHPSS", - "", - "Coded", - 2, - "Psychotherapy", - "aa9c5d82-1ebf-43c7-9218-6766c4affbc4", - "Psychotherapy", - " ", - " ", - " ", - " ", - " ", - " ", - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "a60e6351-d0ee-403b-9467-98fb25bca5db", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-163312", - "Psychotherapy", - "No DEF", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "علاج نفسي مع اخصائي نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Psychotherapy (with psychologist)", - "JZwsTTNdzhq", - "psychotherapy_with_psychologist", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of intervention] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of Mental Health intervention - MHPSS|Psychotherapy", - 1, - 242 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 1, - "IPD MSF", - "", - "IPD MSF", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|IPD MSF", - 1, - 243 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 2, - "Emergency department MSF", - "", - "Emergency department MSF", - "Emergency department", - "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", - "N/A", - "Misc", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - 95, - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الإسعافات لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Emergency department MSF", - 1, - 244 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 3, - "ER", - "", - "ER", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-1383", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|ER", - 1, - 245 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 4, - "MSF ATFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|MSF ATFC", - 1, - 246 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 5, - "Non-MSF ATFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Non-MSF ATFC", - 1, - 247 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 6, - "Primary Health Center MSF", - "", - "Primary Health Center MSF", - "", - "", - "", - "", - "", - "", - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Primary Health Center MSF", - 1, - 248 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 7, - "Health Promotion/sensitization", - "", - "Health Promotion/sensitization", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التوعية الصحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Health Promotion/sensitization", - 1, - 249 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 8, - "Other MSF personnel", - "", - "Other MSF personnel", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1422", - "", - "MSF other", - "Other MSF department or group., question = Source of initial patient referral", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف آخر لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other MSF personnel", - 1, - 250 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 9, - "MSF social worker", - "", - "MSF social worker", - "Social worker", - "", - "", - "", - "MSF-AAAAAA000000000000001398", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل مجتمعي لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|MSF social worker", - 1, - 251 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 10, - "Hospital or Health facility", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-2578", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Hospital or Health facility", - 1, - 252 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 11, - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|SFC", - 1, - 253 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 12, - "Hospital", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مستشفى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Hospital", - 1, - 254 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 13, - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-1385", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|OPD", - 1, - 255 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 14, - "Outreach", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Outreach", - 1, - 256 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 15, - "Other health structure", - "", - "Other health structure", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-164407", - "Other health facility", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز أو منشأة صحية أخرى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other health structure", - 1, - 257 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 16, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other", - 1, - 258 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 17, - "Local health worker (non-MSF)", - "", - "Local health worker (non-MSF)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Local health worker (non-MSF)", - 1, - 259 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 18, - "Institutions (NGOs/Church/IGO)", - "", - "Institutions (NGOs/Church/IGO)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Institutions (NGOs/Church/IGO)", - 1, - 260 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 19, - "NGO", - "", - "NGO", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-48", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|NGO", - 1, - 261 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 20, - "Self-referral", - "", - "Self-referral", - "", - "", - "", - "", - "", - "", - "Self-referred", - "", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1417", - "CIEL-160551", - "Self-referral", - "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "احالة فردية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Self-referral", - 1, - 262 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 21, - "Family member / friend /neighbor", - "", - "Family member / friend /neighbor", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1514", - "", - "", - "", - "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد أفراد العائلة / صديق / جار", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Family member / friend /neighbor", - 1, - 263 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 22, - "Community leader", - "", - "Community leader", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Community leader", - "", - "N/A", - "Misc", - "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", - 95, - "Found", - "Use MSF automatch", - "", - "MSF-981", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد شخصيات المجتمع المحلي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Community leader", - 1, - 264 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 23, - "School / University", - "", - "School / University", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "University", - "Academic institution. Higher learning.", - "N/A", - "Misc", - "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مدرسة/جامعة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|School / University", - 1, - 265 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 24, - "Authorities", - "", - "Authorities", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1005", - "", - "Local authorities", - "The organizations or individuals in charge of the public services for a community.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلطات", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Authorities", - 1, - 266 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 25, - "Legal attorney office", - "", - "Legal attorney office", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "PIH-13470", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب المحاماة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Legal attorney office", - 1, - 267 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 26, - "Prosecutor office", - "", - "Prosecutor office", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب الادعاء", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Prosecutor office", - 1, - 268 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 27, - "Forensic department", - "", - "Forensic department", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الطب الشرعي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Forensic department", - 1, - 269 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 28, - "CHOW (Community Health Outreach Worker)", - "", - "CHOW (Community Health Outreach Worker)", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "CIEL-1555", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "منشط اجتماعي في مجال الرعاية الصحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|CHOW (Community Health Outreach Worker)", - 1, - 270 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 29, - "Community educator", - "", - "Community educator", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "CIEL-1555", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مربي مجتمع", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Community educator", - 1, - 271 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 1, - "IPD MSF", - "d17350e6-12de-4454-b902-58c2fc1e59aa", - "IPD MSF", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3194", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "IPD MSF", - "hUkr13HVkFe", - "inpatient_department", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|IPD MSF", - 1, - 272 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 2, - "Emergency department MSF", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - "Emergency department MSF", - "Emergency department", - "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", - "N/A", - "Misc", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - 95, - "Emergency department", - " ", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الإسعافات لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "ER MSF", - "v1uQIEM3yTP", - "emergency_department", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Emergency department MSF", - 1, - 273 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 3, - "Primary Health Center MSF", - "82815438-a49d-48d7-a67f-dd294aa3c1e2", - "Primary Health Center MSF", - " ", - " ", - " ", - " ", - " ", - " ", - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-3195", - "CIEL-159372", - "MSF Primary Health Center", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Primary Health Center MSF", - "vcsgSPTyIPC", - "primary_health_center", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Primary Health Center MSF", - 1, - 274 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 4, - "Health Promotion/sensitization", - "edb619d5-309f-45db-9521-70fcc22b30aa", - "Health Promotion/sensitization", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التوعية الصحية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "HP / Sensitization", - "xihtGfyAQG9", - "sensitization", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Health Promotion/sensitization", - 1, - 275 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 5, - "Other MSF personnel", - "200a3de4-00a7-4a2e-a113-852013d6f4c5", - "Other MSF personnel", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-3197", - "", - "Other MSF personnel", - "", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف آخر لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Other MSF staff", - "csTGh6JIRmf", - "other_msf_staff", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Other MSF personnel", - 1, - 276 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 6, - "MSF social worker", - "92f7c3e2-89e1-4ebd-9da9-7c2976de815c", - "MSF social worker", - "Social worker", - " ", - " ", - " ", - "MSF-AAAAAA000000000000001398", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3198", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل مجتمعي لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "MSF social worker", - "cuIef31D5QL", - "social_work_msf", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|MSF social worker", - 1, - 277 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 7, - "Other health structure", - "923c6b39-4094-45e4-95ab-b44f7a381980", - "Other health structure", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-3199", - "CIEL-164407", - "Other health facility", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز أو منشأة صحية أخرى", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Other Health Structure", - "bZZjZast35n", - "other_health_structure", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Other health structure", - 1, - 278 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 8, - "Local health worker (non-MSF)", - "54054512-7317-45c4-9494-f74be6ab4549", - "Local health worker (non-MSF)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3200", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Local health worker non MSF", - "NIXRVxxeiLm", - "hw_local", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Local health worker (non-MSF)", - 1, - 279 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 9, - "Institutions (NGOs/Church/IGO)", - "f9688da4-cdcf-4cb3-90c2-263812fa064f", - "Institutions (NGOs/Church/IGO)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3201", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Institutions (Church, NGO, International Agencies)", - "eHP0GjRUPx4", - "institutions_church_ngo_international_agencies", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Institutions (NGOs/Church/IGO)", - 1, - 280 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 10, - "Self-referral", - "8d9386b1-a641-4155-9822-7a06a16aa8e8", - "Self-referral", - " ", - " ", - " ", - " ", - " ", - " ", - "Self-referred", - " ", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-1417", - "CIEL-160551", - "Self-referral", - "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "احالة فردية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Self Referral", - "riMSWiZKZ2Q", - "self_referral", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Self-referral", - 1, - 281 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 11, - "Family member / friend /neighbor", - "a8432309-bc74-4da0-8639-76988c02cbb5", - "Family member / friend /neighbor", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد أفراد العائلة / صديق / جار", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Family / Friend / Neighbor", - "bDu4hsAwaAB", - "family_friend_neighbor", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Family member / friend /neighbor", - 1, - 282 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 12, - "Community leader", - "8b93d848-9e20-41b3-94e5-895a356e5ed7", - "Community leader", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Community leader", - "", - "N/A", - "Misc", - "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", - 95, - "Found", - "", - "", - "MSF-3203", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد شخصيات المجتمع المحلي", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Community leader", - "waFIAukspK9", - "community_leader", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Community leader", - 1, - 283 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 13, - "School / University", - "98b1e458-2d46-4025-b912-7340f9d39610", - "School / University", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "University", - "Academic institution. Higher learning.", - "N/A", - "Misc", - "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-3204", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مدرسة/جامعة", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "School / University", - "ipYSgBna9cP", - "school_university", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|School / University", - 1, - 284 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 14, - "Authorities", - "80575f44-be81-4694-aba4-012999328339", - "Authorities", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1005", - "", - "Local authorities", - "The organizations or individuals in charge of the public services for a community.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلطات", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Authorities", - "gh5agL1I7Nz", - "authorities", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Authorities", - 1, - 285 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 15, - "Legal attorney office", - "14940a46-5cce-4744-ac2a-c2d1fdc64e11", - "Legal attorney office", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب المحاماة", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Legal attorney office", - "DqMj4xwn5EC", - "legal_attorney_office", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Legal attorney office", - 1, - 286 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 16, - "Prosecutor office", - "b989e916-8299-40f6-9a92-c0c8d8e70f20", - "Prosecutor office", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب الادعاء", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Prosecutor office", - "EDDo3uX7Hjp", - "fiscalia_de_la_mujer", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Prosecutor office", - 1, - 287 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 17, - "Forensic department", - "f85b0def-4af3-4901-839d-0a9dc8ace318", - "Forensic department", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الطب الشرعي", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Forensic department", - "qkalVIdgmBS", - "medicina_forense", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Forensic department", - 1, - 288 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 18, - "CHOW (Community Health Outreach Worker)", - "127bfdc9-8059-4421-a3cc-967bfbfee0ce", - "CHOW (Community Health Outreach Worker)", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "منشط اجتماعي في مجال الرعاية الصحية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "CHOW", - "LCk7N10isIp", - "chow", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|CHOW (Community Health Outreach Worker)", - 1, - 289 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 19, - "Community educator", - "410a0731-cb41-4181-9897-6eb9894bf7b8", - "Community educator", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مربي مجتمع", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Community educator", - "PWjmOym543x", - "community_educattor", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Community educator", - 1, - 290 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 1, - "ER", - "", - "ER", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|ER", - 1, - 291 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 2, - "NGO", - "", - "NGO", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منظمة غير حكومية", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "NGO", - "YZPzqNjIjkE", - "ngo", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|NGO", - 1, - 292 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 3, - "MSF ATFC", - "", - "MSF ATFC", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "MSF ATFC", - "eQhl8Cckky0", - "msf_atfc", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|MSF ATFC", - 1, - 293 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 4, - "Non-MSF ATFC", - "", - "Non-MSF ATFC", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Non-MSF ATFC", - "qd0LCPcNoWO", - "non_msf_atfc", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Non-MSF ATFC", - 1, - 294 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 5, - "Hospital or Health facility", - "", - "Hospital or Health facility", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - " ", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مستشفى او منشأة صحية", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Hospital or Health facility", - "TrHSyBJXKcT", - "hospital_health_facility", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Hospital or Health facility", - 1, - 295 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 6, - "Self-referral", - "", - "Self-referral", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Self-referral", - "snH8Rb7148A", - "self_referred", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Self-referral", - 1, - 296 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 7, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Other", - "gyffBI4rHwm", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Other", - 1, - 297 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 1, - "SFC", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|SFC", - 1, - 298 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 2, - "Hospital", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - " ", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مستشفى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Hospital", - 1, - 299 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 3, - "OPD", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|OPD", - 1, - 300 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 4, - "Outreach", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Outreach", - 1, - 301 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 5, - "Self-referred", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "Self-referred", - " ", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "بمفرده / رغبة من المريض", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Self-referred", - 1, - 302 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 6, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Other", - 1, - 303 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 1, - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "464c68b7-0fb0-495c-b931-0c1732b60397", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "UeYsD88aXOb", - "1_1_body_pain_or_complaints", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - 1, - 304 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 2, - "1.2 Eating problems", - "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", - "1.2 Eating problems", - "Eating", - "Coded question of patient's ability to eat.", - "Coded", - "Question", - "MSF-AAAAAA000000000000002835", - 90, - "", - "", - "", - "", - "", - "", - "Eating", - "", - "N/A", - "Misc", - "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1400", - "", - "Eating disorder", - "Disorders characterized by physiological and psychological disturbances in appetite or food intake.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في الأكل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.2 Eating problems", - "u1MYOfo6bZo", - "1_2_eating_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.2 Eating problems", - 1, - 305 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 3, - "1.3 Sleeping problems", - "42966954-f43f-4564-bc59-d9d133e53a75", - "1.3 Sleeping problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-526", - "", - "Sleep disorder", - "Conditions characterized by the disturbance of normal sleep patterns and behaviors. There are a number of sleep disorders that range from trouble falling asleep, to nightmares, sleepwalking, and sleep apnea.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في النوم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.3 Sleeping problems", - "kKLSjMaDB71", - "1_3_sleeping_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.3 Sleeping problems", - 1, - 306 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 4, - "1.4 Bedwetting / retention problems", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "1.4 Bedwetting / retention problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1396", - "CIEL-117211", - "Enuresis", - "Involuntary discharge of urine after the age at which urinary control should have been achieved, CIEL name = Incontinence, no DEF, could also be 'unspecified', 'urinary' or 'stress incontinence'", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التبول أثناء النوم / مشاكل في السلس", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.4 Bedwetting / retention problems", - "W445BWB0GQ3", - "1_4_Bedwetting_retention_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.4 Bedwetting / retention problems", - 1, - 307 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 5, - "1.5 Sexual problems", - "3ba98736-982f-4d9c-a675-f83b180a9f28", - "1.5 Sexual problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1401", - "", - "Sexual disorder", - "Physiological disturbances in normal sexual performance.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل جنسية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.5 Sexual problems", - "qu1XKVn8CUS", - "1_5_sexual_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.5 Sexual problems", - 1, - 308 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 6, - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "28adad48-b45b-46a4-ae94-4cca6118047e", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "PClZEC4W4rM", - "1_6_unexplained_physical_reaction", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - 1, - 309 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 7, - "2.1 Sad mood", - "7f4699e5-e70a-49fb-bf34-c09afa867fdc", - "2.1 Sad mood", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001786", - 90, - "", - "", - "", - "", - "", - "", - "Sad mood", - "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", - "N/A", - "Diagnosis", - "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-1386", - "", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مزاج حزين", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.1 Sad mood", - "XPvA3hyChlA", - "2_1_sad_mood", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.1 Sad mood", - 1, - 310 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 8, - "2.2 Irritability / anger", - "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", - "2.2 Irritability / anger", - "", - "", - "", - "", - "", - "", - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "3cf2a6fc-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1387", - "", - "Irritable mood", - "Abnormal or excessive excitability with easily triggered anger, annoyance, or impatience.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سرعة الضيق / الغضب", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.2 Irritability / anger", - "vprUUUOBopr", - "2_2_irritability_anger", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.2 Irritability / anger", - 1, - 311 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 9, - "2.3 Loss of interest / anhedonia", - "51061bb9-6084-4bb3-b83b-5c234e45b09c", - "2.3 Loss of interest / anhedonia", - "", - "", - "", - "", - "", - "", - "Loss of interest", - "The loss of interest in previously rewarding or enjoyable activities or relationships.", - "N/A", - "Finding", - "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1389", - "", - "Anhedonia", - "The inability to experience pleasure from activities someone usually found enjoyable.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الاهتمام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.3 Loss of interest / anhedonia", - "b4TqJ285UWa", - "2_3_loss_of_interest_anhedonia", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.3 Loss of interest / anhedonia", - 1, - 312 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 10, - "2.4 Hopelessness", - "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", - "2.4 Hopelessness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-892", - "", - "Feeling of hopeless", - "Patient describes feelings of hopeless.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الامل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.4 Hopelessness", - "Rzq6PFcbBa5", - "2_4_hopelessness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.4 Hopelessness", - 1, - 313 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 11, - "2.5 Guilt/self-blame/worthlessness", - "e8166325-9ddc-4739-9452-da63ee7862d2", - "2.5 Guilt/self-blame/worthlessness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-153507", - "Guilty feelings", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.5 Guilt/self-blame/worthlessness", - "QZBfUwIyQm9", - "2_5_guilt_self_blame_worthlessness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.5 Guilt/self-blame/worthlessness", - 1, - 314 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 12, - "2.6 Current suicidal thoughts", - "4f8f7343-f191-4483-bcf9-c60027a6eca8", - "2.6 Current suicidal thoughts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1390", - "", - "Suicidal thoughts", - "Contemplations, wishes, and preoccupations with death and suicide", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.6 Current suicidal thoughts", - "WCyJmoOZsCZ", - "2_6_current_suicidal_thoughts", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.6 Current suicidal thoughts", - 1, - 315 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 13, - "2.7 Recent suicidal attempt", - "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", - "2.7 Recent suicidal attempt", - "", - "", - "", - "", - "", - "", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source, not found exactly in CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.7 Recent suicidal attempt", - "z8jBJ5nYwIS", - "2_7_recent_suicidal_attempt", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.7 Recent suicidal attempt", - 1, - 316 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 14, - "2.8 Recent self-harm", - "003b425a-d8c3-47ed-bbde-45a7c180c0a4", - "2.8 Recent self-harm", - "", - "", - "", - "", - "", - "", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Self-harm exists in MSF and CIEL diagnosis but not 'recent'", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية للذات مؤخراً", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.8 Recent self-harm", - "XzLHZumvFOH", - "2_8_recent_self_harm", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.8 Recent self-harm", - 1, - 317 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 15, - "2.9 Changes in appetite", - "ce47585c-fa23-4de3-9e3a-97f5eb309e72", - "2.9 Changes in appetite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Loss or increase of appetite exist in CIEL but not 'change' only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تغير في الشهية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.9 Lack of appetite", - "Y5NywW5KfoX", - "2_9_lack_of_appetite", - "", - "", - "", - "", - "", - "", - "In Mosul form, \"Changes in appetite\"", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.9 Changes in appetite", - 1, - 318 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 16, - "3.1 Constant stress", - "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", - "3.1 Constant stress", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالضغط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.1 Constant stress", - "YpabM1EGBap", - "3_1_constant_stress", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.1 Constant stress", - 1, - 319 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 17, - "3.2 Persistent worry", - "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", - "3.2 Persistent worry", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-893", - "", - "Feeling constantly worried", - "Patient expresses feeling constantly worried.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالقلق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.2 Persistent worry", - "PsBi8qdxleW", - "3_2_persistent_worry", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.2 Persistent worry", - 1, - 320 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 18, - "3.3 Intense fear / phobia / feeling threatened", - "ae1ab702-fa58-4648-95e4-acca5c9078f7", - "3.3 Intense fear / phobia / feeling threatened", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-894", - "", - "Excessive fear/phobia", - "Aniexty disorders in which the essential feature is persistent and irrational fear of a specific object, activity, or situation that the individual feels compelled to avoid. The individual recognizes the fear as excessive or unreasonable.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "خوف شديد / خوف مرضي / الشعور بالتهديد", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.3 Intense fear / phobia / feeling threatened", - "JDP7sAjWj0r", - "3_3_intense_fear_phobia_feeling_threatened", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.3 Intense fear / phobia / feeling threatened", - 1, - 321 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 19, - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "473f0ea3-92e5-4a99-bbe0-358e371355ee", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Panic attack", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "N/A", - "Diagnosis", - "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "MSF-1634", - "", - "Panic disorder", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "hHoP5vhiGn3", - "3_4_panic_attack", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - 1, - 322 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 20, - "3.5 Compulsive or repetitive behavior", - "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", - "3.5 Compulsive or repetitive behavior", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1392", - "", - "Compulsive behavior", - "The behavior of performing an act persistently and repetitively without it leading to reward or pleasure.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوك وسواسي أو متكرر", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.5 Compulsive or repetitive behavior", - "PgxhapZ8P9E", - "3_5_compulsive_or_repetitive_behavior", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.5 Compulsive or repetitive behavior", - 1, - 323 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 21, - "4.1 Intrusive feelings, thoughts", - "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", - "4.1 Intrusive feelings, thoughts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-897", - "", - "Intrusive thoughts", - "Unwanted thoughts or mental images that make the patient feel uncomfortable.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار تطفلية أو اقتحامية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.1 Intrusive feelings thoughts", - "sFbWwoZbiSF", - "4_1_intrusive_feelings_thoughts", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.1 Intrusive feelings, thoughts", - 1, - 324 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 22, - "4.2 Flashbacks", - "c60a75c9-2ee9-4fb2-af53-6d730e45f074", - "4.2 Flashbacks", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001794", - 90, - "Flashbacks", - "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", - "N/A", - "Diagnosis", - "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1394", - "", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ومضات من الماضي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.2 Flashbacks", - "FibcXxxITz4", - "4_2_flashbacks", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.2 Flashbacks", - 1, - 325 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 23, - "4.3 Avoidance of traumatic stimuli", - "94083de5-2603-4b26-a6d8-ec4459f9eced", - "4.3 Avoidance of traumatic stimuli", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-898", - "", - "Avoidance behaviour", - "Behavioural acts that enable a patient to avoid anticipated unplesant or painful situations, stimuli, or events.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تجنب المحفزات المرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.3 Avoidance of traumatic stimuli", - "TzFciNtGU4L", - "4_3_avoidance_of_traumatic_stimuli", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.3 Avoidance of traumatic stimuli", - 1, - 326 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 24, - "4.4 Hypervigilance / excessive startle response", - "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", - "4.4 Hypervigilance / excessive startle response", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-907", - "", - "Hyper-vigilance", - "Patient is highly alert and displaying behaviors to avoid or prevent danger.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرط اليقظة / استجابة إجفالية شديدة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.4 Hypervigilance / excessive startle response", - "Uhj6bkTtm2b", - "4_4_hypervigilance_excessive_startle_response", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.4 Hypervigilance / excessive startle response", - 1, - 327 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 25, - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check, name = \"Hallucinations\", DEF = \"Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "DqF1son0fxy", - "4_5_trauma_related_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - 1, - 328 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 26, - "4.6 Child has stopped talking", - "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", - "4.6 Child has stopped talking", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3218", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'language' problems in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف الطفل عن الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.6 Child has stopped talking", - "xrr1xtIehD9", - "4_6_child_has_stopped_talking", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.6 Child has stopped talking", - 1, - 329 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 27, - "5.1 Delusions (false beliefs)", - "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", - "5.1 Delusions (false beliefs)", - "", - "", - "", - "", - "", - "", - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use CIEL automatch", - "", - "MSF-497", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوهام (معتقدات خاطئة)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.1 Delusions (false beliefs)", - "vAcyKlSrQOK", - "5_1_delusions", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.1 Delusions (false beliefs)", - 1, - 330 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 28, - "5.2 Visual hallucinations", - "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", - "5.2 Visual hallucinations", - "", - "", - "", - "", - "", - "", - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use CIEL automatch", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check name and definition", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات بصرية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.2 Visual hallucinations", - "lsyUg99Xik2", - "5_2_visual_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.2 Visual hallucinations", - 1, - 331 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 29, - "5.3 Auditory hallucinations", - "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", - "5.3 Auditory hallucinations", - "", - "", - "", - "", - "", - "", - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use CIEL automatch", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check name", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات سمعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.3 Auditory hallucinations", - "BPYqkKFsav2", - "5_3_auditory_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.3 Auditory hallucinations", - 1, - 332 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 30, - "5.4 Disorganized thought /speech", - "dfaf113c-72f2-4865-81c9-31aba9e95a74", - "5.4 Disorganized thought /speech", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-903", - "", - "Disorganized thoughts", - "The paitent cannot control their thoughts or express themself well, which makes relating to others difficult.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشتت الأفكار / الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.4 Disorganized thought /speech", - "f50m0IXJNZ1", - "5_4_disorganized_thought_speech", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.4 Disorganized thought /speech", - 1, - 333 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 31, - "5.5 Bizarre behavior", - "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", - "5.5 Bizarre behavior", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-464", - "", - "Abnormal behaviour", - "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوكيات غريبة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.5 Bizarre behavior", - "SSaShXgyswX", - "5_5_bizarre_behavior", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.5 Bizarre behavior", - 1, - 334 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 32, - "5.6 Psychotic agitation", - "cda4f471-1da9-4192-8f26-ecec35775d5a", - "5.6 Psychotic agitation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3221", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'Agitation' or 'Psychomotor agitation' in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور ذهاني بالضيق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.6 Psychotic agitation", - "BbQwHHYdAtY", - "5_6_psychotic_agitation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.6 Psychotic agitation", - 1, - 335 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 33, - "6.1 Problems with concentration, memory or reasoning", - "44274d50-bb85-4f20-9b55-d08f60343c38", - "6.1 Problems with concentration, memory or reasoning", - "", - "", - "", - "", - "", - "", - "concentration", - "Used to describe a concentration in a DST test. Maps to datatype double. ", - "Numeric", - "Misc", - "160047AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-1403/1404/906", - "", - "", - "", - "Check - different items and different classes grouped; names = \"Lack of concentration\", \"Lack of memory\", \"Difficulty reasoning\", DEFs = \"The inability to focus on tasks.\", \"Disturbances in registering an impression, in the retention of an acquired impression, or in the recall of an impression.\", \"Patient has difficulty thinking about things in a logical, sensible way.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في التركيز، أو التذكر، أو التفكير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.1 Problems with concentration memory or reasoning", - "HxamZeSwli0", - "6_1_problems_with_concentration_memory_or_reasoning", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.1 Problems with concentration, memory or reasoning", - 1, - 336 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 34, - "6.2 Delayed development (milestones)", - "66e446ee-8f82-4f2a-808f-00d664ac92de", - "6.2 Delayed development (milestones)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-6022", - "Delayed milestones", - "Delay in a set of functional skills or age-specific tasks that most children can do by a certain age range.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تأخر في التطور (المحطات الإنجازية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.2 Delayed development (milestones)", - "zAXxqqhE7hH", - "6_2_delayed_development", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.2 Delayed development (milestones)", - 1, - 337 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 35, - "6.3 Abnormal social interaction and communication", - "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", - "6.3 Abnormal social interaction and communication", - "Abnormal", - "A result that deviates from the standard or what is expected.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001333", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd75230-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3225", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'Social Maladjustment' in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تواصل اجتماعي غير طبيعي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.3 Abnormal social interaction and communication", - "p1PiLH5LcpL", - "6_3_abnormal_social_interaction_and_communication", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.3 Abnormal social interaction and communication", - 1, - 338 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 36, - "6.4 Learning difficulties", - "9240ed56-8ba2-4ef2-b42f-e84179fcc333", - "6.4 Learning difficulties", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-5550", - "Learning problems", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبات في التعلم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.4 Learning difficulties", - "ov5D4toFD3q", - "6_4_learning_difficulties", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.4 Learning difficulties", - 1, - 339 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 37, - "6.5 Epileptic seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "6.5 Epileptic seizures", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000420", - 90, - "Epileptic seizure", - "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", - "N/A", - "Diagnosis", - "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-420", - "", - "Epileptic seizures", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.5 Epileptic seizures", - "dpdekdgiUMZ", - "6_5_epileptic_seizures", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.5 Epileptic seizures", - 1, - 340 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 38, - "7.1 Alcohol / substance abuse", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "7.1 Alcohol / substance abuse", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-2457", - "", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعاطي الكحول / العقاقير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.1 Alcohol / substance abuse", - "u6J5PRo76eL", - "7_1_alcohol_substance_abuse", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.1 Alcohol / substance abuse", - 1, - 341 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 39, - "7.2 Aggressiveness", - "977e8c6f-befa-4af3-87e1-1d29a57450c1", - "7.2 Aggressiveness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-2877", - "", - "Aggressive behavior", - "A form of behavior which leads to self-assertion; it may arise from innate drives and/or a response to frustration; may be manifested by destructive and attacking behavior, by covert attitudes of hostility and obstructionism, or by healthy self-expressive drive to mastery. (Dorland 27th ed)", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العدائية او الهجومية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.2 Aggressiveness", - "ZJKWvyAYFU4", - "7_2_aggressiveness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.2 Aggressiveness", - 1, - 342 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 40, - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-464", - "", - "Abnormal behaviour", - "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.Pediatric paitent displays a behavioral problem.", - "Check name", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "XwiwuWP5Sze", - "7_3_conduct_problems_in_children", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - 1, - 343 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 41, - "7.4 Hypo- or hyperactivity", - "520eccda-99f4-4cab-950b-260cfe3ab767", - "7.4 Hypo- or hyperactivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3226", - "", - "", - "", - "Includes MSF1397 (Hyperactivity), nothing found for hypoactivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قلة او فرط النشاط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.4 Hypo or hyperactivity", - "D655HPkg8Sw", - "7_4_hypo_or_hyperactivity", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.4 Hypo- or hyperactivity", - 1, - 344 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 42, - "7.5 Impulsivity", - "12723e41-2955-4917-971c-7f05849412d7", - "7.5 Impulsivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-156762", - "Impulsiveness", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاندفاعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.5 Impulsivity", - "L6gwT6cBFEk", - "7_5_impulsivity", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.5 Impulsivity", - 1, - 345 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 43, - "7.6 Regression in development", - "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", - "7.6 Regression in development", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-901", - "", - "Regression in development in child", - "Loss of developmental milestones in a child during and/or after hospitalization.", - "Check class = Finding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الارتكاس في التطور", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.6 Regression in development", - "rhQpTzDeQPW", - "7_6_regression_in_development", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.6 Regression in development", - 1, - 346 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 44, - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "", - "", - "", - "", - "", - "", - "Social withdrawal", - "", - "N/A", - "Diagnosis", - "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-126307", - "Social withdrawal", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "xBuK70tTHrj", - "7_7_social_withdrawal", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.7 Social withdrawal (isolation/reduced attachment/involvement)", - 1, - 347 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 45, - "8.1 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8.1 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "8.1 Other (specify)", - "tkP1jOd01Pn", - "8_1_other", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|8.1 Other", - 1, - 348 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 1, - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "464c68b7-0fb0-495c-b931-0c1732b60397", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "UeYsD88aXOb", - "1_1_body_pain_or_complaints", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - 1, - 349 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 2, - "1.2 Eating problems", - "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", - "1.2 Eating problems", - "Eating", - "Coded question of patient's ability to eat.", - "Coded", - "Question", - "MSF-AAAAAA000000000000002835", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Eating", - "", - "N/A", - "Misc", - "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في الأكل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.2 Eating problems", - "u1MYOfo6bZo", - "1_2_eating_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.2 Eating problems", - 1, - 350 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 3, - "1.3 Sleeping problems", - "42966954-f43f-4564-bc59-d9d133e53a75", - "1.3 Sleeping problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في النوم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.3 Sleeping problems", - "kKLSjMaDB71", - "1_3_sleeping_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.3 Sleeping problems", - 1, - 351 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 4, - "1.4 Bedwetting / retention problems", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "1.4 Bedwetting / retention problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التبول أثناء النوم / مشاكل في السلس", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.4 Bedwetting / retention problems", - "W445BWB0GQ3", - "1_4_Bedwetting_retention_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.4 Bedwetting / retention problems", - 1, - 352 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 5, - "1.5 Sexual problems", - "3ba98736-982f-4d9c-a675-f83b180a9f28", - "1.5 Sexual problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل جنسية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.5 Sexual problems", - "qu1XKVn8CUS", - "1_5_sexual_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.5 Sexual problems", - 1, - 353 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 6, - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "28adad48-b45b-46a4-ae94-4cca6118047e", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "PClZEC4W4rM", - "1_6_unexplained_physical_reaction", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - 1, - 354 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 1, - "2.1 Sad mood", - "7f4699e5-e70a-49fb-bf34-c09afa867fdc", - "2.1 Sad mood", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001786", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Sad mood", - "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", - "N/A", - "Diagnosis", - "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مزاج حزين", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.1 Sad mood", - "XPvA3hyChlA", - "2_1_sad_mood", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.1 Sad mood", - 1, - 355 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 2, - "2.2 Irritability / anger", - "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", - "2.2 Irritability / anger", - " ", - " ", - " ", - " ", - " ", - " ", - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "3cf2a6fc-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سرعة الضيق / الغضب", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.2 Irritability / anger", - "vprUUUOBopr", - "2_2_irritability_anger", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.2 Irritability / anger", - 1, - 356 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 3, - "2.3 Loss of interest / anhedonia", - "51061bb9-6084-4bb3-b83b-5c234e45b09c", - "2.3 Loss of interest / anhedonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Loss of interest", - "The loss of interest in previously rewarding or enjoyable activities or relationships.", - "N/A", - "Finding", - "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الاهتمام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.3 Loss of interest / anhedonia", - "b4TqJ285UWa", - "2_3_loss_of_interest_anhedonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.3 Loss of interest / anhedonia", - 1, - 357 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 4, - "2.4 Hopelessness", - "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", - "2.4 Hopelessness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الامل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.4 Hopelessness", - "Rzq6PFcbBa5", - "2_4_hopelessness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.4 Hopelessness", - 1, - 358 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 5, - "2.5 Guilt/self-blame/worthlessness", - "e8166325-9ddc-4739-9452-da63ee7862d2", - "2.5 Guilt/self-blame/worthlessness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.5 Guilt/self-blame/worthlessness", - "QZBfUwIyQm9", - "2_5_guilt_self_blame_worthlessness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.5 Guilt/self-blame/worthlessness", - 1, - 359 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 6, - "2.6 Current suicidal thoughts", - "4f8f7343-f191-4483-bcf9-c60027a6eca8", - "2.6 Current suicidal thoughts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.6 Current suicidal thoughts", - "WCyJmoOZsCZ", - "2_6_current_suicidal_thoughts", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.6 Current suicidal thoughts", - 1, - 360 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 7, - "2.7 Recent suicidal attempt", - "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", - "2.7 Recent suicidal attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.7 Recent suicidal attempt", - "z8jBJ5nYwIS", - "2_7_recent_suicidal_attempt", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.7 Recent suicidal attempt", - 1, - 361 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 8, - "2.8 Recent self-harm", - "003b425a-d8c3-47ed-bbde-45a7c180c0a4", - "2.8 Recent self-harm", - " ", - " ", - " ", - " ", - " ", - " ", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية للذات مؤخراً", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.8 Recent self-harm", - "XzLHZumvFOH", - "2_8_recent_self_harm", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.8 Recent self-harm", - 1, - 362 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 9, - "2.9 Changes in appetite", - "ce47585c-fa23-4de3-9e3a-97f5eb309e72", - "2.9 Changes in appetite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تغير في الشهية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.9 Lack of appetite", - "Y5NywW5KfoX", - "2_9_lack_of_appetite", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.9 Changes in appetite", - 1, - 363 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 1, - "3.1 Constant stress", - "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", - "3.1 Constant stress", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالضغط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.1 Constant stress", - "YpabM1EGBap", - "3_1_constant_stress", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.1 Constant stress", - 1, - 364 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 2, - "3.2 Persistent worry", - "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", - "3.2 Persistent worry", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالقلق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.2 Persistent worry", - "PsBi8qdxleW", - "3_2_persistent_worry", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.2 Persistent worry", - 1, - 365 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 3, - "3.3 Intense fear / phobia / feeling threatened", - "ae1ab702-fa58-4648-95e4-acca5c9078f7", - "3.3 Intense fear / phobia / feeling threatened", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "خوف شديد / خوف مرضي / الشعور بالتهديد", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.3 Intense fear / phobia / feeling threatened", - "JDP7sAjWj0r", - "3_3_intense_fear_phobia_feeling_threatened", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.3 Intense fear / phobia / feeling threatened", - 1, - 366 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 4, - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "473f0ea3-92e5-4a99-bbe0-358e371355ee", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Panic attack", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "N/A", - "Diagnosis", - "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "hHoP5vhiGn3", - "3_4_panic_attack", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - 1, - 367 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 5, - "3.5 Compulsive or repetitive behavior", - "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", - "3.5 Compulsive or repetitive behavior", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوك وسواسي أو متكرر", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.5 Compulsive or repetitive behavior", - "PgxhapZ8P9E", - "3_5_compulsive_or_repetitive_behavior", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.5 Compulsive or repetitive behavior", - 1, - 368 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 1, - "4.1 Intrusive feelings, thoughts", - "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", - "4.1 Intrusive feelings, thoughts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار تطفلية أو اقتحامية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.1 Intrusive feelings thoughts", - "sFbWwoZbiSF", - "4_1_intrusive_feelings_thoughts", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.1 Intrusive feelings, thoughts", - 1, - 369 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 2, - "4.2 Flashbacks", - "c60a75c9-2ee9-4fb2-af53-6d730e45f074", - "4.2 Flashbacks", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001794", - 90, - "Flashbacks", - "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", - "N/A", - "Diagnosis", - "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ومضات من الماضي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.2 Flashbacks", - "FibcXxxITz4", - "4_2_flashbacks", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.2 Flashbacks", - 1, - 370 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 3, - "4.3 Avoidance of traumatic stimuli", - "94083de5-2603-4b26-a6d8-ec4459f9eced", - "4.3 Avoidance of traumatic stimuli", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تجنب المحفزات المرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.3 Avoidance of traumatic stimuli", - "TzFciNtGU4L", - "4_3_avoidance_of_traumatic_stimuli", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.3 Avoidance of traumatic stimuli", - 1, - 371 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 4, - "4.4 Hypervigilance / excessive startle response", - "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", - "4.4 Hypervigilance / excessive startle response", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرط اليقظة / استجابة إجفالية شديدة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.4 Hypervigilance / excessive startle response", - "Uhj6bkTtm2b", - "4_4_hypervigilance_excessive_startle_response", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.4 Hypervigilance / excessive startle response", - 1, - 372 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 5, - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "DqF1son0fxy", - "4_5_trauma_related_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - 1, - 373 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 6, - "4.6 Child has stopped talking", - "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", - "4.6 Child has stopped talking", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف الطفل عن الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.6 Child has stopped talking", - "xrr1xtIehD9", - "4_6_child_has_stopped_talking", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.6 Child has stopped talking", - 1, - 374 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 1, - "5.1 Delusions (false beliefs)", - "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", - "5.1 Delusions (false beliefs)", - " ", - " ", - " ", - " ", - " ", - " ", - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوهام (معتقدات خاطئة)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.1 Delusions (false beliefs)", - "vAcyKlSrQOK", - "5_1_delusions", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.1 Delusions (false beliefs)", - 1, - 375 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 2, - "5.2 Visual hallucinations", - "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", - "5.2 Visual hallucinations", - " ", - " ", - " ", - " ", - " ", - " ", - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات بصرية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.2 Visual hallucinations", - "lsyUg99Xik2", - "5_2_visual_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.2 Visual hallucinations", - 1, - 376 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 3, - "5.3 Auditory hallucinations", - "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", - "5.3 Auditory hallucinations", - " ", - " ", - " ", - " ", - " ", - " ", - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات سمعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.3 Auditory hallucinations", - "BPYqkKFsav2", - "5_3_auditory_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.3 Auditory hallucinations", - 1, - 377 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 4, - "5.4 Disorganized thought /speech", - "dfaf113c-72f2-4865-81c9-31aba9e95a74", - "5.4 Disorganized thought /speech", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشتت الأفكار / الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.4 Disorganized thought /speech", - "f50m0IXJNZ1", - "5_4_disorganized_thought_speech", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.4 Disorganized thought /speech", - 1, - 378 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 5, - "5.5 Bizarre behavior", - "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", - "5.5 Bizarre behavior", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوكيات غريبة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.5 Bizarre behavior", - "SSaShXgyswX", - "5_5_bizarre_behavior", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.5 Bizarre behavior", - 1, - 379 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 6, - "5.6 Psychotic agitation", - "cda4f471-1da9-4192-8f26-ecec35775d5a", - "5.6 Psychotic agitation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور ذهاني بالضيق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.6 Psychotic agitation", - "BbQwHHYdAtY", - "5_6_psychotic_agitation", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.6 Psychotic agitation", - 1, - 380 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 1, - "6.1 Problems with concentration memory or reasoning", - "44274d50-bb85-4f20-9b55-d08f60343c38", - "6.1 Problems with concentration memory or reasoning", - " ", - " ", - " ", - " ", - " ", - " ", - "Problem", - " ", - "N/A", - "Diagnosis", - "128461AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في التركيز، أو التذكر، أو التفكير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.1 Problems with concentration memory or reasoning", - "HxamZeSwli0", - "6_1_problems_with_concentration_memory_or_reasoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.1 Problems with concentration memory or reasoning", - 1, - 381 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 2, - "6.2 Delayed development (milestones)", - "66e446ee-8f82-4f2a-808f-00d664ac92de", - "6.2 Delayed development (milestones)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تأخر في التطور (المحطات الإنجازية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.2 Delayed development (milestones)", - "zAXxqqhE7hH", - "6_2_delayed_development", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.2 Delayed development (milestones)", - 1, - 382 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 3, - "6.3 Abnormal social interaction and communication", - "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", - "6.3 Abnormal social interaction and communication", - "Abnormal", - "A result that deviates from the standard or what is expected.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001333", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd75230-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تواصل اجتماعي غير طبيعي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.3 Abnormal social interaction and communication", - "p1PiLH5LcpL", - "6_3_abnormal_social_interaction_and_communication", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.3 Abnormal social interaction and communication", - 1, - 383 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 4, - "6.4 Learning difficulties", - "9240ed56-8ba2-4ef2-b42f-e84179fcc333", - "6.4 Learning difficulties", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبات في التعلم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.4 Learning difficulties", - "ov5D4toFD3q", - "6_4_learning_difficulties", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.4 Learning difficulties", - 1, - 384 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 5, - "6.5 Epileptic seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "6.5 Epileptic seizures", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000820", - 90, - "Epileptic seizure", - "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", - "N/A", - "Diagnosis", - "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.5 Epileptic seizures", - "dpdekdgiUMZ", - "6_5_epileptic_seizures", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.5 Epileptic seizures", - 1, - 385 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 1, - "7.1 Alcohol / substance abuse", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "7.1 Alcohol / substance abuse", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعاطي الكحول / العقاقير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.1 Alcohol / substance abuse", - "u6J5PRo76eL", - "7_1_alcohol_substance_abuse", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.1 Alcohol / substance abuse", - 1, - 386 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 2, - "7.2 Aggressiveness", - "977e8c6f-befa-4af3-87e1-1d29a57450c1", - "7.2 Aggressiveness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العدائية او الهجومية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.2 Aggressiveness", - "ZJKWvyAYFU4", - "7_2_aggressiveness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.2 Aggressiveness", - 1, - 387 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 3, - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "XwiwuWP5Sze", - "7_3_conduct_problems_in_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - 1, - 388 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 4, - "7.4 Hypo- or hyperactivity", - "520eccda-99f4-4cab-950b-260cfe3ab767", - "7.4 Hypo- or hyperactivity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قلة او فرط النشاط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.4 Hypo or hyperactivity", - "D655HPkg8Sw", - "7_4_hypo_or_hyperactivity", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.4 Hypo- or hyperactivity", - 1, - 389 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 5, - "7.5 Impulsivity", - "12723e41-2955-4917-971c-7f05849412d7", - "7.5 Impulsivity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاندفاعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.5 Impulsivity", - "L6gwT6cBFEk", - "7_5_impulsivity", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.5 Impulsivity", - 1, - 390 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 6, - "7.6 Regression in development", - "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", - "7.6 Regression in development", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الارتكاس في التطور", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.6 Regression in development", - "rhQpTzDeQPW", - "7_6_regression_in_development", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.6 Regression in development", - 1, - 391 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 7, - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - " ", - " ", - " ", - " ", - " ", - " ", - "Social withdrawal", - " ", - "N/A", - "Diagnosis", - "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "xBuK70tTHrj", - "7_7_social_withdrawal", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.7 Social withdrawal (isolation/reduced attachment/involvement)", - 1, - 392 - ], - [ - 36, - "Current symptoms or complaints - Other symptoms", - "", - "Coded", - 1, - "8.1 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8.1 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "8.1 Other (specify)", - "tkP1jOd01Pn", - "8_1_other", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Other symptoms|8.1 Other", - 1, - 393 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 1, - "1. Acute stress reaction", - "a2f8295b-1259-481f-8ef3-34e213b7b4d6", - "1. Acute stress reaction", - "Acute stress reaction", - "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000906", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-506", - "", - "Acute stress reaction", - "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", - "Ok", - " ", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب الكرب الحاد", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Acute stress reaction", - "I2TnSpzmNZV", - "acute_stress_reaction", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|1. Acute stress reaction", - 1, - 394 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 2, - "2. Bereavement/grief", - "7d486d0c-0e2b-475d-8e17-07296cc624b9", - "2. Bereavement/grief", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-139251", - "Grief", - "Normal, appropriate sorrowful response to an immediate cause. It is self-limiting and gradually subsides within a reasonable time.", - "Only greif - no record for bereavement", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "الفجيعة / الأسى", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Bereavement / grief", - "fiMmy7FVXqj", - "bereavement_grief", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|2. Bereavement/grief", - 1, - 395 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 3, - "3. Post-Traumatic Stress Disorder", - "ec7a63e8-5d0b-4dcf-8f72-7529c1df699a", - "3. Post-Traumatic Stress Disorder", - "Traumatic", - "Injury to the body that causes long-lasting damage.", - "None", - "Finding", - "5cb34fe2-1c6a-4132-a046-f6a3ebcaa529", - 90, - "Stress", - "A pathological process resulting from the reaction of the body to external forces and abnormal conditions that tend to disturb the organism's homeostasis.", - "N/A", - "Diagnosis", - "125811AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Trauma", - "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", - "N/A", - "Diagnosis", - "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF manual", - "", - "MSF-291", - "", - "Post Traumatic Stress Disorder", - "An anxiety disorder precipitated by an experience of intense fear or horror while exposed to a traumatic (especially life-threatening) event. The disorder is characterized by intrusive recurring thoughts or images of the traumatic event avoidance of anything associated with the event a state of hyperarousal and diminished emotional responsiveness. These symptoms are present for at least one month and the disorder is usually long-term.", - "Ok", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب الكرب التالي للصدمة النفسية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Post-Traumatic Stress Disorder", - "GtXv2BevE4i", - "ptsd", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|3. Post-Traumatic Stress Disorder", - 1, - 396 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 4, - "4. Conversion/Dissociative reaction", - "58881584-4f0e-4cf3-b2bf-d9f0898ae106", - "4. Conversion/Dissociative reaction", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-457", - "", - "Dissociative and Conversion Disorder", - "A category of psychiatric disorders characterized by a disruption in the usually integrated functions of consciousness, memory, identity, and/or perception of the environment.", - "Ok", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب التحويل", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Dissociative / Conversive disorder", - "DzEHTmwsbwz", - "dissociative_onversive_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|4. Conversion/Dissociative reaction", - 1, - 397 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 5, - "5. Anxiety Disorder", - "2564bdee-c24c-4d96-903e-d44010f2a8ec", - "5. Anxiety Disorder", - "Anxiety disorder", - "", - "", - "", - "MSF-AAAAAA000000000000000502", - 95, - "Anxiety", - "Persistent feeling of dread, apprehension, and impending disaster.", - "N/A", - "Diagnosis", - "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Anxiety", - "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", - "Coded", - "Diagnosis", - "3ce6b1ee-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-102", - "", - "Anxiety disorder", - "Disorders in which anxiety (persistent feelings of apprehension, tension, or uneasiness) is the predominant disturbance.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب القلق", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Anxiety Disorder", - "RBjv7HDiR95", - "anxiety_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|5. Anxiety Disorder", - 1, - 398 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 6, - "6. Medically Unexplained Physical Symptoms (MUPS)", - "9df01581-6135-4876-8fb8-cbaaa522064e", - "6. Medically Unexplained Physical Symptoms (MUPS)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3187", - "", - "", - "", - "not found MSF or CIEL", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "عراض طبية من دون أسباب جسدية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Medically Unexplained Physical Symptoms", - "bCJLe9PMYeL", - "mups", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|6. Medically Unexplained Physical Symptoms (MUPS)", - 1, - 399 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 7, - "7. Depression", - "2066f043-2f21-4c19-8c04-77301d7404f9", - "7. Depression", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000560", - 90, - "Depression", - "", - "N/A", - "Diagnosis", - "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Depression", - "Affective disorder with anhedonia, melancholia, psychomotor retardation.", - "N/A", - "Diagnosis", - "3cce9514-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-160", - "", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "لاكتئاب", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Depression", - "cBAzRxJxoKF", - "depression", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|7. Depression", - 1, - 400 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 8, - "8. Self-harming behavior/suicide attempt", - "b27187bd-e94a-4dbc-9a77-46c0cefad25a", - "8. Self-harming behavior/suicide attempt", - "Self-harm", - "The act of purposely hurting oneself as an emotional coping mechanism.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001791", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "Seperate - self harm MSF 158754, suicidal thoughts MSF1390 (different to attemps) Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540, History of Suicide attempt - CIEL 129176", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "سلوك مؤذي للنفس / محاولة انتحار", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Self-harm / suicide", - "StKvhy342Ik", - "self_harm_suicide", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|8. Self-harming behavior/suicide attempt", - 1, - 401 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 9, - "9. Acute psychosis (incl. post-partum psychosis)", - "b33dac1c-b0c0-4fcd-b639-661bb6678924", - "9. Acute psychosis (incl. post-partum psychosis)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-446", - "", - "Acute and transient psychosis", - "A disorder characterized by delusions, hallucinations, disorganized speech, and/or grossly disorganized behavior that resolve within a month.", - "Includes transient", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "ذهان حاد (يشمل ذهان ما بعد الإنجاب)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Acute psychosis", - "RU3BLFqOhZe", - "acute_psychosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|9. Acute psychosis (incl. post-partum psychosis)", - 1, - 402 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 10, - "10. Chronic psychosis (incl. schizophrenia)", - "97f1f41-b0c7-407d-b95f-b1e26c3fd23c", - "10. Chronic psychosis (incl. schizophrenia)", - "Chronic psychosis", - "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000844", - 90, - "Chronic psychosis", - "", - "N/A", - "Diagnosis", - "166212AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-444", - "", - "Chronic psychosis", - "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "ذهان مزمن(يشمل الفصام)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Chronic psychosis", - "ndznYG4Vbbs", - "chronic_psychosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|10. Chronic psychosis (incl. schizophrenia)", - 1, - 403 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 11, - "11. Bipolar disorder (incl. mania)", - "1ba02bf8-6bbe-46a6-baff-d18b5c9f6425", - "11. Bipolar disorder (incl. mania)", - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000848", - 90, - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-448", - "", - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب ثنائي القطب(يشمل الهوس)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Bipolar disorder", - "V30FRwMiqy7", - "bipolar_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|11. Bipolar disorder (incl. mania)", - 1, - 404 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 12, - "12. Enuresis / Encopresis", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "12. Enuresis / Encopresis", - "Enuresis", - "Involuntary discharge of urine after the age at which urinary control should have been achieved", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001796", - 90, - "Encopresis", - "Incontinence of feces not due to organic defect or illness.", - "N/A", - "Diagnosis", - "141309AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Seperate entities, Enuresis MSF-1396, Encopresis CIEL141309", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "سلس البراز / البول", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Enuresis", - "Ef59Tr7bwiG", - "enuresis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|12. Enuresis / Encopresis", - 1, - 405 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 13, - "13. Developmental disorder (incl. intellectual disability, autism)", - "63f73696-3d7c-4dc5-8c16-5382c20c3f9f", - "13. Developmental disorder (incl. intellectual disability, autism)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "MSF-500", - "OCL-1194889", - "Developmental disabilities", - "Disorders in which there is a delay in development based on that expected for a given age level or stage of development. These impairments or disabilities originate before age 18, may be expected to continue indefinitely, and constitute a substantial impairment. Biological and nonbiological factors are involved in these disorders. ", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب نمو (يشمل الإعاقة الذهنية والتوحد)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Developmental disorder (incl. intellectual disability, autism)", - "veb2vWtp2QT", - "developmental_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|13. Developmental disorder (incl. intellectual disability, autism)", - 1, - 406 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 14, - "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-890", - "", - "Childhood behavioural problem", - "Pediatric paitent displays a behavioral problem.", - "nb finding not diagnosis", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب سلوكي لدى الطفل (يشمل اضطراب نقص الانتباه مع فرط النشاط، واضطراب المسلك)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Childhood behavioral disorder", - "k6LNSHULzvA", - "childhood_behavioral_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - 1, - 407 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 15, - "15. Childhood emotional disorder", - "52d85e63-b238-4161-985c-97f75ad80c9a", - "15. Childhood emotional disorder", - "Childhood emotional disorder", - "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000905", - 95, - "Childhood emotional disorder", - "", - "N/A", - "Diagnosis", - "155498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-505", - "", - "Childhood emotional disorder", - "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب عاطفي لدى الطفل", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Childhood emotional disorder", - "JznaioxOZKP", - "childhood_emotional_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|15. Childhood emotional disorder", - 1, - 408 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 16, - "16. Substance-related disorder", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "16. Substance-related disorder", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-2457", - "", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب ذو صلة بالعقاقير", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Substance-related disorders", - "HllN5G1TKNb", - "substance_related_disorders", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|16. Substance-related disorder", - 1, - 409 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 17, - "17. Epilepsy / seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "17. Epilepsy / seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", - "Coded", - "Diagnosis", - "155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", - "N/A", - "Diagnosis", - "3cce0a90-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-420", - "", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "صرع/نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Epilepsy / seizures", - "KYmRwgkkgsl", - "epilepsy_seizures", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|17. Epilepsy / seizures", - 1, - 410 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 18, - "18. Other disorder", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "18. Other disorder", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "other / other disorder", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "نوع آخر من الأمراض", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Other disorder, specify", - "G7j5nsi8r7T", - "other_disorder_specify", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|18. Other disorder", - 1, - 411 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 19, - "19. No diagnosis", - "dc77c73a-5ce5-4aac-821e-81f19f81b65f", - "19. No diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1630", - "", - "none", - "Generic descriptive answer.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "", - "لا يوجد تشخيص", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "No diagnosis", - "qNroeJqYQmn", - "no_diagnosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|19. No diagnosis", - 1, - 412 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 1, - "1. Psychosomatic", - "c899d33a-adde-4c70-ad65-2326b8843e3b", - "1. Psychosomatic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-459", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "نفسية جسدية", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "1. Psychosomatic", - "YLwstT7QxPg", - "1_psychosomatic", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|1. Psychosomatic", - 1, - 413 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 2, - "2. Depression related", - "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", - "2. Depression related", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000560", - 90, - "Depression", - "", - "N/A", - "Diagnosis", - "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Depression", - "Affective disorder with anhedonia, melancholia, psychomotor retardation.", - "N/A", - "Diagnosis", - "3cce9514-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "1رتبطة بالاكتئاب", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "2. Depression related", - "IEdTLNPdysy", - "2_depression_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|2. Depression related", - 1, - 414 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 3, - "3. Anxiety related", - "241b3278-3803-478b-8484-70e2b17e5543", - "3. Anxiety related", - "", - "", - "", - "", - "", - "", - "Anxiety", - "Persistent feeling of dread, apprehension, and impending disaster.", - "N/A", - "Diagnosis", - "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Anxiety", - "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", - "Coded", - "Diagnosis", - "3ce6b1ee-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "2مرتبطة بالقلق", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "3. Anxiety related", - "WgBIYmHZdJc", - "3_anxiety_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|3. Anxiety related", - 1, - 415 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 4, - "4. Trauma related", - "3a0c003c-9149-4a5f-a236-ed5d61231950", - "4. Trauma related", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Trauma", - "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", - "N/A", - "Diagnosis", - "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "3مرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "4. Trauma related", - "vC3XeVwbmLY", - "4_trauma_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|4. Trauma related", - 1, - 416 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 5, - "5. Psychosis related", - "612c130a-0ae9-4565-af09-b5437334c742", - "5. Psychosis related", - "Psychosis", - "Mental disorder combining symptoms that result in an impaired relationship with reality.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000696", - 90, - "Psychosis", - "", - "N/A", - "Diagnosis", - "113517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Psychosis", - "A severe mental disorder, with or without organic damage, characterized by derangement of personality and loss of contact with reality and causing deterioration of normal social functioning.", - "N/A", - "Diagnosis", - "3ccea7fc-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "4مرتبطة بالذهان", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "5. Psychosis related", - "NuEhgdvdwHA", - "5_psychosis_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|5. Psychosis related", - 1, - 417 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 6, - "6. Neuro cognitive problems", - "a5b552b6-44db-42f1-a436-6f2f12de471e", - "6. Neuro cognitive problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-891", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "5مشاكل عصبية إدراكية", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "6. Neuro cognitive problems", - "x9vk1fImSr7", - "6_neuro_cognitive_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|6. Neuro cognitive problems", - 1, - 418 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 7, - "7. Behaviour problems", - "5b271a75-d44b-466a-8baf-71153dc1895c", - "7. Behaviour problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "OCL-113635", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "6مشاكل في السلوكيات", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "7. Behaviour problems", - "S5v9RKrCwIx", - "7_behaviour_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|7. Behaviour problems", - 1, - 419 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 8, - "8. Other symptoms", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8. Other symptoms", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "7اعراض اخرى", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "8. Other symptoms", - "GaJQMD4oqS5", - "8_other_symptoms", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|8. Other symptoms", - 1, - 420 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 1, - "1 - 3 days", - "a3d78d0a-613d-46ab-ae00-de985dd822eb", - "1 - 3 days", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3243", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أيام ١-٣", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 3 days", - "Syw1PVWr0UX", - "1_3_days", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 3 days", - 1, - 421 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 2, - "4 - 7 days", - "7a5a7a86-1ebf-4309-915a-d58e6c907db1", - "4 - 7 days", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3244", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أيام ٤-٦", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "4 - 7 days", - "jVQNrNJHHkN", - "4_7_days", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|4 - 7 days", - 1, - 422 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 3, - "1 - 4 weeks", - "d5ea3587-be05-4b66-809c-3c63481300b3", - "1 - 4 weeks", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3245", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أسابيع ١-٤", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 4 weeks", - "IcUeaP23Ayu", - "1_4_weeks", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 4 weeks", - 1, - 423 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 4, - "1 - 6 months", - "a2ffa3e1-eabe-4417-af29-09ea962d584e", - "1 - 6 months", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3246", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أشهر ١-٦", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 6 months", - "qgvtHQTTScW", - "1_6_months", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 6 months", - 1, - 424 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 5, - "6 - 12 months", - "f9c40a2d-7e94-418b-b222-e73959845e4d", - "6 - 12 months", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3247", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أشهر ٦-١٢", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "6 - 12 months", - "y6MYfCvaJkX", - "6_12_months", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|6 - 12 months", - 1, - 425 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 6, - "> 1 year", - "f7ae6f81-0dcf-4316-9706-26d96a8d9c1e", - "> 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3248", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أكثر من سنة", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "> 1 year", - "ACcQT2fwiwz", - ">1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|> 1 year", - 1, - 426 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 1, - "0 - 4", - "", - "0 - 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - "0 - 4", - "WckhKgP63BA", - "0_4", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|0 - 4", - 1, - 427 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 2, - 45421, - "", - 45421, - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - 45421, - "YkBcbx6RBHh", - "5_9", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|5 - 9", - 1, - 428 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 3, - 45579, - "", - 45579, - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - 45579, - "AJWrsjJAliA", - "10_14", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|10 - 14", - 1, - 429 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 4, - "15 - 19", - "", - "15 - 19", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - "15 - 19", - "q0ubDgXvYpV", - "15_19", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|15 - 19", - 1, - 430 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 5, - ">=20", - "", - ">=20", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - ">=20", - "vq07JGEe2mq", - ">20", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|>=20", - 1, - 431 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 1, - "0 - Not assessed", - "eb770ad7-b106-4255-83bd-2dc284fbd7ce", - "0 - Not assessed", - "", - "", - "", - "", - "", - "", - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3257", - "", - "", - "0 - لم يتم قياسه", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لم يتم قياسه", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 0, - "G9EBBmiN9xy", - "cgi-s_score|0", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|0 - Not assessed", - 1, - 432 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 2, - "1 - Normal/not ill", - "d884d3dd-7649-4260-b139-2d740baf9767", - "1 - Normal/not ill", - "Normal", - "A standard or typical result.", - "N/A", - "Misc", - "d884d3dd-7649-4260-b139-2d740baf9767", - 90, - "Normal", - "General descriptive answer.", - "N/A", - "Misc", - "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Normal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd750a0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "1 - عادي / غير مريض", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عادي / غير مريض", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 1, - "kA0sL0CXSw6", - "cgi-s_score|1", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|1 - Normal/not ill", - 1, - 433 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 3, - "2 - Suspected mentally ill", - "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1", - "2 - Suspected mentally ill", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "2 - يشتبه بإصابته بمرض نفسي", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "يشتبه بإصابته بمرض نفسي", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 2, - "JZ7qkt6RFC8", - "cgi-s_score|2", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|2 - Suspected mentally ill", - 1, - 434 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 4, - "3 - Mildly ill", - "c90610d0-29ee-437e-af93-7bcc49fda2f1", - "3 - Mildly ill", - "Mild", - "Without severity or significant impact", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001887", - 90, - "Mildly ill", - "Clearly established symptoms with minimal, if any, distress or difficulty in social and occupational function", - "N/A", - "Finding", - "c6518e7c-21fb-4567-b415-13c007171e4e", - 90, - "Mild", - "General qualifier value", - "N/A", - "Finding", - "3cdef9ae-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "3 - مريض بشكل طفيف", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل طفيف", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 3, - "Wdl3QmheipE", - "cgi-s_score|3", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|3 - Mildly ill", - 1, - 435 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 5, - "4 - Moderately ill", - "e81cfac7-6c80-4e1b-af86-3d896c9bbdac", - "4 - Moderately ill", - "Moderate", - "Average in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001888", - 90, - "Moderately ill", - "Overt symptoms causing noticeable, but modest, functional impairment or distress; symptom level may warrant medication", - "N/A", - "Finding", - "10fe25ee-6a0f-41f8-a443-3155b51e5f25", - 90, - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "3cdef832-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "4 - مريض بشكل متوسط ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل متوسط ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 4, - "nCM6PF4SB9r", - "cgi-s_score|4", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|4 - Moderately ill", - 1, - 436 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 6, - "5 - Markedly ill", - "cf122053-f10b-4450-89e1-ed9adabb413c", - "5 - Markedly ill", - "Markedly ill", - "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Severity (CGI-S) score, rating the mental state of the patient.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001840", - 90, - "Markedly ill", - "Intrusive symptoms that distinctly impair social/occupational function or cause intrusive levels of distress", - "N/A", - "Finding", - "877f9423-bac3-41b4-ada1-3e571cfaa7fd", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "5 - مريض بشكل ملحوظ ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل ملحوظ ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 5, - "nIwgqWMPi2T", - "cgi-s_score|5", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|5 - Markedly ill", - 1, - 437 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 7, - "6 - Severely ill", - "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7", - "6 - Severely ill", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severely ill", - "Disruptive pathology, behavior and function are frequently influenced by symptoms, may require assistance from others", - "N/A", - "Finding", - "fbce3be2-ca0b-48e0-a314-720d2a67b71b", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "6 - مريض بشكل شديد", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل شديد", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 6, - "UD0mFMSQCkc", - "cgi-s_score|6", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|6 - Severely ill", - 1, - 438 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 8, - "7 - Extremely ill patient", - "0f115f25-cdd0-49c3-b009-ba9acb041fef", - "7 - Extremely ill patient", - "", - "", - "", - "", - "", - "", - "Extremely ill", - "Among the most extremely ill patients&mdash;pathology drastically interferes in many life functions; may be hospitalized", - "N/A", - "Finding", - "319a7d41-45c6-4a88-8e84-6a61b9cc2d1b", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "7 - مريض بشكل خطير", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل خطير", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 7, - "FYnMWvKXosf", - "cgi-s_score|7", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|7 - Extremely ill patient", - 1, - 439 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 1, - "0 - Not assessed", - "", - "0 - Not assessed", - "", - "", - "", - "", - "", - "", - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "0 - لم يتم قياسه ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لم يتم قياسه ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 0, - "G9EBBmiN9xy", - "cgi-s_score|0", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|0 - Not assessed", - 1, - 440 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 2, - "1 - Very much improved", - "", - "1 - Very much improved", - "Very much improved", - "A score of 1 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001843", - 95, - "Very much improved", - "Nearly all better; good level of functioning; minimal symptoms; represents a very substantial change", - "N/A", - "Finding", - "30c9c7a5-cc9e-40fa-a5ec-9e8b8994a2c7", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "1 - تحسن إلى حد كبير ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن إلى حد كبير ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 1, - "kA0sL0CXSw6", - "cgi-s_score|1", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|1 - Very much improved", - 1, - 441 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 3, - "2 - Much improved", - "", - "2 - Much improved", - "Much improved", - "A score of 2 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001844", - 90, - "Much improved", - "Notably better with significant reduction of symptoms; increase in the level of functioning but some symptoms remain", - "N/A", - "Finding", - "0bab04e3-b58c-4809-862b-1f9da712b46d", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "2 - تحسن جداً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن جداً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 2, - "JZ7qkt6RFC8", - "cgi-s_score|2", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|2 - Much improved", - 1, - 442 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 4, - "3 - Minimally improved", - "", - "3 - Minimally improved", - "Minimally improved", - "A score of 3 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001845", - 95, - "Minimally improved", - "Slightly better with little or no clinically meaningful reduction of symptoms. Represents very little change in basic clinical status, level of care, or functional capacity", - "N/A", - "Finding", - "da0f78aa-5e68-4979-90e6-49225805e85b", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "3 - تحسن بالحد الأدنى", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن بالحد الأدنى", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 3, - "Wdl3QmheipE", - "cgi-s_score|3", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|3 - Minimally improved", - 1, - 443 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 5, - "4 - No change", - "", - "4 - No change", - "No change", - "A score of 4 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001846", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "4 - لا تغيّر ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لا تغيّر ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 4, - "nCM6PF4SB9r", - "cgi-s_score|4", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|4 - No change", - 1, - 444 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 6, - "5 - Minimally worse", - "", - "5 - Minimally worse", - "Minimally worse", - "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001847", - 90, - "Minimally worse", - "Slightly worse but may not be clinically meaningful; may represent very little change in basic clinical status or functional capacity", - "N/A", - "Misc", - "f7d57972-8da5-422c-8b85-d9d2239c682e", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "5 - ساءت حالته قليلاً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته قليلاً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 5, - "nIwgqWMPi2T", - "cgi-s_score|5", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|5 - Minimally worse", - 1, - 445 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 7, - "6 - Much worse", - "", - "6 - Much worse", - "Much worse", - "A score of 6 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001848", - 90, - "Much worse", - "Clinically significant increase in symptoms and diminished functioning", - "N/A", - "Misc", - "0bec15d7-9903-4a20-9494-401301f4d05d", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "6 - ساءت حالته جداً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته جداً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 6, - "UD0mFMSQCkc", - "cgi-s_score|6", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|6 - Much worse", - 1, - 446 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 8, - "7 - Very much worse", - "", - "7 - Very much worse", - "Very much worse", - "A score of 7 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001849", - 90, - "Very much worse", - "Severe exacerbation of symptoms and loss of functioning", - "N/A", - "Misc", - "79c81058-c0ee-430e-9153-fb9c3c2dccc7", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "7 - ساءت حالته إلى حد كبير", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته إلى حد كبير", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 7, - "FYnMWvKXosf", - "cgi-s_score|7", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|7 - Very much worse", - 1, - 447 - ], - [ - 43, - "Medication prescribed by - MH", - "", - "Coded", - 1, - "MSF", - "74c9a7c6-e64d-4f49-b8a6-f10999eb25bc", - "MSF", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3300", - "", - "MSF OCG", - "The MSF Operational Centre based in Geneva.", - "MSF-51 is MSF OCG (each section is coded, but no MSF on its own)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منظمة أطباء بلا حدو", - "TEXT", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Medication prescribed by - MH|MSF", - 1, - 448 - ], - [ - 43, - "Medication prescribed by - MH", - "", - "Coded", - 2, - "Non MSF", - "77822de2-c236-4400-96f4-ee13b9334cea", - "Non MSF", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3301", - "", - "", - "", - "Not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليس منظمة أطباء بلا حدود", - "TEXT", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Medication prescribed by - MH|Non MSF", - 1, - 449 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 1, - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-313", - "", - "Sexual violence", - "Unlawful sexual intercourse without consent of the victim.", - "Not found as an adjective alone, MSF313 for sexual violence", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "جنسي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Sexual", - 1, - 450 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 2, - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-158358", - "Physical Violence", - "", - "Not found as an adjective alone, as a diagnosis in CIEL (physical violence, or as a finding, Victim of physical violence, 167244)", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "جسدي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Physical", - 1, - 451 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 3, - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3303", - "", - "", - "", - "Not found as an adjective alone, or as a type of violence in MSF", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "لفظي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Verbal", - 1, - 452 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 4, - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3304", - "", - "", - "", - "Not found as an adjective alone, or as a type of violence in MSF", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "نفسي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Psychological", - 1, - 453 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 5, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Other", - 1, - 454 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 1, - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Physical", - 1, - 455 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 2, - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Psychological", - 1, - 456 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 3, - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Sexual", - 1, - 457 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 4, - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Verbal", - 1, - 458 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 5, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Other", - 1, - 459 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 1, - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Physical", - 1, - 460 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 2, - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Psychological", - 1, - 461 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 3, - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Sexual", - 1, - 462 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 4, - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Verbal", - 1, - 463 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 5, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Other", - 1, - 464 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 1, - "< 24 hrs", - "63a236d1-add1-49ec-88c9-8e89108a71f2", - "< 24 hrs", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3305", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من 24 ساعة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "< 24 hrs", - "rboxGBCpxP5", - "< 24 hrs", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|< 24 hrs", - 1, - 465 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 2, - "24 -72hrs", - "8d9cf61e-1f64-4f25-b202-52da17e8c634", - "24 -72hrs", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3306", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "72-24ساعة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "24 -72hrs", - "Fi67snqrRPm", - "24 -72hrs", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|24 -72hrs", - 1, - 466 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 3, - "Less than 1 month", - "0e298528-7c8c-4724-a24f-d71ee7c1ebea", - "Less than 1 month", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3307", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من شهر واحد", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Less than 1 month", - "W90N4TbsQYD", - "less_than_1_month", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Less than 1 month", - 1, - 467 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 4, - "Less than 1 year", - "b5b58ef8-1bdf-4c14-9384-afbeb848d571", - "Less than 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3308", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من سنة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Less than 1 year", - "NEIhaoKeaqc", - "less_than_1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Less than 1 year", - 1, - 468 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 5, - ">= 1 year", - "4a17e0a6-1add-49a6-9831-d8ad7c647ec9", - ">= 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3309", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "سنة او اكثر", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - ">= 1 year", - "ifUaNyIglm3", - ">= 1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|>= 1 year", - 1, - 469 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 6, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-929", - "CIEL-1067", - "unknown", - "Generic answer to question when information/data is not known.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Unknown", - "Ldq2j9ZBfMI", - "unknown", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Unknown", - 1, - 470 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 1, - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "6e02debd-31eb-4112-8566-00e520835c76", - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - 1, - 471 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 2, - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL_160656", - "Personal History of severe disease", - "", - "Diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - 1, - 472 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "35910034-cc37-4dd1-abb7-ce140b0eff2b", - "1.3 Unwanted pregnancy", - "", - "", - "", - "", - "", - "", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL -123572", - "Unwanted Pregnancy", - "The pregnancy is not wanted by one or both parents.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حمل غير مرعوب به", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.3 Unwanted pregnancy", - 1, - 473 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 4, - "1.4 History of psychiatric problems", - "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", - "1.4 History of psychiatric problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-159350", - "Personal History of Psychiatric Disorder", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المعاناة من مشاكل نفسية في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.4 History of psychiatric problems", - 1, - 474 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 5, - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "4bf7b376-9193-4ee4-a51a-445d07d2d22b", - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "N/A", - "Diagnosis", - "733c362a-89d3-4c6a-b918-f4af5725e7c7", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-145439", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - 1, - 475 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 6, - "1.6 Family member with a serious medical condition", - "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", - "1.6 Family member with a serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "MSF-918", - "", - "Close relative with medical disease", - "Relative or family member has a medical disease.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.6 Family member with a serious medical condition", - 1, - 476 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 7, - "2.1 Sexual violence within the family", - "5cccf137-2952-4c9b-b879-b4ed2a9be621", - "2.1 Sexual violence within the family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي داخل العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.1 Sexual violence within the family", - 1, - 477 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 8, - "2.2 Sexual violence outside the family", - "dbe73631-79ae-4ab9-a3c8-65d6732c8714", - "2.2 Sexual violence outside the family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي خارج العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.2 Sexual violence outside the family", - 1, - 478 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 9, - "2.3 Exposed to war", - "cf28335f-d72c-440a-afc1-bcca39b51155", - "2.3 Exposed to war", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العيش في أجواء الحرب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.3 Exposed to war", - 1, - 479 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 10, - "2.4 Incarceration/detention", - "66492df1-6d26-498a-b6c7-b10931da1642", - "2.4 Incarceration/detention", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-156761", - "Imprisonment and other incarceration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحبس/الاحتجاز", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.4 Incarceration/detention", - 1, - 480 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 11, - "2.5 Hostage/kidnapping/forced recruitment", - "8917acb0-e25d-4f9e-84bb-cae9998abf35", - "2.5 Hostage/kidnapping/forced recruitment", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاختطاف / التجنيد الإجباري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.5 Hostage/kidnapping/forced recruitment", - 1, - 481 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 12, - "2.6 Deportation", - "f279409d-71ba-41c6-8301-76ee90d239dc", - "2.6 Deportation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الترحيل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.6 Deportation", - 1, - 482 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 13, - "2.7 Domestic violence", - "e25f9ca1-0b33-4765-a8c4-5da48289bda7", - "2.7 Domestic violence", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-160658", - "History of exposure to domestic violence", - "History of abusive behaviors by one partner against another in an intimate relationship such as marriage, dating, family, or cohabitation. This includes the history of physical, sexual or emotional abuse.", - "As opposed to Domestic Violence as a diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف المنزلي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.7 Domestic violence", - 1, - 483 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 14, - "2.8 Victim of threats", - "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", - "2.8 Victim of threats", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للتهديدات", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.8 Victim of threats", - 1, - 484 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 15, - "2.9 Victim of human trafficking or smuggling", - "5958f0fd-c755-4640-80d7-5ef0f9522b2e", - "2.9 Victim of human trafficking or smuggling", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للإتجار البشري والتهريب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.9 Victim of human trafficking or smuggling", - 1, - 485 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 16, - "2.10 Witness violence/killings/threats", - "107a7f52-f95d-447f-bf1a-c801e1a0082c", - "2.10 Witness violence/killings/threats", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-922", - "", - "Direct witness of violence", - "Patient directly witnessed an act of violence.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.10 Witness violence/killings/threats", - 1, - 486 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 17, - "2.11 Forced to flee (IDP/refugee/migrant)", - "a8b0e025-a735-407b-b958-fe9b29c370e7", - "2.11 Forced to flee (IDP/refugee/migrant)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1530", - "", - "Internally Displaced Person", - "Person who have been forced to flee their home but never cross an international border", - "Also existing migrant MSF-1531 and refugee MSF-1529", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.11 Forced to flee (IDP/refugee/migrant)", - 1, - 487 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 18, - "2.12 Target of stigma/discrimination/marginalization", - "e702655a-57af-457a-a1ae-42e31f119f80", - "2.12 Target of stigma/discrimination/marginalization", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "Multiple distinct types of discrimination in CIEL, no generic. Also reused to seek treatment due to stigme as a reason for noncomliance", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للوصم / التمييز العنصري / التهميش", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.12 Target of stigma/discrimination/marginalization", - 1, - 488 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 19, - "2.13 Other violence (wounded/beaten/torture)", - "c80eb3f7-31b1-4717-a78d-0aac623fc129", - "2.13 Other violence (wounded/beaten/torture)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found - but Victim of Torture CIEL-123156", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.13 Other violence (wounded/beaten/torture)", - 1, - 489 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 20, - "2.14 Forced curfew or confinement", - "ea673f5c-5f99-4da5-9f41-92c21446de31", - "2.14 Forced curfew or confinement", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "no found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاحتجاز أو منع الحركة القسري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.14 Forced curfew or confinement", - 1, - 490 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 21, - "2.15 History of suicide attempts", - "160734e2-e5ed-44e9-b573-bdbb6e619e30", - "2.15 History of suicide attempts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-129176", - "History of Suicide attempt", - "", - "Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحار سابقة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.15 History of suicide attempts", - 1, - 491 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 22, - "2.16 History of self-harm/mutilation", - "19408a7e-e17e-4040-adec-d6aa426564ce", - "2.16 History of self-harm/mutilation", - "", - "", - "", - "", - "", - "", - "self-harm", - "", - "N/A", - "Diagnosis", - "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1391", - "", - "Self Harm", - "The act of purposely hurting oneself as an emotional coping mechanism.", - "Is listed as diagnosis, not as a precipitating event", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية نفس / تشويه للنفس في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.16 History of self-harm/mutilation", - 1, - 492 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 23, - "2.17 Family members lived a violent experience", - "5a462534-7605-4137-8d5c-503584538eb4", - "2.17 Family members lived a violent experience", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أفراد العائلة لتجربة عنيفة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.17 Family members lived a violent experience", - 1, - 493 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 24, - "2.18 Adult forced marriage ", - "a725a884-e785-4c08-b08a-386d8652faaf", - "2.18 Adult forced marriage ", - "", - "", - "", - "", - "", - "", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الزواج القسري للبالغين", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.18 Adult forced marriage ", - 1, - 494 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 25, - "2.19 Child marriage", - "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زواج الأطفال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.19 Child marriage", - 1, - 495 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 26, - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "4e3ab089-6a99-4e15-8883-3c49a150e6c6", - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "MSF-917", - "CIEL-167687", - "Close relative detained/died/missed/injured", - "Relative or family member has died, been detained, is missing, etc.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.1 Family member killed or missing (arrested / detained / disappeared) ", - 1, - 496 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 27, - "3.2 Unaccompanied minor or orphaned", - "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", - "3.2 Unaccompanied minor or orphaned", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found. 1174 CIEL, but as question 'orphan' not finding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قاصر أو يتيم من دون مرافق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.2 Unaccompanied minor or orphaned", - 1, - 497 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 28, - "3.3 Negligence of caretakers", - "f2be320d-7757-4525-bcb0-6005368982d7", - "3.3 Negligence of caretakers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1424", - "", - "Victim of Neglect", - "The person has been deprived of the care necessary to maintain their physical or mental health.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهمال مقدمي الرعاية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.3 Negligence of caretakers", - 1, - 498 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 29, - "3.4 Property destroyed or lost", - "979b6137-2d14-412d-8e07-d3f2a1743deb", - "3.4 Property destroyed or lost", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1544", - "", - "House / Property destroyed", - "Specific agregated concept for the Mental Health database as part of the list of stressors", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دمار الممتلكات أو فقدانها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.4 Property destroyed or lost", - 1, - 499 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 30, - "3.5 Loss of income", - "c88d3256-f445-4eee-8aac-c31542386f23", - "3.5 Loss of income", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان مصدر الدخل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.5 Loss of income", - 1, - 500 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 31, - "3.6 Death of family member (natural or accidental death)", - "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", - "3.6 Death of family member (natural or accidental death)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found - CIEL 167687 - loss of a relative, but description also includes detailed missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.6 Death of family member (natural or accidental death)", - 1, - 501 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 32, - "3.7 Relationship problems", - "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", - "3.7 Relationship problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-113353", - "Relationship problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل عاطفية مع الشريك/ة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.7 Relationship problems", - 1, - 502 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 33, - "3.8 Divorce/separation", - "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", - "3.8 Divorce/separation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-163007", - "Divorced/separated→Previously married but now not with living spouse[en]", - "Either divorced or separated but not widowed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطلاق / الانفصال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.8 Divorce/separation", - 1, - 503 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 34, - "3.9 Migration due to financial reasons", - "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", - "3.9 Migration due to financial reasons", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found , only MSF1531 Migrant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهجرة لأسباب اقتصادية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.9 Migration due to financial reasons", - 1, - 504 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 35, - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - 1, - 505 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 36, - "4.2 Road accident", - "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", - "4.2 Road accident", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2985", - "", - "Trauma Accidental Traffic (TAT)", - "", - "I am unsure if this MSF is a good match, also CIEL - Traffic accident 119964, or CIEL-86, Accident motor vehicle", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حادث سير", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|4.2 Road accident", - 1, - 506 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 37, - "5.1 Financial problems", - "e6957cdb-3694-4ab6-b98b-2031c02b4460", - "5.1 Financial problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1543", - "", - "Extreme poverty / financial crisis", - "Specific agregated concept for the Mental Health database as part of the list of stressors", - "Maybe too strong", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل مالية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.1 Financial problems", - 1, - 507 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 38, - "5.2 Difficult living conditions", - "cd22a8af-1506-47af-9d1b-325c31c230a8", - "5.2 Difficult living conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبة الوضع المعيشي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.2 Difficult living conditions", - 1, - 508 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 39, - "5.3 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "5.3 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حدد", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.3 Other", - 1, - 509 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 1, - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "6e02debd-31eb-4112-8566-00e520835c76", - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - 1, - 510 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 2, - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - 1, - 511 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "35910034-cc37-4dd1-abb7-ce140b0eff2b", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حمل غير مرعوب به", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.3 Unwanted pregnancy", - 1, - 512 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 4, - "1.4 History of psychiatric problems", - "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", - "1.4 History of psychiatric problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المعاناة من مشاكل نفسية في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.4 History of psychiatric problems", - 1, - 513 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 5, - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "4bf7b376-9193-4ee4-a51a-445d07d2d22b", - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "N/A", - "Diagnosis", - "733c362a-89d3-4c6a-b918-f4af5725e7c7", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - 1, - 514 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 6, - "1.6 Family member with a serious medical condition", - "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", - "1.6 Family member with a serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.6 Family member with a serious medical condition", - 1, - 515 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 1, - "2.1 Sexual violence within the family", - "5cccf137-2952-4c9b-b879-b4ed2a9be621", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي داخل العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.1 Sexual violence within the family", - 1, - 516 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 2, - "2.2 Sexual violence outside the family", - "dbe73631-79ae-4ab9-a3c8-65d6732c8714", - "2.2 Sexual violence outside the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي خارج العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.2 Sexual violence outside the family", - 1, - 517 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 3, - "2.3 Exposed to war", - "cf28335f-d72c-440a-afc1-bcca39b51155", - "2.3 Exposed to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العيش في أجواء الحرب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.3 Exposed to war", - 1, - 518 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 4, - "2.4 Incarceration/detention", - "66492df1-6d26-498a-b6c7-b10931da1642", - "2.4 Incarceration/detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحبس/الاحتجاز", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.4 Incarceration/detention", - 1, - 519 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 5, - "2.5 Hostage/kidnapping/forced recruitment", - "8917acb0-e25d-4f9e-84bb-cae9998abf35", - "2.5 Hostage/kidnapping/forced recruitment", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاختطاف / التجنيد الإجباري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.5 Hostage/kidnapping/forced recruitment", - 1, - 520 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 6, - "2.6 Deportation", - "f279409d-71ba-41c6-8301-76ee90d239dc", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الترحيل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.6 Deportation", - 1, - 521 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 7, - "2.7 Domestic violence", - "e25f9ca1-0b33-4765-a8c4-5da48289bda7", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف المنزلي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.7 Domestic violence", - 1, - 522 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 8, - "2.8 Victim of threats", - "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", - "2.8 Victim of threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للتهديدات", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.8 Victim of threats", - 1, - 523 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 9, - "2.9 Victim of human trafficking or smuggling", - "5958f0fd-c755-4640-80d7-5ef0f9522b2e", - "2.9 Victim of human trafficking or smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للإتجار البشري والتهريب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.9 Victim of human trafficking or smuggling", - 1, - 524 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 10, - "2.10 Witness violence/killings/threats", - "107a7f52-f95d-447f-bf1a-c801e1a0082c", - "2.10 Witness violence/killings/threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.10 Witness violence/killings/threats", - 1, - 525 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 11, - "2.11 Forced to flee (IDP/refugee/migrant)", - "a8b0e025-a735-407b-b958-fe9b29c370e7", - "2.11 Forced to flee (IDP/refugee/migrant)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.11 Forced to flee (IDP/refugee/migrant)", - 1, - 526 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 12, - "2.12 Target of stigma/discrimination/marginalization", - "e702655a-57af-457a-a1ae-42e31f119f80", - "2.12 Target of stigma/discrimination/marginalization", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للوصم / التمييز العنصري / التهميش", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.12 Target of stigma/discrimination/marginalization", - 1, - 527 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 13, - "2.13 Other violence (wounded/beaten/torture)", - "c80eb3f7-31b1-4717-a78d-0aac623fc129", - "2.13 Other violence (wounded/beaten/torture)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.13 Other violence (wounded/beaten/torture)", - 1, - 528 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 14, - "2.14 Forced curfew or confinement", - "ea673f5c-5f99-4da5-9f41-92c21446de31", - "2.14 Forced curfew or confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاحتجاز أو منع الحركة القسري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.14 Forced curfew or confinement", - 1, - 529 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 15, - "2.15 History of suicide attempts", - "160734e2-e5ed-44e9-b573-bdbb6e619e30", - "2.15 History of suicide attempts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحار سابقة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.15 History of suicide attempts", - 1, - 530 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 16, - "2.16 History of self-harm/mutilation", - "19408a7e-e17e-4040-adec-d6aa426564ce", - "2.16 History of self-harm/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - "self-harm", - " ", - "N/A", - "Diagnosis", - "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية نفس / تشويه للنفس في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.16 History of self-harm/mutilation", - 1, - 531 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 17, - "2.17 Family members lived a violent experience", - "5a462534-7605-4137-8d5c-503584538eb4", - "2.17 Family members lived a violent experience", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أفراد العائلة لتجربة عنيفة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.17 Family members lived a violent experience", - 1, - 532 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 18, - "2.18 Adult forced marriage ", - "a725a884-e785-4c08-b08a-386d8652faaf", - "2.18 Adult forced marriage ", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الزواج القسري للبالغين", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.18 Adult forced marriage ", - 1, - 533 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 19, - "2.19 Child marriage", - "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زواج الأطفال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.19 Child marriage", - 1, - 534 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 1, - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "4e3ab089-6a99-4e15-8883-3c49a150e6c6", - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.1 Family member killed or missing (arrested / detained / disappeared) ", - 1, - 535 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 2, - "3.2 Unaccompanied minor or orphaned", - "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", - "3.2 Unaccompanied minor or orphaned", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قاصر أو يتيم من دون مرافق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.2 Unaccompanied minor or orphaned", - 1, - 536 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 3, - "3.3 Negligence of caretakers", - "f2be320d-7757-4525-bcb0-6005368982d7", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهمال مقدمي الرعاية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.3 Negligence of caretakers", - 1, - 537 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 4, - "3.4 Property destroyed or lost", - "979b6137-2d14-412d-8e07-d3f2a1743deb", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دمار الممتلكات أو فقدانها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.4 Property destroyed or lost", - 1, - 538 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 5, - "3.5 Loss of income", - "c88d3256-f445-4eee-8aac-c31542386f23", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان مصدر الدخل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.5 Loss of income", - 1, - 539 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 6, - "3.6 Death of family member (natural or accidental death)", - "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", - "3.6 Death of family member (natural or accidental death)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.6 Death of family member (natural or accidental death)", - 1, - 540 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 7, - "3.7 Relationship problems", - "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل عاطفية مع الشريك/ة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.7 Relationship problems", - 1, - 541 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 8, - "3.8 Divorce/separation", - "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", - "3.8 Divorce/separation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطلاق / الانفصال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.8 Divorce/separation", - 1, - 542 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 9, - "3.9 Migration due to financial reasons", - "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهجرة لأسباب اقتصادية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.9 Migration due to financial reasons", - 1, - 543 - ], - [ - 52, - "Past / Precipitating Events - Disaster", - "", - "Coded", - 1, - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Disaster|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - 1, - 544 - ], - [ - 52, - "Past / Precipitating Events - Disaster", - "", - "Coded", - 2, - "4.2 Road accident", - "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", - "4.2 Road accident", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حادث سير", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Disaster|4.2 Road accident", - 1, - 545 - ], - [ - 53, - "Past / Precipitating Events - Other", - "", - "Coded", - 1, - "5.1 Financial problems", - "e6957cdb-3694-4ab6-b98b-2031c02b4460", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل مالية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.1 Financial problems", - 1, - 546 - ], - [ - 53, - "Past / Precipitating Events - Other", - "", - "Coded", - 2, - "5.2 Difficult living conditions", - "cd22a8af-1506-47af-9d1b-325c31c230a8", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبة الوضع المعيشي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.2 Difficult living conditions", - 1, - 547 - ], - [ - 53, - "Past / Precipitating Events - Other", - "", - "Coded", - 3, - "5.3 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "5.3 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حدد", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.3 Other", - 1, - 548 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 1, - "1.1 Highly stigmatizing diseases", - "", - "1.1 Highly stigmatizing diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.1 Highly stigmatizing diseases", - 1, - 549 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 2, - "1.2 Severe medical condition", - "", - "1.2 Severe medical condition", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.2 Severe medical condition", - 1, - 550 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.3 Unwanted pregnancy", - 1, - 551 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 4, - "1.4 History of psychological or psychiatric problem", - "", - "1.4 History of psychological or psychiatric problem", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.4 History of psychological or psychiatric problem", - 1, - 552 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 5, - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000603", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "3cd50188-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - 1, - 553 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 6, - "1.6 Family member with serious medical condition", - "", - "1.6 Family member with serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.6 Family member with serious medical condition", - 1, - 554 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 7, - "2.1 Sexual violence within the family", - "", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.1 Sexual violence within the family", - 1, - 555 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 8, - "2.10 Witnessed violence / killing / threats", - "", - "2.10 Witnessed violence / killing / threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.10 Witnessed violence / killing / threats", - 1, - 556 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 9, - "2.11 Forced to flee / IDP / refugee / migration", - "", - "2.11 Forced to flee / IDP / refugee / migration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.11 Forced to flee / IDP / refugee / migration", - 1, - 557 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 10, - "2.12 Target of social stigma / Marginalisation and discrimination", - "", - "2.12 Target of social stigma / Marginalisation and discrimination", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.12 Target of social stigma / Marginalisation and discrimination", - 1, - 558 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 11, - "2.13 Other physical violence (wounded, beaten, tortured)", - "", - "2.13 Other physical violence (wounded, beaten, tortured)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.13 Other physical violence (wounded, beaten, tortured)", - 1, - 559 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 12, - "2.14 Forced curfew and confinement", - "", - "2.14 Forced curfew and confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.14 Forced curfew and confinement", - 1, - 560 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 13, - "2.15 Suicide/suicide attempt", - "", - "2.15 Suicide/suicide attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Suicide", - "The act of killing oneself.", - "N/A", - "Diagnosis", - "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.15 Suicide/suicide attempt", - 1, - 561 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 14, - "2.16 Self harming/mutilation", - "", - "2.16 Self harming/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.16 Self harming/mutilation", - 1, - 562 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 15, - "2.17 Family member experienced an act of violence", - "", - "2.17 Family member experienced an act of violence", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.17 Family member experienced an act of violence", - 1, - 563 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 16, - "2.18 Adult forced marriage", - "", - "2.18 Adult forced marriage", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.18 Adult forced marriage", - 1, - 564 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 17, - "2.19 Child marriage", - "", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.19 Child marriage", - 1, - 565 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 18, - "2.2 Sexual violence outside family", - "", - "2.2 Sexual violence outside family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.2 Sexual violence outside family", - 1, - 566 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 19, - "2.3 Combat experience / Exposure to war", - "", - "2.3 Combat experience / Exposure to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.3 Combat experience / Exposure to war", - 1, - 567 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 20, - "2.4 Incarceration / Detention", - "", - "2.4 Incarceration / Detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.4 Incarceration / Detention", - 1, - 568 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 21, - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - 1, - 569 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 22, - "2.6 Deportation", - "", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.6 Deportation", - 1, - 570 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 23, - "2.7 Domestic violence", - "", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.7 Domestic violence", - 1, - 571 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 24, - "2.8 Received threats", - "", - "2.8 Received threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.8 Received threats", - 1, - 572 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 25, - "2.9 Victim of human trafficking / smuggling", - "", - "2.9 Victim of human trafficking / smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.9 Victim of human trafficking / smuggling", - 1, - 573 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 26, - "3.1 Family member(s) killed / missing", - "", - "3.1 Family member(s) killed / missing", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.1 Family member(s) killed / missing", - 1, - 574 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 27, - "3.2 Unaccompanied minor / orphan", - "", - "3.2 Unaccompanied minor / orphan", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.2 Unaccompanied minor / orphan", - 1, - 575 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 28, - "3.3 Negligence of caretakers", - "", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.3 Negligence of caretakers", - 1, - 576 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 29, - "3.4 Property destroyed or lost", - "", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.4 Property destroyed or lost", - 1, - 577 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 30, - "3.5 Loss of income", - "", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.5 Loss of income", - 1, - 578 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 31, - "3.6 Family member died (natural death or accident)", - "", - "3.6 Family member died (natural death or accident)", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.6 Family member died (natural death or accident)", - 1, - 579 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 32, - "3.7 Relationship problems", - "", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.7 Relationship problems", - 1, - 580 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 33, - "3.8 Divorce / Separation", - "", - "3.8 Divorce / Separation", - " ", - " ", - " ", - " ", - " ", - " ", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.8 Divorce / Separation", - 1, - 581 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 34, - "3.9 Migration due to financial reasons", - "", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.9 Migration due to financial reasons", - 1, - 582 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 35, - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - 1, - 583 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 36, - "4.2 Road accidents", - "", - "4.2 Road accidents", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|4.2 Road accidents", - 1, - 584 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 37, - "5.1 Financial problems", - "", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.1 Financial problems", - 1, - 585 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 38, - "5.2 Difficult living conditions", - "", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.2 Difficult living conditions", - 1, - 586 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 39, - "5.3 Other, specify", - "", - "5.3 Other, specify", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.3 Other, specify", - 1, - 587 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 1, - "1.1 Highly stigmatizing diseases", - "", - "1.1 Highly stigmatizing diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.1 Highly stigmatizing diseases", - 1, - 588 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 2, - "1.2 Severe medical condition", - "", - "1.2 Severe medical condition", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.2 Severe medical condition", - 1, - 589 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.3 Unwanted pregnancy", - 1, - 590 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 4, - "1.4 History of psychological or psychiatric problem", - "", - "1.4 History of psychological or psychiatric problem", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.4 History of psychological or psychiatric problem", - 1, - 591 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 5, - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000603", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "3cd50188-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - 1, - 592 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 6, - "1.6 Family member with serious medical condition", - "", - "1.6 Family member with serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.6 Family member with serious medical condition", - 1, - 593 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 7, - "2.1 Sexual violence within the family", - "", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.1 Sexual violence within the family", - 1, - 594 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 8, - "2.10 Witnessed violence / killing / threats", - "", - "2.10 Witnessed violence / killing / threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.10 Witnessed violence / killing / threats", - 1, - 595 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 9, - "2.11 Forced to flee / IDP / refugee / migration", - "", - "2.11 Forced to flee / IDP / refugee / migration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.11 Forced to flee / IDP / refugee / migration", - 1, - 596 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 10, - "2.12 Target of social stigma / Marginalisation and discrimination", - "", - "2.12 Target of social stigma / Marginalisation and discrimination", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.12 Target of social stigma / Marginalisation and discrimination", - 1, - 597 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 11, - "2.13 Other physical violence (wounded, beaten, tortured)", - "", - "2.13 Other physical violence (wounded, beaten, tortured)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.13 Other physical violence (wounded, beaten, tortured)", - 1, - 598 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 12, - "2.14 Forced curfew and confinement", - "", - "2.14 Forced curfew and confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.14 Forced curfew and confinement", - 1, - 599 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 13, - "2.15 Suicide/suicide attempt", - "", - "2.15 Suicide/suicide attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Suicide", - "The act of killing oneself.", - "N/A", - "Diagnosis", - "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.15 Suicide/suicide attempt", - 1, - 600 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 14, - "2.16 Self harming/mutilation", - "", - "2.16 Self harming/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.16 Self harming/mutilation", - 1, - 601 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 15, - "2.17 Family member experienced an act of violence", - "", - "2.17 Family member experienced an act of violence", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.17 Family member experienced an act of violence", - 1, - 602 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 16, - "2.18 Adult forced marriage", - "", - "2.18 Adult forced marriage", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.18 Adult forced marriage", - 1, - 603 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 17, - "2.19 Child marriage", - "", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.19 Child marriage", - 1, - 604 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 18, - "2.2 Sexual violence outside family", - "", - "2.2 Sexual violence outside family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.2 Sexual violence outside family", - 1, - 605 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 19, - "2.3 Combat experience / Exposure to war", - "", - "2.3 Combat experience / Exposure to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.3 Combat experience / Exposure to war", - 1, - 606 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 20, - "2.4 Incarceration / Detention", - "", - "2.4 Incarceration / Detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.4 Incarceration / Detention", - 1, - 607 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 21, - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - 1, - 608 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 22, - "2.6 Deportation", - "", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.6 Deportation", - 1, - 609 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 23, - "2.7 Domestic violence", - "", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.7 Domestic violence", - 1, - 610 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 24, - "2.8 Received threats", - "", - "2.8 Received threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.8 Received threats", - 1, - 611 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 25, - "2.9 Victim of human trafficking / smuggling", - "", - "2.9 Victim of human trafficking / smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.9 Victim of human trafficking / smuggling", - 1, - 612 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 26, - "3.1 Family member(s) killed / missing", - "", - "3.1 Family member(s) killed / missing", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.1 Family member(s) killed / missing", - 1, - 613 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 27, - "3.2 Unaccompanied minor / orphan", - "", - "3.2 Unaccompanied minor / orphan", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.2 Unaccompanied minor / orphan", - 1, - 614 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 28, - "3.3 Negligence of caretakers", - "", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.3 Negligence of caretakers", - 1, - 615 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 29, - "3.4 Property destroyed or lost", - "", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.4 Property destroyed or lost", - 1, - 616 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 30, - "3.5 Loss of income", - "", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.5 Loss of income", - 1, - 617 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 31, - "3.6 Family member died (natural death or accident)", - "", - "3.6 Family member died (natural death or accident)", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.6 Family member died (natural death or accident)", - 1, - 618 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 32, - "3.7 Relationship problems", - "", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.7 Relationship problems", - 1, - 619 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 33, - "3.8 Divorce / Separation", - "", - "3.8 Divorce / Separation", - " ", - " ", - " ", - " ", - " ", - " ", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.8 Divorce / Separation", - 1, - 620 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 34, - "3.9 Migration due to financial reasons", - "", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.9 Migration due to financial reasons", - 1, - 621 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 35, - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - 1, - 622 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 36, - "4.2 Road accidents", - "", - "4.2 Road accidents", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|4.2 Road accidents", - 1, - 623 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 37, - "5.1 Financial problems", - "", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.1 Financial problems", - 1, - 624 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 38, - "5.2 Difficult living conditions", - "", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.2 Difficult living conditions", - 1, - 625 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 39, - "5.3 Other, specify", - "", - "5.3 Other, specify", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.3 Other, specify", - 1, - 626 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 1, - "1. Medical Conditions", - "", - "1. Medical Conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحالات الطبية", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "1. Medical Conditions", - "EdVWOgMdfNc", - "1_medical_conditions", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|1. Medical Conditions", - 1, - 627 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 2, - "2. Violence", - "", - "2. Violence", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "2. Violence", - "od6MVdk4TOT", - "2_violence", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|2. Violence", - 1, - 628 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 3, - "3. Separation or Loss", - "", - "3. Separation or Loss", - "", - "", - "", - "", - "", - "", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانفصال او الفقد", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "3. Separation or Loss", - "Mc24Je2EJ4Q", - "3_separation_or_loss", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|3. Separation or Loss", - 1, - 629 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 4, - "4. Disaster", - "", - "4. Disaster", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكوارث", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "4. Disaster", - "iHgeTnhykW6", - "4_disaster", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|4. Disaster", - 1, - 630 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 5, - "5. Other", - "", - "5. Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "5. Other", - "vITRvVrsOKr", - "5_other", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|5. Other", - 1, - 631 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 1, - "Medical care (MSF, MoH, NGO)", - "5f121c90-eca2-4af4-bc2f-49ad1a50ff2e", - "Medical care (MSF, MoH, NGO)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1003", - "", - "General Medical Care", - "Health service providing general medical primary health care", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "العناية الطبية (منظمة أطباء بلا حدود، أو وزارة الصحة، أو منظمة غير حكومية)", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Medical attention (MSF, MoH, NGO)", - "BDhNTdJWTFA", - "medical_attention_msf_moh_ngo", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Medical care (MSF, MoH, NGO)", - 1, - 632 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 2, - "MSF psychiatric services", - "485939c5-1e77-4495-b5e1-77fb2abbcfd7", - "MSF psychiatric services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الصحة النفسية لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "MSF psychiatric services", - "x2caKDwJiQT", - "psychiatric_care", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|MSF psychiatric services", - 1, - 633 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 3, - "Non-MSF psychiatrist services", - "489b042d-5ed4-436f-944c-27b7f31bef3f", - "Non-MSF psychiatrist services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الصحة النفسية من غير منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Non-MSF psychiatrist services", - "OdNA1Ql2kCX", - "non_msf_psychiatrist", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Non-MSF psychiatrist services", - 1, - 634 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 4, - "Social services", - "978fa5d2-e6c4-4b2a-a293-73c098de0af6", - "Social services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-5486", - "Social Support Services", - "", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الخدمات الاجتماعية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Social services", - "ShYuCnlXhfi", - "msf_social_worker", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Social services", - 1, - 635 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 5, - "Legal services", - "8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445", - "Legal services", - "Legal services", - "Representation or advice provided by a qualified legal practitioner for a client.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001406", - 95, - "Legal services", - "", - "N/A", - "Misc", - "6fc6b318-01b3-4322-a661-80b4a408fcfd", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1006", - "", - "legal Services", - "Representation or advice provided by a qualified legal practitioner for a client.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الخدمات القانونية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Legal services", - "K2opinEAoOm", - "legal_services", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Legal services", - 1, - 636 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 6, - "Protection services", - "eff27d0b-d485-4983-814f-febbc4fe185a", - "Protection services", - "Protection services", - "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001407", - 95, - "Protection services", - "", - "N/A", - "Misc", - "a307f884-9ee8-4d3f-b8f7-923870c053c0", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1007", - "", - "Protection Services", - "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الحماية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Protection services", - "bsyZzHUInhX", - "protection_services", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Protection services", - 1, - 637 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 7, - "Hospitalisation", - "6b8fca2d-0147-4dd8-a8f5-3b813152b952", - "Hospitalisation", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-46", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الارسال الى المستشفى", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Hospitalisation", - "wivtq78V9eS", - "hospitalisation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Hospitalisation", - 1, - 638 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 8, - "CHW", - "9bcbf231-c6ca-41c4-b247-bc4bced260c3", - "CHW", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "عاملو صحة مجتمع", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "CHW", - "WwdmMnGtj4o", - "chw", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|CHW", - 1, - 639 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 9, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Other", - "nufb9yUQCNJ", - "other", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Other", - 1, - 640 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 1, - "None", - "", - "None", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "MSF-1630", - "", - "none", - "Generic descriptive answer.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|None", - 1, - 641 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 2, - "Amitriptyline tab", - "", - "Amitriptyline tab", - "", - "", - "", - "", - "", - "", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-931", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Amitriptyline tab", - 1, - 642 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 3, - "Biperiden tab", - "", - "Biperiden tab", - "", - "", - "", - "", - "", - "", - "Biperiden", - "", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-72217", - "Biperiden", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Biperiden tab", - 1, - 643 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 4, - "Carbamazepine tab", - "", - "Carbamazepine tab", - "", - "", - "", - "", - "", - "", - "Carbamazepine", - "", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-72282", - "Carbamazepine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Carbamazepine tab", - 1, - 644 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 5, - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - "", - "", - "", - "", - "", - "", - "Chlorpromazine", - "", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-73330", - "Chlorpromazine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Chlorpromazine tab", - 1, - 645 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 6, - "Diazepam tab", - "", - "Diazepam tab", - "", - "", - "", - "", - "", - "", - "Diazepam", - "", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-74745", - "Diazepam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Diazepam tab", - 1, - 646 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 7, - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - "", - "", - "", - "", - "", - "", - "Diphenhydramine", - "", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-75015", - "Diphenhydramine ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Diphenhydramine tab", - 1, - 647 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 8, - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - "", - "", - "", - "", - "", - "", - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-76553", - "Fluoxetine hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Fluoxetine hydrochloride capsule", - 1, - 648 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 9, - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - "", - "", - "", - "", - "", - "", - "Fluphenazine", - "", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-76556", - "Flupenthixol decanoate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Fluphenazine decanoate amp", - 1, - 649 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 10, - "Haloperidol tab", - "", - "Haloperidol tab", - "", - "", - "", - "", - "", - "", - "Haloperidol", - "", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-77335", - "Haloperidol", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Haloperidol tab", - 1, - 650 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 11, - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - "", - "", - "", - "", - "", - "", - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-77336", - "Haloperidol decanoate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Haloperidol decanoate amp", - 1, - 651 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 12, - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - "", - "", - "", - "", - "", - "", - "Hydroxyzine", - "", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Hydroxyzine dihydrochloride tab", - 1, - 652 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 13, - "Olanzapine tab", - "", - "Olanzapine tab", - "", - "", - "", - "", - "", - "", - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-81025", - "Olanzapine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Olanzapine tab", - 1, - 653 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 14, - "Paroxetine tab", - "", - "Paroxetine tab", - "", - "", - "", - "", - "", - "", - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-81604", - "Paroxetine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Paroxetine tab", - 1, - 654 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 15, - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - "", - "", - "", - "", - "", - "", - "Promethazine hydrochloride", - "", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-82670", - "Promethazine hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Promethazine hydrochloride tab", - 1, - 655 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 16, - "Risperidone tab", - "", - "Risperidone tab", - "", - "", - "", - "", - "", - "", - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-83405", - "Risperidone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Risperidone tab", - 1, - 656 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 17, - "Sertraline tab", - "", - "Sertraline tab", - "", - "", - "", - "", - "", - "", - "Sertraline", - "", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-83865", - "Sertraline", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Sertraline tab", - 1, - 657 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 18, - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - "", - "", - "", - "", - "", - "", - "Trihexyphenidyl hydrochloride", - "", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-85464", - "Trihexyphenidyl hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Trihexyphenidyl hydrochloride tab", - 1, - 658 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 19, - "Valproate sodium tab", - "", - "Valproate sodium tab", - "", - "", - "", - "", - "", - "", - "Valproate", - "", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-84114", - "Valproate sodium", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Valproate sodium tab", - 1, - 659 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 20, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Other", - 1, - 660 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 1, - "None", - "", - "None", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|None", - 1, - 661 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 2, - "Amitriptyline tab", - "", - "Amitriptyline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Amitriptyline tab", - 1, - 662 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 3, - "Biperiden tab", - "", - "Biperiden tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Biperiden", - " ", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Biperiden tab", - 1, - 663 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 4, - "Carbamazepine tab", - "", - "Carbamazepine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Carbamazepine", - " ", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Carbamazepine tab", - 1, - 664 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 5, - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Chlorpromazine", - " ", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Chlorpromazine tab", - 1, - 665 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 6, - "Diazepam tab", - "", - "Diazepam tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diazepam", - " ", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Diazepam tab", - 1, - 666 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 7, - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diphenhydramine", - " ", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Diphenhydramine tab", - 1, - 667 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 8, - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluoxetine hydrochloride", - " ", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Fluoxetine hydrochloride capsule", - 1, - 668 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 9, - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluphenazine", - " ", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Fluphenazine decanoate amp", - 1, - 669 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 10, - "Haloperidol tab", - "", - "Haloperidol tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol", - " ", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Haloperidol tab", - 1, - 670 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 11, - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol decanoate", - " ", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Haloperidol decanoate amp", - 1, - 671 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 12, - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Hydroxyzine", - " ", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Hydroxyzine dihydrochloride tab", - 1, - 672 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 13, - "Olanzapine tab", - "", - "Olanzapine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Olanzapine", - " ", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Olanzapine tab", - 1, - 673 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 14, - "Paroxetine tab", - "", - "Paroxetine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Paroxetine", - " ", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Paroxetine tab", - 1, - 674 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 15, - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Promethazine hydrochloride", - " ", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Promethazine hydrochloride tab", - 1, - 675 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 16, - "Risperidone tab", - "", - "Risperidone tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Risperidone", - " ", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Risperidone tab", - 1, - 676 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 17, - "Sertraline tab", - "", - "Sertraline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Sertraline", - " ", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Sertraline tab", - 1, - 677 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 18, - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Trihexyphenidyl hydrochloride", - " ", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Trihexyphenidyl hydrochloride tab", - 1, - 678 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 19, - "Valproate sodium tab", - "", - "Valproate sodium tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Valproate", - " ", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Valproate sodium tab", - 1, - 679 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 20, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Other", - 1, - 680 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 1, - "None", - "", - "None", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|None", - 1, - 681 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 2, - "Amitriptyline tab", - "", - "Amitriptyline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Amitriptyline tab", - 1, - 682 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 3, - "Biperiden tab", - "", - "Biperiden tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Biperiden", - " ", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Biperiden tab", - 1, - 683 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 4, - "Carbamazepine tab", - "", - "Carbamazepine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Carbamazepine", - " ", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Carbamazepine tab", - 1, - 684 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 5, - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Chlorpromazine", - " ", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Chlorpromazine tab", - 1, - 685 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 6, - "Diazepam tab", - "", - "Diazepam tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diazepam", - " ", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Diazepam tab", - 1, - 686 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 7, - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diphenhydramine", - " ", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Diphenhydramine tab", - 1, - 687 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 8, - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluoxetine hydrochloride", - " ", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Fluoxetine hydrochloride capsule", - 1, - 688 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 9, - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluphenazine", - " ", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Fluphenazine decanoate amp", - 1, - 689 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 10, - "Haloperidol tab", - "", - "Haloperidol tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol", - " ", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Haloperidol tab", - 1, - 690 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 11, - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol decanoate", - " ", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Haloperidol decanoate amp", - 1, - 691 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 12, - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Hydroxyzine", - " ", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Hydroxyzine dihydrochloride tab", - 1, - 692 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 13, - "Olanzapine tab", - "", - "Olanzapine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Olanzapine", - " ", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Olanzapine tab", - 1, - 693 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 14, - "Paroxetine tab", - "", - "Paroxetine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Paroxetine", - " ", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Paroxetine tab", - 1, - 694 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 15, - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Promethazine hydrochloride", - " ", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Promethazine hydrochloride tab", - 1, - 695 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 16, - "Risperidone tab", - "", - "Risperidone tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Risperidone", - " ", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Risperidone tab", - 1, - 696 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 17, - "Sertraline tab", - "", - "Sertraline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Sertraline", - " ", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Sertraline tab", - 1, - 697 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 18, - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Trihexyphenidyl hydrochloride", - " ", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Trihexyphenidyl hydrochloride tab", - 1, - 698 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 19, - "Valproate sodium tab", - "", - "Valproate sodium tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Valproate", - " ", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Valproate sodium tab", - 1, - 699 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 20, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Other", - 1, - 700 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 1, - "Patient forgot about session", - "", - "Patient forgot about session", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "(see Ciel)", - "CIEL-162192", - "Patient Fogot to attend appointment", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض نسي الجلسة", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient forgot about session", - "K10sA9MeyuB", - "patient_forgot_about_session", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient forgot about session", - 1, - 701 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 2, - "No transportation / unable to attend", - "", - "No transportation / unable to attend", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا وسائل مواصلات / لم يستطع المجيء", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "No transportation / unable to attend", - "a9jCSQB7xkU", - "no_transportation_unable_to_attend", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|No transportation / unable to attend", - 1, - 702 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 3, - "Patient unreachable", - "", - "Patient unreachable", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن الوصول إلى المريض", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient unreachable", - "A1myk0SonK2", - "patient_unreachable", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient unreachable", - 1, - 703 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 4, - "Patient no longer wants services", - "", - "Patient no longer wants services", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض لم يعد يرغب بتلقي الخدمة", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient no longer wants services", - "DfTWJKP67rN", - "patient_no_longer_wants_services", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient no longer wants services", - 1, - 704 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 5, - "Patient was busy", - "", - "Patient was busy", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض كان مشغولاً", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient was busy", - "jtKK82mthKK", - "patient_was_busy", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient was busy", - 1, - 705 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 6, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Other", - "tkqMcbSlYzz", - "other", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Other", - 1, - 706 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 1, - "Discharge with the patient’s agreement: end of care", - "", - "Discharge with the patient’s agreement: end of care", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: نهاية الرعاية.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "1. Discharge with the patient’s agreement: end of care", - "dLPq55MxBwB", - 1, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: end of care", - 1, - 707 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 2, - "Discharge with the patient’s agreement: single consultation", - "", - "Discharge with the patient’s agreement: single consultation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: استشارة واحدة.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "2. Discharge with the patient’s agreement: single consultation", - "brp4CVnY3jG", - 2, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: single consultation", - 1, - 708 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 3, - "Discharge with the patient’s agreement: patient moved", - "", - "Discharge with the patient’s agreement: patient moved", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: المريض انتقل الى موقع اخر.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "3. Discharge with the patient’s agreement: patient moved", - "YeMJpC1WFDD", - 3, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: patient moved", - 1, - 709 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 4, - "Discharge with the patient’s agreement: patient referred", - "", - "Discharge with the patient’s agreement: patient referred", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: تمت إحالة المريض.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "4. Discharge with the patient’s agreement: patient referred", - "QO22EMZRSNa", - 4, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: patient referred", - 1, - 710 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 5, - "Patient cannot access the service: MSF is no longer", - "", - "Patient cannot access the service: MSF is no longer", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: أطباء بلا حدود لم تعد بالمنطقة.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "5. Patient cannot access the service: MSF is no longer there", - "dr4ZmvSaUB9", - 5, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: MSF is no longer", - 1, - 711 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 6, - "Patient cannot access the service: transport issues", - "", - "Patient cannot access the service: transport issues", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: مشاكل النقل.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "6. Patient cannot access the service: transport issues", - "deCWsA6Ui5b", - 6, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: transport issues", - 1, - 712 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 7, - "Patient cannot access the service: arrested/kidnaped", - "", - "Patient cannot access the service: arrested/kidnaped", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: موقوف / مخطوف.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "7. Patient cannot access the service: arrested/kidnaped", - "nhyIbBRYaWX", - 7, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: arrested/kidnaped", - 1, - 713 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 8, - "Lost to follow up: unable to trace", - "", - "Lost to follow up: unable to trace", - "Lost to follow up", - "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", - "N/A", - "Finding", - "d305b208-354f-4bb7-b35a-df4f8d92c256", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف المتابعة: لا يمكن تتبع المريض.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "8. Lost to follow up: unable to trace", - "P78sA75FJ2i", - 8, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Lost to follow up: unable to trace", - 1, - 714 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 9, - "Lost to follow up: dissatisfied/different expectations", - "", - "Lost to follow up: dissatisfied/different expectations", - "Lost to follow up", - "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", - "N/A", - "Finding", - "d305b208-354f-4bb7-b35a-df4f8d92c256", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف المتابعة: المريض لم يكن راضياً على الخدمة / توقعات لم تتم تلبيتها.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "9. Lost to follow up: dissatisfied/different expectations", - "hiYHmyIYvrN", - 9, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Lost to follow up: dissatisfied/different expectations", - 1, - 715 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 10, - "Deceased/missing", - "", - "Deceased/missing", - "Deceased", - "The person died.", - "N/A", - "Finding", - "dc1c7ac9-d9c3-4887-bc22-827c2db7689f", - 90, - "Deceased", - "Patient died.", - "N/A", - "Diagnosis", - "159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "Deceased", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "متوفى / مفقود.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "10. Deceased/missing", - "nyQCSDpS4zc", - 10, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Deceased/missing", - 1, - 716 - ], - [ - 63, - "Goals final status", - "", - "Coded", - 1, - "Achieved", - "", - "Achieved", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تم تحقيقه ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|Achieved", - 1, - 717 - ], - [ - 63, - "Goals final status", - "", - "Coded", - 2, - "No change ", - "", - "No change ", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا تغيير", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|No change ", - 1, - 718 - ], - [ - 63, - "Goals final status", - "", - "Coded", - 3, - "Challenges", - "", - "Challenges", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تحديات", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|Challenges", - 1, - 719 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 1, - "Not at all (0 point)", - "ed0e2463-c990-4341-b095-53b899707af9", - "Not at all (0 point)", - "Not at all", - "Answer to a Likert-like scale question indicating something that's not often.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001376", - 95, - "Not at all", - "Answer to a likert-like scale question", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Not at all", - "", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أبداً", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 0", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Not at all (0 point)", - 1, - 720 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 2, - "Several days (1 point)", - "b631d160-8d40-4cf7-92cd-67f628c889e8", - "Several days (1 point)", - "Several days", - "An occurrence of more than a few days.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001377", - 95, - "Several days", - "", - "N/A", - "Misc", - "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بعض الأيام", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 1", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Several days (1 point)", - 1, - 721 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 3, - "More than half the days (2 points)", - "234259ec-5368-4488-8482-4f261cc76714", - "More than half the days (2 points)", - "More than half the days", - "An occurrence of more than half the days", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001378", - 95, - "More than half the days", - "", - "N/A", - "Misc", - "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "More than half the days", - "", - "N/A", - "Misc", - "1cf6ebb8-dd57-4d26-87cd-e49c09373aaf", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أآثر من نصف الأيام", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 2", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|More than half the days (2 points)", - 1, - 722 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 4, - "Nearly every day (3 points)", - "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e", - "Nearly every day (3 points)", - "Nearly every day", - "An almost daily occurrence.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001379", - 95, - "Nearly every day", - "", - "N/A", - "Misc", - "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آل يوم تقريباً", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 3", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Nearly every day (3 points)", - 1, - 723 - ], - [ - 65, - "MHOS", - "", - "Coded", - 1, - "Not at all", - "ed0e2463-c990-4341-b095-53b899707af9", - "Not at all", - "Not at all", - "Answer to a Likert-like scale question indicating something that's not often.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001376", - 95, - "Not at all", - "Answer to a likert-like scale question", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Not at all", - "", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كلا على الاطلاق", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 1", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Not at all", - 1, - 724 - ], - [ - 65, - "MHOS", - "", - "Coded", - 2, - "A little", - "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", - "A little", - "A little", - "", - "Text", - "Misc", - "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قليلا", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|A little", - 1, - 725 - ], - [ - 65, - "MHOS", - "", - "Coded", - 3, - "Some", - "edf347b1-ee57-4d8f-babb-97acca20c3cb", - "Some", - "", - "", - "", - "", - "", - "", - "Some", - "", - "N/A", - "Misc", - "164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بعض", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 3", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Some", - 1, - 726 - ], - [ - 65, - "MHOS", - "", - "Coded", - 4, - "Fair amount", - "de7fa192-bf2e-4991-a81f-582c4b50ae51", - "Fair amount", - "Fair amount", - "", - "Text", - "Misc", - "de7fa192-bf2e-4991-a81f-582c4b50ae51", - 95, - "Fair", - "Degree of finding, pertaining to a class fair.", - "N/A", - "Misc", - "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fair", - "Degree of finding, pertaining to a class fair.", - "N/A", - "Misc", - "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كمية جيدة", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 4", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Fair amount", - 1, - 727 - ], - [ - 65, - "MHOS", - "", - "Coded", - 5, - "A lot", - "0f074510-1ff6-4924-bfef-effdcffd44f8", - "A lot", - "A lot", - "", - "Text", - "Misc", - "0f074510-1ff6-4924-bfef-effdcffd44f8", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كثيرا", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 5", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|A lot", - 1, - 728 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 1, - "No depression", - "5aa4edf5-b218-4470-b5da-ad1d88007954", - "0-4: No depression", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|No depression", - 1, - 729 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 2, - "Minimal symptoms", - "9d7d154f-e7a1-4490-b93a-85f5c2157f92", - "5-9: Minimal symptoms - Support and educate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Minimal symptoms", - 1, - 730 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 3, - "Minor to mild depression (or dysthymia)", - "ed7484ef-a3ea-4c95-bf59-58987c7f6d7c", - "10-14: Minor to mild depression (or dysthymia) - Support and watchful waiting / Reassess in one/two weeks", - "", - "", - "", - "", - "", - "", - "mild depression", - "", - "N/A", - "Diagnosis", - "157790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Minor to mild depression (or dysthymia)", - 1, - 731 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 4, - "Major depression", - "d163711c-9fcf-4050-b015-d3463b4602fa", - "15-19: Major depression – Refer to clinical office / psychologist (need for specific treatment)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Major depression", - 1, - 732 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 5, - "Severe depression", - "0ff3a7dc-1a6e-4453-91d5-29cf6a9f790c", - ">20: Severe depression – Major impairment, need for active treatment", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Severe depression", - 1, - 733 - ], - [ - 67, - "Head of family", - "", - "Coded", - 1, - "Father", - "", - "Father", - "", - "", - "", - "", - "", - "", - "Father", - "Family member.", - "N/A", - "Misc", - "971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Father", - "A father to another person", - "N/A", - "Misc", - "3ce18444-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Father", - 1, - 734 - ], - [ - 67, - "Head of family", - "", - "Coded", - 2, - "Mother", - "", - "Mother", - "", - "", - "", - "", - "", - "", - "Mother", - "Family member.", - "N/A", - "Misc", - "970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Mother", - "A mother of another person", - "N/A", - "Misc", - "3ce185ca-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Mother", - 1, - 735 - ], - [ - 67, - "Head of family", - "", - "Coded", - 3, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Other", - 1, - 736 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 1, - "Dose 0", - "", - "Dose 0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 0", - 1, - 737 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 2, - "Dose 1", - "", - "Dose 1", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 1", - 1, - 738 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 3, - "Dose 2", - "", - "Dose 2", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 2", - 1, - 739 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 4, - "Dose 3", - "", - "Dose 3", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 3", - 1, - 740 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 5, - "Dose 4", - "", - "Dose 4", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 4", - 1, - 741 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 6, - "Not vaccinated", - "", - "Not vaccinated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Not vaccinated", - 1, - 742 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 7, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Unknown", - 1, - 743 - ], - [ - 69, - "Vaccination - ITFC - Vaccination card", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Vaccination card", - "mFtDMd4244l", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Vaccination card|Yes", - 1, - 744 - ], - [ - 69, - "Vaccination - ITFC - Vaccination card", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Vaccination card", - "mFtDMd4244l", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Vaccination card|No", - 1, - 745 - ], - [ - 70, - "Vaccination - ITFC - BCG", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Dose 1", - "v6E5MjPpqSb", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|Dose 1", - 1, - 746 - ], - [ - 70, - "Vaccination - ITFC - BCG", - "", - "Coded", - 2, - "No vaccinated", - "", - "No vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "No vaccinated", - "O0Edj0kR5Nd", - "no_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|No vaccinated", - 1, - 747 - ], - [ - 70, - "Vaccination - ITFC - BCG", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Unknown", - "ydpXtzGHWHj", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|Unknown", - 1, - 748 - ], - [ - 71, - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Dose 1", - "xGTdCJcKmAn", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Dose 1", - 1, - 749 - ], - [ - 71, - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - 2, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Not vaccinated", - "Xg0muNfVNkv", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Not vaccinated", - 1, - 750 - ], - [ - 71, - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Unknown", - "KY34sEEUpnr", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Unknown", - 1, - 751 - ], - [ - 72, - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", - "cG8uCalPdNU", - "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", - "L4AkwHZ65GZ", - "Yes", - "sBr9pPNqd28", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|Yes", - 1, - 752 - ], - [ - 72, - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", - "cG8uCalPdNU", - "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", - "L4AkwHZ65GZ", - "No", - "aKS3CymU5Ns", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|No", - 1, - 753 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 1", - "bZXl07GyWhL", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 1", - 1, - 754 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 2", - "T8IyHX0cXe5", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 2", - 1, - 755 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 3", - "sw1D3rQGhGQ", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 3", - 1, - 756 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 4, - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 4", - "OT5qZpJO7jc", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 4", - 1, - 757 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 5, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Not vaccinated", - "dvq6f79oLIz", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Not vaccinated", - 1, - 758 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 6, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Unknown", - "i4AQ0qRNehI", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Unknown", - 1, - 759 - ], - [ - 74, - "Vaccination - ITFC - Pentavalent - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", - "SEkSRdlwF4x", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent - Last dose given on site|Yes", - 1, - 760 - ], - [ - 74, - "Vaccination - ITFC - Pentavalent - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", - "SEkSRdlwF4x", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent - Last dose given on site|No", - 1, - 761 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 1, - "Dose 0", - "", - "Dose 0", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 0", - "njckedtwZdc", - "dose_0", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 0", - 1, - 762 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 2, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 1", - "PxZFMT68zDd", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 1", - 1, - 763 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 3, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 2", - "H6YSRKyanXo", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 2", - 1, - 764 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 4, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 3", - "cwZTMIsCC5H", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 3", - 1, - 765 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 5, - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 4", - "b1vCPYEEjce", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 4", - 1, - 766 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 6, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Not vaccinated", - "RZVArvOeoQM", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Not vaccinated", - 1, - 767 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 7, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Unknown", - "koRJWvqd9fX", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Unknown", - 1, - 768 - ], - [ - 76, - "Vaccination - ITFC - AFP - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last AFP dose given on site", - "J2rK5CtSBvx", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP - Last dose given on site|Yes", - 1, - 769 - ], - [ - 76, - "Vaccination - ITFC - AFP - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last AFP dose given on site", - "J2rK5CtSBvx", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP - Last dose given on site|No", - 1, - 770 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Dose 1", - "PktzQX6fkgx", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Dose 1", - 1, - 771 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Dose 2", - "ocSTcDdyNTW", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Dose 2", - 1, - 772 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 3, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Not vaccinated", - "mTk3530bGYt", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Not vaccinated", - 1, - 773 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 4, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Unknown", - "hu4HpZGxknQ", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Unknown", - 1, - 774 - ], - [ - 78, - "Vaccination - ITFC - Measles - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Measles dose given on site", - "AKCbOxTvkTp", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles - Last dose given on site|Yes", - 1, - 775 - ], - [ - 78, - "Vaccination - ITFC - Measles - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Measles dose given on site", - "AKCbOxTvkTp", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles - Last dose given on site|No", - 1, - 776 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 1", - "bZXl07GyWhL", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 1", - 1, - 777 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 2", - "T8IyHX0cXe5", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 2", - 1, - 778 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 3", - "sw1D3rQGhGQ", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 3", - 1, - 779 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 4, - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 4", - "OT5qZpJO7jc", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 4", - 1, - 780 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 5, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Not vaccinated", - "dvq6f79oLIz", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Not vaccinated", - 1, - 781 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 6, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Unknown", - "i4AQ0qRNehI", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Unknown", - 1, - 782 - ], - [ - 80, - "Vaccination - ITFC - PCV - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PCV dose given on site", - "u5dxpihoKN0", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV - Last dose given on site|Yes", - 1, - 783 - ], - [ - 80, - "Vaccination - ITFC - PCV - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PCV dose given on site", - "u5dxpihoKN0", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV - Last dose given on site|No", - 1, - 784 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 1", - "EZMbl2HCG9p", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 1", - 1, - 785 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 2", - "hmEojVACROI", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 2", - 1, - 786 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 3", - "nDI0iPQUa1X", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 3", - 1, - 787 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 4, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Not vaccinated", - "OpSJw5WAm18", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Not vaccinated", - 1, - 788 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 5, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Unknown", - "MZfMeIWOPam", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Unknown", - 1, - 789 - ], - [ - 82, - "Vaccination - ITFC - Rotavirus - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", - "npoNMyqKaEJ", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus - Last dose given on site|Yes", - 1, - 790 - ], - [ - 82, - "Vaccination - ITFC - Rotavirus - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", - "npoNMyqKaEJ", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus - Last dose given on site|No", - 1, - 791 - ], - [ - 83, - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Dose 1", - "v6E5MjPpqSb", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Dose 1", - 1, - 792 - ], - [ - 83, - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - 2, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "No vaccinated", - "O0Edj0kR5Nd", - "no_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Not vaccinated", - 1, - 793 - ], - [ - 83, - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Unknown", - "ydpXtzGHWHj", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Unknown", - 1, - 794 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 1", - "cUxnl1n3Elk", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 1", - 1, - 795 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 2", - "IGb7BSiAggz", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 2", - 1, - 796 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 3", - "HdgSh1EMq1l", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 3", - 1, - 797 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 4, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Not vaccinated", - "QFcgfRifWyg", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Not vaccinated", - 1, - 798 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 5, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Unknown", - "XGk3KqPo8L2", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Unknown", - 1, - 799 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Dose 1", - "QBENCGv4wSd", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Dose 1", - 1, - 800 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Dose 2", - "TBI8FVnrLfW", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Dose 2", - 1, - 801 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 3, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Not vaccinated", - "rTBp8C32W8w", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Not vaccinated", - 1, - 802 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 4, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Unknown", - "GH4ogeUFzXa", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Unknown", - 1, - 803 - ], - [ - 86, - "Vaccination - ITFC - PPV 23", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Dose 1", - "ipWO3gdU4Yp", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Dose 1", - 1, - 804 - ], - [ - 86, - "Vaccination - ITFC - PPV 23", - "", - "Coded", - 2, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Not vaccinated", - "QGiw4ry0TyJ", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Not vaccinated", - 1, - 805 - ], - [ - 86, - "Vaccination - ITFC - PPV 23", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Unknown", - "cSdyotNEi6R", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Unknown", - 1, - 806 - ], - [ - 87, - "Vaccination - ITFC - PPV 23 - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "L33Iqgj6wh8", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "DzlGd3b2nJN", - "Yes", - "OF5xbph1XiN", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23 - Last dose given on site|Yes", - 1, - 807 - ], - [ - 87, - "Vaccination - ITFC - PPV 23 - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "L33Iqgj6wh8", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "DzlGd3b2nJN", - "No", - "ZfPkEIgzMwl", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23 - Last dose given on site|No", - 1, - 808 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Dose 1", - "ZRDiTHJArw5", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Dose 1", - 1, - 809 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Dose 2", - "Rruu1ulpzSe", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Dose 2", - 1, - 810 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 3, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Not vaccinated", - "raLxCNMjp3j", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Not vaccinated", - 1, - 811 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 4, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Unknown", - "cU7AqGL8TRJ", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Unknown", - 1, - 812 - ], - [ - 89, - "Vaccination - ITFC - HPV - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "nHzyndo6Opn", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "PiM5sEcQEaE", - "Yes", - "WklX5Gy9bvP", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV - Last dose given on site|Yes", - 1, - 813 - ], - [ - 89, - "Vaccination - ITFC - HPV - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "nHzyndo6Opn", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "PiM5sEcQEaE", - "No", - "AhpHRa3pQ00", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV - Last dose given on site|No", - 1, - 814 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 1, - "TT1", - "", - "TT1", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT1", - "BaPawIuIMge", - "tt1", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT1", - 1, - 815 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 2, - "TT2", - "", - "TT2", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT2", - "Ht9dML7mb0C", - "tt2", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT2", - 1, - 816 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 3, - "TT3", - "", - "TT3", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT3", - "IEQkdICorA3", - "tt3", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT3", - 1, - 817 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 4, - "TT4", - "", - "TT4", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT4", - "XyhSFgJ0lzp", - "tt4", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT4", - 1, - 818 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 5, - "≥TT5", - "", - "≥TT5", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "≥TT5", - "WkDsQkKl3mE", - "≥tt5", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|≥TT5", - 1, - 819 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 6, - "Not vaccinated", - "", - "Not vaccinated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "Not vaccinated", - "flugHmgry3z", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|Not vaccinated", - 1, - 820 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 7, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "Unknown", - "AkYJr9EfFJp", - "unknown", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|Unknown", - 1, - 821 - ], - [ - 91, - "Yes-no", - "", - "Coded", - 1, - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "X", - "Yes-no|Yes", - 1, - 822 - ], - [ - 91, - "Yes-no", - "", - "Coded", - 2, - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "X", - "Yes-no|No", - 1, - 823 - ], - [ - 92, - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", - "ai1f1Nd7tTk", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|Yes", - 1, - 824 - ], - [ - 92, - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", - "", - "Coded", - 2, - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", - "ai1f1Nd7tTk", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|No", - 1, - 825 - ], - [ - 93, - "Yes-no - Vaccination of accompanying children - Status checked", - "", - "Coded", - 1, - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "jEbjrXqhNEO", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "pkoZo5NLnmT", - "Yes", - "RA1z7oYeLBW", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination of accompanying children - Status checked|Yes", - 1, - 826 - ], - [ - 93, - "Yes-no - Vaccination of accompanying children - Status checked", - "", - "Coded", - 2, - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "jEbjrXqhNEO", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "pkoZo5NLnmT", - "No", - "cULP83r16XQ", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination of accompanying children - Status checked|No", - 1, - 827 - ], - [ - 94, - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "Yes", - "OJR1wOuzdAu", - "yes", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|Yes", - 1, - 828 - ], - [ - 94, - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "No", - "SzkvKP70Pww", - "no", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|No", - 1, - 829 - ], - [ - 94, - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - 3, - "NA", - "", - "NA", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "NA", - "t3TQeaCkJiy", - "na", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|NA", - 1, - 830 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute asthma", - 1, - 831 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - "", - "", - "", - "MSF-AAAAAA000000000000000512", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute diarrhea (bloody)", - 1, - 832 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute diarrhea (non-bloody)", - 1, - 833 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute febrile illness (=<7 days)", - 1, - 834 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - "", - "", - "", - "", - "", - "", - "Acute flaccid paralysis", - "", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute flaccid paralysis", - 1, - 835 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - "", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute jaundice syndrome", - 1, - 836 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 7, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Apnoea of prematurity", - 1, - 837 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 8, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bacterial meningitis", - 1, - 838 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 9, - "Birth injury", - "", - "Birth injury", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Birth injury", - 1, - 839 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 10, - "Bronchiolitis obstructive bronchitis", - "", - "Bronchiolitis obstructive bronchitis", - "", - "", - "", - "", - "", - "", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bronchiolitis obstructive bronchitis", - 1, - 840 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 11, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bronchospasm", - 1, - 841 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 12, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Burns", - 1, - 842 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 13, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cardiogenic shock", - 1, - 843 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 14, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - "", - "", - "", - "", - "", - "", - "Cerebral palsy", - "", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cerebral palsy - Neuro disability", - 1, - 844 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 15, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cholera (suspected)", - 1, - 845 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 16, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cholera confirmed", - 1, - 846 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 17, - "Complicated ear infection", - "", - "Complicated ear infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Complicated ear infection", - 1, - 847 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 18, - "Complications of SCD", - "", - "Complications of SCD", - "", - "", - "", - "", - "", - "", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Complications of SCD", - 1, - 848 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 19, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital herpes virus infection", - 1, - 849 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 20, - "Congenital malaria", - "", - "Congenital malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital malaria", - 1, - 850 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 21, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital or acquired cardiac pathology", - 1, - 851 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 22, - "Congenital syphilis", - "", - "Congenital syphilis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital syphilis", - 1, - 852 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 23, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congestive Heart Failure", - 1, - 853 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 24, - "COPD", - "", - "COPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|COPD", - 1, - 854 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 25, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Covid-19 confirmed", - 1, - 855 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 26, - "Covid-19 probable", - "", - "Covid-19 probable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Covid-19 probable", - 1, - 856 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 27, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - "", - "", - "", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - "", - "", - "", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cutaneous leishmaniosis", - 1, - 857 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 28, - "Dengue confirmed", - "", - "Dengue confirmed", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dengue confirmed", - 1, - 858 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 29, - "Dengue suspected", - "", - "Dengue suspected", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dengue suspected", - 1, - 859 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 30, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diabetes type 2 and complications", - 1, - 860 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 31, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diabetes Type I and complications", - 1, - 861 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 32, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - "", - "", - "", - "", - "", - "", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diarrhea (persistent)", - 1, - 862 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 33, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diphtheria", - 1, - 863 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 34, - "Dog bite", - "", - "Dog bite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dog bite", - 1, - 864 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 35, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Epilepsy - Seizures", - 1, - 865 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 36, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - "", - "", - "", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - "", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Extra pulmonary tuberculosis", - 1, - 866 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 37, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Eye diseases (including trachoma)", - 1, - 867 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 38, - "Febrile convulsions", - "", - "Febrile convulsions", - "", - "", - "", - "", - "", - "", - "Febrile convulsion", - "", - "", - "", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Febrile convulsions", - 1, - 868 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 39, - "Gynaecological cases", - "", - "Gynaecological cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Gynaecological cases", - 1, - 869 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 40, - "Hepatitis A", - "", - "Hepatitis A", - "", - "", - "", - "", - "", - "", - "Hepatitis A", - "", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis A", - 1, - 870 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 41, - "Hepatitis B", - "", - "Hepatitis B", - "", - "", - "", - "", - "", - "", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis B", - 1, - 871 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 42, - "Hepatitis Delta", - "", - "Hepatitis Delta", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis Delta", - 1, - 872 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 43, - "Hepatitis E", - "", - "Hepatitis E", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis E", - 1, - 873 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 44, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|HIV Infection confirmed", - 1, - 874 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 45, - "Hyperglycemia", - "", - "Hyperglycemia", - "", - "", - "", - "", - "", - "", - "Hyperglycaemia", - "", - "", - "", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hyperglycemia", - 1, - 875 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 46, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hyperreactive splenomegaly due to malaria", - 1, - 876 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 47, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - "", - "", - "", - "MSF-AAAAAA000000000000000608", - 96, - "", - "", - "", - "", - "", - "", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hypoglycemia", - 1, - 877 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 48, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - "", - "", - "", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - "", - "", - "", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hypovolemic shock", - 1, - 878 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 49, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - "", - "", - "", - "", - "", - "", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Infectious diseases not otherwise classified", - 1, - 879 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 50, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Lower respiratory tract infection", - 1, - 880 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 51, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Measles (complicated)", - 1, - 881 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 52, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Measles (uncomplicated)", - 1, - 882 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 53, - "Meningeal TB", - "", - "Meningeal TB", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Meningeal TB", - 1, - 883 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 54, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Meningitis unspecified", - 1, - 884 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 55, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Mental and psychiatric conditions", - 1, - 885 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 56, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - "", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Moderate acute malnutrition", - 1, - 886 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 57, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Musculoskeletal conditions (infectious origin)", - 1, - 887 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 58, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Musculoskeletal conditions (non-infectious)", - 1, - 888 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 59, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Necrotizing & bullous skin infections", - 1, - 889 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 60, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neglected tropical diseases", - 1, - 890 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 61, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - "", - "", - "", - "", - "", - "", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal conjunctivitis", - 1, - 891 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 62, - "Neonatal convulsions", - "", - "Neonatal convulsions", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal convulsions", - 1, - 892 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 63, - "Neonatal jaundice", - "", - "Neonatal jaundice", - "", - "", - "", - "", - "", - "", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal jaundice", - 1, - 893 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 64, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal meconial aspiration", - 1, - 894 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 65, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - "", - "", - "", - "", - "", - "", - "Neonatal Necrotising Enterocolitis", - "", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal Necrotizing Enterocolitis", - 1, - 895 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 66, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal pneumonia", - 1, - 896 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 67, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal pneumothorax", - 1, - 897 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 68, - "Neonatal tetanus", - "", - "Neonatal tetanus", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal tetanus", - 1, - 898 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 69, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal tuberculosis", - 1, - 899 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 70, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 900 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 71, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Newborn to an HIV+ mother", - 1, - 901 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 72, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non cardiac congenital pathology", - 1, - 902 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 73, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non urgent surgical conditions", - 1, - 903 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 74, - "Non violence-related injuries", - "", - "Non violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non violence-related injuries", - 1, - 904 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 75, - "Observation", - "", - "Observation", - "", - "", - "", - "", - "", - "", - "Observation ward", - "", - "", - "", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Observation", - 1, - 905 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 76, - "Obstetric cases", - "", - "Obstetric cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Obstetric cases", - 1, - 906 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 77, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Oral and digestive severe candidiasis", - 1, - 907 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 78, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other bites and stings", - 1, - 908 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 79, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other neurological conditions", - 1, - 909 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 80, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other non communicable diseases", - 1, - 910 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 81, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other symptoms and abnor. clinical / lab findings", - 1, - 911 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 82, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Others", - 1, - 912 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 83, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Perinatal asphyxia and complications", - 1, - 913 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 84, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Persistent fever ( >7 days)", - 1, - 914 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 85, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - "", - "", - "", - "", - "", - "", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Poliomyelitis confirmed", - 1, - 915 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 86, - "Post surgical infections", - "", - "Post surgical infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Post surgical infections", - 1, - 916 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 87, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Prematurity and or low birth weight", - 1, - 917 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 88, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Pulmonary tuberculosis", - 1, - 918 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 89, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Rabies", - 1, - 919 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 90, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - "", - "", - "", - "", - "", - "", - "Rheumatic heart disease", - "", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Rheumatic heart disease", - 1, - 920 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 91, - "Risk of sepsis", - "", - "Risk of sepsis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Risk of sepsis", - 1, - 921 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 92, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Septic shock", - 1, - 922 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 93, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 923 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 94, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 924 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 95, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - "", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus)", - 1, - 925 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 96, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - "", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe anaemia", - 1, - 926 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 97, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe dehydration", - 1, - 927 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 98, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe malaria", - 1, - 928 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 99, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - "", - "", - "", - "MSF-AAAAAA000000000000000713", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sexual violence / rape", - 1, - 929 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 100, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sexually transmitted disease (STI)", - 1, - 930 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 101, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Shigellosis - Salmonellosis", - 1, - 931 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 102, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Shock uspecified", - 1, - 932 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 103, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - "", - "", - "", - "", - "", - "", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sickle cell disease", - 1, - 933 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 104, - "Simple malaria", - "", - "Simple malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Simple malaria", - 1, - 934 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 105, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Skin and soft tissue conditions", - 1, - 935 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 106, - "Snake bites", - "", - "Snake bites", - "", - "", - "", - "", - "", - "", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Snake bites", - 1, - 936 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 107, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Substance abuse / dependency", - 1, - 937 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 108, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Suspected or confirmed malignancy", - 1, - 938 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 109, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - "", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Tetanus", - 1, - 939 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 110, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Toxicity / poisoning", - 1, - 940 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 111, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Transient tachypnoea of the newborn", - 1, - 941 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 112, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Typhoid fever", - 1, - 942 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 113, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Upper respiratory tract infection", - 1, - 943 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 114, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - "", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Urgent surgical conditions", - 1, - 944 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 115, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Urolithiasis / Renal colic", - 1, - 945 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 116, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|UTI and renal tract acute pathology", - 1, - 946 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 117, - "Varicella", - "", - "Varicella", - "", - "", - "", - "", - "", - "", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Varicella", - 1, - 947 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 118, - "Violence-related injuries", - "", - "Violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Violence-related injuries", - 1, - 948 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 119, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Viral haemorrhagic fevers", - 1, - 949 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 120, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Visceral leishmaniasis", - 1, - 950 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 121, - "Vit A deficiency", - "", - "Vit A deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit A deficiency", - 1, - 951 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 122, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit B complex deficiency", - 1, - 952 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 123, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit C deficiency (scurvy)", - 1, - 953 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 124, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit D deficiency (rickets)", - 1, - 954 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 125, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Whooping cough", - 1, - 955 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 126, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - "", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Yellow fever", - 1, - 956 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute asthma", - "UoCC4TyaYZp", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute asthma", - 1, - 957 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - "", - "", - "", - "MSF-AAAAAA000000000000000512", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute diarrhea (bloody)", - "bXbATZn7QwE", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute diarrhea (bloody)", - 1, - 958 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute diarrhea (non-bloody)", - "FltwCRejivF", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute diarrhea (non-bloody)", - 1, - 959 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute febrile illness (=<7 days)", - "fgeCTh9601Z", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute febrile illness (=<7 days)", - 1, - 960 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - "", - "", - "", - "", - "", - "", - "Acute flaccid paralysis", - "", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute flaccid paralysis", - "r8U660ApU51", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute flaccid paralysis", - 1, - 961 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - "", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute jaundice syndrome", - "PkeGHY5X4hR", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute jaundice syndrome", - 1, - 962 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 7, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Apnoea of prematurity", - "A07QEdOGULT", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Apnoea of prematurity", - 1, - 963 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 8, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bacterial meningitis", - "ELkTBWRtnbU", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bacterial meningitis", - 1, - 964 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 9, - "Birth injury", - "", - "Birth injury", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Birth injury", - "FtoAE4Ckgdc", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Birth injury", - 1, - 965 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 10, - "Bronchiolitis obstructive bronchitis", - "", - "Bronchiolitis obstructive bronchitis", - "", - "", - "", - "", - "", - "", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bronchiolitis obstructive bronchitis", - "LAu8p10eBf1", - "bronchiolitis_obstructive_bronchitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bronchiolitis obstructive bronchitis", - 1, - 966 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 11, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bronchospasm", - "AKJv8tPOPfq", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bronchospasm", - 1, - 967 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 12, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Burns", - "Z0JCjHGqNaj", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Burns", - 1, - 968 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 13, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cardiogenic shock", - "IwBXvTC07X4", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cardiogenic shock", - 1, - 969 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 14, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - "", - "", - "", - "", - "", - "", - "Cerebral palsy", - "", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cerebral palsy - Neuro disability", - "r8tFgDoOtCP", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cerebral palsy - Neuro disability", - 1, - 970 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 15, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cholera (suspected)", - "YKzNEhC9cq3", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cholera (suspected)", - 1, - 971 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 16, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cholera confirmed", - "eyfVX0CSq4s", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cholera confirmed", - 1, - 972 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 17, - "Complicated ear infection", - "", - "Complicated ear infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Complicated ear infection", - "Tj93mBtUkhu", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Complicated ear infection", - 1, - 973 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 18, - "Complications of SCD", - "", - "Complications of SCD", - "", - "", - "", - "", - "", - "", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Complications of SCD", - "EO0bo8A7qDk", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Complications of SCD", - 1, - 974 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 19, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital herpes virus infection", - "B02tG0t2ZiN", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital herpes virus infection", - 1, - 975 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 20, - "Congenital malaria", - "", - "Congenital malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital malaria", - "pXF4knGswXw", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital malaria", - 1, - 976 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 21, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital or acquired cardiac pathology", - "nvQpfHzvu6A", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital or acquired cardiac pathology", - 1, - 977 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 22, - "Congenital syphilis", - "", - "Congenital syphilis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital syphilis", - "qvaVyj95GlX", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital syphilis", - 1, - 978 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 23, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congestive Heart Failure", - "vNvbx4qpkUa", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congestive Heart Failure", - 1, - 979 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 24, - "COPD", - "", - "COPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "COPD", - "sCGnq3NK2Xy", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|COPD", - 1, - 980 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 25, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Covid-19 confirmed", - "m62n1ZUQGHF", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Covid-19 confirmed", - 1, - 981 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 26, - "Covid-19 probable", - "", - "Covid-19 probable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Covid-19 probable", - "IUjXXVageyU", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Covid-19 probable", - 1, - 982 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 27, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - "", - "", - "", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - "", - "", - "", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cutaneous leishmaniosis", - "pycPdcwaYgI", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cutaneous leishmaniosis", - 1, - 983 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 28, - "Dengue confirmed", - "", - "Dengue confirmed", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dengue confirmed", - "CnHndylBSN3", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dengue confirmed", - 1, - 984 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 29, - "Dengue suspected", - "", - "Dengue suspected", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dengue suspected", - "sCqcBysQAon", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dengue suspected", - 1, - 985 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 30, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diabetes type 2 and complications", - "jQhAo2FVD69", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diabetes type 2 and complications", - 1, - 986 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 31, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diabetes Type I and complications", - "CzGkEukFnE5", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diabetes Type I and complications", - 1, - 987 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 32, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - "", - "", - "", - "", - "", - "", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diarrhea (persistent)", - "apvC5aiDSgV", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diarrhea (persistent)", - 1, - 988 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 33, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diphtheria", - "MtXYrdYlGOy", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diphtheria", - 1, - 989 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 34, - "Dog bite", - "", - "Dog bite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dog bite", - "rohyQ83YCPY", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dog bite", - 1, - 990 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 35, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Epilepsy - Seizures", - "JmfXWcy056y", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Epilepsy - Seizures", - 1, - 991 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 36, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - "", - "", - "", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - "", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Extra pulmonary tuberculosis", - "gNDMXmSlxY5", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Extra pulmonary tuberculosis", - 1, - 992 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 37, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Eye diseases (including trachoma)", - "anzGBpfOjIE", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Eye diseases (including trachoma)", - 1, - 993 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 38, - "Febrile convulsions", - "", - "Febrile convulsions", - "", - "", - "", - "", - "", - "", - "Febrile convulsion", - "", - "", - "", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Febrile convulsions", - "cEFdvYz974J", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Febrile convulsions", - 1, - 994 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 39, - "Gynaecological cases", - "", - "Gynaecological cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Gynaecological cases", - "jznqlCDB7bD", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Gynaecological cases", - 1, - 995 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 40, - "Hepatitis A", - "", - "Hepatitis A", - "", - "", - "", - "", - "", - "", - "Hepatitis A", - "", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis A", - "ukKcORm1F6S", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis A", - 1, - 996 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 41, - "Hepatitis B", - "", - "Hepatitis B", - "", - "", - "", - "", - "", - "", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis B", - "lIUb0EAK51H", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis B", - 1, - 997 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 42, - "Hepatitis Delta", - "", - "Hepatitis Delta", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis Delta", - "hduXSHS4szJ", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis Delta", - 1, - 998 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 43, - "Hepatitis E", - "", - "Hepatitis E", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis E", - "QwzXUJbzLXH", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis E", - 1, - 999 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 44, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "HIV Infection confirmed", - "pUhMekDUu7f", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|HIV Infection confirmed", - 1, - 1000 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 45, - "Hyperglycemia", - "", - "Hyperglycemia", - "", - "", - "", - "", - "", - "", - "Hyperglycaemia", - "", - "", - "", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hyperglycemia", - "SUvj2pUJRFh", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hyperglycemia", - 1, - 1001 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 46, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hyperreactive splenomegaly due to malaria", - "X7Sk4ow3iI8", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hyperreactive splenomegaly due to malaria", - 1, - 1002 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 47, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - "", - "", - "", - "MSF-AAAAAA000000000000000608", - 96, - "", - "", - "", - "", - "", - "", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hypoglycemia", - "WeuqO510vgS", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hypoglycemia", - 1, - 1003 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 48, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - "", - "", - "", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - "", - "", - "", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hypovolemic shock", - "EcBzdm2aQ23", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hypovolemic shock", - 1, - 1004 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 49, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - "", - "", - "", - "", - "", - "", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Infectious diseases not otherwise classified", - "NRRuczCFMMF", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Infectious diseases not otherwise classified", - 1, - 1005 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 50, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Lower respiratory tract infection", - "qc8bQZ5WivT", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Lower respiratory tract infection", - 1, - 1006 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 51, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Measles (complicated)", - "NBydum9qcq6", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Measles (complicated)", - 1, - 1007 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 52, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Measles (uncomplicated)", - "Mzk9OdBug0o", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Measles (uncomplicated)", - 1, - 1008 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 53, - "Meningeal TB", - "", - "Meningeal TB", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Meningeal TB", - "FMpzSLis7mi", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Meningeal TB", - 1, - 1009 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 54, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Meningitis unspecified", - "NzNRwhQ9cvG", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Meningitis unspecified", - 1, - 1010 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 55, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Mental and psychiatric conditions", - "K7PAEOyTRcr", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Mental and psychiatric conditions", - 1, - 1011 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 56, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - "", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Moderate acute malnutrition", - "TwYur55ToIF", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Moderate acute malnutrition", - 1, - 1012 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 57, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Musculoskeletal conditions (infectious origin)", - "VWHtY3nz3Rw", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (infectious origin)", - 1, - 1013 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 58, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Musculoskeletal conditions (non-infectious)", - "y0cWH3jWDqM", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (non-infectious)", - 1, - 1014 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 59, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Necrotizing & bullous skin infections", - "lEkrxTnPMAm", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Necrotizing & bullous skin infections", - 1, - 1015 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 60, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neglected tropical diseases", - "LRNoNQQkUyp", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neglected tropical diseases", - 1, - 1016 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 61, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - "", - "", - "", - "", - "", - "", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal conjunctivitis", - "l7uIiP3Evps", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal conjunctivitis", - 1, - 1017 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 62, - "Neonatal convulsions", - "", - "Neonatal convulsions", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal convulsions", - "vUf0E6IPcTZ", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal convulsions", - 1, - 1018 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 63, - "Neonatal jaundice", - "", - "Neonatal jaundice", - "", - "", - "", - "", - "", - "", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal jaundice", - "XLcSqtMfBxM", - "neonatal-jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal jaundice", - 1, - 1019 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 64, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal meconial aspiration", - "iSr0WOSmT9U", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal meconial aspiration", - 1, - 1020 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 65, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - "", - "", - "", - "", - "", - "", - "Neonatal Necrotising Enterocolitis", - "", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal Necrotizing Enterocolitis", - "Jgx0hYetHaY", - "neonatal_necrotizing_nterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal Necrotizing Enterocolitis", - 1, - 1021 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 66, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal pneumonia", - "wa1RG3wnht0", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal pneumonia", - 1, - 1022 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 67, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal pneumothorax", - "s0XrcXrOnQ8", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal pneumothorax", - 1, - 1023 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 68, - "Neonatal tetanus", - "", - "Neonatal tetanus", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal tetanus", - "luBkSC1qQbJ", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal tetanus", - 1, - 1024 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 69, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal tuberculosis", - "djiIx7NnwaX", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal tuberculosis", - 1, - 1025 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 70, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "ZcyurITHZes", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1026 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 71, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Newborn to an HIV+ mother", - "yjJN567GnYG", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Newborn to an HIV+ mother", - 1, - 1027 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 72, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non cardiac congenital pathology", - "nXAR0YWa21v", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non cardiac congenital pathology", - 1, - 1028 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 73, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non urgent surgical conditions", - "wyOWCkIW4RI", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non urgent surgical conditions", - 1, - 1029 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 74, - "Non violence-related injuries", - "", - "Non violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non violence-related injuries", - "kFutLc3yZOe", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non violence-related injuries", - 1, - 1030 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 75, - "Observation", - "", - "Observation", - "", - "", - "", - "", - "", - "", - "Observation ward", - "", - "", - "", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Observation", - "HjPEDuITUwp", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Observation", - 1, - 1031 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 76, - "Obstetric cases", - "", - "Obstetric cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Obstetric cases", - "iI55Apf1fRF", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Obstetric cases", - 1, - 1032 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 77, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Oral and digestive severe candidiasis", - "aoQ6D9x6KLI", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Oral and digestive severe candidiasis", - 1, - 1033 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 78, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other bites and stings", - "Jm9wyH1SUvC", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other bites and stings", - 1, - 1034 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 79, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other neurological conditions", - "BIuSr3FxBRn", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other neurological conditions", - 1, - 1035 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 80, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other non communicable diseases", - "VtHhILJkLdJ", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other non communicable diseases", - 1, - 1036 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 81, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other symptoms and abnor. clinical / lab findings", - "JI4uetxlZEi", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other symptoms and abnor. clinical / lab findings", - 1, - 1037 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 82, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Others", - "OjK1cMG8jkk", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Others", - 1, - 1038 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 83, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Perinatal asphyxia and complications", - "g0EI2QmcpdA", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Perinatal asphyxia and complications", - 1, - 1039 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 84, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Persistent fever ( >7 days)", - "whyu4NpVxPn", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Persistent fever ( >7 days)", - 1, - 1040 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 85, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - "", - "", - "", - "", - "", - "", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Poliomyelitis confirmed", - "HT9ZZ93rKmF", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Poliomyelitis confirmed", - 1, - 1041 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 86, - "Post surgical infections", - "", - "Post surgical infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Post surgical infections", - "LaFNaIRr31Y", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Post surgical infections", - 1, - 1042 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 87, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Prematurity and or low birth weight", - "QXUq8rmuwY6", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Prematurity and or low birth weight", - 1, - 1043 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 88, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Pulmonary tuberculosis", - "ymehGVfxIuX", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Pulmonary tuberculosis", - 1, - 1044 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 89, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Rabies", - "talayTpKnQj", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Rabies", - 1, - 1045 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 90, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - "", - "", - "", - "", - "", - "", - "Rheumatic heart disease", - "", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Rheumatic heart disease", - "pt0OH3jp5Ne", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Rheumatic heart disease", - 1, - 1046 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 91, - "Risk of sepsis", - "", - "Risk of sepsis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Risk of sepsis", - "MZ53av22vaw", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Risk of sepsis", - 1, - 1047 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 92, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Septic shock", - "L6lauJp2IIF", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Septic shock", - 1, - 1048 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 93, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Kwashiorkor)", - "JSPmBf2xyfH", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1049 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 94, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "SpoQWgDPyqx", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1050 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 95, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - "", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Marasmus)", - "wAn3mqCpiiC", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus)", - 1, - 1051 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 96, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - "", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe anaemia", - "vlEFy6xowzU", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe anaemia", - 1, - 1052 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 97, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe dehydration", - "GBQyB8xsCAw", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe dehydration", - 1, - 1053 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 98, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe malaria", - "EwKSGhZtPfR", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe malaria", - 1, - 1054 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 99, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - "", - "", - "", - "MSF-AAAAAA000000000000000713", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sexual violence / rape", - "lovYBi9o5Tp", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sexual violence / rape", - 1, - 1055 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 100, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sexually transmitted disease (STI)", - "fy6qMKLMIjI", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sexually transmitted disease (STI)", - 1, - 1056 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 101, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Shigellosis - Salmonellosis", - "zE90IarojUU", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Shigellosis - Salmonellosis", - 1, - 1057 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 102, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Shock uspecified", - "nM58w8K8cVo", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Shock uspecified", - 1, - 1058 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 103, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - "", - "", - "", - "", - "", - "", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sickle cell disease", - "L7N8qGvq28k", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sickle cell disease", - 1, - 1059 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 104, - "Simple malaria", - "", - "Simple malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Simple malaria", - "F0ByKIAMrVs", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Simple malaria", - 1, - 1060 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 105, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Skin and soft tissue conditions", - "xXMvb2TUtMW", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Skin and soft tissue conditions", - 1, - 1061 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 106, - "Snake bites", - "", - "Snake bites", - "", - "", - "", - "", - "", - "", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Snake bites", - "iRgUBoH1pvK", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Snake bites", - 1, - 1062 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 107, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Substance abuse / dependency", - "ZDJi3kMhfDG", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Substance abuse / dependency", - 1, - 1063 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 108, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Suspected or confirmed malignancy", - "qcv5pPyiaim", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Suspected or confirmed malignancy", - 1, - 1064 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 109, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - "", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Tetanus", - "pTa1B1wYeLe", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Tetanus", - 1, - 1065 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 110, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Toxicity / poisoning", - "WINiS5BkeKv", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Toxicity / poisoning", - 1, - 1066 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 111, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Transient tachypnoea of the newborn", - "FKg2FRM2PtQ", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Transient tachypnoea of the newborn", - 1, - 1067 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 112, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Typhoid fever", - "hOrtW9hFrki", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Typhoid fever", - 1, - 1068 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 113, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Upper respiratory tract infection", - "DoUIBmauj9E", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Upper respiratory tract infection", - 1, - 1069 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 114, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - "", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Urgent surgical conditions", - "jFUECw4W9aF", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Urgent surgical conditions", - 1, - 1070 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 115, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Urolithiasis / Renal colic", - "sSW1cbhBzhW", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Urolithiasis / Renal colic", - 1, - 1071 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 116, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "UTI and renal tract acute pathology", - "qTBmkavG2bG", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|UTI and renal tract acute pathology", - 1, - 1072 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 117, - "Varicella", - "", - "Varicella", - "", - "", - "", - "", - "", - "", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Varicella", - "dgIaklTiH6m", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Varicella", - 1, - 1073 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 118, - "Violence-related injuries", - "", - "Violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Violence-related injuries", - "mrfLmzfhU5n", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Violence-related injuries", - 1, - 1074 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 119, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Viral haemorrhagic fevers", - "J0j4TX9lqqX", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Viral haemorrhagic fevers", - 1, - 1075 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 120, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Visceral leishmaniasis", - "Cjt04G2FlMe", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Visceral leishmaniasis", - 1, - 1076 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 121, - "Vit A deficiency", - "", - "Vit A deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit A deficiency", - "WyRZR3PNn2u", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit A deficiency", - 1, - 1077 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 122, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit B complex deficiency", - "zUNsdaOjgcv", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit B complex deficiency", - 1, - 1078 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 123, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit C deficiency (scurvy)", - "JATciD21DwF", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit C deficiency (scurvy)", - 1, - 1079 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 124, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit D deficiency (rickets)", - "za2LmUraSRD", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit D deficiency (rickets)", - 1, - 1080 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 125, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Whooping cough", - "LnWb3O0ELPp", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Whooping cough", - 1, - 1081 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 126, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - "", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Yellow fever", - "QJo7brpXC3Z", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Yellow fever", - 1, - 1082 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 127, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other neonatal conditions", - "vW26SgsyQYB", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other neonatal conditions", - 1, - 1083 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute asthma", - "Ezrxj8sEVkd", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute asthma", - 1, - 1084 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute diarrhea (bloody)", - "wHIjteuw2Gc", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (bloody)", - 1, - 1085 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute diarrhea (non-bloody)", - "ZocSqLhwlHA", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (non-bloody)", - 1, - 1086 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute febrile illness (=<7 days)", - "GLs13BnQURD", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute febrile illness (=<7 days)", - 1, - 1087 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute flaccid paralysis", - "MJFGttGUaVX", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute flaccid paralysis", - 1, - 1088 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute jaundice syndrome", - "cqz1DZNiiWp", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute jaundice syndrome", - 1, - 1089 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 7, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bacterial meningitis", - "ZKCmk9TMON5", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bacterial meningitis", - 1, - 1090 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 8, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Burns", - "CM6bNqQE9tk", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Burns", - 1, - 1091 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 9, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cholera (suspected)", - "IrqkKXJ9pL5", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cholera (suspected)", - 1, - 1092 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 10, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cholera confirmed", - "fl3hbTSUUvY", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cholera confirmed", - 1, - 1093 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 11, - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Complicated ear infection", - "tNBupLHGkO1", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Complicated ear infection", - 1, - 1094 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 12, - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Complications of SCD", - "qqdK48VF9V3", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Complications of SCD", - 1, - 1095 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 13, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital or acquired cardiac pathology", - "IQ2vP5mMPRC", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital or acquired cardiac pathology", - 1, - 1096 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 14, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congestive Heart Failure", - "YzS1SrJkpfD", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congestive Heart Failure", - 1, - 1097 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 15, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cutaneous leishmaniosis", - "c9sqPdQq6gZ", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cutaneous leishmaniosis", - 1, - 1098 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 16, - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dengue confirmed", - "JTeymbhEwKU", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dengue confirmed", - 1, - 1099 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 17, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diabetes type 2 and complications", - "Xh2f6F0VSwN", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diabetes type 2 and complications", - 1, - 1100 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 18, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diabetes Type I and complications", - "FQ2EF6qyD3P", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diabetes Type I and complications", - 1, - 1101 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 19, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diarrhea (persistent)", - "T4ZsFEUKokD", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diarrhea (persistent)", - 1, - 1102 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 20, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diphtheria", - "TomHTmV7UU6", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diphtheria", - 1, - 1103 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 21, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Epilepsy - Seizures", - "l3tXrwEXhZv", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Epilepsy - Seizures", - 1, - 1104 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 22, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Extra pulmonary tuberculosis", - "hWuPwQ7mo2s", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Extra pulmonary tuberculosis", - 1, - 1105 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 23, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Eye diseases (including trachoma)", - "KHqb5KzJjv2", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Eye diseases (including trachoma)", - 1, - 1106 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 24, - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Gynaecological cases", - "b6GZG7ray6L", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Gynaecological cases", - 1, - 1107 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 25, - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis A", - "DoJ8USwbWAC", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis A", - 1, - 1108 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 26, - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis B", - "LWL1kdtU2G1", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis B", - 1, - 1109 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 27, - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis Delta", - "Ih6U6uYFdnf", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis Delta", - 1, - 1110 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 28, - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis E", - "TVoVhSXLq5s", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis E", - 1, - 1111 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 29, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "HIV Infection confirmed", - "egbcyosmS3z", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|HIV Infection confirmed", - 1, - 1112 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 30, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hyperreactive splenomegaly due to malaria", - "h2QoZAOi0Vl", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hyperreactive splenomegaly due to malaria", - 1, - 1113 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 31, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Infectious diseases not otherwise classified", - "KUUbE0XOsc2", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Infectious diseases not otherwise classified", - 1, - 1114 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 32, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Lower respiratory tract infection", - "mJv2EIUspLf", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Lower respiratory tract infection", - 1, - 1115 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 33, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Measles (complicated)", - "JMuui1OC4qm", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Measles (complicated)", - 1, - 1116 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 34, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Measles (uncomplicated)", - "F0jfwkECwC6", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Measles (uncomplicated)", - 1, - 1117 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 35, - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Meningeal TB", - "A23Hei7Aqa7", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Meningeal TB", - 1, - 1118 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 36, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Meningitis unspecified", - "f08qUA7VdA8", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Meningitis unspecified", - 1, - 1119 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 37, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Mental and psychiatric conditions", - "BSHRS8ImQPt", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Mental and psychiatric conditions", - 1, - 1120 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 38, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Moderate acute malnutrition", - "vn4rkGBqxVZ", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Moderate acute malnutrition", - 1, - 1121 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 39, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Musculoskeletal conditions (infectious origin)", - "k34KHbDpceV", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (infectious origin)", - 1, - 1122 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 40, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Musculoskeletal conditions (non-infectious)", - "eeIIBA68Qqp", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (non-infectious)", - 1, - 1123 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 41, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Necrotizing & bullous skin infections", - "sDZNxSTQR8R", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Necrotizing & bullous skin infections", - 1, - 1124 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 42, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neglected tropical diseases", - "FvxHIS3jqix", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neglected tropical diseases", - 1, - 1125 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 43, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "r6eWc8I8PDe", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1126 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 44, - "Cerebral palsy/Neuro disability", - "", - "Cerebral palsy/Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cerebral palsy/Neuro disability", - "ddebsmKgy2u", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cerebral palsy/Neuro disability", - 1, - 1127 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 45, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non urgent surgical conditions", - "uwM2sVPtUde", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non urgent surgical conditions", - 1, - 1128 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 46, - "Non violence-related injuries", - "", - "Non violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non violence-related injuries", - "RV6MQD0BaW1", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non violence-related injuries", - 1, - 1129 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 47, - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Obstetric cases", - "wZFYQnbuYkr", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Obstetric cases", - 1, - 1130 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 48, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Oral and digestive severe candidiasis", - "xTrkXo0f3jr", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Oral and digestive severe candidiasis", - 1, - 1131 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 49, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Persistent fever ( >7 days)", - "oQj59DPBYel", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Persistent fever ( >7 days)", - 1, - 1132 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 50, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Poliomyelitis confirmed", - "myLcZsoMRk5", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Poliomyelitis confirmed", - 1, - 1133 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 51, - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Post surgical infections", - "YVDu8NgUd87", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Post surgical infections", - 1, - 1134 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 52, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Pulmonary tuberculosis", - "GuReX44Ib4s", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Pulmonary tuberculosis", - 1, - 1135 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 53, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Rabies", - "RDS6MJMiUtx", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Rabies", - 1, - 1136 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 54, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Kwashiorkor)", - "x8YPDz3YDwK", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1137 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 55, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "mMOlozsbqCr", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1138 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 56, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Marasmus)", - "GZvCeMgWmt4", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus)", - 1, - 1139 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 57, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe malaria", - "UijCKzpfpUH", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe malaria", - 1, - 1140 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 58, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sexual violence / rape", - "LM9t0dDBnIm", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sexual violence / rape", - 1, - 1141 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 59, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sexually transmitted disease (STI)", - "Z1xeGfsZWOQ", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sexually transmitted disease (STI)", - 1, - 1142 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 60, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Shigellosis - Salmonellosis", - "r8DzuoIylch", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Shigellosis - Salmonellosis", - 1, - 1143 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 61, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sickle cell disease", - "JFwUloySp94", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sickle cell disease", - 1, - 1144 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 62, - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Simple malaria", - "l6PDpl6ib86", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Simple malaria", - 1, - 1145 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 63, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Skin and soft tissue conditions", - "BOFkDhGzR8P", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Skin and soft tissue conditions", - 1, - 1146 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 64, - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Snake bites", - "NaxHVYSUOyW", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Snake bites", - 1, - 1147 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 65, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Substance abuse / dependency", - "j3C7Fe8D4qu", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Substance abuse / dependency", - 1, - 1148 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 66, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Suspected or confirmed malignancy", - "WP4YznEWlNQ", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Suspected or confirmed malignancy", - 1, - 1149 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 67, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Tetanus", - "rFwJliVx1S8", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Tetanus", - 1, - 1150 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 68, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Toxicity / poisoning", - "uOjbsLAWUij", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Toxicity / poisoning", - 1, - 1151 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 69, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Typhoid fever", - "NbfUngbPEAP", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Typhoid fever", - 1, - 1152 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 70, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Upper respiratory tract infection", - "OvztRwDtrx1", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Upper respiratory tract infection", - 1, - 1153 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 71, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Urgent surgical conditions", - "BlEaw6hgBhq", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Urgent surgical conditions", - 1, - 1154 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 72, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Urolithiasis / Renal colic", - "WOUU3mmhdHZ", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Urolithiasis / Renal colic", - 1, - 1155 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 73, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "UTI and renal tract acute pathology", - "cNnfA3fFLNr", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|UTI and renal tract acute pathology", - 1, - 1156 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 74, - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Violence-related injuries", - "joxaKH5Rdul", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Violence-related injuries", - 1, - 1157 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 75, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Viral haemorrhagic fevers", - "yHVhPBKD9h2", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Viral haemorrhagic fevers", - 1, - 1158 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 76, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Visceral leishmaniasis", - "Bys1gZTxw4p", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Visceral leishmaniasis", - 1, - 1159 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 77, - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit A deficiency", - "i6JiY1PAEwc", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit A deficiency", - 1, - 1160 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 78, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit B complex deficiency", - "V8ISxvoysXS", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit B complex deficiency", - 1, - 1161 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 79, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit C deficiency (scurvy)", - "iDPCH8hTbBY", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit C deficiency (scurvy)", - 1, - 1162 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 80, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit D deficiency (rickets)", - "ug8Kgv37aSJ", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit D deficiency (rickets)", - 1, - 1163 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 81, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Whooping cough", - "VOFYxJG5Bdy", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Whooping cough", - 1, - 1164 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 82, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Yellow fever", - "RxYDFTlXi7B", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Yellow fever", - 1, - 1165 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 83, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other bites and stings", - "BbDlC8AkR76", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other bites and stings", - 1, - 1166 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 84, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other neurological conditions", - "Sla3XxqZjTc", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other neurological conditions", - 1, - 1167 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 85, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other non communicable diseases", - "IHcB7buq0Lq", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other non communicable diseases", - 1, - 1168 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 86, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other symptoms and abnor. clinical / lab findings", - "yzLYFrzUuy9", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other symptoms and abnor. clinical / lab findings", - 1, - 1169 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 87, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Others", - "wXYdnbu32bf", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Others", - 1, - 1170 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 88, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Covid-19 confirmed", - "pX0VJTMfoAj", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Covid-19 confirmed", - 1, - 1171 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 89, - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Covid-19 probable", - "HIfTGoweruV", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Covid-19 probable", - 1, - 1172 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 90, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Apnoea of prematurity", - "XiCLeKbQyoT", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Apnoea of prematurity", - 1, - 1173 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 91, - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Birth injury", - "WT20v167Xzg", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Birth injury", - 1, - 1174 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 92, - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "COPD", - "d96Q6VDDtGr", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|COPD", - 1, - 1175 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 93, - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bronchiolitis - obstructive bronchitis", - "U8prjAIzmCn", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bronchiolitis - obstructive bronchitis", - 1, - 1176 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 94, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bronchospasm", - "C4L4qbEt5mM", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bronchospasm", - 1, - 1177 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 95, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cardiogenic shock", - "r8xoa1SyGBZ", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cardiogenic shock", - 1, - 1178 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 96, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital herpes virus infection", - "rSiZA1OeamN", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital herpes virus infection", - 1, - 1179 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 97, - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital malaria", - "hGPNkM4Dk4z", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital malaria", - 1, - 1180 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 98, - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital syphilis", - "nfENb30coWb", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital syphilis", - 1, - 1181 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 99, - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dengue suspected", - "ikNcvpbDixr", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dengue suspected", - 1, - 1182 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 100, - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dog bite", - "BIs1jKjLRHN", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dog bite", - 1, - 1183 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 101, - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Febrile convulsions", - "c3O9dECIxOa", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Febrile convulsions", - 1, - 1184 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 102, - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hyperglycemia", - "p5JcLzBGNqp", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hyperglycemia", - 1, - 1185 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 103, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hypoglycemia", - "LJVBk2Zh7hK", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hypoglycemia", - 1, - 1186 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 104, - "hypovolemic_shock", - "", - "hypovolemic_shock", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "hypovolemic_shock", - "WnMpToZF0qr", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|hypovolemic_shock", - 1, - 1187 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 105, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal conjunctivitis", - "MOtQxxicneI", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal conjunctivitis", - 1, - 1188 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 106, - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal convulsions", - "bveva4WEwpk", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal convulsions", - 1, - 1189 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 107, - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal jaundice", - "x3e3eB13HBC", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal jaundice", - 1, - 1190 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 108, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal meconial aspiration", - "ZVbbk05skVn", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal meconial aspiration", - 1, - 1191 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 109, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal Necrotising Enterocolitis", - " ", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal Necrotizing Enterocolitis", - "CV9RoDlgn0w", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal Necrotizing Enterocolitis", - 1, - 1192 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 110, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal pneumonia", - "IuCGFWyFWFO", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumonia", - 1, - 1193 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 111, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal pneumothorax", - "NSSABF8r5q8", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumothorax", - 1, - 1194 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 112, - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal tetanus", - "TOYetOKf4MU", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal tetanus", - 1, - 1195 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 113, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal tuberculosis", - "e9GUiPSsGQC", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal tuberculosis", - 1, - 1196 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 114, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non cardiac congenital pathology", - "GgiffxpUGcR", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non cardiac congenital pathology", - 1, - 1197 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 115, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Newborn to an HIV+ mother", - "o7mxkyOuqRW", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Newborn to an HIV+ mother", - 1, - 1198 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 116, - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Observation", - "q9596NeqFbK", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Observation", - 1, - 1199 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 117, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Perinatal asphyxia and complications", - "C9vdUIZmji0", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Perinatal asphyxia and complications", - 1, - 1200 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 118, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Prematurity and or low birth weight", - "n5bkPzahGYv", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Prematurity and or low birth weight", - 1, - 1201 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 119, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Rheumatic heart disease", - "MndDsJKT02H", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Rheumatic heart disease", - 1, - 1202 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 120, - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Risk of sepsis", - "pOlHPAPSIwG", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Risk of sepsis", - 1, - 1203 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 121, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Septic shock", - "Z4K838xu1el", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Septic shock", - 1, - 1204 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 122, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Shock uspecified", - "DzENG1greCA", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Shock uspecified", - 1, - 1205 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 123, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe anaemia", - "rSM7i2VYQh8", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe anaemia", - 1, - 1206 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 124, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe dehydration", - "hvkuM6He8lg", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe dehydration", - 1, - 1207 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 125, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Transient tachypnoea of the newborn", - "gLpLCbuDJSU", - "transient_tachypnoea_of_the-newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Transient tachypnoea of the newborn", - 1, - 1208 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 126, - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Varicella", - "ZxWtBfYPFaS", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Varicella", - 1, - 1209 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 127, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other neonatal conditions", - "wPLsmkaNgVw", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other neonatal conditions", - 1, - 1210 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute asthma", - "HgX3vXrvsx6", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute asthma", - 1, - 1211 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute diarrhea (bloody)", - "ZpRxFecqnwi", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (bloody)", - 1, - 1212 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute diarrhea (non-bloody)", - "zVgxlrZnnCe", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (non-bloody)", - 1, - 1213 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute febrile illness (=<7 days)", - "J8Vl7BI0QfR", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute febrile illness (=<7 days)", - 1, - 1214 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute flaccid paralysis", - "A7Ex0DFMTYf", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute flaccid paralysis", - 1, - 1215 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute jaundice syndrome", - "GklH62cOq2Z", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute jaundice syndrome", - 1, - 1216 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 7, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bacterial meningitis", - "O9xz3jtr4xg", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bacterial meningitis", - 1, - 1217 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 8, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Burns", - "oeR7NWklyjd", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Burns", - 1, - 1218 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 9, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cholera (suspected)", - "YRAU0iIbNP9", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cholera (suspected)", - 1, - 1219 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 10, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cholera confirmed", - "S46QMarDp5i", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cholera confirmed", - 1, - 1220 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 11, - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Complicated ear infection", - "zdLmANKgrGO", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Complicated ear infection", - 1, - 1221 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 12, - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Complications of SCD", - "vYDgtp7MdTr", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Complications of SCD", - 1, - 1222 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 13, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital or acquired cardiac pathology", - "Jil2qLIrVT9", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital or acquired cardiac pathology", - 1, - 1223 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 14, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congestive Heart Failure", - "Nwd22x068J2", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congestive Heart Failure", - 1, - 1224 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 15, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cutaneous leishmaniosis", - "ftXcV1u3I8T", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cutaneous leishmaniosis", - 1, - 1225 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 16, - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dengue confirmed", - "ZnlAgYg6QR4", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dengue confirmed", - 1, - 1226 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 17, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diabetes type 2 and complications", - "VrNBEbLfvq6", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diabetes type 2 and complications", - 1, - 1227 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 18, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diabetes Type I and complications", - "oSTAIVxmb13", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diabetes Type I and complications", - 1, - 1228 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 19, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diarrhea (persistent)", - "ZmSORuJ7MmO", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diarrhea (persistent)", - 1, - 1229 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 20, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diphtheria", - "FWJi9zFnVVH", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diphtheria", - 1, - 1230 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 21, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Epilepsy - Seizures", - "WYuwK5EiFkc", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Epilepsy - Seizures", - 1, - 1231 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 22, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Extra pulmonary tuberculosis", - "LCWIVKAGXxQ", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Extra pulmonary tuberculosis", - 1, - 1232 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 23, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Eye diseases (including trachoma)", - "yrB1txNoXdz", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Eye diseases (including trachoma)", - 1, - 1233 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 24, - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Gynaecological cases", - "UF0PmdoljJa", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Gynaecological cases", - 1, - 1234 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 25, - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis A", - "kJRN97QTpuD", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis A", - 1, - 1235 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 26, - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis B", - "oPlApOiyRNf", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis B", - 1, - 1236 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 27, - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis Delta", - "iKsXCU378GN", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis Delta", - 1, - 1237 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 28, - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis E", - "daNBQbvb4W6", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis E", - 1, - 1238 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 29, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "HIV Infection confirmed", - "h3VYXiJtitz", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|HIV Infection confirmed", - 1, - 1239 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 30, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hyperreactive splenomegaly due to malaria", - "jmVxSKHbGG8", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hyperreactive splenomegaly due to malaria", - 1, - 1240 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 31, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Infectious diseases not otherwise classified", - "xNduTQgsOKH", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Infectious diseases not otherwise classified", - 1, - 1241 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 32, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Lower respiratory tract infection", - "VmtZbSQZKWB", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Lower respiratory tract infection", - 1, - 1242 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 33, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Measles (complicated)", - "Ldgjz9C0g8E", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Measles (complicated)", - 1, - 1243 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 34, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Measles (uncomplicated)", - "YBqbmTLX7C0", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Measles (uncomplicated)", - 1, - 1244 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 35, - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Meningeal TB", - "HnTQlyQywuD", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Meningeal TB", - 1, - 1245 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 36, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Meningitis unspecified", - "LR0LHjndAXu", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Meningitis unspecified", - 1, - 1246 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 37, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Mental and psychiatric conditions", - "aG0OfBS8ueF", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Mental and psychiatric conditions", - 1, - 1247 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 38, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Moderate acute malnutrition", - "QQaqc8toFYk", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Moderate acute malnutrition", - 1, - 1248 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 39, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Musculoskeletal conditions (infectious origin)", - "bnkjJwvg6iQ", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (infectious origin)", - 1, - 1249 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 40, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Musculoskeletal conditions (non-infectious)", - "J6aEdljbxgr", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (non-infectious)", - 1, - 1250 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 41, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Necrotizing & bullous skin infections", - "utECVhpdUs4", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Necrotizing & bullous skin infections", - 1, - 1251 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 42, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neglected tropical diseases", - "NohI0zAbUc4", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neglected tropical diseases", - 1, - 1252 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 43, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "C1jvKxIjDxj", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1253 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 44, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cerebral palsy - Neuro disability", - "e8eyFjAUlQk", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cerebral palsy - Neuro disability", - 1, - 1254 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 45, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non urgent surgical conditions", - "yeEBnmqXsQl", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non urgent surgical conditions", - 1, - 1255 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 46, - "Non violence-related injuries", - "", - "Non violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non violence-related injuries", - "yIE3xuGdorT", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non violence-related injuries", - 1, - 1256 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 47, - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Obstetric cases", - "lufXrIBxOSO", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Obstetric cases", - 1, - 1257 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 48, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Oral and digestive severe candidiasis", - "byDZOw8AhEH", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Oral and digestive severe candidiasis", - 1, - 1258 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 49, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Persistent fever ( >7 days)", - "ApD01rBFsP7", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Persistent fever ( >7 days)", - 1, - 1259 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 50, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Poliomyelitis confirmed", - "eW1xtCC90c3", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Poliomyelitis confirmed", - 1, - 1260 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 51, - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Post surgical infections", - "uGrIXRfwMwY", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Post surgical infections", - 1, - 1261 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 52, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Pulmonary tuberculosis", - "HJeN29Cv3kc", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Pulmonary tuberculosis", - 1, - 1262 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 53, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Rabies", - "nL9YgpEXOzY", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Rabies", - 1, - 1263 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 54, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Kwashiorkor)", - "NBY05tQ8hQN", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1264 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 55, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "cX41mhUP4hg", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1265 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 56, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Marasmus)", - "yCOLs7TI2Yf", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus)", - 1, - 1266 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 57, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe malaria", - "RqDxjW04LBM", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe malaria", - 1, - 1267 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 58, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sexual violence / rape", - "t9OwU2PBjmi", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sexual violence / rape", - 1, - 1268 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 59, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sexually transmitted disease (STI)", - "rDDzlHmlVfb", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sexually transmitted disease (STI)", - 1, - 1269 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 60, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Shigellosis - Salmonellosis", - "C0RJm1JpNud", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Shigellosis - Salmonellosis", - 1, - 1270 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 61, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sickle cell disease", - "QGLQEmOsLec", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sickle cell disease", - 1, - 1271 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 62, - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Simple malaria", - "q3Grvfn9QGb", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Simple malaria", - 1, - 1272 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 63, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Skin and soft tissue conditions", - "i6qQp5uB0Ko", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Skin and soft tissue conditions", - 1, - 1273 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 64, - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Snake bites", - "It0cW5RQWpE", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Snake bites", - 1, - 1274 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 65, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Substance abuse / dependency", - "jxDmdkqUYzT", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Substance abuse / dependency", - 1, - 1275 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 66, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Suspected or confirmed malignancy", - "SEVS3rGTnWG", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Suspected or confirmed malignancy", - 1, - 1276 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 67, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Tetanus", - "Kr9r979EtHx", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Tetanus", - 1, - 1277 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 68, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Toxicity / poisoning", - "wGTjx3JO66k", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Toxicity / poisoning", - 1, - 1278 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 69, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Typhoid fever", - "ufSbySjV4nf", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Typhoid fever", - 1, - 1279 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 70, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Upper respiratory tract infection", - "UoTji9E533F", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Upper respiratory tract infection", - 1, - 1280 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 71, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Urgent surgical conditions", - "G4GBgpGBv1I", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Urgent surgical conditions", - 1, - 1281 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 72, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Urolithiasis / Renal colic", - "pbbYJwsoExK", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Urolithiasis / Renal colic", - 1, - 1282 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 73, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "UTI and renal tract acute pathology", - "hrtm8XMGsvI", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|UTI and renal tract acute pathology", - 1, - 1283 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 74, - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Violence-related injuries", - "FGVvCNrsZd6", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Violence-related injuries", - 1, - 1284 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 75, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Viral haemorrhagic fevers", - "kVOcCpX2wET", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Viral haemorrhagic fevers", - 1, - 1285 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 76, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Visceral leishmaniasis", - "mWZtlCUSfv9", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Visceral leishmaniasis", - 1, - 1286 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 77, - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit A deficiency", - "Q8QmQpMAnQ4", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit A deficiency", - 1, - 1287 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 78, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit B complex deficiency", - "K970D8cUX8q", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit B complex deficiency", - 1, - 1288 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 79, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit C deficiency (scurvy)", - "M4dWY0whWZ3", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit C deficiency (scurvy)", - 1, - 1289 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 80, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit D deficiency (rickets)", - "Iad4CoXnCTM", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit D deficiency (rickets)", - 1, - 1290 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 81, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Whooping cough", - "PJaiWyUC5Rv", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Whooping cough", - 1, - 1291 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 82, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Yellow fever", - "XTczxMr7cBC", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Yellow fever", - 1, - 1292 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 83, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other bites and stings", - "tMDEcnOrzaS", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other bites and stings", - 1, - 1293 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 84, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other neurological conditions", - "RZ6Gri5POqL", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other neurological conditions", - 1, - 1294 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 85, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other non communicable diseases", - "i3kF3xASTF0", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other non communicable diseases", - 1, - 1295 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 86, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other symptoms and abnor. clinical / lab findings", - "wo6gncCWDt8", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other symptoms and abnor. clinical / lab findings", - 1, - 1296 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 87, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Others", - "SLRzVQxrR6V", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Others", - 1, - 1297 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 88, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Covid-19 confirmed", - "lbR2rz0zKhv", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Covid-19 confirmed", - 1, - 1298 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 89, - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Covid-19 probable", - "AyulwHw3Bj7", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Covid-19 probable", - 1, - 1299 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 90, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Apnoea of prematurity", - "mNPTDvpwGn5", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Apnoea of prematurity", - 1, - 1300 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 91, - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Birth injury", - "oJP7rkoXVg1", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Birth injury", - 1, - 1301 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 92, - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bronchiolitis - obstructive bronchitis", - "Ra4H6sXRGR8", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bronchiolitis - obstructive bronchitis", - 1, - 1302 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 93, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bronchospasm", - "gJSba9WYKcN", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bronchospasm", - 1, - 1303 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 94, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cardiogenic shock", - "EQCt6KPlhXh", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cardiogenic shock", - 1, - 1304 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 95, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital herpes virus infection", - "IEWIHnBHcKW", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital herpes virus infection", - 1, - 1305 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 96, - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital malaria", - "fzD74ridSY3", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital malaria", - 1, - 1306 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 97, - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital syphilis", - "VlGKbqPPcqo", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital syphilis", - 1, - 1307 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 98, - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "COPD", - "VEF2GXOUCGn", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|COPD", - 1, - 1308 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 99, - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dengue suspected", - "ZcJqi7M0sIE", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dengue suspected", - 1, - 1309 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 100, - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dog bite", - "i1cjdEToed4", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dog bite", - 1, - 1310 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 101, - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Febrile convulsions", - "jP8E3Nr5ePF", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Febrile convulsions", - 1, - 1311 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 102, - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hyperglycemia", - "CSFxUSl3Lrp", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hyperglycemia", - 1, - 1312 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 103, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hypoglycemia", - "p94oukUpt38", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hypoglycemia", - 1, - 1313 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 104, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - " ", - " ", - " ", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hypovolemic shock", - "RdQaXExPuHY", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hypovolemic shock", - 1, - 1314 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 105, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal conjunctivitis", - "l9b20GYt8K8", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal conjunctivitis", - 1, - 1315 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 106, - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal convulsions", - "vHdiG2Glz2R", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal convulsions", - 1, - 1316 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 107, - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal jaundice", - "bz0dwSs5R8q", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal jaundice", - 1, - 1317 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 108, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal meconial aspiration", - "F7ph9cAUsjq", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal meconial aspiration", - 1, - 1318 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 109, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal Necrotising Enterocolitis", - " ", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal Necrotizing Enterocolitis", - "PEUNHffrc5r", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal Necrotizing Enterocolitis", - 1, - 1319 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 110, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal pneumonia", - "qfD7Pdor9Ke", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumonia", - 1, - 1320 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 111, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal pneumothorax", - "QnWXeiCqjvs", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumothorax", - 1, - 1321 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 112, - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal tetanus", - "y6Z1pZrll3Z", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal tetanus", - 1, - 1322 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 113, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal tuberculosis", - "hG3VHYjksd7", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal tuberculosis", - 1, - 1323 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 114, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non cardiac congenital pathology", - "kNx7jnB8tpr", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non cardiac congenital pathology", - 1, - 1324 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 115, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Newborn to an HIV+ mother", - "harSVfsnIAt", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Newborn to an HIV+ mother", - 1, - 1325 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 116, - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Observation", - "xW2glpN3ZdI", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Observation", - 1, - 1326 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 117, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Perinatal asphyxia and complications", - "ES9hj5pSPBm", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Perinatal asphyxia and complications", - 1, - 1327 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 118, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Prematurity and or low birth weight", - "ApxIIyzZOvu", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Prematurity and or low birth weight", - 1, - 1328 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 119, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Rheumatic heart disease", - "onaykQ33cTD", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Rheumatic heart disease", - 1, - 1329 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 120, - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Risk of sepsis", - "YeQfOMYWPyl", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Risk of sepsis", - 1, - 1330 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 121, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Septic shock", - "e50oxQBEjFZ", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Septic shock", - 1, - 1331 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 122, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Shock uspecified", - "nduZ755HdUK", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Shock uspecified", - 1, - 1332 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 123, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe anaemia", - "OosWiQ14i4U", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe anaemia", - 1, - 1333 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 124, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe dehydration", - "I49cMnQlRYb", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe dehydration", - 1, - 1334 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 125, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Transient tachypnoea of the newborn", - "o0jzqeTCtcA", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Transient tachypnoea of the newborn", - 1, - 1335 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 126, - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Varicella", - "H6yZB35ROGG", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Varicella", - 1, - 1336 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 127, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other neonatal conditions", - "PFNsVEiE3Mg", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other neonatal conditions", - 1, - 1337 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute asthma", - "bluop7krNFI", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute asthma", - 1, - 1338 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 2, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Non cardiac congenital pathology", - "aVQ2oi3G43Y", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Non cardiac congenital pathology", - 1, - 1339 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 3, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal tuberculosis", - "b52kxhqjmV9", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal tuberculosis", - 1, - 1340 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 4, - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal tetanus", - "WE6lCWupEYy", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal tetanus", - 1, - 1341 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 5, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal pneumothorax", - "HWfmCVKRv3I", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumothorax", - 1, - 1342 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 6, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute diarrhea (bloody)", - "ok2FInOgsTB", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (bloody)", - 1, - 1343 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 7, - "Neonatal ecrotizing enterocolitisn", - "", - "Neonatal ecrotizing enterocolitisn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal ecrotizing enterocolitisn", - "bt1b6Bxj2kF", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal ecrotizing enterocolitisn", - 1, - 1344 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 8, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal meconial aspiration", - "NKVXlNCLf17", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal meconial aspiration", - 1, - 1345 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 9, - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal jaundice", - "MBeU92FooY5", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal jaundice", - 1, - 1346 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 10, - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal convulsions", - "pJNzXChiGXl", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal convulsions", - 1, - 1347 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 11, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal conjunctivitis", - "HT13icXo5YH", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal conjunctivitis", - 1, - 1348 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 12, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal pneumonia", - "tFvK0JjfEok", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumonia", - 1, - 1349 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 13, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute diarrhea (non-bloody)", - "lefj8RM9IfZ", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (non-bloody)", - 1, - 1350 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 14, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute febrile illness (=<7 days)", - "DawDRlElB9F", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute febrile illness (=<7 days)", - 1, - 1351 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 15, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute flaccid paralysis", - "GyhzORItLY8", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute flaccid paralysis", - 1, - 1352 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 16, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute jaundice syndrome", - "xcAffGbjtaI", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute jaundice syndrome", - 1, - 1353 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 17, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Apnoea of prematurity", - "xH3LxnnChOf", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Apnoea of prematurity", - 1, - 1354 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 18, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bacterial meningitis", - "B9xVjlrAWHk", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bacterial meningitis", - 1, - 1355 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 19, - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Birth injury", - "rqX77y5nyBB", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Birth injury", - 1, - 1356 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 20, - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bronchiolitis - obstructive bronchitis", - "jOVk2qkoqyy", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bronchiolitis - obstructive bronchitis", - 1, - 1357 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 21, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bronchospasm", - "XagfsDBPa2U", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bronchospasm", - 1, - 1358 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 22, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Burns", - "b7VwHnEElX4", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Burns", - 1, - 1359 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 23, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cardiogenic shock", - "CLTxVpE2nyA", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cardiogenic shock", - 1, - 1360 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 24, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cerebral palsy - Neuro disability", - "J80kH4PewuI", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cerebral palsy - Neuro disability", - 1, - 1361 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 25, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cholera (suspected)", - "RlzumxPwBd4", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cholera (suspected)", - 1, - 1362 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 26, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cholera confirmed", - "HtM1Sox2Vwj", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cholera confirmed", - 1, - 1363 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 27, - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Complicated ear infection", - "nXBWUIZslkY", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Complicated ear infection", - 1, - 1364 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 28, - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Complications of SCD", - "POa0tRlSuBy", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Complications of SCD", - 1, - 1365 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 29, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital herpes virus infection", - "YLMeuzLogS9", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital herpes virus infection", - 1, - 1366 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 30, - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital malaria", - "QFNeWiHVebh", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital malaria", - 1, - 1367 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 31, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital or acquired cardiac pathology", - "AJ4Xt5rFWGv", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital or acquired cardiac pathology", - 1, - 1368 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 32, - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital syphilis", - "uQkCX2hOxUz", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital syphilis", - 1, - 1369 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 33, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congestive Heart Failure", - "PqbFgrmJdlD", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congestive Heart Failure", - 1, - 1370 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 34, - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "COPD", - "guEVgXa3b6v", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|COPD", - 1, - 1371 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 35, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Covid-19 confirmed", - "ynQdWMHuVnM", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Covid-19 confirmed", - 1, - 1372 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 36, - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Covid-19 probable", - "V51gp9J0zWT", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Covid-19 probable", - 1, - 1373 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 37, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cutaneous leishmaniosis", - "q6Ae06r15Ho", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cutaneous leishmaniosis", - 1, - 1374 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 38, - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dengue confirmed", - "F2XsLwIR6fG", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dengue confirmed", - 1, - 1375 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 39, - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dengue suspected", - "rlGC8uqJdzh", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dengue suspected", - 1, - 1376 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 40, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diabetes type 2 and complications", - "n6mQ1I8sLr1", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diabetes type 2 and complications", - 1, - 1377 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 41, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diabetes Type I and complications", - "LnguSPhlhvw", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diabetes Type I and complications", - 1, - 1378 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 42, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diarrhea (persistent)", - "wIdOQXkA9vZ", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diarrhea (persistent)", - 1, - 1379 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 43, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diphtheria", - "fHN1Fc1XE3x", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diphtheria", - 1, - 1380 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 44, - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dog bite", - "sj85TsVZ3JX", - "dog bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dog bite", - 1, - 1381 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 45, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Epilepsy - Seizures", - "EXN5Y8Bbe4U", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Epilepsy - Seizures", - 1, - 1382 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 46, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Extra pulmonary tuberculosis", - "w4TaclahhD4", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Extra pulmonary tuberculosis", - 1, - 1383 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 47, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Eye diseases (including trachoma)", - "FTJPLScLlnW", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Eye diseases (including trachoma)", - 1, - 1384 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 48, - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Febrile convulsions", - "JH2GCxIGcWf", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Febrile convulsions", - 1, - 1385 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 49, - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Gynaecological cases", - "yjXZddwKmXl", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Gynaecological cases", - 1, - 1386 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 50, - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis A", - "gcSNHIXe5TM", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis A", - 1, - 1387 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 51, - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis B", - "vWZOq83jtyI", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis B", - 1, - 1388 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 52, - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis Delta", - "CTGA8o161O9", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis Delta", - 1, - 1389 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 53, - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis E", - "ZuuL8WkZEGq", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis E", - 1, - 1390 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 54, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "HIV Infection confirmed", - "sTU8qlhaC8h", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|HIV Infection confirmed", - 1, - 1391 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 55, - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hyperglycemia", - "kSePi7ROwlD", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hyperglycemia", - 1, - 1392 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 56, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hyperreactive splenomegaly due to malaria", - "Fx4Tqmp4Aum", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hyperreactive splenomegaly due to malaria", - 1, - 1393 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 57, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hypoglycemia", - "hFiMNaLFQqq", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hypoglycemia", - 1, - 1394 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 58, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - " ", - " ", - " ", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hypovolemic shock", - "zTCrtZh4N4r", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hypovolemic shock", - 1, - 1395 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 59, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Infectious diseases not otherwise classified", - "fvAf7HoLqiZ", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Infectious diseases not otherwise classified", - 1, - 1396 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 60, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Lower respiratory tract infection", - "lWivqa14ywH", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Lower respiratory tract infection", - 1, - 1397 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 61, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Measles (complicated)", - "fA5OLx44Kqy", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Measles (complicated)", - 1, - 1398 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 62, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Measles (uncomplicated)", - "QSGKKKOJgJy", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Measles (uncomplicated)", - 1, - 1399 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 63, - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Meningeal TB", - "IYrzxMo1XdR", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Meningeal TB", - 1, - 1400 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 64, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Meningitis unspecified", - "SHBQIe1fUcx", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Meningitis unspecified", - 1, - 1401 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 65, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Mental and psychiatric conditions", - "Tel9TSdNRKv", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Mental and psychiatric conditions", - 1, - 1402 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 66, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Moderate acute malnutrition", - "Lizb2D5tY6F", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Moderate acute malnutrition", - 1, - 1403 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 67, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Musculoskeletal conditions (infectious origin)", - "C2aGaLQ7wfC", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (infectious origin)", - 1, - 1404 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 68, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Musculoskeletal conditions (non-infectious)", - "xbsxjRVbgFt", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (non-infectious)", - 1, - 1405 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 69, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Necrotizing & bullous skin infections", - "HPgk2Ttjxgu", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Necrotizing & bullous skin infections", - 1, - 1406 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 70, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neglected tropical diseases", - "enxyg6CNRzX", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neglected tropical diseases", - 1, - 1407 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 71, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "jDpjwjOmzYi", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1408 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 72, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Non urgent surgical conditions", - "JS1JiSduXtv", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Non urgent surgical conditions", - 1, - 1409 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 73, - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Obstetric cases", - "VdEPVcQIJ9n", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Obstetric cases", - 1, - 1410 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 74, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Oral and digestive severe candidiasis", - "jv8EoB8Ixcc", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Oral and digestive severe candidiasis", - 1, - 1411 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 75, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other bites and stings", - "gX2JCGQxzrk", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other bites and stings", - 1, - 1412 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 76, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other neurological conditions", - "ltUMXNGhEq8", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other neurological conditions", - 1, - 1413 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 77, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other non communicable diseases", - "ddklpeUOxUt", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other non communicable diseases", - 1, - 1414 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 78, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other symptoms and abnor. clinical / lab findings", - "pASiyT81UCq", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other symptoms and abnor. clinical / lab findings", - 1, - 1415 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 79, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Others", - "Dd15skECALP", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Others", - 1, - 1416 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 80, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Persistent fever ( >7 days)", - "HPg1Uen5FY0", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Persistent fever ( >7 days)", - 1, - 1417 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 81, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Poliomyelitis confirmed", - "YQ8eAJMeeJH", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Poliomyelitis confirmed", - 1, - 1418 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 82, - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Post surgical infections", - "lQqjSIZNH5D", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Post surgical infections", - 1, - 1419 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 83, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Pulmonary tuberculosis", - "nTT9Yte9u1S", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Pulmonary tuberculosis", - 1, - 1420 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 84, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Rabies", - "NcqJU6GvwC2", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Rabies", - 1, - 1421 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 85, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Kwashiorkor)", - "lhvVc3FUCpO", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1422 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 86, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "bZZNGmGmH2F", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1423 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 87, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Marasmus)", - "GlOW8o3i6mR", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus)", - 1, - 1424 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 88, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe malaria", - "LmXWiBEvHwI", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe malaria", - 1, - 1425 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 89, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sexual violence / rape", - "MvS3SDtkUeq", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sexual violence / rape", - 1, - 1426 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 90, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Shigellosis - Salmonellosis", - "J0DdLu2MHDs", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Shigellosis - Salmonellosis", - 1, - 1427 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 91, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sickle cell disease", - "JToZ8urVV4S", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sickle cell disease", - 1, - 1428 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 92, - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Simple malaria", - "gZWPKGZRwcj", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Simple malaria", - 1, - 1429 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 93, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Skin and soft tissue conditions", - "oVCqPof3OrT", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Skin and soft tissue conditions", - 1, - 1430 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 94, - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Snake bites", - "uYnA0pnSaib", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Snake bites", - 1, - 1431 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 95, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Substance abuse / dependency", - "KC9VbPmfCS0", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Substance abuse / dependency", - 1, - 1432 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 96, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Suspected or confirmed malignancy", - "Qx1uLto5yEX", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Suspected or confirmed malignancy", - 1, - 1433 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 97, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Tetanus", - "lIOfRgPuHgD", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Tetanus", - 1, - 1434 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 98, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Toxicity / poisoning", - "WO1S4bWy3kR", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Toxicity / poisoning", - 1, - 1435 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 99, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Typhoid fever", - "ad45MmIrFgH", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Typhoid fever", - 1, - 1436 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 100, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Newborn to an HIV+ mother", - "Wa5DWnrKvGK", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Newborn to an HIV+ mother", - 1, - 1437 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 101, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sexually transmitted disease (STI)", - "Lv66yP6CBue", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sexually transmitted disease (STI)", - 1, - 1438 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 102, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Upper respiratory tract infection", - "hTK6DDFaG6e", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Upper respiratory tract infection", - 1, - 1439 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 103, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Urgent surgical conditions", - "qWULOu2OfQk", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Urgent surgical conditions", - 1, - 1440 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 104, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Urolithiasis / Renal colic", - "OShtoAim3Wg", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Urolithiasis / Renal colic", - 1, - 1441 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 105, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "UTI and renal tract acute pathology", - "MjGSCSxWji8", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|UTI and renal tract acute pathology", - 1, - 1442 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 106, - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Violence-related injuries", - "NCKIOR3jQHw", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Violence-related injuries", - 1, - 1443 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 107, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Viral haemorrhagic fevers", - "kAgodBQdyLK", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Viral haemorrhagic fevers", - 1, - 1444 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 108, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Visceral leishmaniasis", - "OWklY4z4BDt", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Visceral leishmaniasis", - 1, - 1445 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 109, - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit A deficiency", - "CyUW5yS5Rgg", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit A deficiency", - 1, - 1446 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 110, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit B complex deficiency", - "pYEJB8o2qjA", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit B complex deficiency", - 1, - 1447 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 111, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit C deficiency (scurvy)", - "kF6LZEDgeid", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit C deficiency (scurvy)", - 1, - 1448 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 112, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit D deficiency (rickets)", - "W9HFlAbnhhg", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit D deficiency (rickets)", - 1, - 1449 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 113, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Whooping cough", - "U3dzpFQgcmH", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Whooping cough", - 1, - 1450 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 114, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Yellow fever", - "BQ0tEkOuzJ7", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Yellow fever", - 1, - 1451 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 115, - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Observation", - "w3WM30UaV3P", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Observation", - 1, - 1452 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 116, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Perinatal asphyxia and complications", - "zPHUZb5MEJP", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Perinatal asphyxia and complications", - 1, - 1453 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 117, - "Prematurity and/or low birth weight", - "", - "Prematurity and/or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Prematurity and/or low birth weight", - "nbgZIc8oTzY", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Prematurity and/or low birth weight", - 1, - 1454 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 118, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Rheumatic heart disease", - "oGUhgcrpTRz", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Rheumatic heart disease", - 1, - 1455 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 119, - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Risk of sepsis", - "I8SfVL1ISjT", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Risk of sepsis", - 1, - 1456 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 120, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Septic shock", - "Ppv9BTW1HUM", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Septic shock", - 1, - 1457 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 121, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Shock uspecified", - "oxHISHDzfPj", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Shock uspecified", - 1, - 1458 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 122, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe anaemia", - "DY621CqJVK6", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe anaemia", - 1, - 1459 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 123, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe dehydration", - "Km8nbWcG57I", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe dehydration", - 1, - 1460 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 124, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Transient tachypnoea of the newborn", - "duWhWZ2OorT", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Transient tachypnoea of the newborn", - 1, - 1461 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 125, - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Varicella", - "Dx5mvv0dua0", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Varicella", - 1, - 1462 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 126, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other neonatal conditions", - "VqNHFgx2IKp", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other neonatal conditions", - 1, - 1463 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 1, - "Weight/Height", - "", - "", - "Height", - "Patient's height in centimeters.", - "Numeric", - "Finding", - "3fbf0612-8343-4fcd-bc20-7e9d3cb85d6f", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الوزن/الطول", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Weight/Height", - 1, - 1464 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 2, - "BMI", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|BMI", - 1, - 1465 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 3, - "MUAC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|MUAC", - 1, - 1466 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 4, - "Odema", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جفاف العين", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Odema", - 1, - 1467 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 5, - "breastfeeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإفطار/التغذية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|breastfeeding", - 1, - 1468 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 6, - "Moderate + sick", - "", - "", - "Moderate", - "Average in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001888", - 90, - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "3cdef832-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "معتدل + مريض", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Moderate + sick", - 1, - 1469 - ], - [ - 101, - "Three-levels scale", - "", - "Coded", - 1, - "+ ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| + ", - 1, - 1470 - ], - [ - 101, - "Three-levels scale", - "", - "Coded", - 2, - "++", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "++", - "Two plus result (scale of + - ++++)", - "Boolean", - "Finding", - "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| ++", - 1, - 1471 - ], - [ - 101, - "Three-levels scale", - "", - "Coded", - 3, - "+++", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "+++", - "Three plus result (scale + - ++++)", - "Boolean", - "Finding", - "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| +++", - 1, - 1472 - ], - [ - 102, - "Vulnerability criteria - The child is", - "", - "Coded", - 1, - "Adopted", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تم تبني الطفل", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Adopted", - 1, - 1473 - ], - [ - 102, - "Vulnerability criteria - The child is", - "", - "Coded", - 2, - "Twin", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطفل توأم", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Twin", - 1, - 1474 - ], - [ - 102, - "Vulnerability criteria - The child is", - "", - "Coded", - 3, - "Orphan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطفل يتيم", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Orphan", - 1, - 1475 - ], - [ - 103, - "Test result - positive/negative", - "", - "Coded", - 1, - "Positive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موجب", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Test result - positive/negative|Positive", - 1, - 1476 - ], - [ - 103, - "Test result - positive/negative", - "", - "Coded", - 2, - "Negative", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سالب", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Test result - positive/negative|Negative", - 1, - 1477 - ], - [ - 104, - "Feeding - Phase", - "", - "Coded", - 1, - 1, - "", - 1, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|1", - 1, - 1478 - ], - [ - 104, - "Feeding - Phase", - "", - "Coded", - 2, - "Transition", - "", - "Transition", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|Transition", - 1, - 1479 - ], - [ - 104, - "Feeding - Phase", - "", - "Coded", - 3, - 2, - "", - 2, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|2", - 1, - 1480 - ], - [ - 105, - "Feeding - Product", - "", - "Coded", - 1, - "F75", - "", - "F75", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|F75", - 1, - 1481 - ], - [ - 105, - "Feeding - Product", - "", - "Coded", - 2, - "F100", - "", - "F100", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|F100", - 1, - 1482 - ], - [ - 105, - "Feeding - Product", - "", - "Coded", - 3, - "Infant formula", - "", - "Infant formula", - "", - "", - "", - "", - "", - "", - "Infant formula", - "Describes a substance used to feed children.", - "Coded", - "Drug", - "5254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Infant formula", - "Describes a substance used to feed children.", - "Coded", - "Drug", - "3ceb2c7e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|Infant formula", - 1, - 1483 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 1, - 0, - "", - 0, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|0 %", - 1, - 1484 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 2, - 0.25, - "", - 0.25, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|25 %", - 1, - 1485 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 3, - 0.5, - "", - 0.5, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|50 %", - 1, - 1486 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 4, - 0.75, - "", - 0.75, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|75 %", - 1, - 1487 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 5, - 1, - "", - 1, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|100 %", - 1, - 1488 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 1, - "Absent", - "", - "Absent", - "", - "", - "", - "", - "", - "", - "Absent", - "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", - "N/A", - "Misc", - "163747AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Absent", - "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", - "N/A", - "Misc", - "b5410710-123c-49a6-8ccd-75bce3ffa4f1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Absent", - 1, - 1489 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 2, - "Vomiting", - "", - "Vomiting", - "", - "", - "", - "", - "", - "", - "Vomiting", - "The forcible expulsion of the contents of the stomach through the mouth.", - "Coded", - "Diagnosis", - "122983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Vomiting", - "The forcible expulsion of the contents of the stomach through the mouth.", - "N/A", - "Diagnosis", - "3cf1c930-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Vomiting", - 1, - 1490 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 3, - "Refusal", - "", - "Refusal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Refusal", - 1, - 1491 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 4, - "Nasogastric tube", - "", - "Nasogastric tube", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Nasogastric tube", - 1, - 1492 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 5, - "IV fluid", - "", - "IV fluid", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|IV fluid", - 1, - 1493 - ], - [ - "", - "Outcome - Family planning", - "", - "Coded", - "", - "Child alive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Outcome - Family planning|Child alive", - 1, - 1494 - ], - [ - "", - "Outcome - Family planning ", - "", - "Coded", - "", - "Child died", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Outcome - Family planning |Child died", - 1, - 1495 - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Exclusive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Exclusive", - 1, - 1496 - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Mixed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Mixed", - 1, - 1497 - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Bottle", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Bottle", - 1, - 1498 - ], - [ - "", - "FP befor", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "FP befor|Yes", - 1, - 1499 - ], - [ - "", - "FP befor", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "FP befor|No", - 1, - 1500 - ], - [ - "", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|Yes", - 1, - 1501 - ], - [ - "", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|No", - 1, - 1502 - ], - [ - "", - "Have you given birth on the last 4 weeks?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you given birth on the last 4 weeks?|Yes", - 1, - 1503 - ], - [ - "", - "Have you given birth on the last 4 weeks?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you given birth on the last 4 weeks?|No", - 1, - 1504 - ], - [ - "", - "Did your last menstruation period start within the past 7 days?", - "", - "", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Did your last menstruation period start within the past 7 days?|Yes", - 1, - 1505 - ], - [ - "", - "Did your last menstruation period start within the past 7 days?", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Did your last menstruation period start within the past 7 days?|No", - 1, - 1506 - ], - [ - "", - "Have you had an abortion or miscarriage in the past 7 days?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you had an abortion or miscarriage in the past 7 days?|Yes", - 1, - 1507 - ], - [ - "", - "Have you had an abortion or miscarriage in the past 7 days?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you had an abortion or miscarriage in the past 7 days?|No", - 1, - 1508 - ], - [ - "", - "Have you gone without sexual intercourse since your last menstrual period?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you gone without sexual intercourse since your last menstrual period?|Yes", - 1, - 1509 - ], - [ - "", - "Have you gone without sexual intercourse since your last menstrual period?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you gone without sexual intercourse since your last menstrual period?|No", - 1, - 1510 - ], - [ - "", - "Have you been using a reliable contraceptive method consistently AND correctly?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you been using a reliable contraceptive method consistently AND correctly?|Yes", - 1, - 1511 - ], - [ - "", - "Have you been using a reliable contraceptive method consistently AND correctly?", - "", - "", - "", - "No", - " ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you been using a reliable contraceptive method consistently AND correctly?|No", - 1, - 1512 - ], - [ - "", - "The patient has a metod in mind?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "The patient has a metod in mind?|Yes", - 1, - 1513 - ], - [ - "", - "The patient has a metod in mind?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "The patient has a metod in mind?|No", - 1, - 1514 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Very effective", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Very effective", - 1, - 1515 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Breasfeeding<6 month", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Breasfeeding<6 month", - 1, - 1516 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "No children later", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|No children later", - 1, - 1517 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Permanent", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Permanent", - 1, - 1518 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Few side", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Few side", - 1, - 1519 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Nothing to do befor sex", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Nothing to do befor sex", - 1, - 1520 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Use only when needed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Use only when needed", - 1, - 1521 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Avoid touching intimate areas", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Avoid touching intimate areas", - 1, - 1522 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Latex allergy (patient or partner)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Latex allergy (patient or partner)", - 1, - 1523 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Current/history trombembolism", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Current/history trombembolism", - 1, - 1524 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Pregnancy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Pregnancy", - 1, - 1525 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Diabetes for > 20 years", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Diabetes for > 20 years", - 1, - 1526 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Breastfeeding< 6 weeks", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Breastfeeding< 6 weeks", - 1, - 1527 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Smoker > 35 years old", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Smoker > 35 years old", - 1, - 1528 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "BP>160/100", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|BP>160/100", - 1, - 1529 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Unexplained veginal bleeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Unexplained veginal bleeding", - 1, - 1530 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Bleeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Bleeding", - 1, - 1531 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Hyper or dysmenorrhoea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Hyper or dysmenorrhoea", - 1, - 1532 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "History of extra-uterine pregnancy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|History of extra-uterine pregnancy", - 1, - 1533 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Server untreated anaemia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Server untreated anaemia", - 1, - 1534 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Current STI/current PID,HIV + patient on ARV", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Current STI/current PID,HIV + patient on ARV", - 1, - 1535 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "On TB medication", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|On TB medication", - 1, - 1536 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "On Epilepsy medication", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|On Epilepsy medication", - 1, - 1537 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Active liver disease/jaundice", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Active liver disease/jaundice", - 1, - 1538 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "HIV + patient with active ADIS but NOT on ARV", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|HIV + patient with active ADIS but NOT on ARV", - 1, - 1539 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Male condom", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Male condom", - 1, - 1540 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Female condom", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Female condom", - 1, - 1541 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "COC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|COC", - 1, - 1542 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "POP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|POP", - 1, - 1543 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Injectable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Injectable", - 1, - 1544 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Implant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Implant", - 1, - 1545 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "IUD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|IUD", - 1, - 1546 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Tubal ligation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Tubal ligation", - 1, - 1547 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Vasectomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Vasectomy", - 1, - 1548 - ], - [ - "", - "Satisfied with method", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Satisfied with method|Yes", - 1, - 1549 - ], - [ - "", - "Satisfied with method", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Satisfied with method|No", - 1, - 1550 - ], - [ - "", - "Changed bleeding pattern", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Changed bleeding pattern|Yes", - 1, - 1551 - ], - [ - "", - "Changed bleeding pattern", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Changed bleeding pattern|No", - 1, - 1552 - ], - [ - "", - "Headache/dizziness", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Headache/dizziness|Yes", - 1, - 1553 - ], - [ - "", - "Headache/dizziness", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Headache/dizziness|No", - 1, - 1554 - ], - [ - "", - "Nausea/abdominal pain", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Nausea/abdominal pain|Yes", - 1, - 1555 - ], - [ - "", - "Nausea/abdominal pain", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Nausea/abdominal pain|No", - 1, - 1556 - ], - [ - "", - "Breast tender", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breast tender|Yes", - 1, - 1557 - ], - [ - "", - "Breast tender", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breast tender|No", - 1, - 1558 - ], - [ - "", - "Mood changes", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mood changes|Yes", - 1, - 1559 - ], - [ - "", - "Mood changes", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mood changes|No", - 1, - 1560 - ], - [ - "", - "Date to return to first PNC visit", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Date to return to first PNC visit|Full term", - 1, - 1561 - ], - [ - "", - "Date to return to first PNC visit", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Date to return to first PNC visit|Preterm", - 1, - 1562 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Normal", - 1, - 1563 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Manual delivery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Manual delivery", - 1, - 1564 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Episiotomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Episiotomy", - 1, - 1565 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Perineal laceration (tear)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Perineal laceration (tear)", - 1, - 1566 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Hypertension", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Hypertension", - 1, - 1567 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Heart disease", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Heart disease", - 1, - 1568 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Diabetes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Diabetes", - 1, - 1569 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Abdominal surgery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Abdominal surgery", - 1, - 1570 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Sexually transitted infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Sexually transitted infection", - 1, - 1571 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Epilepsy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Epilepsy", - 1, - 1572 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "HIV+", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|HIV+", - 1, - 1573 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Tuberculosis", - 1, - 1574 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Other", - 1, - 1575 - ], - [ - "", - "Present at consultation", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Present at consultation|Yes", - 1, - 1576 - ], - [ - "", - "Present at consultation", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Present at consultation|No", - 1, - 1577 - ], - [ - "", - "Anaemia (conjunctiva, heamoglobin)", - "", - "Coded", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Anaemia (conjunctiva, heamoglobin)|", - 1, - 1578 - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|No", - 1, - 1579 - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "Mild", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|Mild", - 1, - 1580 - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "Severe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|Severe", - 1, - 1581 - ], - [ - "", - "Breasts (e.g infection,enforgement)", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breasts (e.g infection,enforgement)|Normal", - 1, - 1582 - ], - [ - "", - "Breasts (e.g infection,enforgement)", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breasts (e.g infection,enforgement)|Abnormal", - 1, - 1583 - ], - [ - "", - "Sexually transmitted infection", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sexually transmitted infection|Yes", - 1, - 1584 - ], - [ - "", - "Sexually transmitted infection", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sexually transmitted infection|No", - 1, - 1585 - ], - [ - "", - "Time since delivery", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Time since delivery|Normal", - 1, - 1586 - ], - [ - "", - "Time since delivery", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Time since delivery|Abnormal", - 1, - 1587 - ], - [ - "", - "Healing (if laceration,episiotomy of C-section)", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Healing (if laceration,episiotomy of C-section)|Normal", - 1, - 1588 - ], - [ - "", - "Healing (if laceration,episiotomy of C-section)", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Healing (if laceration,episiotomy of C-section)|Abnormal", - 1, - 1589 - ], - [ - "", - "Passing urine or stool", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Passing urine or stool|Normal", - 1, - 1590 - ], - [ - "", - "Passing urine or stool", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Passing urine or stool|Abnormal", - 1, - 1591 - ], - [ - "", - "Mother-infant interaction", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mother-infant interaction|Normal", - 1, - 1592 - ], - [ - "", - "Mother-infant interaction", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mother-infant interaction|Abnormal", - 1, - 1593 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|No", - 1, - 1594 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "MH", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|MH", - 1, - 1595 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "HP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|HP", - 1, - 1596 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "Gyne", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|Gyne", - 1, - 1597 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|Other", - 1, - 1598 - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|No", - 1, - 1599 - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "Referral hospital", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|Referral hospital", - 1, - 1600 - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|Other", - 1, - 1601 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Yes", - 1, - 1602 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "COC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|COC", - 1, - 1603 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "POP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|POP", - 1, - 1604 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "IUD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|IUD", - 1, - 1605 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Implant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Implant", - 1, - 1606 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Condoms", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Condoms", - 1, - 1607 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|No", - 1, - 1608 - ], - [ - "", - "PNC-gestational age:", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-gestational age:|Full term", - 1, - 1609 - ], - [ - "", - "PNC-gestational age:", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-gestational age:|Preterm", - 1, - 1610 - ], - [ - "", - "PNC- gestational age?", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- gestational age?|Full term", - 1, - 1611 - ], - [ - "", - "PNC- gestational age:", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- gestational age:|Preterm", - 1, - 1612 - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Anaemia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Anaemia", - 1, - 1613 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Hypertension/pre-/eclampsia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Hypertension/pre-/eclampsia", - 1, - 1614 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Antepartum hemorrhage", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Antepartum hemorrhage", - 1, - 1615 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Prolonged/obstructed labour", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Prolonged/obstructed labour", - 1, - 1616 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Malpresentation (breach, other)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Malpresentation (breach, other)", - 1, - 1617 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Caesarean section", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Caesarean section", - 1, - 1618 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Instrumental extraction", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Instrumental extraction", - 1, - 1619 - ], - [ - "", - "PNC- Problems-Placenta", - "", - "Coded", - "", - "Norma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems-Placenta|Norma", - 1, - 1620 - ], - [ - "", - "PNC- Problems-Placenta", - "", - "Coded", - "", - "Manual delivery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems-Placenta|Manual delivery", - 1, - 1621 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Episiotomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Episiotomy", - 1, - 1622 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Perineal laceration (tear)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Perineal laceration (tear)", - 1, - 1623 - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Fistula present - management:", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Fistula present - management:", - 1, - 1624 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Postapartum haemorrhage", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Postapartum haemorrhage", - 1, - 1625 - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Other", - 1, - 1626 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Hypertension", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Hypertension", - 1, - 1627 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Heart disease", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Heart disease", - 1, - 1628 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Diabetes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Diabetes", - 1, - 1629 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Abdominal surgery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Abdominal surgery", - 1, - 1630 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Sexually transmitted infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Sexually transmitted infection", - 1, - 1631 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Epilepsy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Epilepsy", - 1, - 1632 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "HIV+", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|HIV+", - 1, - 1633 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Tuberculosis", - 1, - 1634 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|other", - 1, - 1635 - ], - [ - "", - "PNC- present at consultation", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- present at consultation|Yes", - 1, - 1636 - ], - [ - "", - "PNC- present at consultation", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- present at consultation|No", - 1, - 1637 - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|No", - 1, - 1638 - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "Mild", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|Mild", - 1, - 1639 - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "Severe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|Severe", - 1, - 1640 - ] - ], - "formulasLocal": [ - [ - "", - "", - "", - "", - "", - "", - "", - "", - "Automatch Suggestions from MSF Source", - "", - "", - "", - "", - "", - "Automatch Suggestions from CIEL Source", - "", - "", - "", - "", - "", - "Automatch Suggestions from PIH Source", - "", - "", - "", - "", - "", - "", - "OCL ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "DHIS2", - "", - "", - "", - "", - "", - "", - "", - "", - "OpenFn", - "", - "", - "", - "", - "", - "", - "OptionSet used in…", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - [ - "#", - "OptionSet name", - "Label if different", - "Datatype", - "#", - "Answers", - "External ID", - "Label", - "MSF Source Suggestion", - "MSF Source Description", - "MSF Source Datatype", - "MSF Source Class", - "MSF Source External ID", - "MSF Source Score", - "CIEL Source Suggestion", - "CIEL Source Description", - "CIEL Source Datatype", - "CIEL Source Class", - "CIEL Source External ID", - "CIEL Source Score", - "PIH Source Suggestion", - "PIH Source Description", - "PIH Source Datatype", - "PIH Source Class", - "PIH Source External ID", - "PIH Source Score", - "Concept found", - "OCL validation", - "1st occ.", - "MSF concept ID", - "CIEL concept ID", - "OCL name", - "OCL definition", - "OCL Comments", - "Validation (format)", - "Validation (length)", - "Default value", - "Lower limit", - "Upper limit", - "Skip logic", - "Mandatory", - "PII / Sensitive", - "Anonymization", - "Locale", - "Translation", - "DHIS2 type", - "DHIS2 DE full name", - "DHIS2 DE UID", - "DHIS2 Option Set name", - "DHIS2 Option Set UID", - "DHIS2 Option name", - "DHIS2 Option UID", - "DHIS2 Option code", - "Configuration", - "OMRS Data Value Path", - "OMRS Data Sample", - "Transformation", - "Workflow", - "Expose in OpenFn\nrun logs?", - "Comments", - "Status", - "F00-Registration", - "F01-MHPSS Baseline", - "F02-MHPSS Follow-up", - "F03-mhGAP Baseline", - "F04-mhGAP Follow-up", - "F05-MH Closure", - "F06-MH-PHQ-9", - "F07-ITFC Admission form", - "Key", - "", - "Rank" - ], - [ - 1, - "Sex - All", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Male", - 1, - 1 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 2, - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Female", - 1, - 2 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 3, - "Transgender male", - "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر متحول", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Transgender male", - 1, - 3 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 4, - "Transgender female", - "1226d253-376f-4e73-9ae2-36c7e9362e8b", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى متحولة", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Transgender female", - 1, - 4 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 5, - "Gender variant - Non conforming", - "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معياري", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Gender variant - Non conforming", - 1, - 5 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 6, - "Prefer not to answer", - "245151ca-691e-4d5a-a792-64cb573e2b34", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عدم الإجابة ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Prefer not to answer", - 1, - 6 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 7, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Unknown", - 1, - 7 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 8, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Other", - 1, - 8 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Male", - 1, - 9 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 2, - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Female", - "H61UkMHyNku", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Female", - 1, - 10 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 3, - "Transgender male", - "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر متحول", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Transgender male", - "OcJsz1BOHTf", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Transgender male", - 1, - 11 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 4, - "Transgender female", - "1226d253-376f-4e73-9ae2-36c7e9362e8b", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى متحولة", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Transgender female", - "l8RshnosXNy", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Transgender female", - 1, - 12 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 5, - "Gender variant - Non conforming", - "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معياري", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Gender variant - Non conforming", - "V8RXdmOdY8L", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Gender variant - Non conforming", - 1, - 13 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 6, - "Prefer not to answer", - "245151ca-691e-4d5a-a792-64cb573e2b34", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عدم الإجابة ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Prefer not to answer", - "QQzTV76xGfF", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Prefer not to answer", - 1, - 14 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 7, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Unknown", - "YJw3CPNftrE", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Unknown", - 1, - 15 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Male", - 1, - 16 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 2, - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Female", - "H61UkMHyNku", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Female", - 1, - 17 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 3, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Other", - 1, - 18 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 4, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Unknown", - "YJw3CPNftrE", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Unknown", - 1, - 19 - ], - [ - 4, - "Country", - "", - "Coded", - 1, - "Afghanistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفغانستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Afghanistan", - "diVYBILjUmV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Afghanistan", - 1, - 20 - ], - [ - 4, - "Country", - "", - "Coded", - 2, - "Albania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ألبانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Albania", - "nutwBYPa3c6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Albania", - 1, - 21 - ], - [ - 4, - "Country", - "", - "Coded", - 3, - "Algeria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الجزائر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Algeria", - "vFzGZbjzRgT", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Algeria", - 1, - 22 - ], - [ - 4, - "Country", - "", - "Coded", - 4, - "Angola", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أنغولا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Angola", - "AEZqjWQaHtc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Angola", - 1, - 23 - ], - [ - 4, - "Country", - "", - "Coded", - 5, - "Anguilla", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أنغيلا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Anguilla", - "DzKGZxfc1If", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Anguilla", - 1, - 24 - ], - [ - 4, - "Country", - "", - "Coded", - 6, - "Argentina", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الأرجنتين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Argentina", - "ZtvWa7Lms2D", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Argentina", - 1, - 25 - ], - [ - 4, - "Country", - "", - "Coded", - 7, - "Armenia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أرمينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Armenia", - "fHUrTZCGrsE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Armenia", - 1, - 26 - ], - [ - 4, - "Country", - "", - "Coded", - 8, - "Aruba", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أروبا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Aruba", - "nW24eGST2rr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Aruba", - 1, - 27 - ], - [ - 4, - "Country", - "", - "Coded", - 9, - "Azerbaijan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذربيجان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Azerbaijan", - "yJAD7ZvdPB9", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Azerbaijan", - 1, - 28 - ], - [ - 4, - "Country", - "", - "Coded", - 10, - "Bangladesh", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنغلاديش", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bangladesh", - "w86dbYs43jg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bangladesh", - 1, - 29 - ], - [ - 4, - "Country", - "", - "Coded", - 11, - "Belarus", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بيلاروسيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Belarus", - "sErv1yTCjIk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Belarus", - 1, - 30 - ], - [ - 4, - "Country", - "", - "Coded", - 12, - "Benin", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Benin", - "ONeYUriDrCm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Benin", - 1, - 31 - ], - [ - 4, - "Country", - "", - "Coded", - 13, - "Bhutan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوتان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bhutan", - "p9BIOdMGTz6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bhutan", - 1, - 32 - ], - [ - 4, - "Country", - "", - "Coded", - 14, - "Bolivia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوليفيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bolivia", - "XQ9Wxt2gh20", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bolivia", - 1, - 33 - ], - [ - 4, - "Country", - "", - "Coded", - 15, - "Bosnia and Herzegovina", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "البوسنة والهرسك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bosnia and Herzegovina", - "xSjqYV8ADNi", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bosnia and Herzegovina", - 1, - 34 - ], - [ - 4, - "Country", - "", - "Coded", - 16, - "Botswana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوتسوانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Botswana", - "kiI9Nkhhtsw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Botswana", - 1, - 35 - ], - [ - 4, - "Country", - "", - "Coded", - 17, - "Brazil", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "البرازيل", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Brazil", - "otuaAfFAMm9", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Brazil", - 1, - 36 - ], - [ - 4, - "Country", - "", - "Coded", - 18, - "British Virgin Islands", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جزر فيرجن البريطانية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "British Virgin Islands", - "oGtke47HQjw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|British Virgin Islands", - 1, - 37 - ], - [ - 4, - "Country", - "", - "Coded", - 19, - "Bulgaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بلغاريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bulgaria", - "sxgEvvHGASc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bulgaria", - 1, - 38 - ], - [ - 4, - "Country", - "", - "Coded", - 20, - "Burkina Faso", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوركينا فاسو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Burkina Faso", - "labcPsf6vlS", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Burkina Faso", - 1, - 39 - ], - [ - 4, - "Country", - "", - "Coded", - 21, - "Burundi", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوروندي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Burundi", - "EO7IXBoCRQM", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Burundi", - 1, - 40 - ], - [ - 4, - "Country", - "", - "Coded", - 22, - "Cambodia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كمبوديا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cambodia", - "BssvituAfov", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cambodia", - 1, - 41 - ], - [ - 4, - "Country", - "", - "Coded", - 23, - "Cameroon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكاميرون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cameroon", - "LzxTtERApOy", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cameroon", - 1, - 42 - ], - [ - 4, - "Country", - "", - "Coded", - 24, - "Cape Verde", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الرأس الأخضر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cape Verde", - "HvZxt4vKoOx", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cape Verde", - 1, - 43 - ], - [ - 4, - "Country", - "", - "Coded", - 25, - "Central African Republic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية افريقيا الوسطى", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Central African Republic", - "B09WCauYtJ7", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Central African Republic", - 1, - 44 - ], - [ - 4, - "Country", - "", - "Coded", - 26, - "Chad", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشاد", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Chad", - "JtMeoonLcqo", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Chad", - 1, - 45 - ], - [ - 4, - "Country", - "", - "Coded", - 27, - "Chile", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شيلي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Chile", - "pdTWdFqXStd", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Chile", - 1, - 46 - ], - [ - 4, - "Country", - "", - "Coded", - 28, - "China", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "China", - "CcpigvKey7O", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|China", - 1, - 47 - ], - [ - 4, - "Country", - "", - "Coded", - 29, - "Colombia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كولومبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Colombia", - "zAMRnEi2Yhg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Colombia", - 1, - 48 - ], - [ - 4, - "Country", - "", - "Coded", - 30, - "Comoros", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جزر القمر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Comoros", - "uAyMV131HCO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Comoros", - 1, - 49 - ], - [ - 4, - "Country", - "", - "Coded", - 31, - "Costa Rica", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوستا ريكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Costa Rica", - "vErHiezEajY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Costa Rica", - 1, - 50 - ], - [ - 4, - "Country", - "", - "Coded", - 32, - "Côte d'Ivoire", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوت ديفوار", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Côte d'Ivoire", - "IRepwvOtkII", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Côte d'Ivoire", - 1, - 51 - ], - [ - 4, - "Country", - "", - "Coded", - 33, - "Cuba", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوبا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cuba", - "Mh9Ckr9QhMa", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cuba", - 1, - 52 - ], - [ - 4, - "Country", - "", - "Coded", - 34, - "Djibouti", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جيبوتي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Djibouti", - "cvAMdgckhOk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Djibouti", - 1, - 53 - ], - [ - 4, - "Country", - "", - "Coded", - 35, - "Dominica", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دومينيكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Dominica", - "oC2s7ZiRTv3", - "", - "Family planning - Outcome", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Dominica", - 1, - 54 - ], - [ - 4, - "Country", - "", - "Coded", - 36, - "Dominican Republic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الدومينيكان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Dominican Republic", - "XuXolVGjILU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Dominican Republic", - 1, - 55 - ], - [ - 4, - "Country", - "", - "Coded", - 37, - "DRC Congo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الكونغو الديمقراطية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "DRC Congo", - "hDl6AdC035K", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|DRC Congo", - 1, - 56 - ], - [ - 4, - "Country", - "", - "Coded", - 38, - "East Timor", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تيمور الشرقية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "East Timor", - "l1QF9SxmTEe", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|East Timor", - 1, - 57 - ], - [ - 4, - "Country", - "", - "Coded", - 39, - "Ecuador", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاكوادور", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ecuador", - "gGjltDyQDjq", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ecuador", - 1, - 58 - ], - [ - 4, - "Country", - "", - "Coded", - 40, - "Egypt", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مصر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Egypt", - "xHcq7n4iLjZ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Egypt", - 1, - 59 - ], - [ - 4, - "Country", - "", - "Coded", - 41, - "El Salvador", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلفادور", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "El Salvador", - "oLtI4UknARs", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|El Salvador", - 1, - 60 - ], - [ - 4, - "Country", - "", - "Coded", - 42, - "Equatorial Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا الإستوائية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Equatorial Guinea", - "Sipme5yxx48", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Equatorial Guinea", - 1, - 61 - ], - [ - 4, - "Country", - "", - "Coded", - 43, - "Eritrea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إريتريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Eritrea", - "HkEJcTRqnd5", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Eritrea", - 1, - 62 - ], - [ - 4, - "Country", - "", - "Coded", - 44, - "Ethiopia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أثيوبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ethiopia", - "NYkv05WpCXj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ethiopia", - 1, - 63 - ], - [ - 4, - "Country", - "", - "Coded", - 45, - "Gabon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الجابون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Gabon", - "E84FcVzHZDM", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Gabon", - 1, - 64 - ], - [ - 4, - "Country", - "", - "Coded", - 46, - "Gambia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غامبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Gambia", - "LfPn2DOfRew", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Gambia", - 1, - 65 - ], - [ - 4, - "Country", - "", - "Coded", - 47, - "Georgia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جورجيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Georgia", - "jBklhTXjStK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Georgia", - 1, - 66 - ], - [ - 4, - "Country", - "", - "Coded", - 48, - "Ghana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ghana", - "eO0gTpGne9P", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ghana", - 1, - 67 - ], - [ - 4, - "Country", - "", - "Coded", - 49, - "Greece", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اليونان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Greece", - "JSuVBbvnBwi", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Greece", - 1, - 68 - ], - [ - 4, - "Country", - "", - "Coded", - 50, - "Guam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غوام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guam", - "dVJ1jT4qwhr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guam", - 1, - 69 - ], - [ - 4, - "Country", - "", - "Coded", - 51, - "Guatemala", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غواتيمالا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guatemala", - "rHE2fw0dq78", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guatemala", - 1, - 70 - ], - [ - 4, - "Country", - "", - "Coded", - 52, - "Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guinea", - "Lgo53lIlEFU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guinea", - 1, - 71 - ], - [ - 4, - "Country", - "", - "Coded", - 53, - "Guinea-Bissau", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا بيساو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guinea-Bissau", - "OwuIcXiNnLf", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guinea-Bissau", - 1, - 72 - ], - [ - 4, - "Country", - "", - "Coded", - 54, - "Guyana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غيانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guyana", - "LStaPbnFPxB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guyana", - 1, - 73 - ], - [ - 4, - "Country", - "", - "Coded", - 55, - "Haiti", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هايتي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Haiti", - "WZqpZ6BYYMc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Haiti", - 1, - 74 - ], - [ - 4, - "Country", - "", - "Coded", - 56, - "Honduras", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هندوراس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Honduras", - "yK7fFWtOFmj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Honduras", - 1, - 75 - ], - [ - 4, - "Country", - "", - "Coded", - 57, - "India", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "India", - "vD6J24m3CjP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|India", - 1, - 76 - ], - [ - 4, - "Country", - "", - "Coded", - 58, - "Indonesia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إندونيسيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Indonesia", - "xdeMD7HSXiE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Indonesia", - 1, - 77 - ], - [ - 4, - "Country", - "", - "Coded", - 59, - "Iran", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إيران", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Iran", - "CbnR3yhYXLB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Iran", - 1, - 78 - ], - [ - 4, - "Country", - "", - "Coded", - 60, - "Iraq", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العراق", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Iraq", - "akUZWd42amN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Iraq", - 1, - 79 - ], - [ - 4, - "Country", - "", - "Coded", - 61, - "Jordan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الأردن", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Jordan", - "Tqqf3od9wZw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Jordan", - 1, - 80 - ], - [ - 4, - "Country", - "", - "Coded", - 62, - "Kazakhstan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كازاخستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kazakhstan", - "vUOaYjStGLy", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kazakhstan", - 1, - 81 - ], - [ - 4, - "Country", - "", - "Coded", - 63, - "Kenya", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kenya", - "wHGMztCNS6m", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kenya", - 1, - 82 - ], - [ - 4, - "Country", - "", - "Coded", - 64, - "Kuwait", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكويت", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kuwait", - "eoLtNAlAHZl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kuwait", - 1, - 83 - ], - [ - 4, - "Country", - "", - "Coded", - 65, - "Kyrgyzstan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قيرغيزستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kyrgyzstan", - "a0lJJYryhi4", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kyrgyzstan", - 1, - 84 - ], - [ - 4, - "Country", - "", - "Coded", - 66, - "Laos", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لاوس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Laos", - "uQDRtKY8c5U", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Laos", - 1, - 85 - ], - [ - 4, - "Country", - "", - "Coded", - 67, - "Lebanon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لبنان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Lebanon", - "GJ7m7BCOAOV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Lebanon", - 1, - 86 - ], - [ - 4, - "Country", - "", - "Coded", - 68, - "Lesotho", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليسوتو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Lesotho", - "xTpZ9IdGDaR", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Lesotho", - 1, - 87 - ], - [ - 4, - "Country", - "", - "Coded", - 69, - "Liberia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليبيريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Liberia", - "RYkXhX8vzoZ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Liberia", - 1, - 88 - ], - [ - 4, - "Country", - "", - "Coded", - 70, - "Libya", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Libya", - "kev7mHYfTYY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Libya", - 1, - 89 - ], - [ - 4, - "Country", - "", - "Coded", - 71, - "Macedonia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مقدونيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Macedonia", - "z33jX0aGBTW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Macedonia", - 1, - 90 - ], - [ - 4, - "Country", - "", - "Coded", - 72, - "Madagascar", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مدغشقر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Madagascar", - "x08DzDg5Nqh", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Madagascar", - 1, - 91 - ], - [ - 4, - "Country", - "", - "Coded", - 73, - "Malawi", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ملاوي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Malawi", - "X2FD6vMUbhE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Malawi", - 1, - 92 - ], - [ - 4, - "Country", - "", - "Coded", - 74, - "Malaysia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ماليزيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Malaysia", - "E3RSmm22ZCw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Malaysia", - 1, - 93 - ], - [ - 4, - "Country", - "", - "Coded", - 75, - "Mali", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مالي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mali", - "qWMNMVwW3f6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mali", - 1, - 94 - ], - [ - 4, - "Country", - "", - "Coded", - 76, - "Martinique", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مارتينيك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Martinique", - "OSaI3ynQc2B", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Martinique", - 1, - 95 - ], - [ - 4, - "Country", - "", - "Coded", - 77, - "Mauritania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موريتانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mauritania", - "juWqPkQv0Jm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mauritania", - 1, - 96 - ], - [ - 4, - "Country", - "", - "Coded", - 78, - "Mauritius", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موريشيوس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mauritius", - "QYoc7owgftv", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mauritius", - 1, - 97 - ], - [ - 4, - "Country", - "", - "Coded", - 79, - "Mayotte", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مايوت", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mayotte", - "ynwDAes7aAW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mayotte", - 1, - 98 - ], - [ - 4, - "Country", - "", - "Coded", - 80, - "Mexico", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المكسيك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mexico", - "kmT493hNL5S", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mexico", - 1, - 99 - ], - [ - 4, - "Country", - "", - "Coded", - 81, - "Moldova", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مولدوفا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Moldova", - "fx0DT1autSt", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Moldova", - 1, - 100 - ], - [ - 4, - "Country", - "", - "Coded", - 82, - "Mongolia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منغوليا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mongolia", - "TUgTdt3xIWK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mongolia", - 1, - 101 - ], - [ - 4, - "Country", - "", - "Coded", - 83, - "Morocco", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المغرب", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Morocco", - "L36FJRjmXWL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Morocco", - 1, - 102 - ], - [ - 4, - "Country", - "", - "Coded", - 84, - "Mozambique", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موزمبيق", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mozambique", - "p7nmSATxbN1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mozambique", - 1, - 103 - ], - [ - 4, - "Country", - "", - "Coded", - 85, - "Myanmar", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ميانمار", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Myanmar", - "rYQqfQ7DQbm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Myanmar", - 1, - 104 - ], - [ - 4, - "Country", - "", - "Coded", - 86, - "Namibia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ناميبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Namibia", - "O1zvQatEJp5", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Namibia", - 1, - 105 - ], - [ - 4, - "Country", - "", - "Coded", - 87, - "Nauru", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ناورو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nauru", - "f0yjC5qZlPc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nauru", - 1, - 106 - ], - [ - 4, - "Country", - "", - "Coded", - 88, - "Nepal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيبال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nepal", - "iAFuacwzUvp", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nepal", - 1, - 107 - ], - [ - 4, - "Country", - "", - "Coded", - 89, - "New Caledonia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كاليدونيا الجديدة", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "New Caledonia", - "htSoK0QkB38", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|New Caledonia", - 1, - 108 - ], - [ - 4, - "Country", - "", - "Coded", - 90, - "Nicaragua", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيكاراغوا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nicaragua", - "TM5JHHJSepL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nicaragua", - 1, - 109 - ], - [ - 4, - "Country", - "", - "Coded", - 91, - "Niger", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "النيجر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Niger", - "n6jS263I3fP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Niger", - 1, - 110 - ], - [ - 4, - "Country", - "", - "Coded", - 92, - "Nigeria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيجيريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nigeria", - "yCwLYjhUxYV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nigeria", - 1, - 111 - ], - [ - 4, - "Country", - "", - "Coded", - 93, - "North Korea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوريا الشمالية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "North Korea", - "AaaEWin7qH1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|North Korea", - 1, - 112 - ], - [ - 4, - "Country", - "", - "Coded", - 94, - "Oman", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلطنة عمان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Oman", - "ibsHfsJGGDN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Oman", - 1, - 113 - ], - [ - 4, - "Country", - "", - "Coded", - 95, - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Other", - "CLdu0MxWYHQ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Other", - 1, - 114 - ], - [ - 4, - "Country", - "", - "Coded", - 96, - "Pakistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "باكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Pakistan", - "JYD72Xs1Mzz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Pakistan", - 1, - 115 - ], - [ - 4, - "Country", - "", - "Coded", - 97, - "Palestine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فلسطين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Palestine", - "oXNGgwEJSsY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Palestine", - 1, - 116 - ], - [ - 4, - "Country", - "", - "Coded", - 98, - "Panama", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنما", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Panama", - "zVoWkjxJFbF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Panama", - 1, - 117 - ], - [ - 4, - "Country", - "", - "Coded", - 99, - "Papua New Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بابوا غينيا الجديدة", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Papua New Guinea", - "Z313HJcROSN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Papua New Guinea", - 1, - 118 - ], - [ - 4, - "Country", - "", - "Coded", - 100, - "Paraguay", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "باراجواي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Paraguay", - "hBJq89c5RTj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Paraguay", - 1, - 119 - ], - [ - 4, - "Country", - "", - "Coded", - 101, - "Peru", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بيرو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Peru", - "YTBWmjQr7XP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Peru", - 1, - 120 - ], - [ - 4, - "Country", - "", - "Coded", - 102, - "Philippines", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فيلبيني", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Philippines", - "AdpKVdKRPcR", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Philippines", - 1, - 121 - ], - [ - 4, - "Country", - "", - "Coded", - 103, - "Puerto Rico", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بورتوريكو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Puerto Rico", - "FnQRQn7mgd1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Puerto Rico", - 1, - 122 - ], - [ - 4, - "Country", - "", - "Coded", - 104, - "Republic of Congo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الكونغو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Republic of Congo", - "FhbtKjDWBKO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Republic of Congo", - 1, - 123 - ], - [ - 4, - "Country", - "", - "Coded", - 105, - "Reunion", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمع شمل", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Reunion", - "UTj8ZSh4W0W", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Reunion", - 1, - 124 - ], - [ - 4, - "Country", - "", - "Coded", - 106, - "Romania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "رومانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Romania", - "h4ADgng7o7V", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Romania", - 1, - 125 - ], - [ - 4, - "Country", - "", - "Coded", - 107, - "Rwanda", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "رواندا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Rwanda", - "Fbb3LoX8tN1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Rwanda", - 1, - 126 - ], - [ - 4, - "Country", - "", - "Coded", - 108, - "Samoa", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ساموا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Samoa", - "tdKdNPjLDpW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Samoa", - 1, - 127 - ], - [ - 4, - "Country", - "", - "Coded", - 109, - "Sao Tome and Principe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سان تومي وبرينسيبي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sao Tome and Principe", - "iaxUuGD1Jci", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sao Tome and Principe", - 1, - 128 - ], - [ - 4, - "Country", - "", - "Coded", - 110, - "Saudi Arabia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المملكة العربية السعودية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Saudi Arabia", - "fWuLuHrUlth", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Saudi Arabia", - 1, - 129 - ], - [ - 4, - "Country", - "", - "Coded", - 111, - "Senegal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السنغال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Senegal", - "iIwF5zZHy3y", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Senegal", - 1, - 130 - ], - [ - 4, - "Country", - "", - "Coded", - 112, - "Serbia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صربيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Serbia", - "QZSt8K9rCuC", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Serbia", - 1, - 131 - ], - [ - 4, - "Country", - "", - "Coded", - 113, - "Sierra Leone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سيرا ليون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sierra Leone", - "Zfx8u9hEIEg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sierra Leone", - 1, - 132 - ], - [ - 4, - "Country", - "", - "Coded", - 114, - "Somalia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصومال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Somalia", - "LWk4HhtQw4P", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Somalia", - 1, - 133 - ], - [ - 4, - "Country", - "", - "Coded", - 115, - "South Africa", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جنوب أفريقيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Africa", - "swkvnZvvnKz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Africa", - 1, - 134 - ], - [ - 4, - "Country", - "", - "Coded", - 116, - "South Korea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوريا الجنوبية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Korea", - "Pk7VSPQGxOJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Korea", - 1, - 135 - ], - [ - 4, - "Country", - "", - "Coded", - 117, - "South Sudan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جنوب السودان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Sudan", - "GM7K6uGf0RB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Sudan", - 1, - 136 - ], - [ - 4, - "Country", - "", - "Coded", - 118, - "Sri Lanka", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سيريلانكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sri Lanka", - "X6Uxm9Nvh96", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sri Lanka", - 1, - 137 - ], - [ - 4, - "Country", - "", - "Coded", - 119, - "Sudan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السودان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sudan", - "bh15sTZprwJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sudan", - 1, - 138 - ], - [ - 4, - "Country", - "", - "Coded", - 120, - "Suriname", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سورينام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Suriname", - "L1pJ6lyhkQ3", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Suriname", - 1, - 139 - ], - [ - 4, - "Country", - "", - "Coded", - 121, - "Swaziland", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سوازيلاند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Swaziland", - "hwQ2t3HqPWl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Swaziland", - 1, - 140 - ], - [ - 4, - "Country", - "", - "Coded", - 122, - "Switzerland", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سويسرا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Switzerland", - "p9TZ1E3MwCJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Switzerland", - 1, - 141 - ], - [ - 4, - "Country", - "", - "Coded", - 123, - "Syria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سوريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Syria", - "Le58jNVqE2c", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Syria", - 1, - 142 - ], - [ - 4, - "Country", - "", - "Coded", - 124, - "Tajikistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طاجيكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tajikistan", - "SpY4My0Tfdu", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tajikistan", - 1, - 143 - ], - [ - 4, - "Country", - "", - "Coded", - 125, - "Tanzania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تنزانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tanzania", - "BO39Gyu0pFB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tanzania", - 1, - 144 - ], - [ - 4, - "Country", - "", - "Coded", - 126, - "Thailand", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تايلاند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Thailand", - "OMthLOXkS7R", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Thailand", - 1, - 145 - ], - [ - 4, - "Country", - "", - "Coded", - 127, - "Togo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توجو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Togo", - "ik6DEQokGoX", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Togo", - 1, - 146 - ], - [ - 4, - "Country", - "", - "Coded", - 128, - "Tonga", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تونغا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tonga", - "UwBOdNU0BoN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tonga", - 1, - 147 - ], - [ - 4, - "Country", - "", - "Coded", - 129, - "Tunisia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تونس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tunisia", - "buJMOWwkvTU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tunisia", - 1, - 148 - ], - [ - 4, - "Country", - "", - "Coded", - 130, - "Turkey", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ديك رومى", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Turkey", - "CGZ6aUAdeEg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Turkey", - 1, - 149 - ], - [ - 4, - "Country", - "", - "Coded", - 131, - "Turkmenistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تركمانستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Turkmenistan", - "vveUZtdAZ4b", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Turkmenistan", - 1, - 150 - ], - [ - 4, - "Country", - "", - "Coded", - 132, - "Uganda", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوغندا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uganda", - "HtKHD2UHkqO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uganda", - 1, - 151 - ], - [ - 4, - "Country", - "", - "Coded", - 133, - "Ukraine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوكرانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ukraine", - "tcQzqbOunOH", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ukraine", - 1, - 152 - ], - [ - 4, - "Country", - "", - "Coded", - 134, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مجهول", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Unknown", - "f3HLfWXDLR2", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Unknown", - 1, - 153 - ], - [ - 4, - "Country", - "", - "Coded", - 135, - "Uruguay", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوروغواي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uruguay", - "pgnkiQSCDn3", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uruguay", - 1, - 154 - ], - [ - 4, - "Country", - "", - "Coded", - 136, - "Uzbekistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوزبكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uzbekistan", - "awnJIYW5YtB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uzbekistan", - 1, - 155 - ], - [ - 4, - "Country", - "", - "Coded", - 137, - "Venezuela", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فنزويلا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Venezuela", - "YRQvQP5RcvF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Venezuela", - 1, - 156 - ], - [ - 4, - "Country", - "", - "Coded", - 138, - "Vietnam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فيتنام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Vietnam", - "kqXj8d1FBku", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Vietnam", - 1, - 157 - ], - [ - 4, - "Country", - "", - "Coded", - 139, - "Western Sahara", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصحراء الغربية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Western Sahara", - "TQtN99MXJBl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Western Sahara", - 1, - 158 - ], - [ - 4, - "Country", - "", - "Coded", - 140, - "Yemen", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اليمن", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Yemen", - "Xt3YtysLys1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Yemen", - 1, - 159 - ], - [ - 4, - "Country", - "", - "Coded", - 141, - "Zambia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زامبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Zambia", - "dBdzuz547IL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Zambia", - 1, - 160 - ], - [ - 4, - "Country", - "", - "Coded", - 142, - "Zimbabwe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيمبابوي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Zimbabwe", - "HLkotQtFN2s", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Zimbabwe", - 1, - 161 - ], - [ - 5, - "Current status", - "", - "Coded", - 1, - "IDP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نازح داخل بلده", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "IDP", - "fuqWrHbeLlA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|IDP", - 1, - 162 - ], - [ - 5, - "Current status", - "", - "Coded", - 2, - "Internationally displaced", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نازح خارج البلد", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Internationally displaced", - "l0DYdgTyfjf", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Internationally displaced", - 1, - 163 - ], - [ - 5, - "Current status", - "", - "Coded", - 3, - "Resident", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مقيم", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Resident", - "dHeC0bqKK5X", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Resident", - 1, - 164 - ], - [ - 5, - "Current status", - "", - "Coded", - 4, - "Returnee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائد", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Returnee", - "c7YSTI6DMVz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Returnee", - 1, - 165 - ], - [ - 5, - "Current status", - "", - "Coded", - 5, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Unknown", - "e09Sdzvq7Eb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Unknown", - 1, - 166 - ], - [ - 6, - "Legal status", - "", - "Coded", - 1, - "Asylum seeker", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طالب لجوء", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Asylum seeker", - "OkxNN39DQxK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Asylum seeker", - 1, - 167 - ], - [ - 6, - "Legal status", - "", - "Coded", - 2, - "No status", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا توجد حالة", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "No status", - "Rq1gzUxSuOx", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|No status", - 1, - 168 - ], - [ - 6, - "Legal status", - "", - "Coded", - 3, - "Refugee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لاجئ", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Refugee", - "eCMoEdIoYip", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Refugee", - 1, - 169 - ], - [ - 6, - "Legal status", - "", - "Coded", - 4, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Unknown", - "qIZDudMrl2h", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Unknown", - 1, - 170 - ], - [ - 7, - "Marital status", - "", - "Coded", - 1, - "Single", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اعزب", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Single", - "UWJ3rb4oSIT", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Single", - 1, - 171 - ], - [ - 7, - "Marital status", - "", - "Coded", - 2, - "Married", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "متزوج", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Married", - "KPqHQHHRcCr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Married", - 1, - 172 - ], - [ - 7, - "Marital status", - "", - "Coded", - 3, - "Widowed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ارمل", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Widowed", - "MCDTHvjCcXk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Widowed", - 1, - 173 - ], - [ - 7, - "Marital status", - "", - "Coded", - 4, - "Divorced / separated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مطلق منفصل ", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Divorced / separated", - "Xw72Tt47sh8", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Divorced / separated", - 1, - 174 - ], - [ - 7, - "Marital status", - "", - "Coded", - 5, - "Living with partner", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "معاشرة بدون زواج ", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Concubine", - "N3RUm7QCToz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Living with partner", - 1, - 175 - ], - [ - 7, - "Marital status", - "", - "Coded", - 6, - "Not applicable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا ينطبق", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Not applicable", - "hvQxPXvQTWb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Not applicable", - 1, - 176 - ], - [ - 7, - "Marital status", - "", - "Coded", - 7, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Unknown", - "Wjo2m9cjodd", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Unknown", - 1, - 177 - ], - [ - 8, - "Employment status", - "", - "Coded", - 1, - "Student", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طالب", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Student", - "fo87CWdDTWV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Student", - 1, - 178 - ], - [ - 8, - "Employment status", - "", - "Coded", - 2, - "Permanent employee - full time", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف دائم – دوام كامل", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Permanent employee", - "xr9mD6TPYqb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Permanent employee - full time", - 1, - 179 - ], - [ - 8, - "Employment status", - "", - "Coded", - 3, - "Permanent employee - part time", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف دائم - دوام جزئي", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Permanent employee", - "xr9mD6TPYqb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Permanent employee - part time", - 1, - 180 - ], - [ - 8, - "Employment status", - "", - "Coded", - 4, - "Occasional employee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف مؤقت ", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Occasional employee", - "mvLwMpjazqS", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Occasional employee", - 1, - 181 - ], - [ - 8, - "Employment status", - "", - "Coded", - 5, - "Unemployed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير موظف", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Unemployed", - "cB5Xml6gEy6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Unemployed", - 1, - 182 - ], - [ - 8, - "Employment status", - "", - "Coded", - 6, - "Housework", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عمل منزلي", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Housewife", - "xlN1a7VFrBV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Housework", - 1, - 183 - ], - [ - 8, - "Employment status", - "", - "Coded", - 7, - "Not applicable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا ينطبق", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Not applicable", - "mJT8pyvj9x4", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Not applicable", - 1, - 184 - ], - [ - 8, - "Employment status", - "", - "Coded", - 8, - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Other", - "TSJMPoSPegN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Other", - 1, - 185 - ], - [ - 8, - "Employment status", - "", - "Coded", - 9, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Unknown", - "hQK01FExLdF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Unknown", - 1, - 186 - ], - [ - 9, - "Admission type", - "", - "Coded", - 1, - "New admission", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-2475", - "", - "New admission", - "The process of admitting a patient to facility", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قبول جديد", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "(object.attributeName)", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|New admission", - 1, - 187 - ], - [ - 9, - "Admission type", - "", - "Coded", - 2, - "Readmission", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - "Readmission", - "Re-admission", - "", - "", - "", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - "", - "", - "", - "", - "", - "", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "Use MSF automatch", - "", - "MSF-2474", - "", - "Re-admission", - "The process of being admitted to a facility again", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إعادة القبول", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Readmission", - 1, - 188 - ], - [ - 9, - "Admission type", - "", - "Coded", - 3, - "Relapse", - "", - "Relapse", - "", - "", - "", - "", - "", - "", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - 90, - "Found", - "Use PIH automatch", - "", - "(see CIEL)", - "CIEL-160033", - "Relapse", - "Status of disease, particularly tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انتكاس", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Relapse", - 1, - 189 - ], - [ - 9, - "Admission type", - "", - "Coded", - 4, - "Internal movement", - "", - "Internal movement", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "CIEL-167731", - "Internal facility transfer/referral", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Internal movement", - 1, - 190 - ], - [ - 9, - "Admission type", - "", - "Coded", - 5, - "Patient referred", - "", - "Patient referred", - "", - "", - "", - "", - "", - "", - "Patient referred", - "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", - "Boolean", - "Question", - "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3012", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Patient referred", - 1, - 191 - ], - [ - 10, - "Admission type - MH", - "", - "Coded", - 1, - "New admission", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2475", - "", - "New admission", - "The process of admitting a patient to facility", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ادخال جديد ", - "TEXT", - "Mental Health-Baseline consultation- Admission type", - "rSIazMFEBjD", - "GL - Admission type", - "wTGMuMQQwmQ", - "New admission", - "ytN3iatLPSV", - "new_admission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Admission type - MH|New admission", - 1, - 192 - ], - [ - 10, - "Admission type - MH", - "", - "Coded", - 2, - "Readmission", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - "Readmission", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "", - "", - "MSF-2474", - "", - "Re-admission", - "The process of being admitted to a facility again", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اعادة ادخال", - "TEXT", - "Mental Health-Baseline consultation- Admission type", - "rSIazMFEBjD", - "GL - Admission type", - "wTGMuMQQwmQ", - "Readmission", - "j7Omz3uFWvT", - "readmission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Admission type - MH|Readmission", - 1, - 193 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 1, - "Internal movement", - "", - "Internal movement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Internal movement", - "hbUToWVAaDs", - "internal_movement", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Internal movement", - 1, - 194 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 2, - "New admission", - "", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "New admission", - "wYldfEstUDw", - "new_admission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|New admission", - 1, - 195 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 3, - "Patient referred", - "", - "Patient referred", - " ", - " ", - " ", - " ", - " ", - " ", - "Patient referred", - "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", - "Boolean", - "Question", - "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Patient referred", - "OaPIHkL7Oec", - "patient_referred", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Patient referred", - 1, - 196 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 4, - "Readmission", - "", - "Readmission", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Readmission", - "Rpcv8mgy0LH", - "readmission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Readmission", - 1, - 197 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 5, - "Relapse", - "", - "Relapse", - " ", - " ", - " ", - " ", - " ", - " ", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Relapse", - "k33l9HPo5aJ", - "relapse", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Relapse", - 1, - 198 - ], - [ - 12, - "Admission type - ATFC", - "", - "Coded", - 1, - "New admission", - "", - "", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|New admission", - 1, - 199 - ], - [ - 12, - "Admission type - ATFC", - "", - "Coded", - 2, - "Readmission", - "", - "", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|Readmission", - 1, - 200 - ], - [ - 12, - "Admission type - ATFC", - "", - "Coded", - 3, - "Relapse", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|Relapse", - 1, - 201 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 1, - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فردية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Individual", - 1, - 202 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 2, - "Couple", - "", - "Couple", - "", - "", - "", - "", - "", - "", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ازواج", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Couple", - 1, - 203 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 3, - "Family", - "", - "Family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائلية عدد المرضى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Family", - 1, - 204 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 4, - "Parent-Child", - "", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهل واطفال", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Parent-Child", - 1, - 205 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 1, - "Individual", - "96223dc7-6959-4ea5-a362-c0246d858c87", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1537", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فردية", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Individual", - "JMnQs1hB0kK", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Individual", - 1, - 206 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 2, - "Couple", - "61b32a22-acef-4141-9faa-9c236cdfa978", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ازواج", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Couple", - "mD02hgMyFVD", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Couple", - 1, - 207 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 3, - "Family", - "f16d5d76-155b-453d-bd60-ea8ee4d344e9", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Family", - "hv96C4ctfZI", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Family", - 1, - 208 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 4, - "Parent-Child", - "c39eaa06-6506-49f0-9c4f-c96fa957f9cd", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهل واطفال", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Parent-Child", - "PNWXisyNbE4", - "mother_child", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Parent-Child", - 1, - 209 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 1, - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "فردية", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Individual", - "BWaOLwO6b6A", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Individual", - 1, - 210 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 2, - "Couple", - "", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ازواج", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Couple", - "He6N2xKBXcT", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Couple", - 1, - 211 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 3, - "Family", - "", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Family", - "Njlwl5xyuyO", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Family", - 1, - 212 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 4, - "Parent-Child", - "", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "اهل واطفال", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Parent-Child", - "A1dYYhmV4ob", - "mother_child", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Parent-Child", - 1, - 213 - ], - [ - 16, - "Type of consultation - MH closure", - "", - "Coded", - 1, - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "فردية", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Individual", - "sOoJSyT6ZDO", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Individual", - 1, - 214 - ], - [ - 16, - "Type of consultation - MH closure", - "", - "Coded", - 2, - "Couple", - "", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ازواج", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Couple", - "HTeXUWFE4P6", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Couple", - 1, - 215 - ], - [ - 16, - "Type of consultation - MH closure", - "", - "Coded", - 3, - "Family", - "", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Family", - "VsbQQh86Jlb", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Family", - 1, - 216 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 1, - "Psychologist", - "", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - 95, - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - 95, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Psychologist", - 1, - 217 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 2, - "Counsellor", - "", - "Counsellor", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1568", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Counsellor", - 1, - 218 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 3, - "Psychiatrist", - "", - "Psychiatrist", - "Psychiatrist", - "A medical doctor (an M.D. or D.O.) who specializes in diagnosing and treating disorders related to mental health.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001397", - 95, - "Psychiatrist", - "", - "N/A", - "Misc", - "167061AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Psychiatrist", - 1, - 219 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 4, - "mhGAP clinician", - "", - "mhGAP clinician", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|mhGAP clinician", - 1, - 220 - ], - [ - 18, - "Consultation done by - MHPSS baseline", - "", - "Coded", - 1, - "Psychologist", - "278401ee-3d6f-4c65-9455-f1c16d0a7a98", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - 95, - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "TEXT", - "Mental health-Baseline consultation- Consultation done by", - "WDY6MkQWyHb", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Psychologist", - "gLrTwy3IQX5", - "psychologist", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS baseline|Psychologist", - 1, - 221 - ], - [ - 18, - "Consultation done by - MHPSS baseline", - "", - "Coded", - 2, - "Counsellor", - "fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331", - "Counsellor", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "TEXT", - "Mental health-Baseline consultation- Consultation done by", - "WDY6MkQWyHb", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Counsellor", - "XP6WAfznTX0", - "counsellor", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS baseline|Counsellor", - 1, - 222 - ], - [ - 19, - "Consultation done by - MHPSS follow-up", - "", - "Coded", - 1, - "Psychologist", - "", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - 95, - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "TEXT", - "Mental Health-Follow-up consultation- Consultation done by", - "aCTIvKSNndK", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Psychologist", - "gLrTwy3IQX5", - "psychologist", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS follow-up|Psychologist", - 1, - 223 - ], - [ - 19, - "Consultation done by - MHPSS follow-up", - "", - "Coded", - 2, - "Counsellor", - "", - "Counsellor", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "TEXT", - "Mental Health-Follow-up consultation- Consultation done by", - "aCTIvKSNndK", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Counsellor", - "XP6WAfznTX0", - "counsellor", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS follow-up|Counsellor", - 1, - 224 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 1, - "Health facility", - "", - "Health facility", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 95, - "Found", - "", - "", - "MSF-2578", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منشأة صحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Health facility", - 1, - 225 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 2, - "MSF health facility", - "", - "MSF health facility", - " ", - " ", - " ", - " ", - "", - " ", - " ", - " ", - " ", - " ", - "", - " ", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز صحي تابع لمنظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|MSF health facility", - 1, - 226 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 3, - "Mobile clinic", - "", - "Mobile clinic", - "Mobile clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001400", - 95, - "Mobile clinic", - " ", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Mobile clinic", - "Describes method of new HIV diagnosis.", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "MSF-1000", - "", - "Mobile Clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عيادة متنقلة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Mobile clinic", - 1, - 227 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 4, - "Home visit", - "", - "Home visit", - "Home", - "The place where an individual lives permanently", - "N/A", - "Misc", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - 90, - "Home", - " ", - "N/A", - "Misc", - "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Home visit", - "When a provider goes to the patient's residence", - "N/A", - "Misc", - "be2df0db-e633-4016-aab8-65697bb98f12", - 95, - "Found", - "", - "", - "MSF-1382", - "", - "Home", - "The place where an individual lives permanently, question = Intervention setting", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة منزلية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Home visit", - 1, - 228 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 5, - "School visit", - "", - "School visit", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "School", - "Location of teaching", - "N/A", - "Misc", - "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة مدرسية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|School visit", - 1, - 229 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 6, - "Remote / phone", - "", - "Remote / phone", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-975", - "", - "Telehealth consultation", - "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عن بعد / تلفون", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Remote / phone", - 1, - 230 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 7, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "CIEL-5622", - "Other", - "A generic, descriptive, and non-coded response to a question., CIEL link is broken", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Other", - 1, - 231 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 1, - "Health facility", - "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", - "Health facility", - "", - "", - "", - "", - "", - "", - "Health facility", - "", - "N/A", - "Misc", - "1537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Health facility name", - "", - "", - "", - "162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use MSF manual", - "", - "MSF-2578", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منشأة صحية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Health facility", - "r4XbBWmqXmu", - "health_center", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Health facility", - 1, - 232 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 2, - "MSF health facility", - "41e68dee-a2a3-4e6c-9d96-53def5caff52", - "MSF health facility", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز صحي تابع لمنظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "MSF health facility", - "QjHFWlrDAi3", - "msf_health_facility", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|MSF health facility", - 1, - 233 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 3, - "Mobile clinic", - "48984e47-3e9b-4d8e-a66d-317af5c36f02", - "Mobile clinic", - "Mobile clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001400", - 95, - "Mobile clinic", - "", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Mobile clinic", - "Describes method of new HIV diagnosis.", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use MSF automatch", - "", - "MSF-1000", - "", - "Mobile Clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عيادة متنقلة", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Mobile clinic", - "SENCNKONSMT", - "mobile_clinic", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Mobile clinic", - 1, - 234 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 4, - "Home visit", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - "Home visit", - "Home", - "The place where an individual lives permanently", - "N/A", - "Misc", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - 90, - "Home", - "", - "N/A", - "Misc", - "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Home visit", - "When a provider goes to the patient's residence", - "N/A", - "Misc", - "be2df0db-e633-4016-aab8-65697bb98f12", - 95, - "Found", - "Use PIH automatch", - "", - "MSF-1382", - "", - "Home", - "The place where an individual lives permanently, question = Intervention setting", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة منزلية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Home", - "Klk9UQeoyeM", - "home", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Home visit", - 1, - 235 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 5, - "School visit", - "7091b6ea-7067-4ee3-9f67-8805904e2f61", - "School visit", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "School", - "Location of teaching", - "N/A", - "Misc", - "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة مدرسية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "School", - "mKGlluwx83y", - "school", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|School visit", - 1, - 236 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 6, - "Remote / phone", - "398ce872-5862-4826-bba8-826915eddf98", - "Remote / phone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-975", - "", - "Telehealth consultation", - "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عن بعد / تلفون", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Remote / Phone", - "CL7Yj72PgmV", - "remote_phone", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Remote / phone", - 1, - 237 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 7, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-7", - "CIEL-5622", - "Other", - "A generic, descriptive, and non-coded response to a question., CIEL link is broken", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Other", - "MSRu3TwArTh", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Other", - 1, - 238 - ], - [ - 22, - "Type of Mental Health intervention", - "", - "Coded", - 1, - "Counselling", - "", - "Counselling", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-145", - "", - "", - "", - "Not found in MSF source; possibly use 1405, name = \"Psychosocial counselling\", DEF = \"Counseling provided for psychosocial support.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "استشارة مع مستشار نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Counselling (with counsellor)", - "xUDWMZGGS2l", - "counselling_with_counsellor", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of Mental Health intervention|Counselling", - 1, - 239 - ], - [ - 22, - "Type of Mental Health intervention", - "", - "Coded", - 2, - "Psychotherapy", - "", - "Psychotherapy", - "", - "", - "", - "", - "", - "", - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "a60e6351-d0ee-403b-9467-98fb25bca5db", - 95, - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-163312", - "Psychotherapy", - "No DEF", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "علاج نفسي مع اخصائي نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Psychotherapy (with psychologist)", - "JZwsTTNdzhq", - "psychotherapy_with_psychologist", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of Mental Health intervention|Psychotherapy", - 1, - 240 - ], - [ - 23, - "Type of Mental Health intervention - MHPSS", - "", - "Coded", - 1, - "Counselling", - "08c534b7-c901-46fb-9831-50ecfcd74d1b", - "Counselling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "استشارة مع مستشار نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Counselling (with counsellor)", - "xUDWMZGGS2l", - "counselling_with_counsellor", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of intervention] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of Mental Health intervention - MHPSS|Counselling", - 1, - 241 - ], - [ - 23, - "Type of Mental Health intervention - MHPSS", - "", - "Coded", - 2, - "Psychotherapy", - "aa9c5d82-1ebf-43c7-9218-6766c4affbc4", - "Psychotherapy", - " ", - " ", - " ", - " ", - " ", - " ", - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "a60e6351-d0ee-403b-9467-98fb25bca5db", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-163312", - "Psychotherapy", - "No DEF", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "علاج نفسي مع اخصائي نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Psychotherapy (with psychologist)", - "JZwsTTNdzhq", - "psychotherapy_with_psychologist", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of intervention] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of Mental Health intervention - MHPSS|Psychotherapy", - 1, - 242 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 1, - "IPD MSF", - "", - "IPD MSF", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|IPD MSF", - 1, - 243 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 2, - "Emergency department MSF", - "", - "Emergency department MSF", - "Emergency department", - "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", - "N/A", - "Misc", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - 95, - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الإسعافات لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Emergency department MSF", - 1, - 244 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 3, - "ER", - "", - "ER", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-1383", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|ER", - 1, - 245 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 4, - "MSF ATFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|MSF ATFC", - 1, - 246 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 5, - "Non-MSF ATFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Non-MSF ATFC", - 1, - 247 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 6, - "Primary Health Center MSF", - "", - "Primary Health Center MSF", - "", - "", - "", - "", - "", - "", - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Primary Health Center MSF", - 1, - 248 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 7, - "Health Promotion/sensitization", - "", - "Health Promotion/sensitization", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التوعية الصحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Health Promotion/sensitization", - 1, - 249 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 8, - "Other MSF personnel", - "", - "Other MSF personnel", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1422", - "", - "MSF other", - "Other MSF department or group., question = Source of initial patient referral", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف آخر لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other MSF personnel", - 1, - 250 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 9, - "MSF social worker", - "", - "MSF social worker", - "Social worker", - "", - "", - "", - "MSF-AAAAAA000000000000001398", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل مجتمعي لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|MSF social worker", - 1, - 251 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 10, - "Hospital or Health facility", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-2578", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Hospital or Health facility", - 1, - 252 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 11, - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|SFC", - 1, - 253 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 12, - "Hospital", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مستشفى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Hospital", - 1, - 254 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 13, - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-1385", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|OPD", - 1, - 255 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 14, - "Outreach", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Outreach", - 1, - 256 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 15, - "Other health structure", - "", - "Other health structure", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-164407", - "Other health facility", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز أو منشأة صحية أخرى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other health structure", - 1, - 257 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 16, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other", - 1, - 258 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 17, - "Local health worker (non-MSF)", - "", - "Local health worker (non-MSF)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Local health worker (non-MSF)", - 1, - 259 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 18, - "Institutions (NGOs/Church/IGO)", - "", - "Institutions (NGOs/Church/IGO)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Institutions (NGOs/Church/IGO)", - 1, - 260 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 19, - "NGO", - "", - "NGO", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-48", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|NGO", - 1, - 261 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 20, - "Self-referral", - "", - "Self-referral", - "", - "", - "", - "", - "", - "", - "Self-referred", - "", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1417", - "CIEL-160551", - "Self-referral", - "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "احالة فردية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Self-referral", - 1, - 262 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 21, - "Family member / friend /neighbor", - "", - "Family member / friend /neighbor", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1514", - "", - "", - "", - "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد أفراد العائلة / صديق / جار", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Family member / friend /neighbor", - 1, - 263 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 22, - "Community leader", - "", - "Community leader", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Community leader", - "", - "N/A", - "Misc", - "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", - 95, - "Found", - "Use MSF automatch", - "", - "MSF-981", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد شخصيات المجتمع المحلي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Community leader", - 1, - 264 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 23, - "School / University", - "", - "School / University", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "University", - "Academic institution. Higher learning.", - "N/A", - "Misc", - "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مدرسة/جامعة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|School / University", - 1, - 265 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 24, - "Authorities", - "", - "Authorities", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1005", - "", - "Local authorities", - "The organizations or individuals in charge of the public services for a community.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلطات", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Authorities", - 1, - 266 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 25, - "Legal attorney office", - "", - "Legal attorney office", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "PIH-13470", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب المحاماة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Legal attorney office", - 1, - 267 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 26, - "Prosecutor office", - "", - "Prosecutor office", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب الادعاء", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Prosecutor office", - 1, - 268 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 27, - "Forensic department", - "", - "Forensic department", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الطب الشرعي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Forensic department", - 1, - 269 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 28, - "CHOW (Community Health Outreach Worker)", - "", - "CHOW (Community Health Outreach Worker)", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "CIEL-1555", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "منشط اجتماعي في مجال الرعاية الصحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|CHOW (Community Health Outreach Worker)", - 1, - 270 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 29, - "Community educator", - "", - "Community educator", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "CIEL-1555", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مربي مجتمع", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Community educator", - 1, - 271 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 1, - "IPD MSF", - "d17350e6-12de-4454-b902-58c2fc1e59aa", - "IPD MSF", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3194", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "IPD MSF", - "hUkr13HVkFe", - "inpatient_department", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|IPD MSF", - 1, - 272 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 2, - "Emergency department MSF", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - "Emergency department MSF", - "Emergency department", - "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", - "N/A", - "Misc", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - 95, - "Emergency department", - " ", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الإسعافات لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "ER MSF", - "v1uQIEM3yTP", - "emergency_department", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Emergency department MSF", - 1, - 273 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 3, - "Primary Health Center MSF", - "82815438-a49d-48d7-a67f-dd294aa3c1e2", - "Primary Health Center MSF", - " ", - " ", - " ", - " ", - " ", - " ", - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-3195", - "CIEL-159372", - "MSF Primary Health Center", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Primary Health Center MSF", - "vcsgSPTyIPC", - "primary_health_center", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Primary Health Center MSF", - 1, - 274 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 4, - "Health Promotion/sensitization", - "edb619d5-309f-45db-9521-70fcc22b30aa", - "Health Promotion/sensitization", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التوعية الصحية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "HP / Sensitization", - "xihtGfyAQG9", - "sensitization", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Health Promotion/sensitization", - 1, - 275 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 5, - "Other MSF personnel", - "200a3de4-00a7-4a2e-a113-852013d6f4c5", - "Other MSF personnel", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-3197", - "", - "Other MSF personnel", - "", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف آخر لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Other MSF staff", - "csTGh6JIRmf", - "other_msf_staff", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Other MSF personnel", - 1, - 276 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 6, - "MSF social worker", - "92f7c3e2-89e1-4ebd-9da9-7c2976de815c", - "MSF social worker", - "Social worker", - " ", - " ", - " ", - "MSF-AAAAAA000000000000001398", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3198", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل مجتمعي لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "MSF social worker", - "cuIef31D5QL", - "social_work_msf", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|MSF social worker", - 1, - 277 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 7, - "Other health structure", - "923c6b39-4094-45e4-95ab-b44f7a381980", - "Other health structure", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-3199", - "CIEL-164407", - "Other health facility", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز أو منشأة صحية أخرى", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Other Health Structure", - "bZZjZast35n", - "other_health_structure", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Other health structure", - 1, - 278 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 8, - "Local health worker (non-MSF)", - "54054512-7317-45c4-9494-f74be6ab4549", - "Local health worker (non-MSF)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3200", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Local health worker non MSF", - "NIXRVxxeiLm", - "hw_local", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Local health worker (non-MSF)", - 1, - 279 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 9, - "Institutions (NGOs/Church/IGO)", - "f9688da4-cdcf-4cb3-90c2-263812fa064f", - "Institutions (NGOs/Church/IGO)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3201", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Institutions (Church, NGO, International Agencies)", - "eHP0GjRUPx4", - "institutions_church_ngo_international_agencies", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Institutions (NGOs/Church/IGO)", - 1, - 280 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 10, - "Self-referral", - "8d9386b1-a641-4155-9822-7a06a16aa8e8", - "Self-referral", - " ", - " ", - " ", - " ", - " ", - " ", - "Self-referred", - " ", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-1417", - "CIEL-160551", - "Self-referral", - "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "احالة فردية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Self Referral", - "riMSWiZKZ2Q", - "self_referral", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Self-referral", - 1, - 281 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 11, - "Family member / friend /neighbor", - "a8432309-bc74-4da0-8639-76988c02cbb5", - "Family member / friend /neighbor", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد أفراد العائلة / صديق / جار", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Family / Friend / Neighbor", - "bDu4hsAwaAB", - "family_friend_neighbor", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Family member / friend /neighbor", - 1, - 282 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 12, - "Community leader", - "8b93d848-9e20-41b3-94e5-895a356e5ed7", - "Community leader", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Community leader", - "", - "N/A", - "Misc", - "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", - 95, - "Found", - "", - "", - "MSF-3203", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد شخصيات المجتمع المحلي", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Community leader", - "waFIAukspK9", - "community_leader", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Community leader", - 1, - 283 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 13, - "School / University", - "98b1e458-2d46-4025-b912-7340f9d39610", - "School / University", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "University", - "Academic institution. Higher learning.", - "N/A", - "Misc", - "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-3204", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مدرسة/جامعة", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "School / University", - "ipYSgBna9cP", - "school_university", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|School / University", - 1, - 284 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 14, - "Authorities", - "80575f44-be81-4694-aba4-012999328339", - "Authorities", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1005", - "", - "Local authorities", - "The organizations or individuals in charge of the public services for a community.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلطات", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Authorities", - "gh5agL1I7Nz", - "authorities", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Authorities", - 1, - 285 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 15, - "Legal attorney office", - "14940a46-5cce-4744-ac2a-c2d1fdc64e11", - "Legal attorney office", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب المحاماة", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Legal attorney office", - "DqMj4xwn5EC", - "legal_attorney_office", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Legal attorney office", - 1, - 286 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 16, - "Prosecutor office", - "b989e916-8299-40f6-9a92-c0c8d8e70f20", - "Prosecutor office", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب الادعاء", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Prosecutor office", - "EDDo3uX7Hjp", - "fiscalia_de_la_mujer", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Prosecutor office", - 1, - 287 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 17, - "Forensic department", - "f85b0def-4af3-4901-839d-0a9dc8ace318", - "Forensic department", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الطب الشرعي", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Forensic department", - "qkalVIdgmBS", - "medicina_forense", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Forensic department", - 1, - 288 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 18, - "CHOW (Community Health Outreach Worker)", - "127bfdc9-8059-4421-a3cc-967bfbfee0ce", - "CHOW (Community Health Outreach Worker)", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "منشط اجتماعي في مجال الرعاية الصحية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "CHOW", - "LCk7N10isIp", - "chow", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|CHOW (Community Health Outreach Worker)", - 1, - 289 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 19, - "Community educator", - "410a0731-cb41-4181-9897-6eb9894bf7b8", - "Community educator", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مربي مجتمع", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Community educator", - "PWjmOym543x", - "community_educattor", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Community educator", - 1, - 290 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 1, - "ER", - "", - "ER", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|ER", - 1, - 291 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 2, - "NGO", - "", - "NGO", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منظمة غير حكومية", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "NGO", - "YZPzqNjIjkE", - "ngo", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|NGO", - 1, - 292 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 3, - "MSF ATFC", - "", - "MSF ATFC", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "MSF ATFC", - "eQhl8Cckky0", - "msf_atfc", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|MSF ATFC", - 1, - 293 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 4, - "Non-MSF ATFC", - "", - "Non-MSF ATFC", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Non-MSF ATFC", - "qd0LCPcNoWO", - "non_msf_atfc", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Non-MSF ATFC", - 1, - 294 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 5, - "Hospital or Health facility", - "", - "Hospital or Health facility", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - " ", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مستشفى او منشأة صحية", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Hospital or Health facility", - "TrHSyBJXKcT", - "hospital_health_facility", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Hospital or Health facility", - 1, - 295 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 6, - "Self-referral", - "", - "Self-referral", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Self-referral", - "snH8Rb7148A", - "self_referred", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Self-referral", - 1, - 296 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 7, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Other", - "gyffBI4rHwm", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Other", - 1, - 297 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 1, - "SFC", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|SFC", - 1, - 298 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 2, - "Hospital", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - " ", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مستشفى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Hospital", - 1, - 299 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 3, - "OPD", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|OPD", - 1, - 300 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 4, - "Outreach", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Outreach", - 1, - 301 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 5, - "Self-referred", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "Self-referred", - " ", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "بمفرده / رغبة من المريض", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Self-referred", - 1, - 302 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 6, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Other", - 1, - 303 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 1, - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "464c68b7-0fb0-495c-b931-0c1732b60397", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "UeYsD88aXOb", - "1_1_body_pain_or_complaints", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - 1, - 304 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 2, - "1.2 Eating problems", - "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", - "1.2 Eating problems", - "Eating", - "Coded question of patient's ability to eat.", - "Coded", - "Question", - "MSF-AAAAAA000000000000002835", - 90, - "", - "", - "", - "", - "", - "", - "Eating", - "", - "N/A", - "Misc", - "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1400", - "", - "Eating disorder", - "Disorders characterized by physiological and psychological disturbances in appetite or food intake.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في الأكل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.2 Eating problems", - "u1MYOfo6bZo", - "1_2_eating_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.2 Eating problems", - 1, - 305 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 3, - "1.3 Sleeping problems", - "42966954-f43f-4564-bc59-d9d133e53a75", - "1.3 Sleeping problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-526", - "", - "Sleep disorder", - "Conditions characterized by the disturbance of normal sleep patterns and behaviors. There are a number of sleep disorders that range from trouble falling asleep, to nightmares, sleepwalking, and sleep apnea.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في النوم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.3 Sleeping problems", - "kKLSjMaDB71", - "1_3_sleeping_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.3 Sleeping problems", - 1, - 306 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 4, - "1.4 Bedwetting / retention problems", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "1.4 Bedwetting / retention problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1396", - "CIEL-117211", - "Enuresis", - "Involuntary discharge of urine after the age at which urinary control should have been achieved, CIEL name = Incontinence, no DEF, could also be 'unspecified', 'urinary' or 'stress incontinence'", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التبول أثناء النوم / مشاكل في السلس", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.4 Bedwetting / retention problems", - "W445BWB0GQ3", - "1_4_Bedwetting_retention_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.4 Bedwetting / retention problems", - 1, - 307 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 5, - "1.5 Sexual problems", - "3ba98736-982f-4d9c-a675-f83b180a9f28", - "1.5 Sexual problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1401", - "", - "Sexual disorder", - "Physiological disturbances in normal sexual performance.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل جنسية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.5 Sexual problems", - "qu1XKVn8CUS", - "1_5_sexual_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.5 Sexual problems", - 1, - 308 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 6, - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "28adad48-b45b-46a4-ae94-4cca6118047e", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "PClZEC4W4rM", - "1_6_unexplained_physical_reaction", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - 1, - 309 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 7, - "2.1 Sad mood", - "7f4699e5-e70a-49fb-bf34-c09afa867fdc", - "2.1 Sad mood", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001786", - 90, - "", - "", - "", - "", - "", - "", - "Sad mood", - "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", - "N/A", - "Diagnosis", - "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-1386", - "", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مزاج حزين", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.1 Sad mood", - "XPvA3hyChlA", - "2_1_sad_mood", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.1 Sad mood", - 1, - 310 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 8, - "2.2 Irritability / anger", - "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", - "2.2 Irritability / anger", - "", - "", - "", - "", - "", - "", - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "3cf2a6fc-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1387", - "", - "Irritable mood", - "Abnormal or excessive excitability with easily triggered anger, annoyance, or impatience.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سرعة الضيق / الغضب", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.2 Irritability / anger", - "vprUUUOBopr", - "2_2_irritability_anger", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.2 Irritability / anger", - 1, - 311 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 9, - "2.3 Loss of interest / anhedonia", - "51061bb9-6084-4bb3-b83b-5c234e45b09c", - "2.3 Loss of interest / anhedonia", - "", - "", - "", - "", - "", - "", - "Loss of interest", - "The loss of interest in previously rewarding or enjoyable activities or relationships.", - "N/A", - "Finding", - "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1389", - "", - "Anhedonia", - "The inability to experience pleasure from activities someone usually found enjoyable.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الاهتمام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.3 Loss of interest / anhedonia", - "b4TqJ285UWa", - "2_3_loss_of_interest_anhedonia", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.3 Loss of interest / anhedonia", - 1, - 312 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 10, - "2.4 Hopelessness", - "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", - "2.4 Hopelessness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-892", - "", - "Feeling of hopeless", - "Patient describes feelings of hopeless.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الامل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.4 Hopelessness", - "Rzq6PFcbBa5", - "2_4_hopelessness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.4 Hopelessness", - 1, - 313 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 11, - "2.5 Guilt/self-blame/worthlessness", - "e8166325-9ddc-4739-9452-da63ee7862d2", - "2.5 Guilt/self-blame/worthlessness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-153507", - "Guilty feelings", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.5 Guilt/self-blame/worthlessness", - "QZBfUwIyQm9", - "2_5_guilt_self_blame_worthlessness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.5 Guilt/self-blame/worthlessness", - 1, - 314 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 12, - "2.6 Current suicidal thoughts", - "4f8f7343-f191-4483-bcf9-c60027a6eca8", - "2.6 Current suicidal thoughts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1390", - "", - "Suicidal thoughts", - "Contemplations, wishes, and preoccupations with death and suicide", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.6 Current suicidal thoughts", - "WCyJmoOZsCZ", - "2_6_current_suicidal_thoughts", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.6 Current suicidal thoughts", - 1, - 315 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 13, - "2.7 Recent suicidal attempt", - "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", - "2.7 Recent suicidal attempt", - "", - "", - "", - "", - "", - "", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source, not found exactly in CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.7 Recent suicidal attempt", - "z8jBJ5nYwIS", - "2_7_recent_suicidal_attempt", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.7 Recent suicidal attempt", - 1, - 316 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 14, - "2.8 Recent self-harm", - "003b425a-d8c3-47ed-bbde-45a7c180c0a4", - "2.8 Recent self-harm", - "", - "", - "", - "", - "", - "", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Self-harm exists in MSF and CIEL diagnosis but not 'recent'", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية للذات مؤخراً", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.8 Recent self-harm", - "XzLHZumvFOH", - "2_8_recent_self_harm", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.8 Recent self-harm", - 1, - 317 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 15, - "2.9 Changes in appetite", - "ce47585c-fa23-4de3-9e3a-97f5eb309e72", - "2.9 Changes in appetite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Loss or increase of appetite exist in CIEL but not 'change' only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تغير في الشهية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.9 Lack of appetite", - "Y5NywW5KfoX", - "2_9_lack_of_appetite", - "", - "", - "", - "", - "", - "", - "In Mosul form, \"Changes in appetite\"", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.9 Changes in appetite", - 1, - 318 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 16, - "3.1 Constant stress", - "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", - "3.1 Constant stress", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالضغط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.1 Constant stress", - "YpabM1EGBap", - "3_1_constant_stress", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.1 Constant stress", - 1, - 319 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 17, - "3.2 Persistent worry", - "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", - "3.2 Persistent worry", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-893", - "", - "Feeling constantly worried", - "Patient expresses feeling constantly worried.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالقلق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.2 Persistent worry", - "PsBi8qdxleW", - "3_2_persistent_worry", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.2 Persistent worry", - 1, - 320 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 18, - "3.3 Intense fear / phobia / feeling threatened", - "ae1ab702-fa58-4648-95e4-acca5c9078f7", - "3.3 Intense fear / phobia / feeling threatened", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-894", - "", - "Excessive fear/phobia", - "Aniexty disorders in which the essential feature is persistent and irrational fear of a specific object, activity, or situation that the individual feels compelled to avoid. The individual recognizes the fear as excessive or unreasonable.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "خوف شديد / خوف مرضي / الشعور بالتهديد", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.3 Intense fear / phobia / feeling threatened", - "JDP7sAjWj0r", - "3_3_intense_fear_phobia_feeling_threatened", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.3 Intense fear / phobia / feeling threatened", - 1, - 321 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 19, - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "473f0ea3-92e5-4a99-bbe0-358e371355ee", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Panic attack", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "N/A", - "Diagnosis", - "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "MSF-1634", - "", - "Panic disorder", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "hHoP5vhiGn3", - "3_4_panic_attack", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - 1, - 322 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 20, - "3.5 Compulsive or repetitive behavior", - "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", - "3.5 Compulsive or repetitive behavior", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1392", - "", - "Compulsive behavior", - "The behavior of performing an act persistently and repetitively without it leading to reward or pleasure.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوك وسواسي أو متكرر", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.5 Compulsive or repetitive behavior", - "PgxhapZ8P9E", - "3_5_compulsive_or_repetitive_behavior", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.5 Compulsive or repetitive behavior", - 1, - 323 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 21, - "4.1 Intrusive feelings, thoughts", - "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", - "4.1 Intrusive feelings, thoughts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-897", - "", - "Intrusive thoughts", - "Unwanted thoughts or mental images that make the patient feel uncomfortable.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار تطفلية أو اقتحامية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.1 Intrusive feelings thoughts", - "sFbWwoZbiSF", - "4_1_intrusive_feelings_thoughts", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.1 Intrusive feelings, thoughts", - 1, - 324 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 22, - "4.2 Flashbacks", - "c60a75c9-2ee9-4fb2-af53-6d730e45f074", - "4.2 Flashbacks", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001794", - 90, - "Flashbacks", - "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", - "N/A", - "Diagnosis", - "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1394", - "", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ومضات من الماضي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.2 Flashbacks", - "FibcXxxITz4", - "4_2_flashbacks", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.2 Flashbacks", - 1, - 325 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 23, - "4.3 Avoidance of traumatic stimuli", - "94083de5-2603-4b26-a6d8-ec4459f9eced", - "4.3 Avoidance of traumatic stimuli", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-898", - "", - "Avoidance behaviour", - "Behavioural acts that enable a patient to avoid anticipated unplesant or painful situations, stimuli, or events.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تجنب المحفزات المرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.3 Avoidance of traumatic stimuli", - "TzFciNtGU4L", - "4_3_avoidance_of_traumatic_stimuli", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.3 Avoidance of traumatic stimuli", - 1, - 326 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 24, - "4.4 Hypervigilance / excessive startle response", - "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", - "4.4 Hypervigilance / excessive startle response", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-907", - "", - "Hyper-vigilance", - "Patient is highly alert and displaying behaviors to avoid or prevent danger.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرط اليقظة / استجابة إجفالية شديدة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.4 Hypervigilance / excessive startle response", - "Uhj6bkTtm2b", - "4_4_hypervigilance_excessive_startle_response", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.4 Hypervigilance / excessive startle response", - 1, - 327 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 25, - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check, name = \"Hallucinations\", DEF = \"Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "DqF1son0fxy", - "4_5_trauma_related_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - 1, - 328 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 26, - "4.6 Child has stopped talking", - "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", - "4.6 Child has stopped talking", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3218", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'language' problems in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف الطفل عن الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.6 Child has stopped talking", - "xrr1xtIehD9", - "4_6_child_has_stopped_talking", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.6 Child has stopped talking", - 1, - 329 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 27, - "5.1 Delusions (false beliefs)", - "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", - "5.1 Delusions (false beliefs)", - "", - "", - "", - "", - "", - "", - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use CIEL automatch", - "", - "MSF-497", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوهام (معتقدات خاطئة)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.1 Delusions (false beliefs)", - "vAcyKlSrQOK", - "5_1_delusions", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.1 Delusions (false beliefs)", - 1, - 330 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 28, - "5.2 Visual hallucinations", - "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", - "5.2 Visual hallucinations", - "", - "", - "", - "", - "", - "", - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use CIEL automatch", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check name and definition", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات بصرية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.2 Visual hallucinations", - "lsyUg99Xik2", - "5_2_visual_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.2 Visual hallucinations", - 1, - 331 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 29, - "5.3 Auditory hallucinations", - "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", - "5.3 Auditory hallucinations", - "", - "", - "", - "", - "", - "", - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use CIEL automatch", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check name", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات سمعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.3 Auditory hallucinations", - "BPYqkKFsav2", - "5_3_auditory_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.3 Auditory hallucinations", - 1, - 332 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 30, - "5.4 Disorganized thought /speech", - "dfaf113c-72f2-4865-81c9-31aba9e95a74", - "5.4 Disorganized thought /speech", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-903", - "", - "Disorganized thoughts", - "The paitent cannot control their thoughts or express themself well, which makes relating to others difficult.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشتت الأفكار / الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.4 Disorganized thought /speech", - "f50m0IXJNZ1", - "5_4_disorganized_thought_speech", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.4 Disorganized thought /speech", - 1, - 333 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 31, - "5.5 Bizarre behavior", - "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", - "5.5 Bizarre behavior", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-464", - "", - "Abnormal behaviour", - "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوكيات غريبة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.5 Bizarre behavior", - "SSaShXgyswX", - "5_5_bizarre_behavior", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.5 Bizarre behavior", - 1, - 334 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 32, - "5.6 Psychotic agitation", - "cda4f471-1da9-4192-8f26-ecec35775d5a", - "5.6 Psychotic agitation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3221", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'Agitation' or 'Psychomotor agitation' in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور ذهاني بالضيق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.6 Psychotic agitation", - "BbQwHHYdAtY", - "5_6_psychotic_agitation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.6 Psychotic agitation", - 1, - 335 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 33, - "6.1 Problems with concentration, memory or reasoning", - "44274d50-bb85-4f20-9b55-d08f60343c38", - "6.1 Problems with concentration, memory or reasoning", - "", - "", - "", - "", - "", - "", - "concentration", - "Used to describe a concentration in a DST test. Maps to datatype double. ", - "Numeric", - "Misc", - "160047AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-1403/1404/906", - "", - "", - "", - "Check - different items and different classes grouped; names = \"Lack of concentration\", \"Lack of memory\", \"Difficulty reasoning\", DEFs = \"The inability to focus on tasks.\", \"Disturbances in registering an impression, in the retention of an acquired impression, or in the recall of an impression.\", \"Patient has difficulty thinking about things in a logical, sensible way.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في التركيز، أو التذكر، أو التفكير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.1 Problems with concentration memory or reasoning", - "HxamZeSwli0", - "6_1_problems_with_concentration_memory_or_reasoning", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.1 Problems with concentration, memory or reasoning", - 1, - 336 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 34, - "6.2 Delayed development (milestones)", - "66e446ee-8f82-4f2a-808f-00d664ac92de", - "6.2 Delayed development (milestones)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-6022", - "Delayed milestones", - "Delay in a set of functional skills or age-specific tasks that most children can do by a certain age range.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تأخر في التطور (المحطات الإنجازية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.2 Delayed development (milestones)", - "zAXxqqhE7hH", - "6_2_delayed_development", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.2 Delayed development (milestones)", - 1, - 337 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 35, - "6.3 Abnormal social interaction and communication", - "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", - "6.3 Abnormal social interaction and communication", - "Abnormal", - "A result that deviates from the standard or what is expected.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001333", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd75230-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3225", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'Social Maladjustment' in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تواصل اجتماعي غير طبيعي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.3 Abnormal social interaction and communication", - "p1PiLH5LcpL", - "6_3_abnormal_social_interaction_and_communication", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.3 Abnormal social interaction and communication", - 1, - 338 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 36, - "6.4 Learning difficulties", - "9240ed56-8ba2-4ef2-b42f-e84179fcc333", - "6.4 Learning difficulties", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-5550", - "Learning problems", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبات في التعلم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.4 Learning difficulties", - "ov5D4toFD3q", - "6_4_learning_difficulties", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.4 Learning difficulties", - 1, - 339 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 37, - "6.5 Epileptic seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "6.5 Epileptic seizures", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000420", - 90, - "Epileptic seizure", - "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", - "N/A", - "Diagnosis", - "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-420", - "", - "Epileptic seizures", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.5 Epileptic seizures", - "dpdekdgiUMZ", - "6_5_epileptic_seizures", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.5 Epileptic seizures", - 1, - 340 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 38, - "7.1 Alcohol / substance abuse", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "7.1 Alcohol / substance abuse", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-2457", - "", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعاطي الكحول / العقاقير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.1 Alcohol / substance abuse", - "u6J5PRo76eL", - "7_1_alcohol_substance_abuse", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.1 Alcohol / substance abuse", - 1, - 341 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 39, - "7.2 Aggressiveness", - "977e8c6f-befa-4af3-87e1-1d29a57450c1", - "7.2 Aggressiveness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-2877", - "", - "Aggressive behavior", - "A form of behavior which leads to self-assertion; it may arise from innate drives and/or a response to frustration; may be manifested by destructive and attacking behavior, by covert attitudes of hostility and obstructionism, or by healthy self-expressive drive to mastery. (Dorland 27th ed)", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العدائية او الهجومية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.2 Aggressiveness", - "ZJKWvyAYFU4", - "7_2_aggressiveness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.2 Aggressiveness", - 1, - 342 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 40, - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-464", - "", - "Abnormal behaviour", - "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.Pediatric paitent displays a behavioral problem.", - "Check name", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "XwiwuWP5Sze", - "7_3_conduct_problems_in_children", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - 1, - 343 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 41, - "7.4 Hypo- or hyperactivity", - "520eccda-99f4-4cab-950b-260cfe3ab767", - "7.4 Hypo- or hyperactivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3226", - "", - "", - "", - "Includes MSF1397 (Hyperactivity), nothing found for hypoactivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قلة او فرط النشاط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.4 Hypo or hyperactivity", - "D655HPkg8Sw", - "7_4_hypo_or_hyperactivity", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.4 Hypo- or hyperactivity", - 1, - 344 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 42, - "7.5 Impulsivity", - "12723e41-2955-4917-971c-7f05849412d7", - "7.5 Impulsivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-156762", - "Impulsiveness", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاندفاعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.5 Impulsivity", - "L6gwT6cBFEk", - "7_5_impulsivity", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.5 Impulsivity", - 1, - 345 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 43, - "7.6 Regression in development", - "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", - "7.6 Regression in development", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-901", - "", - "Regression in development in child", - "Loss of developmental milestones in a child during and/or after hospitalization.", - "Check class = Finding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الارتكاس في التطور", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.6 Regression in development", - "rhQpTzDeQPW", - "7_6_regression_in_development", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.6 Regression in development", - 1, - 346 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 44, - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "", - "", - "", - "", - "", - "", - "Social withdrawal", - "", - "N/A", - "Diagnosis", - "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-126307", - "Social withdrawal", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "xBuK70tTHrj", - "7_7_social_withdrawal", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.7 Social withdrawal (isolation/reduced attachment/involvement)", - 1, - 347 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 45, - "8.1 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8.1 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "8.1 Other (specify)", - "tkP1jOd01Pn", - "8_1_other", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|8.1 Other", - 1, - 348 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 1, - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "464c68b7-0fb0-495c-b931-0c1732b60397", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "UeYsD88aXOb", - "1_1_body_pain_or_complaints", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - 1, - 349 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 2, - "1.2 Eating problems", - "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", - "1.2 Eating problems", - "Eating", - "Coded question of patient's ability to eat.", - "Coded", - "Question", - "MSF-AAAAAA000000000000002835", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Eating", - "", - "N/A", - "Misc", - "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في الأكل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.2 Eating problems", - "u1MYOfo6bZo", - "1_2_eating_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.2 Eating problems", - 1, - 350 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 3, - "1.3 Sleeping problems", - "42966954-f43f-4564-bc59-d9d133e53a75", - "1.3 Sleeping problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في النوم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.3 Sleeping problems", - "kKLSjMaDB71", - "1_3_sleeping_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.3 Sleeping problems", - 1, - 351 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 4, - "1.4 Bedwetting / retention problems", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "1.4 Bedwetting / retention problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التبول أثناء النوم / مشاكل في السلس", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.4 Bedwetting / retention problems", - "W445BWB0GQ3", - "1_4_Bedwetting_retention_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.4 Bedwetting / retention problems", - 1, - 352 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 5, - "1.5 Sexual problems", - "3ba98736-982f-4d9c-a675-f83b180a9f28", - "1.5 Sexual problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل جنسية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.5 Sexual problems", - "qu1XKVn8CUS", - "1_5_sexual_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.5 Sexual problems", - 1, - 353 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 6, - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "28adad48-b45b-46a4-ae94-4cca6118047e", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "PClZEC4W4rM", - "1_6_unexplained_physical_reaction", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - 1, - 354 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 1, - "2.1 Sad mood", - "7f4699e5-e70a-49fb-bf34-c09afa867fdc", - "2.1 Sad mood", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001786", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Sad mood", - "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", - "N/A", - "Diagnosis", - "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مزاج حزين", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.1 Sad mood", - "XPvA3hyChlA", - "2_1_sad_mood", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.1 Sad mood", - 1, - 355 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 2, - "2.2 Irritability / anger", - "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", - "2.2 Irritability / anger", - " ", - " ", - " ", - " ", - " ", - " ", - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "3cf2a6fc-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سرعة الضيق / الغضب", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.2 Irritability / anger", - "vprUUUOBopr", - "2_2_irritability_anger", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.2 Irritability / anger", - 1, - 356 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 3, - "2.3 Loss of interest / anhedonia", - "51061bb9-6084-4bb3-b83b-5c234e45b09c", - "2.3 Loss of interest / anhedonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Loss of interest", - "The loss of interest in previously rewarding or enjoyable activities or relationships.", - "N/A", - "Finding", - "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الاهتمام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.3 Loss of interest / anhedonia", - "b4TqJ285UWa", - "2_3_loss_of_interest_anhedonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.3 Loss of interest / anhedonia", - 1, - 357 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 4, - "2.4 Hopelessness", - "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", - "2.4 Hopelessness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الامل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.4 Hopelessness", - "Rzq6PFcbBa5", - "2_4_hopelessness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.4 Hopelessness", - 1, - 358 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 5, - "2.5 Guilt/self-blame/worthlessness", - "e8166325-9ddc-4739-9452-da63ee7862d2", - "2.5 Guilt/self-blame/worthlessness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.5 Guilt/self-blame/worthlessness", - "QZBfUwIyQm9", - "2_5_guilt_self_blame_worthlessness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.5 Guilt/self-blame/worthlessness", - 1, - 359 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 6, - "2.6 Current suicidal thoughts", - "4f8f7343-f191-4483-bcf9-c60027a6eca8", - "2.6 Current suicidal thoughts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.6 Current suicidal thoughts", - "WCyJmoOZsCZ", - "2_6_current_suicidal_thoughts", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.6 Current suicidal thoughts", - 1, - 360 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 7, - "2.7 Recent suicidal attempt", - "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", - "2.7 Recent suicidal attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.7 Recent suicidal attempt", - "z8jBJ5nYwIS", - "2_7_recent_suicidal_attempt", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.7 Recent suicidal attempt", - 1, - 361 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 8, - "2.8 Recent self-harm", - "003b425a-d8c3-47ed-bbde-45a7c180c0a4", - "2.8 Recent self-harm", - " ", - " ", - " ", - " ", - " ", - " ", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية للذات مؤخراً", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.8 Recent self-harm", - "XzLHZumvFOH", - "2_8_recent_self_harm", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.8 Recent self-harm", - 1, - 362 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 9, - "2.9 Changes in appetite", - "ce47585c-fa23-4de3-9e3a-97f5eb309e72", - "2.9 Changes in appetite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تغير في الشهية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.9 Lack of appetite", - "Y5NywW5KfoX", - "2_9_lack_of_appetite", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.9 Changes in appetite", - 1, - 363 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 1, - "3.1 Constant stress", - "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", - "3.1 Constant stress", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالضغط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.1 Constant stress", - "YpabM1EGBap", - "3_1_constant_stress", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.1 Constant stress", - 1, - 364 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 2, - "3.2 Persistent worry", - "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", - "3.2 Persistent worry", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالقلق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.2 Persistent worry", - "PsBi8qdxleW", - "3_2_persistent_worry", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.2 Persistent worry", - 1, - 365 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 3, - "3.3 Intense fear / phobia / feeling threatened", - "ae1ab702-fa58-4648-95e4-acca5c9078f7", - "3.3 Intense fear / phobia / feeling threatened", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "خوف شديد / خوف مرضي / الشعور بالتهديد", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.3 Intense fear / phobia / feeling threatened", - "JDP7sAjWj0r", - "3_3_intense_fear_phobia_feeling_threatened", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.3 Intense fear / phobia / feeling threatened", - 1, - 366 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 4, - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "473f0ea3-92e5-4a99-bbe0-358e371355ee", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Panic attack", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "N/A", - "Diagnosis", - "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "hHoP5vhiGn3", - "3_4_panic_attack", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - 1, - 367 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 5, - "3.5 Compulsive or repetitive behavior", - "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", - "3.5 Compulsive or repetitive behavior", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوك وسواسي أو متكرر", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.5 Compulsive or repetitive behavior", - "PgxhapZ8P9E", - "3_5_compulsive_or_repetitive_behavior", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.5 Compulsive or repetitive behavior", - 1, - 368 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 1, - "4.1 Intrusive feelings, thoughts", - "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", - "4.1 Intrusive feelings, thoughts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار تطفلية أو اقتحامية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.1 Intrusive feelings thoughts", - "sFbWwoZbiSF", - "4_1_intrusive_feelings_thoughts", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.1 Intrusive feelings, thoughts", - 1, - 369 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 2, - "4.2 Flashbacks", - "c60a75c9-2ee9-4fb2-af53-6d730e45f074", - "4.2 Flashbacks", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001794", - 90, - "Flashbacks", - "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", - "N/A", - "Diagnosis", - "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ومضات من الماضي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.2 Flashbacks", - "FibcXxxITz4", - "4_2_flashbacks", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.2 Flashbacks", - 1, - 370 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 3, - "4.3 Avoidance of traumatic stimuli", - "94083de5-2603-4b26-a6d8-ec4459f9eced", - "4.3 Avoidance of traumatic stimuli", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تجنب المحفزات المرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.3 Avoidance of traumatic stimuli", - "TzFciNtGU4L", - "4_3_avoidance_of_traumatic_stimuli", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.3 Avoidance of traumatic stimuli", - 1, - 371 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 4, - "4.4 Hypervigilance / excessive startle response", - "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", - "4.4 Hypervigilance / excessive startle response", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرط اليقظة / استجابة إجفالية شديدة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.4 Hypervigilance / excessive startle response", - "Uhj6bkTtm2b", - "4_4_hypervigilance_excessive_startle_response", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.4 Hypervigilance / excessive startle response", - 1, - 372 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 5, - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "DqF1son0fxy", - "4_5_trauma_related_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - 1, - 373 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 6, - "4.6 Child has stopped talking", - "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", - "4.6 Child has stopped talking", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف الطفل عن الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.6 Child has stopped talking", - "xrr1xtIehD9", - "4_6_child_has_stopped_talking", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.6 Child has stopped talking", - 1, - 374 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 1, - "5.1 Delusions (false beliefs)", - "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", - "5.1 Delusions (false beliefs)", - " ", - " ", - " ", - " ", - " ", - " ", - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوهام (معتقدات خاطئة)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.1 Delusions (false beliefs)", - "vAcyKlSrQOK", - "5_1_delusions", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.1 Delusions (false beliefs)", - 1, - 375 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 2, - "5.2 Visual hallucinations", - "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", - "5.2 Visual hallucinations", - " ", - " ", - " ", - " ", - " ", - " ", - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات بصرية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.2 Visual hallucinations", - "lsyUg99Xik2", - "5_2_visual_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.2 Visual hallucinations", - 1, - 376 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 3, - "5.3 Auditory hallucinations", - "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", - "5.3 Auditory hallucinations", - " ", - " ", - " ", - " ", - " ", - " ", - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات سمعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.3 Auditory hallucinations", - "BPYqkKFsav2", - "5_3_auditory_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.3 Auditory hallucinations", - 1, - 377 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 4, - "5.4 Disorganized thought /speech", - "dfaf113c-72f2-4865-81c9-31aba9e95a74", - "5.4 Disorganized thought /speech", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشتت الأفكار / الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.4 Disorganized thought /speech", - "f50m0IXJNZ1", - "5_4_disorganized_thought_speech", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.4 Disorganized thought /speech", - 1, - 378 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 5, - "5.5 Bizarre behavior", - "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", - "5.5 Bizarre behavior", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوكيات غريبة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.5 Bizarre behavior", - "SSaShXgyswX", - "5_5_bizarre_behavior", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.5 Bizarre behavior", - 1, - 379 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 6, - "5.6 Psychotic agitation", - "cda4f471-1da9-4192-8f26-ecec35775d5a", - "5.6 Psychotic agitation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور ذهاني بالضيق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.6 Psychotic agitation", - "BbQwHHYdAtY", - "5_6_psychotic_agitation", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.6 Psychotic agitation", - 1, - 380 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 1, - "6.1 Problems with concentration memory or reasoning", - "44274d50-bb85-4f20-9b55-d08f60343c38", - "6.1 Problems with concentration memory or reasoning", - " ", - " ", - " ", - " ", - " ", - " ", - "Problem", - " ", - "N/A", - "Diagnosis", - "128461AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في التركيز، أو التذكر، أو التفكير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.1 Problems with concentration memory or reasoning", - "HxamZeSwli0", - "6_1_problems_with_concentration_memory_or_reasoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.1 Problems with concentration memory or reasoning", - 1, - 381 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 2, - "6.2 Delayed development (milestones)", - "66e446ee-8f82-4f2a-808f-00d664ac92de", - "6.2 Delayed development (milestones)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تأخر في التطور (المحطات الإنجازية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.2 Delayed development (milestones)", - "zAXxqqhE7hH", - "6_2_delayed_development", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.2 Delayed development (milestones)", - 1, - 382 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 3, - "6.3 Abnormal social interaction and communication", - "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", - "6.3 Abnormal social interaction and communication", - "Abnormal", - "A result that deviates from the standard or what is expected.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001333", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd75230-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تواصل اجتماعي غير طبيعي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.3 Abnormal social interaction and communication", - "p1PiLH5LcpL", - "6_3_abnormal_social_interaction_and_communication", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.3 Abnormal social interaction and communication", - 1, - 383 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 4, - "6.4 Learning difficulties", - "9240ed56-8ba2-4ef2-b42f-e84179fcc333", - "6.4 Learning difficulties", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبات في التعلم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.4 Learning difficulties", - "ov5D4toFD3q", - "6_4_learning_difficulties", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.4 Learning difficulties", - 1, - 384 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 5, - "6.5 Epileptic seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "6.5 Epileptic seizures", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000820", - 90, - "Epileptic seizure", - "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", - "N/A", - "Diagnosis", - "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.5 Epileptic seizures", - "dpdekdgiUMZ", - "6_5_epileptic_seizures", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.5 Epileptic seizures", - 1, - 385 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 1, - "7.1 Alcohol / substance abuse", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "7.1 Alcohol / substance abuse", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعاطي الكحول / العقاقير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.1 Alcohol / substance abuse", - "u6J5PRo76eL", - "7_1_alcohol_substance_abuse", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.1 Alcohol / substance abuse", - 1, - 386 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 2, - "7.2 Aggressiveness", - "977e8c6f-befa-4af3-87e1-1d29a57450c1", - "7.2 Aggressiveness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العدائية او الهجومية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.2 Aggressiveness", - "ZJKWvyAYFU4", - "7_2_aggressiveness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.2 Aggressiveness", - 1, - 387 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 3, - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "XwiwuWP5Sze", - "7_3_conduct_problems_in_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - 1, - 388 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 4, - "7.4 Hypo- or hyperactivity", - "520eccda-99f4-4cab-950b-260cfe3ab767", - "7.4 Hypo- or hyperactivity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قلة او فرط النشاط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.4 Hypo or hyperactivity", - "D655HPkg8Sw", - "7_4_hypo_or_hyperactivity", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.4 Hypo- or hyperactivity", - 1, - 389 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 5, - "7.5 Impulsivity", - "12723e41-2955-4917-971c-7f05849412d7", - "7.5 Impulsivity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاندفاعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.5 Impulsivity", - "L6gwT6cBFEk", - "7_5_impulsivity", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.5 Impulsivity", - 1, - 390 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 6, - "7.6 Regression in development", - "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", - "7.6 Regression in development", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الارتكاس في التطور", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.6 Regression in development", - "rhQpTzDeQPW", - "7_6_regression_in_development", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.6 Regression in development", - 1, - 391 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 7, - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - " ", - " ", - " ", - " ", - " ", - " ", - "Social withdrawal", - " ", - "N/A", - "Diagnosis", - "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "xBuK70tTHrj", - "7_7_social_withdrawal", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.7 Social withdrawal (isolation/reduced attachment/involvement)", - 1, - 392 - ], - [ - 36, - "Current symptoms or complaints - Other symptoms", - "", - "Coded", - 1, - "8.1 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8.1 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "8.1 Other (specify)", - "tkP1jOd01Pn", - "8_1_other", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Other symptoms|8.1 Other", - 1, - 393 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 1, - "1. Acute stress reaction", - "a2f8295b-1259-481f-8ef3-34e213b7b4d6", - "1. Acute stress reaction", - "Acute stress reaction", - "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000906", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-506", - "", - "Acute stress reaction", - "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", - "Ok", - " ", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب الكرب الحاد", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Acute stress reaction", - "I2TnSpzmNZV", - "acute_stress_reaction", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|1. Acute stress reaction", - 1, - 394 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 2, - "2. Bereavement/grief", - "7d486d0c-0e2b-475d-8e17-07296cc624b9", - "2. Bereavement/grief", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-139251", - "Grief", - "Normal, appropriate sorrowful response to an immediate cause. It is self-limiting and gradually subsides within a reasonable time.", - "Only greif - no record for bereavement", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "الفجيعة / الأسى", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Bereavement / grief", - "fiMmy7FVXqj", - "bereavement_grief", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|2. Bereavement/grief", - 1, - 395 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 3, - "3. Post-Traumatic Stress Disorder", - "ec7a63e8-5d0b-4dcf-8f72-7529c1df699a", - "3. Post-Traumatic Stress Disorder", - "Traumatic", - "Injury to the body that causes long-lasting damage.", - "None", - "Finding", - "5cb34fe2-1c6a-4132-a046-f6a3ebcaa529", - 90, - "Stress", - "A pathological process resulting from the reaction of the body to external forces and abnormal conditions that tend to disturb the organism's homeostasis.", - "N/A", - "Diagnosis", - "125811AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Trauma", - "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", - "N/A", - "Diagnosis", - "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF manual", - "", - "MSF-291", - "", - "Post Traumatic Stress Disorder", - "An anxiety disorder precipitated by an experience of intense fear or horror while exposed to a traumatic (especially life-threatening) event. The disorder is characterized by intrusive recurring thoughts or images of the traumatic event avoidance of anything associated with the event a state of hyperarousal and diminished emotional responsiveness. These symptoms are present for at least one month and the disorder is usually long-term.", - "Ok", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب الكرب التالي للصدمة النفسية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Post-Traumatic Stress Disorder", - "GtXv2BevE4i", - "ptsd", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|3. Post-Traumatic Stress Disorder", - 1, - 396 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 4, - "4. Conversion/Dissociative reaction", - "58881584-4f0e-4cf3-b2bf-d9f0898ae106", - "4. Conversion/Dissociative reaction", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-457", - "", - "Dissociative and Conversion Disorder", - "A category of psychiatric disorders characterized by a disruption in the usually integrated functions of consciousness, memory, identity, and/or perception of the environment.", - "Ok", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب التحويل", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Dissociative / Conversive disorder", - "DzEHTmwsbwz", - "dissociative_onversive_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|4. Conversion/Dissociative reaction", - 1, - 397 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 5, - "5. Anxiety Disorder", - "2564bdee-c24c-4d96-903e-d44010f2a8ec", - "5. Anxiety Disorder", - "Anxiety disorder", - "", - "", - "", - "MSF-AAAAAA000000000000000502", - 95, - "Anxiety", - "Persistent feeling of dread, apprehension, and impending disaster.", - "N/A", - "Diagnosis", - "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Anxiety", - "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", - "Coded", - "Diagnosis", - "3ce6b1ee-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-102", - "", - "Anxiety disorder", - "Disorders in which anxiety (persistent feelings of apprehension, tension, or uneasiness) is the predominant disturbance.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب القلق", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Anxiety Disorder", - "RBjv7HDiR95", - "anxiety_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|5. Anxiety Disorder", - 1, - 398 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 6, - "6. Medically Unexplained Physical Symptoms (MUPS)", - "9df01581-6135-4876-8fb8-cbaaa522064e", - "6. Medically Unexplained Physical Symptoms (MUPS)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3187", - "", - "", - "", - "not found MSF or CIEL", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "عراض طبية من دون أسباب جسدية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Medically Unexplained Physical Symptoms", - "bCJLe9PMYeL", - "mups", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|6. Medically Unexplained Physical Symptoms (MUPS)", - 1, - 399 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 7, - "7. Depression", - "2066f043-2f21-4c19-8c04-77301d7404f9", - "7. Depression", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000560", - 90, - "Depression", - "", - "N/A", - "Diagnosis", - "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Depression", - "Affective disorder with anhedonia, melancholia, psychomotor retardation.", - "N/A", - "Diagnosis", - "3cce9514-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-160", - "", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "لاكتئاب", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Depression", - "cBAzRxJxoKF", - "depression", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|7. Depression", - 1, - 400 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 8, - "8. Self-harming behavior/suicide attempt", - "b27187bd-e94a-4dbc-9a77-46c0cefad25a", - "8. Self-harming behavior/suicide attempt", - "Self-harm", - "The act of purposely hurting oneself as an emotional coping mechanism.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001791", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "Seperate - self harm MSF 158754, suicidal thoughts MSF1390 (different to attemps) Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540, History of Suicide attempt - CIEL 129176", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "سلوك مؤذي للنفس / محاولة انتحار", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Self-harm / suicide", - "StKvhy342Ik", - "self_harm_suicide", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|8. Self-harming behavior/suicide attempt", - 1, - 401 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 9, - "9. Acute psychosis (incl. post-partum psychosis)", - "b33dac1c-b0c0-4fcd-b639-661bb6678924", - "9. Acute psychosis (incl. post-partum psychosis)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-446", - "", - "Acute and transient psychosis", - "A disorder characterized by delusions, hallucinations, disorganized speech, and/or grossly disorganized behavior that resolve within a month.", - "Includes transient", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "ذهان حاد (يشمل ذهان ما بعد الإنجاب)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Acute psychosis", - "RU3BLFqOhZe", - "acute_psychosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|9. Acute psychosis (incl. post-partum psychosis)", - 1, - 402 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 10, - "10. Chronic psychosis (incl. schizophrenia)", - "97f1f41-b0c7-407d-b95f-b1e26c3fd23c", - "10. Chronic psychosis (incl. schizophrenia)", - "Chronic psychosis", - "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000844", - 90, - "Chronic psychosis", - "", - "N/A", - "Diagnosis", - "166212AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-444", - "", - "Chronic psychosis", - "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "ذهان مزمن(يشمل الفصام)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Chronic psychosis", - "ndznYG4Vbbs", - "chronic_psychosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|10. Chronic psychosis (incl. schizophrenia)", - 1, - 403 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 11, - "11. Bipolar disorder (incl. mania)", - "1ba02bf8-6bbe-46a6-baff-d18b5c9f6425", - "11. Bipolar disorder (incl. mania)", - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000848", - 90, - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-448", - "", - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب ثنائي القطب(يشمل الهوس)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Bipolar disorder", - "V30FRwMiqy7", - "bipolar_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|11. Bipolar disorder (incl. mania)", - 1, - 404 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 12, - "12. Enuresis / Encopresis", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "12. Enuresis / Encopresis", - "Enuresis", - "Involuntary discharge of urine after the age at which urinary control should have been achieved", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001796", - 90, - "Encopresis", - "Incontinence of feces not due to organic defect or illness.", - "N/A", - "Diagnosis", - "141309AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Seperate entities, Enuresis MSF-1396, Encopresis CIEL141309", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "سلس البراز / البول", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Enuresis", - "Ef59Tr7bwiG", - "enuresis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|12. Enuresis / Encopresis", - 1, - 405 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 13, - "13. Developmental disorder (incl. intellectual disability, autism)", - "63f73696-3d7c-4dc5-8c16-5382c20c3f9f", - "13. Developmental disorder (incl. intellectual disability, autism)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "MSF-500", - "OCL-1194889", - "Developmental disabilities", - "Disorders in which there is a delay in development based on that expected for a given age level or stage of development. These impairments or disabilities originate before age 18, may be expected to continue indefinitely, and constitute a substantial impairment. Biological and nonbiological factors are involved in these disorders. ", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب نمو (يشمل الإعاقة الذهنية والتوحد)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Developmental disorder (incl. intellectual disability, autism)", - "veb2vWtp2QT", - "developmental_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|13. Developmental disorder (incl. intellectual disability, autism)", - 1, - 406 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 14, - "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-890", - "", - "Childhood behavioural problem", - "Pediatric paitent displays a behavioral problem.", - "nb finding not diagnosis", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب سلوكي لدى الطفل (يشمل اضطراب نقص الانتباه مع فرط النشاط، واضطراب المسلك)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Childhood behavioral disorder", - "k6LNSHULzvA", - "childhood_behavioral_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - 1, - 407 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 15, - "15. Childhood emotional disorder", - "52d85e63-b238-4161-985c-97f75ad80c9a", - "15. Childhood emotional disorder", - "Childhood emotional disorder", - "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000905", - 95, - "Childhood emotional disorder", - "", - "N/A", - "Diagnosis", - "155498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-505", - "", - "Childhood emotional disorder", - "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب عاطفي لدى الطفل", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Childhood emotional disorder", - "JznaioxOZKP", - "childhood_emotional_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|15. Childhood emotional disorder", - 1, - 408 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 16, - "16. Substance-related disorder", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "16. Substance-related disorder", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-2457", - "", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب ذو صلة بالعقاقير", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Substance-related disorders", - "HllN5G1TKNb", - "substance_related_disorders", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|16. Substance-related disorder", - 1, - 409 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 17, - "17. Epilepsy / seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "17. Epilepsy / seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", - "Coded", - "Diagnosis", - "155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", - "N/A", - "Diagnosis", - "3cce0a90-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-420", - "", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "صرع/نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Epilepsy / seizures", - "KYmRwgkkgsl", - "epilepsy_seizures", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|17. Epilepsy / seizures", - 1, - 410 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 18, - "18. Other disorder", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "18. Other disorder", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "other / other disorder", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "نوع آخر من الأمراض", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Other disorder, specify", - "G7j5nsi8r7T", - "other_disorder_specify", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|18. Other disorder", - 1, - 411 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 19, - "19. No diagnosis", - "dc77c73a-5ce5-4aac-821e-81f19f81b65f", - "19. No diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1630", - "", - "none", - "Generic descriptive answer.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "", - "لا يوجد تشخيص", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "No diagnosis", - "qNroeJqYQmn", - "no_diagnosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|19. No diagnosis", - 1, - 412 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 1, - "1. Psychosomatic", - "c899d33a-adde-4c70-ad65-2326b8843e3b", - "1. Psychosomatic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-459", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "نفسية جسدية", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "1. Psychosomatic", - "YLwstT7QxPg", - "1_psychosomatic", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|1. Psychosomatic", - 1, - 413 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 2, - "2. Depression related", - "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", - "2. Depression related", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000560", - 90, - "Depression", - "", - "N/A", - "Diagnosis", - "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Depression", - "Affective disorder with anhedonia, melancholia, psychomotor retardation.", - "N/A", - "Diagnosis", - "3cce9514-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "1رتبطة بالاكتئاب", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "2. Depression related", - "IEdTLNPdysy", - "2_depression_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|2. Depression related", - 1, - 414 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 3, - "3. Anxiety related", - "241b3278-3803-478b-8484-70e2b17e5543", - "3. Anxiety related", - "", - "", - "", - "", - "", - "", - "Anxiety", - "Persistent feeling of dread, apprehension, and impending disaster.", - "N/A", - "Diagnosis", - "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Anxiety", - "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", - "Coded", - "Diagnosis", - "3ce6b1ee-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "2مرتبطة بالقلق", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "3. Anxiety related", - "WgBIYmHZdJc", - "3_anxiety_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|3. Anxiety related", - 1, - 415 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 4, - "4. Trauma related", - "3a0c003c-9149-4a5f-a236-ed5d61231950", - "4. Trauma related", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Trauma", - "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", - "N/A", - "Diagnosis", - "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "3مرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "4. Trauma related", - "vC3XeVwbmLY", - "4_trauma_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|4. Trauma related", - 1, - 416 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 5, - "5. Psychosis related", - "612c130a-0ae9-4565-af09-b5437334c742", - "5. Psychosis related", - "Psychosis", - "Mental disorder combining symptoms that result in an impaired relationship with reality.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000696", - 90, - "Psychosis", - "", - "N/A", - "Diagnosis", - "113517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Psychosis", - "A severe mental disorder, with or without organic damage, characterized by derangement of personality and loss of contact with reality and causing deterioration of normal social functioning.", - "N/A", - "Diagnosis", - "3ccea7fc-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "4مرتبطة بالذهان", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "5. Psychosis related", - "NuEhgdvdwHA", - "5_psychosis_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|5. Psychosis related", - 1, - 417 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 6, - "6. Neuro cognitive problems", - "a5b552b6-44db-42f1-a436-6f2f12de471e", - "6. Neuro cognitive problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-891", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "5مشاكل عصبية إدراكية", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "6. Neuro cognitive problems", - "x9vk1fImSr7", - "6_neuro_cognitive_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|6. Neuro cognitive problems", - 1, - 418 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 7, - "7. Behaviour problems", - "5b271a75-d44b-466a-8baf-71153dc1895c", - "7. Behaviour problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "OCL-113635", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "6مشاكل في السلوكيات", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "7. Behaviour problems", - "S5v9RKrCwIx", - "7_behaviour_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|7. Behaviour problems", - 1, - 419 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 8, - "8. Other symptoms", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8. Other symptoms", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "7اعراض اخرى", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "8. Other symptoms", - "GaJQMD4oqS5", - "8_other_symptoms", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|8. Other symptoms", - 1, - 420 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 1, - "1 - 3 days", - "a3d78d0a-613d-46ab-ae00-de985dd822eb", - "1 - 3 days", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3243", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أيام ١-٣", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 3 days", - "Syw1PVWr0UX", - "1_3_days", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 3 days", - 1, - 421 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 2, - "4 - 7 days", - "7a5a7a86-1ebf-4309-915a-d58e6c907db1", - "4 - 7 days", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3244", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أيام ٤-٦", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "4 - 7 days", - "jVQNrNJHHkN", - "4_7_days", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|4 - 7 days", - 1, - 422 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 3, - "1 - 4 weeks", - "d5ea3587-be05-4b66-809c-3c63481300b3", - "1 - 4 weeks", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3245", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أسابيع ١-٤", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 4 weeks", - "IcUeaP23Ayu", - "1_4_weeks", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 4 weeks", - 1, - 423 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 4, - "1 - 6 months", - "a2ffa3e1-eabe-4417-af29-09ea962d584e", - "1 - 6 months", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3246", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أشهر ١-٦", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 6 months", - "qgvtHQTTScW", - "1_6_months", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 6 months", - 1, - 424 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 5, - "6 - 12 months", - "f9c40a2d-7e94-418b-b222-e73959845e4d", - "6 - 12 months", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3247", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أشهر ٦-١٢", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "6 - 12 months", - "y6MYfCvaJkX", - "6_12_months", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|6 - 12 months", - 1, - 425 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 6, - "> 1 year", - "f7ae6f81-0dcf-4316-9706-26d96a8d9c1e", - "> 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3248", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أكثر من سنة", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "> 1 year", - "ACcQT2fwiwz", - ">1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|> 1 year", - 1, - 426 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 1, - "0 - 4", - "", - "0 - 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - "0 - 4", - "WckhKgP63BA", - "0_4", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|0 - 4", - 1, - 427 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 2, - 45421, - "", - 45421, - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - 45421, - "YkBcbx6RBHh", - "5_9", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|5 - 9", - 1, - 428 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 3, - 45579, - "", - 45579, - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - 45579, - "AJWrsjJAliA", - "10_14", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|10 - 14", - 1, - 429 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 4, - "15 - 19", - "", - "15 - 19", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - "15 - 19", - "q0ubDgXvYpV", - "15_19", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|15 - 19", - 1, - 430 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 5, - ">=20", - "", - ">=20", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - ">=20", - "vq07JGEe2mq", - ">20", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|>=20", - 1, - 431 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 1, - "0 - Not assessed", - "eb770ad7-b106-4255-83bd-2dc284fbd7ce", - "0 - Not assessed", - "", - "", - "", - "", - "", - "", - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3257", - "", - "", - "0 - لم يتم قياسه", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لم يتم قياسه", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 0, - "G9EBBmiN9xy", - "cgi-s_score|0", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|0 - Not assessed", - 1, - 432 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 2, - "1 - Normal/not ill", - "d884d3dd-7649-4260-b139-2d740baf9767", - "1 - Normal/not ill", - "Normal", - "A standard or typical result.", - "N/A", - "Misc", - "d884d3dd-7649-4260-b139-2d740baf9767", - 90, - "Normal", - "General descriptive answer.", - "N/A", - "Misc", - "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Normal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd750a0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "1 - عادي / غير مريض", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عادي / غير مريض", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 1, - "kA0sL0CXSw6", - "cgi-s_score|1", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|1 - Normal/not ill", - 1, - 433 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 3, - "2 - Suspected mentally ill", - "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1", - "2 - Suspected mentally ill", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "2 - يشتبه بإصابته بمرض نفسي", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "يشتبه بإصابته بمرض نفسي", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 2, - "JZ7qkt6RFC8", - "cgi-s_score|2", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|2 - Suspected mentally ill", - 1, - 434 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 4, - "3 - Mildly ill", - "c90610d0-29ee-437e-af93-7bcc49fda2f1", - "3 - Mildly ill", - "Mild", - "Without severity or significant impact", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001887", - 90, - "Mildly ill", - "Clearly established symptoms with minimal, if any, distress or difficulty in social and occupational function", - "N/A", - "Finding", - "c6518e7c-21fb-4567-b415-13c007171e4e", - 90, - "Mild", - "General qualifier value", - "N/A", - "Finding", - "3cdef9ae-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "3 - مريض بشكل طفيف", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل طفيف", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 3, - "Wdl3QmheipE", - "cgi-s_score|3", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|3 - Mildly ill", - 1, - 435 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 5, - "4 - Moderately ill", - "e81cfac7-6c80-4e1b-af86-3d896c9bbdac", - "4 - Moderately ill", - "Moderate", - "Average in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001888", - 90, - "Moderately ill", - "Overt symptoms causing noticeable, but modest, functional impairment or distress; symptom level may warrant medication", - "N/A", - "Finding", - "10fe25ee-6a0f-41f8-a443-3155b51e5f25", - 90, - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "3cdef832-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "4 - مريض بشكل متوسط ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل متوسط ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 4, - "nCM6PF4SB9r", - "cgi-s_score|4", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|4 - Moderately ill", - 1, - 436 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 6, - "5 - Markedly ill", - "cf122053-f10b-4450-89e1-ed9adabb413c", - "5 - Markedly ill", - "Markedly ill", - "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Severity (CGI-S) score, rating the mental state of the patient.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001840", - 90, - "Markedly ill", - "Intrusive symptoms that distinctly impair social/occupational function or cause intrusive levels of distress", - "N/A", - "Finding", - "877f9423-bac3-41b4-ada1-3e571cfaa7fd", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "5 - مريض بشكل ملحوظ ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل ملحوظ ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 5, - "nIwgqWMPi2T", - "cgi-s_score|5", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|5 - Markedly ill", - 1, - 437 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 7, - "6 - Severely ill", - "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7", - "6 - Severely ill", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severely ill", - "Disruptive pathology, behavior and function are frequently influenced by symptoms, may require assistance from others", - "N/A", - "Finding", - "fbce3be2-ca0b-48e0-a314-720d2a67b71b", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "6 - مريض بشكل شديد", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل شديد", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 6, - "UD0mFMSQCkc", - "cgi-s_score|6", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|6 - Severely ill", - 1, - 438 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 8, - "7 - Extremely ill patient", - "0f115f25-cdd0-49c3-b009-ba9acb041fef", - "7 - Extremely ill patient", - "", - "", - "", - "", - "", - "", - "Extremely ill", - "Among the most extremely ill patients&mdash;pathology drastically interferes in many life functions; may be hospitalized", - "N/A", - "Finding", - "319a7d41-45c6-4a88-8e84-6a61b9cc2d1b", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "7 - مريض بشكل خطير", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل خطير", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 7, - "FYnMWvKXosf", - "cgi-s_score|7", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|7 - Extremely ill patient", - 1, - 439 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 1, - "0 - Not assessed", - "", - "0 - Not assessed", - "", - "", - "", - "", - "", - "", - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "0 - لم يتم قياسه ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لم يتم قياسه ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 0, - "G9EBBmiN9xy", - "cgi-s_score|0", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|0 - Not assessed", - 1, - 440 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 2, - "1 - Very much improved", - "", - "1 - Very much improved", - "Very much improved", - "A score of 1 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001843", - 95, - "Very much improved", - "Nearly all better; good level of functioning; minimal symptoms; represents a very substantial change", - "N/A", - "Finding", - "30c9c7a5-cc9e-40fa-a5ec-9e8b8994a2c7", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "1 - تحسن إلى حد كبير ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن إلى حد كبير ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 1, - "kA0sL0CXSw6", - "cgi-s_score|1", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|1 - Very much improved", - 1, - 441 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 3, - "2 - Much improved", - "", - "2 - Much improved", - "Much improved", - "A score of 2 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001844", - 90, - "Much improved", - "Notably better with significant reduction of symptoms; increase in the level of functioning but some symptoms remain", - "N/A", - "Finding", - "0bab04e3-b58c-4809-862b-1f9da712b46d", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "2 - تحسن جداً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن جداً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 2, - "JZ7qkt6RFC8", - "cgi-s_score|2", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|2 - Much improved", - 1, - 442 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 4, - "3 - Minimally improved", - "", - "3 - Minimally improved", - "Minimally improved", - "A score of 3 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001845", - 95, - "Minimally improved", - "Slightly better with little or no clinically meaningful reduction of symptoms. Represents very little change in basic clinical status, level of care, or functional capacity", - "N/A", - "Finding", - "da0f78aa-5e68-4979-90e6-49225805e85b", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "3 - تحسن بالحد الأدنى", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن بالحد الأدنى", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 3, - "Wdl3QmheipE", - "cgi-s_score|3", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|3 - Minimally improved", - 1, - 443 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 5, - "4 - No change", - "", - "4 - No change", - "No change", - "A score of 4 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001846", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "4 - لا تغيّر ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لا تغيّر ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 4, - "nCM6PF4SB9r", - "cgi-s_score|4", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|4 - No change", - 1, - 444 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 6, - "5 - Minimally worse", - "", - "5 - Minimally worse", - "Minimally worse", - "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001847", - 90, - "Minimally worse", - "Slightly worse but may not be clinically meaningful; may represent very little change in basic clinical status or functional capacity", - "N/A", - "Misc", - "f7d57972-8da5-422c-8b85-d9d2239c682e", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "5 - ساءت حالته قليلاً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته قليلاً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 5, - "nIwgqWMPi2T", - "cgi-s_score|5", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|5 - Minimally worse", - 1, - 445 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 7, - "6 - Much worse", - "", - "6 - Much worse", - "Much worse", - "A score of 6 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001848", - 90, - "Much worse", - "Clinically significant increase in symptoms and diminished functioning", - "N/A", - "Misc", - "0bec15d7-9903-4a20-9494-401301f4d05d", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "6 - ساءت حالته جداً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته جداً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 6, - "UD0mFMSQCkc", - "cgi-s_score|6", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|6 - Much worse", - 1, - 446 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 8, - "7 - Very much worse", - "", - "7 - Very much worse", - "Very much worse", - "A score of 7 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001849", - 90, - "Very much worse", - "Severe exacerbation of symptoms and loss of functioning", - "N/A", - "Misc", - "79c81058-c0ee-430e-9153-fb9c3c2dccc7", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "7 - ساءت حالته إلى حد كبير", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته إلى حد كبير", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 7, - "FYnMWvKXosf", - "cgi-s_score|7", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|7 - Very much worse", - 1, - 447 - ], - [ - 43, - "Medication prescribed by - MH", - "", - "Coded", - 1, - "MSF", - "74c9a7c6-e64d-4f49-b8a6-f10999eb25bc", - "MSF", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3300", - "", - "MSF OCG", - "The MSF Operational Centre based in Geneva.", - "MSF-51 is MSF OCG (each section is coded, but no MSF on its own)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منظمة أطباء بلا حدو", - "TEXT", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Medication prescribed by - MH|MSF", - 1, - 448 - ], - [ - 43, - "Medication prescribed by - MH", - "", - "Coded", - 2, - "Non MSF", - "77822de2-c236-4400-96f4-ee13b9334cea", - "Non MSF", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3301", - "", - "", - "", - "Not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليس منظمة أطباء بلا حدود", - "TEXT", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Medication prescribed by - MH|Non MSF", - 1, - 449 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 1, - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-313", - "", - "Sexual violence", - "Unlawful sexual intercourse without consent of the victim.", - "Not found as an adjective alone, MSF313 for sexual violence", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "جنسي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Sexual", - 1, - 450 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 2, - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-158358", - "Physical Violence", - "", - "Not found as an adjective alone, as a diagnosis in CIEL (physical violence, or as a finding, Victim of physical violence, 167244)", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "جسدي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Physical", - 1, - 451 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 3, - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3303", - "", - "", - "", - "Not found as an adjective alone, or as a type of violence in MSF", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "لفظي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Verbal", - 1, - 452 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 4, - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3304", - "", - "", - "", - "Not found as an adjective alone, or as a type of violence in MSF", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "نفسي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Psychological", - 1, - 453 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 5, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Other", - 1, - 454 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 1, - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Physical", - 1, - 455 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 2, - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Psychological", - 1, - 456 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 3, - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Sexual", - 1, - 457 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 4, - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Verbal", - 1, - 458 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 5, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Other", - 1, - 459 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 1, - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Physical", - 1, - 460 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 2, - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Psychological", - 1, - 461 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 3, - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Sexual", - 1, - 462 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 4, - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Verbal", - 1, - 463 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 5, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Other", - 1, - 464 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 1, - "< 24 hrs", - "63a236d1-add1-49ec-88c9-8e89108a71f2", - "< 24 hrs", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3305", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من 24 ساعة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "< 24 hrs", - "rboxGBCpxP5", - "< 24 hrs", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|< 24 hrs", - 1, - 465 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 2, - "24 -72hrs", - "8d9cf61e-1f64-4f25-b202-52da17e8c634", - "24 -72hrs", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3306", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "72-24ساعة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "24 -72hrs", - "Fi67snqrRPm", - "24 -72hrs", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|24 -72hrs", - 1, - 466 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 3, - "Less than 1 month", - "0e298528-7c8c-4724-a24f-d71ee7c1ebea", - "Less than 1 month", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3307", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من شهر واحد", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Less than 1 month", - "W90N4TbsQYD", - "less_than_1_month", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Less than 1 month", - 1, - 467 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 4, - "Less than 1 year", - "b5b58ef8-1bdf-4c14-9384-afbeb848d571", - "Less than 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3308", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من سنة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Less than 1 year", - "NEIhaoKeaqc", - "less_than_1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Less than 1 year", - 1, - 468 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 5, - ">= 1 year", - "4a17e0a6-1add-49a6-9831-d8ad7c647ec9", - ">= 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3309", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "سنة او اكثر", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - ">= 1 year", - "ifUaNyIglm3", - ">= 1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|>= 1 year", - 1, - 469 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 6, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-929", - "CIEL-1067", - "unknown", - "Generic answer to question when information/data is not known.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Unknown", - "Ldq2j9ZBfMI", - "unknown", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Unknown", - 1, - 470 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 1, - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "6e02debd-31eb-4112-8566-00e520835c76", - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - 1, - 471 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 2, - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL_160656", - "Personal History of severe disease", - "", - "Diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - 1, - 472 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "35910034-cc37-4dd1-abb7-ce140b0eff2b", - "1.3 Unwanted pregnancy", - "", - "", - "", - "", - "", - "", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL -123572", - "Unwanted Pregnancy", - "The pregnancy is not wanted by one or both parents.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حمل غير مرعوب به", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.3 Unwanted pregnancy", - 1, - 473 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 4, - "1.4 History of psychiatric problems", - "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", - "1.4 History of psychiatric problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-159350", - "Personal History of Psychiatric Disorder", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المعاناة من مشاكل نفسية في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.4 History of psychiatric problems", - 1, - 474 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 5, - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "4bf7b376-9193-4ee4-a51a-445d07d2d22b", - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "N/A", - "Diagnosis", - "733c362a-89d3-4c6a-b918-f4af5725e7c7", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-145439", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - 1, - 475 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 6, - "1.6 Family member with a serious medical condition", - "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", - "1.6 Family member with a serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "MSF-918", - "", - "Close relative with medical disease", - "Relative or family member has a medical disease.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.6 Family member with a serious medical condition", - 1, - 476 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 7, - "2.1 Sexual violence within the family", - "5cccf137-2952-4c9b-b879-b4ed2a9be621", - "2.1 Sexual violence within the family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي داخل العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.1 Sexual violence within the family", - 1, - 477 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 8, - "2.2 Sexual violence outside the family", - "dbe73631-79ae-4ab9-a3c8-65d6732c8714", - "2.2 Sexual violence outside the family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي خارج العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.2 Sexual violence outside the family", - 1, - 478 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 9, - "2.3 Exposed to war", - "cf28335f-d72c-440a-afc1-bcca39b51155", - "2.3 Exposed to war", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العيش في أجواء الحرب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.3 Exposed to war", - 1, - 479 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 10, - "2.4 Incarceration/detention", - "66492df1-6d26-498a-b6c7-b10931da1642", - "2.4 Incarceration/detention", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-156761", - "Imprisonment and other incarceration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحبس/الاحتجاز", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.4 Incarceration/detention", - 1, - 480 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 11, - "2.5 Hostage/kidnapping/forced recruitment", - "8917acb0-e25d-4f9e-84bb-cae9998abf35", - "2.5 Hostage/kidnapping/forced recruitment", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاختطاف / التجنيد الإجباري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.5 Hostage/kidnapping/forced recruitment", - 1, - 481 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 12, - "2.6 Deportation", - "f279409d-71ba-41c6-8301-76ee90d239dc", - "2.6 Deportation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الترحيل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.6 Deportation", - 1, - 482 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 13, - "2.7 Domestic violence", - "e25f9ca1-0b33-4765-a8c4-5da48289bda7", - "2.7 Domestic violence", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-160658", - "History of exposure to domestic violence", - "History of abusive behaviors by one partner against another in an intimate relationship such as marriage, dating, family, or cohabitation. This includes the history of physical, sexual or emotional abuse.", - "As opposed to Domestic Violence as a diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف المنزلي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.7 Domestic violence", - 1, - 483 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 14, - "2.8 Victim of threats", - "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", - "2.8 Victim of threats", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للتهديدات", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.8 Victim of threats", - 1, - 484 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 15, - "2.9 Victim of human trafficking or smuggling", - "5958f0fd-c755-4640-80d7-5ef0f9522b2e", - "2.9 Victim of human trafficking or smuggling", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للإتجار البشري والتهريب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.9 Victim of human trafficking or smuggling", - 1, - 485 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 16, - "2.10 Witness violence/killings/threats", - "107a7f52-f95d-447f-bf1a-c801e1a0082c", - "2.10 Witness violence/killings/threats", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-922", - "", - "Direct witness of violence", - "Patient directly witnessed an act of violence.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.10 Witness violence/killings/threats", - 1, - 486 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 17, - "2.11 Forced to flee (IDP/refugee/migrant)", - "a8b0e025-a735-407b-b958-fe9b29c370e7", - "2.11 Forced to flee (IDP/refugee/migrant)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1530", - "", - "Internally Displaced Person", - "Person who have been forced to flee their home but never cross an international border", - "Also existing migrant MSF-1531 and refugee MSF-1529", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.11 Forced to flee (IDP/refugee/migrant)", - 1, - 487 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 18, - "2.12 Target of stigma/discrimination/marginalization", - "e702655a-57af-457a-a1ae-42e31f119f80", - "2.12 Target of stigma/discrimination/marginalization", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "Multiple distinct types of discrimination in CIEL, no generic. Also reused to seek treatment due to stigme as a reason for noncomliance", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للوصم / التمييز العنصري / التهميش", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.12 Target of stigma/discrimination/marginalization", - 1, - 488 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 19, - "2.13 Other violence (wounded/beaten/torture)", - "c80eb3f7-31b1-4717-a78d-0aac623fc129", - "2.13 Other violence (wounded/beaten/torture)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found - but Victim of Torture CIEL-123156", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.13 Other violence (wounded/beaten/torture)", - 1, - 489 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 20, - "2.14 Forced curfew or confinement", - "ea673f5c-5f99-4da5-9f41-92c21446de31", - "2.14 Forced curfew or confinement", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "no found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاحتجاز أو منع الحركة القسري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.14 Forced curfew or confinement", - 1, - 490 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 21, - "2.15 History of suicide attempts", - "160734e2-e5ed-44e9-b573-bdbb6e619e30", - "2.15 History of suicide attempts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-129176", - "History of Suicide attempt", - "", - "Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحار سابقة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.15 History of suicide attempts", - 1, - 491 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 22, - "2.16 History of self-harm/mutilation", - "19408a7e-e17e-4040-adec-d6aa426564ce", - "2.16 History of self-harm/mutilation", - "", - "", - "", - "", - "", - "", - "self-harm", - "", - "N/A", - "Diagnosis", - "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1391", - "", - "Self Harm", - "The act of purposely hurting oneself as an emotional coping mechanism.", - "Is listed as diagnosis, not as a precipitating event", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية نفس / تشويه للنفس في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.16 History of self-harm/mutilation", - 1, - 492 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 23, - "2.17 Family members lived a violent experience", - "5a462534-7605-4137-8d5c-503584538eb4", - "2.17 Family members lived a violent experience", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أفراد العائلة لتجربة عنيفة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.17 Family members lived a violent experience", - 1, - 493 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 24, - "2.18 Adult forced marriage ", - "a725a884-e785-4c08-b08a-386d8652faaf", - "2.18 Adult forced marriage ", - "", - "", - "", - "", - "", - "", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الزواج القسري للبالغين", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.18 Adult forced marriage ", - 1, - 494 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 25, - "2.19 Child marriage", - "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زواج الأطفال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.19 Child marriage", - 1, - 495 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 26, - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "4e3ab089-6a99-4e15-8883-3c49a150e6c6", - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "MSF-917", - "CIEL-167687", - "Close relative detained/died/missed/injured", - "Relative or family member has died, been detained, is missing, etc.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.1 Family member killed or missing (arrested / detained / disappeared) ", - 1, - 496 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 27, - "3.2 Unaccompanied minor or orphaned", - "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", - "3.2 Unaccompanied minor or orphaned", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found. 1174 CIEL, but as question 'orphan' not finding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قاصر أو يتيم من دون مرافق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.2 Unaccompanied minor or orphaned", - 1, - 497 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 28, - "3.3 Negligence of caretakers", - "f2be320d-7757-4525-bcb0-6005368982d7", - "3.3 Negligence of caretakers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1424", - "", - "Victim of Neglect", - "The person has been deprived of the care necessary to maintain their physical or mental health.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهمال مقدمي الرعاية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.3 Negligence of caretakers", - 1, - 498 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 29, - "3.4 Property destroyed or lost", - "979b6137-2d14-412d-8e07-d3f2a1743deb", - "3.4 Property destroyed or lost", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1544", - "", - "House / Property destroyed", - "Specific agregated concept for the Mental Health database as part of the list of stressors", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دمار الممتلكات أو فقدانها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.4 Property destroyed or lost", - 1, - 499 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 30, - "3.5 Loss of income", - "c88d3256-f445-4eee-8aac-c31542386f23", - "3.5 Loss of income", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان مصدر الدخل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.5 Loss of income", - 1, - 500 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 31, - "3.6 Death of family member (natural or accidental death)", - "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", - "3.6 Death of family member (natural or accidental death)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found - CIEL 167687 - loss of a relative, but description also includes detailed missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.6 Death of family member (natural or accidental death)", - 1, - 501 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 32, - "3.7 Relationship problems", - "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", - "3.7 Relationship problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-113353", - "Relationship problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل عاطفية مع الشريك/ة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.7 Relationship problems", - 1, - 502 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 33, - "3.8 Divorce/separation", - "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", - "3.8 Divorce/separation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-163007", - "Divorced/separated→Previously married but now not with living spouse[en]", - "Either divorced or separated but not widowed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطلاق / الانفصال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.8 Divorce/separation", - 1, - 503 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 34, - "3.9 Migration due to financial reasons", - "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", - "3.9 Migration due to financial reasons", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found , only MSF1531 Migrant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهجرة لأسباب اقتصادية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.9 Migration due to financial reasons", - 1, - 504 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 35, - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - 1, - 505 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 36, - "4.2 Road accident", - "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", - "4.2 Road accident", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2985", - "", - "Trauma Accidental Traffic (TAT)", - "", - "I am unsure if this MSF is a good match, also CIEL - Traffic accident 119964, or CIEL-86, Accident motor vehicle", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حادث سير", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|4.2 Road accident", - 1, - 506 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 37, - "5.1 Financial problems", - "e6957cdb-3694-4ab6-b98b-2031c02b4460", - "5.1 Financial problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1543", - "", - "Extreme poverty / financial crisis", - "Specific agregated concept for the Mental Health database as part of the list of stressors", - "Maybe too strong", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل مالية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.1 Financial problems", - 1, - 507 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 38, - "5.2 Difficult living conditions", - "cd22a8af-1506-47af-9d1b-325c31c230a8", - "5.2 Difficult living conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبة الوضع المعيشي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.2 Difficult living conditions", - 1, - 508 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 39, - "5.3 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "5.3 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حدد", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.3 Other", - 1, - 509 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 1, - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "6e02debd-31eb-4112-8566-00e520835c76", - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - 1, - 510 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 2, - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - 1, - 511 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "35910034-cc37-4dd1-abb7-ce140b0eff2b", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حمل غير مرعوب به", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.3 Unwanted pregnancy", - 1, - 512 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 4, - "1.4 History of psychiatric problems", - "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", - "1.4 History of psychiatric problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المعاناة من مشاكل نفسية في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.4 History of psychiatric problems", - 1, - 513 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 5, - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "4bf7b376-9193-4ee4-a51a-445d07d2d22b", - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "N/A", - "Diagnosis", - "733c362a-89d3-4c6a-b918-f4af5725e7c7", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - 1, - 514 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 6, - "1.6 Family member with a serious medical condition", - "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", - "1.6 Family member with a serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.6 Family member with a serious medical condition", - 1, - 515 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 1, - "2.1 Sexual violence within the family", - "5cccf137-2952-4c9b-b879-b4ed2a9be621", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي داخل العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.1 Sexual violence within the family", - 1, - 516 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 2, - "2.2 Sexual violence outside the family", - "dbe73631-79ae-4ab9-a3c8-65d6732c8714", - "2.2 Sexual violence outside the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي خارج العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.2 Sexual violence outside the family", - 1, - 517 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 3, - "2.3 Exposed to war", - "cf28335f-d72c-440a-afc1-bcca39b51155", - "2.3 Exposed to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العيش في أجواء الحرب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.3 Exposed to war", - 1, - 518 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 4, - "2.4 Incarceration/detention", - "66492df1-6d26-498a-b6c7-b10931da1642", - "2.4 Incarceration/detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحبس/الاحتجاز", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.4 Incarceration/detention", - 1, - 519 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 5, - "2.5 Hostage/kidnapping/forced recruitment", - "8917acb0-e25d-4f9e-84bb-cae9998abf35", - "2.5 Hostage/kidnapping/forced recruitment", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاختطاف / التجنيد الإجباري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.5 Hostage/kidnapping/forced recruitment", - 1, - 520 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 6, - "2.6 Deportation", - "f279409d-71ba-41c6-8301-76ee90d239dc", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الترحيل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.6 Deportation", - 1, - 521 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 7, - "2.7 Domestic violence", - "e25f9ca1-0b33-4765-a8c4-5da48289bda7", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف المنزلي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.7 Domestic violence", - 1, - 522 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 8, - "2.8 Victim of threats", - "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", - "2.8 Victim of threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للتهديدات", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.8 Victim of threats", - 1, - 523 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 9, - "2.9 Victim of human trafficking or smuggling", - "5958f0fd-c755-4640-80d7-5ef0f9522b2e", - "2.9 Victim of human trafficking or smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للإتجار البشري والتهريب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.9 Victim of human trafficking or smuggling", - 1, - 524 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 10, - "2.10 Witness violence/killings/threats", - "107a7f52-f95d-447f-bf1a-c801e1a0082c", - "2.10 Witness violence/killings/threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.10 Witness violence/killings/threats", - 1, - 525 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 11, - "2.11 Forced to flee (IDP/refugee/migrant)", - "a8b0e025-a735-407b-b958-fe9b29c370e7", - "2.11 Forced to flee (IDP/refugee/migrant)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.11 Forced to flee (IDP/refugee/migrant)", - 1, - 526 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 12, - "2.12 Target of stigma/discrimination/marginalization", - "e702655a-57af-457a-a1ae-42e31f119f80", - "2.12 Target of stigma/discrimination/marginalization", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للوصم / التمييز العنصري / التهميش", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.12 Target of stigma/discrimination/marginalization", - 1, - 527 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 13, - "2.13 Other violence (wounded/beaten/torture)", - "c80eb3f7-31b1-4717-a78d-0aac623fc129", - "2.13 Other violence (wounded/beaten/torture)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.13 Other violence (wounded/beaten/torture)", - 1, - 528 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 14, - "2.14 Forced curfew or confinement", - "ea673f5c-5f99-4da5-9f41-92c21446de31", - "2.14 Forced curfew or confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاحتجاز أو منع الحركة القسري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.14 Forced curfew or confinement", - 1, - 529 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 15, - "2.15 History of suicide attempts", - "160734e2-e5ed-44e9-b573-bdbb6e619e30", - "2.15 History of suicide attempts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحار سابقة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.15 History of suicide attempts", - 1, - 530 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 16, - "2.16 History of self-harm/mutilation", - "19408a7e-e17e-4040-adec-d6aa426564ce", - "2.16 History of self-harm/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - "self-harm", - " ", - "N/A", - "Diagnosis", - "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية نفس / تشويه للنفس في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.16 History of self-harm/mutilation", - 1, - 531 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 17, - "2.17 Family members lived a violent experience", - "5a462534-7605-4137-8d5c-503584538eb4", - "2.17 Family members lived a violent experience", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أفراد العائلة لتجربة عنيفة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.17 Family members lived a violent experience", - 1, - 532 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 18, - "2.18 Adult forced marriage ", - "a725a884-e785-4c08-b08a-386d8652faaf", - "2.18 Adult forced marriage ", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الزواج القسري للبالغين", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.18 Adult forced marriage ", - 1, - 533 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 19, - "2.19 Child marriage", - "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زواج الأطفال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.19 Child marriage", - 1, - 534 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 1, - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "4e3ab089-6a99-4e15-8883-3c49a150e6c6", - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.1 Family member killed or missing (arrested / detained / disappeared) ", - 1, - 535 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 2, - "3.2 Unaccompanied minor or orphaned", - "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", - "3.2 Unaccompanied minor or orphaned", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قاصر أو يتيم من دون مرافق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.2 Unaccompanied minor or orphaned", - 1, - 536 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 3, - "3.3 Negligence of caretakers", - "f2be320d-7757-4525-bcb0-6005368982d7", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهمال مقدمي الرعاية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.3 Negligence of caretakers", - 1, - 537 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 4, - "3.4 Property destroyed or lost", - "979b6137-2d14-412d-8e07-d3f2a1743deb", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دمار الممتلكات أو فقدانها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.4 Property destroyed or lost", - 1, - 538 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 5, - "3.5 Loss of income", - "c88d3256-f445-4eee-8aac-c31542386f23", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان مصدر الدخل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.5 Loss of income", - 1, - 539 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 6, - "3.6 Death of family member (natural or accidental death)", - "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", - "3.6 Death of family member (natural or accidental death)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.6 Death of family member (natural or accidental death)", - 1, - 540 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 7, - "3.7 Relationship problems", - "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل عاطفية مع الشريك/ة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.7 Relationship problems", - 1, - 541 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 8, - "3.8 Divorce/separation", - "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", - "3.8 Divorce/separation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطلاق / الانفصال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.8 Divorce/separation", - 1, - 542 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 9, - "3.9 Migration due to financial reasons", - "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهجرة لأسباب اقتصادية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.9 Migration due to financial reasons", - 1, - 543 - ], - [ - 52, - "Past / Precipitating Events - Disaster", - "", - "Coded", - 1, - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Disaster|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - 1, - 544 - ], - [ - 52, - "Past / Precipitating Events - Disaster", - "", - "Coded", - 2, - "4.2 Road accident", - "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", - "4.2 Road accident", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حادث سير", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Disaster|4.2 Road accident", - 1, - 545 - ], - [ - 53, - "Past / Precipitating Events - Other", - "", - "Coded", - 1, - "5.1 Financial problems", - "e6957cdb-3694-4ab6-b98b-2031c02b4460", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل مالية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.1 Financial problems", - 1, - 546 - ], - [ - 53, - "Past / Precipitating Events - Other", - "", - "Coded", - 2, - "5.2 Difficult living conditions", - "cd22a8af-1506-47af-9d1b-325c31c230a8", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبة الوضع المعيشي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.2 Difficult living conditions", - 1, - 547 - ], - [ - 53, - "Past / Precipitating Events - Other", - "", - "Coded", - 3, - "5.3 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "5.3 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حدد", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.3 Other", - 1, - 548 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 1, - "1.1 Highly stigmatizing diseases", - "", - "1.1 Highly stigmatizing diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.1 Highly stigmatizing diseases", - 1, - 549 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 2, - "1.2 Severe medical condition", - "", - "1.2 Severe medical condition", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.2 Severe medical condition", - 1, - 550 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.3 Unwanted pregnancy", - 1, - 551 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 4, - "1.4 History of psychological or psychiatric problem", - "", - "1.4 History of psychological or psychiatric problem", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.4 History of psychological or psychiatric problem", - 1, - 552 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 5, - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000603", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "3cd50188-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - 1, - 553 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 6, - "1.6 Family member with serious medical condition", - "", - "1.6 Family member with serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.6 Family member with serious medical condition", - 1, - 554 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 7, - "2.1 Sexual violence within the family", - "", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.1 Sexual violence within the family", - 1, - 555 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 8, - "2.10 Witnessed violence / killing / threats", - "", - "2.10 Witnessed violence / killing / threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.10 Witnessed violence / killing / threats", - 1, - 556 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 9, - "2.11 Forced to flee / IDP / refugee / migration", - "", - "2.11 Forced to flee / IDP / refugee / migration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.11 Forced to flee / IDP / refugee / migration", - 1, - 557 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 10, - "2.12 Target of social stigma / Marginalisation and discrimination", - "", - "2.12 Target of social stigma / Marginalisation and discrimination", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.12 Target of social stigma / Marginalisation and discrimination", - 1, - 558 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 11, - "2.13 Other physical violence (wounded, beaten, tortured)", - "", - "2.13 Other physical violence (wounded, beaten, tortured)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.13 Other physical violence (wounded, beaten, tortured)", - 1, - 559 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 12, - "2.14 Forced curfew and confinement", - "", - "2.14 Forced curfew and confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.14 Forced curfew and confinement", - 1, - 560 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 13, - "2.15 Suicide/suicide attempt", - "", - "2.15 Suicide/suicide attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Suicide", - "The act of killing oneself.", - "N/A", - "Diagnosis", - "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.15 Suicide/suicide attempt", - 1, - 561 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 14, - "2.16 Self harming/mutilation", - "", - "2.16 Self harming/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.16 Self harming/mutilation", - 1, - 562 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 15, - "2.17 Family member experienced an act of violence", - "", - "2.17 Family member experienced an act of violence", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.17 Family member experienced an act of violence", - 1, - 563 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 16, - "2.18 Adult forced marriage", - "", - "2.18 Adult forced marriage", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.18 Adult forced marriage", - 1, - 564 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 17, - "2.19 Child marriage", - "", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.19 Child marriage", - 1, - 565 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 18, - "2.2 Sexual violence outside family", - "", - "2.2 Sexual violence outside family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.2 Sexual violence outside family", - 1, - 566 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 19, - "2.3 Combat experience / Exposure to war", - "", - "2.3 Combat experience / Exposure to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.3 Combat experience / Exposure to war", - 1, - 567 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 20, - "2.4 Incarceration / Detention", - "", - "2.4 Incarceration / Detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.4 Incarceration / Detention", - 1, - 568 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 21, - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - 1, - 569 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 22, - "2.6 Deportation", - "", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.6 Deportation", - 1, - 570 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 23, - "2.7 Domestic violence", - "", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.7 Domestic violence", - 1, - 571 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 24, - "2.8 Received threats", - "", - "2.8 Received threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.8 Received threats", - 1, - 572 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 25, - "2.9 Victim of human trafficking / smuggling", - "", - "2.9 Victim of human trafficking / smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.9 Victim of human trafficking / smuggling", - 1, - 573 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 26, - "3.1 Family member(s) killed / missing", - "", - "3.1 Family member(s) killed / missing", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.1 Family member(s) killed / missing", - 1, - 574 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 27, - "3.2 Unaccompanied minor / orphan", - "", - "3.2 Unaccompanied minor / orphan", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.2 Unaccompanied minor / orphan", - 1, - 575 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 28, - "3.3 Negligence of caretakers", - "", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.3 Negligence of caretakers", - 1, - 576 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 29, - "3.4 Property destroyed or lost", - "", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.4 Property destroyed or lost", - 1, - 577 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 30, - "3.5 Loss of income", - "", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.5 Loss of income", - 1, - 578 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 31, - "3.6 Family member died (natural death or accident)", - "", - "3.6 Family member died (natural death or accident)", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.6 Family member died (natural death or accident)", - 1, - 579 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 32, - "3.7 Relationship problems", - "", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.7 Relationship problems", - 1, - 580 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 33, - "3.8 Divorce / Separation", - "", - "3.8 Divorce / Separation", - " ", - " ", - " ", - " ", - " ", - " ", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.8 Divorce / Separation", - 1, - 581 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 34, - "3.9 Migration due to financial reasons", - "", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.9 Migration due to financial reasons", - 1, - 582 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 35, - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - 1, - 583 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 36, - "4.2 Road accidents", - "", - "4.2 Road accidents", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|4.2 Road accidents", - 1, - 584 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 37, - "5.1 Financial problems", - "", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.1 Financial problems", - 1, - 585 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 38, - "5.2 Difficult living conditions", - "", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.2 Difficult living conditions", - 1, - 586 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 39, - "5.3 Other, specify", - "", - "5.3 Other, specify", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.3 Other, specify", - 1, - 587 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 1, - "1.1 Highly stigmatizing diseases", - "", - "1.1 Highly stigmatizing diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.1 Highly stigmatizing diseases", - 1, - 588 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 2, - "1.2 Severe medical condition", - "", - "1.2 Severe medical condition", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.2 Severe medical condition", - 1, - 589 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.3 Unwanted pregnancy", - 1, - 590 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 4, - "1.4 History of psychological or psychiatric problem", - "", - "1.4 History of psychological or psychiatric problem", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.4 History of psychological or psychiatric problem", - 1, - 591 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 5, - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000603", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "3cd50188-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - 1, - 592 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 6, - "1.6 Family member with serious medical condition", - "", - "1.6 Family member with serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.6 Family member with serious medical condition", - 1, - 593 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 7, - "2.1 Sexual violence within the family", - "", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.1 Sexual violence within the family", - 1, - 594 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 8, - "2.10 Witnessed violence / killing / threats", - "", - "2.10 Witnessed violence / killing / threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.10 Witnessed violence / killing / threats", - 1, - 595 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 9, - "2.11 Forced to flee / IDP / refugee / migration", - "", - "2.11 Forced to flee / IDP / refugee / migration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.11 Forced to flee / IDP / refugee / migration", - 1, - 596 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 10, - "2.12 Target of social stigma / Marginalisation and discrimination", - "", - "2.12 Target of social stigma / Marginalisation and discrimination", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.12 Target of social stigma / Marginalisation and discrimination", - 1, - 597 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 11, - "2.13 Other physical violence (wounded, beaten, tortured)", - "", - "2.13 Other physical violence (wounded, beaten, tortured)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.13 Other physical violence (wounded, beaten, tortured)", - 1, - 598 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 12, - "2.14 Forced curfew and confinement", - "", - "2.14 Forced curfew and confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.14 Forced curfew and confinement", - 1, - 599 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 13, - "2.15 Suicide/suicide attempt", - "", - "2.15 Suicide/suicide attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Suicide", - "The act of killing oneself.", - "N/A", - "Diagnosis", - "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.15 Suicide/suicide attempt", - 1, - 600 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 14, - "2.16 Self harming/mutilation", - "", - "2.16 Self harming/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.16 Self harming/mutilation", - 1, - 601 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 15, - "2.17 Family member experienced an act of violence", - "", - "2.17 Family member experienced an act of violence", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.17 Family member experienced an act of violence", - 1, - 602 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 16, - "2.18 Adult forced marriage", - "", - "2.18 Adult forced marriage", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.18 Adult forced marriage", - 1, - 603 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 17, - "2.19 Child marriage", - "", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.19 Child marriage", - 1, - 604 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 18, - "2.2 Sexual violence outside family", - "", - "2.2 Sexual violence outside family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.2 Sexual violence outside family", - 1, - 605 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 19, - "2.3 Combat experience / Exposure to war", - "", - "2.3 Combat experience / Exposure to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.3 Combat experience / Exposure to war", - 1, - 606 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 20, - "2.4 Incarceration / Detention", - "", - "2.4 Incarceration / Detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.4 Incarceration / Detention", - 1, - 607 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 21, - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - 1, - 608 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 22, - "2.6 Deportation", - "", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.6 Deportation", - 1, - 609 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 23, - "2.7 Domestic violence", - "", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.7 Domestic violence", - 1, - 610 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 24, - "2.8 Received threats", - "", - "2.8 Received threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.8 Received threats", - 1, - 611 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 25, - "2.9 Victim of human trafficking / smuggling", - "", - "2.9 Victim of human trafficking / smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.9 Victim of human trafficking / smuggling", - 1, - 612 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 26, - "3.1 Family member(s) killed / missing", - "", - "3.1 Family member(s) killed / missing", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.1 Family member(s) killed / missing", - 1, - 613 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 27, - "3.2 Unaccompanied minor / orphan", - "", - "3.2 Unaccompanied minor / orphan", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.2 Unaccompanied minor / orphan", - 1, - 614 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 28, - "3.3 Negligence of caretakers", - "", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.3 Negligence of caretakers", - 1, - 615 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 29, - "3.4 Property destroyed or lost", - "", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.4 Property destroyed or lost", - 1, - 616 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 30, - "3.5 Loss of income", - "", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.5 Loss of income", - 1, - 617 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 31, - "3.6 Family member died (natural death or accident)", - "", - "3.6 Family member died (natural death or accident)", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.6 Family member died (natural death or accident)", - 1, - 618 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 32, - "3.7 Relationship problems", - "", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.7 Relationship problems", - 1, - 619 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 33, - "3.8 Divorce / Separation", - "", - "3.8 Divorce / Separation", - " ", - " ", - " ", - " ", - " ", - " ", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.8 Divorce / Separation", - 1, - 620 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 34, - "3.9 Migration due to financial reasons", - "", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.9 Migration due to financial reasons", - 1, - 621 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 35, - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - 1, - 622 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 36, - "4.2 Road accidents", - "", - "4.2 Road accidents", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|4.2 Road accidents", - 1, - 623 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 37, - "5.1 Financial problems", - "", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.1 Financial problems", - 1, - 624 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 38, - "5.2 Difficult living conditions", - "", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.2 Difficult living conditions", - 1, - 625 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 39, - "5.3 Other, specify", - "", - "5.3 Other, specify", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.3 Other, specify", - 1, - 626 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 1, - "1. Medical Conditions", - "", - "1. Medical Conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحالات الطبية", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "1. Medical Conditions", - "EdVWOgMdfNc", - "1_medical_conditions", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|1. Medical Conditions", - 1, - 627 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 2, - "2. Violence", - "", - "2. Violence", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "2. Violence", - "od6MVdk4TOT", - "2_violence", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|2. Violence", - 1, - 628 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 3, - "3. Separation or Loss", - "", - "3. Separation or Loss", - "", - "", - "", - "", - "", - "", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانفصال او الفقد", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "3. Separation or Loss", - "Mc24Je2EJ4Q", - "3_separation_or_loss", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|3. Separation or Loss", - 1, - 629 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 4, - "4. Disaster", - "", - "4. Disaster", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكوارث", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "4. Disaster", - "iHgeTnhykW6", - "4_disaster", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|4. Disaster", - 1, - 630 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 5, - "5. Other", - "", - "5. Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "5. Other", - "vITRvVrsOKr", - "5_other", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|5. Other", - 1, - 631 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 1, - "Medical care (MSF, MoH, NGO)", - "5f121c90-eca2-4af4-bc2f-49ad1a50ff2e", - "Medical care (MSF, MoH, NGO)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1003", - "", - "General Medical Care", - "Health service providing general medical primary health care", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "العناية الطبية (منظمة أطباء بلا حدود، أو وزارة الصحة، أو منظمة غير حكومية)", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Medical attention (MSF, MoH, NGO)", - "BDhNTdJWTFA", - "medical_attention_msf_moh_ngo", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Medical care (MSF, MoH, NGO)", - 1, - 632 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 2, - "MSF psychiatric services", - "485939c5-1e77-4495-b5e1-77fb2abbcfd7", - "MSF psychiatric services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الصحة النفسية لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "MSF psychiatric services", - "x2caKDwJiQT", - "psychiatric_care", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|MSF psychiatric services", - 1, - 633 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 3, - "Non-MSF psychiatrist services", - "489b042d-5ed4-436f-944c-27b7f31bef3f", - "Non-MSF psychiatrist services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الصحة النفسية من غير منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Non-MSF psychiatrist services", - "OdNA1Ql2kCX", - "non_msf_psychiatrist", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Non-MSF psychiatrist services", - 1, - 634 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 4, - "Social services", - "978fa5d2-e6c4-4b2a-a293-73c098de0af6", - "Social services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-5486", - "Social Support Services", - "", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الخدمات الاجتماعية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Social services", - "ShYuCnlXhfi", - "msf_social_worker", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Social services", - 1, - 635 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 5, - "Legal services", - "8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445", - "Legal services", - "Legal services", - "Representation or advice provided by a qualified legal practitioner for a client.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001406", - 95, - "Legal services", - "", - "N/A", - "Misc", - "6fc6b318-01b3-4322-a661-80b4a408fcfd", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1006", - "", - "legal Services", - "Representation or advice provided by a qualified legal practitioner for a client.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الخدمات القانونية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Legal services", - "K2opinEAoOm", - "legal_services", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Legal services", - 1, - 636 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 6, - "Protection services", - "eff27d0b-d485-4983-814f-febbc4fe185a", - "Protection services", - "Protection services", - "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001407", - 95, - "Protection services", - "", - "N/A", - "Misc", - "a307f884-9ee8-4d3f-b8f7-923870c053c0", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1007", - "", - "Protection Services", - "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الحماية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Protection services", - "bsyZzHUInhX", - "protection_services", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Protection services", - 1, - 637 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 7, - "Hospitalisation", - "6b8fca2d-0147-4dd8-a8f5-3b813152b952", - "Hospitalisation", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-46", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الارسال الى المستشفى", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Hospitalisation", - "wivtq78V9eS", - "hospitalisation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Hospitalisation", - 1, - 638 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 8, - "CHW", - "9bcbf231-c6ca-41c4-b247-bc4bced260c3", - "CHW", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "عاملو صحة مجتمع", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "CHW", - "WwdmMnGtj4o", - "chw", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|CHW", - 1, - 639 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 9, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Other", - "nufb9yUQCNJ", - "other", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Other", - 1, - 640 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 1, - "None", - "", - "None", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "MSF-1630", - "", - "none", - "Generic descriptive answer.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|None", - 1, - 641 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 2, - "Amitriptyline tab", - "", - "Amitriptyline tab", - "", - "", - "", - "", - "", - "", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-931", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Amitriptyline tab", - 1, - 642 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 3, - "Biperiden tab", - "", - "Biperiden tab", - "", - "", - "", - "", - "", - "", - "Biperiden", - "", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-72217", - "Biperiden", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Biperiden tab", - 1, - 643 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 4, - "Carbamazepine tab", - "", - "Carbamazepine tab", - "", - "", - "", - "", - "", - "", - "Carbamazepine", - "", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-72282", - "Carbamazepine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Carbamazepine tab", - 1, - 644 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 5, - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - "", - "", - "", - "", - "", - "", - "Chlorpromazine", - "", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-73330", - "Chlorpromazine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Chlorpromazine tab", - 1, - 645 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 6, - "Diazepam tab", - "", - "Diazepam tab", - "", - "", - "", - "", - "", - "", - "Diazepam", - "", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-74745", - "Diazepam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Diazepam tab", - 1, - 646 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 7, - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - "", - "", - "", - "", - "", - "", - "Diphenhydramine", - "", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-75015", - "Diphenhydramine ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Diphenhydramine tab", - 1, - 647 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 8, - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - "", - "", - "", - "", - "", - "", - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-76553", - "Fluoxetine hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Fluoxetine hydrochloride capsule", - 1, - 648 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 9, - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - "", - "", - "", - "", - "", - "", - "Fluphenazine", - "", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-76556", - "Flupenthixol decanoate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Fluphenazine decanoate amp", - 1, - 649 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 10, - "Haloperidol tab", - "", - "Haloperidol tab", - "", - "", - "", - "", - "", - "", - "Haloperidol", - "", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-77335", - "Haloperidol", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Haloperidol tab", - 1, - 650 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 11, - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - "", - "", - "", - "", - "", - "", - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-77336", - "Haloperidol decanoate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Haloperidol decanoate amp", - 1, - 651 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 12, - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - "", - "", - "", - "", - "", - "", - "Hydroxyzine", - "", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Hydroxyzine dihydrochloride tab", - 1, - 652 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 13, - "Olanzapine tab", - "", - "Olanzapine tab", - "", - "", - "", - "", - "", - "", - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-81025", - "Olanzapine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Olanzapine tab", - 1, - 653 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 14, - "Paroxetine tab", - "", - "Paroxetine tab", - "", - "", - "", - "", - "", - "", - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-81604", - "Paroxetine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Paroxetine tab", - 1, - 654 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 15, - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - "", - "", - "", - "", - "", - "", - "Promethazine hydrochloride", - "", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-82670", - "Promethazine hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Promethazine hydrochloride tab", - 1, - 655 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 16, - "Risperidone tab", - "", - "Risperidone tab", - "", - "", - "", - "", - "", - "", - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-83405", - "Risperidone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Risperidone tab", - 1, - 656 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 17, - "Sertraline tab", - "", - "Sertraline tab", - "", - "", - "", - "", - "", - "", - "Sertraline", - "", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-83865", - "Sertraline", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Sertraline tab", - 1, - 657 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 18, - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - "", - "", - "", - "", - "", - "", - "Trihexyphenidyl hydrochloride", - "", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-85464", - "Trihexyphenidyl hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Trihexyphenidyl hydrochloride tab", - 1, - 658 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 19, - "Valproate sodium tab", - "", - "Valproate sodium tab", - "", - "", - "", - "", - "", - "", - "Valproate", - "", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-84114", - "Valproate sodium", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Valproate sodium tab", - 1, - 659 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 20, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Other", - 1, - 660 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 1, - "None", - "", - "None", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|None", - 1, - 661 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 2, - "Amitriptyline tab", - "", - "Amitriptyline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Amitriptyline tab", - 1, - 662 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 3, - "Biperiden tab", - "", - "Biperiden tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Biperiden", - " ", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Biperiden tab", - 1, - 663 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 4, - "Carbamazepine tab", - "", - "Carbamazepine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Carbamazepine", - " ", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Carbamazepine tab", - 1, - 664 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 5, - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Chlorpromazine", - " ", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Chlorpromazine tab", - 1, - 665 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 6, - "Diazepam tab", - "", - "Diazepam tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diazepam", - " ", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Diazepam tab", - 1, - 666 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 7, - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diphenhydramine", - " ", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Diphenhydramine tab", - 1, - 667 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 8, - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluoxetine hydrochloride", - " ", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Fluoxetine hydrochloride capsule", - 1, - 668 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 9, - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluphenazine", - " ", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Fluphenazine decanoate amp", - 1, - 669 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 10, - "Haloperidol tab", - "", - "Haloperidol tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol", - " ", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Haloperidol tab", - 1, - 670 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 11, - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol decanoate", - " ", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Haloperidol decanoate amp", - 1, - 671 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 12, - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Hydroxyzine", - " ", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Hydroxyzine dihydrochloride tab", - 1, - 672 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 13, - "Olanzapine tab", - "", - "Olanzapine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Olanzapine", - " ", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Olanzapine tab", - 1, - 673 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 14, - "Paroxetine tab", - "", - "Paroxetine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Paroxetine", - " ", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Paroxetine tab", - 1, - 674 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 15, - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Promethazine hydrochloride", - " ", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Promethazine hydrochloride tab", - 1, - 675 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 16, - "Risperidone tab", - "", - "Risperidone tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Risperidone", - " ", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Risperidone tab", - 1, - 676 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 17, - "Sertraline tab", - "", - "Sertraline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Sertraline", - " ", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Sertraline tab", - 1, - 677 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 18, - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Trihexyphenidyl hydrochloride", - " ", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Trihexyphenidyl hydrochloride tab", - 1, - 678 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 19, - "Valproate sodium tab", - "", - "Valproate sodium tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Valproate", - " ", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Valproate sodium tab", - 1, - 679 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 20, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Other", - 1, - 680 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 1, - "None", - "", - "None", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|None", - 1, - 681 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 2, - "Amitriptyline tab", - "", - "Amitriptyline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Amitriptyline tab", - 1, - 682 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 3, - "Biperiden tab", - "", - "Biperiden tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Biperiden", - " ", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Biperiden tab", - 1, - 683 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 4, - "Carbamazepine tab", - "", - "Carbamazepine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Carbamazepine", - " ", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Carbamazepine tab", - 1, - 684 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 5, - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Chlorpromazine", - " ", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Chlorpromazine tab", - 1, - 685 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 6, - "Diazepam tab", - "", - "Diazepam tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diazepam", - " ", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Diazepam tab", - 1, - 686 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 7, - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diphenhydramine", - " ", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Diphenhydramine tab", - 1, - 687 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 8, - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluoxetine hydrochloride", - " ", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Fluoxetine hydrochloride capsule", - 1, - 688 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 9, - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluphenazine", - " ", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Fluphenazine decanoate amp", - 1, - 689 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 10, - "Haloperidol tab", - "", - "Haloperidol tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol", - " ", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Haloperidol tab", - 1, - 690 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 11, - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol decanoate", - " ", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Haloperidol decanoate amp", - 1, - 691 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 12, - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Hydroxyzine", - " ", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Hydroxyzine dihydrochloride tab", - 1, - 692 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 13, - "Olanzapine tab", - "", - "Olanzapine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Olanzapine", - " ", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Olanzapine tab", - 1, - 693 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 14, - "Paroxetine tab", - "", - "Paroxetine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Paroxetine", - " ", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Paroxetine tab", - 1, - 694 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 15, - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Promethazine hydrochloride", - " ", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Promethazine hydrochloride tab", - 1, - 695 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 16, - "Risperidone tab", - "", - "Risperidone tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Risperidone", - " ", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Risperidone tab", - 1, - 696 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 17, - "Sertraline tab", - "", - "Sertraline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Sertraline", - " ", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Sertraline tab", - 1, - 697 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 18, - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Trihexyphenidyl hydrochloride", - " ", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Trihexyphenidyl hydrochloride tab", - 1, - 698 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 19, - "Valproate sodium tab", - "", - "Valproate sodium tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Valproate", - " ", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Valproate sodium tab", - 1, - 699 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 20, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Other", - 1, - 700 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 1, - "Patient forgot about session", - "", - "Patient forgot about session", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "(see Ciel)", - "CIEL-162192", - "Patient Fogot to attend appointment", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض نسي الجلسة", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient forgot about session", - "K10sA9MeyuB", - "patient_forgot_about_session", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient forgot about session", - 1, - 701 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 2, - "No transportation / unable to attend", - "", - "No transportation / unable to attend", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا وسائل مواصلات / لم يستطع المجيء", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "No transportation / unable to attend", - "a9jCSQB7xkU", - "no_transportation_unable_to_attend", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|No transportation / unable to attend", - 1, - 702 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 3, - "Patient unreachable", - "", - "Patient unreachable", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن الوصول إلى المريض", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient unreachable", - "A1myk0SonK2", - "patient_unreachable", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient unreachable", - 1, - 703 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 4, - "Patient no longer wants services", - "", - "Patient no longer wants services", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض لم يعد يرغب بتلقي الخدمة", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient no longer wants services", - "DfTWJKP67rN", - "patient_no_longer_wants_services", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient no longer wants services", - 1, - 704 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 5, - "Patient was busy", - "", - "Patient was busy", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض كان مشغولاً", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient was busy", - "jtKK82mthKK", - "patient_was_busy", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient was busy", - 1, - 705 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 6, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Other", - "tkqMcbSlYzz", - "other", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Other", - 1, - 706 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 1, - "Discharge with the patient’s agreement: end of care", - "", - "Discharge with the patient’s agreement: end of care", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: نهاية الرعاية.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "1. Discharge with the patient’s agreement: end of care", - "dLPq55MxBwB", - 1, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: end of care", - 1, - 707 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 2, - "Discharge with the patient’s agreement: single consultation", - "", - "Discharge with the patient’s agreement: single consultation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: استشارة واحدة.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "2. Discharge with the patient’s agreement: single consultation", - "brp4CVnY3jG", - 2, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: single consultation", - 1, - 708 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 3, - "Discharge with the patient’s agreement: patient moved", - "", - "Discharge with the patient’s agreement: patient moved", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: المريض انتقل الى موقع اخر.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "3. Discharge with the patient’s agreement: patient moved", - "YeMJpC1WFDD", - 3, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: patient moved", - 1, - 709 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 4, - "Discharge with the patient’s agreement: patient referred", - "", - "Discharge with the patient’s agreement: patient referred", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: تمت إحالة المريض.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "4. Discharge with the patient’s agreement: patient referred", - "QO22EMZRSNa", - 4, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: patient referred", - 1, - 710 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 5, - "Patient cannot access the service: MSF is no longer", - "", - "Patient cannot access the service: MSF is no longer", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: أطباء بلا حدود لم تعد بالمنطقة.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "5. Patient cannot access the service: MSF is no longer there", - "dr4ZmvSaUB9", - 5, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: MSF is no longer", - 1, - 711 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 6, - "Patient cannot access the service: transport issues", - "", - "Patient cannot access the service: transport issues", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: مشاكل النقل.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "6. Patient cannot access the service: transport issues", - "deCWsA6Ui5b", - 6, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: transport issues", - 1, - 712 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 7, - "Patient cannot access the service: arrested/kidnaped", - "", - "Patient cannot access the service: arrested/kidnaped", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: موقوف / مخطوف.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "7. Patient cannot access the service: arrested/kidnaped", - "nhyIbBRYaWX", - 7, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: arrested/kidnaped", - 1, - 713 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 8, - "Lost to follow up: unable to trace", - "", - "Lost to follow up: unable to trace", - "Lost to follow up", - "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", - "N/A", - "Finding", - "d305b208-354f-4bb7-b35a-df4f8d92c256", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف المتابعة: لا يمكن تتبع المريض.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "8. Lost to follow up: unable to trace", - "P78sA75FJ2i", - 8, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Lost to follow up: unable to trace", - 1, - 714 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 9, - "Lost to follow up: dissatisfied/different expectations", - "", - "Lost to follow up: dissatisfied/different expectations", - "Lost to follow up", - "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", - "N/A", - "Finding", - "d305b208-354f-4bb7-b35a-df4f8d92c256", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف المتابعة: المريض لم يكن راضياً على الخدمة / توقعات لم تتم تلبيتها.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "9. Lost to follow up: dissatisfied/different expectations", - "hiYHmyIYvrN", - 9, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Lost to follow up: dissatisfied/different expectations", - 1, - 715 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 10, - "Deceased/missing", - "", - "Deceased/missing", - "Deceased", - "The person died.", - "N/A", - "Finding", - "dc1c7ac9-d9c3-4887-bc22-827c2db7689f", - 90, - "Deceased", - "Patient died.", - "N/A", - "Diagnosis", - "159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "Deceased", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "متوفى / مفقود.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "10. Deceased/missing", - "nyQCSDpS4zc", - 10, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Deceased/missing", - 1, - 716 - ], - [ - 63, - "Goals final status", - "", - "Coded", - 1, - "Achieved", - "", - "Achieved", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تم تحقيقه ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|Achieved", - 1, - 717 - ], - [ - 63, - "Goals final status", - "", - "Coded", - 2, - "No change ", - "", - "No change ", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا تغيير", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|No change ", - 1, - 718 - ], - [ - 63, - "Goals final status", - "", - "Coded", - 3, - "Challenges", - "", - "Challenges", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تحديات", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|Challenges", - 1, - 719 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 1, - "Not at all (0 point)", - "ed0e2463-c990-4341-b095-53b899707af9", - "Not at all (0 point)", - "Not at all", - "Answer to a Likert-like scale question indicating something that's not often.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001376", - 95, - "Not at all", - "Answer to a likert-like scale question", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Not at all", - "", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أبداً", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 0", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Not at all (0 point)", - 1, - 720 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 2, - "Several days (1 point)", - "b631d160-8d40-4cf7-92cd-67f628c889e8", - "Several days (1 point)", - "Several days", - "An occurrence of more than a few days.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001377", - 95, - "Several days", - "", - "N/A", - "Misc", - "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بعض الأيام", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 1", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Several days (1 point)", - 1, - 721 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 3, - "More than half the days (2 points)", - "234259ec-5368-4488-8482-4f261cc76714", - "More than half the days (2 points)", - "More than half the days", - "An occurrence of more than half the days", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001378", - 95, - "More than half the days", - "", - "N/A", - "Misc", - "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "More than half the days", - "", - "N/A", - "Misc", - "1cf6ebb8-dd57-4d26-87cd-e49c09373aaf", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أآثر من نصف الأيام", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 2", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|More than half the days (2 points)", - 1, - 722 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 4, - "Nearly every day (3 points)", - "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e", - "Nearly every day (3 points)", - "Nearly every day", - "An almost daily occurrence.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001379", - 95, - "Nearly every day", - "", - "N/A", - "Misc", - "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آل يوم تقريباً", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 3", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Nearly every day (3 points)", - 1, - 723 - ], - [ - 65, - "MHOS", - "", - "Coded", - 1, - "Not at all", - "ed0e2463-c990-4341-b095-53b899707af9", - "Not at all", - "Not at all", - "Answer to a Likert-like scale question indicating something that's not often.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001376", - 95, - "Not at all", - "Answer to a likert-like scale question", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Not at all", - "", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كلا على الاطلاق", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 1", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Not at all", - 1, - 724 - ], - [ - 65, - "MHOS", - "", - "Coded", - 2, - "A little", - "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", - "A little", - "A little", - "", - "Text", - "Misc", - "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قليلا", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|A little", - 1, - 725 - ], - [ - 65, - "MHOS", - "", - "Coded", - 3, - "Some", - "edf347b1-ee57-4d8f-babb-97acca20c3cb", - "Some", - "", - "", - "", - "", - "", - "", - "Some", - "", - "N/A", - "Misc", - "164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بعض", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 3", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Some", - 1, - 726 - ], - [ - 65, - "MHOS", - "", - "Coded", - 4, - "Fair amount", - "de7fa192-bf2e-4991-a81f-582c4b50ae51", - "Fair amount", - "Fair amount", - "", - "Text", - "Misc", - "de7fa192-bf2e-4991-a81f-582c4b50ae51", - 95, - "Fair", - "Degree of finding, pertaining to a class fair.", - "N/A", - "Misc", - "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fair", - "Degree of finding, pertaining to a class fair.", - "N/A", - "Misc", - "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كمية جيدة", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 4", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Fair amount", - 1, - 727 - ], - [ - 65, - "MHOS", - "", - "Coded", - 5, - "A lot", - "0f074510-1ff6-4924-bfef-effdcffd44f8", - "A lot", - "A lot", - "", - "Text", - "Misc", - "0f074510-1ff6-4924-bfef-effdcffd44f8", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كثيرا", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 5", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|A lot", - 1, - 728 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 1, - "No depression", - "5aa4edf5-b218-4470-b5da-ad1d88007954", - "0-4: No depression", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|No depression", - 1, - 729 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 2, - "Minimal symptoms", - "9d7d154f-e7a1-4490-b93a-85f5c2157f92", - "5-9: Minimal symptoms - Support and educate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Minimal symptoms", - 1, - 730 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 3, - "Minor to mild depression (or dysthymia)", - "ed7484ef-a3ea-4c95-bf59-58987c7f6d7c", - "10-14: Minor to mild depression (or dysthymia) - Support and watchful waiting / Reassess in one/two weeks", - "", - "", - "", - "", - "", - "", - "mild depression", - "", - "N/A", - "Diagnosis", - "157790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Minor to mild depression (or dysthymia)", - 1, - 731 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 4, - "Major depression", - "d163711c-9fcf-4050-b015-d3463b4602fa", - "15-19: Major depression – Refer to clinical office / psychologist (need for specific treatment)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Major depression", - 1, - 732 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 5, - "Severe depression", - "0ff3a7dc-1a6e-4453-91d5-29cf6a9f790c", - ">20: Severe depression – Major impairment, need for active treatment", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Severe depression", - 1, - 733 - ], - [ - 67, - "Head of family", - "", - "Coded", - 1, - "Father", - "", - "Father", - "", - "", - "", - "", - "", - "", - "Father", - "Family member.", - "N/A", - "Misc", - "971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Father", - "A father to another person", - "N/A", - "Misc", - "3ce18444-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Father", - 1, - 734 - ], - [ - 67, - "Head of family", - "", - "Coded", - 2, - "Mother", - "", - "Mother", - "", - "", - "", - "", - "", - "", - "Mother", - "Family member.", - "N/A", - "Misc", - "970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Mother", - "A mother of another person", - "N/A", - "Misc", - "3ce185ca-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Mother", - 1, - 735 - ], - [ - 67, - "Head of family", - "", - "Coded", - 3, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Other", - 1, - 736 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 1, - "Dose 0", - "", - "Dose 0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 0", - 1, - 737 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 2, - "Dose 1", - "", - "Dose 1", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 1", - 1, - 738 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 3, - "Dose 2", - "", - "Dose 2", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 2", - 1, - 739 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 4, - "Dose 3", - "", - "Dose 3", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 3", - 1, - 740 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 5, - "Dose 4", - "", - "Dose 4", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 4", - 1, - 741 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 6, - "Not vaccinated", - "", - "Not vaccinated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Not vaccinated", - 1, - 742 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 7, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Unknown", - 1, - 743 - ], - [ - 69, - "Vaccination - ITFC - Vaccination card", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Vaccination card", - "mFtDMd4244l", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Vaccination card|Yes", - 1, - 744 - ], - [ - 69, - "Vaccination - ITFC - Vaccination card", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Vaccination card", - "mFtDMd4244l", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Vaccination card|No", - 1, - 745 - ], - [ - 70, - "Vaccination - ITFC - BCG", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Dose 1", - "v6E5MjPpqSb", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|Dose 1", - 1, - 746 - ], - [ - 70, - "Vaccination - ITFC - BCG", - "", - "Coded", - 2, - "No vaccinated", - "", - "No vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "No vaccinated", - "O0Edj0kR5Nd", - "no_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|No vaccinated", - 1, - 747 - ], - [ - 70, - "Vaccination - ITFC - BCG", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Unknown", - "ydpXtzGHWHj", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|Unknown", - 1, - 748 - ], - [ - 71, - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Dose 1", - "xGTdCJcKmAn", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Dose 1", - 1, - 749 - ], - [ - 71, - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - 2, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Not vaccinated", - "Xg0muNfVNkv", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Not vaccinated", - 1, - 750 - ], - [ - 71, - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Unknown", - "KY34sEEUpnr", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Unknown", - 1, - 751 - ], - [ - 72, - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", - "cG8uCalPdNU", - "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", - "L4AkwHZ65GZ", - "Yes", - "sBr9pPNqd28", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|Yes", - 1, - 752 - ], - [ - 72, - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", - "cG8uCalPdNU", - "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", - "L4AkwHZ65GZ", - "No", - "aKS3CymU5Ns", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|No", - 1, - 753 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 1", - "bZXl07GyWhL", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 1", - 1, - 754 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 2", - "T8IyHX0cXe5", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 2", - 1, - 755 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 3", - "sw1D3rQGhGQ", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 3", - 1, - 756 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 4, - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 4", - "OT5qZpJO7jc", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 4", - 1, - 757 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 5, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Not vaccinated", - "dvq6f79oLIz", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Not vaccinated", - 1, - 758 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 6, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Unknown", - "i4AQ0qRNehI", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Unknown", - 1, - 759 - ], - [ - 74, - "Vaccination - ITFC - Pentavalent - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", - "SEkSRdlwF4x", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent - Last dose given on site|Yes", - 1, - 760 - ], - [ - 74, - "Vaccination - ITFC - Pentavalent - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", - "SEkSRdlwF4x", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent - Last dose given on site|No", - 1, - 761 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 1, - "Dose 0", - "", - "Dose 0", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 0", - "njckedtwZdc", - "dose_0", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 0", - 1, - 762 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 2, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 1", - "PxZFMT68zDd", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 1", - 1, - 763 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 3, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 2", - "H6YSRKyanXo", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 2", - 1, - 764 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 4, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 3", - "cwZTMIsCC5H", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 3", - 1, - 765 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 5, - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 4", - "b1vCPYEEjce", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 4", - 1, - 766 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 6, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Not vaccinated", - "RZVArvOeoQM", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Not vaccinated", - 1, - 767 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 7, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Unknown", - "koRJWvqd9fX", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Unknown", - 1, - 768 - ], - [ - 76, - "Vaccination - ITFC - AFP - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last AFP dose given on site", - "J2rK5CtSBvx", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP - Last dose given on site|Yes", - 1, - 769 - ], - [ - 76, - "Vaccination - ITFC - AFP - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last AFP dose given on site", - "J2rK5CtSBvx", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP - Last dose given on site|No", - 1, - 770 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Dose 1", - "PktzQX6fkgx", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Dose 1", - 1, - 771 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Dose 2", - "ocSTcDdyNTW", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Dose 2", - 1, - 772 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 3, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Not vaccinated", - "mTk3530bGYt", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Not vaccinated", - 1, - 773 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 4, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Unknown", - "hu4HpZGxknQ", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Unknown", - 1, - 774 - ], - [ - 78, - "Vaccination - ITFC - Measles - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Measles dose given on site", - "AKCbOxTvkTp", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles - Last dose given on site|Yes", - 1, - 775 - ], - [ - 78, - "Vaccination - ITFC - Measles - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Measles dose given on site", - "AKCbOxTvkTp", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles - Last dose given on site|No", - 1, - 776 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 1", - "bZXl07GyWhL", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 1", - 1, - 777 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 2", - "T8IyHX0cXe5", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 2", - 1, - 778 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 3", - "sw1D3rQGhGQ", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 3", - 1, - 779 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 4, - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 4", - "OT5qZpJO7jc", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 4", - 1, - 780 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 5, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Not vaccinated", - "dvq6f79oLIz", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Not vaccinated", - 1, - 781 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 6, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Unknown", - "i4AQ0qRNehI", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Unknown", - 1, - 782 - ], - [ - 80, - "Vaccination - ITFC - PCV - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PCV dose given on site", - "u5dxpihoKN0", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV - Last dose given on site|Yes", - 1, - 783 - ], - [ - 80, - "Vaccination - ITFC - PCV - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PCV dose given on site", - "u5dxpihoKN0", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV - Last dose given on site|No", - 1, - 784 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 1", - "EZMbl2HCG9p", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 1", - 1, - 785 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 2", - "hmEojVACROI", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 2", - 1, - 786 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 3", - "nDI0iPQUa1X", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 3", - 1, - 787 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 4, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Not vaccinated", - "OpSJw5WAm18", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Not vaccinated", - 1, - 788 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 5, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Unknown", - "MZfMeIWOPam", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Unknown", - 1, - 789 - ], - [ - 82, - "Vaccination - ITFC - Rotavirus - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", - "npoNMyqKaEJ", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus - Last dose given on site|Yes", - 1, - 790 - ], - [ - 82, - "Vaccination - ITFC - Rotavirus - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", - "npoNMyqKaEJ", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus - Last dose given on site|No", - 1, - 791 - ], - [ - 83, - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Dose 1", - "v6E5MjPpqSb", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Dose 1", - 1, - 792 - ], - [ - 83, - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - 2, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "No vaccinated", - "O0Edj0kR5Nd", - "no_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Not vaccinated", - 1, - 793 - ], - [ - 83, - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Unknown", - "ydpXtzGHWHj", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Unknown", - 1, - 794 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 1", - "cUxnl1n3Elk", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 1", - 1, - 795 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 2", - "IGb7BSiAggz", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 2", - 1, - 796 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 3", - "HdgSh1EMq1l", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 3", - 1, - 797 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 4, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Not vaccinated", - "QFcgfRifWyg", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Not vaccinated", - 1, - 798 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 5, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Unknown", - "XGk3KqPo8L2", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Unknown", - 1, - 799 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Dose 1", - "QBENCGv4wSd", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Dose 1", - 1, - 800 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Dose 2", - "TBI8FVnrLfW", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Dose 2", - 1, - 801 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 3, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Not vaccinated", - "rTBp8C32W8w", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Not vaccinated", - 1, - 802 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 4, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Unknown", - "GH4ogeUFzXa", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Unknown", - 1, - 803 - ], - [ - 86, - "Vaccination - ITFC - PPV 23", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Dose 1", - "ipWO3gdU4Yp", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Dose 1", - 1, - 804 - ], - [ - 86, - "Vaccination - ITFC - PPV 23", - "", - "Coded", - 2, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Not vaccinated", - "QGiw4ry0TyJ", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Not vaccinated", - 1, - 805 - ], - [ - 86, - "Vaccination - ITFC - PPV 23", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Unknown", - "cSdyotNEi6R", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Unknown", - 1, - 806 - ], - [ - 87, - "Vaccination - ITFC - PPV 23 - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "L33Iqgj6wh8", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "DzlGd3b2nJN", - "Yes", - "OF5xbph1XiN", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23 - Last dose given on site|Yes", - 1, - 807 - ], - [ - 87, - "Vaccination - ITFC - PPV 23 - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "L33Iqgj6wh8", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "DzlGd3b2nJN", - "No", - "ZfPkEIgzMwl", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23 - Last dose given on site|No", - 1, - 808 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Dose 1", - "ZRDiTHJArw5", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Dose 1", - 1, - 809 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Dose 2", - "Rruu1ulpzSe", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Dose 2", - 1, - 810 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 3, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Not vaccinated", - "raLxCNMjp3j", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Not vaccinated", - 1, - 811 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 4, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Unknown", - "cU7AqGL8TRJ", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Unknown", - 1, - 812 - ], - [ - 89, - "Vaccination - ITFC - HPV - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "nHzyndo6Opn", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "PiM5sEcQEaE", - "Yes", - "WklX5Gy9bvP", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV - Last dose given on site|Yes", - 1, - 813 - ], - [ - 89, - "Vaccination - ITFC - HPV - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "nHzyndo6Opn", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "PiM5sEcQEaE", - "No", - "AhpHRa3pQ00", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV - Last dose given on site|No", - 1, - 814 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 1, - "TT1", - "", - "TT1", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT1", - "BaPawIuIMge", - "tt1", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT1", - 1, - 815 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 2, - "TT2", - "", - "TT2", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT2", - "Ht9dML7mb0C", - "tt2", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT2", - 1, - 816 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 3, - "TT3", - "", - "TT3", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT3", - "IEQkdICorA3", - "tt3", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT3", - 1, - 817 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 4, - "TT4", - "", - "TT4", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT4", - "XyhSFgJ0lzp", - "tt4", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT4", - 1, - 818 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 5, - "≥TT5", - "", - "≥TT5", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "≥TT5", - "WkDsQkKl3mE", - "≥tt5", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|≥TT5", - 1, - 819 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 6, - "Not vaccinated", - "", - "Not vaccinated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "Not vaccinated", - "flugHmgry3z", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|Not vaccinated", - 1, - 820 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 7, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "Unknown", - "AkYJr9EfFJp", - "unknown", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|Unknown", - 1, - 821 - ], - [ - 91, - "Yes-no", - "", - "Coded", - 1, - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "X", - "Yes-no|Yes", - 1, - 822 - ], - [ - 91, - "Yes-no", - "", - "Coded", - 2, - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "X", - "Yes-no|No", - 1, - 823 - ], - [ - 92, - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", - "ai1f1Nd7tTk", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|Yes", - 1, - 824 - ], - [ - 92, - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", - "", - "Coded", - 2, - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", - "ai1f1Nd7tTk", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|No", - 1, - 825 - ], - [ - 93, - "Yes-no - Vaccination of accompanying children - Status checked", - "", - "Coded", - 1, - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "jEbjrXqhNEO", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "pkoZo5NLnmT", - "Yes", - "RA1z7oYeLBW", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination of accompanying children - Status checked|Yes", - 1, - 826 - ], - [ - 93, - "Yes-no - Vaccination of accompanying children - Status checked", - "", - "Coded", - 2, - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "jEbjrXqhNEO", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "pkoZo5NLnmT", - "No", - "cULP83r16XQ", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination of accompanying children - Status checked|No", - 1, - 827 - ], - [ - 94, - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "Yes", - "OJR1wOuzdAu", - "yes", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|Yes", - 1, - 828 - ], - [ - 94, - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "No", - "SzkvKP70Pww", - "no", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|No", - 1, - 829 - ], - [ - 94, - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - 3, - "NA", - "", - "NA", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "NA", - "t3TQeaCkJiy", - "na", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|NA", - 1, - 830 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute asthma", - 1, - 831 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - "", - "", - "", - "MSF-AAAAAA000000000000000512", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute diarrhea (bloody)", - 1, - 832 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute diarrhea (non-bloody)", - 1, - 833 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute febrile illness (=<7 days)", - 1, - 834 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - "", - "", - "", - "", - "", - "", - "Acute flaccid paralysis", - "", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute flaccid paralysis", - 1, - 835 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - "", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute jaundice syndrome", - 1, - 836 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 7, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Apnoea of prematurity", - 1, - 837 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 8, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bacterial meningitis", - 1, - 838 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 9, - "Birth injury", - "", - "Birth injury", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Birth injury", - 1, - 839 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 10, - "Bronchiolitis obstructive bronchitis", - "", - "Bronchiolitis obstructive bronchitis", - "", - "", - "", - "", - "", - "", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bronchiolitis obstructive bronchitis", - 1, - 840 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 11, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bronchospasm", - 1, - 841 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 12, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Burns", - 1, - 842 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 13, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cardiogenic shock", - 1, - 843 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 14, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - "", - "", - "", - "", - "", - "", - "Cerebral palsy", - "", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cerebral palsy - Neuro disability", - 1, - 844 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 15, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cholera (suspected)", - 1, - 845 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 16, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cholera confirmed", - 1, - 846 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 17, - "Complicated ear infection", - "", - "Complicated ear infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Complicated ear infection", - 1, - 847 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 18, - "Complications of SCD", - "", - "Complications of SCD", - "", - "", - "", - "", - "", - "", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Complications of SCD", - 1, - 848 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 19, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital herpes virus infection", - 1, - 849 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 20, - "Congenital malaria", - "", - "Congenital malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital malaria", - 1, - 850 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 21, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital or acquired cardiac pathology", - 1, - 851 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 22, - "Congenital syphilis", - "", - "Congenital syphilis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital syphilis", - 1, - 852 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 23, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congestive Heart Failure", - 1, - 853 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 24, - "COPD", - "", - "COPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|COPD", - 1, - 854 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 25, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Covid-19 confirmed", - 1, - 855 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 26, - "Covid-19 probable", - "", - "Covid-19 probable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Covid-19 probable", - 1, - 856 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 27, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - "", - "", - "", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - "", - "", - "", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cutaneous leishmaniosis", - 1, - 857 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 28, - "Dengue confirmed", - "", - "Dengue confirmed", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dengue confirmed", - 1, - 858 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 29, - "Dengue suspected", - "", - "Dengue suspected", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dengue suspected", - 1, - 859 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 30, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diabetes type 2 and complications", - 1, - 860 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 31, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diabetes Type I and complications", - 1, - 861 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 32, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - "", - "", - "", - "", - "", - "", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diarrhea (persistent)", - 1, - 862 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 33, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diphtheria", - 1, - 863 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 34, - "Dog bite", - "", - "Dog bite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dog bite", - 1, - 864 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 35, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Epilepsy - Seizures", - 1, - 865 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 36, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - "", - "", - "", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - "", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Extra pulmonary tuberculosis", - 1, - 866 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 37, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Eye diseases (including trachoma)", - 1, - 867 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 38, - "Febrile convulsions", - "", - "Febrile convulsions", - "", - "", - "", - "", - "", - "", - "Febrile convulsion", - "", - "", - "", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Febrile convulsions", - 1, - 868 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 39, - "Gynaecological cases", - "", - "Gynaecological cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Gynaecological cases", - 1, - 869 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 40, - "Hepatitis A", - "", - "Hepatitis A", - "", - "", - "", - "", - "", - "", - "Hepatitis A", - "", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis A", - 1, - 870 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 41, - "Hepatitis B", - "", - "Hepatitis B", - "", - "", - "", - "", - "", - "", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis B", - 1, - 871 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 42, - "Hepatitis Delta", - "", - "Hepatitis Delta", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis Delta", - 1, - 872 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 43, - "Hepatitis E", - "", - "Hepatitis E", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis E", - 1, - 873 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 44, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|HIV Infection confirmed", - 1, - 874 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 45, - "Hyperglycemia", - "", - "Hyperglycemia", - "", - "", - "", - "", - "", - "", - "Hyperglycaemia", - "", - "", - "", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hyperglycemia", - 1, - 875 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 46, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hyperreactive splenomegaly due to malaria", - 1, - 876 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 47, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - "", - "", - "", - "MSF-AAAAAA000000000000000608", - 96, - "", - "", - "", - "", - "", - "", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hypoglycemia", - 1, - 877 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 48, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - "", - "", - "", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - "", - "", - "", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hypovolemic shock", - 1, - 878 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 49, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - "", - "", - "", - "", - "", - "", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Infectious diseases not otherwise classified", - 1, - 879 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 50, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Lower respiratory tract infection", - 1, - 880 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 51, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Measles (complicated)", - 1, - 881 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 52, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Measles (uncomplicated)", - 1, - 882 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 53, - "Meningeal TB", - "", - "Meningeal TB", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Meningeal TB", - 1, - 883 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 54, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Meningitis unspecified", - 1, - 884 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 55, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Mental and psychiatric conditions", - 1, - 885 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 56, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - "", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Moderate acute malnutrition", - 1, - 886 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 57, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Musculoskeletal conditions (infectious origin)", - 1, - 887 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 58, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Musculoskeletal conditions (non-infectious)", - 1, - 888 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 59, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Necrotizing & bullous skin infections", - 1, - 889 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 60, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neglected tropical diseases", - 1, - 890 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 61, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - "", - "", - "", - "", - "", - "", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal conjunctivitis", - 1, - 891 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 62, - "Neonatal convulsions", - "", - "Neonatal convulsions", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal convulsions", - 1, - 892 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 63, - "Neonatal jaundice", - "", - "Neonatal jaundice", - "", - "", - "", - "", - "", - "", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal jaundice", - 1, - 893 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 64, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal meconial aspiration", - 1, - 894 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 65, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - "", - "", - "", - "", - "", - "", - "Neonatal Necrotising Enterocolitis", - "", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal Necrotizing Enterocolitis", - 1, - 895 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 66, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal pneumonia", - 1, - 896 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 67, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal pneumothorax", - 1, - 897 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 68, - "Neonatal tetanus", - "", - "Neonatal tetanus", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal tetanus", - 1, - 898 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 69, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal tuberculosis", - 1, - 899 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 70, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 900 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 71, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Newborn to an HIV+ mother", - 1, - 901 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 72, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non cardiac congenital pathology", - 1, - 902 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 73, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non urgent surgical conditions", - 1, - 903 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 74, - "Non violence-related injuries", - "", - "Non violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non violence-related injuries", - 1, - 904 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 75, - "Observation", - "", - "Observation", - "", - "", - "", - "", - "", - "", - "Observation ward", - "", - "", - "", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Observation", - 1, - 905 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 76, - "Obstetric cases", - "", - "Obstetric cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Obstetric cases", - 1, - 906 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 77, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Oral and digestive severe candidiasis", - 1, - 907 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 78, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other bites and stings", - 1, - 908 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 79, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other neurological conditions", - 1, - 909 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 80, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other non communicable diseases", - 1, - 910 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 81, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other symptoms and abnor. clinical / lab findings", - 1, - 911 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 82, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Others", - 1, - 912 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 83, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Perinatal asphyxia and complications", - 1, - 913 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 84, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Persistent fever ( >7 days)", - 1, - 914 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 85, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - "", - "", - "", - "", - "", - "", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Poliomyelitis confirmed", - 1, - 915 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 86, - "Post surgical infections", - "", - "Post surgical infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Post surgical infections", - 1, - 916 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 87, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Prematurity and or low birth weight", - 1, - 917 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 88, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Pulmonary tuberculosis", - 1, - 918 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 89, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Rabies", - 1, - 919 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 90, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - "", - "", - "", - "", - "", - "", - "Rheumatic heart disease", - "", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Rheumatic heart disease", - 1, - 920 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 91, - "Risk of sepsis", - "", - "Risk of sepsis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Risk of sepsis", - 1, - 921 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 92, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Septic shock", - 1, - 922 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 93, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 923 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 94, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 924 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 95, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - "", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus)", - 1, - 925 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 96, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - "", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe anaemia", - 1, - 926 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 97, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe dehydration", - 1, - 927 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 98, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe malaria", - 1, - 928 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 99, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - "", - "", - "", - "MSF-AAAAAA000000000000000713", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sexual violence / rape", - 1, - 929 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 100, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sexually transmitted disease (STI)", - 1, - 930 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 101, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Shigellosis - Salmonellosis", - 1, - 931 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 102, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Shock uspecified", - 1, - 932 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 103, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - "", - "", - "", - "", - "", - "", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sickle cell disease", - 1, - 933 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 104, - "Simple malaria", - "", - "Simple malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Simple malaria", - 1, - 934 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 105, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Skin and soft tissue conditions", - 1, - 935 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 106, - "Snake bites", - "", - "Snake bites", - "", - "", - "", - "", - "", - "", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Snake bites", - 1, - 936 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 107, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Substance abuse / dependency", - 1, - 937 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 108, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Suspected or confirmed malignancy", - 1, - 938 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 109, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - "", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Tetanus", - 1, - 939 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 110, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Toxicity / poisoning", - 1, - 940 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 111, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Transient tachypnoea of the newborn", - 1, - 941 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 112, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Typhoid fever", - 1, - 942 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 113, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Upper respiratory tract infection", - 1, - 943 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 114, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - "", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Urgent surgical conditions", - 1, - 944 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 115, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Urolithiasis / Renal colic", - 1, - 945 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 116, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|UTI and renal tract acute pathology", - 1, - 946 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 117, - "Varicella", - "", - "Varicella", - "", - "", - "", - "", - "", - "", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Varicella", - 1, - 947 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 118, - "Violence-related injuries", - "", - "Violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Violence-related injuries", - 1, - 948 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 119, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Viral haemorrhagic fevers", - 1, - 949 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 120, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Visceral leishmaniasis", - 1, - 950 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 121, - "Vit A deficiency", - "", - "Vit A deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit A deficiency", - 1, - 951 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 122, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit B complex deficiency", - 1, - 952 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 123, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit C deficiency (scurvy)", - 1, - 953 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 124, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit D deficiency (rickets)", - 1, - 954 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 125, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Whooping cough", - 1, - 955 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 126, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - "", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Yellow fever", - 1, - 956 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute asthma", - "UoCC4TyaYZp", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute asthma", - 1, - 957 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - "", - "", - "", - "MSF-AAAAAA000000000000000512", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute diarrhea (bloody)", - "bXbATZn7QwE", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute diarrhea (bloody)", - 1, - 958 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute diarrhea (non-bloody)", - "FltwCRejivF", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute diarrhea (non-bloody)", - 1, - 959 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute febrile illness (=<7 days)", - "fgeCTh9601Z", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute febrile illness (=<7 days)", - 1, - 960 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - "", - "", - "", - "", - "", - "", - "Acute flaccid paralysis", - "", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute flaccid paralysis", - "r8U660ApU51", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute flaccid paralysis", - 1, - 961 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - "", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute jaundice syndrome", - "PkeGHY5X4hR", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute jaundice syndrome", - 1, - 962 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 7, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Apnoea of prematurity", - "A07QEdOGULT", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Apnoea of prematurity", - 1, - 963 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 8, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bacterial meningitis", - "ELkTBWRtnbU", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bacterial meningitis", - 1, - 964 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 9, - "Birth injury", - "", - "Birth injury", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Birth injury", - "FtoAE4Ckgdc", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Birth injury", - 1, - 965 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 10, - "Bronchiolitis obstructive bronchitis", - "", - "Bronchiolitis obstructive bronchitis", - "", - "", - "", - "", - "", - "", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bronchiolitis obstructive bronchitis", - "LAu8p10eBf1", - "bronchiolitis_obstructive_bronchitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bronchiolitis obstructive bronchitis", - 1, - 966 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 11, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bronchospasm", - "AKJv8tPOPfq", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bronchospasm", - 1, - 967 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 12, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Burns", - "Z0JCjHGqNaj", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Burns", - 1, - 968 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 13, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cardiogenic shock", - "IwBXvTC07X4", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cardiogenic shock", - 1, - 969 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 14, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - "", - "", - "", - "", - "", - "", - "Cerebral palsy", - "", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cerebral palsy - Neuro disability", - "r8tFgDoOtCP", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cerebral palsy - Neuro disability", - 1, - 970 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 15, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cholera (suspected)", - "YKzNEhC9cq3", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cholera (suspected)", - 1, - 971 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 16, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cholera confirmed", - "eyfVX0CSq4s", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cholera confirmed", - 1, - 972 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 17, - "Complicated ear infection", - "", - "Complicated ear infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Complicated ear infection", - "Tj93mBtUkhu", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Complicated ear infection", - 1, - 973 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 18, - "Complications of SCD", - "", - "Complications of SCD", - "", - "", - "", - "", - "", - "", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Complications of SCD", - "EO0bo8A7qDk", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Complications of SCD", - 1, - 974 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 19, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital herpes virus infection", - "B02tG0t2ZiN", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital herpes virus infection", - 1, - 975 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 20, - "Congenital malaria", - "", - "Congenital malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital malaria", - "pXF4knGswXw", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital malaria", - 1, - 976 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 21, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital or acquired cardiac pathology", - "nvQpfHzvu6A", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital or acquired cardiac pathology", - 1, - 977 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 22, - "Congenital syphilis", - "", - "Congenital syphilis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital syphilis", - "qvaVyj95GlX", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital syphilis", - 1, - 978 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 23, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congestive Heart Failure", - "vNvbx4qpkUa", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congestive Heart Failure", - 1, - 979 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 24, - "COPD", - "", - "COPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "COPD", - "sCGnq3NK2Xy", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|COPD", - 1, - 980 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 25, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Covid-19 confirmed", - "m62n1ZUQGHF", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Covid-19 confirmed", - 1, - 981 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 26, - "Covid-19 probable", - "", - "Covid-19 probable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Covid-19 probable", - "IUjXXVageyU", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Covid-19 probable", - 1, - 982 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 27, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - "", - "", - "", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - "", - "", - "", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cutaneous leishmaniosis", - "pycPdcwaYgI", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cutaneous leishmaniosis", - 1, - 983 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 28, - "Dengue confirmed", - "", - "Dengue confirmed", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dengue confirmed", - "CnHndylBSN3", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dengue confirmed", - 1, - 984 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 29, - "Dengue suspected", - "", - "Dengue suspected", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dengue suspected", - "sCqcBysQAon", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dengue suspected", - 1, - 985 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 30, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diabetes type 2 and complications", - "jQhAo2FVD69", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diabetes type 2 and complications", - 1, - 986 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 31, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diabetes Type I and complications", - "CzGkEukFnE5", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diabetes Type I and complications", - 1, - 987 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 32, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - "", - "", - "", - "", - "", - "", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diarrhea (persistent)", - "apvC5aiDSgV", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diarrhea (persistent)", - 1, - 988 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 33, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diphtheria", - "MtXYrdYlGOy", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diphtheria", - 1, - 989 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 34, - "Dog bite", - "", - "Dog bite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dog bite", - "rohyQ83YCPY", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dog bite", - 1, - 990 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 35, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Epilepsy - Seizures", - "JmfXWcy056y", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Epilepsy - Seizures", - 1, - 991 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 36, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - "", - "", - "", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - "", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Extra pulmonary tuberculosis", - "gNDMXmSlxY5", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Extra pulmonary tuberculosis", - 1, - 992 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 37, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Eye diseases (including trachoma)", - "anzGBpfOjIE", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Eye diseases (including trachoma)", - 1, - 993 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 38, - "Febrile convulsions", - "", - "Febrile convulsions", - "", - "", - "", - "", - "", - "", - "Febrile convulsion", - "", - "", - "", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Febrile convulsions", - "cEFdvYz974J", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Febrile convulsions", - 1, - 994 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 39, - "Gynaecological cases", - "", - "Gynaecological cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Gynaecological cases", - "jznqlCDB7bD", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Gynaecological cases", - 1, - 995 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 40, - "Hepatitis A", - "", - "Hepatitis A", - "", - "", - "", - "", - "", - "", - "Hepatitis A", - "", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis A", - "ukKcORm1F6S", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis A", - 1, - 996 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 41, - "Hepatitis B", - "", - "Hepatitis B", - "", - "", - "", - "", - "", - "", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis B", - "lIUb0EAK51H", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis B", - 1, - 997 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 42, - "Hepatitis Delta", - "", - "Hepatitis Delta", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis Delta", - "hduXSHS4szJ", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis Delta", - 1, - 998 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 43, - "Hepatitis E", - "", - "Hepatitis E", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis E", - "QwzXUJbzLXH", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis E", - 1, - 999 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 44, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "HIV Infection confirmed", - "pUhMekDUu7f", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|HIV Infection confirmed", - 1, - 1000 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 45, - "Hyperglycemia", - "", - "Hyperglycemia", - "", - "", - "", - "", - "", - "", - "Hyperglycaemia", - "", - "", - "", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hyperglycemia", - "SUvj2pUJRFh", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hyperglycemia", - 1, - 1001 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 46, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hyperreactive splenomegaly due to malaria", - "X7Sk4ow3iI8", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hyperreactive splenomegaly due to malaria", - 1, - 1002 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 47, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - "", - "", - "", - "MSF-AAAAAA000000000000000608", - 96, - "", - "", - "", - "", - "", - "", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hypoglycemia", - "WeuqO510vgS", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hypoglycemia", - 1, - 1003 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 48, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - "", - "", - "", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - "", - "", - "", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hypovolemic shock", - "EcBzdm2aQ23", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hypovolemic shock", - 1, - 1004 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 49, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - "", - "", - "", - "", - "", - "", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Infectious diseases not otherwise classified", - "NRRuczCFMMF", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Infectious diseases not otherwise classified", - 1, - 1005 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 50, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Lower respiratory tract infection", - "qc8bQZ5WivT", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Lower respiratory tract infection", - 1, - 1006 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 51, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Measles (complicated)", - "NBydum9qcq6", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Measles (complicated)", - 1, - 1007 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 52, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Measles (uncomplicated)", - "Mzk9OdBug0o", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Measles (uncomplicated)", - 1, - 1008 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 53, - "Meningeal TB", - "", - "Meningeal TB", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Meningeal TB", - "FMpzSLis7mi", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Meningeal TB", - 1, - 1009 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 54, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Meningitis unspecified", - "NzNRwhQ9cvG", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Meningitis unspecified", - 1, - 1010 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 55, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Mental and psychiatric conditions", - "K7PAEOyTRcr", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Mental and psychiatric conditions", - 1, - 1011 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 56, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - "", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Moderate acute malnutrition", - "TwYur55ToIF", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Moderate acute malnutrition", - 1, - 1012 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 57, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Musculoskeletal conditions (infectious origin)", - "VWHtY3nz3Rw", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (infectious origin)", - 1, - 1013 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 58, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Musculoskeletal conditions (non-infectious)", - "y0cWH3jWDqM", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (non-infectious)", - 1, - 1014 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 59, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Necrotizing & bullous skin infections", - "lEkrxTnPMAm", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Necrotizing & bullous skin infections", - 1, - 1015 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 60, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neglected tropical diseases", - "LRNoNQQkUyp", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neglected tropical diseases", - 1, - 1016 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 61, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - "", - "", - "", - "", - "", - "", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal conjunctivitis", - "l7uIiP3Evps", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal conjunctivitis", - 1, - 1017 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 62, - "Neonatal convulsions", - "", - "Neonatal convulsions", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal convulsions", - "vUf0E6IPcTZ", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal convulsions", - 1, - 1018 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 63, - "Neonatal jaundice", - "", - "Neonatal jaundice", - "", - "", - "", - "", - "", - "", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal jaundice", - "XLcSqtMfBxM", - "neonatal-jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal jaundice", - 1, - 1019 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 64, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal meconial aspiration", - "iSr0WOSmT9U", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal meconial aspiration", - 1, - 1020 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 65, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - "", - "", - "", - "", - "", - "", - "Neonatal Necrotising Enterocolitis", - "", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal Necrotizing Enterocolitis", - "Jgx0hYetHaY", - "neonatal_necrotizing_nterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal Necrotizing Enterocolitis", - 1, - 1021 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 66, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal pneumonia", - "wa1RG3wnht0", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal pneumonia", - 1, - 1022 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 67, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal pneumothorax", - "s0XrcXrOnQ8", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal pneumothorax", - 1, - 1023 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 68, - "Neonatal tetanus", - "", - "Neonatal tetanus", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal tetanus", - "luBkSC1qQbJ", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal tetanus", - 1, - 1024 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 69, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal tuberculosis", - "djiIx7NnwaX", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal tuberculosis", - 1, - 1025 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 70, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "ZcyurITHZes", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1026 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 71, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Newborn to an HIV+ mother", - "yjJN567GnYG", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Newborn to an HIV+ mother", - 1, - 1027 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 72, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non cardiac congenital pathology", - "nXAR0YWa21v", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non cardiac congenital pathology", - 1, - 1028 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 73, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non urgent surgical conditions", - "wyOWCkIW4RI", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non urgent surgical conditions", - 1, - 1029 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 74, - "Non violence-related injuries", - "", - "Non violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non violence-related injuries", - "kFutLc3yZOe", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non violence-related injuries", - 1, - 1030 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 75, - "Observation", - "", - "Observation", - "", - "", - "", - "", - "", - "", - "Observation ward", - "", - "", - "", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Observation", - "HjPEDuITUwp", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Observation", - 1, - 1031 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 76, - "Obstetric cases", - "", - "Obstetric cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Obstetric cases", - "iI55Apf1fRF", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Obstetric cases", - 1, - 1032 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 77, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Oral and digestive severe candidiasis", - "aoQ6D9x6KLI", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Oral and digestive severe candidiasis", - 1, - 1033 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 78, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other bites and stings", - "Jm9wyH1SUvC", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other bites and stings", - 1, - 1034 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 79, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other neurological conditions", - "BIuSr3FxBRn", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other neurological conditions", - 1, - 1035 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 80, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other non communicable diseases", - "VtHhILJkLdJ", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other non communicable diseases", - 1, - 1036 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 81, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other symptoms and abnor. clinical / lab findings", - "JI4uetxlZEi", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other symptoms and abnor. clinical / lab findings", - 1, - 1037 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 82, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Others", - "OjK1cMG8jkk", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Others", - 1, - 1038 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 83, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Perinatal asphyxia and complications", - "g0EI2QmcpdA", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Perinatal asphyxia and complications", - 1, - 1039 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 84, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Persistent fever ( >7 days)", - "whyu4NpVxPn", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Persistent fever ( >7 days)", - 1, - 1040 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 85, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - "", - "", - "", - "", - "", - "", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Poliomyelitis confirmed", - "HT9ZZ93rKmF", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Poliomyelitis confirmed", - 1, - 1041 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 86, - "Post surgical infections", - "", - "Post surgical infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Post surgical infections", - "LaFNaIRr31Y", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Post surgical infections", - 1, - 1042 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 87, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Prematurity and or low birth weight", - "QXUq8rmuwY6", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Prematurity and or low birth weight", - 1, - 1043 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 88, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Pulmonary tuberculosis", - "ymehGVfxIuX", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Pulmonary tuberculosis", - 1, - 1044 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 89, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Rabies", - "talayTpKnQj", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Rabies", - 1, - 1045 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 90, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - "", - "", - "", - "", - "", - "", - "Rheumatic heart disease", - "", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Rheumatic heart disease", - "pt0OH3jp5Ne", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Rheumatic heart disease", - 1, - 1046 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 91, - "Risk of sepsis", - "", - "Risk of sepsis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Risk of sepsis", - "MZ53av22vaw", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Risk of sepsis", - 1, - 1047 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 92, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Septic shock", - "L6lauJp2IIF", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Septic shock", - 1, - 1048 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 93, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Kwashiorkor)", - "JSPmBf2xyfH", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1049 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 94, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "SpoQWgDPyqx", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1050 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 95, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - "", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Marasmus)", - "wAn3mqCpiiC", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus)", - 1, - 1051 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 96, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - "", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe anaemia", - "vlEFy6xowzU", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe anaemia", - 1, - 1052 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 97, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe dehydration", - "GBQyB8xsCAw", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe dehydration", - 1, - 1053 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 98, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe malaria", - "EwKSGhZtPfR", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe malaria", - 1, - 1054 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 99, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - "", - "", - "", - "MSF-AAAAAA000000000000000713", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sexual violence / rape", - "lovYBi9o5Tp", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sexual violence / rape", - 1, - 1055 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 100, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sexually transmitted disease (STI)", - "fy6qMKLMIjI", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sexually transmitted disease (STI)", - 1, - 1056 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 101, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Shigellosis - Salmonellosis", - "zE90IarojUU", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Shigellosis - Salmonellosis", - 1, - 1057 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 102, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Shock uspecified", - "nM58w8K8cVo", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Shock uspecified", - 1, - 1058 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 103, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - "", - "", - "", - "", - "", - "", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sickle cell disease", - "L7N8qGvq28k", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sickle cell disease", - 1, - 1059 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 104, - "Simple malaria", - "", - "Simple malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Simple malaria", - "F0ByKIAMrVs", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Simple malaria", - 1, - 1060 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 105, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Skin and soft tissue conditions", - "xXMvb2TUtMW", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Skin and soft tissue conditions", - 1, - 1061 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 106, - "Snake bites", - "", - "Snake bites", - "", - "", - "", - "", - "", - "", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Snake bites", - "iRgUBoH1pvK", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Snake bites", - 1, - 1062 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 107, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Substance abuse / dependency", - "ZDJi3kMhfDG", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Substance abuse / dependency", - 1, - 1063 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 108, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Suspected or confirmed malignancy", - "qcv5pPyiaim", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Suspected or confirmed malignancy", - 1, - 1064 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 109, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - "", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Tetanus", - "pTa1B1wYeLe", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Tetanus", - 1, - 1065 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 110, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Toxicity / poisoning", - "WINiS5BkeKv", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Toxicity / poisoning", - 1, - 1066 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 111, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Transient tachypnoea of the newborn", - "FKg2FRM2PtQ", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Transient tachypnoea of the newborn", - 1, - 1067 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 112, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Typhoid fever", - "hOrtW9hFrki", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Typhoid fever", - 1, - 1068 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 113, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Upper respiratory tract infection", - "DoUIBmauj9E", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Upper respiratory tract infection", - 1, - 1069 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 114, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - "", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Urgent surgical conditions", - "jFUECw4W9aF", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Urgent surgical conditions", - 1, - 1070 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 115, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Urolithiasis / Renal colic", - "sSW1cbhBzhW", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Urolithiasis / Renal colic", - 1, - 1071 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 116, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "UTI and renal tract acute pathology", - "qTBmkavG2bG", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|UTI and renal tract acute pathology", - 1, - 1072 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 117, - "Varicella", - "", - "Varicella", - "", - "", - "", - "", - "", - "", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Varicella", - "dgIaklTiH6m", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Varicella", - 1, - 1073 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 118, - "Violence-related injuries", - "", - "Violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Violence-related injuries", - "mrfLmzfhU5n", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Violence-related injuries", - 1, - 1074 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 119, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Viral haemorrhagic fevers", - "J0j4TX9lqqX", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Viral haemorrhagic fevers", - 1, - 1075 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 120, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Visceral leishmaniasis", - "Cjt04G2FlMe", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Visceral leishmaniasis", - 1, - 1076 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 121, - "Vit A deficiency", - "", - "Vit A deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit A deficiency", - "WyRZR3PNn2u", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit A deficiency", - 1, - 1077 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 122, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit B complex deficiency", - "zUNsdaOjgcv", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit B complex deficiency", - 1, - 1078 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 123, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit C deficiency (scurvy)", - "JATciD21DwF", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit C deficiency (scurvy)", - 1, - 1079 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 124, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit D deficiency (rickets)", - "za2LmUraSRD", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit D deficiency (rickets)", - 1, - 1080 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 125, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Whooping cough", - "LnWb3O0ELPp", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Whooping cough", - 1, - 1081 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 126, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - "", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Yellow fever", - "QJo7brpXC3Z", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Yellow fever", - 1, - 1082 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 127, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other neonatal conditions", - "vW26SgsyQYB", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other neonatal conditions", - 1, - 1083 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute asthma", - "Ezrxj8sEVkd", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute asthma", - 1, - 1084 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute diarrhea (bloody)", - "wHIjteuw2Gc", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (bloody)", - 1, - 1085 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute diarrhea (non-bloody)", - "ZocSqLhwlHA", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (non-bloody)", - 1, - 1086 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute febrile illness (=<7 days)", - "GLs13BnQURD", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute febrile illness (=<7 days)", - 1, - 1087 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute flaccid paralysis", - "MJFGttGUaVX", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute flaccid paralysis", - 1, - 1088 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute jaundice syndrome", - "cqz1DZNiiWp", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute jaundice syndrome", - 1, - 1089 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 7, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bacterial meningitis", - "ZKCmk9TMON5", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bacterial meningitis", - 1, - 1090 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 8, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Burns", - "CM6bNqQE9tk", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Burns", - 1, - 1091 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 9, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cholera (suspected)", - "IrqkKXJ9pL5", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cholera (suspected)", - 1, - 1092 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 10, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cholera confirmed", - "fl3hbTSUUvY", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cholera confirmed", - 1, - 1093 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 11, - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Complicated ear infection", - "tNBupLHGkO1", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Complicated ear infection", - 1, - 1094 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 12, - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Complications of SCD", - "qqdK48VF9V3", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Complications of SCD", - 1, - 1095 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 13, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital or acquired cardiac pathology", - "IQ2vP5mMPRC", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital or acquired cardiac pathology", - 1, - 1096 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 14, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congestive Heart Failure", - "YzS1SrJkpfD", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congestive Heart Failure", - 1, - 1097 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 15, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cutaneous leishmaniosis", - "c9sqPdQq6gZ", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cutaneous leishmaniosis", - 1, - 1098 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 16, - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dengue confirmed", - "JTeymbhEwKU", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dengue confirmed", - 1, - 1099 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 17, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diabetes type 2 and complications", - "Xh2f6F0VSwN", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diabetes type 2 and complications", - 1, - 1100 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 18, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diabetes Type I and complications", - "FQ2EF6qyD3P", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diabetes Type I and complications", - 1, - 1101 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 19, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diarrhea (persistent)", - "T4ZsFEUKokD", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diarrhea (persistent)", - 1, - 1102 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 20, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diphtheria", - "TomHTmV7UU6", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diphtheria", - 1, - 1103 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 21, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Epilepsy - Seizures", - "l3tXrwEXhZv", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Epilepsy - Seizures", - 1, - 1104 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 22, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Extra pulmonary tuberculosis", - "hWuPwQ7mo2s", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Extra pulmonary tuberculosis", - 1, - 1105 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 23, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Eye diseases (including trachoma)", - "KHqb5KzJjv2", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Eye diseases (including trachoma)", - 1, - 1106 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 24, - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Gynaecological cases", - "b6GZG7ray6L", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Gynaecological cases", - 1, - 1107 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 25, - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis A", - "DoJ8USwbWAC", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis A", - 1, - 1108 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 26, - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis B", - "LWL1kdtU2G1", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis B", - 1, - 1109 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 27, - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis Delta", - "Ih6U6uYFdnf", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis Delta", - 1, - 1110 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 28, - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis E", - "TVoVhSXLq5s", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis E", - 1, - 1111 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 29, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "HIV Infection confirmed", - "egbcyosmS3z", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|HIV Infection confirmed", - 1, - 1112 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 30, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hyperreactive splenomegaly due to malaria", - "h2QoZAOi0Vl", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hyperreactive splenomegaly due to malaria", - 1, - 1113 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 31, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Infectious diseases not otherwise classified", - "KUUbE0XOsc2", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Infectious diseases not otherwise classified", - 1, - 1114 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 32, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Lower respiratory tract infection", - "mJv2EIUspLf", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Lower respiratory tract infection", - 1, - 1115 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 33, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Measles (complicated)", - "JMuui1OC4qm", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Measles (complicated)", - 1, - 1116 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 34, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Measles (uncomplicated)", - "F0jfwkECwC6", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Measles (uncomplicated)", - 1, - 1117 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 35, - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Meningeal TB", - "A23Hei7Aqa7", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Meningeal TB", - 1, - 1118 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 36, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Meningitis unspecified", - "f08qUA7VdA8", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Meningitis unspecified", - 1, - 1119 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 37, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Mental and psychiatric conditions", - "BSHRS8ImQPt", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Mental and psychiatric conditions", - 1, - 1120 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 38, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Moderate acute malnutrition", - "vn4rkGBqxVZ", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Moderate acute malnutrition", - 1, - 1121 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 39, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Musculoskeletal conditions (infectious origin)", - "k34KHbDpceV", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (infectious origin)", - 1, - 1122 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 40, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Musculoskeletal conditions (non-infectious)", - "eeIIBA68Qqp", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (non-infectious)", - 1, - 1123 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 41, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Necrotizing & bullous skin infections", - "sDZNxSTQR8R", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Necrotizing & bullous skin infections", - 1, - 1124 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 42, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neglected tropical diseases", - "FvxHIS3jqix", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neglected tropical diseases", - 1, - 1125 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 43, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "r6eWc8I8PDe", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1126 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 44, - "Cerebral palsy/Neuro disability", - "", - "Cerebral palsy/Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cerebral palsy/Neuro disability", - "ddebsmKgy2u", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cerebral palsy/Neuro disability", - 1, - 1127 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 45, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non urgent surgical conditions", - "uwM2sVPtUde", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non urgent surgical conditions", - 1, - 1128 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 46, - "Non violence-related injuries", - "", - "Non violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non violence-related injuries", - "RV6MQD0BaW1", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non violence-related injuries", - 1, - 1129 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 47, - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Obstetric cases", - "wZFYQnbuYkr", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Obstetric cases", - 1, - 1130 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 48, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Oral and digestive severe candidiasis", - "xTrkXo0f3jr", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Oral and digestive severe candidiasis", - 1, - 1131 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 49, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Persistent fever ( >7 days)", - "oQj59DPBYel", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Persistent fever ( >7 days)", - 1, - 1132 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 50, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Poliomyelitis confirmed", - "myLcZsoMRk5", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Poliomyelitis confirmed", - 1, - 1133 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 51, - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Post surgical infections", - "YVDu8NgUd87", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Post surgical infections", - 1, - 1134 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 52, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Pulmonary tuberculosis", - "GuReX44Ib4s", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Pulmonary tuberculosis", - 1, - 1135 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 53, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Rabies", - "RDS6MJMiUtx", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Rabies", - 1, - 1136 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 54, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Kwashiorkor)", - "x8YPDz3YDwK", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1137 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 55, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "mMOlozsbqCr", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1138 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 56, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Marasmus)", - "GZvCeMgWmt4", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus)", - 1, - 1139 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 57, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe malaria", - "UijCKzpfpUH", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe malaria", - 1, - 1140 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 58, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sexual violence / rape", - "LM9t0dDBnIm", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sexual violence / rape", - 1, - 1141 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 59, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sexually transmitted disease (STI)", - "Z1xeGfsZWOQ", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sexually transmitted disease (STI)", - 1, - 1142 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 60, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Shigellosis - Salmonellosis", - "r8DzuoIylch", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Shigellosis - Salmonellosis", - 1, - 1143 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 61, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sickle cell disease", - "JFwUloySp94", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sickle cell disease", - 1, - 1144 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 62, - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Simple malaria", - "l6PDpl6ib86", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Simple malaria", - 1, - 1145 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 63, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Skin and soft tissue conditions", - "BOFkDhGzR8P", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Skin and soft tissue conditions", - 1, - 1146 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 64, - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Snake bites", - "NaxHVYSUOyW", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Snake bites", - 1, - 1147 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 65, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Substance abuse / dependency", - "j3C7Fe8D4qu", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Substance abuse / dependency", - 1, - 1148 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 66, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Suspected or confirmed malignancy", - "WP4YznEWlNQ", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Suspected or confirmed malignancy", - 1, - 1149 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 67, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Tetanus", - "rFwJliVx1S8", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Tetanus", - 1, - 1150 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 68, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Toxicity / poisoning", - "uOjbsLAWUij", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Toxicity / poisoning", - 1, - 1151 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 69, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Typhoid fever", - "NbfUngbPEAP", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Typhoid fever", - 1, - 1152 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 70, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Upper respiratory tract infection", - "OvztRwDtrx1", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Upper respiratory tract infection", - 1, - 1153 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 71, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Urgent surgical conditions", - "BlEaw6hgBhq", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Urgent surgical conditions", - 1, - 1154 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 72, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Urolithiasis / Renal colic", - "WOUU3mmhdHZ", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Urolithiasis / Renal colic", - 1, - 1155 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 73, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "UTI and renal tract acute pathology", - "cNnfA3fFLNr", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|UTI and renal tract acute pathology", - 1, - 1156 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 74, - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Violence-related injuries", - "joxaKH5Rdul", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Violence-related injuries", - 1, - 1157 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 75, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Viral haemorrhagic fevers", - "yHVhPBKD9h2", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Viral haemorrhagic fevers", - 1, - 1158 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 76, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Visceral leishmaniasis", - "Bys1gZTxw4p", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Visceral leishmaniasis", - 1, - 1159 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 77, - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit A deficiency", - "i6JiY1PAEwc", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit A deficiency", - 1, - 1160 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 78, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit B complex deficiency", - "V8ISxvoysXS", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit B complex deficiency", - 1, - 1161 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 79, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit C deficiency (scurvy)", - "iDPCH8hTbBY", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit C deficiency (scurvy)", - 1, - 1162 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 80, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit D deficiency (rickets)", - "ug8Kgv37aSJ", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit D deficiency (rickets)", - 1, - 1163 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 81, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Whooping cough", - "VOFYxJG5Bdy", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Whooping cough", - 1, - 1164 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 82, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Yellow fever", - "RxYDFTlXi7B", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Yellow fever", - 1, - 1165 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 83, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other bites and stings", - "BbDlC8AkR76", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other bites and stings", - 1, - 1166 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 84, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other neurological conditions", - "Sla3XxqZjTc", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other neurological conditions", - 1, - 1167 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 85, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other non communicable diseases", - "IHcB7buq0Lq", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other non communicable diseases", - 1, - 1168 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 86, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other symptoms and abnor. clinical / lab findings", - "yzLYFrzUuy9", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other symptoms and abnor. clinical / lab findings", - 1, - 1169 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 87, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Others", - "wXYdnbu32bf", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Others", - 1, - 1170 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 88, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Covid-19 confirmed", - "pX0VJTMfoAj", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Covid-19 confirmed", - 1, - 1171 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 89, - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Covid-19 probable", - "HIfTGoweruV", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Covid-19 probable", - 1, - 1172 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 90, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Apnoea of prematurity", - "XiCLeKbQyoT", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Apnoea of prematurity", - 1, - 1173 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 91, - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Birth injury", - "WT20v167Xzg", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Birth injury", - 1, - 1174 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 92, - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "COPD", - "d96Q6VDDtGr", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|COPD", - 1, - 1175 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 93, - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bronchiolitis - obstructive bronchitis", - "U8prjAIzmCn", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bronchiolitis - obstructive bronchitis", - 1, - 1176 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 94, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bronchospasm", - "C4L4qbEt5mM", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bronchospasm", - 1, - 1177 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 95, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cardiogenic shock", - "r8xoa1SyGBZ", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cardiogenic shock", - 1, - 1178 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 96, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital herpes virus infection", - "rSiZA1OeamN", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital herpes virus infection", - 1, - 1179 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 97, - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital malaria", - "hGPNkM4Dk4z", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital malaria", - 1, - 1180 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 98, - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital syphilis", - "nfENb30coWb", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital syphilis", - 1, - 1181 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 99, - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dengue suspected", - "ikNcvpbDixr", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dengue suspected", - 1, - 1182 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 100, - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dog bite", - "BIs1jKjLRHN", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dog bite", - 1, - 1183 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 101, - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Febrile convulsions", - "c3O9dECIxOa", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Febrile convulsions", - 1, - 1184 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 102, - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hyperglycemia", - "p5JcLzBGNqp", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hyperglycemia", - 1, - 1185 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 103, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hypoglycemia", - "LJVBk2Zh7hK", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hypoglycemia", - 1, - 1186 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 104, - "hypovolemic_shock", - "", - "hypovolemic_shock", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "hypovolemic_shock", - "WnMpToZF0qr", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|hypovolemic_shock", - 1, - 1187 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 105, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal conjunctivitis", - "MOtQxxicneI", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal conjunctivitis", - 1, - 1188 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 106, - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal convulsions", - "bveva4WEwpk", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal convulsions", - 1, - 1189 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 107, - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal jaundice", - "x3e3eB13HBC", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal jaundice", - 1, - 1190 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 108, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal meconial aspiration", - "ZVbbk05skVn", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal meconial aspiration", - 1, - 1191 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 109, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal Necrotising Enterocolitis", - " ", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal Necrotizing Enterocolitis", - "CV9RoDlgn0w", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal Necrotizing Enterocolitis", - 1, - 1192 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 110, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal pneumonia", - "IuCGFWyFWFO", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumonia", - 1, - 1193 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 111, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal pneumothorax", - "NSSABF8r5q8", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumothorax", - 1, - 1194 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 112, - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal tetanus", - "TOYetOKf4MU", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal tetanus", - 1, - 1195 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 113, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal tuberculosis", - "e9GUiPSsGQC", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal tuberculosis", - 1, - 1196 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 114, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non cardiac congenital pathology", - "GgiffxpUGcR", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non cardiac congenital pathology", - 1, - 1197 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 115, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Newborn to an HIV+ mother", - "o7mxkyOuqRW", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Newborn to an HIV+ mother", - 1, - 1198 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 116, - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Observation", - "q9596NeqFbK", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Observation", - 1, - 1199 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 117, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Perinatal asphyxia and complications", - "C9vdUIZmji0", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Perinatal asphyxia and complications", - 1, - 1200 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 118, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Prematurity and or low birth weight", - "n5bkPzahGYv", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Prematurity and or low birth weight", - 1, - 1201 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 119, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Rheumatic heart disease", - "MndDsJKT02H", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Rheumatic heart disease", - 1, - 1202 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 120, - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Risk of sepsis", - "pOlHPAPSIwG", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Risk of sepsis", - 1, - 1203 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 121, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Septic shock", - "Z4K838xu1el", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Septic shock", - 1, - 1204 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 122, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Shock uspecified", - "DzENG1greCA", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Shock uspecified", - 1, - 1205 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 123, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe anaemia", - "rSM7i2VYQh8", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe anaemia", - 1, - 1206 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 124, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe dehydration", - "hvkuM6He8lg", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe dehydration", - 1, - 1207 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 125, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Transient tachypnoea of the newborn", - "gLpLCbuDJSU", - "transient_tachypnoea_of_the-newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Transient tachypnoea of the newborn", - 1, - 1208 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 126, - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Varicella", - "ZxWtBfYPFaS", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Varicella", - 1, - 1209 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 127, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other neonatal conditions", - "wPLsmkaNgVw", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other neonatal conditions", - 1, - 1210 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute asthma", - "HgX3vXrvsx6", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute asthma", - 1, - 1211 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute diarrhea (bloody)", - "ZpRxFecqnwi", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (bloody)", - 1, - 1212 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute diarrhea (non-bloody)", - "zVgxlrZnnCe", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (non-bloody)", - 1, - 1213 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute febrile illness (=<7 days)", - "J8Vl7BI0QfR", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute febrile illness (=<7 days)", - 1, - 1214 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute flaccid paralysis", - "A7Ex0DFMTYf", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute flaccid paralysis", - 1, - 1215 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute jaundice syndrome", - "GklH62cOq2Z", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute jaundice syndrome", - 1, - 1216 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 7, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bacterial meningitis", - "O9xz3jtr4xg", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bacterial meningitis", - 1, - 1217 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 8, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Burns", - "oeR7NWklyjd", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Burns", - 1, - 1218 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 9, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cholera (suspected)", - "YRAU0iIbNP9", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cholera (suspected)", - 1, - 1219 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 10, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cholera confirmed", - "S46QMarDp5i", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cholera confirmed", - 1, - 1220 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 11, - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Complicated ear infection", - "zdLmANKgrGO", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Complicated ear infection", - 1, - 1221 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 12, - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Complications of SCD", - "vYDgtp7MdTr", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Complications of SCD", - 1, - 1222 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 13, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital or acquired cardiac pathology", - "Jil2qLIrVT9", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital or acquired cardiac pathology", - 1, - 1223 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 14, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congestive Heart Failure", - "Nwd22x068J2", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congestive Heart Failure", - 1, - 1224 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 15, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cutaneous leishmaniosis", - "ftXcV1u3I8T", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cutaneous leishmaniosis", - 1, - 1225 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 16, - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dengue confirmed", - "ZnlAgYg6QR4", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dengue confirmed", - 1, - 1226 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 17, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diabetes type 2 and complications", - "VrNBEbLfvq6", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diabetes type 2 and complications", - 1, - 1227 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 18, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diabetes Type I and complications", - "oSTAIVxmb13", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diabetes Type I and complications", - 1, - 1228 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 19, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diarrhea (persistent)", - "ZmSORuJ7MmO", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diarrhea (persistent)", - 1, - 1229 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 20, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diphtheria", - "FWJi9zFnVVH", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diphtheria", - 1, - 1230 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 21, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Epilepsy - Seizures", - "WYuwK5EiFkc", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Epilepsy - Seizures", - 1, - 1231 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 22, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Extra pulmonary tuberculosis", - "LCWIVKAGXxQ", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Extra pulmonary tuberculosis", - 1, - 1232 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 23, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Eye diseases (including trachoma)", - "yrB1txNoXdz", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Eye diseases (including trachoma)", - 1, - 1233 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 24, - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Gynaecological cases", - "UF0PmdoljJa", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Gynaecological cases", - 1, - 1234 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 25, - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis A", - "kJRN97QTpuD", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis A", - 1, - 1235 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 26, - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis B", - "oPlApOiyRNf", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis B", - 1, - 1236 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 27, - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis Delta", - "iKsXCU378GN", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis Delta", - 1, - 1237 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 28, - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis E", - "daNBQbvb4W6", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis E", - 1, - 1238 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 29, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "HIV Infection confirmed", - "h3VYXiJtitz", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|HIV Infection confirmed", - 1, - 1239 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 30, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hyperreactive splenomegaly due to malaria", - "jmVxSKHbGG8", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hyperreactive splenomegaly due to malaria", - 1, - 1240 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 31, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Infectious diseases not otherwise classified", - "xNduTQgsOKH", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Infectious diseases not otherwise classified", - 1, - 1241 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 32, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Lower respiratory tract infection", - "VmtZbSQZKWB", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Lower respiratory tract infection", - 1, - 1242 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 33, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Measles (complicated)", - "Ldgjz9C0g8E", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Measles (complicated)", - 1, - 1243 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 34, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Measles (uncomplicated)", - "YBqbmTLX7C0", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Measles (uncomplicated)", - 1, - 1244 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 35, - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Meningeal TB", - "HnTQlyQywuD", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Meningeal TB", - 1, - 1245 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 36, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Meningitis unspecified", - "LR0LHjndAXu", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Meningitis unspecified", - 1, - 1246 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 37, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Mental and psychiatric conditions", - "aG0OfBS8ueF", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Mental and psychiatric conditions", - 1, - 1247 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 38, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Moderate acute malnutrition", - "QQaqc8toFYk", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Moderate acute malnutrition", - 1, - 1248 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 39, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Musculoskeletal conditions (infectious origin)", - "bnkjJwvg6iQ", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (infectious origin)", - 1, - 1249 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 40, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Musculoskeletal conditions (non-infectious)", - "J6aEdljbxgr", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (non-infectious)", - 1, - 1250 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 41, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Necrotizing & bullous skin infections", - "utECVhpdUs4", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Necrotizing & bullous skin infections", - 1, - 1251 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 42, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neglected tropical diseases", - "NohI0zAbUc4", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neglected tropical diseases", - 1, - 1252 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 43, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "C1jvKxIjDxj", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1253 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 44, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cerebral palsy - Neuro disability", - "e8eyFjAUlQk", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cerebral palsy - Neuro disability", - 1, - 1254 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 45, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non urgent surgical conditions", - "yeEBnmqXsQl", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non urgent surgical conditions", - 1, - 1255 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 46, - "Non violence-related injuries", - "", - "Non violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non violence-related injuries", - "yIE3xuGdorT", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non violence-related injuries", - 1, - 1256 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 47, - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Obstetric cases", - "lufXrIBxOSO", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Obstetric cases", - 1, - 1257 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 48, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Oral and digestive severe candidiasis", - "byDZOw8AhEH", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Oral and digestive severe candidiasis", - 1, - 1258 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 49, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Persistent fever ( >7 days)", - "ApD01rBFsP7", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Persistent fever ( >7 days)", - 1, - 1259 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 50, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Poliomyelitis confirmed", - "eW1xtCC90c3", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Poliomyelitis confirmed", - 1, - 1260 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 51, - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Post surgical infections", - "uGrIXRfwMwY", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Post surgical infections", - 1, - 1261 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 52, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Pulmonary tuberculosis", - "HJeN29Cv3kc", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Pulmonary tuberculosis", - 1, - 1262 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 53, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Rabies", - "nL9YgpEXOzY", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Rabies", - 1, - 1263 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 54, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Kwashiorkor)", - "NBY05tQ8hQN", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1264 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 55, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "cX41mhUP4hg", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1265 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 56, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Marasmus)", - "yCOLs7TI2Yf", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus)", - 1, - 1266 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 57, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe malaria", - "RqDxjW04LBM", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe malaria", - 1, - 1267 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 58, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sexual violence / rape", - "t9OwU2PBjmi", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sexual violence / rape", - 1, - 1268 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 59, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sexually transmitted disease (STI)", - "rDDzlHmlVfb", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sexually transmitted disease (STI)", - 1, - 1269 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 60, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Shigellosis - Salmonellosis", - "C0RJm1JpNud", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Shigellosis - Salmonellosis", - 1, - 1270 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 61, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sickle cell disease", - "QGLQEmOsLec", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sickle cell disease", - 1, - 1271 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 62, - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Simple malaria", - "q3Grvfn9QGb", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Simple malaria", - 1, - 1272 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 63, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Skin and soft tissue conditions", - "i6qQp5uB0Ko", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Skin and soft tissue conditions", - 1, - 1273 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 64, - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Snake bites", - "It0cW5RQWpE", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Snake bites", - 1, - 1274 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 65, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Substance abuse / dependency", - "jxDmdkqUYzT", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Substance abuse / dependency", - 1, - 1275 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 66, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Suspected or confirmed malignancy", - "SEVS3rGTnWG", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Suspected or confirmed malignancy", - 1, - 1276 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 67, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Tetanus", - "Kr9r979EtHx", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Tetanus", - 1, - 1277 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 68, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Toxicity / poisoning", - "wGTjx3JO66k", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Toxicity / poisoning", - 1, - 1278 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 69, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Typhoid fever", - "ufSbySjV4nf", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Typhoid fever", - 1, - 1279 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 70, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Upper respiratory tract infection", - "UoTji9E533F", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Upper respiratory tract infection", - 1, - 1280 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 71, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Urgent surgical conditions", - "G4GBgpGBv1I", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Urgent surgical conditions", - 1, - 1281 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 72, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Urolithiasis / Renal colic", - "pbbYJwsoExK", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Urolithiasis / Renal colic", - 1, - 1282 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 73, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "UTI and renal tract acute pathology", - "hrtm8XMGsvI", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|UTI and renal tract acute pathology", - 1, - 1283 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 74, - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Violence-related injuries", - "FGVvCNrsZd6", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Violence-related injuries", - 1, - 1284 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 75, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Viral haemorrhagic fevers", - "kVOcCpX2wET", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Viral haemorrhagic fevers", - 1, - 1285 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 76, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Visceral leishmaniasis", - "mWZtlCUSfv9", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Visceral leishmaniasis", - 1, - 1286 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 77, - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit A deficiency", - "Q8QmQpMAnQ4", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit A deficiency", - 1, - 1287 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 78, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit B complex deficiency", - "K970D8cUX8q", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit B complex deficiency", - 1, - 1288 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 79, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit C deficiency (scurvy)", - "M4dWY0whWZ3", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit C deficiency (scurvy)", - 1, - 1289 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 80, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit D deficiency (rickets)", - "Iad4CoXnCTM", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit D deficiency (rickets)", - 1, - 1290 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 81, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Whooping cough", - "PJaiWyUC5Rv", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Whooping cough", - 1, - 1291 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 82, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Yellow fever", - "XTczxMr7cBC", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Yellow fever", - 1, - 1292 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 83, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other bites and stings", - "tMDEcnOrzaS", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other bites and stings", - 1, - 1293 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 84, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other neurological conditions", - "RZ6Gri5POqL", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other neurological conditions", - 1, - 1294 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 85, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other non communicable diseases", - "i3kF3xASTF0", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other non communicable diseases", - 1, - 1295 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 86, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other symptoms and abnor. clinical / lab findings", - "wo6gncCWDt8", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other symptoms and abnor. clinical / lab findings", - 1, - 1296 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 87, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Others", - "SLRzVQxrR6V", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Others", - 1, - 1297 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 88, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Covid-19 confirmed", - "lbR2rz0zKhv", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Covid-19 confirmed", - 1, - 1298 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 89, - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Covid-19 probable", - "AyulwHw3Bj7", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Covid-19 probable", - 1, - 1299 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 90, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Apnoea of prematurity", - "mNPTDvpwGn5", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Apnoea of prematurity", - 1, - 1300 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 91, - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Birth injury", - "oJP7rkoXVg1", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Birth injury", - 1, - 1301 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 92, - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bronchiolitis - obstructive bronchitis", - "Ra4H6sXRGR8", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bronchiolitis - obstructive bronchitis", - 1, - 1302 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 93, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bronchospasm", - "gJSba9WYKcN", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bronchospasm", - 1, - 1303 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 94, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cardiogenic shock", - "EQCt6KPlhXh", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cardiogenic shock", - 1, - 1304 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 95, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital herpes virus infection", - "IEWIHnBHcKW", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital herpes virus infection", - 1, - 1305 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 96, - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital malaria", - "fzD74ridSY3", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital malaria", - 1, - 1306 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 97, - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital syphilis", - "VlGKbqPPcqo", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital syphilis", - 1, - 1307 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 98, - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "COPD", - "VEF2GXOUCGn", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|COPD", - 1, - 1308 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 99, - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dengue suspected", - "ZcJqi7M0sIE", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dengue suspected", - 1, - 1309 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 100, - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dog bite", - "i1cjdEToed4", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dog bite", - 1, - 1310 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 101, - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Febrile convulsions", - "jP8E3Nr5ePF", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Febrile convulsions", - 1, - 1311 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 102, - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hyperglycemia", - "CSFxUSl3Lrp", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hyperglycemia", - 1, - 1312 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 103, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hypoglycemia", - "p94oukUpt38", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hypoglycemia", - 1, - 1313 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 104, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - " ", - " ", - " ", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hypovolemic shock", - "RdQaXExPuHY", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hypovolemic shock", - 1, - 1314 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 105, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal conjunctivitis", - "l9b20GYt8K8", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal conjunctivitis", - 1, - 1315 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 106, - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal convulsions", - "vHdiG2Glz2R", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal convulsions", - 1, - 1316 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 107, - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal jaundice", - "bz0dwSs5R8q", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal jaundice", - 1, - 1317 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 108, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal meconial aspiration", - "F7ph9cAUsjq", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal meconial aspiration", - 1, - 1318 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 109, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal Necrotising Enterocolitis", - " ", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal Necrotizing Enterocolitis", - "PEUNHffrc5r", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal Necrotizing Enterocolitis", - 1, - 1319 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 110, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal pneumonia", - "qfD7Pdor9Ke", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumonia", - 1, - 1320 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 111, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal pneumothorax", - "QnWXeiCqjvs", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumothorax", - 1, - 1321 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 112, - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal tetanus", - "y6Z1pZrll3Z", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal tetanus", - 1, - 1322 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 113, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal tuberculosis", - "hG3VHYjksd7", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal tuberculosis", - 1, - 1323 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 114, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non cardiac congenital pathology", - "kNx7jnB8tpr", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non cardiac congenital pathology", - 1, - 1324 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 115, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Newborn to an HIV+ mother", - "harSVfsnIAt", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Newborn to an HIV+ mother", - 1, - 1325 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 116, - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Observation", - "xW2glpN3ZdI", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Observation", - 1, - 1326 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 117, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Perinatal asphyxia and complications", - "ES9hj5pSPBm", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Perinatal asphyxia and complications", - 1, - 1327 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 118, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Prematurity and or low birth weight", - "ApxIIyzZOvu", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Prematurity and or low birth weight", - 1, - 1328 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 119, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Rheumatic heart disease", - "onaykQ33cTD", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Rheumatic heart disease", - 1, - 1329 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 120, - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Risk of sepsis", - "YeQfOMYWPyl", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Risk of sepsis", - 1, - 1330 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 121, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Septic shock", - "e50oxQBEjFZ", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Septic shock", - 1, - 1331 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 122, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Shock uspecified", - "nduZ755HdUK", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Shock uspecified", - 1, - 1332 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 123, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe anaemia", - "OosWiQ14i4U", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe anaemia", - 1, - 1333 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 124, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe dehydration", - "I49cMnQlRYb", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe dehydration", - 1, - 1334 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 125, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Transient tachypnoea of the newborn", - "o0jzqeTCtcA", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Transient tachypnoea of the newborn", - 1, - 1335 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 126, - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Varicella", - "H6yZB35ROGG", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Varicella", - 1, - 1336 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 127, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other neonatal conditions", - "PFNsVEiE3Mg", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other neonatal conditions", - 1, - 1337 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute asthma", - "bluop7krNFI", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute asthma", - 1, - 1338 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 2, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Non cardiac congenital pathology", - "aVQ2oi3G43Y", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Non cardiac congenital pathology", - 1, - 1339 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 3, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal tuberculosis", - "b52kxhqjmV9", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal tuberculosis", - 1, - 1340 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 4, - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal tetanus", - "WE6lCWupEYy", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal tetanus", - 1, - 1341 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 5, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal pneumothorax", - "HWfmCVKRv3I", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumothorax", - 1, - 1342 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 6, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute diarrhea (bloody)", - "ok2FInOgsTB", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (bloody)", - 1, - 1343 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 7, - "Neonatal ecrotizing enterocolitisn", - "", - "Neonatal ecrotizing enterocolitisn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal ecrotizing enterocolitisn", - "bt1b6Bxj2kF", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal ecrotizing enterocolitisn", - 1, - 1344 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 8, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal meconial aspiration", - "NKVXlNCLf17", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal meconial aspiration", - 1, - 1345 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 9, - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal jaundice", - "MBeU92FooY5", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal jaundice", - 1, - 1346 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 10, - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal convulsions", - "pJNzXChiGXl", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal convulsions", - 1, - 1347 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 11, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal conjunctivitis", - "HT13icXo5YH", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal conjunctivitis", - 1, - 1348 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 12, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal pneumonia", - "tFvK0JjfEok", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumonia", - 1, - 1349 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 13, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute diarrhea (non-bloody)", - "lefj8RM9IfZ", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (non-bloody)", - 1, - 1350 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 14, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute febrile illness (=<7 days)", - "DawDRlElB9F", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute febrile illness (=<7 days)", - 1, - 1351 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 15, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute flaccid paralysis", - "GyhzORItLY8", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute flaccid paralysis", - 1, - 1352 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 16, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute jaundice syndrome", - "xcAffGbjtaI", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute jaundice syndrome", - 1, - 1353 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 17, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Apnoea of prematurity", - "xH3LxnnChOf", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Apnoea of prematurity", - 1, - 1354 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 18, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bacterial meningitis", - "B9xVjlrAWHk", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bacterial meningitis", - 1, - 1355 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 19, - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Birth injury", - "rqX77y5nyBB", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Birth injury", - 1, - 1356 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 20, - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bronchiolitis - obstructive bronchitis", - "jOVk2qkoqyy", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bronchiolitis - obstructive bronchitis", - 1, - 1357 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 21, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bronchospasm", - "XagfsDBPa2U", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bronchospasm", - 1, - 1358 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 22, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Burns", - "b7VwHnEElX4", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Burns", - 1, - 1359 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 23, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cardiogenic shock", - "CLTxVpE2nyA", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cardiogenic shock", - 1, - 1360 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 24, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cerebral palsy - Neuro disability", - "J80kH4PewuI", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cerebral palsy - Neuro disability", - 1, - 1361 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 25, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cholera (suspected)", - "RlzumxPwBd4", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cholera (suspected)", - 1, - 1362 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 26, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cholera confirmed", - "HtM1Sox2Vwj", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cholera confirmed", - 1, - 1363 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 27, - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Complicated ear infection", - "nXBWUIZslkY", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Complicated ear infection", - 1, - 1364 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 28, - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Complications of SCD", - "POa0tRlSuBy", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Complications of SCD", - 1, - 1365 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 29, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital herpes virus infection", - "YLMeuzLogS9", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital herpes virus infection", - 1, - 1366 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 30, - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital malaria", - "QFNeWiHVebh", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital malaria", - 1, - 1367 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 31, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital or acquired cardiac pathology", - "AJ4Xt5rFWGv", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital or acquired cardiac pathology", - 1, - 1368 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 32, - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital syphilis", - "uQkCX2hOxUz", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital syphilis", - 1, - 1369 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 33, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congestive Heart Failure", - "PqbFgrmJdlD", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congestive Heart Failure", - 1, - 1370 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 34, - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "COPD", - "guEVgXa3b6v", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|COPD", - 1, - 1371 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 35, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Covid-19 confirmed", - "ynQdWMHuVnM", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Covid-19 confirmed", - 1, - 1372 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 36, - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Covid-19 probable", - "V51gp9J0zWT", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Covid-19 probable", - 1, - 1373 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 37, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cutaneous leishmaniosis", - "q6Ae06r15Ho", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cutaneous leishmaniosis", - 1, - 1374 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 38, - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dengue confirmed", - "F2XsLwIR6fG", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dengue confirmed", - 1, - 1375 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 39, - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dengue suspected", - "rlGC8uqJdzh", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dengue suspected", - 1, - 1376 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 40, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diabetes type 2 and complications", - "n6mQ1I8sLr1", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diabetes type 2 and complications", - 1, - 1377 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 41, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diabetes Type I and complications", - "LnguSPhlhvw", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diabetes Type I and complications", - 1, - 1378 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 42, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diarrhea (persistent)", - "wIdOQXkA9vZ", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diarrhea (persistent)", - 1, - 1379 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 43, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diphtheria", - "fHN1Fc1XE3x", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diphtheria", - 1, - 1380 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 44, - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dog bite", - "sj85TsVZ3JX", - "dog bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dog bite", - 1, - 1381 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 45, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Epilepsy - Seizures", - "EXN5Y8Bbe4U", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Epilepsy - Seizures", - 1, - 1382 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 46, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Extra pulmonary tuberculosis", - "w4TaclahhD4", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Extra pulmonary tuberculosis", - 1, - 1383 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 47, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Eye diseases (including trachoma)", - "FTJPLScLlnW", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Eye diseases (including trachoma)", - 1, - 1384 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 48, - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Febrile convulsions", - "JH2GCxIGcWf", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Febrile convulsions", - 1, - 1385 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 49, - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Gynaecological cases", - "yjXZddwKmXl", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Gynaecological cases", - 1, - 1386 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 50, - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis A", - "gcSNHIXe5TM", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis A", - 1, - 1387 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 51, - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis B", - "vWZOq83jtyI", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis B", - 1, - 1388 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 52, - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis Delta", - "CTGA8o161O9", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis Delta", - 1, - 1389 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 53, - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis E", - "ZuuL8WkZEGq", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis E", - 1, - 1390 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 54, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "HIV Infection confirmed", - "sTU8qlhaC8h", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|HIV Infection confirmed", - 1, - 1391 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 55, - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hyperglycemia", - "kSePi7ROwlD", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hyperglycemia", - 1, - 1392 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 56, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hyperreactive splenomegaly due to malaria", - "Fx4Tqmp4Aum", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hyperreactive splenomegaly due to malaria", - 1, - 1393 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 57, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hypoglycemia", - "hFiMNaLFQqq", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hypoglycemia", - 1, - 1394 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 58, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - " ", - " ", - " ", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hypovolemic shock", - "zTCrtZh4N4r", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hypovolemic shock", - 1, - 1395 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 59, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Infectious diseases not otherwise classified", - "fvAf7HoLqiZ", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Infectious diseases not otherwise classified", - 1, - 1396 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 60, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Lower respiratory tract infection", - "lWivqa14ywH", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Lower respiratory tract infection", - 1, - 1397 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 61, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Measles (complicated)", - "fA5OLx44Kqy", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Measles (complicated)", - 1, - 1398 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 62, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Measles (uncomplicated)", - "QSGKKKOJgJy", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Measles (uncomplicated)", - 1, - 1399 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 63, - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Meningeal TB", - "IYrzxMo1XdR", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Meningeal TB", - 1, - 1400 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 64, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Meningitis unspecified", - "SHBQIe1fUcx", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Meningitis unspecified", - 1, - 1401 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 65, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Mental and psychiatric conditions", - "Tel9TSdNRKv", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Mental and psychiatric conditions", - 1, - 1402 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 66, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Moderate acute malnutrition", - "Lizb2D5tY6F", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Moderate acute malnutrition", - 1, - 1403 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 67, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Musculoskeletal conditions (infectious origin)", - "C2aGaLQ7wfC", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (infectious origin)", - 1, - 1404 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 68, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Musculoskeletal conditions (non-infectious)", - "xbsxjRVbgFt", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (non-infectious)", - 1, - 1405 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 69, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Necrotizing & bullous skin infections", - "HPgk2Ttjxgu", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Necrotizing & bullous skin infections", - 1, - 1406 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 70, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neglected tropical diseases", - "enxyg6CNRzX", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neglected tropical diseases", - 1, - 1407 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 71, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "jDpjwjOmzYi", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1408 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 72, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Non urgent surgical conditions", - "JS1JiSduXtv", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Non urgent surgical conditions", - 1, - 1409 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 73, - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Obstetric cases", - "VdEPVcQIJ9n", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Obstetric cases", - 1, - 1410 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 74, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Oral and digestive severe candidiasis", - "jv8EoB8Ixcc", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Oral and digestive severe candidiasis", - 1, - 1411 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 75, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other bites and stings", - "gX2JCGQxzrk", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other bites and stings", - 1, - 1412 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 76, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other neurological conditions", - "ltUMXNGhEq8", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other neurological conditions", - 1, - 1413 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 77, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other non communicable diseases", - "ddklpeUOxUt", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other non communicable diseases", - 1, - 1414 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 78, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other symptoms and abnor. clinical / lab findings", - "pASiyT81UCq", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other symptoms and abnor. clinical / lab findings", - 1, - 1415 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 79, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Others", - "Dd15skECALP", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Others", - 1, - 1416 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 80, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Persistent fever ( >7 days)", - "HPg1Uen5FY0", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Persistent fever ( >7 days)", - 1, - 1417 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 81, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Poliomyelitis confirmed", - "YQ8eAJMeeJH", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Poliomyelitis confirmed", - 1, - 1418 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 82, - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Post surgical infections", - "lQqjSIZNH5D", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Post surgical infections", - 1, - 1419 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 83, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Pulmonary tuberculosis", - "nTT9Yte9u1S", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Pulmonary tuberculosis", - 1, - 1420 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 84, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Rabies", - "NcqJU6GvwC2", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Rabies", - 1, - 1421 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 85, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Kwashiorkor)", - "lhvVc3FUCpO", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1422 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 86, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "bZZNGmGmH2F", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1423 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 87, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Marasmus)", - "GlOW8o3i6mR", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus)", - 1, - 1424 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 88, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe malaria", - "LmXWiBEvHwI", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe malaria", - 1, - 1425 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 89, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sexual violence / rape", - "MvS3SDtkUeq", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sexual violence / rape", - 1, - 1426 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 90, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Shigellosis - Salmonellosis", - "J0DdLu2MHDs", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Shigellosis - Salmonellosis", - 1, - 1427 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 91, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sickle cell disease", - "JToZ8urVV4S", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sickle cell disease", - 1, - 1428 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 92, - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Simple malaria", - "gZWPKGZRwcj", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Simple malaria", - 1, - 1429 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 93, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Skin and soft tissue conditions", - "oVCqPof3OrT", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Skin and soft tissue conditions", - 1, - 1430 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 94, - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Snake bites", - "uYnA0pnSaib", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Snake bites", - 1, - 1431 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 95, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Substance abuse / dependency", - "KC9VbPmfCS0", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Substance abuse / dependency", - 1, - 1432 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 96, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Suspected or confirmed malignancy", - "Qx1uLto5yEX", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Suspected or confirmed malignancy", - 1, - 1433 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 97, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Tetanus", - "lIOfRgPuHgD", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Tetanus", - 1, - 1434 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 98, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Toxicity / poisoning", - "WO1S4bWy3kR", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Toxicity / poisoning", - 1, - 1435 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 99, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Typhoid fever", - "ad45MmIrFgH", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Typhoid fever", - 1, - 1436 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 100, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Newborn to an HIV+ mother", - "Wa5DWnrKvGK", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Newborn to an HIV+ mother", - 1, - 1437 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 101, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sexually transmitted disease (STI)", - "Lv66yP6CBue", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sexually transmitted disease (STI)", - 1, - 1438 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 102, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Upper respiratory tract infection", - "hTK6DDFaG6e", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Upper respiratory tract infection", - 1, - 1439 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 103, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Urgent surgical conditions", - "qWULOu2OfQk", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Urgent surgical conditions", - 1, - 1440 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 104, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Urolithiasis / Renal colic", - "OShtoAim3Wg", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Urolithiasis / Renal colic", - 1, - 1441 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 105, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "UTI and renal tract acute pathology", - "MjGSCSxWji8", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|UTI and renal tract acute pathology", - 1, - 1442 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 106, - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Violence-related injuries", - "NCKIOR3jQHw", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Violence-related injuries", - 1, - 1443 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 107, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Viral haemorrhagic fevers", - "kAgodBQdyLK", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Viral haemorrhagic fevers", - 1, - 1444 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 108, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Visceral leishmaniasis", - "OWklY4z4BDt", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Visceral leishmaniasis", - 1, - 1445 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 109, - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit A deficiency", - "CyUW5yS5Rgg", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit A deficiency", - 1, - 1446 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 110, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit B complex deficiency", - "pYEJB8o2qjA", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit B complex deficiency", - 1, - 1447 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 111, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit C deficiency (scurvy)", - "kF6LZEDgeid", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit C deficiency (scurvy)", - 1, - 1448 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 112, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit D deficiency (rickets)", - "W9HFlAbnhhg", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit D deficiency (rickets)", - 1, - 1449 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 113, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Whooping cough", - "U3dzpFQgcmH", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Whooping cough", - 1, - 1450 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 114, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Yellow fever", - "BQ0tEkOuzJ7", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Yellow fever", - 1, - 1451 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 115, - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Observation", - "w3WM30UaV3P", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Observation", - 1, - 1452 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 116, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Perinatal asphyxia and complications", - "zPHUZb5MEJP", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Perinatal asphyxia and complications", - 1, - 1453 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 117, - "Prematurity and/or low birth weight", - "", - "Prematurity and/or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Prematurity and/or low birth weight", - "nbgZIc8oTzY", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Prematurity and/or low birth weight", - 1, - 1454 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 118, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Rheumatic heart disease", - "oGUhgcrpTRz", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Rheumatic heart disease", - 1, - 1455 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 119, - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Risk of sepsis", - "I8SfVL1ISjT", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Risk of sepsis", - 1, - 1456 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 120, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Septic shock", - "Ppv9BTW1HUM", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Septic shock", - 1, - 1457 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 121, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Shock uspecified", - "oxHISHDzfPj", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Shock uspecified", - 1, - 1458 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 122, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe anaemia", - "DY621CqJVK6", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe anaemia", - 1, - 1459 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 123, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe dehydration", - "Km8nbWcG57I", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe dehydration", - 1, - 1460 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 124, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Transient tachypnoea of the newborn", - "duWhWZ2OorT", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Transient tachypnoea of the newborn", - 1, - 1461 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 125, - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Varicella", - "Dx5mvv0dua0", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Varicella", - 1, - 1462 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 126, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other neonatal conditions", - "VqNHFgx2IKp", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other neonatal conditions", - 1, - 1463 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 1, - "Weight/Height", - "", - "", - "Height", - "Patient's height in centimeters.", - "Numeric", - "Finding", - "3fbf0612-8343-4fcd-bc20-7e9d3cb85d6f", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الوزن/الطول", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Weight/Height", - 1, - 1464 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 2, - "BMI", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|BMI", - 1, - 1465 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 3, - "MUAC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|MUAC", - 1, - 1466 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 4, - "Odema", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جفاف العين", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Odema", - 1, - 1467 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 5, - "breastfeeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإفطار/التغذية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|breastfeeding", - 1, - 1468 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 6, - "Moderate + sick", - "", - "", - "Moderate", - "Average in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001888", - 90, - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "3cdef832-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "معتدل + مريض", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Moderate + sick", - 1, - 1469 - ], - [ - 101, - "Three-levels scale", - "", - "Coded", - 1, - "+ ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| + ", - 1, - 1470 - ], - [ - 101, - "Three-levels scale", - "", - "Coded", - 2, - "++", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "++", - "Two plus result (scale of + - ++++)", - "Boolean", - "Finding", - "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| ++", - 1, - 1471 - ], - [ - 101, - "Three-levels scale", - "", - "Coded", - 3, - "+++", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "+++", - "Three plus result (scale + - ++++)", - "Boolean", - "Finding", - "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| +++", - 1, - 1472 - ], - [ - 102, - "Vulnerability criteria - The child is", - "", - "Coded", - 1, - "Adopted", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تم تبني الطفل", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Adopted", - 1, - 1473 - ], - [ - 102, - "Vulnerability criteria - The child is", - "", - "Coded", - 2, - "Twin", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطفل توأم", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Twin", - 1, - 1474 - ], - [ - 102, - "Vulnerability criteria - The child is", - "", - "Coded", - 3, - "Orphan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطفل يتيم", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Orphan", - 1, - 1475 - ], - [ - 103, - "Test result - positive/negative", - "", - "Coded", - 1, - "Positive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موجب", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Test result - positive/negative|Positive", - 1, - 1476 - ], - [ - 103, - "Test result - positive/negative", - "", - "Coded", - 2, - "Negative", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سالب", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Test result - positive/negative|Negative", - 1, - 1477 - ], - [ - 104, - "Feeding - Phase", - "", - "Coded", - 1, - 1, - "", - 1, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|1", - 1, - 1478 - ], - [ - 104, - "Feeding - Phase", - "", - "Coded", - 2, - "Transition", - "", - "Transition", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|Transition", - 1, - 1479 - ], - [ - 104, - "Feeding - Phase", - "", - "Coded", - 3, - 2, - "", - 2, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|2", - 1, - 1480 - ], - [ - 105, - "Feeding - Product", - "", - "Coded", - 1, - "F75", - "", - "F75", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|F75", - 1, - 1481 - ], - [ - 105, - "Feeding - Product", - "", - "Coded", - 2, - "F100", - "", - "F100", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|F100", - 1, - 1482 - ], - [ - 105, - "Feeding - Product", - "", - "Coded", - 3, - "Infant formula", - "", - "Infant formula", - "", - "", - "", - "", - "", - "", - "Infant formula", - "Describes a substance used to feed children.", - "Coded", - "Drug", - "5254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Infant formula", - "Describes a substance used to feed children.", - "Coded", - "Drug", - "3ceb2c7e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|Infant formula", - 1, - 1483 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 1, - 0, - "", - 0, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|0 %", - 1, - 1484 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 2, - 0.25, - "", - 0.25, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|25 %", - 1, - 1485 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 3, - 0.5, - "", - 0.5, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|50 %", - 1, - 1486 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 4, - 0.75, - "", - 0.75, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|75 %", - 1, - 1487 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 5, - 1, - "", - 1, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|100 %", - 1, - 1488 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 1, - "Absent", - "", - "Absent", - "", - "", - "", - "", - "", - "", - "Absent", - "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", - "N/A", - "Misc", - "163747AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Absent", - "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", - "N/A", - "Misc", - "b5410710-123c-49a6-8ccd-75bce3ffa4f1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Absent", - 1, - 1489 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 2, - "Vomiting", - "", - "Vomiting", - "", - "", - "", - "", - "", - "", - "Vomiting", - "The forcible expulsion of the contents of the stomach through the mouth.", - "Coded", - "Diagnosis", - "122983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Vomiting", - "The forcible expulsion of the contents of the stomach through the mouth.", - "N/A", - "Diagnosis", - "3cf1c930-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Vomiting", - 1, - 1490 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 3, - "Refusal", - "", - "Refusal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Refusal", - 1, - 1491 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 4, - "Nasogastric tube", - "", - "Nasogastric tube", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Nasogastric tube", - 1, - 1492 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 5, - "IV fluid", - "", - "IV fluid", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|IV fluid", - 1, - 1493 - ], - [ - "", - "Outcome - Family planning", - "", - "Coded", - "", - "Child alive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Outcome - Family planning|Child alive", - 1, - 1494 - ], - [ - "", - "Outcome - Family planning ", - "", - "Coded", - "", - "Child died", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Outcome - Family planning |Child died", - 1, - 1495 - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Exclusive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Exclusive", - 1, - 1496 - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Mixed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Mixed", - 1, - 1497 - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Bottle", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Bottle", - 1, - 1498 - ], - [ - "", - "FP befor", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "FP befor|Yes", - 1, - 1499 - ], - [ - "", - "FP befor", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "FP befor|No", - 1, - 1500 - ], - [ - "", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|Yes", - 1, - 1501 - ], - [ - "", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|No", - 1, - 1502 - ], - [ - "", - "Have you given birth on the last 4 weeks?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you given birth on the last 4 weeks?|Yes", - 1, - 1503 - ], - [ - "", - "Have you given birth on the last 4 weeks?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you given birth on the last 4 weeks?|No", - 1, - 1504 - ], - [ - "", - "Did your last menstruation period start within the past 7 days?", - "", - "", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Did your last menstruation period start within the past 7 days?|Yes", - 1, - 1505 - ], - [ - "", - "Did your last menstruation period start within the past 7 days?", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Did your last menstruation period start within the past 7 days?|No", - 1, - 1506 - ], - [ - "", - "Have you had an abortion or miscarriage in the past 7 days?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you had an abortion or miscarriage in the past 7 days?|Yes", - 1, - 1507 - ], - [ - "", - "Have you had an abortion or miscarriage in the past 7 days?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you had an abortion or miscarriage in the past 7 days?|No", - 1, - 1508 - ], - [ - "", - "Have you gone without sexual intercourse since your last menstrual period?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you gone without sexual intercourse since your last menstrual period?|Yes", - 1, - 1509 - ], - [ - "", - "Have you gone without sexual intercourse since your last menstrual period?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you gone without sexual intercourse since your last menstrual period?|No", - 1, - 1510 - ], - [ - "", - "Have you been using a reliable contraceptive method consistently AND correctly?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you been using a reliable contraceptive method consistently AND correctly?|Yes", - 1, - 1511 - ], - [ - "", - "Have you been using a reliable contraceptive method consistently AND correctly?", - "", - "", - "", - "No", - " ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you been using a reliable contraceptive method consistently AND correctly?|No", - 1, - 1512 - ], - [ - "", - "The patient has a metod in mind?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "The patient has a metod in mind?|Yes", - 1, - 1513 - ], - [ - "", - "The patient has a metod in mind?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "The patient has a metod in mind?|No", - 1, - 1514 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Very effective", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Very effective", - 1, - 1515 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Breasfeeding<6 month", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Breasfeeding<6 month", - 1, - 1516 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "No children later", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|No children later", - 1, - 1517 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Permanent", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Permanent", - 1, - 1518 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Few side", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Few side", - 1, - 1519 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Nothing to do befor sex", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Nothing to do befor sex", - 1, - 1520 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Use only when needed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Use only when needed", - 1, - 1521 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Avoid touching intimate areas", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Avoid touching intimate areas", - 1, - 1522 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Latex allergy (patient or partner)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Latex allergy (patient or partner)", - 1, - 1523 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Current/history trombembolism", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Current/history trombembolism", - 1, - 1524 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Pregnancy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Pregnancy", - 1, - 1525 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Diabetes for > 20 years", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Diabetes for > 20 years", - 1, - 1526 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Breastfeeding< 6 weeks", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Breastfeeding< 6 weeks", - 1, - 1527 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Smoker > 35 years old", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Smoker > 35 years old", - 1, - 1528 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "BP>160/100", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|BP>160/100", - 1, - 1529 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Unexplained veginal bleeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Unexplained veginal bleeding", - 1, - 1530 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Bleeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Bleeding", - 1, - 1531 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Hyper or dysmenorrhoea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Hyper or dysmenorrhoea", - 1, - 1532 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "History of extra-uterine pregnancy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|History of extra-uterine pregnancy", - 1, - 1533 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Server untreated anaemia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Server untreated anaemia", - 1, - 1534 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Current STI/current PID,HIV + patient on ARV", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Current STI/current PID,HIV + patient on ARV", - 1, - 1535 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "On TB medication", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|On TB medication", - 1, - 1536 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "On Epilepsy medication", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|On Epilepsy medication", - 1, - 1537 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Active liver disease/jaundice", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Active liver disease/jaundice", - 1, - 1538 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "HIV + patient with active ADIS but NOT on ARV", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|HIV + patient with active ADIS but NOT on ARV", - 1, - 1539 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Male condom", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Male condom", - 1, - 1540 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Female condom", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Female condom", - 1, - 1541 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "COC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|COC", - 1, - 1542 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "POP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|POP", - 1, - 1543 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Injectable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Injectable", - 1, - 1544 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Implant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Implant", - 1, - 1545 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "IUD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|IUD", - 1, - 1546 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Tubal ligation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Tubal ligation", - 1, - 1547 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Vasectomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Vasectomy", - 1, - 1548 - ], - [ - "", - "Satisfied with method", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Satisfied with method|Yes", - 1, - 1549 - ], - [ - "", - "Satisfied with method", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Satisfied with method|No", - 1, - 1550 - ], - [ - "", - "Changed bleeding pattern", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Changed bleeding pattern|Yes", - 1, - 1551 - ], - [ - "", - "Changed bleeding pattern", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Changed bleeding pattern|No", - 1, - 1552 - ], - [ - "", - "Headache/dizziness", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Headache/dizziness|Yes", - 1, - 1553 - ], - [ - "", - "Headache/dizziness", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Headache/dizziness|No", - 1, - 1554 - ], - [ - "", - "Nausea/abdominal pain", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Nausea/abdominal pain|Yes", - 1, - 1555 - ], - [ - "", - "Nausea/abdominal pain", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Nausea/abdominal pain|No", - 1, - 1556 - ], - [ - "", - "Breast tender", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breast tender|Yes", - 1, - 1557 - ], - [ - "", - "Breast tender", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breast tender|No", - 1, - 1558 - ], - [ - "", - "Mood changes", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mood changes|Yes", - 1, - 1559 - ], - [ - "", - "Mood changes", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mood changes|No", - 1, - 1560 - ], - [ - "", - "Date to return to first PNC visit", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Date to return to first PNC visit|Full term", - 1, - 1561 - ], - [ - "", - "Date to return to first PNC visit", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Date to return to first PNC visit|Preterm", - 1, - 1562 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Normal", - 1, - 1563 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Manual delivery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Manual delivery", - 1, - 1564 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Episiotomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Episiotomy", - 1, - 1565 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Perineal laceration (tear)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Perineal laceration (tear)", - 1, - 1566 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Hypertension", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Hypertension", - 1, - 1567 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Heart disease", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Heart disease", - 1, - 1568 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Diabetes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Diabetes", - 1, - 1569 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Abdominal surgery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Abdominal surgery", - 1, - 1570 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Sexually transitted infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Sexually transitted infection", - 1, - 1571 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Epilepsy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Epilepsy", - 1, - 1572 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "HIV+", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|HIV+", - 1, - 1573 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Tuberculosis", - 1, - 1574 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Other", - 1, - 1575 - ], - [ - "", - "Present at consultation", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Present at consultation|Yes", - 1, - 1576 - ], - [ - "", - "Present at consultation", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Present at consultation|No", - 1, - 1577 - ], - [ - "", - "Anaemia (conjunctiva, heamoglobin)", - "", - "Coded", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Anaemia (conjunctiva, heamoglobin)|", - 1, - 1578 - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|No", - 1, - 1579 - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "Mild", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|Mild", - 1, - 1580 - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "Severe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|Severe", - 1, - 1581 - ], - [ - "", - "Breasts (e.g infection,enforgement)", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breasts (e.g infection,enforgement)|Normal", - 1, - 1582 - ], - [ - "", - "Breasts (e.g infection,enforgement)", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breasts (e.g infection,enforgement)|Abnormal", - 1, - 1583 - ], - [ - "", - "Sexually transmitted infection", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sexually transmitted infection|Yes", - 1, - 1584 - ], - [ - "", - "Sexually transmitted infection", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sexually transmitted infection|No", - 1, - 1585 - ], - [ - "", - "Time since delivery", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Time since delivery|Normal", - 1, - 1586 - ], - [ - "", - "Time since delivery", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Time since delivery|Abnormal", - 1, - 1587 - ], - [ - "", - "Healing (if laceration,episiotomy of C-section)", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Healing (if laceration,episiotomy of C-section)|Normal", - 1, - 1588 - ], - [ - "", - "Healing (if laceration,episiotomy of C-section)", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Healing (if laceration,episiotomy of C-section)|Abnormal", - 1, - 1589 - ], - [ - "", - "Passing urine or stool", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Passing urine or stool|Normal", - 1, - 1590 - ], - [ - "", - "Passing urine or stool", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Passing urine or stool|Abnormal", - 1, - 1591 - ], - [ - "", - "Mother-infant interaction", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mother-infant interaction|Normal", - 1, - 1592 - ], - [ - "", - "Mother-infant interaction", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mother-infant interaction|Abnormal", - 1, - 1593 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|No", - 1, - 1594 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "MH", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|MH", - 1, - 1595 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "HP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|HP", - 1, - 1596 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "Gyne", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|Gyne", - 1, - 1597 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|Other", - 1, - 1598 - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|No", - 1, - 1599 - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "Referral hospital", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|Referral hospital", - 1, - 1600 - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|Other", - 1, - 1601 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Yes", - 1, - 1602 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "COC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|COC", - 1, - 1603 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "POP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|POP", - 1, - 1604 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "IUD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|IUD", - 1, - 1605 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Implant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Implant", - 1, - 1606 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Condoms", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Condoms", - 1, - 1607 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|No", - 1, - 1608 - ], - [ - "", - "PNC-gestational age:", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-gestational age:|Full term", - 1, - 1609 - ], - [ - "", - "PNC-gestational age:", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-gestational age:|Preterm", - 1, - 1610 - ], - [ - "", - "PNC- gestational age?", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- gestational age?|Full term", - 1, - 1611 - ], - [ - "", - "PNC- gestational age:", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- gestational age:|Preterm", - 1, - 1612 - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Anaemia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Anaemia", - 1, - 1613 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Hypertension/pre-/eclampsia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Hypertension/pre-/eclampsia", - 1, - 1614 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Antepartum hemorrhage", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Antepartum hemorrhage", - 1, - 1615 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Prolonged/obstructed labour", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Prolonged/obstructed labour", - 1, - 1616 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Malpresentation (breach, other)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Malpresentation (breach, other)", - 1, - 1617 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Caesarean section", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Caesarean section", - 1, - 1618 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Instrumental extraction", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Instrumental extraction", - 1, - 1619 - ], - [ - "", - "PNC- Problems-Placenta", - "", - "Coded", - "", - "Norma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems-Placenta|Norma", - 1, - 1620 - ], - [ - "", - "PNC- Problems-Placenta", - "", - "Coded", - "", - "Manual delivery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems-Placenta|Manual delivery", - 1, - 1621 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Episiotomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Episiotomy", - 1, - 1622 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Perineal laceration (tear)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Perineal laceration (tear)", - 1, - 1623 - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Fistula present - management:", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Fistula present - management:", - 1, - 1624 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Postapartum haemorrhage", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Postapartum haemorrhage", - 1, - 1625 - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Other", - 1, - 1626 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Hypertension", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Hypertension", - 1, - 1627 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Heart disease", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Heart disease", - 1, - 1628 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Diabetes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Diabetes", - 1, - 1629 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Abdominal surgery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Abdominal surgery", - 1, - 1630 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Sexually transmitted infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Sexually transmitted infection", - 1, - 1631 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Epilepsy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Epilepsy", - 1, - 1632 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "HIV+", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|HIV+", - 1, - 1633 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Tuberculosis", - 1, - 1634 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|other", - 1, - 1635 - ], - [ - "", - "PNC- present at consultation", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- present at consultation|Yes", - 1, - 1636 - ], - [ - "", - "PNC- present at consultation", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- present at consultation|No", - 1, - 1637 - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|No", - 1, - 1638 - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "Mild", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|Mild", - 1, - 1639 - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "Severe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|Severe", - 1, - 1640 - ] - ], - "formulasR1C1": [ - [ - "", - "", - "", - "", - "", - "", - "", - "", - "Automatch Suggestions from MSF Source", - "", - "", - "", - "", - "", - "Automatch Suggestions from CIEL Source", - "", - "", - "", - "", - "", - "Automatch Suggestions from PIH Source", - "", - "", - "", - "", - "", - "", - "OCL ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "DHIS2", - "", - "", - "", - "", - "", - "", - "", - "", - "OpenFn", - "", - "", - "", - "", - "", - "", - "OptionSet used in…", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - [ - "#", - "OptionSet name", - "Label if different", - "Datatype", - "#", - "Answers", - "External ID", - "Label", - "MSF Source Suggestion", - "MSF Source Description", - "MSF Source Datatype", - "MSF Source Class", - "MSF Source External ID", - "MSF Source Score", - "CIEL Source Suggestion", - "CIEL Source Description", - "CIEL Source Datatype", - "CIEL Source Class", - "CIEL Source External ID", - "CIEL Source Score", - "PIH Source Suggestion", - "PIH Source Description", - "PIH Source Datatype", - "PIH Source Class", - "PIH Source External ID", - "PIH Source Score", - "Concept found", - "OCL validation", - "1st occ.", - "MSF concept ID", - "CIEL concept ID", - "OCL name", - "OCL definition", - "OCL Comments", - "Validation (format)", - "Validation (length)", - "Default value", - "Lower limit", - "Upper limit", - "Skip logic", - "Mandatory", - "PII / Sensitive", - "Anonymization", - "Locale", - "Translation", - "DHIS2 type", - "DHIS2 DE full name", - "DHIS2 DE UID", - "DHIS2 Option Set name", - "DHIS2 Option Set UID", - "DHIS2 Option name", - "DHIS2 Option UID", - "DHIS2 Option code", - "Configuration", - "OMRS Data Value Path", - "OMRS Data Sample", - "Transformation", - "Workflow", - "Expose in OpenFn\nrun logs?", - "Comments", - "Status", - "F00-Registration", - "F01-MHPSS Baseline", - "F02-MHPSS Follow-up", - "F03-mhGAP Baseline", - "F04-mhGAP Follow-up", - "F05-MH Closure", - "F06-MH-PHQ-9", - "F07-ITFC Admission form", - "Key", - "", - "Rank" - ], - [ - 1, - "Sex - All", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Male", - 1, - 1 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 2, - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Female", - 1, - 2 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 3, - "Transgender male", - "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر متحول", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Transgender male", - 1, - 3 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 4, - "Transgender female", - "1226d253-376f-4e73-9ae2-36c7e9362e8b", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى متحولة", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Transgender female", - 1, - 4 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 5, - "Gender variant - Non conforming", - "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معياري", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Gender variant - Non conforming", - 1, - 5 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 6, - "Prefer not to answer", - "245151ca-691e-4d5a-a792-64cb573e2b34", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عدم الإجابة ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Prefer not to answer", - 1, - 6 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 7, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Unknown", - 1, - 7 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 8, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Other", - 1, - 8 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Male", - 1, - 9 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 2, - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Female", - "H61UkMHyNku", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Female", - 1, - 10 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 3, - "Transgender male", - "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر متحول", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Transgender male", - "OcJsz1BOHTf", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Transgender male", - 1, - 11 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 4, - "Transgender female", - "1226d253-376f-4e73-9ae2-36c7e9362e8b", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى متحولة", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Transgender female", - "l8RshnosXNy", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Transgender female", - 1, - 12 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 5, - "Gender variant - Non conforming", - "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معياري", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Gender variant - Non conforming", - "V8RXdmOdY8L", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Gender variant - Non conforming", - 1, - 13 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 6, - "Prefer not to answer", - "245151ca-691e-4d5a-a792-64cb573e2b34", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عدم الإجابة ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Prefer not to answer", - "QQzTV76xGfF", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Prefer not to answer", - 1, - 14 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 7, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Unknown", - "YJw3CPNftrE", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Unknown", - 1, - 15 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Male", - 1, - 16 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 2, - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Female", - "H61UkMHyNku", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Female", - 1, - 17 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 3, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Other", - 1, - 18 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 4, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Unknown", - "YJw3CPNftrE", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Unknown", - 1, - 19 - ], - [ - 4, - "Country", - "", - "Coded", - 1, - "Afghanistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفغانستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Afghanistan", - "diVYBILjUmV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Afghanistan", - 1, - 20 - ], - [ - 4, - "Country", - "", - "Coded", - 2, - "Albania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ألبانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Albania", - "nutwBYPa3c6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Albania", - 1, - 21 - ], - [ - 4, - "Country", - "", - "Coded", - 3, - "Algeria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الجزائر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Algeria", - "vFzGZbjzRgT", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Algeria", - 1, - 22 - ], - [ - 4, - "Country", - "", - "Coded", - 4, - "Angola", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أنغولا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Angola", - "AEZqjWQaHtc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Angola", - 1, - 23 - ], - [ - 4, - "Country", - "", - "Coded", - 5, - "Anguilla", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أنغيلا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Anguilla", - "DzKGZxfc1If", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Anguilla", - 1, - 24 - ], - [ - 4, - "Country", - "", - "Coded", - 6, - "Argentina", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الأرجنتين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Argentina", - "ZtvWa7Lms2D", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Argentina", - 1, - 25 - ], - [ - 4, - "Country", - "", - "Coded", - 7, - "Armenia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أرمينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Armenia", - "fHUrTZCGrsE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Armenia", - 1, - 26 - ], - [ - 4, - "Country", - "", - "Coded", - 8, - "Aruba", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أروبا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Aruba", - "nW24eGST2rr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Aruba", - 1, - 27 - ], - [ - 4, - "Country", - "", - "Coded", - 9, - "Azerbaijan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذربيجان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Azerbaijan", - "yJAD7ZvdPB9", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Azerbaijan", - 1, - 28 - ], - [ - 4, - "Country", - "", - "Coded", - 10, - "Bangladesh", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنغلاديش", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bangladesh", - "w86dbYs43jg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bangladesh", - 1, - 29 - ], - [ - 4, - "Country", - "", - "Coded", - 11, - "Belarus", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بيلاروسيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Belarus", - "sErv1yTCjIk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Belarus", - 1, - 30 - ], - [ - 4, - "Country", - "", - "Coded", - 12, - "Benin", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Benin", - "ONeYUriDrCm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Benin", - 1, - 31 - ], - [ - 4, - "Country", - "", - "Coded", - 13, - "Bhutan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوتان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bhutan", - "p9BIOdMGTz6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bhutan", - 1, - 32 - ], - [ - 4, - "Country", - "", - "Coded", - 14, - "Bolivia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوليفيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bolivia", - "XQ9Wxt2gh20", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bolivia", - 1, - 33 - ], - [ - 4, - "Country", - "", - "Coded", - 15, - "Bosnia and Herzegovina", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "البوسنة والهرسك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bosnia and Herzegovina", - "xSjqYV8ADNi", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bosnia and Herzegovina", - 1, - 34 - ], - [ - 4, - "Country", - "", - "Coded", - 16, - "Botswana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوتسوانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Botswana", - "kiI9Nkhhtsw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Botswana", - 1, - 35 - ], - [ - 4, - "Country", - "", - "Coded", - 17, - "Brazil", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "البرازيل", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Brazil", - "otuaAfFAMm9", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Brazil", - 1, - 36 - ], - [ - 4, - "Country", - "", - "Coded", - 18, - "British Virgin Islands", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جزر فيرجن البريطانية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "British Virgin Islands", - "oGtke47HQjw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|British Virgin Islands", - 1, - 37 - ], - [ - 4, - "Country", - "", - "Coded", - 19, - "Bulgaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بلغاريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bulgaria", - "sxgEvvHGASc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bulgaria", - 1, - 38 - ], - [ - 4, - "Country", - "", - "Coded", - 20, - "Burkina Faso", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوركينا فاسو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Burkina Faso", - "labcPsf6vlS", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Burkina Faso", - 1, - 39 - ], - [ - 4, - "Country", - "", - "Coded", - 21, - "Burundi", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوروندي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Burundi", - "EO7IXBoCRQM", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Burundi", - 1, - 40 - ], - [ - 4, - "Country", - "", - "Coded", - 22, - "Cambodia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كمبوديا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cambodia", - "BssvituAfov", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cambodia", - 1, - 41 - ], - [ - 4, - "Country", - "", - "Coded", - 23, - "Cameroon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكاميرون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cameroon", - "LzxTtERApOy", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cameroon", - 1, - 42 - ], - [ - 4, - "Country", - "", - "Coded", - 24, - "Cape Verde", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الرأس الأخضر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cape Verde", - "HvZxt4vKoOx", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cape Verde", - 1, - 43 - ], - [ - 4, - "Country", - "", - "Coded", - 25, - "Central African Republic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية افريقيا الوسطى", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Central African Republic", - "B09WCauYtJ7", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Central African Republic", - 1, - 44 - ], - [ - 4, - "Country", - "", - "Coded", - 26, - "Chad", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشاد", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Chad", - "JtMeoonLcqo", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Chad", - 1, - 45 - ], - [ - 4, - "Country", - "", - "Coded", - 27, - "Chile", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شيلي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Chile", - "pdTWdFqXStd", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Chile", - 1, - 46 - ], - [ - 4, - "Country", - "", - "Coded", - 28, - "China", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "China", - "CcpigvKey7O", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|China", - 1, - 47 - ], - [ - 4, - "Country", - "", - "Coded", - 29, - "Colombia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كولومبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Colombia", - "zAMRnEi2Yhg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Colombia", - 1, - 48 - ], - [ - 4, - "Country", - "", - "Coded", - 30, - "Comoros", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جزر القمر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Comoros", - "uAyMV131HCO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Comoros", - 1, - 49 - ], - [ - 4, - "Country", - "", - "Coded", - 31, - "Costa Rica", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوستا ريكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Costa Rica", - "vErHiezEajY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Costa Rica", - 1, - 50 - ], - [ - 4, - "Country", - "", - "Coded", - 32, - "Côte d'Ivoire", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوت ديفوار", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Côte d'Ivoire", - "IRepwvOtkII", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Côte d'Ivoire", - 1, - 51 - ], - [ - 4, - "Country", - "", - "Coded", - 33, - "Cuba", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوبا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cuba", - "Mh9Ckr9QhMa", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cuba", - 1, - 52 - ], - [ - 4, - "Country", - "", - "Coded", - 34, - "Djibouti", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جيبوتي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Djibouti", - "cvAMdgckhOk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Djibouti", - 1, - 53 - ], - [ - 4, - "Country", - "", - "Coded", - 35, - "Dominica", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دومينيكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Dominica", - "oC2s7ZiRTv3", - "", - "Family planning - Outcome", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Dominica", - 1, - 54 - ], - [ - 4, - "Country", - "", - "Coded", - 36, - "Dominican Republic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الدومينيكان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Dominican Republic", - "XuXolVGjILU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Dominican Republic", - 1, - 55 - ], - [ - 4, - "Country", - "", - "Coded", - 37, - "DRC Congo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الكونغو الديمقراطية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "DRC Congo", - "hDl6AdC035K", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|DRC Congo", - 1, - 56 - ], - [ - 4, - "Country", - "", - "Coded", - 38, - "East Timor", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تيمور الشرقية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "East Timor", - "l1QF9SxmTEe", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|East Timor", - 1, - 57 - ], - [ - 4, - "Country", - "", - "Coded", - 39, - "Ecuador", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاكوادور", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ecuador", - "gGjltDyQDjq", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ecuador", - 1, - 58 - ], - [ - 4, - "Country", - "", - "Coded", - 40, - "Egypt", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مصر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Egypt", - "xHcq7n4iLjZ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Egypt", - 1, - 59 - ], - [ - 4, - "Country", - "", - "Coded", - 41, - "El Salvador", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلفادور", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "El Salvador", - "oLtI4UknARs", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|El Salvador", - 1, - 60 - ], - [ - 4, - "Country", - "", - "Coded", - 42, - "Equatorial Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا الإستوائية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Equatorial Guinea", - "Sipme5yxx48", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Equatorial Guinea", - 1, - 61 - ], - [ - 4, - "Country", - "", - "Coded", - 43, - "Eritrea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إريتريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Eritrea", - "HkEJcTRqnd5", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Eritrea", - 1, - 62 - ], - [ - 4, - "Country", - "", - "Coded", - 44, - "Ethiopia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أثيوبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ethiopia", - "NYkv05WpCXj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ethiopia", - 1, - 63 - ], - [ - 4, - "Country", - "", - "Coded", - 45, - "Gabon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الجابون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Gabon", - "E84FcVzHZDM", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Gabon", - 1, - 64 - ], - [ - 4, - "Country", - "", - "Coded", - 46, - "Gambia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غامبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Gambia", - "LfPn2DOfRew", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Gambia", - 1, - 65 - ], - [ - 4, - "Country", - "", - "Coded", - 47, - "Georgia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جورجيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Georgia", - "jBklhTXjStK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Georgia", - 1, - 66 - ], - [ - 4, - "Country", - "", - "Coded", - 48, - "Ghana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ghana", - "eO0gTpGne9P", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ghana", - 1, - 67 - ], - [ - 4, - "Country", - "", - "Coded", - 49, - "Greece", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اليونان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Greece", - "JSuVBbvnBwi", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Greece", - 1, - 68 - ], - [ - 4, - "Country", - "", - "Coded", - 50, - "Guam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غوام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guam", - "dVJ1jT4qwhr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guam", - 1, - 69 - ], - [ - 4, - "Country", - "", - "Coded", - 51, - "Guatemala", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غواتيمالا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guatemala", - "rHE2fw0dq78", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guatemala", - 1, - 70 - ], - [ - 4, - "Country", - "", - "Coded", - 52, - "Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guinea", - "Lgo53lIlEFU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guinea", - 1, - 71 - ], - [ - 4, - "Country", - "", - "Coded", - 53, - "Guinea-Bissau", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا بيساو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guinea-Bissau", - "OwuIcXiNnLf", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guinea-Bissau", - 1, - 72 - ], - [ - 4, - "Country", - "", - "Coded", - 54, - "Guyana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غيانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guyana", - "LStaPbnFPxB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guyana", - 1, - 73 - ], - [ - 4, - "Country", - "", - "Coded", - 55, - "Haiti", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هايتي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Haiti", - "WZqpZ6BYYMc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Haiti", - 1, - 74 - ], - [ - 4, - "Country", - "", - "Coded", - 56, - "Honduras", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هندوراس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Honduras", - "yK7fFWtOFmj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Honduras", - 1, - 75 - ], - [ - 4, - "Country", - "", - "Coded", - 57, - "India", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "India", - "vD6J24m3CjP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|India", - 1, - 76 - ], - [ - 4, - "Country", - "", - "Coded", - 58, - "Indonesia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إندونيسيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Indonesia", - "xdeMD7HSXiE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Indonesia", - 1, - 77 - ], - [ - 4, - "Country", - "", - "Coded", - 59, - "Iran", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إيران", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Iran", - "CbnR3yhYXLB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Iran", - 1, - 78 - ], - [ - 4, - "Country", - "", - "Coded", - 60, - "Iraq", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العراق", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Iraq", - "akUZWd42amN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Iraq", - 1, - 79 - ], - [ - 4, - "Country", - "", - "Coded", - 61, - "Jordan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الأردن", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Jordan", - "Tqqf3od9wZw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Jordan", - 1, - 80 - ], - [ - 4, - "Country", - "", - "Coded", - 62, - "Kazakhstan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كازاخستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kazakhstan", - "vUOaYjStGLy", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kazakhstan", - 1, - 81 - ], - [ - 4, - "Country", - "", - "Coded", - 63, - "Kenya", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kenya", - "wHGMztCNS6m", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kenya", - 1, - 82 - ], - [ - 4, - "Country", - "", - "Coded", - 64, - "Kuwait", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكويت", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kuwait", - "eoLtNAlAHZl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kuwait", - 1, - 83 - ], - [ - 4, - "Country", - "", - "Coded", - 65, - "Kyrgyzstan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قيرغيزستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kyrgyzstan", - "a0lJJYryhi4", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kyrgyzstan", - 1, - 84 - ], - [ - 4, - "Country", - "", - "Coded", - 66, - "Laos", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لاوس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Laos", - "uQDRtKY8c5U", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Laos", - 1, - 85 - ], - [ - 4, - "Country", - "", - "Coded", - 67, - "Lebanon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لبنان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Lebanon", - "GJ7m7BCOAOV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Lebanon", - 1, - 86 - ], - [ - 4, - "Country", - "", - "Coded", - 68, - "Lesotho", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليسوتو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Lesotho", - "xTpZ9IdGDaR", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Lesotho", - 1, - 87 - ], - [ - 4, - "Country", - "", - "Coded", - 69, - "Liberia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليبيريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Liberia", - "RYkXhX8vzoZ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Liberia", - 1, - 88 - ], - [ - 4, - "Country", - "", - "Coded", - 70, - "Libya", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Libya", - "kev7mHYfTYY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Libya", - 1, - 89 - ], - [ - 4, - "Country", - "", - "Coded", - 71, - "Macedonia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مقدونيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Macedonia", - "z33jX0aGBTW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Macedonia", - 1, - 90 - ], - [ - 4, - "Country", - "", - "Coded", - 72, - "Madagascar", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مدغشقر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Madagascar", - "x08DzDg5Nqh", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Madagascar", - 1, - 91 - ], - [ - 4, - "Country", - "", - "Coded", - 73, - "Malawi", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ملاوي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Malawi", - "X2FD6vMUbhE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Malawi", - 1, - 92 - ], - [ - 4, - "Country", - "", - "Coded", - 74, - "Malaysia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ماليزيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Malaysia", - "E3RSmm22ZCw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Malaysia", - 1, - 93 - ], - [ - 4, - "Country", - "", - "Coded", - 75, - "Mali", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مالي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mali", - "qWMNMVwW3f6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mali", - 1, - 94 - ], - [ - 4, - "Country", - "", - "Coded", - 76, - "Martinique", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مارتينيك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Martinique", - "OSaI3ynQc2B", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Martinique", - 1, - 95 - ], - [ - 4, - "Country", - "", - "Coded", - 77, - "Mauritania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موريتانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mauritania", - "juWqPkQv0Jm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mauritania", - 1, - 96 - ], - [ - 4, - "Country", - "", - "Coded", - 78, - "Mauritius", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موريشيوس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mauritius", - "QYoc7owgftv", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mauritius", - 1, - 97 - ], - [ - 4, - "Country", - "", - "Coded", - 79, - "Mayotte", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مايوت", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mayotte", - "ynwDAes7aAW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mayotte", - 1, - 98 - ], - [ - 4, - "Country", - "", - "Coded", - 80, - "Mexico", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المكسيك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mexico", - "kmT493hNL5S", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mexico", - 1, - 99 - ], - [ - 4, - "Country", - "", - "Coded", - 81, - "Moldova", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مولدوفا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Moldova", - "fx0DT1autSt", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Moldova", - 1, - 100 - ], - [ - 4, - "Country", - "", - "Coded", - 82, - "Mongolia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منغوليا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mongolia", - "TUgTdt3xIWK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mongolia", - 1, - 101 - ], - [ - 4, - "Country", - "", - "Coded", - 83, - "Morocco", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المغرب", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Morocco", - "L36FJRjmXWL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Morocco", - 1, - 102 - ], - [ - 4, - "Country", - "", - "Coded", - 84, - "Mozambique", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موزمبيق", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mozambique", - "p7nmSATxbN1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mozambique", - 1, - 103 - ], - [ - 4, - "Country", - "", - "Coded", - 85, - "Myanmar", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ميانمار", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Myanmar", - "rYQqfQ7DQbm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Myanmar", - 1, - 104 - ], - [ - 4, - "Country", - "", - "Coded", - 86, - "Namibia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ناميبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Namibia", - "O1zvQatEJp5", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Namibia", - 1, - 105 - ], - [ - 4, - "Country", - "", - "Coded", - 87, - "Nauru", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ناورو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nauru", - "f0yjC5qZlPc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nauru", - 1, - 106 - ], - [ - 4, - "Country", - "", - "Coded", - 88, - "Nepal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيبال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nepal", - "iAFuacwzUvp", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nepal", - 1, - 107 - ], - [ - 4, - "Country", - "", - "Coded", - 89, - "New Caledonia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كاليدونيا الجديدة", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "New Caledonia", - "htSoK0QkB38", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|New Caledonia", - 1, - 108 - ], - [ - 4, - "Country", - "", - "Coded", - 90, - "Nicaragua", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيكاراغوا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nicaragua", - "TM5JHHJSepL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nicaragua", - 1, - 109 - ], - [ - 4, - "Country", - "", - "Coded", - 91, - "Niger", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "النيجر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Niger", - "n6jS263I3fP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Niger", - 1, - 110 - ], - [ - 4, - "Country", - "", - "Coded", - 92, - "Nigeria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيجيريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nigeria", - "yCwLYjhUxYV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nigeria", - 1, - 111 - ], - [ - 4, - "Country", - "", - "Coded", - 93, - "North Korea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوريا الشمالية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "North Korea", - "AaaEWin7qH1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|North Korea", - 1, - 112 - ], - [ - 4, - "Country", - "", - "Coded", - 94, - "Oman", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلطنة عمان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Oman", - "ibsHfsJGGDN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Oman", - 1, - 113 - ], - [ - 4, - "Country", - "", - "Coded", - 95, - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Other", - "CLdu0MxWYHQ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Other", - 1, - 114 - ], - [ - 4, - "Country", - "", - "Coded", - 96, - "Pakistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "باكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Pakistan", - "JYD72Xs1Mzz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Pakistan", - 1, - 115 - ], - [ - 4, - "Country", - "", - "Coded", - 97, - "Palestine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فلسطين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Palestine", - "oXNGgwEJSsY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Palestine", - 1, - 116 - ], - [ - 4, - "Country", - "", - "Coded", - 98, - "Panama", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنما", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Panama", - "zVoWkjxJFbF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Panama", - 1, - 117 - ], - [ - 4, - "Country", - "", - "Coded", - 99, - "Papua New Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بابوا غينيا الجديدة", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Papua New Guinea", - "Z313HJcROSN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Papua New Guinea", - 1, - 118 - ], - [ - 4, - "Country", - "", - "Coded", - 100, - "Paraguay", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "باراجواي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Paraguay", - "hBJq89c5RTj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Paraguay", - 1, - 119 - ], - [ - 4, - "Country", - "", - "Coded", - 101, - "Peru", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بيرو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Peru", - "YTBWmjQr7XP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Peru", - 1, - 120 - ], - [ - 4, - "Country", - "", - "Coded", - 102, - "Philippines", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فيلبيني", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Philippines", - "AdpKVdKRPcR", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Philippines", - 1, - 121 - ], - [ - 4, - "Country", - "", - "Coded", - 103, - "Puerto Rico", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بورتوريكو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Puerto Rico", - "FnQRQn7mgd1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Puerto Rico", - 1, - 122 - ], - [ - 4, - "Country", - "", - "Coded", - 104, - "Republic of Congo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الكونغو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Republic of Congo", - "FhbtKjDWBKO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Republic of Congo", - 1, - 123 - ], - [ - 4, - "Country", - "", - "Coded", - 105, - "Reunion", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمع شمل", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Reunion", - "UTj8ZSh4W0W", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Reunion", - 1, - 124 - ], - [ - 4, - "Country", - "", - "Coded", - 106, - "Romania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "رومانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Romania", - "h4ADgng7o7V", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Romania", - 1, - 125 - ], - [ - 4, - "Country", - "", - "Coded", - 107, - "Rwanda", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "رواندا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Rwanda", - "Fbb3LoX8tN1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Rwanda", - 1, - 126 - ], - [ - 4, - "Country", - "", - "Coded", - 108, - "Samoa", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ساموا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Samoa", - "tdKdNPjLDpW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Samoa", - 1, - 127 - ], - [ - 4, - "Country", - "", - "Coded", - 109, - "Sao Tome and Principe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سان تومي وبرينسيبي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sao Tome and Principe", - "iaxUuGD1Jci", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sao Tome and Principe", - 1, - 128 - ], - [ - 4, - "Country", - "", - "Coded", - 110, - "Saudi Arabia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المملكة العربية السعودية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Saudi Arabia", - "fWuLuHrUlth", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Saudi Arabia", - 1, - 129 - ], - [ - 4, - "Country", - "", - "Coded", - 111, - "Senegal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السنغال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Senegal", - "iIwF5zZHy3y", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Senegal", - 1, - 130 - ], - [ - 4, - "Country", - "", - "Coded", - 112, - "Serbia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صربيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Serbia", - "QZSt8K9rCuC", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Serbia", - 1, - 131 - ], - [ - 4, - "Country", - "", - "Coded", - 113, - "Sierra Leone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سيرا ليون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sierra Leone", - "Zfx8u9hEIEg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sierra Leone", - 1, - 132 - ], - [ - 4, - "Country", - "", - "Coded", - 114, - "Somalia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصومال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Somalia", - "LWk4HhtQw4P", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Somalia", - 1, - 133 - ], - [ - 4, - "Country", - "", - "Coded", - 115, - "South Africa", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جنوب أفريقيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Africa", - "swkvnZvvnKz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Africa", - 1, - 134 - ], - [ - 4, - "Country", - "", - "Coded", - 116, - "South Korea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوريا الجنوبية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Korea", - "Pk7VSPQGxOJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Korea", - 1, - 135 - ], - [ - 4, - "Country", - "", - "Coded", - 117, - "South Sudan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جنوب السودان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Sudan", - "GM7K6uGf0RB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Sudan", - 1, - 136 - ], - [ - 4, - "Country", - "", - "Coded", - 118, - "Sri Lanka", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سيريلانكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sri Lanka", - "X6Uxm9Nvh96", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sri Lanka", - 1, - 137 - ], - [ - 4, - "Country", - "", - "Coded", - 119, - "Sudan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السودان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sudan", - "bh15sTZprwJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sudan", - 1, - 138 - ], - [ - 4, - "Country", - "", - "Coded", - 120, - "Suriname", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سورينام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Suriname", - "L1pJ6lyhkQ3", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Suriname", - 1, - 139 - ], - [ - 4, - "Country", - "", - "Coded", - 121, - "Swaziland", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سوازيلاند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Swaziland", - "hwQ2t3HqPWl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Swaziland", - 1, - 140 - ], - [ - 4, - "Country", - "", - "Coded", - 122, - "Switzerland", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سويسرا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Switzerland", - "p9TZ1E3MwCJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Switzerland", - 1, - 141 - ], - [ - 4, - "Country", - "", - "Coded", - 123, - "Syria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سوريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Syria", - "Le58jNVqE2c", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Syria", - 1, - 142 - ], - [ - 4, - "Country", - "", - "Coded", - 124, - "Tajikistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طاجيكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tajikistan", - "SpY4My0Tfdu", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tajikistan", - 1, - 143 - ], - [ - 4, - "Country", - "", - "Coded", - 125, - "Tanzania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تنزانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tanzania", - "BO39Gyu0pFB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tanzania", - 1, - 144 - ], - [ - 4, - "Country", - "", - "Coded", - 126, - "Thailand", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تايلاند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Thailand", - "OMthLOXkS7R", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Thailand", - 1, - 145 - ], - [ - 4, - "Country", - "", - "Coded", - 127, - "Togo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توجو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Togo", - "ik6DEQokGoX", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Togo", - 1, - 146 - ], - [ - 4, - "Country", - "", - "Coded", - 128, - "Tonga", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تونغا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tonga", - "UwBOdNU0BoN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tonga", - 1, - 147 - ], - [ - 4, - "Country", - "", - "Coded", - 129, - "Tunisia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تونس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tunisia", - "buJMOWwkvTU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tunisia", - 1, - 148 - ], - [ - 4, - "Country", - "", - "Coded", - 130, - "Turkey", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ديك رومى", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Turkey", - "CGZ6aUAdeEg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Turkey", - 1, - 149 - ], - [ - 4, - "Country", - "", - "Coded", - 131, - "Turkmenistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تركمانستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Turkmenistan", - "vveUZtdAZ4b", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Turkmenistan", - 1, - 150 - ], - [ - 4, - "Country", - "", - "Coded", - 132, - "Uganda", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوغندا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uganda", - "HtKHD2UHkqO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uganda", - 1, - 151 - ], - [ - 4, - "Country", - "", - "Coded", - 133, - "Ukraine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوكرانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ukraine", - "tcQzqbOunOH", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ukraine", - 1, - 152 - ], - [ - 4, - "Country", - "", - "Coded", - 134, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مجهول", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Unknown", - "f3HLfWXDLR2", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Unknown", - 1, - 153 - ], - [ - 4, - "Country", - "", - "Coded", - 135, - "Uruguay", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوروغواي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uruguay", - "pgnkiQSCDn3", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uruguay", - 1, - 154 - ], - [ - 4, - "Country", - "", - "Coded", - 136, - "Uzbekistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوزبكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uzbekistan", - "awnJIYW5YtB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uzbekistan", - 1, - 155 - ], - [ - 4, - "Country", - "", - "Coded", - 137, - "Venezuela", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فنزويلا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Venezuela", - "YRQvQP5RcvF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Venezuela", - 1, - 156 - ], - [ - 4, - "Country", - "", - "Coded", - 138, - "Vietnam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فيتنام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Vietnam", - "kqXj8d1FBku", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Vietnam", - 1, - 157 - ], - [ - 4, - "Country", - "", - "Coded", - 139, - "Western Sahara", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصحراء الغربية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Western Sahara", - "TQtN99MXJBl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Western Sahara", - 1, - 158 - ], - [ - 4, - "Country", - "", - "Coded", - 140, - "Yemen", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اليمن", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Yemen", - "Xt3YtysLys1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Yemen", - 1, - 159 - ], - [ - 4, - "Country", - "", - "Coded", - 141, - "Zambia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زامبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Zambia", - "dBdzuz547IL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Zambia", - 1, - 160 - ], - [ - 4, - "Country", - "", - "Coded", - 142, - "Zimbabwe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيمبابوي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Zimbabwe", - "HLkotQtFN2s", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Zimbabwe", - 1, - 161 - ], - [ - 5, - "Current status", - "", - "Coded", - 1, - "IDP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نازح داخل بلده", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "IDP", - "fuqWrHbeLlA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|IDP", - 1, - 162 - ], - [ - 5, - "Current status", - "", - "Coded", - 2, - "Internationally displaced", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نازح خارج البلد", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Internationally displaced", - "l0DYdgTyfjf", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Internationally displaced", - 1, - 163 - ], - [ - 5, - "Current status", - "", - "Coded", - 3, - "Resident", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مقيم", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Resident", - "dHeC0bqKK5X", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Resident", - 1, - 164 - ], - [ - 5, - "Current status", - "", - "Coded", - 4, - "Returnee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائد", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Returnee", - "c7YSTI6DMVz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Returnee", - 1, - 165 - ], - [ - 5, - "Current status", - "", - "Coded", - 5, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Unknown", - "e09Sdzvq7Eb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Unknown", - 1, - 166 - ], - [ - 6, - "Legal status", - "", - "Coded", - 1, - "Asylum seeker", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طالب لجوء", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Asylum seeker", - "OkxNN39DQxK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Asylum seeker", - 1, - 167 - ], - [ - 6, - "Legal status", - "", - "Coded", - 2, - "No status", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا توجد حالة", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "No status", - "Rq1gzUxSuOx", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|No status", - 1, - 168 - ], - [ - 6, - "Legal status", - "", - "Coded", - 3, - "Refugee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لاجئ", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Refugee", - "eCMoEdIoYip", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Refugee", - 1, - 169 - ], - [ - 6, - "Legal status", - "", - "Coded", - 4, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Unknown", - "qIZDudMrl2h", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Unknown", - 1, - 170 - ], - [ - 7, - "Marital status", - "", - "Coded", - 1, - "Single", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اعزب", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Single", - "UWJ3rb4oSIT", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Single", - 1, - 171 - ], - [ - 7, - "Marital status", - "", - "Coded", - 2, - "Married", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "متزوج", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Married", - "KPqHQHHRcCr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Married", - 1, - 172 - ], - [ - 7, - "Marital status", - "", - "Coded", - 3, - "Widowed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ارمل", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Widowed", - "MCDTHvjCcXk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Widowed", - 1, - 173 - ], - [ - 7, - "Marital status", - "", - "Coded", - 4, - "Divorced / separated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مطلق منفصل ", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Divorced / separated", - "Xw72Tt47sh8", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Divorced / separated", - 1, - 174 - ], - [ - 7, - "Marital status", - "", - "Coded", - 5, - "Living with partner", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "معاشرة بدون زواج ", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Concubine", - "N3RUm7QCToz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Living with partner", - 1, - 175 - ], - [ - 7, - "Marital status", - "", - "Coded", - 6, - "Not applicable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا ينطبق", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Not applicable", - "hvQxPXvQTWb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Not applicable", - 1, - 176 - ], - [ - 7, - "Marital status", - "", - "Coded", - 7, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Unknown", - "Wjo2m9cjodd", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Unknown", - 1, - 177 - ], - [ - 8, - "Employment status", - "", - "Coded", - 1, - "Student", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طالب", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Student", - "fo87CWdDTWV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Student", - 1, - 178 - ], - [ - 8, - "Employment status", - "", - "Coded", - 2, - "Permanent employee - full time", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف دائم – دوام كامل", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Permanent employee", - "xr9mD6TPYqb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Permanent employee - full time", - 1, - 179 - ], - [ - 8, - "Employment status", - "", - "Coded", - 3, - "Permanent employee - part time", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف دائم - دوام جزئي", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Permanent employee", - "xr9mD6TPYqb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Permanent employee - part time", - 1, - 180 - ], - [ - 8, - "Employment status", - "", - "Coded", - 4, - "Occasional employee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف مؤقت ", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Occasional employee", - "mvLwMpjazqS", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Occasional employee", - 1, - 181 - ], - [ - 8, - "Employment status", - "", - "Coded", - 5, - "Unemployed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير موظف", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Unemployed", - "cB5Xml6gEy6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Unemployed", - 1, - 182 - ], - [ - 8, - "Employment status", - "", - "Coded", - 6, - "Housework", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عمل منزلي", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Housewife", - "xlN1a7VFrBV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Housework", - 1, - 183 - ], - [ - 8, - "Employment status", - "", - "Coded", - 7, - "Not applicable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا ينطبق", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Not applicable", - "mJT8pyvj9x4", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Not applicable", - 1, - 184 - ], - [ - 8, - "Employment status", - "", - "Coded", - 8, - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Other", - "TSJMPoSPegN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Other", - 1, - 185 - ], - [ - 8, - "Employment status", - "", - "Coded", - 9, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Unknown", - "hQK01FExLdF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Unknown", - 1, - 186 - ], - [ - 9, - "Admission type", - "", - "Coded", - 1, - "New admission", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-2475", - "", - "New admission", - "The process of admitting a patient to facility", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قبول جديد", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "(object.attributeName)", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|New admission", - 1, - 187 - ], - [ - 9, - "Admission type", - "", - "Coded", - 2, - "Readmission", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - "Readmission", - "Re-admission", - "", - "", - "", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - "", - "", - "", - "", - "", - "", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "Use MSF automatch", - "", - "MSF-2474", - "", - "Re-admission", - "The process of being admitted to a facility again", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إعادة القبول", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Readmission", - 1, - 188 - ], - [ - 9, - "Admission type", - "", - "Coded", - 3, - "Relapse", - "", - "Relapse", - "", - "", - "", - "", - "", - "", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - 90, - "Found", - "Use PIH automatch", - "", - "(see CIEL)", - "CIEL-160033", - "Relapse", - "Status of disease, particularly tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انتكاس", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Relapse", - 1, - 189 - ], - [ - 9, - "Admission type", - "", - "Coded", - 4, - "Internal movement", - "", - "Internal movement", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "CIEL-167731", - "Internal facility transfer/referral", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Internal movement", - 1, - 190 - ], - [ - 9, - "Admission type", - "", - "Coded", - 5, - "Patient referred", - "", - "Patient referred", - "", - "", - "", - "", - "", - "", - "Patient referred", - "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", - "Boolean", - "Question", - "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3012", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Patient referred", - 1, - 191 - ], - [ - 10, - "Admission type - MH", - "", - "Coded", - 1, - "New admission", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2475", - "", - "New admission", - "The process of admitting a patient to facility", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ادخال جديد ", - "TEXT", - "Mental Health-Baseline consultation- Admission type", - "rSIazMFEBjD", - "GL - Admission type", - "wTGMuMQQwmQ", - "New admission", - "ytN3iatLPSV", - "new_admission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Admission type - MH|New admission", - 1, - 192 - ], - [ - 10, - "Admission type - MH", - "", - "Coded", - 2, - "Readmission", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - "Readmission", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "", - "", - "MSF-2474", - "", - "Re-admission", - "The process of being admitted to a facility again", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اعادة ادخال", - "TEXT", - "Mental Health-Baseline consultation- Admission type", - "rSIazMFEBjD", - "GL - Admission type", - "wTGMuMQQwmQ", - "Readmission", - "j7Omz3uFWvT", - "readmission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Admission type - MH|Readmission", - 1, - 193 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 1, - "Internal movement", - "", - "Internal movement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Internal movement", - "hbUToWVAaDs", - "internal_movement", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Internal movement", - 1, - 194 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 2, - "New admission", - "", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "New admission", - "wYldfEstUDw", - "new_admission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|New admission", - 1, - 195 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 3, - "Patient referred", - "", - "Patient referred", - " ", - " ", - " ", - " ", - " ", - " ", - "Patient referred", - "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", - "Boolean", - "Question", - "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Patient referred", - "OaPIHkL7Oec", - "patient_referred", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Patient referred", - 1, - 196 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 4, - "Readmission", - "", - "Readmission", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Readmission", - "Rpcv8mgy0LH", - "readmission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Readmission", - 1, - 197 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 5, - "Relapse", - "", - "Relapse", - " ", - " ", - " ", - " ", - " ", - " ", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Relapse", - "k33l9HPo5aJ", - "relapse", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Relapse", - 1, - 198 - ], - [ - 12, - "Admission type - ATFC", - "", - "Coded", - 1, - "New admission", - "", - "", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|New admission", - 1, - 199 - ], - [ - 12, - "Admission type - ATFC", - "", - "Coded", - 2, - "Readmission", - "", - "", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|Readmission", - 1, - 200 - ], - [ - 12, - "Admission type - ATFC", - "", - "Coded", - 3, - "Relapse", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|Relapse", - 1, - 201 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 1, - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فردية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Individual", - 1, - 202 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 2, - "Couple", - "", - "Couple", - "", - "", - "", - "", - "", - "", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ازواج", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Couple", - 1, - 203 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 3, - "Family", - "", - "Family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائلية عدد المرضى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Family", - 1, - 204 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 4, - "Parent-Child", - "", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهل واطفال", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Parent-Child", - 1, - 205 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 1, - "Individual", - "96223dc7-6959-4ea5-a362-c0246d858c87", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1537", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فردية", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Individual", - "JMnQs1hB0kK", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Individual", - 1, - 206 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 2, - "Couple", - "61b32a22-acef-4141-9faa-9c236cdfa978", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ازواج", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Couple", - "mD02hgMyFVD", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Couple", - 1, - 207 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 3, - "Family", - "f16d5d76-155b-453d-bd60-ea8ee4d344e9", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Family", - "hv96C4ctfZI", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Family", - 1, - 208 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 4, - "Parent-Child", - "c39eaa06-6506-49f0-9c4f-c96fa957f9cd", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهل واطفال", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Parent-Child", - "PNWXisyNbE4", - "mother_child", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Parent-Child", - 1, - 209 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 1, - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "فردية", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Individual", - "BWaOLwO6b6A", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Individual", - 1, - 210 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 2, - "Couple", - "", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ازواج", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Couple", - "He6N2xKBXcT", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Couple", - 1, - 211 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 3, - "Family", - "", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Family", - "Njlwl5xyuyO", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Family", - 1, - 212 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 4, - "Parent-Child", - "", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "اهل واطفال", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Parent-Child", - "A1dYYhmV4ob", - "mother_child", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Parent-Child", - 1, - 213 - ], - [ - 16, - "Type of consultation - MH closure", - "", - "Coded", - 1, - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "فردية", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Individual", - "sOoJSyT6ZDO", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Individual", - 1, - 214 - ], - [ - 16, - "Type of consultation - MH closure", - "", - "Coded", - 2, - "Couple", - "", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ازواج", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Couple", - "HTeXUWFE4P6", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Couple", - 1, - 215 - ], - [ - 16, - "Type of consultation - MH closure", - "", - "Coded", - 3, - "Family", - "", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Family", - "VsbQQh86Jlb", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Family", - 1, - 216 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 1, - "Psychologist", - "", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - 95, - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - 95, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Psychologist", - 1, - 217 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 2, - "Counsellor", - "", - "Counsellor", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1568", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Counsellor", - 1, - 218 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 3, - "Psychiatrist", - "", - "Psychiatrist", - "Psychiatrist", - "A medical doctor (an M.D. or D.O.) who specializes in diagnosing and treating disorders related to mental health.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001397", - 95, - "Psychiatrist", - "", - "N/A", - "Misc", - "167061AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Psychiatrist", - 1, - 219 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 4, - "mhGAP clinician", - "", - "mhGAP clinician", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|mhGAP clinician", - 1, - 220 - ], - [ - 18, - "Consultation done by - MHPSS baseline", - "", - "Coded", - 1, - "Psychologist", - "278401ee-3d6f-4c65-9455-f1c16d0a7a98", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - 95, - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "TEXT", - "Mental health-Baseline consultation- Consultation done by", - "WDY6MkQWyHb", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Psychologist", - "gLrTwy3IQX5", - "psychologist", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS baseline|Psychologist", - 1, - 221 - ], - [ - 18, - "Consultation done by - MHPSS baseline", - "", - "Coded", - 2, - "Counsellor", - "fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331", - "Counsellor", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "TEXT", - "Mental health-Baseline consultation- Consultation done by", - "WDY6MkQWyHb", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Counsellor", - "XP6WAfznTX0", - "counsellor", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS baseline|Counsellor", - 1, - 222 - ], - [ - 19, - "Consultation done by - MHPSS follow-up", - "", - "Coded", - 1, - "Psychologist", - "", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - 95, - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "TEXT", - "Mental Health-Follow-up consultation- Consultation done by", - "aCTIvKSNndK", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Psychologist", - "gLrTwy3IQX5", - "psychologist", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS follow-up|Psychologist", - 1, - 223 - ], - [ - 19, - "Consultation done by - MHPSS follow-up", - "", - "Coded", - 2, - "Counsellor", - "", - "Counsellor", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "TEXT", - "Mental Health-Follow-up consultation- Consultation done by", - "aCTIvKSNndK", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Counsellor", - "XP6WAfznTX0", - "counsellor", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS follow-up|Counsellor", - 1, - 224 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 1, - "Health facility", - "", - "Health facility", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 95, - "Found", - "", - "", - "MSF-2578", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منشأة صحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Health facility", - 1, - 225 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 2, - "MSF health facility", - "", - "MSF health facility", - " ", - " ", - " ", - " ", - "", - " ", - " ", - " ", - " ", - " ", - "", - " ", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز صحي تابع لمنظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|MSF health facility", - 1, - 226 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 3, - "Mobile clinic", - "", - "Mobile clinic", - "Mobile clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001400", - 95, - "Mobile clinic", - " ", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Mobile clinic", - "Describes method of new HIV diagnosis.", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "MSF-1000", - "", - "Mobile Clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عيادة متنقلة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Mobile clinic", - 1, - 227 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 4, - "Home visit", - "", - "Home visit", - "Home", - "The place where an individual lives permanently", - "N/A", - "Misc", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - 90, - "Home", - " ", - "N/A", - "Misc", - "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Home visit", - "When a provider goes to the patient's residence", - "N/A", - "Misc", - "be2df0db-e633-4016-aab8-65697bb98f12", - 95, - "Found", - "", - "", - "MSF-1382", - "", - "Home", - "The place where an individual lives permanently, question = Intervention setting", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة منزلية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Home visit", - 1, - 228 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 5, - "School visit", - "", - "School visit", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "School", - "Location of teaching", - "N/A", - "Misc", - "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة مدرسية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|School visit", - 1, - 229 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 6, - "Remote / phone", - "", - "Remote / phone", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-975", - "", - "Telehealth consultation", - "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عن بعد / تلفون", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Remote / phone", - 1, - 230 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 7, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "CIEL-5622", - "Other", - "A generic, descriptive, and non-coded response to a question., CIEL link is broken", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Other", - 1, - 231 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 1, - "Health facility", - "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", - "Health facility", - "", - "", - "", - "", - "", - "", - "Health facility", - "", - "N/A", - "Misc", - "1537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Health facility name", - "", - "", - "", - "162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use MSF manual", - "", - "MSF-2578", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منشأة صحية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Health facility", - "r4XbBWmqXmu", - "health_center", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Health facility", - 1, - 232 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 2, - "MSF health facility", - "41e68dee-a2a3-4e6c-9d96-53def5caff52", - "MSF health facility", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز صحي تابع لمنظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "MSF health facility", - "QjHFWlrDAi3", - "msf_health_facility", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|MSF health facility", - 1, - 233 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 3, - "Mobile clinic", - "48984e47-3e9b-4d8e-a66d-317af5c36f02", - "Mobile clinic", - "Mobile clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001400", - 95, - "Mobile clinic", - "", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Mobile clinic", - "Describes method of new HIV diagnosis.", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use MSF automatch", - "", - "MSF-1000", - "", - "Mobile Clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عيادة متنقلة", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Mobile clinic", - "SENCNKONSMT", - "mobile_clinic", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Mobile clinic", - 1, - 234 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 4, - "Home visit", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - "Home visit", - "Home", - "The place where an individual lives permanently", - "N/A", - "Misc", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - 90, - "Home", - "", - "N/A", - "Misc", - "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Home visit", - "When a provider goes to the patient's residence", - "N/A", - "Misc", - "be2df0db-e633-4016-aab8-65697bb98f12", - 95, - "Found", - "Use PIH automatch", - "", - "MSF-1382", - "", - "Home", - "The place where an individual lives permanently, question = Intervention setting", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة منزلية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Home", - "Klk9UQeoyeM", - "home", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Home visit", - 1, - 235 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 5, - "School visit", - "7091b6ea-7067-4ee3-9f67-8805904e2f61", - "School visit", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "School", - "Location of teaching", - "N/A", - "Misc", - "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة مدرسية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "School", - "mKGlluwx83y", - "school", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|School visit", - 1, - 236 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 6, - "Remote / phone", - "398ce872-5862-4826-bba8-826915eddf98", - "Remote / phone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-975", - "", - "Telehealth consultation", - "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عن بعد / تلفون", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Remote / Phone", - "CL7Yj72PgmV", - "remote_phone", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Remote / phone", - 1, - 237 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 7, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-7", - "CIEL-5622", - "Other", - "A generic, descriptive, and non-coded response to a question., CIEL link is broken", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Other", - "MSRu3TwArTh", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Other", - 1, - 238 - ], - [ - 22, - "Type of Mental Health intervention", - "", - "Coded", - 1, - "Counselling", - "", - "Counselling", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-145", - "", - "", - "", - "Not found in MSF source; possibly use 1405, name = \"Psychosocial counselling\", DEF = \"Counseling provided for psychosocial support.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "استشارة مع مستشار نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Counselling (with counsellor)", - "xUDWMZGGS2l", - "counselling_with_counsellor", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of Mental Health intervention|Counselling", - 1, - 239 - ], - [ - 22, - "Type of Mental Health intervention", - "", - "Coded", - 2, - "Psychotherapy", - "", - "Psychotherapy", - "", - "", - "", - "", - "", - "", - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "a60e6351-d0ee-403b-9467-98fb25bca5db", - 95, - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-163312", - "Psychotherapy", - "No DEF", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "علاج نفسي مع اخصائي نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Psychotherapy (with psychologist)", - "JZwsTTNdzhq", - "psychotherapy_with_psychologist", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of Mental Health intervention|Psychotherapy", - 1, - 240 - ], - [ - 23, - "Type of Mental Health intervention - MHPSS", - "", - "Coded", - 1, - "Counselling", - "08c534b7-c901-46fb-9831-50ecfcd74d1b", - "Counselling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "استشارة مع مستشار نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Counselling (with counsellor)", - "xUDWMZGGS2l", - "counselling_with_counsellor", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of intervention] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of Mental Health intervention - MHPSS|Counselling", - 1, - 241 - ], - [ - 23, - "Type of Mental Health intervention - MHPSS", - "", - "Coded", - 2, - "Psychotherapy", - "aa9c5d82-1ebf-43c7-9218-6766c4affbc4", - "Psychotherapy", - " ", - " ", - " ", - " ", - " ", - " ", - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "a60e6351-d0ee-403b-9467-98fb25bca5db", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-163312", - "Psychotherapy", - "No DEF", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "علاج نفسي مع اخصائي نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Psychotherapy (with psychologist)", - "JZwsTTNdzhq", - "psychotherapy_with_psychologist", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of intervention] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of Mental Health intervention - MHPSS|Psychotherapy", - 1, - 242 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 1, - "IPD MSF", - "", - "IPD MSF", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|IPD MSF", - 1, - 243 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 2, - "Emergency department MSF", - "", - "Emergency department MSF", - "Emergency department", - "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", - "N/A", - "Misc", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - 95, - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الإسعافات لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Emergency department MSF", - 1, - 244 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 3, - "ER", - "", - "ER", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-1383", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|ER", - 1, - 245 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 4, - "MSF ATFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|MSF ATFC", - 1, - 246 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 5, - "Non-MSF ATFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Non-MSF ATFC", - 1, - 247 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 6, - "Primary Health Center MSF", - "", - "Primary Health Center MSF", - "", - "", - "", - "", - "", - "", - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Primary Health Center MSF", - 1, - 248 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 7, - "Health Promotion/sensitization", - "", - "Health Promotion/sensitization", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التوعية الصحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Health Promotion/sensitization", - 1, - 249 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 8, - "Other MSF personnel", - "", - "Other MSF personnel", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1422", - "", - "MSF other", - "Other MSF department or group., question = Source of initial patient referral", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف آخر لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other MSF personnel", - 1, - 250 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 9, - "MSF social worker", - "", - "MSF social worker", - "Social worker", - "", - "", - "", - "MSF-AAAAAA000000000000001398", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل مجتمعي لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|MSF social worker", - 1, - 251 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 10, - "Hospital or Health facility", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-2578", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Hospital or Health facility", - 1, - 252 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 11, - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|SFC", - 1, - 253 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 12, - "Hospital", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مستشفى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Hospital", - 1, - 254 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 13, - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-1385", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|OPD", - 1, - 255 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 14, - "Outreach", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Outreach", - 1, - 256 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 15, - "Other health structure", - "", - "Other health structure", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-164407", - "Other health facility", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز أو منشأة صحية أخرى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other health structure", - 1, - 257 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 16, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other", - 1, - 258 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 17, - "Local health worker (non-MSF)", - "", - "Local health worker (non-MSF)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Local health worker (non-MSF)", - 1, - 259 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 18, - "Institutions (NGOs/Church/IGO)", - "", - "Institutions (NGOs/Church/IGO)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Institutions (NGOs/Church/IGO)", - 1, - 260 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 19, - "NGO", - "", - "NGO", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-48", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|NGO", - 1, - 261 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 20, - "Self-referral", - "", - "Self-referral", - "", - "", - "", - "", - "", - "", - "Self-referred", - "", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1417", - "CIEL-160551", - "Self-referral", - "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "احالة فردية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Self-referral", - 1, - 262 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 21, - "Family member / friend /neighbor", - "", - "Family member / friend /neighbor", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1514", - "", - "", - "", - "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد أفراد العائلة / صديق / جار", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Family member / friend /neighbor", - 1, - 263 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 22, - "Community leader", - "", - "Community leader", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Community leader", - "", - "N/A", - "Misc", - "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", - 95, - "Found", - "Use MSF automatch", - "", - "MSF-981", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد شخصيات المجتمع المحلي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Community leader", - 1, - 264 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 23, - "School / University", - "", - "School / University", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "University", - "Academic institution. Higher learning.", - "N/A", - "Misc", - "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مدرسة/جامعة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|School / University", - 1, - 265 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 24, - "Authorities", - "", - "Authorities", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1005", - "", - "Local authorities", - "The organizations or individuals in charge of the public services for a community.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلطات", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Authorities", - 1, - 266 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 25, - "Legal attorney office", - "", - "Legal attorney office", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "PIH-13470", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب المحاماة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Legal attorney office", - 1, - 267 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 26, - "Prosecutor office", - "", - "Prosecutor office", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب الادعاء", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Prosecutor office", - 1, - 268 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 27, - "Forensic department", - "", - "Forensic department", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الطب الشرعي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Forensic department", - 1, - 269 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 28, - "CHOW (Community Health Outreach Worker)", - "", - "CHOW (Community Health Outreach Worker)", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "CIEL-1555", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "منشط اجتماعي في مجال الرعاية الصحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|CHOW (Community Health Outreach Worker)", - 1, - 270 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 29, - "Community educator", - "", - "Community educator", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "CIEL-1555", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مربي مجتمع", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Community educator", - 1, - 271 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 1, - "IPD MSF", - "d17350e6-12de-4454-b902-58c2fc1e59aa", - "IPD MSF", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3194", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "IPD MSF", - "hUkr13HVkFe", - "inpatient_department", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|IPD MSF", - 1, - 272 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 2, - "Emergency department MSF", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - "Emergency department MSF", - "Emergency department", - "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", - "N/A", - "Misc", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - 95, - "Emergency department", - " ", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الإسعافات لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "ER MSF", - "v1uQIEM3yTP", - "emergency_department", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Emergency department MSF", - 1, - 273 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 3, - "Primary Health Center MSF", - "82815438-a49d-48d7-a67f-dd294aa3c1e2", - "Primary Health Center MSF", - " ", - " ", - " ", - " ", - " ", - " ", - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-3195", - "CIEL-159372", - "MSF Primary Health Center", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Primary Health Center MSF", - "vcsgSPTyIPC", - "primary_health_center", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Primary Health Center MSF", - 1, - 274 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 4, - "Health Promotion/sensitization", - "edb619d5-309f-45db-9521-70fcc22b30aa", - "Health Promotion/sensitization", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التوعية الصحية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "HP / Sensitization", - "xihtGfyAQG9", - "sensitization", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Health Promotion/sensitization", - 1, - 275 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 5, - "Other MSF personnel", - "200a3de4-00a7-4a2e-a113-852013d6f4c5", - "Other MSF personnel", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-3197", - "", - "Other MSF personnel", - "", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف آخر لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Other MSF staff", - "csTGh6JIRmf", - "other_msf_staff", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Other MSF personnel", - 1, - 276 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 6, - "MSF social worker", - "92f7c3e2-89e1-4ebd-9da9-7c2976de815c", - "MSF social worker", - "Social worker", - " ", - " ", - " ", - "MSF-AAAAAA000000000000001398", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3198", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل مجتمعي لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "MSF social worker", - "cuIef31D5QL", - "social_work_msf", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|MSF social worker", - 1, - 277 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 7, - "Other health structure", - "923c6b39-4094-45e4-95ab-b44f7a381980", - "Other health structure", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-3199", - "CIEL-164407", - "Other health facility", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز أو منشأة صحية أخرى", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Other Health Structure", - "bZZjZast35n", - "other_health_structure", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Other health structure", - 1, - 278 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 8, - "Local health worker (non-MSF)", - "54054512-7317-45c4-9494-f74be6ab4549", - "Local health worker (non-MSF)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3200", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Local health worker non MSF", - "NIXRVxxeiLm", - "hw_local", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Local health worker (non-MSF)", - 1, - 279 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 9, - "Institutions (NGOs/Church/IGO)", - "f9688da4-cdcf-4cb3-90c2-263812fa064f", - "Institutions (NGOs/Church/IGO)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3201", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Institutions (Church, NGO, International Agencies)", - "eHP0GjRUPx4", - "institutions_church_ngo_international_agencies", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Institutions (NGOs/Church/IGO)", - 1, - 280 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 10, - "Self-referral", - "8d9386b1-a641-4155-9822-7a06a16aa8e8", - "Self-referral", - " ", - " ", - " ", - " ", - " ", - " ", - "Self-referred", - " ", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-1417", - "CIEL-160551", - "Self-referral", - "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "احالة فردية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Self Referral", - "riMSWiZKZ2Q", - "self_referral", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Self-referral", - 1, - 281 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 11, - "Family member / friend /neighbor", - "a8432309-bc74-4da0-8639-76988c02cbb5", - "Family member / friend /neighbor", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد أفراد العائلة / صديق / جار", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Family / Friend / Neighbor", - "bDu4hsAwaAB", - "family_friend_neighbor", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Family member / friend /neighbor", - 1, - 282 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 12, - "Community leader", - "8b93d848-9e20-41b3-94e5-895a356e5ed7", - "Community leader", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Community leader", - "", - "N/A", - "Misc", - "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", - 95, - "Found", - "", - "", - "MSF-3203", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد شخصيات المجتمع المحلي", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Community leader", - "waFIAukspK9", - "community_leader", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Community leader", - 1, - 283 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 13, - "School / University", - "98b1e458-2d46-4025-b912-7340f9d39610", - "School / University", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "University", - "Academic institution. Higher learning.", - "N/A", - "Misc", - "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-3204", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مدرسة/جامعة", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "School / University", - "ipYSgBna9cP", - "school_university", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|School / University", - 1, - 284 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 14, - "Authorities", - "80575f44-be81-4694-aba4-012999328339", - "Authorities", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1005", - "", - "Local authorities", - "The organizations or individuals in charge of the public services for a community.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلطات", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Authorities", - "gh5agL1I7Nz", - "authorities", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Authorities", - 1, - 285 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 15, - "Legal attorney office", - "14940a46-5cce-4744-ac2a-c2d1fdc64e11", - "Legal attorney office", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب المحاماة", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Legal attorney office", - "DqMj4xwn5EC", - "legal_attorney_office", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Legal attorney office", - 1, - 286 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 16, - "Prosecutor office", - "b989e916-8299-40f6-9a92-c0c8d8e70f20", - "Prosecutor office", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب الادعاء", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Prosecutor office", - "EDDo3uX7Hjp", - "fiscalia_de_la_mujer", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Prosecutor office", - 1, - 287 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 17, - "Forensic department", - "f85b0def-4af3-4901-839d-0a9dc8ace318", - "Forensic department", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الطب الشرعي", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Forensic department", - "qkalVIdgmBS", - "medicina_forense", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Forensic department", - 1, - 288 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 18, - "CHOW (Community Health Outreach Worker)", - "127bfdc9-8059-4421-a3cc-967bfbfee0ce", - "CHOW (Community Health Outreach Worker)", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "منشط اجتماعي في مجال الرعاية الصحية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "CHOW", - "LCk7N10isIp", - "chow", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|CHOW (Community Health Outreach Worker)", - 1, - 289 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 19, - "Community educator", - "410a0731-cb41-4181-9897-6eb9894bf7b8", - "Community educator", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مربي مجتمع", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Community educator", - "PWjmOym543x", - "community_educattor", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Community educator", - 1, - 290 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 1, - "ER", - "", - "ER", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|ER", - 1, - 291 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 2, - "NGO", - "", - "NGO", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منظمة غير حكومية", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "NGO", - "YZPzqNjIjkE", - "ngo", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|NGO", - 1, - 292 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 3, - "MSF ATFC", - "", - "MSF ATFC", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "MSF ATFC", - "eQhl8Cckky0", - "msf_atfc", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|MSF ATFC", - 1, - 293 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 4, - "Non-MSF ATFC", - "", - "Non-MSF ATFC", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Non-MSF ATFC", - "qd0LCPcNoWO", - "non_msf_atfc", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Non-MSF ATFC", - 1, - 294 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 5, - "Hospital or Health facility", - "", - "Hospital or Health facility", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - " ", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مستشفى او منشأة صحية", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Hospital or Health facility", - "TrHSyBJXKcT", - "hospital_health_facility", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Hospital or Health facility", - 1, - 295 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 6, - "Self-referral", - "", - "Self-referral", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Self-referral", - "snH8Rb7148A", - "self_referred", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Self-referral", - 1, - 296 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 7, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Other", - "gyffBI4rHwm", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Other", - 1, - 297 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 1, - "SFC", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|SFC", - 1, - 298 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 2, - "Hospital", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - " ", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مستشفى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Hospital", - 1, - 299 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 3, - "OPD", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|OPD", - 1, - 300 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 4, - "Outreach", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Outreach", - 1, - 301 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 5, - "Self-referred", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "Self-referred", - " ", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "بمفرده / رغبة من المريض", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Self-referred", - 1, - 302 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 6, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Other", - 1, - 303 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 1, - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "464c68b7-0fb0-495c-b931-0c1732b60397", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "UeYsD88aXOb", - "1_1_body_pain_or_complaints", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - 1, - 304 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 2, - "1.2 Eating problems", - "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", - "1.2 Eating problems", - "Eating", - "Coded question of patient's ability to eat.", - "Coded", - "Question", - "MSF-AAAAAA000000000000002835", - 90, - "", - "", - "", - "", - "", - "", - "Eating", - "", - "N/A", - "Misc", - "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1400", - "", - "Eating disorder", - "Disorders characterized by physiological and psychological disturbances in appetite or food intake.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في الأكل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.2 Eating problems", - "u1MYOfo6bZo", - "1_2_eating_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.2 Eating problems", - 1, - 305 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 3, - "1.3 Sleeping problems", - "42966954-f43f-4564-bc59-d9d133e53a75", - "1.3 Sleeping problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-526", - "", - "Sleep disorder", - "Conditions characterized by the disturbance of normal sleep patterns and behaviors. There are a number of sleep disorders that range from trouble falling asleep, to nightmares, sleepwalking, and sleep apnea.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في النوم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.3 Sleeping problems", - "kKLSjMaDB71", - "1_3_sleeping_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.3 Sleeping problems", - 1, - 306 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 4, - "1.4 Bedwetting / retention problems", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "1.4 Bedwetting / retention problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1396", - "CIEL-117211", - "Enuresis", - "Involuntary discharge of urine after the age at which urinary control should have been achieved, CIEL name = Incontinence, no DEF, could also be 'unspecified', 'urinary' or 'stress incontinence'", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التبول أثناء النوم / مشاكل في السلس", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.4 Bedwetting / retention problems", - "W445BWB0GQ3", - "1_4_Bedwetting_retention_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.4 Bedwetting / retention problems", - 1, - 307 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 5, - "1.5 Sexual problems", - "3ba98736-982f-4d9c-a675-f83b180a9f28", - "1.5 Sexual problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1401", - "", - "Sexual disorder", - "Physiological disturbances in normal sexual performance.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل جنسية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.5 Sexual problems", - "qu1XKVn8CUS", - "1_5_sexual_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.5 Sexual problems", - 1, - 308 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 6, - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "28adad48-b45b-46a4-ae94-4cca6118047e", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "PClZEC4W4rM", - "1_6_unexplained_physical_reaction", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - 1, - 309 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 7, - "2.1 Sad mood", - "7f4699e5-e70a-49fb-bf34-c09afa867fdc", - "2.1 Sad mood", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001786", - 90, - "", - "", - "", - "", - "", - "", - "Sad mood", - "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", - "N/A", - "Diagnosis", - "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-1386", - "", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مزاج حزين", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.1 Sad mood", - "XPvA3hyChlA", - "2_1_sad_mood", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.1 Sad mood", - 1, - 310 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 8, - "2.2 Irritability / anger", - "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", - "2.2 Irritability / anger", - "", - "", - "", - "", - "", - "", - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "3cf2a6fc-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1387", - "", - "Irritable mood", - "Abnormal or excessive excitability with easily triggered anger, annoyance, or impatience.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سرعة الضيق / الغضب", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.2 Irritability / anger", - "vprUUUOBopr", - "2_2_irritability_anger", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.2 Irritability / anger", - 1, - 311 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 9, - "2.3 Loss of interest / anhedonia", - "51061bb9-6084-4bb3-b83b-5c234e45b09c", - "2.3 Loss of interest / anhedonia", - "", - "", - "", - "", - "", - "", - "Loss of interest", - "The loss of interest in previously rewarding or enjoyable activities or relationships.", - "N/A", - "Finding", - "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1389", - "", - "Anhedonia", - "The inability to experience pleasure from activities someone usually found enjoyable.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الاهتمام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.3 Loss of interest / anhedonia", - "b4TqJ285UWa", - "2_3_loss_of_interest_anhedonia", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.3 Loss of interest / anhedonia", - 1, - 312 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 10, - "2.4 Hopelessness", - "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", - "2.4 Hopelessness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-892", - "", - "Feeling of hopeless", - "Patient describes feelings of hopeless.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الامل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.4 Hopelessness", - "Rzq6PFcbBa5", - "2_4_hopelessness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.4 Hopelessness", - 1, - 313 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 11, - "2.5 Guilt/self-blame/worthlessness", - "e8166325-9ddc-4739-9452-da63ee7862d2", - "2.5 Guilt/self-blame/worthlessness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-153507", - "Guilty feelings", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.5 Guilt/self-blame/worthlessness", - "QZBfUwIyQm9", - "2_5_guilt_self_blame_worthlessness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.5 Guilt/self-blame/worthlessness", - 1, - 314 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 12, - "2.6 Current suicidal thoughts", - "4f8f7343-f191-4483-bcf9-c60027a6eca8", - "2.6 Current suicidal thoughts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1390", - "", - "Suicidal thoughts", - "Contemplations, wishes, and preoccupations with death and suicide", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.6 Current suicidal thoughts", - "WCyJmoOZsCZ", - "2_6_current_suicidal_thoughts", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.6 Current suicidal thoughts", - 1, - 315 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 13, - "2.7 Recent suicidal attempt", - "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", - "2.7 Recent suicidal attempt", - "", - "", - "", - "", - "", - "", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source, not found exactly in CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.7 Recent suicidal attempt", - "z8jBJ5nYwIS", - "2_7_recent_suicidal_attempt", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.7 Recent suicidal attempt", - 1, - 316 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 14, - "2.8 Recent self-harm", - "003b425a-d8c3-47ed-bbde-45a7c180c0a4", - "2.8 Recent self-harm", - "", - "", - "", - "", - "", - "", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Self-harm exists in MSF and CIEL diagnosis but not 'recent'", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية للذات مؤخراً", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.8 Recent self-harm", - "XzLHZumvFOH", - "2_8_recent_self_harm", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.8 Recent self-harm", - 1, - 317 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 15, - "2.9 Changes in appetite", - "ce47585c-fa23-4de3-9e3a-97f5eb309e72", - "2.9 Changes in appetite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Loss or increase of appetite exist in CIEL but not 'change' only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تغير في الشهية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.9 Lack of appetite", - "Y5NywW5KfoX", - "2_9_lack_of_appetite", - "", - "", - "", - "", - "", - "", - "In Mosul form, \"Changes in appetite\"", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.9 Changes in appetite", - 1, - 318 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 16, - "3.1 Constant stress", - "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", - "3.1 Constant stress", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالضغط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.1 Constant stress", - "YpabM1EGBap", - "3_1_constant_stress", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.1 Constant stress", - 1, - 319 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 17, - "3.2 Persistent worry", - "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", - "3.2 Persistent worry", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-893", - "", - "Feeling constantly worried", - "Patient expresses feeling constantly worried.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالقلق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.2 Persistent worry", - "PsBi8qdxleW", - "3_2_persistent_worry", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.2 Persistent worry", - 1, - 320 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 18, - "3.3 Intense fear / phobia / feeling threatened", - "ae1ab702-fa58-4648-95e4-acca5c9078f7", - "3.3 Intense fear / phobia / feeling threatened", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-894", - "", - "Excessive fear/phobia", - "Aniexty disorders in which the essential feature is persistent and irrational fear of a specific object, activity, or situation that the individual feels compelled to avoid. The individual recognizes the fear as excessive or unreasonable.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "خوف شديد / خوف مرضي / الشعور بالتهديد", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.3 Intense fear / phobia / feeling threatened", - "JDP7sAjWj0r", - "3_3_intense_fear_phobia_feeling_threatened", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.3 Intense fear / phobia / feeling threatened", - 1, - 321 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 19, - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "473f0ea3-92e5-4a99-bbe0-358e371355ee", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Panic attack", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "N/A", - "Diagnosis", - "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "MSF-1634", - "", - "Panic disorder", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "hHoP5vhiGn3", - "3_4_panic_attack", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - 1, - 322 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 20, - "3.5 Compulsive or repetitive behavior", - "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", - "3.5 Compulsive or repetitive behavior", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1392", - "", - "Compulsive behavior", - "The behavior of performing an act persistently and repetitively without it leading to reward or pleasure.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوك وسواسي أو متكرر", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.5 Compulsive or repetitive behavior", - "PgxhapZ8P9E", - "3_5_compulsive_or_repetitive_behavior", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.5 Compulsive or repetitive behavior", - 1, - 323 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 21, - "4.1 Intrusive feelings, thoughts", - "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", - "4.1 Intrusive feelings, thoughts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-897", - "", - "Intrusive thoughts", - "Unwanted thoughts or mental images that make the patient feel uncomfortable.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار تطفلية أو اقتحامية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.1 Intrusive feelings thoughts", - "sFbWwoZbiSF", - "4_1_intrusive_feelings_thoughts", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.1 Intrusive feelings, thoughts", - 1, - 324 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 22, - "4.2 Flashbacks", - "c60a75c9-2ee9-4fb2-af53-6d730e45f074", - "4.2 Flashbacks", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001794", - 90, - "Flashbacks", - "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", - "N/A", - "Diagnosis", - "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1394", - "", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ومضات من الماضي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.2 Flashbacks", - "FibcXxxITz4", - "4_2_flashbacks", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.2 Flashbacks", - 1, - 325 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 23, - "4.3 Avoidance of traumatic stimuli", - "94083de5-2603-4b26-a6d8-ec4459f9eced", - "4.3 Avoidance of traumatic stimuli", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-898", - "", - "Avoidance behaviour", - "Behavioural acts that enable a patient to avoid anticipated unplesant or painful situations, stimuli, or events.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تجنب المحفزات المرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.3 Avoidance of traumatic stimuli", - "TzFciNtGU4L", - "4_3_avoidance_of_traumatic_stimuli", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.3 Avoidance of traumatic stimuli", - 1, - 326 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 24, - "4.4 Hypervigilance / excessive startle response", - "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", - "4.4 Hypervigilance / excessive startle response", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-907", - "", - "Hyper-vigilance", - "Patient is highly alert and displaying behaviors to avoid or prevent danger.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرط اليقظة / استجابة إجفالية شديدة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.4 Hypervigilance / excessive startle response", - "Uhj6bkTtm2b", - "4_4_hypervigilance_excessive_startle_response", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.4 Hypervigilance / excessive startle response", - 1, - 327 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 25, - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check, name = \"Hallucinations\", DEF = \"Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "DqF1son0fxy", - "4_5_trauma_related_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - 1, - 328 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 26, - "4.6 Child has stopped talking", - "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", - "4.6 Child has stopped talking", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3218", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'language' problems in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف الطفل عن الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.6 Child has stopped talking", - "xrr1xtIehD9", - "4_6_child_has_stopped_talking", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.6 Child has stopped talking", - 1, - 329 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 27, - "5.1 Delusions (false beliefs)", - "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", - "5.1 Delusions (false beliefs)", - "", - "", - "", - "", - "", - "", - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use CIEL automatch", - "", - "MSF-497", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوهام (معتقدات خاطئة)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.1 Delusions (false beliefs)", - "vAcyKlSrQOK", - "5_1_delusions", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.1 Delusions (false beliefs)", - 1, - 330 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 28, - "5.2 Visual hallucinations", - "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", - "5.2 Visual hallucinations", - "", - "", - "", - "", - "", - "", - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use CIEL automatch", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check name and definition", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات بصرية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.2 Visual hallucinations", - "lsyUg99Xik2", - "5_2_visual_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.2 Visual hallucinations", - 1, - 331 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 29, - "5.3 Auditory hallucinations", - "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", - "5.3 Auditory hallucinations", - "", - "", - "", - "", - "", - "", - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use CIEL automatch", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check name", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات سمعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.3 Auditory hallucinations", - "BPYqkKFsav2", - "5_3_auditory_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.3 Auditory hallucinations", - 1, - 332 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 30, - "5.4 Disorganized thought /speech", - "dfaf113c-72f2-4865-81c9-31aba9e95a74", - "5.4 Disorganized thought /speech", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-903", - "", - "Disorganized thoughts", - "The paitent cannot control their thoughts or express themself well, which makes relating to others difficult.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشتت الأفكار / الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.4 Disorganized thought /speech", - "f50m0IXJNZ1", - "5_4_disorganized_thought_speech", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.4 Disorganized thought /speech", - 1, - 333 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 31, - "5.5 Bizarre behavior", - "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", - "5.5 Bizarre behavior", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-464", - "", - "Abnormal behaviour", - "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوكيات غريبة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.5 Bizarre behavior", - "SSaShXgyswX", - "5_5_bizarre_behavior", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.5 Bizarre behavior", - 1, - 334 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 32, - "5.6 Psychotic agitation", - "cda4f471-1da9-4192-8f26-ecec35775d5a", - "5.6 Psychotic agitation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3221", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'Agitation' or 'Psychomotor agitation' in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور ذهاني بالضيق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.6 Psychotic agitation", - "BbQwHHYdAtY", - "5_6_psychotic_agitation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.6 Psychotic agitation", - 1, - 335 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 33, - "6.1 Problems with concentration, memory or reasoning", - "44274d50-bb85-4f20-9b55-d08f60343c38", - "6.1 Problems with concentration, memory or reasoning", - "", - "", - "", - "", - "", - "", - "concentration", - "Used to describe a concentration in a DST test. Maps to datatype double. ", - "Numeric", - "Misc", - "160047AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-1403/1404/906", - "", - "", - "", - "Check - different items and different classes grouped; names = \"Lack of concentration\", \"Lack of memory\", \"Difficulty reasoning\", DEFs = \"The inability to focus on tasks.\", \"Disturbances in registering an impression, in the retention of an acquired impression, or in the recall of an impression.\", \"Patient has difficulty thinking about things in a logical, sensible way.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في التركيز، أو التذكر، أو التفكير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.1 Problems with concentration memory or reasoning", - "HxamZeSwli0", - "6_1_problems_with_concentration_memory_or_reasoning", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.1 Problems with concentration, memory or reasoning", - 1, - 336 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 34, - "6.2 Delayed development (milestones)", - "66e446ee-8f82-4f2a-808f-00d664ac92de", - "6.2 Delayed development (milestones)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-6022", - "Delayed milestones", - "Delay in a set of functional skills or age-specific tasks that most children can do by a certain age range.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تأخر في التطور (المحطات الإنجازية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.2 Delayed development (milestones)", - "zAXxqqhE7hH", - "6_2_delayed_development", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.2 Delayed development (milestones)", - 1, - 337 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 35, - "6.3 Abnormal social interaction and communication", - "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", - "6.3 Abnormal social interaction and communication", - "Abnormal", - "A result that deviates from the standard or what is expected.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001333", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd75230-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3225", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'Social Maladjustment' in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تواصل اجتماعي غير طبيعي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.3 Abnormal social interaction and communication", - "p1PiLH5LcpL", - "6_3_abnormal_social_interaction_and_communication", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.3 Abnormal social interaction and communication", - 1, - 338 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 36, - "6.4 Learning difficulties", - "9240ed56-8ba2-4ef2-b42f-e84179fcc333", - "6.4 Learning difficulties", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-5550", - "Learning problems", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبات في التعلم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.4 Learning difficulties", - "ov5D4toFD3q", - "6_4_learning_difficulties", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.4 Learning difficulties", - 1, - 339 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 37, - "6.5 Epileptic seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "6.5 Epileptic seizures", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000420", - 90, - "Epileptic seizure", - "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", - "N/A", - "Diagnosis", - "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-420", - "", - "Epileptic seizures", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.5 Epileptic seizures", - "dpdekdgiUMZ", - "6_5_epileptic_seizures", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.5 Epileptic seizures", - 1, - 340 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 38, - "7.1 Alcohol / substance abuse", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "7.1 Alcohol / substance abuse", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-2457", - "", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعاطي الكحول / العقاقير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.1 Alcohol / substance abuse", - "u6J5PRo76eL", - "7_1_alcohol_substance_abuse", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.1 Alcohol / substance abuse", - 1, - 341 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 39, - "7.2 Aggressiveness", - "977e8c6f-befa-4af3-87e1-1d29a57450c1", - "7.2 Aggressiveness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-2877", - "", - "Aggressive behavior", - "A form of behavior which leads to self-assertion; it may arise from innate drives and/or a response to frustration; may be manifested by destructive and attacking behavior, by covert attitudes of hostility and obstructionism, or by healthy self-expressive drive to mastery. (Dorland 27th ed)", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العدائية او الهجومية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.2 Aggressiveness", - "ZJKWvyAYFU4", - "7_2_aggressiveness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.2 Aggressiveness", - 1, - 342 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 40, - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-464", - "", - "Abnormal behaviour", - "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.Pediatric paitent displays a behavioral problem.", - "Check name", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "XwiwuWP5Sze", - "7_3_conduct_problems_in_children", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - 1, - 343 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 41, - "7.4 Hypo- or hyperactivity", - "520eccda-99f4-4cab-950b-260cfe3ab767", - "7.4 Hypo- or hyperactivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3226", - "", - "", - "", - "Includes MSF1397 (Hyperactivity), nothing found for hypoactivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قلة او فرط النشاط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.4 Hypo or hyperactivity", - "D655HPkg8Sw", - "7_4_hypo_or_hyperactivity", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.4 Hypo- or hyperactivity", - 1, - 344 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 42, - "7.5 Impulsivity", - "12723e41-2955-4917-971c-7f05849412d7", - "7.5 Impulsivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-156762", - "Impulsiveness", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاندفاعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.5 Impulsivity", - "L6gwT6cBFEk", - "7_5_impulsivity", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.5 Impulsivity", - 1, - 345 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 43, - "7.6 Regression in development", - "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", - "7.6 Regression in development", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-901", - "", - "Regression in development in child", - "Loss of developmental milestones in a child during and/or after hospitalization.", - "Check class = Finding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الارتكاس في التطور", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.6 Regression in development", - "rhQpTzDeQPW", - "7_6_regression_in_development", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.6 Regression in development", - 1, - 346 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 44, - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "", - "", - "", - "", - "", - "", - "Social withdrawal", - "", - "N/A", - "Diagnosis", - "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-126307", - "Social withdrawal", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "xBuK70tTHrj", - "7_7_social_withdrawal", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.7 Social withdrawal (isolation/reduced attachment/involvement)", - 1, - 347 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 45, - "8.1 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8.1 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "8.1 Other (specify)", - "tkP1jOd01Pn", - "8_1_other", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|8.1 Other", - 1, - 348 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 1, - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "464c68b7-0fb0-495c-b931-0c1732b60397", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "UeYsD88aXOb", - "1_1_body_pain_or_complaints", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - 1, - 349 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 2, - "1.2 Eating problems", - "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", - "1.2 Eating problems", - "Eating", - "Coded question of patient's ability to eat.", - "Coded", - "Question", - "MSF-AAAAAA000000000000002835", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Eating", - "", - "N/A", - "Misc", - "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في الأكل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.2 Eating problems", - "u1MYOfo6bZo", - "1_2_eating_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.2 Eating problems", - 1, - 350 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 3, - "1.3 Sleeping problems", - "42966954-f43f-4564-bc59-d9d133e53a75", - "1.3 Sleeping problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في النوم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.3 Sleeping problems", - "kKLSjMaDB71", - "1_3_sleeping_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.3 Sleeping problems", - 1, - 351 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 4, - "1.4 Bedwetting / retention problems", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "1.4 Bedwetting / retention problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التبول أثناء النوم / مشاكل في السلس", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.4 Bedwetting / retention problems", - "W445BWB0GQ3", - "1_4_Bedwetting_retention_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.4 Bedwetting / retention problems", - 1, - 352 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 5, - "1.5 Sexual problems", - "3ba98736-982f-4d9c-a675-f83b180a9f28", - "1.5 Sexual problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل جنسية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.5 Sexual problems", - "qu1XKVn8CUS", - "1_5_sexual_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.5 Sexual problems", - 1, - 353 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 6, - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "28adad48-b45b-46a4-ae94-4cca6118047e", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "PClZEC4W4rM", - "1_6_unexplained_physical_reaction", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - 1, - 354 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 1, - "2.1 Sad mood", - "7f4699e5-e70a-49fb-bf34-c09afa867fdc", - "2.1 Sad mood", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001786", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Sad mood", - "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", - "N/A", - "Diagnosis", - "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مزاج حزين", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.1 Sad mood", - "XPvA3hyChlA", - "2_1_sad_mood", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.1 Sad mood", - 1, - 355 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 2, - "2.2 Irritability / anger", - "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", - "2.2 Irritability / anger", - " ", - " ", - " ", - " ", - " ", - " ", - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "3cf2a6fc-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سرعة الضيق / الغضب", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.2 Irritability / anger", - "vprUUUOBopr", - "2_2_irritability_anger", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.2 Irritability / anger", - 1, - 356 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 3, - "2.3 Loss of interest / anhedonia", - "51061bb9-6084-4bb3-b83b-5c234e45b09c", - "2.3 Loss of interest / anhedonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Loss of interest", - "The loss of interest in previously rewarding or enjoyable activities or relationships.", - "N/A", - "Finding", - "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الاهتمام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.3 Loss of interest / anhedonia", - "b4TqJ285UWa", - "2_3_loss_of_interest_anhedonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.3 Loss of interest / anhedonia", - 1, - 357 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 4, - "2.4 Hopelessness", - "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", - "2.4 Hopelessness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الامل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.4 Hopelessness", - "Rzq6PFcbBa5", - "2_4_hopelessness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.4 Hopelessness", - 1, - 358 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 5, - "2.5 Guilt/self-blame/worthlessness", - "e8166325-9ddc-4739-9452-da63ee7862d2", - "2.5 Guilt/self-blame/worthlessness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.5 Guilt/self-blame/worthlessness", - "QZBfUwIyQm9", - "2_5_guilt_self_blame_worthlessness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.5 Guilt/self-blame/worthlessness", - 1, - 359 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 6, - "2.6 Current suicidal thoughts", - "4f8f7343-f191-4483-bcf9-c60027a6eca8", - "2.6 Current suicidal thoughts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.6 Current suicidal thoughts", - "WCyJmoOZsCZ", - "2_6_current_suicidal_thoughts", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.6 Current suicidal thoughts", - 1, - 360 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 7, - "2.7 Recent suicidal attempt", - "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", - "2.7 Recent suicidal attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.7 Recent suicidal attempt", - "z8jBJ5nYwIS", - "2_7_recent_suicidal_attempt", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.7 Recent suicidal attempt", - 1, - 361 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 8, - "2.8 Recent self-harm", - "003b425a-d8c3-47ed-bbde-45a7c180c0a4", - "2.8 Recent self-harm", - " ", - " ", - " ", - " ", - " ", - " ", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية للذات مؤخراً", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.8 Recent self-harm", - "XzLHZumvFOH", - "2_8_recent_self_harm", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.8 Recent self-harm", - 1, - 362 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 9, - "2.9 Changes in appetite", - "ce47585c-fa23-4de3-9e3a-97f5eb309e72", - "2.9 Changes in appetite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تغير في الشهية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.9 Lack of appetite", - "Y5NywW5KfoX", - "2_9_lack_of_appetite", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.9 Changes in appetite", - 1, - 363 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 1, - "3.1 Constant stress", - "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", - "3.1 Constant stress", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالضغط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.1 Constant stress", - "YpabM1EGBap", - "3_1_constant_stress", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.1 Constant stress", - 1, - 364 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 2, - "3.2 Persistent worry", - "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", - "3.2 Persistent worry", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالقلق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.2 Persistent worry", - "PsBi8qdxleW", - "3_2_persistent_worry", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.2 Persistent worry", - 1, - 365 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 3, - "3.3 Intense fear / phobia / feeling threatened", - "ae1ab702-fa58-4648-95e4-acca5c9078f7", - "3.3 Intense fear / phobia / feeling threatened", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "خوف شديد / خوف مرضي / الشعور بالتهديد", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.3 Intense fear / phobia / feeling threatened", - "JDP7sAjWj0r", - "3_3_intense_fear_phobia_feeling_threatened", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.3 Intense fear / phobia / feeling threatened", - 1, - 366 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 4, - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "473f0ea3-92e5-4a99-bbe0-358e371355ee", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Panic attack", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "N/A", - "Diagnosis", - "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "hHoP5vhiGn3", - "3_4_panic_attack", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - 1, - 367 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 5, - "3.5 Compulsive or repetitive behavior", - "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", - "3.5 Compulsive or repetitive behavior", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوك وسواسي أو متكرر", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.5 Compulsive or repetitive behavior", - "PgxhapZ8P9E", - "3_5_compulsive_or_repetitive_behavior", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.5 Compulsive or repetitive behavior", - 1, - 368 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 1, - "4.1 Intrusive feelings, thoughts", - "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", - "4.1 Intrusive feelings, thoughts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار تطفلية أو اقتحامية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.1 Intrusive feelings thoughts", - "sFbWwoZbiSF", - "4_1_intrusive_feelings_thoughts", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.1 Intrusive feelings, thoughts", - 1, - 369 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 2, - "4.2 Flashbacks", - "c60a75c9-2ee9-4fb2-af53-6d730e45f074", - "4.2 Flashbacks", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001794", - 90, - "Flashbacks", - "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", - "N/A", - "Diagnosis", - "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ومضات من الماضي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.2 Flashbacks", - "FibcXxxITz4", - "4_2_flashbacks", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.2 Flashbacks", - 1, - 370 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 3, - "4.3 Avoidance of traumatic stimuli", - "94083de5-2603-4b26-a6d8-ec4459f9eced", - "4.3 Avoidance of traumatic stimuli", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تجنب المحفزات المرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.3 Avoidance of traumatic stimuli", - "TzFciNtGU4L", - "4_3_avoidance_of_traumatic_stimuli", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.3 Avoidance of traumatic stimuli", - 1, - 371 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 4, - "4.4 Hypervigilance / excessive startle response", - "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", - "4.4 Hypervigilance / excessive startle response", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرط اليقظة / استجابة إجفالية شديدة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.4 Hypervigilance / excessive startle response", - "Uhj6bkTtm2b", - "4_4_hypervigilance_excessive_startle_response", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.4 Hypervigilance / excessive startle response", - 1, - 372 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 5, - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "DqF1son0fxy", - "4_5_trauma_related_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - 1, - 373 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 6, - "4.6 Child has stopped talking", - "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", - "4.6 Child has stopped talking", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف الطفل عن الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.6 Child has stopped talking", - "xrr1xtIehD9", - "4_6_child_has_stopped_talking", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.6 Child has stopped talking", - 1, - 374 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 1, - "5.1 Delusions (false beliefs)", - "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", - "5.1 Delusions (false beliefs)", - " ", - " ", - " ", - " ", - " ", - " ", - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوهام (معتقدات خاطئة)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.1 Delusions (false beliefs)", - "vAcyKlSrQOK", - "5_1_delusions", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.1 Delusions (false beliefs)", - 1, - 375 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 2, - "5.2 Visual hallucinations", - "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", - "5.2 Visual hallucinations", - " ", - " ", - " ", - " ", - " ", - " ", - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات بصرية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.2 Visual hallucinations", - "lsyUg99Xik2", - "5_2_visual_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.2 Visual hallucinations", - 1, - 376 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 3, - "5.3 Auditory hallucinations", - "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", - "5.3 Auditory hallucinations", - " ", - " ", - " ", - " ", - " ", - " ", - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات سمعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.3 Auditory hallucinations", - "BPYqkKFsav2", - "5_3_auditory_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.3 Auditory hallucinations", - 1, - 377 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 4, - "5.4 Disorganized thought /speech", - "dfaf113c-72f2-4865-81c9-31aba9e95a74", - "5.4 Disorganized thought /speech", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشتت الأفكار / الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.4 Disorganized thought /speech", - "f50m0IXJNZ1", - "5_4_disorganized_thought_speech", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.4 Disorganized thought /speech", - 1, - 378 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 5, - "5.5 Bizarre behavior", - "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", - "5.5 Bizarre behavior", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوكيات غريبة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.5 Bizarre behavior", - "SSaShXgyswX", - "5_5_bizarre_behavior", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.5 Bizarre behavior", - 1, - 379 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 6, - "5.6 Psychotic agitation", - "cda4f471-1da9-4192-8f26-ecec35775d5a", - "5.6 Psychotic agitation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور ذهاني بالضيق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.6 Psychotic agitation", - "BbQwHHYdAtY", - "5_6_psychotic_agitation", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.6 Psychotic agitation", - 1, - 380 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 1, - "6.1 Problems with concentration memory or reasoning", - "44274d50-bb85-4f20-9b55-d08f60343c38", - "6.1 Problems with concentration memory or reasoning", - " ", - " ", - " ", - " ", - " ", - " ", - "Problem", - " ", - "N/A", - "Diagnosis", - "128461AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في التركيز، أو التذكر، أو التفكير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.1 Problems with concentration memory or reasoning", - "HxamZeSwli0", - "6_1_problems_with_concentration_memory_or_reasoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.1 Problems with concentration memory or reasoning", - 1, - 381 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 2, - "6.2 Delayed development (milestones)", - "66e446ee-8f82-4f2a-808f-00d664ac92de", - "6.2 Delayed development (milestones)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تأخر في التطور (المحطات الإنجازية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.2 Delayed development (milestones)", - "zAXxqqhE7hH", - "6_2_delayed_development", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.2 Delayed development (milestones)", - 1, - 382 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 3, - "6.3 Abnormal social interaction and communication", - "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", - "6.3 Abnormal social interaction and communication", - "Abnormal", - "A result that deviates from the standard or what is expected.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001333", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd75230-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تواصل اجتماعي غير طبيعي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.3 Abnormal social interaction and communication", - "p1PiLH5LcpL", - "6_3_abnormal_social_interaction_and_communication", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.3 Abnormal social interaction and communication", - 1, - 383 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 4, - "6.4 Learning difficulties", - "9240ed56-8ba2-4ef2-b42f-e84179fcc333", - "6.4 Learning difficulties", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبات في التعلم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.4 Learning difficulties", - "ov5D4toFD3q", - "6_4_learning_difficulties", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.4 Learning difficulties", - 1, - 384 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 5, - "6.5 Epileptic seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "6.5 Epileptic seizures", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000820", - 90, - "Epileptic seizure", - "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", - "N/A", - "Diagnosis", - "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.5 Epileptic seizures", - "dpdekdgiUMZ", - "6_5_epileptic_seizures", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.5 Epileptic seizures", - 1, - 385 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 1, - "7.1 Alcohol / substance abuse", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "7.1 Alcohol / substance abuse", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعاطي الكحول / العقاقير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.1 Alcohol / substance abuse", - "u6J5PRo76eL", - "7_1_alcohol_substance_abuse", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.1 Alcohol / substance abuse", - 1, - 386 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 2, - "7.2 Aggressiveness", - "977e8c6f-befa-4af3-87e1-1d29a57450c1", - "7.2 Aggressiveness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العدائية او الهجومية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.2 Aggressiveness", - "ZJKWvyAYFU4", - "7_2_aggressiveness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.2 Aggressiveness", - 1, - 387 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 3, - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "XwiwuWP5Sze", - "7_3_conduct_problems_in_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - 1, - 388 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 4, - "7.4 Hypo- or hyperactivity", - "520eccda-99f4-4cab-950b-260cfe3ab767", - "7.4 Hypo- or hyperactivity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قلة او فرط النشاط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.4 Hypo or hyperactivity", - "D655HPkg8Sw", - "7_4_hypo_or_hyperactivity", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.4 Hypo- or hyperactivity", - 1, - 389 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 5, - "7.5 Impulsivity", - "12723e41-2955-4917-971c-7f05849412d7", - "7.5 Impulsivity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاندفاعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.5 Impulsivity", - "L6gwT6cBFEk", - "7_5_impulsivity", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.5 Impulsivity", - 1, - 390 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 6, - "7.6 Regression in development", - "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", - "7.6 Regression in development", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الارتكاس في التطور", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.6 Regression in development", - "rhQpTzDeQPW", - "7_6_regression_in_development", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.6 Regression in development", - 1, - 391 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 7, - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - " ", - " ", - " ", - " ", - " ", - " ", - "Social withdrawal", - " ", - "N/A", - "Diagnosis", - "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "xBuK70tTHrj", - "7_7_social_withdrawal", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.7 Social withdrawal (isolation/reduced attachment/involvement)", - 1, - 392 - ], - [ - 36, - "Current symptoms or complaints - Other symptoms", - "", - "Coded", - 1, - "8.1 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8.1 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "8.1 Other (specify)", - "tkP1jOd01Pn", - "8_1_other", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Other symptoms|8.1 Other", - 1, - 393 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 1, - "1. Acute stress reaction", - "a2f8295b-1259-481f-8ef3-34e213b7b4d6", - "1. Acute stress reaction", - "Acute stress reaction", - "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000906", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-506", - "", - "Acute stress reaction", - "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", - "Ok", - " ", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب الكرب الحاد", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Acute stress reaction", - "I2TnSpzmNZV", - "acute_stress_reaction", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|1. Acute stress reaction", - 1, - 394 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 2, - "2. Bereavement/grief", - "7d486d0c-0e2b-475d-8e17-07296cc624b9", - "2. Bereavement/grief", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-139251", - "Grief", - "Normal, appropriate sorrowful response to an immediate cause. It is self-limiting and gradually subsides within a reasonable time.", - "Only greif - no record for bereavement", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "الفجيعة / الأسى", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Bereavement / grief", - "fiMmy7FVXqj", - "bereavement_grief", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|2. Bereavement/grief", - 1, - 395 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 3, - "3. Post-Traumatic Stress Disorder", - "ec7a63e8-5d0b-4dcf-8f72-7529c1df699a", - "3. Post-Traumatic Stress Disorder", - "Traumatic", - "Injury to the body that causes long-lasting damage.", - "None", - "Finding", - "5cb34fe2-1c6a-4132-a046-f6a3ebcaa529", - 90, - "Stress", - "A pathological process resulting from the reaction of the body to external forces and abnormal conditions that tend to disturb the organism's homeostasis.", - "N/A", - "Diagnosis", - "125811AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Trauma", - "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", - "N/A", - "Diagnosis", - "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF manual", - "", - "MSF-291", - "", - "Post Traumatic Stress Disorder", - "An anxiety disorder precipitated by an experience of intense fear or horror while exposed to a traumatic (especially life-threatening) event. The disorder is characterized by intrusive recurring thoughts or images of the traumatic event avoidance of anything associated with the event a state of hyperarousal and diminished emotional responsiveness. These symptoms are present for at least one month and the disorder is usually long-term.", - "Ok", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب الكرب التالي للصدمة النفسية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Post-Traumatic Stress Disorder", - "GtXv2BevE4i", - "ptsd", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|3. Post-Traumatic Stress Disorder", - 1, - 396 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 4, - "4. Conversion/Dissociative reaction", - "58881584-4f0e-4cf3-b2bf-d9f0898ae106", - "4. Conversion/Dissociative reaction", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-457", - "", - "Dissociative and Conversion Disorder", - "A category of psychiatric disorders characterized by a disruption in the usually integrated functions of consciousness, memory, identity, and/or perception of the environment.", - "Ok", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب التحويل", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Dissociative / Conversive disorder", - "DzEHTmwsbwz", - "dissociative_onversive_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|4. Conversion/Dissociative reaction", - 1, - 397 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 5, - "5. Anxiety Disorder", - "2564bdee-c24c-4d96-903e-d44010f2a8ec", - "5. Anxiety Disorder", - "Anxiety disorder", - "", - "", - "", - "MSF-AAAAAA000000000000000502", - 95, - "Anxiety", - "Persistent feeling of dread, apprehension, and impending disaster.", - "N/A", - "Diagnosis", - "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Anxiety", - "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", - "Coded", - "Diagnosis", - "3ce6b1ee-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-102", - "", - "Anxiety disorder", - "Disorders in which anxiety (persistent feelings of apprehension, tension, or uneasiness) is the predominant disturbance.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب القلق", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Anxiety Disorder", - "RBjv7HDiR95", - "anxiety_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|5. Anxiety Disorder", - 1, - 398 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 6, - "6. Medically Unexplained Physical Symptoms (MUPS)", - "9df01581-6135-4876-8fb8-cbaaa522064e", - "6. Medically Unexplained Physical Symptoms (MUPS)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3187", - "", - "", - "", - "not found MSF or CIEL", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "عراض طبية من دون أسباب جسدية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Medically Unexplained Physical Symptoms", - "bCJLe9PMYeL", - "mups", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|6. Medically Unexplained Physical Symptoms (MUPS)", - 1, - 399 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 7, - "7. Depression", - "2066f043-2f21-4c19-8c04-77301d7404f9", - "7. Depression", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000560", - 90, - "Depression", - "", - "N/A", - "Diagnosis", - "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Depression", - "Affective disorder with anhedonia, melancholia, psychomotor retardation.", - "N/A", - "Diagnosis", - "3cce9514-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-160", - "", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "لاكتئاب", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Depression", - "cBAzRxJxoKF", - "depression", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|7. Depression", - 1, - 400 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 8, - "8. Self-harming behavior/suicide attempt", - "b27187bd-e94a-4dbc-9a77-46c0cefad25a", - "8. Self-harming behavior/suicide attempt", - "Self-harm", - "The act of purposely hurting oneself as an emotional coping mechanism.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001791", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "Seperate - self harm MSF 158754, suicidal thoughts MSF1390 (different to attemps) Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540, History of Suicide attempt - CIEL 129176", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "سلوك مؤذي للنفس / محاولة انتحار", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Self-harm / suicide", - "StKvhy342Ik", - "self_harm_suicide", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|8. Self-harming behavior/suicide attempt", - 1, - 401 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 9, - "9. Acute psychosis (incl. post-partum psychosis)", - "b33dac1c-b0c0-4fcd-b639-661bb6678924", - "9. Acute psychosis (incl. post-partum psychosis)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-446", - "", - "Acute and transient psychosis", - "A disorder characterized by delusions, hallucinations, disorganized speech, and/or grossly disorganized behavior that resolve within a month.", - "Includes transient", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "ذهان حاد (يشمل ذهان ما بعد الإنجاب)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Acute psychosis", - "RU3BLFqOhZe", - "acute_psychosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|9. Acute psychosis (incl. post-partum psychosis)", - 1, - 402 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 10, - "10. Chronic psychosis (incl. schizophrenia)", - "97f1f41-b0c7-407d-b95f-b1e26c3fd23c", - "10. Chronic psychosis (incl. schizophrenia)", - "Chronic psychosis", - "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000844", - 90, - "Chronic psychosis", - "", - "N/A", - "Diagnosis", - "166212AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-444", - "", - "Chronic psychosis", - "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "ذهان مزمن(يشمل الفصام)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Chronic psychosis", - "ndznYG4Vbbs", - "chronic_psychosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|10. Chronic psychosis (incl. schizophrenia)", - 1, - 403 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 11, - "11. Bipolar disorder (incl. mania)", - "1ba02bf8-6bbe-46a6-baff-d18b5c9f6425", - "11. Bipolar disorder (incl. mania)", - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000848", - 90, - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-448", - "", - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب ثنائي القطب(يشمل الهوس)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Bipolar disorder", - "V30FRwMiqy7", - "bipolar_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|11. Bipolar disorder (incl. mania)", - 1, - 404 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 12, - "12. Enuresis / Encopresis", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "12. Enuresis / Encopresis", - "Enuresis", - "Involuntary discharge of urine after the age at which urinary control should have been achieved", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001796", - 90, - "Encopresis", - "Incontinence of feces not due to organic defect or illness.", - "N/A", - "Diagnosis", - "141309AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Seperate entities, Enuresis MSF-1396, Encopresis CIEL141309", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "سلس البراز / البول", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Enuresis", - "Ef59Tr7bwiG", - "enuresis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|12. Enuresis / Encopresis", - 1, - 405 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 13, - "13. Developmental disorder (incl. intellectual disability, autism)", - "63f73696-3d7c-4dc5-8c16-5382c20c3f9f", - "13. Developmental disorder (incl. intellectual disability, autism)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "MSF-500", - "OCL-1194889", - "Developmental disabilities", - "Disorders in which there is a delay in development based on that expected for a given age level or stage of development. These impairments or disabilities originate before age 18, may be expected to continue indefinitely, and constitute a substantial impairment. Biological and nonbiological factors are involved in these disorders. ", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب نمو (يشمل الإعاقة الذهنية والتوحد)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Developmental disorder (incl. intellectual disability, autism)", - "veb2vWtp2QT", - "developmental_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|13. Developmental disorder (incl. intellectual disability, autism)", - 1, - 406 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 14, - "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-890", - "", - "Childhood behavioural problem", - "Pediatric paitent displays a behavioral problem.", - "nb finding not diagnosis", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب سلوكي لدى الطفل (يشمل اضطراب نقص الانتباه مع فرط النشاط، واضطراب المسلك)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Childhood behavioral disorder", - "k6LNSHULzvA", - "childhood_behavioral_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - 1, - 407 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 15, - "15. Childhood emotional disorder", - "52d85e63-b238-4161-985c-97f75ad80c9a", - "15. Childhood emotional disorder", - "Childhood emotional disorder", - "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000905", - 95, - "Childhood emotional disorder", - "", - "N/A", - "Diagnosis", - "155498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-505", - "", - "Childhood emotional disorder", - "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب عاطفي لدى الطفل", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Childhood emotional disorder", - "JznaioxOZKP", - "childhood_emotional_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|15. Childhood emotional disorder", - 1, - 408 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 16, - "16. Substance-related disorder", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "16. Substance-related disorder", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-2457", - "", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب ذو صلة بالعقاقير", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Substance-related disorders", - "HllN5G1TKNb", - "substance_related_disorders", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|16. Substance-related disorder", - 1, - 409 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 17, - "17. Epilepsy / seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "17. Epilepsy / seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", - "Coded", - "Diagnosis", - "155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", - "N/A", - "Diagnosis", - "3cce0a90-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-420", - "", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "صرع/نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Epilepsy / seizures", - "KYmRwgkkgsl", - "epilepsy_seizures", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|17. Epilepsy / seizures", - 1, - 410 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 18, - "18. Other disorder", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "18. Other disorder", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "other / other disorder", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "نوع آخر من الأمراض", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Other disorder, specify", - "G7j5nsi8r7T", - "other_disorder_specify", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|18. Other disorder", - 1, - 411 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 19, - "19. No diagnosis", - "dc77c73a-5ce5-4aac-821e-81f19f81b65f", - "19. No diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1630", - "", - "none", - "Generic descriptive answer.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "", - "لا يوجد تشخيص", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "No diagnosis", - "qNroeJqYQmn", - "no_diagnosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|19. No diagnosis", - 1, - 412 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 1, - "1. Psychosomatic", - "c899d33a-adde-4c70-ad65-2326b8843e3b", - "1. Psychosomatic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-459", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "نفسية جسدية", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "1. Psychosomatic", - "YLwstT7QxPg", - "1_psychosomatic", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|1. Psychosomatic", - 1, - 413 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 2, - "2. Depression related", - "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", - "2. Depression related", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000560", - 90, - "Depression", - "", - "N/A", - "Diagnosis", - "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Depression", - "Affective disorder with anhedonia, melancholia, psychomotor retardation.", - "N/A", - "Diagnosis", - "3cce9514-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "1رتبطة بالاكتئاب", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "2. Depression related", - "IEdTLNPdysy", - "2_depression_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|2. Depression related", - 1, - 414 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 3, - "3. Anxiety related", - "241b3278-3803-478b-8484-70e2b17e5543", - "3. Anxiety related", - "", - "", - "", - "", - "", - "", - "Anxiety", - "Persistent feeling of dread, apprehension, and impending disaster.", - "N/A", - "Diagnosis", - "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Anxiety", - "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", - "Coded", - "Diagnosis", - "3ce6b1ee-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "2مرتبطة بالقلق", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "3. Anxiety related", - "WgBIYmHZdJc", - "3_anxiety_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|3. Anxiety related", - 1, - 415 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 4, - "4. Trauma related", - "3a0c003c-9149-4a5f-a236-ed5d61231950", - "4. Trauma related", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Trauma", - "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", - "N/A", - "Diagnosis", - "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "3مرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "4. Trauma related", - "vC3XeVwbmLY", - "4_trauma_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|4. Trauma related", - 1, - 416 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 5, - "5. Psychosis related", - "612c130a-0ae9-4565-af09-b5437334c742", - "5. Psychosis related", - "Psychosis", - "Mental disorder combining symptoms that result in an impaired relationship with reality.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000696", - 90, - "Psychosis", - "", - "N/A", - "Diagnosis", - "113517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Psychosis", - "A severe mental disorder, with or without organic damage, characterized by derangement of personality and loss of contact with reality and causing deterioration of normal social functioning.", - "N/A", - "Diagnosis", - "3ccea7fc-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "4مرتبطة بالذهان", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "5. Psychosis related", - "NuEhgdvdwHA", - "5_psychosis_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|5. Psychosis related", - 1, - 417 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 6, - "6. Neuro cognitive problems", - "a5b552b6-44db-42f1-a436-6f2f12de471e", - "6. Neuro cognitive problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-891", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "5مشاكل عصبية إدراكية", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "6. Neuro cognitive problems", - "x9vk1fImSr7", - "6_neuro_cognitive_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|6. Neuro cognitive problems", - 1, - 418 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 7, - "7. Behaviour problems", - "5b271a75-d44b-466a-8baf-71153dc1895c", - "7. Behaviour problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "OCL-113635", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "6مشاكل في السلوكيات", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "7. Behaviour problems", - "S5v9RKrCwIx", - "7_behaviour_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|7. Behaviour problems", - 1, - 419 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 8, - "8. Other symptoms", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8. Other symptoms", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "7اعراض اخرى", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "8. Other symptoms", - "GaJQMD4oqS5", - "8_other_symptoms", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|8. Other symptoms", - 1, - 420 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 1, - "1 - 3 days", - "a3d78d0a-613d-46ab-ae00-de985dd822eb", - "1 - 3 days", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3243", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أيام ١-٣", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 3 days", - "Syw1PVWr0UX", - "1_3_days", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 3 days", - 1, - 421 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 2, - "4 - 7 days", - "7a5a7a86-1ebf-4309-915a-d58e6c907db1", - "4 - 7 days", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3244", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أيام ٤-٦", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "4 - 7 days", - "jVQNrNJHHkN", - "4_7_days", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|4 - 7 days", - 1, - 422 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 3, - "1 - 4 weeks", - "d5ea3587-be05-4b66-809c-3c63481300b3", - "1 - 4 weeks", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3245", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أسابيع ١-٤", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 4 weeks", - "IcUeaP23Ayu", - "1_4_weeks", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 4 weeks", - 1, - 423 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 4, - "1 - 6 months", - "a2ffa3e1-eabe-4417-af29-09ea962d584e", - "1 - 6 months", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3246", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أشهر ١-٦", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 6 months", - "qgvtHQTTScW", - "1_6_months", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 6 months", - 1, - 424 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 5, - "6 - 12 months", - "f9c40a2d-7e94-418b-b222-e73959845e4d", - "6 - 12 months", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3247", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أشهر ٦-١٢", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "6 - 12 months", - "y6MYfCvaJkX", - "6_12_months", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|6 - 12 months", - 1, - 425 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 6, - "> 1 year", - "f7ae6f81-0dcf-4316-9706-26d96a8d9c1e", - "> 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3248", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أكثر من سنة", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "> 1 year", - "ACcQT2fwiwz", - ">1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|> 1 year", - 1, - 426 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 1, - "0 - 4", - "", - "0 - 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - "0 - 4", - "WckhKgP63BA", - "0_4", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|0 - 4", - 1, - 427 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 2, - 45421, - "", - 45421, - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - 45421, - "YkBcbx6RBHh", - "5_9", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|5 - 9", - 1, - 428 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 3, - 45579, - "", - 45579, - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - 45579, - "AJWrsjJAliA", - "10_14", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|10 - 14", - 1, - 429 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 4, - "15 - 19", - "", - "15 - 19", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - "15 - 19", - "q0ubDgXvYpV", - "15_19", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|15 - 19", - 1, - 430 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 5, - ">=20", - "", - ">=20", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - ">=20", - "vq07JGEe2mq", - ">20", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|>=20", - 1, - 431 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 1, - "0 - Not assessed", - "eb770ad7-b106-4255-83bd-2dc284fbd7ce", - "0 - Not assessed", - "", - "", - "", - "", - "", - "", - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3257", - "", - "", - "0 - لم يتم قياسه", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لم يتم قياسه", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 0, - "G9EBBmiN9xy", - "cgi-s_score|0", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|0 - Not assessed", - 1, - 432 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 2, - "1 - Normal/not ill", - "d884d3dd-7649-4260-b139-2d740baf9767", - "1 - Normal/not ill", - "Normal", - "A standard or typical result.", - "N/A", - "Misc", - "d884d3dd-7649-4260-b139-2d740baf9767", - 90, - "Normal", - "General descriptive answer.", - "N/A", - "Misc", - "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Normal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd750a0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "1 - عادي / غير مريض", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عادي / غير مريض", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 1, - "kA0sL0CXSw6", - "cgi-s_score|1", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|1 - Normal/not ill", - 1, - 433 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 3, - "2 - Suspected mentally ill", - "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1", - "2 - Suspected mentally ill", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "2 - يشتبه بإصابته بمرض نفسي", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "يشتبه بإصابته بمرض نفسي", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 2, - "JZ7qkt6RFC8", - "cgi-s_score|2", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|2 - Suspected mentally ill", - 1, - 434 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 4, - "3 - Mildly ill", - "c90610d0-29ee-437e-af93-7bcc49fda2f1", - "3 - Mildly ill", - "Mild", - "Without severity or significant impact", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001887", - 90, - "Mildly ill", - "Clearly established symptoms with minimal, if any, distress or difficulty in social and occupational function", - "N/A", - "Finding", - "c6518e7c-21fb-4567-b415-13c007171e4e", - 90, - "Mild", - "General qualifier value", - "N/A", - "Finding", - "3cdef9ae-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "3 - مريض بشكل طفيف", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل طفيف", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 3, - "Wdl3QmheipE", - "cgi-s_score|3", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|3 - Mildly ill", - 1, - 435 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 5, - "4 - Moderately ill", - "e81cfac7-6c80-4e1b-af86-3d896c9bbdac", - "4 - Moderately ill", - "Moderate", - "Average in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001888", - 90, - "Moderately ill", - "Overt symptoms causing noticeable, but modest, functional impairment or distress; symptom level may warrant medication", - "N/A", - "Finding", - "10fe25ee-6a0f-41f8-a443-3155b51e5f25", - 90, - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "3cdef832-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "4 - مريض بشكل متوسط ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل متوسط ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 4, - "nCM6PF4SB9r", - "cgi-s_score|4", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|4 - Moderately ill", - 1, - 436 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 6, - "5 - Markedly ill", - "cf122053-f10b-4450-89e1-ed9adabb413c", - "5 - Markedly ill", - "Markedly ill", - "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Severity (CGI-S) score, rating the mental state of the patient.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001840", - 90, - "Markedly ill", - "Intrusive symptoms that distinctly impair social/occupational function or cause intrusive levels of distress", - "N/A", - "Finding", - "877f9423-bac3-41b4-ada1-3e571cfaa7fd", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "5 - مريض بشكل ملحوظ ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل ملحوظ ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 5, - "nIwgqWMPi2T", - "cgi-s_score|5", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|5 - Markedly ill", - 1, - 437 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 7, - "6 - Severely ill", - "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7", - "6 - Severely ill", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severely ill", - "Disruptive pathology, behavior and function are frequently influenced by symptoms, may require assistance from others", - "N/A", - "Finding", - "fbce3be2-ca0b-48e0-a314-720d2a67b71b", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "6 - مريض بشكل شديد", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل شديد", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 6, - "UD0mFMSQCkc", - "cgi-s_score|6", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|6 - Severely ill", - 1, - 438 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 8, - "7 - Extremely ill patient", - "0f115f25-cdd0-49c3-b009-ba9acb041fef", - "7 - Extremely ill patient", - "", - "", - "", - "", - "", - "", - "Extremely ill", - "Among the most extremely ill patients&mdash;pathology drastically interferes in many life functions; may be hospitalized", - "N/A", - "Finding", - "319a7d41-45c6-4a88-8e84-6a61b9cc2d1b", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "7 - مريض بشكل خطير", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل خطير", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 7, - "FYnMWvKXosf", - "cgi-s_score|7", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|7 - Extremely ill patient", - 1, - 439 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 1, - "0 - Not assessed", - "", - "0 - Not assessed", - "", - "", - "", - "", - "", - "", - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "0 - لم يتم قياسه ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لم يتم قياسه ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 0, - "G9EBBmiN9xy", - "cgi-s_score|0", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|0 - Not assessed", - 1, - 440 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 2, - "1 - Very much improved", - "", - "1 - Very much improved", - "Very much improved", - "A score of 1 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001843", - 95, - "Very much improved", - "Nearly all better; good level of functioning; minimal symptoms; represents a very substantial change", - "N/A", - "Finding", - "30c9c7a5-cc9e-40fa-a5ec-9e8b8994a2c7", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "1 - تحسن إلى حد كبير ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن إلى حد كبير ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 1, - "kA0sL0CXSw6", - "cgi-s_score|1", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|1 - Very much improved", - 1, - 441 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 3, - "2 - Much improved", - "", - "2 - Much improved", - "Much improved", - "A score of 2 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001844", - 90, - "Much improved", - "Notably better with significant reduction of symptoms; increase in the level of functioning but some symptoms remain", - "N/A", - "Finding", - "0bab04e3-b58c-4809-862b-1f9da712b46d", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "2 - تحسن جداً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن جداً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 2, - "JZ7qkt6RFC8", - "cgi-s_score|2", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|2 - Much improved", - 1, - 442 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 4, - "3 - Minimally improved", - "", - "3 - Minimally improved", - "Minimally improved", - "A score of 3 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001845", - 95, - "Minimally improved", - "Slightly better with little or no clinically meaningful reduction of symptoms. Represents very little change in basic clinical status, level of care, or functional capacity", - "N/A", - "Finding", - "da0f78aa-5e68-4979-90e6-49225805e85b", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "3 - تحسن بالحد الأدنى", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن بالحد الأدنى", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 3, - "Wdl3QmheipE", - "cgi-s_score|3", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|3 - Minimally improved", - 1, - 443 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 5, - "4 - No change", - "", - "4 - No change", - "No change", - "A score of 4 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001846", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "4 - لا تغيّر ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لا تغيّر ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 4, - "nCM6PF4SB9r", - "cgi-s_score|4", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|4 - No change", - 1, - 444 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 6, - "5 - Minimally worse", - "", - "5 - Minimally worse", - "Minimally worse", - "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001847", - 90, - "Minimally worse", - "Slightly worse but may not be clinically meaningful; may represent very little change in basic clinical status or functional capacity", - "N/A", - "Misc", - "f7d57972-8da5-422c-8b85-d9d2239c682e", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "5 - ساءت حالته قليلاً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته قليلاً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 5, - "nIwgqWMPi2T", - "cgi-s_score|5", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|5 - Minimally worse", - 1, - 445 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 7, - "6 - Much worse", - "", - "6 - Much worse", - "Much worse", - "A score of 6 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001848", - 90, - "Much worse", - "Clinically significant increase in symptoms and diminished functioning", - "N/A", - "Misc", - "0bec15d7-9903-4a20-9494-401301f4d05d", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "6 - ساءت حالته جداً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته جداً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 6, - "UD0mFMSQCkc", - "cgi-s_score|6", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|6 - Much worse", - 1, - 446 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 8, - "7 - Very much worse", - "", - "7 - Very much worse", - "Very much worse", - "A score of 7 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001849", - 90, - "Very much worse", - "Severe exacerbation of symptoms and loss of functioning", - "N/A", - "Misc", - "79c81058-c0ee-430e-9153-fb9c3c2dccc7", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "7 - ساءت حالته إلى حد كبير", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته إلى حد كبير", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 7, - "FYnMWvKXosf", - "cgi-s_score|7", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|7 - Very much worse", - 1, - 447 - ], - [ - 43, - "Medication prescribed by - MH", - "", - "Coded", - 1, - "MSF", - "74c9a7c6-e64d-4f49-b8a6-f10999eb25bc", - "MSF", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3300", - "", - "MSF OCG", - "The MSF Operational Centre based in Geneva.", - "MSF-51 is MSF OCG (each section is coded, but no MSF on its own)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منظمة أطباء بلا حدو", - "TEXT", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Medication prescribed by - MH|MSF", - 1, - 448 - ], - [ - 43, - "Medication prescribed by - MH", - "", - "Coded", - 2, - "Non MSF", - "77822de2-c236-4400-96f4-ee13b9334cea", - "Non MSF", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3301", - "", - "", - "", - "Not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليس منظمة أطباء بلا حدود", - "TEXT", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Medication prescribed by - MH|Non MSF", - 1, - 449 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 1, - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-313", - "", - "Sexual violence", - "Unlawful sexual intercourse without consent of the victim.", - "Not found as an adjective alone, MSF313 for sexual violence", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "جنسي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Sexual", - 1, - 450 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 2, - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-158358", - "Physical Violence", - "", - "Not found as an adjective alone, as a diagnosis in CIEL (physical violence, or as a finding, Victim of physical violence, 167244)", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "جسدي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Physical", - 1, - 451 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 3, - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3303", - "", - "", - "", - "Not found as an adjective alone, or as a type of violence in MSF", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "لفظي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Verbal", - 1, - 452 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 4, - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3304", - "", - "", - "", - "Not found as an adjective alone, or as a type of violence in MSF", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "نفسي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Psychological", - 1, - 453 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 5, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Other", - 1, - 454 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 1, - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Physical", - 1, - 455 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 2, - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Psychological", - 1, - 456 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 3, - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Sexual", - 1, - 457 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 4, - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Verbal", - 1, - 458 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 5, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Other", - 1, - 459 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 1, - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Physical", - 1, - 460 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 2, - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Psychological", - 1, - 461 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 3, - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Sexual", - 1, - 462 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 4, - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Verbal", - 1, - 463 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 5, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Other", - 1, - 464 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 1, - "< 24 hrs", - "63a236d1-add1-49ec-88c9-8e89108a71f2", - "< 24 hrs", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3305", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من 24 ساعة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "< 24 hrs", - "rboxGBCpxP5", - "< 24 hrs", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|< 24 hrs", - 1, - 465 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 2, - "24 -72hrs", - "8d9cf61e-1f64-4f25-b202-52da17e8c634", - "24 -72hrs", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3306", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "72-24ساعة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "24 -72hrs", - "Fi67snqrRPm", - "24 -72hrs", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|24 -72hrs", - 1, - 466 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 3, - "Less than 1 month", - "0e298528-7c8c-4724-a24f-d71ee7c1ebea", - "Less than 1 month", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3307", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من شهر واحد", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Less than 1 month", - "W90N4TbsQYD", - "less_than_1_month", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Less than 1 month", - 1, - 467 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 4, - "Less than 1 year", - "b5b58ef8-1bdf-4c14-9384-afbeb848d571", - "Less than 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3308", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من سنة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Less than 1 year", - "NEIhaoKeaqc", - "less_than_1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Less than 1 year", - 1, - 468 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 5, - ">= 1 year", - "4a17e0a6-1add-49a6-9831-d8ad7c647ec9", - ">= 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3309", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "سنة او اكثر", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - ">= 1 year", - "ifUaNyIglm3", - ">= 1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|>= 1 year", - 1, - 469 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 6, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-929", - "CIEL-1067", - "unknown", - "Generic answer to question when information/data is not known.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Unknown", - "Ldq2j9ZBfMI", - "unknown", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Unknown", - 1, - 470 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 1, - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "6e02debd-31eb-4112-8566-00e520835c76", - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - 1, - 471 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 2, - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL_160656", - "Personal History of severe disease", - "", - "Diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - 1, - 472 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "35910034-cc37-4dd1-abb7-ce140b0eff2b", - "1.3 Unwanted pregnancy", - "", - "", - "", - "", - "", - "", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL -123572", - "Unwanted Pregnancy", - "The pregnancy is not wanted by one or both parents.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حمل غير مرعوب به", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.3 Unwanted pregnancy", - 1, - 473 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 4, - "1.4 History of psychiatric problems", - "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", - "1.4 History of psychiatric problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-159350", - "Personal History of Psychiatric Disorder", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المعاناة من مشاكل نفسية في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.4 History of psychiatric problems", - 1, - 474 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 5, - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "4bf7b376-9193-4ee4-a51a-445d07d2d22b", - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "N/A", - "Diagnosis", - "733c362a-89d3-4c6a-b918-f4af5725e7c7", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-145439", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - 1, - 475 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 6, - "1.6 Family member with a serious medical condition", - "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", - "1.6 Family member with a serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "MSF-918", - "", - "Close relative with medical disease", - "Relative or family member has a medical disease.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.6 Family member with a serious medical condition", - 1, - 476 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 7, - "2.1 Sexual violence within the family", - "5cccf137-2952-4c9b-b879-b4ed2a9be621", - "2.1 Sexual violence within the family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي داخل العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.1 Sexual violence within the family", - 1, - 477 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 8, - "2.2 Sexual violence outside the family", - "dbe73631-79ae-4ab9-a3c8-65d6732c8714", - "2.2 Sexual violence outside the family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي خارج العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.2 Sexual violence outside the family", - 1, - 478 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 9, - "2.3 Exposed to war", - "cf28335f-d72c-440a-afc1-bcca39b51155", - "2.3 Exposed to war", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العيش في أجواء الحرب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.3 Exposed to war", - 1, - 479 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 10, - "2.4 Incarceration/detention", - "66492df1-6d26-498a-b6c7-b10931da1642", - "2.4 Incarceration/detention", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-156761", - "Imprisonment and other incarceration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحبس/الاحتجاز", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.4 Incarceration/detention", - 1, - 480 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 11, - "2.5 Hostage/kidnapping/forced recruitment", - "8917acb0-e25d-4f9e-84bb-cae9998abf35", - "2.5 Hostage/kidnapping/forced recruitment", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاختطاف / التجنيد الإجباري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.5 Hostage/kidnapping/forced recruitment", - 1, - 481 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 12, - "2.6 Deportation", - "f279409d-71ba-41c6-8301-76ee90d239dc", - "2.6 Deportation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الترحيل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.6 Deportation", - 1, - 482 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 13, - "2.7 Domestic violence", - "e25f9ca1-0b33-4765-a8c4-5da48289bda7", - "2.7 Domestic violence", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-160658", - "History of exposure to domestic violence", - "History of abusive behaviors by one partner against another in an intimate relationship such as marriage, dating, family, or cohabitation. This includes the history of physical, sexual or emotional abuse.", - "As opposed to Domestic Violence as a diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف المنزلي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.7 Domestic violence", - 1, - 483 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 14, - "2.8 Victim of threats", - "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", - "2.8 Victim of threats", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للتهديدات", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.8 Victim of threats", - 1, - 484 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 15, - "2.9 Victim of human trafficking or smuggling", - "5958f0fd-c755-4640-80d7-5ef0f9522b2e", - "2.9 Victim of human trafficking or smuggling", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للإتجار البشري والتهريب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.9 Victim of human trafficking or smuggling", - 1, - 485 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 16, - "2.10 Witness violence/killings/threats", - "107a7f52-f95d-447f-bf1a-c801e1a0082c", - "2.10 Witness violence/killings/threats", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-922", - "", - "Direct witness of violence", - "Patient directly witnessed an act of violence.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.10 Witness violence/killings/threats", - 1, - 486 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 17, - "2.11 Forced to flee (IDP/refugee/migrant)", - "a8b0e025-a735-407b-b958-fe9b29c370e7", - "2.11 Forced to flee (IDP/refugee/migrant)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1530", - "", - "Internally Displaced Person", - "Person who have been forced to flee their home but never cross an international border", - "Also existing migrant MSF-1531 and refugee MSF-1529", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.11 Forced to flee (IDP/refugee/migrant)", - 1, - 487 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 18, - "2.12 Target of stigma/discrimination/marginalization", - "e702655a-57af-457a-a1ae-42e31f119f80", - "2.12 Target of stigma/discrimination/marginalization", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "Multiple distinct types of discrimination in CIEL, no generic. Also reused to seek treatment due to stigme as a reason for noncomliance", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للوصم / التمييز العنصري / التهميش", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.12 Target of stigma/discrimination/marginalization", - 1, - 488 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 19, - "2.13 Other violence (wounded/beaten/torture)", - "c80eb3f7-31b1-4717-a78d-0aac623fc129", - "2.13 Other violence (wounded/beaten/torture)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found - but Victim of Torture CIEL-123156", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.13 Other violence (wounded/beaten/torture)", - 1, - 489 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 20, - "2.14 Forced curfew or confinement", - "ea673f5c-5f99-4da5-9f41-92c21446de31", - "2.14 Forced curfew or confinement", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "no found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاحتجاز أو منع الحركة القسري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.14 Forced curfew or confinement", - 1, - 490 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 21, - "2.15 History of suicide attempts", - "160734e2-e5ed-44e9-b573-bdbb6e619e30", - "2.15 History of suicide attempts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-129176", - "History of Suicide attempt", - "", - "Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحار سابقة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.15 History of suicide attempts", - 1, - 491 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 22, - "2.16 History of self-harm/mutilation", - "19408a7e-e17e-4040-adec-d6aa426564ce", - "2.16 History of self-harm/mutilation", - "", - "", - "", - "", - "", - "", - "self-harm", - "", - "N/A", - "Diagnosis", - "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1391", - "", - "Self Harm", - "The act of purposely hurting oneself as an emotional coping mechanism.", - "Is listed as diagnosis, not as a precipitating event", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية نفس / تشويه للنفس في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.16 History of self-harm/mutilation", - 1, - 492 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 23, - "2.17 Family members lived a violent experience", - "5a462534-7605-4137-8d5c-503584538eb4", - "2.17 Family members lived a violent experience", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أفراد العائلة لتجربة عنيفة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.17 Family members lived a violent experience", - 1, - 493 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 24, - "2.18 Adult forced marriage ", - "a725a884-e785-4c08-b08a-386d8652faaf", - "2.18 Adult forced marriage ", - "", - "", - "", - "", - "", - "", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الزواج القسري للبالغين", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.18 Adult forced marriage ", - 1, - 494 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 25, - "2.19 Child marriage", - "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زواج الأطفال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.19 Child marriage", - 1, - 495 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 26, - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "4e3ab089-6a99-4e15-8883-3c49a150e6c6", - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "MSF-917", - "CIEL-167687", - "Close relative detained/died/missed/injured", - "Relative or family member has died, been detained, is missing, etc.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.1 Family member killed or missing (arrested / detained / disappeared) ", - 1, - 496 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 27, - "3.2 Unaccompanied minor or orphaned", - "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", - "3.2 Unaccompanied minor or orphaned", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found. 1174 CIEL, but as question 'orphan' not finding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قاصر أو يتيم من دون مرافق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.2 Unaccompanied minor or orphaned", - 1, - 497 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 28, - "3.3 Negligence of caretakers", - "f2be320d-7757-4525-bcb0-6005368982d7", - "3.3 Negligence of caretakers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1424", - "", - "Victim of Neglect", - "The person has been deprived of the care necessary to maintain their physical or mental health.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهمال مقدمي الرعاية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.3 Negligence of caretakers", - 1, - 498 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 29, - "3.4 Property destroyed or lost", - "979b6137-2d14-412d-8e07-d3f2a1743deb", - "3.4 Property destroyed or lost", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1544", - "", - "House / Property destroyed", - "Specific agregated concept for the Mental Health database as part of the list of stressors", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دمار الممتلكات أو فقدانها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.4 Property destroyed or lost", - 1, - 499 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 30, - "3.5 Loss of income", - "c88d3256-f445-4eee-8aac-c31542386f23", - "3.5 Loss of income", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان مصدر الدخل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.5 Loss of income", - 1, - 500 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 31, - "3.6 Death of family member (natural or accidental death)", - "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", - "3.6 Death of family member (natural or accidental death)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found - CIEL 167687 - loss of a relative, but description also includes detailed missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.6 Death of family member (natural or accidental death)", - 1, - 501 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 32, - "3.7 Relationship problems", - "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", - "3.7 Relationship problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-113353", - "Relationship problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل عاطفية مع الشريك/ة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.7 Relationship problems", - 1, - 502 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 33, - "3.8 Divorce/separation", - "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", - "3.8 Divorce/separation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-163007", - "Divorced/separated→Previously married but now not with living spouse[en]", - "Either divorced or separated but not widowed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطلاق / الانفصال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.8 Divorce/separation", - 1, - 503 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 34, - "3.9 Migration due to financial reasons", - "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", - "3.9 Migration due to financial reasons", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found , only MSF1531 Migrant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهجرة لأسباب اقتصادية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.9 Migration due to financial reasons", - 1, - 504 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 35, - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - 1, - 505 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 36, - "4.2 Road accident", - "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", - "4.2 Road accident", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2985", - "", - "Trauma Accidental Traffic (TAT)", - "", - "I am unsure if this MSF is a good match, also CIEL - Traffic accident 119964, or CIEL-86, Accident motor vehicle", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حادث سير", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|4.2 Road accident", - 1, - 506 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 37, - "5.1 Financial problems", - "e6957cdb-3694-4ab6-b98b-2031c02b4460", - "5.1 Financial problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1543", - "", - "Extreme poverty / financial crisis", - "Specific agregated concept for the Mental Health database as part of the list of stressors", - "Maybe too strong", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل مالية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.1 Financial problems", - 1, - 507 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 38, - "5.2 Difficult living conditions", - "cd22a8af-1506-47af-9d1b-325c31c230a8", - "5.2 Difficult living conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبة الوضع المعيشي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.2 Difficult living conditions", - 1, - 508 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 39, - "5.3 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "5.3 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حدد", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.3 Other", - 1, - 509 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 1, - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "6e02debd-31eb-4112-8566-00e520835c76", - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - 1, - 510 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 2, - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - 1, - 511 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "35910034-cc37-4dd1-abb7-ce140b0eff2b", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حمل غير مرعوب به", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.3 Unwanted pregnancy", - 1, - 512 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 4, - "1.4 History of psychiatric problems", - "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", - "1.4 History of psychiatric problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المعاناة من مشاكل نفسية في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.4 History of psychiatric problems", - 1, - 513 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 5, - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "4bf7b376-9193-4ee4-a51a-445d07d2d22b", - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "N/A", - "Diagnosis", - "733c362a-89d3-4c6a-b918-f4af5725e7c7", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - 1, - 514 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 6, - "1.6 Family member with a serious medical condition", - "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", - "1.6 Family member with a serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.6 Family member with a serious medical condition", - 1, - 515 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 1, - "2.1 Sexual violence within the family", - "5cccf137-2952-4c9b-b879-b4ed2a9be621", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي داخل العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.1 Sexual violence within the family", - 1, - 516 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 2, - "2.2 Sexual violence outside the family", - "dbe73631-79ae-4ab9-a3c8-65d6732c8714", - "2.2 Sexual violence outside the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي خارج العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.2 Sexual violence outside the family", - 1, - 517 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 3, - "2.3 Exposed to war", - "cf28335f-d72c-440a-afc1-bcca39b51155", - "2.3 Exposed to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العيش في أجواء الحرب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.3 Exposed to war", - 1, - 518 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 4, - "2.4 Incarceration/detention", - "66492df1-6d26-498a-b6c7-b10931da1642", - "2.4 Incarceration/detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحبس/الاحتجاز", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.4 Incarceration/detention", - 1, - 519 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 5, - "2.5 Hostage/kidnapping/forced recruitment", - "8917acb0-e25d-4f9e-84bb-cae9998abf35", - "2.5 Hostage/kidnapping/forced recruitment", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاختطاف / التجنيد الإجباري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.5 Hostage/kidnapping/forced recruitment", - 1, - 520 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 6, - "2.6 Deportation", - "f279409d-71ba-41c6-8301-76ee90d239dc", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الترحيل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.6 Deportation", - 1, - 521 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 7, - "2.7 Domestic violence", - "e25f9ca1-0b33-4765-a8c4-5da48289bda7", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف المنزلي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.7 Domestic violence", - 1, - 522 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 8, - "2.8 Victim of threats", - "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", - "2.8 Victim of threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للتهديدات", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.8 Victim of threats", - 1, - 523 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 9, - "2.9 Victim of human trafficking or smuggling", - "5958f0fd-c755-4640-80d7-5ef0f9522b2e", - "2.9 Victim of human trafficking or smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للإتجار البشري والتهريب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.9 Victim of human trafficking or smuggling", - 1, - 524 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 10, - "2.10 Witness violence/killings/threats", - "107a7f52-f95d-447f-bf1a-c801e1a0082c", - "2.10 Witness violence/killings/threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.10 Witness violence/killings/threats", - 1, - 525 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 11, - "2.11 Forced to flee (IDP/refugee/migrant)", - "a8b0e025-a735-407b-b958-fe9b29c370e7", - "2.11 Forced to flee (IDP/refugee/migrant)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.11 Forced to flee (IDP/refugee/migrant)", - 1, - 526 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 12, - "2.12 Target of stigma/discrimination/marginalization", - "e702655a-57af-457a-a1ae-42e31f119f80", - "2.12 Target of stigma/discrimination/marginalization", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للوصم / التمييز العنصري / التهميش", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.12 Target of stigma/discrimination/marginalization", - 1, - 527 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 13, - "2.13 Other violence (wounded/beaten/torture)", - "c80eb3f7-31b1-4717-a78d-0aac623fc129", - "2.13 Other violence (wounded/beaten/torture)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.13 Other violence (wounded/beaten/torture)", - 1, - 528 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 14, - "2.14 Forced curfew or confinement", - "ea673f5c-5f99-4da5-9f41-92c21446de31", - "2.14 Forced curfew or confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاحتجاز أو منع الحركة القسري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.14 Forced curfew or confinement", - 1, - 529 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 15, - "2.15 History of suicide attempts", - "160734e2-e5ed-44e9-b573-bdbb6e619e30", - "2.15 History of suicide attempts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحار سابقة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.15 History of suicide attempts", - 1, - 530 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 16, - "2.16 History of self-harm/mutilation", - "19408a7e-e17e-4040-adec-d6aa426564ce", - "2.16 History of self-harm/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - "self-harm", - " ", - "N/A", - "Diagnosis", - "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية نفس / تشويه للنفس في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.16 History of self-harm/mutilation", - 1, - 531 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 17, - "2.17 Family members lived a violent experience", - "5a462534-7605-4137-8d5c-503584538eb4", - "2.17 Family members lived a violent experience", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أفراد العائلة لتجربة عنيفة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.17 Family members lived a violent experience", - 1, - 532 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 18, - "2.18 Adult forced marriage ", - "a725a884-e785-4c08-b08a-386d8652faaf", - "2.18 Adult forced marriage ", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الزواج القسري للبالغين", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.18 Adult forced marriage ", - 1, - 533 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 19, - "2.19 Child marriage", - "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زواج الأطفال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.19 Child marriage", - 1, - 534 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 1, - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "4e3ab089-6a99-4e15-8883-3c49a150e6c6", - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.1 Family member killed or missing (arrested / detained / disappeared) ", - 1, - 535 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 2, - "3.2 Unaccompanied minor or orphaned", - "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", - "3.2 Unaccompanied minor or orphaned", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قاصر أو يتيم من دون مرافق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.2 Unaccompanied minor or orphaned", - 1, - 536 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 3, - "3.3 Negligence of caretakers", - "f2be320d-7757-4525-bcb0-6005368982d7", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهمال مقدمي الرعاية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.3 Negligence of caretakers", - 1, - 537 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 4, - "3.4 Property destroyed or lost", - "979b6137-2d14-412d-8e07-d3f2a1743deb", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دمار الممتلكات أو فقدانها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.4 Property destroyed or lost", - 1, - 538 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 5, - "3.5 Loss of income", - "c88d3256-f445-4eee-8aac-c31542386f23", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان مصدر الدخل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.5 Loss of income", - 1, - 539 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 6, - "3.6 Death of family member (natural or accidental death)", - "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", - "3.6 Death of family member (natural or accidental death)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.6 Death of family member (natural or accidental death)", - 1, - 540 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 7, - "3.7 Relationship problems", - "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل عاطفية مع الشريك/ة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.7 Relationship problems", - 1, - 541 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 8, - "3.8 Divorce/separation", - "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", - "3.8 Divorce/separation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطلاق / الانفصال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.8 Divorce/separation", - 1, - 542 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 9, - "3.9 Migration due to financial reasons", - "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهجرة لأسباب اقتصادية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.9 Migration due to financial reasons", - 1, - 543 - ], - [ - 52, - "Past / Precipitating Events - Disaster", - "", - "Coded", - 1, - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Disaster|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - 1, - 544 - ], - [ - 52, - "Past / Precipitating Events - Disaster", - "", - "Coded", - 2, - "4.2 Road accident", - "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", - "4.2 Road accident", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حادث سير", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Disaster|4.2 Road accident", - 1, - 545 - ], - [ - 53, - "Past / Precipitating Events - Other", - "", - "Coded", - 1, - "5.1 Financial problems", - "e6957cdb-3694-4ab6-b98b-2031c02b4460", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل مالية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.1 Financial problems", - 1, - 546 - ], - [ - 53, - "Past / Precipitating Events - Other", - "", - "Coded", - 2, - "5.2 Difficult living conditions", - "cd22a8af-1506-47af-9d1b-325c31c230a8", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبة الوضع المعيشي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.2 Difficult living conditions", - 1, - 547 - ], - [ - 53, - "Past / Precipitating Events - Other", - "", - "Coded", - 3, - "5.3 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "5.3 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حدد", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.3 Other", - 1, - 548 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 1, - "1.1 Highly stigmatizing diseases", - "", - "1.1 Highly stigmatizing diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.1 Highly stigmatizing diseases", - 1, - 549 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 2, - "1.2 Severe medical condition", - "", - "1.2 Severe medical condition", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.2 Severe medical condition", - 1, - 550 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.3 Unwanted pregnancy", - 1, - 551 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 4, - "1.4 History of psychological or psychiatric problem", - "", - "1.4 History of psychological or psychiatric problem", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.4 History of psychological or psychiatric problem", - 1, - 552 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 5, - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000603", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "3cd50188-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - 1, - 553 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 6, - "1.6 Family member with serious medical condition", - "", - "1.6 Family member with serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.6 Family member with serious medical condition", - 1, - 554 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 7, - "2.1 Sexual violence within the family", - "", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.1 Sexual violence within the family", - 1, - 555 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 8, - "2.10 Witnessed violence / killing / threats", - "", - "2.10 Witnessed violence / killing / threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.10 Witnessed violence / killing / threats", - 1, - 556 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 9, - "2.11 Forced to flee / IDP / refugee / migration", - "", - "2.11 Forced to flee / IDP / refugee / migration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.11 Forced to flee / IDP / refugee / migration", - 1, - 557 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 10, - "2.12 Target of social stigma / Marginalisation and discrimination", - "", - "2.12 Target of social stigma / Marginalisation and discrimination", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.12 Target of social stigma / Marginalisation and discrimination", - 1, - 558 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 11, - "2.13 Other physical violence (wounded, beaten, tortured)", - "", - "2.13 Other physical violence (wounded, beaten, tortured)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.13 Other physical violence (wounded, beaten, tortured)", - 1, - 559 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 12, - "2.14 Forced curfew and confinement", - "", - "2.14 Forced curfew and confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.14 Forced curfew and confinement", - 1, - 560 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 13, - "2.15 Suicide/suicide attempt", - "", - "2.15 Suicide/suicide attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Suicide", - "The act of killing oneself.", - "N/A", - "Diagnosis", - "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.15 Suicide/suicide attempt", - 1, - 561 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 14, - "2.16 Self harming/mutilation", - "", - "2.16 Self harming/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.16 Self harming/mutilation", - 1, - 562 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 15, - "2.17 Family member experienced an act of violence", - "", - "2.17 Family member experienced an act of violence", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.17 Family member experienced an act of violence", - 1, - 563 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 16, - "2.18 Adult forced marriage", - "", - "2.18 Adult forced marriage", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.18 Adult forced marriage", - 1, - 564 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 17, - "2.19 Child marriage", - "", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.19 Child marriage", - 1, - 565 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 18, - "2.2 Sexual violence outside family", - "", - "2.2 Sexual violence outside family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.2 Sexual violence outside family", - 1, - 566 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 19, - "2.3 Combat experience / Exposure to war", - "", - "2.3 Combat experience / Exposure to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.3 Combat experience / Exposure to war", - 1, - 567 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 20, - "2.4 Incarceration / Detention", - "", - "2.4 Incarceration / Detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.4 Incarceration / Detention", - 1, - 568 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 21, - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - 1, - 569 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 22, - "2.6 Deportation", - "", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.6 Deportation", - 1, - 570 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 23, - "2.7 Domestic violence", - "", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.7 Domestic violence", - 1, - 571 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 24, - "2.8 Received threats", - "", - "2.8 Received threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.8 Received threats", - 1, - 572 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 25, - "2.9 Victim of human trafficking / smuggling", - "", - "2.9 Victim of human trafficking / smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.9 Victim of human trafficking / smuggling", - 1, - 573 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 26, - "3.1 Family member(s) killed / missing", - "", - "3.1 Family member(s) killed / missing", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.1 Family member(s) killed / missing", - 1, - 574 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 27, - "3.2 Unaccompanied minor / orphan", - "", - "3.2 Unaccompanied minor / orphan", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.2 Unaccompanied minor / orphan", - 1, - 575 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 28, - "3.3 Negligence of caretakers", - "", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.3 Negligence of caretakers", - 1, - 576 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 29, - "3.4 Property destroyed or lost", - "", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.4 Property destroyed or lost", - 1, - 577 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 30, - "3.5 Loss of income", - "", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.5 Loss of income", - 1, - 578 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 31, - "3.6 Family member died (natural death or accident)", - "", - "3.6 Family member died (natural death or accident)", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.6 Family member died (natural death or accident)", - 1, - 579 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 32, - "3.7 Relationship problems", - "", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.7 Relationship problems", - 1, - 580 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 33, - "3.8 Divorce / Separation", - "", - "3.8 Divorce / Separation", - " ", - " ", - " ", - " ", - " ", - " ", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.8 Divorce / Separation", - 1, - 581 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 34, - "3.9 Migration due to financial reasons", - "", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.9 Migration due to financial reasons", - 1, - 582 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 35, - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - 1, - 583 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 36, - "4.2 Road accidents", - "", - "4.2 Road accidents", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|4.2 Road accidents", - 1, - 584 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 37, - "5.1 Financial problems", - "", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.1 Financial problems", - 1, - 585 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 38, - "5.2 Difficult living conditions", - "", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.2 Difficult living conditions", - 1, - 586 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 39, - "5.3 Other, specify", - "", - "5.3 Other, specify", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.3 Other, specify", - 1, - 587 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 1, - "1.1 Highly stigmatizing diseases", - "", - "1.1 Highly stigmatizing diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.1 Highly stigmatizing diseases", - 1, - 588 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 2, - "1.2 Severe medical condition", - "", - "1.2 Severe medical condition", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.2 Severe medical condition", - 1, - 589 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.3 Unwanted pregnancy", - 1, - 590 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 4, - "1.4 History of psychological or psychiatric problem", - "", - "1.4 History of psychological or psychiatric problem", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.4 History of psychological or psychiatric problem", - 1, - 591 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 5, - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000603", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "3cd50188-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - 1, - 592 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 6, - "1.6 Family member with serious medical condition", - "", - "1.6 Family member with serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.6 Family member with serious medical condition", - 1, - 593 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 7, - "2.1 Sexual violence within the family", - "", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.1 Sexual violence within the family", - 1, - 594 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 8, - "2.10 Witnessed violence / killing / threats", - "", - "2.10 Witnessed violence / killing / threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.10 Witnessed violence / killing / threats", - 1, - 595 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 9, - "2.11 Forced to flee / IDP / refugee / migration", - "", - "2.11 Forced to flee / IDP / refugee / migration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.11 Forced to flee / IDP / refugee / migration", - 1, - 596 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 10, - "2.12 Target of social stigma / Marginalisation and discrimination", - "", - "2.12 Target of social stigma / Marginalisation and discrimination", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.12 Target of social stigma / Marginalisation and discrimination", - 1, - 597 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 11, - "2.13 Other physical violence (wounded, beaten, tortured)", - "", - "2.13 Other physical violence (wounded, beaten, tortured)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.13 Other physical violence (wounded, beaten, tortured)", - 1, - 598 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 12, - "2.14 Forced curfew and confinement", - "", - "2.14 Forced curfew and confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.14 Forced curfew and confinement", - 1, - 599 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 13, - "2.15 Suicide/suicide attempt", - "", - "2.15 Suicide/suicide attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Suicide", - "The act of killing oneself.", - "N/A", - "Diagnosis", - "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.15 Suicide/suicide attempt", - 1, - 600 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 14, - "2.16 Self harming/mutilation", - "", - "2.16 Self harming/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.16 Self harming/mutilation", - 1, - 601 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 15, - "2.17 Family member experienced an act of violence", - "", - "2.17 Family member experienced an act of violence", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.17 Family member experienced an act of violence", - 1, - 602 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 16, - "2.18 Adult forced marriage", - "", - "2.18 Adult forced marriage", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.18 Adult forced marriage", - 1, - 603 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 17, - "2.19 Child marriage", - "", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.19 Child marriage", - 1, - 604 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 18, - "2.2 Sexual violence outside family", - "", - "2.2 Sexual violence outside family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.2 Sexual violence outside family", - 1, - 605 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 19, - "2.3 Combat experience / Exposure to war", - "", - "2.3 Combat experience / Exposure to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.3 Combat experience / Exposure to war", - 1, - 606 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 20, - "2.4 Incarceration / Detention", - "", - "2.4 Incarceration / Detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.4 Incarceration / Detention", - 1, - 607 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 21, - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - 1, - 608 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 22, - "2.6 Deportation", - "", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.6 Deportation", - 1, - 609 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 23, - "2.7 Domestic violence", - "", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.7 Domestic violence", - 1, - 610 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 24, - "2.8 Received threats", - "", - "2.8 Received threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.8 Received threats", - 1, - 611 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 25, - "2.9 Victim of human trafficking / smuggling", - "", - "2.9 Victim of human trafficking / smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.9 Victim of human trafficking / smuggling", - 1, - 612 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 26, - "3.1 Family member(s) killed / missing", - "", - "3.1 Family member(s) killed / missing", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.1 Family member(s) killed / missing", - 1, - 613 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 27, - "3.2 Unaccompanied minor / orphan", - "", - "3.2 Unaccompanied minor / orphan", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.2 Unaccompanied minor / orphan", - 1, - 614 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 28, - "3.3 Negligence of caretakers", - "", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.3 Negligence of caretakers", - 1, - 615 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 29, - "3.4 Property destroyed or lost", - "", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.4 Property destroyed or lost", - 1, - 616 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 30, - "3.5 Loss of income", - "", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.5 Loss of income", - 1, - 617 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 31, - "3.6 Family member died (natural death or accident)", - "", - "3.6 Family member died (natural death or accident)", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.6 Family member died (natural death or accident)", - 1, - 618 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 32, - "3.7 Relationship problems", - "", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.7 Relationship problems", - 1, - 619 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 33, - "3.8 Divorce / Separation", - "", - "3.8 Divorce / Separation", - " ", - " ", - " ", - " ", - " ", - " ", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.8 Divorce / Separation", - 1, - 620 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 34, - "3.9 Migration due to financial reasons", - "", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.9 Migration due to financial reasons", - 1, - 621 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 35, - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - 1, - 622 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 36, - "4.2 Road accidents", - "", - "4.2 Road accidents", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|4.2 Road accidents", - 1, - 623 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 37, - "5.1 Financial problems", - "", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.1 Financial problems", - 1, - 624 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 38, - "5.2 Difficult living conditions", - "", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.2 Difficult living conditions", - 1, - 625 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 39, - "5.3 Other, specify", - "", - "5.3 Other, specify", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.3 Other, specify", - 1, - 626 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 1, - "1. Medical Conditions", - "", - "1. Medical Conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحالات الطبية", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "1. Medical Conditions", - "EdVWOgMdfNc", - "1_medical_conditions", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|1. Medical Conditions", - 1, - 627 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 2, - "2. Violence", - "", - "2. Violence", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "2. Violence", - "od6MVdk4TOT", - "2_violence", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|2. Violence", - 1, - 628 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 3, - "3. Separation or Loss", - "", - "3. Separation or Loss", - "", - "", - "", - "", - "", - "", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانفصال او الفقد", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "3. Separation or Loss", - "Mc24Je2EJ4Q", - "3_separation_or_loss", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|3. Separation or Loss", - 1, - 629 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 4, - "4. Disaster", - "", - "4. Disaster", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكوارث", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "4. Disaster", - "iHgeTnhykW6", - "4_disaster", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|4. Disaster", - 1, - 630 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 5, - "5. Other", - "", - "5. Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "5. Other", - "vITRvVrsOKr", - "5_other", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|5. Other", - 1, - 631 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 1, - "Medical care (MSF, MoH, NGO)", - "5f121c90-eca2-4af4-bc2f-49ad1a50ff2e", - "Medical care (MSF, MoH, NGO)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1003", - "", - "General Medical Care", - "Health service providing general medical primary health care", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "العناية الطبية (منظمة أطباء بلا حدود، أو وزارة الصحة، أو منظمة غير حكومية)", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Medical attention (MSF, MoH, NGO)", - "BDhNTdJWTFA", - "medical_attention_msf_moh_ngo", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Medical care (MSF, MoH, NGO)", - 1, - 632 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 2, - "MSF psychiatric services", - "485939c5-1e77-4495-b5e1-77fb2abbcfd7", - "MSF psychiatric services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الصحة النفسية لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "MSF psychiatric services", - "x2caKDwJiQT", - "psychiatric_care", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|MSF psychiatric services", - 1, - 633 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 3, - "Non-MSF psychiatrist services", - "489b042d-5ed4-436f-944c-27b7f31bef3f", - "Non-MSF psychiatrist services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الصحة النفسية من غير منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Non-MSF psychiatrist services", - "OdNA1Ql2kCX", - "non_msf_psychiatrist", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Non-MSF psychiatrist services", - 1, - 634 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 4, - "Social services", - "978fa5d2-e6c4-4b2a-a293-73c098de0af6", - "Social services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-5486", - "Social Support Services", - "", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الخدمات الاجتماعية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Social services", - "ShYuCnlXhfi", - "msf_social_worker", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Social services", - 1, - 635 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 5, - "Legal services", - "8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445", - "Legal services", - "Legal services", - "Representation or advice provided by a qualified legal practitioner for a client.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001406", - 95, - "Legal services", - "", - "N/A", - "Misc", - "6fc6b318-01b3-4322-a661-80b4a408fcfd", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1006", - "", - "legal Services", - "Representation or advice provided by a qualified legal practitioner for a client.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الخدمات القانونية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Legal services", - "K2opinEAoOm", - "legal_services", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Legal services", - 1, - 636 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 6, - "Protection services", - "eff27d0b-d485-4983-814f-febbc4fe185a", - "Protection services", - "Protection services", - "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001407", - 95, - "Protection services", - "", - "N/A", - "Misc", - "a307f884-9ee8-4d3f-b8f7-923870c053c0", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1007", - "", - "Protection Services", - "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الحماية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Protection services", - "bsyZzHUInhX", - "protection_services", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Protection services", - 1, - 637 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 7, - "Hospitalisation", - "6b8fca2d-0147-4dd8-a8f5-3b813152b952", - "Hospitalisation", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-46", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الارسال الى المستشفى", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Hospitalisation", - "wivtq78V9eS", - "hospitalisation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Hospitalisation", - 1, - 638 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 8, - "CHW", - "9bcbf231-c6ca-41c4-b247-bc4bced260c3", - "CHW", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "عاملو صحة مجتمع", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "CHW", - "WwdmMnGtj4o", - "chw", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|CHW", - 1, - 639 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 9, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Other", - "nufb9yUQCNJ", - "other", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Other", - 1, - 640 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 1, - "None", - "", - "None", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "MSF-1630", - "", - "none", - "Generic descriptive answer.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|None", - 1, - 641 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 2, - "Amitriptyline tab", - "", - "Amitriptyline tab", - "", - "", - "", - "", - "", - "", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-931", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Amitriptyline tab", - 1, - 642 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 3, - "Biperiden tab", - "", - "Biperiden tab", - "", - "", - "", - "", - "", - "", - "Biperiden", - "", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-72217", - "Biperiden", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Biperiden tab", - 1, - 643 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 4, - "Carbamazepine tab", - "", - "Carbamazepine tab", - "", - "", - "", - "", - "", - "", - "Carbamazepine", - "", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-72282", - "Carbamazepine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Carbamazepine tab", - 1, - 644 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 5, - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - "", - "", - "", - "", - "", - "", - "Chlorpromazine", - "", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-73330", - "Chlorpromazine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Chlorpromazine tab", - 1, - 645 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 6, - "Diazepam tab", - "", - "Diazepam tab", - "", - "", - "", - "", - "", - "", - "Diazepam", - "", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-74745", - "Diazepam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Diazepam tab", - 1, - 646 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 7, - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - "", - "", - "", - "", - "", - "", - "Diphenhydramine", - "", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-75015", - "Diphenhydramine ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Diphenhydramine tab", - 1, - 647 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 8, - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - "", - "", - "", - "", - "", - "", - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-76553", - "Fluoxetine hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Fluoxetine hydrochloride capsule", - 1, - 648 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 9, - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - "", - "", - "", - "", - "", - "", - "Fluphenazine", - "", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-76556", - "Flupenthixol decanoate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Fluphenazine decanoate amp", - 1, - 649 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 10, - "Haloperidol tab", - "", - "Haloperidol tab", - "", - "", - "", - "", - "", - "", - "Haloperidol", - "", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-77335", - "Haloperidol", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Haloperidol tab", - 1, - 650 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 11, - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - "", - "", - "", - "", - "", - "", - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-77336", - "Haloperidol decanoate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Haloperidol decanoate amp", - 1, - 651 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 12, - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - "", - "", - "", - "", - "", - "", - "Hydroxyzine", - "", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Hydroxyzine dihydrochloride tab", - 1, - 652 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 13, - "Olanzapine tab", - "", - "Olanzapine tab", - "", - "", - "", - "", - "", - "", - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-81025", - "Olanzapine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Olanzapine tab", - 1, - 653 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 14, - "Paroxetine tab", - "", - "Paroxetine tab", - "", - "", - "", - "", - "", - "", - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-81604", - "Paroxetine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Paroxetine tab", - 1, - 654 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 15, - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - "", - "", - "", - "", - "", - "", - "Promethazine hydrochloride", - "", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-82670", - "Promethazine hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Promethazine hydrochloride tab", - 1, - 655 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 16, - "Risperidone tab", - "", - "Risperidone tab", - "", - "", - "", - "", - "", - "", - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-83405", - "Risperidone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Risperidone tab", - 1, - 656 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 17, - "Sertraline tab", - "", - "Sertraline tab", - "", - "", - "", - "", - "", - "", - "Sertraline", - "", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-83865", - "Sertraline", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Sertraline tab", - 1, - 657 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 18, - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - "", - "", - "", - "", - "", - "", - "Trihexyphenidyl hydrochloride", - "", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-85464", - "Trihexyphenidyl hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Trihexyphenidyl hydrochloride tab", - 1, - 658 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 19, - "Valproate sodium tab", - "", - "Valproate sodium tab", - "", - "", - "", - "", - "", - "", - "Valproate", - "", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-84114", - "Valproate sodium", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Valproate sodium tab", - 1, - 659 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 20, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Other", - 1, - 660 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 1, - "None", - "", - "None", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|None", - 1, - 661 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 2, - "Amitriptyline tab", - "", - "Amitriptyline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Amitriptyline tab", - 1, - 662 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 3, - "Biperiden tab", - "", - "Biperiden tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Biperiden", - " ", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Biperiden tab", - 1, - 663 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 4, - "Carbamazepine tab", - "", - "Carbamazepine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Carbamazepine", - " ", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Carbamazepine tab", - 1, - 664 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 5, - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Chlorpromazine", - " ", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Chlorpromazine tab", - 1, - 665 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 6, - "Diazepam tab", - "", - "Diazepam tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diazepam", - " ", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Diazepam tab", - 1, - 666 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 7, - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diphenhydramine", - " ", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Diphenhydramine tab", - 1, - 667 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 8, - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluoxetine hydrochloride", - " ", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Fluoxetine hydrochloride capsule", - 1, - 668 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 9, - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluphenazine", - " ", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Fluphenazine decanoate amp", - 1, - 669 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 10, - "Haloperidol tab", - "", - "Haloperidol tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol", - " ", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Haloperidol tab", - 1, - 670 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 11, - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol decanoate", - " ", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Haloperidol decanoate amp", - 1, - 671 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 12, - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Hydroxyzine", - " ", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Hydroxyzine dihydrochloride tab", - 1, - 672 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 13, - "Olanzapine tab", - "", - "Olanzapine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Olanzapine", - " ", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Olanzapine tab", - 1, - 673 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 14, - "Paroxetine tab", - "", - "Paroxetine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Paroxetine", - " ", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Paroxetine tab", - 1, - 674 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 15, - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Promethazine hydrochloride", - " ", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Promethazine hydrochloride tab", - 1, - 675 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 16, - "Risperidone tab", - "", - "Risperidone tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Risperidone", - " ", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Risperidone tab", - 1, - 676 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 17, - "Sertraline tab", - "", - "Sertraline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Sertraline", - " ", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Sertraline tab", - 1, - 677 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 18, - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Trihexyphenidyl hydrochloride", - " ", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Trihexyphenidyl hydrochloride tab", - 1, - 678 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 19, - "Valproate sodium tab", - "", - "Valproate sodium tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Valproate", - " ", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Valproate sodium tab", - 1, - 679 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 20, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Other", - 1, - 680 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 1, - "None", - "", - "None", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|None", - 1, - 681 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 2, - "Amitriptyline tab", - "", - "Amitriptyline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Amitriptyline tab", - 1, - 682 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 3, - "Biperiden tab", - "", - "Biperiden tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Biperiden", - " ", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Biperiden tab", - 1, - 683 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 4, - "Carbamazepine tab", - "", - "Carbamazepine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Carbamazepine", - " ", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Carbamazepine tab", - 1, - 684 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 5, - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Chlorpromazine", - " ", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Chlorpromazine tab", - 1, - 685 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 6, - "Diazepam tab", - "", - "Diazepam tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diazepam", - " ", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Diazepam tab", - 1, - 686 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 7, - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diphenhydramine", - " ", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Diphenhydramine tab", - 1, - 687 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 8, - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluoxetine hydrochloride", - " ", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Fluoxetine hydrochloride capsule", - 1, - 688 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 9, - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluphenazine", - " ", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Fluphenazine decanoate amp", - 1, - 689 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 10, - "Haloperidol tab", - "", - "Haloperidol tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol", - " ", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Haloperidol tab", - 1, - 690 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 11, - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol decanoate", - " ", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Haloperidol decanoate amp", - 1, - 691 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 12, - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Hydroxyzine", - " ", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Hydroxyzine dihydrochloride tab", - 1, - 692 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 13, - "Olanzapine tab", - "", - "Olanzapine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Olanzapine", - " ", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Olanzapine tab", - 1, - 693 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 14, - "Paroxetine tab", - "", - "Paroxetine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Paroxetine", - " ", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Paroxetine tab", - 1, - 694 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 15, - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Promethazine hydrochloride", - " ", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Promethazine hydrochloride tab", - 1, - 695 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 16, - "Risperidone tab", - "", - "Risperidone tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Risperidone", - " ", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Risperidone tab", - 1, - 696 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 17, - "Sertraline tab", - "", - "Sertraline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Sertraline", - " ", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Sertraline tab", - 1, - 697 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 18, - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Trihexyphenidyl hydrochloride", - " ", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Trihexyphenidyl hydrochloride tab", - 1, - 698 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 19, - "Valproate sodium tab", - "", - "Valproate sodium tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Valproate", - " ", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Valproate sodium tab", - 1, - 699 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 20, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Other", - 1, - 700 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 1, - "Patient forgot about session", - "", - "Patient forgot about session", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "(see Ciel)", - "CIEL-162192", - "Patient Fogot to attend appointment", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض نسي الجلسة", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient forgot about session", - "K10sA9MeyuB", - "patient_forgot_about_session", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient forgot about session", - 1, - 701 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 2, - "No transportation / unable to attend", - "", - "No transportation / unable to attend", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا وسائل مواصلات / لم يستطع المجيء", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "No transportation / unable to attend", - "a9jCSQB7xkU", - "no_transportation_unable_to_attend", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|No transportation / unable to attend", - 1, - 702 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 3, - "Patient unreachable", - "", - "Patient unreachable", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن الوصول إلى المريض", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient unreachable", - "A1myk0SonK2", - "patient_unreachable", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient unreachable", - 1, - 703 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 4, - "Patient no longer wants services", - "", - "Patient no longer wants services", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض لم يعد يرغب بتلقي الخدمة", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient no longer wants services", - "DfTWJKP67rN", - "patient_no_longer_wants_services", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient no longer wants services", - 1, - 704 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 5, - "Patient was busy", - "", - "Patient was busy", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض كان مشغولاً", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient was busy", - "jtKK82mthKK", - "patient_was_busy", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient was busy", - 1, - 705 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 6, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Other", - "tkqMcbSlYzz", - "other", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Other", - 1, - 706 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 1, - "Discharge with the patient’s agreement: end of care", - "", - "Discharge with the patient’s agreement: end of care", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: نهاية الرعاية.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "1. Discharge with the patient’s agreement: end of care", - "dLPq55MxBwB", - 1, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: end of care", - 1, - 707 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 2, - "Discharge with the patient’s agreement: single consultation", - "", - "Discharge with the patient’s agreement: single consultation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: استشارة واحدة.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "2. Discharge with the patient’s agreement: single consultation", - "brp4CVnY3jG", - 2, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: single consultation", - 1, - 708 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 3, - "Discharge with the patient’s agreement: patient moved", - "", - "Discharge with the patient’s agreement: patient moved", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: المريض انتقل الى موقع اخر.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "3. Discharge with the patient’s agreement: patient moved", - "YeMJpC1WFDD", - 3, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: patient moved", - 1, - 709 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 4, - "Discharge with the patient’s agreement: patient referred", - "", - "Discharge with the patient’s agreement: patient referred", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: تمت إحالة المريض.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "4. Discharge with the patient’s agreement: patient referred", - "QO22EMZRSNa", - 4, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: patient referred", - 1, - 710 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 5, - "Patient cannot access the service: MSF is no longer", - "", - "Patient cannot access the service: MSF is no longer", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: أطباء بلا حدود لم تعد بالمنطقة.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "5. Patient cannot access the service: MSF is no longer there", - "dr4ZmvSaUB9", - 5, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: MSF is no longer", - 1, - 711 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 6, - "Patient cannot access the service: transport issues", - "", - "Patient cannot access the service: transport issues", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: مشاكل النقل.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "6. Patient cannot access the service: transport issues", - "deCWsA6Ui5b", - 6, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: transport issues", - 1, - 712 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 7, - "Patient cannot access the service: arrested/kidnaped", - "", - "Patient cannot access the service: arrested/kidnaped", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: موقوف / مخطوف.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "7. Patient cannot access the service: arrested/kidnaped", - "nhyIbBRYaWX", - 7, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: arrested/kidnaped", - 1, - 713 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 8, - "Lost to follow up: unable to trace", - "", - "Lost to follow up: unable to trace", - "Lost to follow up", - "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", - "N/A", - "Finding", - "d305b208-354f-4bb7-b35a-df4f8d92c256", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف المتابعة: لا يمكن تتبع المريض.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "8. Lost to follow up: unable to trace", - "P78sA75FJ2i", - 8, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Lost to follow up: unable to trace", - 1, - 714 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 9, - "Lost to follow up: dissatisfied/different expectations", - "", - "Lost to follow up: dissatisfied/different expectations", - "Lost to follow up", - "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", - "N/A", - "Finding", - "d305b208-354f-4bb7-b35a-df4f8d92c256", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف المتابعة: المريض لم يكن راضياً على الخدمة / توقعات لم تتم تلبيتها.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "9. Lost to follow up: dissatisfied/different expectations", - "hiYHmyIYvrN", - 9, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Lost to follow up: dissatisfied/different expectations", - 1, - 715 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 10, - "Deceased/missing", - "", - "Deceased/missing", - "Deceased", - "The person died.", - "N/A", - "Finding", - "dc1c7ac9-d9c3-4887-bc22-827c2db7689f", - 90, - "Deceased", - "Patient died.", - "N/A", - "Diagnosis", - "159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "Deceased", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "متوفى / مفقود.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "10. Deceased/missing", - "nyQCSDpS4zc", - 10, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Deceased/missing", - 1, - 716 - ], - [ - 63, - "Goals final status", - "", - "Coded", - 1, - "Achieved", - "", - "Achieved", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تم تحقيقه ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|Achieved", - 1, - 717 - ], - [ - 63, - "Goals final status", - "", - "Coded", - 2, - "No change ", - "", - "No change ", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا تغيير", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|No change ", - 1, - 718 - ], - [ - 63, - "Goals final status", - "", - "Coded", - 3, - "Challenges", - "", - "Challenges", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تحديات", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|Challenges", - 1, - 719 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 1, - "Not at all (0 point)", - "ed0e2463-c990-4341-b095-53b899707af9", - "Not at all (0 point)", - "Not at all", - "Answer to a Likert-like scale question indicating something that's not often.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001376", - 95, - "Not at all", - "Answer to a likert-like scale question", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Not at all", - "", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أبداً", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 0", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Not at all (0 point)", - 1, - 720 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 2, - "Several days (1 point)", - "b631d160-8d40-4cf7-92cd-67f628c889e8", - "Several days (1 point)", - "Several days", - "An occurrence of more than a few days.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001377", - 95, - "Several days", - "", - "N/A", - "Misc", - "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بعض الأيام", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 1", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Several days (1 point)", - 1, - 721 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 3, - "More than half the days (2 points)", - "234259ec-5368-4488-8482-4f261cc76714", - "More than half the days (2 points)", - "More than half the days", - "An occurrence of more than half the days", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001378", - 95, - "More than half the days", - "", - "N/A", - "Misc", - "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "More than half the days", - "", - "N/A", - "Misc", - "1cf6ebb8-dd57-4d26-87cd-e49c09373aaf", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أآثر من نصف الأيام", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 2", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|More than half the days (2 points)", - 1, - 722 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 4, - "Nearly every day (3 points)", - "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e", - "Nearly every day (3 points)", - "Nearly every day", - "An almost daily occurrence.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001379", - 95, - "Nearly every day", - "", - "N/A", - "Misc", - "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آل يوم تقريباً", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 3", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Nearly every day (3 points)", - 1, - 723 - ], - [ - 65, - "MHOS", - "", - "Coded", - 1, - "Not at all", - "ed0e2463-c990-4341-b095-53b899707af9", - "Not at all", - "Not at all", - "Answer to a Likert-like scale question indicating something that's not often.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001376", - 95, - "Not at all", - "Answer to a likert-like scale question", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Not at all", - "", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كلا على الاطلاق", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 1", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Not at all", - 1, - 724 - ], - [ - 65, - "MHOS", - "", - "Coded", - 2, - "A little", - "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", - "A little", - "A little", - "", - "Text", - "Misc", - "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قليلا", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|A little", - 1, - 725 - ], - [ - 65, - "MHOS", - "", - "Coded", - 3, - "Some", - "edf347b1-ee57-4d8f-babb-97acca20c3cb", - "Some", - "", - "", - "", - "", - "", - "", - "Some", - "", - "N/A", - "Misc", - "164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بعض", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 3", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Some", - 1, - 726 - ], - [ - 65, - "MHOS", - "", - "Coded", - 4, - "Fair amount", - "de7fa192-bf2e-4991-a81f-582c4b50ae51", - "Fair amount", - "Fair amount", - "", - "Text", - "Misc", - "de7fa192-bf2e-4991-a81f-582c4b50ae51", - 95, - "Fair", - "Degree of finding, pertaining to a class fair.", - "N/A", - "Misc", - "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fair", - "Degree of finding, pertaining to a class fair.", - "N/A", - "Misc", - "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كمية جيدة", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 4", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Fair amount", - 1, - 727 - ], - [ - 65, - "MHOS", - "", - "Coded", - 5, - "A lot", - "0f074510-1ff6-4924-bfef-effdcffd44f8", - "A lot", - "A lot", - "", - "Text", - "Misc", - "0f074510-1ff6-4924-bfef-effdcffd44f8", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كثيرا", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 5", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|A lot", - 1, - 728 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 1, - "No depression", - "5aa4edf5-b218-4470-b5da-ad1d88007954", - "0-4: No depression", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|No depression", - 1, - 729 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 2, - "Minimal symptoms", - "9d7d154f-e7a1-4490-b93a-85f5c2157f92", - "5-9: Minimal symptoms - Support and educate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Minimal symptoms", - 1, - 730 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 3, - "Minor to mild depression (or dysthymia)", - "ed7484ef-a3ea-4c95-bf59-58987c7f6d7c", - "10-14: Minor to mild depression (or dysthymia) - Support and watchful waiting / Reassess in one/two weeks", - "", - "", - "", - "", - "", - "", - "mild depression", - "", - "N/A", - "Diagnosis", - "157790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Minor to mild depression (or dysthymia)", - 1, - 731 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 4, - "Major depression", - "d163711c-9fcf-4050-b015-d3463b4602fa", - "15-19: Major depression – Refer to clinical office / psychologist (need for specific treatment)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Major depression", - 1, - 732 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 5, - "Severe depression", - "0ff3a7dc-1a6e-4453-91d5-29cf6a9f790c", - ">20: Severe depression – Major impairment, need for active treatment", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Severe depression", - 1, - 733 - ], - [ - 67, - "Head of family", - "", - "Coded", - 1, - "Father", - "", - "Father", - "", - "", - "", - "", - "", - "", - "Father", - "Family member.", - "N/A", - "Misc", - "971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Father", - "A father to another person", - "N/A", - "Misc", - "3ce18444-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Father", - 1, - 734 - ], - [ - 67, - "Head of family", - "", - "Coded", - 2, - "Mother", - "", - "Mother", - "", - "", - "", - "", - "", - "", - "Mother", - "Family member.", - "N/A", - "Misc", - "970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Mother", - "A mother of another person", - "N/A", - "Misc", - "3ce185ca-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Mother", - 1, - 735 - ], - [ - 67, - "Head of family", - "", - "Coded", - 3, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Other", - 1, - 736 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 1, - "Dose 0", - "", - "Dose 0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 0", - 1, - 737 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 2, - "Dose 1", - "", - "Dose 1", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 1", - 1, - 738 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 3, - "Dose 2", - "", - "Dose 2", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 2", - 1, - 739 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 4, - "Dose 3", - "", - "Dose 3", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 3", - 1, - 740 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 5, - "Dose 4", - "", - "Dose 4", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 4", - 1, - 741 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 6, - "Not vaccinated", - "", - "Not vaccinated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Not vaccinated", - 1, - 742 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 7, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Unknown", - 1, - 743 - ], - [ - 69, - "Vaccination - ITFC - Vaccination card", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Vaccination card", - "mFtDMd4244l", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Vaccination card|Yes", - 1, - 744 - ], - [ - 69, - "Vaccination - ITFC - Vaccination card", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Vaccination card", - "mFtDMd4244l", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Vaccination card|No", - 1, - 745 - ], - [ - 70, - "Vaccination - ITFC - BCG", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Dose 1", - "v6E5MjPpqSb", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|Dose 1", - 1, - 746 - ], - [ - 70, - "Vaccination - ITFC - BCG", - "", - "Coded", - 2, - "No vaccinated", - "", - "No vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "No vaccinated", - "O0Edj0kR5Nd", - "no_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|No vaccinated", - 1, - 747 - ], - [ - 70, - "Vaccination - ITFC - BCG", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Unknown", - "ydpXtzGHWHj", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|Unknown", - 1, - 748 - ], - [ - 71, - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Dose 1", - "xGTdCJcKmAn", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Dose 1", - 1, - 749 - ], - [ - 71, - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - 2, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Not vaccinated", - "Xg0muNfVNkv", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Not vaccinated", - 1, - 750 - ], - [ - 71, - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Unknown", - "KY34sEEUpnr", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Unknown", - 1, - 751 - ], - [ - 72, - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", - "cG8uCalPdNU", - "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", - "L4AkwHZ65GZ", - "Yes", - "sBr9pPNqd28", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|Yes", - 1, - 752 - ], - [ - 72, - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", - "cG8uCalPdNU", - "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", - "L4AkwHZ65GZ", - "No", - "aKS3CymU5Ns", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|No", - 1, - 753 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 1", - "bZXl07GyWhL", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 1", - 1, - 754 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 2", - "T8IyHX0cXe5", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 2", - 1, - 755 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 3", - "sw1D3rQGhGQ", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 3", - 1, - 756 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 4, - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 4", - "OT5qZpJO7jc", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 4", - 1, - 757 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 5, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Not vaccinated", - "dvq6f79oLIz", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Not vaccinated", - 1, - 758 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 6, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Unknown", - "i4AQ0qRNehI", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Unknown", - 1, - 759 - ], - [ - 74, - "Vaccination - ITFC - Pentavalent - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", - "SEkSRdlwF4x", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent - Last dose given on site|Yes", - 1, - 760 - ], - [ - 74, - "Vaccination - ITFC - Pentavalent - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", - "SEkSRdlwF4x", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent - Last dose given on site|No", - 1, - 761 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 1, - "Dose 0", - "", - "Dose 0", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 0", - "njckedtwZdc", - "dose_0", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 0", - 1, - 762 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 2, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 1", - "PxZFMT68zDd", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 1", - 1, - 763 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 3, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 2", - "H6YSRKyanXo", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 2", - 1, - 764 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 4, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 3", - "cwZTMIsCC5H", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 3", - 1, - 765 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 5, - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 4", - "b1vCPYEEjce", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 4", - 1, - 766 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 6, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Not vaccinated", - "RZVArvOeoQM", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Not vaccinated", - 1, - 767 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 7, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Unknown", - "koRJWvqd9fX", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Unknown", - 1, - 768 - ], - [ - 76, - "Vaccination - ITFC - AFP - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last AFP dose given on site", - "J2rK5CtSBvx", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP - Last dose given on site|Yes", - 1, - 769 - ], - [ - 76, - "Vaccination - ITFC - AFP - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last AFP dose given on site", - "J2rK5CtSBvx", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP - Last dose given on site|No", - 1, - 770 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Dose 1", - "PktzQX6fkgx", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Dose 1", - 1, - 771 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Dose 2", - "ocSTcDdyNTW", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Dose 2", - 1, - 772 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 3, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Not vaccinated", - "mTk3530bGYt", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Not vaccinated", - 1, - 773 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 4, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Unknown", - "hu4HpZGxknQ", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Unknown", - 1, - 774 - ], - [ - 78, - "Vaccination - ITFC - Measles - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Measles dose given on site", - "AKCbOxTvkTp", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles - Last dose given on site|Yes", - 1, - 775 - ], - [ - 78, - "Vaccination - ITFC - Measles - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Measles dose given on site", - "AKCbOxTvkTp", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles - Last dose given on site|No", - 1, - 776 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 1", - "bZXl07GyWhL", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 1", - 1, - 777 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 2", - "T8IyHX0cXe5", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 2", - 1, - 778 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 3", - "sw1D3rQGhGQ", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 3", - 1, - 779 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 4, - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 4", - "OT5qZpJO7jc", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 4", - 1, - 780 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 5, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Not vaccinated", - "dvq6f79oLIz", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Not vaccinated", - 1, - 781 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 6, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Unknown", - "i4AQ0qRNehI", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Unknown", - 1, - 782 - ], - [ - 80, - "Vaccination - ITFC - PCV - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PCV dose given on site", - "u5dxpihoKN0", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV - Last dose given on site|Yes", - 1, - 783 - ], - [ - 80, - "Vaccination - ITFC - PCV - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PCV dose given on site", - "u5dxpihoKN0", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV - Last dose given on site|No", - 1, - 784 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 1", - "EZMbl2HCG9p", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 1", - 1, - 785 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 2", - "hmEojVACROI", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 2", - 1, - 786 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 3", - "nDI0iPQUa1X", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 3", - 1, - 787 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 4, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Not vaccinated", - "OpSJw5WAm18", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Not vaccinated", - 1, - 788 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 5, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Unknown", - "MZfMeIWOPam", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Unknown", - 1, - 789 - ], - [ - 82, - "Vaccination - ITFC - Rotavirus - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", - "npoNMyqKaEJ", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus - Last dose given on site|Yes", - 1, - 790 - ], - [ - 82, - "Vaccination - ITFC - Rotavirus - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", - "npoNMyqKaEJ", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus - Last dose given on site|No", - 1, - 791 - ], - [ - 83, - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Dose 1", - "v6E5MjPpqSb", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Dose 1", - 1, - 792 - ], - [ - 83, - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - 2, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "No vaccinated", - "O0Edj0kR5Nd", - "no_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Not vaccinated", - 1, - 793 - ], - [ - 83, - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Unknown", - "ydpXtzGHWHj", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Unknown", - 1, - 794 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 1", - "cUxnl1n3Elk", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 1", - 1, - 795 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 2", - "IGb7BSiAggz", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 2", - 1, - 796 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 3", - "HdgSh1EMq1l", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 3", - 1, - 797 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 4, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Not vaccinated", - "QFcgfRifWyg", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Not vaccinated", - 1, - 798 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 5, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Unknown", - "XGk3KqPo8L2", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Unknown", - 1, - 799 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Dose 1", - "QBENCGv4wSd", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Dose 1", - 1, - 800 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Dose 2", - "TBI8FVnrLfW", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Dose 2", - 1, - 801 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 3, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Not vaccinated", - "rTBp8C32W8w", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Not vaccinated", - 1, - 802 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 4, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Unknown", - "GH4ogeUFzXa", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Unknown", - 1, - 803 - ], - [ - 86, - "Vaccination - ITFC - PPV 23", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Dose 1", - "ipWO3gdU4Yp", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Dose 1", - 1, - 804 - ], - [ - 86, - "Vaccination - ITFC - PPV 23", - "", - "Coded", - 2, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Not vaccinated", - "QGiw4ry0TyJ", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Not vaccinated", - 1, - 805 - ], - [ - 86, - "Vaccination - ITFC - PPV 23", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Unknown", - "cSdyotNEi6R", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Unknown", - 1, - 806 - ], - [ - 87, - "Vaccination - ITFC - PPV 23 - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "L33Iqgj6wh8", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "DzlGd3b2nJN", - "Yes", - "OF5xbph1XiN", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23 - Last dose given on site|Yes", - 1, - 807 - ], - [ - 87, - "Vaccination - ITFC - PPV 23 - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "L33Iqgj6wh8", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "DzlGd3b2nJN", - "No", - "ZfPkEIgzMwl", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23 - Last dose given on site|No", - 1, - 808 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Dose 1", - "ZRDiTHJArw5", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Dose 1", - 1, - 809 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Dose 2", - "Rruu1ulpzSe", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Dose 2", - 1, - 810 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 3, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Not vaccinated", - "raLxCNMjp3j", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Not vaccinated", - 1, - 811 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 4, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Unknown", - "cU7AqGL8TRJ", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Unknown", - 1, - 812 - ], - [ - 89, - "Vaccination - ITFC - HPV - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "nHzyndo6Opn", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "PiM5sEcQEaE", - "Yes", - "WklX5Gy9bvP", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV - Last dose given on site|Yes", - 1, - 813 - ], - [ - 89, - "Vaccination - ITFC - HPV - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "nHzyndo6Opn", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "PiM5sEcQEaE", - "No", - "AhpHRa3pQ00", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV - Last dose given on site|No", - 1, - 814 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 1, - "TT1", - "", - "TT1", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT1", - "BaPawIuIMge", - "tt1", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT1", - 1, - 815 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 2, - "TT2", - "", - "TT2", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT2", - "Ht9dML7mb0C", - "tt2", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT2", - 1, - 816 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 3, - "TT3", - "", - "TT3", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT3", - "IEQkdICorA3", - "tt3", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT3", - 1, - 817 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 4, - "TT4", - "", - "TT4", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT4", - "XyhSFgJ0lzp", - "tt4", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT4", - 1, - 818 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 5, - "≥TT5", - "", - "≥TT5", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "≥TT5", - "WkDsQkKl3mE", - "≥tt5", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|≥TT5", - 1, - 819 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 6, - "Not vaccinated", - "", - "Not vaccinated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "Not vaccinated", - "flugHmgry3z", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|Not vaccinated", - 1, - 820 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 7, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "Unknown", - "AkYJr9EfFJp", - "unknown", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|Unknown", - 1, - 821 - ], - [ - 91, - "Yes-no", - "", - "Coded", - 1, - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "X", - "Yes-no|Yes", - 1, - 822 - ], - [ - 91, - "Yes-no", - "", - "Coded", - 2, - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "X", - "Yes-no|No", - 1, - 823 - ], - [ - 92, - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", - "ai1f1Nd7tTk", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|Yes", - 1, - 824 - ], - [ - 92, - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", - "", - "Coded", - 2, - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", - "ai1f1Nd7tTk", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|No", - 1, - 825 - ], - [ - 93, - "Yes-no - Vaccination of accompanying children - Status checked", - "", - "Coded", - 1, - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "jEbjrXqhNEO", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "pkoZo5NLnmT", - "Yes", - "RA1z7oYeLBW", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination of accompanying children - Status checked|Yes", - 1, - 826 - ], - [ - 93, - "Yes-no - Vaccination of accompanying children - Status checked", - "", - "Coded", - 2, - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "jEbjrXqhNEO", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "pkoZo5NLnmT", - "No", - "cULP83r16XQ", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination of accompanying children - Status checked|No", - 1, - 827 - ], - [ - 94, - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "Yes", - "OJR1wOuzdAu", - "yes", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|Yes", - 1, - 828 - ], - [ - 94, - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "No", - "SzkvKP70Pww", - "no", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|No", - 1, - 829 - ], - [ - 94, - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - 3, - "NA", - "", - "NA", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "NA", - "t3TQeaCkJiy", - "na", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|NA", - 1, - 830 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute asthma", - 1, - 831 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - "", - "", - "", - "MSF-AAAAAA000000000000000512", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute diarrhea (bloody)", - 1, - 832 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute diarrhea (non-bloody)", - 1, - 833 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute febrile illness (=<7 days)", - 1, - 834 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - "", - "", - "", - "", - "", - "", - "Acute flaccid paralysis", - "", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute flaccid paralysis", - 1, - 835 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - "", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute jaundice syndrome", - 1, - 836 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 7, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Apnoea of prematurity", - 1, - 837 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 8, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bacterial meningitis", - 1, - 838 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 9, - "Birth injury", - "", - "Birth injury", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Birth injury", - 1, - 839 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 10, - "Bronchiolitis obstructive bronchitis", - "", - "Bronchiolitis obstructive bronchitis", - "", - "", - "", - "", - "", - "", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bronchiolitis obstructive bronchitis", - 1, - 840 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 11, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bronchospasm", - 1, - 841 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 12, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Burns", - 1, - 842 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 13, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cardiogenic shock", - 1, - 843 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 14, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - "", - "", - "", - "", - "", - "", - "Cerebral palsy", - "", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cerebral palsy - Neuro disability", - 1, - 844 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 15, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cholera (suspected)", - 1, - 845 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 16, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cholera confirmed", - 1, - 846 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 17, - "Complicated ear infection", - "", - "Complicated ear infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Complicated ear infection", - 1, - 847 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 18, - "Complications of SCD", - "", - "Complications of SCD", - "", - "", - "", - "", - "", - "", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Complications of SCD", - 1, - 848 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 19, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital herpes virus infection", - 1, - 849 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 20, - "Congenital malaria", - "", - "Congenital malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital malaria", - 1, - 850 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 21, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital or acquired cardiac pathology", - 1, - 851 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 22, - "Congenital syphilis", - "", - "Congenital syphilis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital syphilis", - 1, - 852 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 23, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congestive Heart Failure", - 1, - 853 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 24, - "COPD", - "", - "COPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|COPD", - 1, - 854 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 25, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Covid-19 confirmed", - 1, - 855 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 26, - "Covid-19 probable", - "", - "Covid-19 probable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Covid-19 probable", - 1, - 856 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 27, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - "", - "", - "", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - "", - "", - "", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cutaneous leishmaniosis", - 1, - 857 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 28, - "Dengue confirmed", - "", - "Dengue confirmed", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dengue confirmed", - 1, - 858 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 29, - "Dengue suspected", - "", - "Dengue suspected", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dengue suspected", - 1, - 859 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 30, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diabetes type 2 and complications", - 1, - 860 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 31, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diabetes Type I and complications", - 1, - 861 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 32, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - "", - "", - "", - "", - "", - "", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diarrhea (persistent)", - 1, - 862 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 33, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diphtheria", - 1, - 863 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 34, - "Dog bite", - "", - "Dog bite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dog bite", - 1, - 864 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 35, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Epilepsy - Seizures", - 1, - 865 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 36, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - "", - "", - "", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - "", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Extra pulmonary tuberculosis", - 1, - 866 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 37, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Eye diseases (including trachoma)", - 1, - 867 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 38, - "Febrile convulsions", - "", - "Febrile convulsions", - "", - "", - "", - "", - "", - "", - "Febrile convulsion", - "", - "", - "", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Febrile convulsions", - 1, - 868 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 39, - "Gynaecological cases", - "", - "Gynaecological cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Gynaecological cases", - 1, - 869 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 40, - "Hepatitis A", - "", - "Hepatitis A", - "", - "", - "", - "", - "", - "", - "Hepatitis A", - "", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis A", - 1, - 870 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 41, - "Hepatitis B", - "", - "Hepatitis B", - "", - "", - "", - "", - "", - "", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis B", - 1, - 871 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 42, - "Hepatitis Delta", - "", - "Hepatitis Delta", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis Delta", - 1, - 872 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 43, - "Hepatitis E", - "", - "Hepatitis E", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis E", - 1, - 873 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 44, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|HIV Infection confirmed", - 1, - 874 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 45, - "Hyperglycemia", - "", - "Hyperglycemia", - "", - "", - "", - "", - "", - "", - "Hyperglycaemia", - "", - "", - "", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hyperglycemia", - 1, - 875 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 46, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hyperreactive splenomegaly due to malaria", - 1, - 876 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 47, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - "", - "", - "", - "MSF-AAAAAA000000000000000608", - 96, - "", - "", - "", - "", - "", - "", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hypoglycemia", - 1, - 877 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 48, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - "", - "", - "", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - "", - "", - "", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hypovolemic shock", - 1, - 878 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 49, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - "", - "", - "", - "", - "", - "", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Infectious diseases not otherwise classified", - 1, - 879 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 50, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Lower respiratory tract infection", - 1, - 880 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 51, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Measles (complicated)", - 1, - 881 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 52, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Measles (uncomplicated)", - 1, - 882 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 53, - "Meningeal TB", - "", - "Meningeal TB", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Meningeal TB", - 1, - 883 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 54, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Meningitis unspecified", - 1, - 884 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 55, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Mental and psychiatric conditions", - 1, - 885 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 56, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - "", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Moderate acute malnutrition", - 1, - 886 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 57, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Musculoskeletal conditions (infectious origin)", - 1, - 887 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 58, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Musculoskeletal conditions (non-infectious)", - 1, - 888 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 59, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Necrotizing & bullous skin infections", - 1, - 889 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 60, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neglected tropical diseases", - 1, - 890 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 61, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - "", - "", - "", - "", - "", - "", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal conjunctivitis", - 1, - 891 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 62, - "Neonatal convulsions", - "", - "Neonatal convulsions", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal convulsions", - 1, - 892 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 63, - "Neonatal jaundice", - "", - "Neonatal jaundice", - "", - "", - "", - "", - "", - "", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal jaundice", - 1, - 893 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 64, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal meconial aspiration", - 1, - 894 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 65, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - "", - "", - "", - "", - "", - "", - "Neonatal Necrotising Enterocolitis", - "", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal Necrotizing Enterocolitis", - 1, - 895 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 66, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal pneumonia", - 1, - 896 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 67, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal pneumothorax", - 1, - 897 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 68, - "Neonatal tetanus", - "", - "Neonatal tetanus", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal tetanus", - 1, - 898 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 69, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal tuberculosis", - 1, - 899 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 70, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 900 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 71, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Newborn to an HIV+ mother", - 1, - 901 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 72, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non cardiac congenital pathology", - 1, - 902 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 73, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non urgent surgical conditions", - 1, - 903 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 74, - "Non violence-related injuries", - "", - "Non violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non violence-related injuries", - 1, - 904 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 75, - "Observation", - "", - "Observation", - "", - "", - "", - "", - "", - "", - "Observation ward", - "", - "", - "", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Observation", - 1, - 905 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 76, - "Obstetric cases", - "", - "Obstetric cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Obstetric cases", - 1, - 906 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 77, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Oral and digestive severe candidiasis", - 1, - 907 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 78, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other bites and stings", - 1, - 908 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 79, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other neurological conditions", - 1, - 909 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 80, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other non communicable diseases", - 1, - 910 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 81, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other symptoms and abnor. clinical / lab findings", - 1, - 911 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 82, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Others", - 1, - 912 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 83, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Perinatal asphyxia and complications", - 1, - 913 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 84, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Persistent fever ( >7 days)", - 1, - 914 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 85, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - "", - "", - "", - "", - "", - "", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Poliomyelitis confirmed", - 1, - 915 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 86, - "Post surgical infections", - "", - "Post surgical infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Post surgical infections", - 1, - 916 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 87, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Prematurity and or low birth weight", - 1, - 917 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 88, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Pulmonary tuberculosis", - 1, - 918 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 89, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Rabies", - 1, - 919 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 90, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - "", - "", - "", - "", - "", - "", - "Rheumatic heart disease", - "", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Rheumatic heart disease", - 1, - 920 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 91, - "Risk of sepsis", - "", - "Risk of sepsis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Risk of sepsis", - 1, - 921 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 92, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Septic shock", - 1, - 922 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 93, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 923 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 94, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 924 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 95, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - "", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus)", - 1, - 925 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 96, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - "", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe anaemia", - 1, - 926 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 97, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe dehydration", - 1, - 927 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 98, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe malaria", - 1, - 928 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 99, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - "", - "", - "", - "MSF-AAAAAA000000000000000713", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sexual violence / rape", - 1, - 929 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 100, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sexually transmitted disease (STI)", - 1, - 930 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 101, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Shigellosis - Salmonellosis", - 1, - 931 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 102, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Shock uspecified", - 1, - 932 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 103, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - "", - "", - "", - "", - "", - "", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sickle cell disease", - 1, - 933 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 104, - "Simple malaria", - "", - "Simple malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Simple malaria", - 1, - 934 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 105, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Skin and soft tissue conditions", - 1, - 935 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 106, - "Snake bites", - "", - "Snake bites", - "", - "", - "", - "", - "", - "", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Snake bites", - 1, - 936 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 107, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Substance abuse / dependency", - 1, - 937 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 108, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Suspected or confirmed malignancy", - 1, - 938 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 109, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - "", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Tetanus", - 1, - 939 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 110, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Toxicity / poisoning", - 1, - 940 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 111, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Transient tachypnoea of the newborn", - 1, - 941 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 112, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Typhoid fever", - 1, - 942 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 113, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Upper respiratory tract infection", - 1, - 943 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 114, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - "", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Urgent surgical conditions", - 1, - 944 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 115, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Urolithiasis / Renal colic", - 1, - 945 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 116, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|UTI and renal tract acute pathology", - 1, - 946 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 117, - "Varicella", - "", - "Varicella", - "", - "", - "", - "", - "", - "", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Varicella", - 1, - 947 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 118, - "Violence-related injuries", - "", - "Violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Violence-related injuries", - 1, - 948 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 119, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Viral haemorrhagic fevers", - 1, - 949 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 120, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Visceral leishmaniasis", - 1, - 950 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 121, - "Vit A deficiency", - "", - "Vit A deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit A deficiency", - 1, - 951 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 122, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit B complex deficiency", - 1, - 952 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 123, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit C deficiency (scurvy)", - 1, - 953 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 124, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit D deficiency (rickets)", - 1, - 954 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 125, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Whooping cough", - 1, - 955 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 126, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - "", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Yellow fever", - 1, - 956 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute asthma", - "UoCC4TyaYZp", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute asthma", - 1, - 957 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - "", - "", - "", - "MSF-AAAAAA000000000000000512", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute diarrhea (bloody)", - "bXbATZn7QwE", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute diarrhea (bloody)", - 1, - 958 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute diarrhea (non-bloody)", - "FltwCRejivF", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute diarrhea (non-bloody)", - 1, - 959 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute febrile illness (=<7 days)", - "fgeCTh9601Z", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute febrile illness (=<7 days)", - 1, - 960 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - "", - "", - "", - "", - "", - "", - "Acute flaccid paralysis", - "", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute flaccid paralysis", - "r8U660ApU51", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute flaccid paralysis", - 1, - 961 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - "", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute jaundice syndrome", - "PkeGHY5X4hR", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute jaundice syndrome", - 1, - 962 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 7, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Apnoea of prematurity", - "A07QEdOGULT", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Apnoea of prematurity", - 1, - 963 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 8, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bacterial meningitis", - "ELkTBWRtnbU", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bacterial meningitis", - 1, - 964 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 9, - "Birth injury", - "", - "Birth injury", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Birth injury", - "FtoAE4Ckgdc", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Birth injury", - 1, - 965 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 10, - "Bronchiolitis obstructive bronchitis", - "", - "Bronchiolitis obstructive bronchitis", - "", - "", - "", - "", - "", - "", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bronchiolitis obstructive bronchitis", - "LAu8p10eBf1", - "bronchiolitis_obstructive_bronchitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bronchiolitis obstructive bronchitis", - 1, - 966 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 11, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bronchospasm", - "AKJv8tPOPfq", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bronchospasm", - 1, - 967 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 12, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Burns", - "Z0JCjHGqNaj", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Burns", - 1, - 968 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 13, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cardiogenic shock", - "IwBXvTC07X4", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cardiogenic shock", - 1, - 969 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 14, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - "", - "", - "", - "", - "", - "", - "Cerebral palsy", - "", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cerebral palsy - Neuro disability", - "r8tFgDoOtCP", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cerebral palsy - Neuro disability", - 1, - 970 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 15, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cholera (suspected)", - "YKzNEhC9cq3", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cholera (suspected)", - 1, - 971 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 16, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cholera confirmed", - "eyfVX0CSq4s", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cholera confirmed", - 1, - 972 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 17, - "Complicated ear infection", - "", - "Complicated ear infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Complicated ear infection", - "Tj93mBtUkhu", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Complicated ear infection", - 1, - 973 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 18, - "Complications of SCD", - "", - "Complications of SCD", - "", - "", - "", - "", - "", - "", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Complications of SCD", - "EO0bo8A7qDk", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Complications of SCD", - 1, - 974 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 19, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital herpes virus infection", - "B02tG0t2ZiN", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital herpes virus infection", - 1, - 975 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 20, - "Congenital malaria", - "", - "Congenital malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital malaria", - "pXF4knGswXw", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital malaria", - 1, - 976 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 21, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital or acquired cardiac pathology", - "nvQpfHzvu6A", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital or acquired cardiac pathology", - 1, - 977 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 22, - "Congenital syphilis", - "", - "Congenital syphilis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital syphilis", - "qvaVyj95GlX", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital syphilis", - 1, - 978 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 23, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congestive Heart Failure", - "vNvbx4qpkUa", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congestive Heart Failure", - 1, - 979 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 24, - "COPD", - "", - "COPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "COPD", - "sCGnq3NK2Xy", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|COPD", - 1, - 980 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 25, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Covid-19 confirmed", - "m62n1ZUQGHF", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Covid-19 confirmed", - 1, - 981 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 26, - "Covid-19 probable", - "", - "Covid-19 probable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Covid-19 probable", - "IUjXXVageyU", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Covid-19 probable", - 1, - 982 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 27, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - "", - "", - "", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - "", - "", - "", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cutaneous leishmaniosis", - "pycPdcwaYgI", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cutaneous leishmaniosis", - 1, - 983 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 28, - "Dengue confirmed", - "", - "Dengue confirmed", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dengue confirmed", - "CnHndylBSN3", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dengue confirmed", - 1, - 984 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 29, - "Dengue suspected", - "", - "Dengue suspected", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dengue suspected", - "sCqcBysQAon", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dengue suspected", - 1, - 985 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 30, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diabetes type 2 and complications", - "jQhAo2FVD69", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diabetes type 2 and complications", - 1, - 986 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 31, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diabetes Type I and complications", - "CzGkEukFnE5", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diabetes Type I and complications", - 1, - 987 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 32, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - "", - "", - "", - "", - "", - "", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diarrhea (persistent)", - "apvC5aiDSgV", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diarrhea (persistent)", - 1, - 988 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 33, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diphtheria", - "MtXYrdYlGOy", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diphtheria", - 1, - 989 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 34, - "Dog bite", - "", - "Dog bite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dog bite", - "rohyQ83YCPY", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dog bite", - 1, - 990 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 35, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Epilepsy - Seizures", - "JmfXWcy056y", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Epilepsy - Seizures", - 1, - 991 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 36, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - "", - "", - "", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - "", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Extra pulmonary tuberculosis", - "gNDMXmSlxY5", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Extra pulmonary tuberculosis", - 1, - 992 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 37, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Eye diseases (including trachoma)", - "anzGBpfOjIE", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Eye diseases (including trachoma)", - 1, - 993 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 38, - "Febrile convulsions", - "", - "Febrile convulsions", - "", - "", - "", - "", - "", - "", - "Febrile convulsion", - "", - "", - "", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Febrile convulsions", - "cEFdvYz974J", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Febrile convulsions", - 1, - 994 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 39, - "Gynaecological cases", - "", - "Gynaecological cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Gynaecological cases", - "jznqlCDB7bD", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Gynaecological cases", - 1, - 995 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 40, - "Hepatitis A", - "", - "Hepatitis A", - "", - "", - "", - "", - "", - "", - "Hepatitis A", - "", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis A", - "ukKcORm1F6S", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis A", - 1, - 996 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 41, - "Hepatitis B", - "", - "Hepatitis B", - "", - "", - "", - "", - "", - "", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis B", - "lIUb0EAK51H", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis B", - 1, - 997 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 42, - "Hepatitis Delta", - "", - "Hepatitis Delta", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis Delta", - "hduXSHS4szJ", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis Delta", - 1, - 998 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 43, - "Hepatitis E", - "", - "Hepatitis E", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis E", - "QwzXUJbzLXH", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis E", - 1, - 999 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 44, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "HIV Infection confirmed", - "pUhMekDUu7f", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|HIV Infection confirmed", - 1, - 1000 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 45, - "Hyperglycemia", - "", - "Hyperglycemia", - "", - "", - "", - "", - "", - "", - "Hyperglycaemia", - "", - "", - "", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hyperglycemia", - "SUvj2pUJRFh", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hyperglycemia", - 1, - 1001 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 46, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hyperreactive splenomegaly due to malaria", - "X7Sk4ow3iI8", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hyperreactive splenomegaly due to malaria", - 1, - 1002 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 47, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - "", - "", - "", - "MSF-AAAAAA000000000000000608", - 96, - "", - "", - "", - "", - "", - "", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hypoglycemia", - "WeuqO510vgS", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hypoglycemia", - 1, - 1003 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 48, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - "", - "", - "", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - "", - "", - "", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hypovolemic shock", - "EcBzdm2aQ23", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hypovolemic shock", - 1, - 1004 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 49, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - "", - "", - "", - "", - "", - "", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Infectious diseases not otherwise classified", - "NRRuczCFMMF", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Infectious diseases not otherwise classified", - 1, - 1005 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 50, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Lower respiratory tract infection", - "qc8bQZ5WivT", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Lower respiratory tract infection", - 1, - 1006 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 51, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Measles (complicated)", - "NBydum9qcq6", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Measles (complicated)", - 1, - 1007 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 52, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Measles (uncomplicated)", - "Mzk9OdBug0o", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Measles (uncomplicated)", - 1, - 1008 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 53, - "Meningeal TB", - "", - "Meningeal TB", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Meningeal TB", - "FMpzSLis7mi", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Meningeal TB", - 1, - 1009 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 54, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Meningitis unspecified", - "NzNRwhQ9cvG", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Meningitis unspecified", - 1, - 1010 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 55, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Mental and psychiatric conditions", - "K7PAEOyTRcr", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Mental and psychiatric conditions", - 1, - 1011 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 56, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - "", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Moderate acute malnutrition", - "TwYur55ToIF", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Moderate acute malnutrition", - 1, - 1012 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 57, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Musculoskeletal conditions (infectious origin)", - "VWHtY3nz3Rw", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (infectious origin)", - 1, - 1013 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 58, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Musculoskeletal conditions (non-infectious)", - "y0cWH3jWDqM", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (non-infectious)", - 1, - 1014 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 59, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Necrotizing & bullous skin infections", - "lEkrxTnPMAm", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Necrotizing & bullous skin infections", - 1, - 1015 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 60, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neglected tropical diseases", - "LRNoNQQkUyp", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neglected tropical diseases", - 1, - 1016 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 61, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - "", - "", - "", - "", - "", - "", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal conjunctivitis", - "l7uIiP3Evps", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal conjunctivitis", - 1, - 1017 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 62, - "Neonatal convulsions", - "", - "Neonatal convulsions", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal convulsions", - "vUf0E6IPcTZ", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal convulsions", - 1, - 1018 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 63, - "Neonatal jaundice", - "", - "Neonatal jaundice", - "", - "", - "", - "", - "", - "", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal jaundice", - "XLcSqtMfBxM", - "neonatal-jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal jaundice", - 1, - 1019 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 64, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal meconial aspiration", - "iSr0WOSmT9U", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal meconial aspiration", - 1, - 1020 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 65, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - "", - "", - "", - "", - "", - "", - "Neonatal Necrotising Enterocolitis", - "", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal Necrotizing Enterocolitis", - "Jgx0hYetHaY", - "neonatal_necrotizing_nterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal Necrotizing Enterocolitis", - 1, - 1021 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 66, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal pneumonia", - "wa1RG3wnht0", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal pneumonia", - 1, - 1022 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 67, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal pneumothorax", - "s0XrcXrOnQ8", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal pneumothorax", - 1, - 1023 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 68, - "Neonatal tetanus", - "", - "Neonatal tetanus", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal tetanus", - "luBkSC1qQbJ", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal tetanus", - 1, - 1024 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 69, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal tuberculosis", - "djiIx7NnwaX", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal tuberculosis", - 1, - 1025 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 70, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "ZcyurITHZes", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1026 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 71, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Newborn to an HIV+ mother", - "yjJN567GnYG", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Newborn to an HIV+ mother", - 1, - 1027 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 72, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non cardiac congenital pathology", - "nXAR0YWa21v", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non cardiac congenital pathology", - 1, - 1028 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 73, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non urgent surgical conditions", - "wyOWCkIW4RI", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non urgent surgical conditions", - 1, - 1029 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 74, - "Non violence-related injuries", - "", - "Non violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non violence-related injuries", - "kFutLc3yZOe", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non violence-related injuries", - 1, - 1030 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 75, - "Observation", - "", - "Observation", - "", - "", - "", - "", - "", - "", - "Observation ward", - "", - "", - "", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Observation", - "HjPEDuITUwp", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Observation", - 1, - 1031 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 76, - "Obstetric cases", - "", - "Obstetric cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Obstetric cases", - "iI55Apf1fRF", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Obstetric cases", - 1, - 1032 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 77, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Oral and digestive severe candidiasis", - "aoQ6D9x6KLI", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Oral and digestive severe candidiasis", - 1, - 1033 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 78, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other bites and stings", - "Jm9wyH1SUvC", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other bites and stings", - 1, - 1034 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 79, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other neurological conditions", - "BIuSr3FxBRn", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other neurological conditions", - 1, - 1035 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 80, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other non communicable diseases", - "VtHhILJkLdJ", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other non communicable diseases", - 1, - 1036 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 81, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other symptoms and abnor. clinical / lab findings", - "JI4uetxlZEi", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other symptoms and abnor. clinical / lab findings", - 1, - 1037 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 82, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Others", - "OjK1cMG8jkk", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Others", - 1, - 1038 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 83, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Perinatal asphyxia and complications", - "g0EI2QmcpdA", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Perinatal asphyxia and complications", - 1, - 1039 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 84, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Persistent fever ( >7 days)", - "whyu4NpVxPn", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Persistent fever ( >7 days)", - 1, - 1040 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 85, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - "", - "", - "", - "", - "", - "", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Poliomyelitis confirmed", - "HT9ZZ93rKmF", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Poliomyelitis confirmed", - 1, - 1041 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 86, - "Post surgical infections", - "", - "Post surgical infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Post surgical infections", - "LaFNaIRr31Y", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Post surgical infections", - 1, - 1042 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 87, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Prematurity and or low birth weight", - "QXUq8rmuwY6", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Prematurity and or low birth weight", - 1, - 1043 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 88, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Pulmonary tuberculosis", - "ymehGVfxIuX", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Pulmonary tuberculosis", - 1, - 1044 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 89, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Rabies", - "talayTpKnQj", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Rabies", - 1, - 1045 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 90, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - "", - "", - "", - "", - "", - "", - "Rheumatic heart disease", - "", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Rheumatic heart disease", - "pt0OH3jp5Ne", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Rheumatic heart disease", - 1, - 1046 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 91, - "Risk of sepsis", - "", - "Risk of sepsis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Risk of sepsis", - "MZ53av22vaw", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Risk of sepsis", - 1, - 1047 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 92, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Septic shock", - "L6lauJp2IIF", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Septic shock", - 1, - 1048 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 93, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Kwashiorkor)", - "JSPmBf2xyfH", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1049 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 94, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "SpoQWgDPyqx", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1050 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 95, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - "", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Marasmus)", - "wAn3mqCpiiC", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus)", - 1, - 1051 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 96, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - "", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe anaemia", - "vlEFy6xowzU", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe anaemia", - 1, - 1052 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 97, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe dehydration", - "GBQyB8xsCAw", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe dehydration", - 1, - 1053 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 98, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe malaria", - "EwKSGhZtPfR", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe malaria", - 1, - 1054 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 99, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - "", - "", - "", - "MSF-AAAAAA000000000000000713", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sexual violence / rape", - "lovYBi9o5Tp", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sexual violence / rape", - 1, - 1055 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 100, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sexually transmitted disease (STI)", - "fy6qMKLMIjI", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sexually transmitted disease (STI)", - 1, - 1056 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 101, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Shigellosis - Salmonellosis", - "zE90IarojUU", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Shigellosis - Salmonellosis", - 1, - 1057 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 102, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Shock uspecified", - "nM58w8K8cVo", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Shock uspecified", - 1, - 1058 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 103, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - "", - "", - "", - "", - "", - "", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sickle cell disease", - "L7N8qGvq28k", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sickle cell disease", - 1, - 1059 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 104, - "Simple malaria", - "", - "Simple malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Simple malaria", - "F0ByKIAMrVs", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Simple malaria", - 1, - 1060 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 105, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Skin and soft tissue conditions", - "xXMvb2TUtMW", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Skin and soft tissue conditions", - 1, - 1061 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 106, - "Snake bites", - "", - "Snake bites", - "", - "", - "", - "", - "", - "", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Snake bites", - "iRgUBoH1pvK", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Snake bites", - 1, - 1062 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 107, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Substance abuse / dependency", - "ZDJi3kMhfDG", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Substance abuse / dependency", - 1, - 1063 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 108, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Suspected or confirmed malignancy", - "qcv5pPyiaim", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Suspected or confirmed malignancy", - 1, - 1064 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 109, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - "", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Tetanus", - "pTa1B1wYeLe", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Tetanus", - 1, - 1065 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 110, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Toxicity / poisoning", - "WINiS5BkeKv", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Toxicity / poisoning", - 1, - 1066 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 111, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Transient tachypnoea of the newborn", - "FKg2FRM2PtQ", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Transient tachypnoea of the newborn", - 1, - 1067 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 112, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Typhoid fever", - "hOrtW9hFrki", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Typhoid fever", - 1, - 1068 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 113, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Upper respiratory tract infection", - "DoUIBmauj9E", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Upper respiratory tract infection", - 1, - 1069 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 114, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - "", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Urgent surgical conditions", - "jFUECw4W9aF", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Urgent surgical conditions", - 1, - 1070 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 115, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Urolithiasis / Renal colic", - "sSW1cbhBzhW", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Urolithiasis / Renal colic", - 1, - 1071 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 116, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "UTI and renal tract acute pathology", - "qTBmkavG2bG", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|UTI and renal tract acute pathology", - 1, - 1072 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 117, - "Varicella", - "", - "Varicella", - "", - "", - "", - "", - "", - "", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Varicella", - "dgIaklTiH6m", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Varicella", - 1, - 1073 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 118, - "Violence-related injuries", - "", - "Violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Violence-related injuries", - "mrfLmzfhU5n", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Violence-related injuries", - 1, - 1074 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 119, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Viral haemorrhagic fevers", - "J0j4TX9lqqX", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Viral haemorrhagic fevers", - 1, - 1075 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 120, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Visceral leishmaniasis", - "Cjt04G2FlMe", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Visceral leishmaniasis", - 1, - 1076 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 121, - "Vit A deficiency", - "", - "Vit A deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit A deficiency", - "WyRZR3PNn2u", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit A deficiency", - 1, - 1077 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 122, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit B complex deficiency", - "zUNsdaOjgcv", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit B complex deficiency", - 1, - 1078 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 123, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit C deficiency (scurvy)", - "JATciD21DwF", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit C deficiency (scurvy)", - 1, - 1079 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 124, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit D deficiency (rickets)", - "za2LmUraSRD", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit D deficiency (rickets)", - 1, - 1080 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 125, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Whooping cough", - "LnWb3O0ELPp", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Whooping cough", - 1, - 1081 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 126, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - "", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Yellow fever", - "QJo7brpXC3Z", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Yellow fever", - 1, - 1082 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 127, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other neonatal conditions", - "vW26SgsyQYB", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other neonatal conditions", - 1, - 1083 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute asthma", - "Ezrxj8sEVkd", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute asthma", - 1, - 1084 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute diarrhea (bloody)", - "wHIjteuw2Gc", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (bloody)", - 1, - 1085 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute diarrhea (non-bloody)", - "ZocSqLhwlHA", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (non-bloody)", - 1, - 1086 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute febrile illness (=<7 days)", - "GLs13BnQURD", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute febrile illness (=<7 days)", - 1, - 1087 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute flaccid paralysis", - "MJFGttGUaVX", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute flaccid paralysis", - 1, - 1088 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute jaundice syndrome", - "cqz1DZNiiWp", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute jaundice syndrome", - 1, - 1089 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 7, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bacterial meningitis", - "ZKCmk9TMON5", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bacterial meningitis", - 1, - 1090 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 8, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Burns", - "CM6bNqQE9tk", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Burns", - 1, - 1091 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 9, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cholera (suspected)", - "IrqkKXJ9pL5", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cholera (suspected)", - 1, - 1092 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 10, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cholera confirmed", - "fl3hbTSUUvY", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cholera confirmed", - 1, - 1093 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 11, - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Complicated ear infection", - "tNBupLHGkO1", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Complicated ear infection", - 1, - 1094 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 12, - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Complications of SCD", - "qqdK48VF9V3", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Complications of SCD", - 1, - 1095 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 13, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital or acquired cardiac pathology", - "IQ2vP5mMPRC", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital or acquired cardiac pathology", - 1, - 1096 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 14, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congestive Heart Failure", - "YzS1SrJkpfD", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congestive Heart Failure", - 1, - 1097 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 15, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cutaneous leishmaniosis", - "c9sqPdQq6gZ", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cutaneous leishmaniosis", - 1, - 1098 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 16, - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dengue confirmed", - "JTeymbhEwKU", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dengue confirmed", - 1, - 1099 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 17, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diabetes type 2 and complications", - "Xh2f6F0VSwN", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diabetes type 2 and complications", - 1, - 1100 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 18, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diabetes Type I and complications", - "FQ2EF6qyD3P", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diabetes Type I and complications", - 1, - 1101 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 19, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diarrhea (persistent)", - "T4ZsFEUKokD", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diarrhea (persistent)", - 1, - 1102 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 20, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diphtheria", - "TomHTmV7UU6", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diphtheria", - 1, - 1103 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 21, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Epilepsy - Seizures", - "l3tXrwEXhZv", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Epilepsy - Seizures", - 1, - 1104 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 22, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Extra pulmonary tuberculosis", - "hWuPwQ7mo2s", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Extra pulmonary tuberculosis", - 1, - 1105 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 23, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Eye diseases (including trachoma)", - "KHqb5KzJjv2", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Eye diseases (including trachoma)", - 1, - 1106 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 24, - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Gynaecological cases", - "b6GZG7ray6L", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Gynaecological cases", - 1, - 1107 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 25, - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis A", - "DoJ8USwbWAC", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis A", - 1, - 1108 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 26, - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis B", - "LWL1kdtU2G1", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis B", - 1, - 1109 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 27, - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis Delta", - "Ih6U6uYFdnf", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis Delta", - 1, - 1110 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 28, - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis E", - "TVoVhSXLq5s", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis E", - 1, - 1111 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 29, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "HIV Infection confirmed", - "egbcyosmS3z", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|HIV Infection confirmed", - 1, - 1112 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 30, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hyperreactive splenomegaly due to malaria", - "h2QoZAOi0Vl", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hyperreactive splenomegaly due to malaria", - 1, - 1113 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 31, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Infectious diseases not otherwise classified", - "KUUbE0XOsc2", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Infectious diseases not otherwise classified", - 1, - 1114 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 32, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Lower respiratory tract infection", - "mJv2EIUspLf", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Lower respiratory tract infection", - 1, - 1115 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 33, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Measles (complicated)", - "JMuui1OC4qm", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Measles (complicated)", - 1, - 1116 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 34, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Measles (uncomplicated)", - "F0jfwkECwC6", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Measles (uncomplicated)", - 1, - 1117 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 35, - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Meningeal TB", - "A23Hei7Aqa7", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Meningeal TB", - 1, - 1118 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 36, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Meningitis unspecified", - "f08qUA7VdA8", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Meningitis unspecified", - 1, - 1119 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 37, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Mental and psychiatric conditions", - "BSHRS8ImQPt", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Mental and psychiatric conditions", - 1, - 1120 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 38, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Moderate acute malnutrition", - "vn4rkGBqxVZ", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Moderate acute malnutrition", - 1, - 1121 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 39, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Musculoskeletal conditions (infectious origin)", - "k34KHbDpceV", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (infectious origin)", - 1, - 1122 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 40, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Musculoskeletal conditions (non-infectious)", - "eeIIBA68Qqp", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (non-infectious)", - 1, - 1123 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 41, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Necrotizing & bullous skin infections", - "sDZNxSTQR8R", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Necrotizing & bullous skin infections", - 1, - 1124 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 42, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neglected tropical diseases", - "FvxHIS3jqix", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neglected tropical diseases", - 1, - 1125 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 43, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "r6eWc8I8PDe", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1126 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 44, - "Cerebral palsy/Neuro disability", - "", - "Cerebral palsy/Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cerebral palsy/Neuro disability", - "ddebsmKgy2u", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cerebral palsy/Neuro disability", - 1, - 1127 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 45, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non urgent surgical conditions", - "uwM2sVPtUde", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non urgent surgical conditions", - 1, - 1128 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 46, - "Non violence-related injuries", - "", - "Non violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non violence-related injuries", - "RV6MQD0BaW1", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non violence-related injuries", - 1, - 1129 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 47, - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Obstetric cases", - "wZFYQnbuYkr", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Obstetric cases", - 1, - 1130 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 48, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Oral and digestive severe candidiasis", - "xTrkXo0f3jr", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Oral and digestive severe candidiasis", - 1, - 1131 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 49, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Persistent fever ( >7 days)", - "oQj59DPBYel", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Persistent fever ( >7 days)", - 1, - 1132 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 50, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Poliomyelitis confirmed", - "myLcZsoMRk5", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Poliomyelitis confirmed", - 1, - 1133 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 51, - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Post surgical infections", - "YVDu8NgUd87", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Post surgical infections", - 1, - 1134 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 52, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Pulmonary tuberculosis", - "GuReX44Ib4s", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Pulmonary tuberculosis", - 1, - 1135 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 53, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Rabies", - "RDS6MJMiUtx", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Rabies", - 1, - 1136 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 54, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Kwashiorkor)", - "x8YPDz3YDwK", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1137 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 55, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "mMOlozsbqCr", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1138 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 56, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Marasmus)", - "GZvCeMgWmt4", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus)", - 1, - 1139 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 57, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe malaria", - "UijCKzpfpUH", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe malaria", - 1, - 1140 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 58, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sexual violence / rape", - "LM9t0dDBnIm", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sexual violence / rape", - 1, - 1141 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 59, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sexually transmitted disease (STI)", - "Z1xeGfsZWOQ", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sexually transmitted disease (STI)", - 1, - 1142 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 60, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Shigellosis - Salmonellosis", - "r8DzuoIylch", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Shigellosis - Salmonellosis", - 1, - 1143 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 61, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sickle cell disease", - "JFwUloySp94", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sickle cell disease", - 1, - 1144 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 62, - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Simple malaria", - "l6PDpl6ib86", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Simple malaria", - 1, - 1145 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 63, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Skin and soft tissue conditions", - "BOFkDhGzR8P", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Skin and soft tissue conditions", - 1, - 1146 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 64, - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Snake bites", - "NaxHVYSUOyW", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Snake bites", - 1, - 1147 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 65, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Substance abuse / dependency", - "j3C7Fe8D4qu", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Substance abuse / dependency", - 1, - 1148 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 66, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Suspected or confirmed malignancy", - "WP4YznEWlNQ", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Suspected or confirmed malignancy", - 1, - 1149 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 67, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Tetanus", - "rFwJliVx1S8", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Tetanus", - 1, - 1150 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 68, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Toxicity / poisoning", - "uOjbsLAWUij", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Toxicity / poisoning", - 1, - 1151 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 69, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Typhoid fever", - "NbfUngbPEAP", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Typhoid fever", - 1, - 1152 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 70, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Upper respiratory tract infection", - "OvztRwDtrx1", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Upper respiratory tract infection", - 1, - 1153 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 71, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Urgent surgical conditions", - "BlEaw6hgBhq", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Urgent surgical conditions", - 1, - 1154 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 72, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Urolithiasis / Renal colic", - "WOUU3mmhdHZ", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Urolithiasis / Renal colic", - 1, - 1155 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 73, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "UTI and renal tract acute pathology", - "cNnfA3fFLNr", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|UTI and renal tract acute pathology", - 1, - 1156 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 74, - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Violence-related injuries", - "joxaKH5Rdul", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Violence-related injuries", - 1, - 1157 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 75, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Viral haemorrhagic fevers", - "yHVhPBKD9h2", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Viral haemorrhagic fevers", - 1, - 1158 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 76, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Visceral leishmaniasis", - "Bys1gZTxw4p", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Visceral leishmaniasis", - 1, - 1159 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 77, - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit A deficiency", - "i6JiY1PAEwc", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit A deficiency", - 1, - 1160 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 78, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit B complex deficiency", - "V8ISxvoysXS", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit B complex deficiency", - 1, - 1161 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 79, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit C deficiency (scurvy)", - "iDPCH8hTbBY", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit C deficiency (scurvy)", - 1, - 1162 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 80, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit D deficiency (rickets)", - "ug8Kgv37aSJ", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit D deficiency (rickets)", - 1, - 1163 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 81, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Whooping cough", - "VOFYxJG5Bdy", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Whooping cough", - 1, - 1164 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 82, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Yellow fever", - "RxYDFTlXi7B", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Yellow fever", - 1, - 1165 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 83, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other bites and stings", - "BbDlC8AkR76", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other bites and stings", - 1, - 1166 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 84, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other neurological conditions", - "Sla3XxqZjTc", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other neurological conditions", - 1, - 1167 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 85, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other non communicable diseases", - "IHcB7buq0Lq", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other non communicable diseases", - 1, - 1168 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 86, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other symptoms and abnor. clinical / lab findings", - "yzLYFrzUuy9", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other symptoms and abnor. clinical / lab findings", - 1, - 1169 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 87, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Others", - "wXYdnbu32bf", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Others", - 1, - 1170 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 88, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Covid-19 confirmed", - "pX0VJTMfoAj", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Covid-19 confirmed", - 1, - 1171 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 89, - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Covid-19 probable", - "HIfTGoweruV", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Covid-19 probable", - 1, - 1172 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 90, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Apnoea of prematurity", - "XiCLeKbQyoT", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Apnoea of prematurity", - 1, - 1173 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 91, - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Birth injury", - "WT20v167Xzg", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Birth injury", - 1, - 1174 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 92, - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "COPD", - "d96Q6VDDtGr", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|COPD", - 1, - 1175 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 93, - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bronchiolitis - obstructive bronchitis", - "U8prjAIzmCn", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bronchiolitis - obstructive bronchitis", - 1, - 1176 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 94, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bronchospasm", - "C4L4qbEt5mM", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bronchospasm", - 1, - 1177 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 95, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cardiogenic shock", - "r8xoa1SyGBZ", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cardiogenic shock", - 1, - 1178 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 96, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital herpes virus infection", - "rSiZA1OeamN", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital herpes virus infection", - 1, - 1179 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 97, - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital malaria", - "hGPNkM4Dk4z", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital malaria", - 1, - 1180 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 98, - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital syphilis", - "nfENb30coWb", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital syphilis", - 1, - 1181 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 99, - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dengue suspected", - "ikNcvpbDixr", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dengue suspected", - 1, - 1182 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 100, - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dog bite", - "BIs1jKjLRHN", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dog bite", - 1, - 1183 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 101, - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Febrile convulsions", - "c3O9dECIxOa", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Febrile convulsions", - 1, - 1184 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 102, - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hyperglycemia", - "p5JcLzBGNqp", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hyperglycemia", - 1, - 1185 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 103, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hypoglycemia", - "LJVBk2Zh7hK", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hypoglycemia", - 1, - 1186 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 104, - "hypovolemic_shock", - "", - "hypovolemic_shock", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "hypovolemic_shock", - "WnMpToZF0qr", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|hypovolemic_shock", - 1, - 1187 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 105, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal conjunctivitis", - "MOtQxxicneI", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal conjunctivitis", - 1, - 1188 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 106, - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal convulsions", - "bveva4WEwpk", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal convulsions", - 1, - 1189 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 107, - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal jaundice", - "x3e3eB13HBC", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal jaundice", - 1, - 1190 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 108, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal meconial aspiration", - "ZVbbk05skVn", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal meconial aspiration", - 1, - 1191 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 109, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal Necrotising Enterocolitis", - " ", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal Necrotizing Enterocolitis", - "CV9RoDlgn0w", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal Necrotizing Enterocolitis", - 1, - 1192 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 110, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal pneumonia", - "IuCGFWyFWFO", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumonia", - 1, - 1193 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 111, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal pneumothorax", - "NSSABF8r5q8", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumothorax", - 1, - 1194 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 112, - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal tetanus", - "TOYetOKf4MU", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal tetanus", - 1, - 1195 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 113, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal tuberculosis", - "e9GUiPSsGQC", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal tuberculosis", - 1, - 1196 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 114, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non cardiac congenital pathology", - "GgiffxpUGcR", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non cardiac congenital pathology", - 1, - 1197 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 115, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Newborn to an HIV+ mother", - "o7mxkyOuqRW", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Newborn to an HIV+ mother", - 1, - 1198 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 116, - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Observation", - "q9596NeqFbK", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Observation", - 1, - 1199 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 117, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Perinatal asphyxia and complications", - "C9vdUIZmji0", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Perinatal asphyxia and complications", - 1, - 1200 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 118, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Prematurity and or low birth weight", - "n5bkPzahGYv", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Prematurity and or low birth weight", - 1, - 1201 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 119, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Rheumatic heart disease", - "MndDsJKT02H", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Rheumatic heart disease", - 1, - 1202 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 120, - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Risk of sepsis", - "pOlHPAPSIwG", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Risk of sepsis", - 1, - 1203 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 121, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Septic shock", - "Z4K838xu1el", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Septic shock", - 1, - 1204 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 122, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Shock uspecified", - "DzENG1greCA", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Shock uspecified", - 1, - 1205 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 123, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe anaemia", - "rSM7i2VYQh8", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe anaemia", - 1, - 1206 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 124, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe dehydration", - "hvkuM6He8lg", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe dehydration", - 1, - 1207 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 125, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Transient tachypnoea of the newborn", - "gLpLCbuDJSU", - "transient_tachypnoea_of_the-newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Transient tachypnoea of the newborn", - 1, - 1208 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 126, - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Varicella", - "ZxWtBfYPFaS", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Varicella", - 1, - 1209 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 127, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other neonatal conditions", - "wPLsmkaNgVw", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other neonatal conditions", - 1, - 1210 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute asthma", - "HgX3vXrvsx6", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute asthma", - 1, - 1211 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute diarrhea (bloody)", - "ZpRxFecqnwi", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (bloody)", - 1, - 1212 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute diarrhea (non-bloody)", - "zVgxlrZnnCe", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (non-bloody)", - 1, - 1213 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute febrile illness (=<7 days)", - "J8Vl7BI0QfR", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute febrile illness (=<7 days)", - 1, - 1214 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute flaccid paralysis", - "A7Ex0DFMTYf", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute flaccid paralysis", - 1, - 1215 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute jaundice syndrome", - "GklH62cOq2Z", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute jaundice syndrome", - 1, - 1216 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 7, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bacterial meningitis", - "O9xz3jtr4xg", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bacterial meningitis", - 1, - 1217 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 8, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Burns", - "oeR7NWklyjd", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Burns", - 1, - 1218 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 9, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cholera (suspected)", - "YRAU0iIbNP9", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cholera (suspected)", - 1, - 1219 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 10, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cholera confirmed", - "S46QMarDp5i", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cholera confirmed", - 1, - 1220 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 11, - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Complicated ear infection", - "zdLmANKgrGO", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Complicated ear infection", - 1, - 1221 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 12, - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Complications of SCD", - "vYDgtp7MdTr", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Complications of SCD", - 1, - 1222 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 13, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital or acquired cardiac pathology", - "Jil2qLIrVT9", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital or acquired cardiac pathology", - 1, - 1223 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 14, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congestive Heart Failure", - "Nwd22x068J2", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congestive Heart Failure", - 1, - 1224 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 15, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cutaneous leishmaniosis", - "ftXcV1u3I8T", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cutaneous leishmaniosis", - 1, - 1225 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 16, - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dengue confirmed", - "ZnlAgYg6QR4", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dengue confirmed", - 1, - 1226 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 17, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diabetes type 2 and complications", - "VrNBEbLfvq6", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diabetes type 2 and complications", - 1, - 1227 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 18, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diabetes Type I and complications", - "oSTAIVxmb13", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diabetes Type I and complications", - 1, - 1228 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 19, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diarrhea (persistent)", - "ZmSORuJ7MmO", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diarrhea (persistent)", - 1, - 1229 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 20, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diphtheria", - "FWJi9zFnVVH", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diphtheria", - 1, - 1230 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 21, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Epilepsy - Seizures", - "WYuwK5EiFkc", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Epilepsy - Seizures", - 1, - 1231 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 22, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Extra pulmonary tuberculosis", - "LCWIVKAGXxQ", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Extra pulmonary tuberculosis", - 1, - 1232 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 23, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Eye diseases (including trachoma)", - "yrB1txNoXdz", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Eye diseases (including trachoma)", - 1, - 1233 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 24, - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Gynaecological cases", - "UF0PmdoljJa", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Gynaecological cases", - 1, - 1234 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 25, - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis A", - "kJRN97QTpuD", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis A", - 1, - 1235 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 26, - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis B", - "oPlApOiyRNf", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis B", - 1, - 1236 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 27, - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis Delta", - "iKsXCU378GN", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis Delta", - 1, - 1237 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 28, - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis E", - "daNBQbvb4W6", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis E", - 1, - 1238 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 29, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "HIV Infection confirmed", - "h3VYXiJtitz", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|HIV Infection confirmed", - 1, - 1239 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 30, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hyperreactive splenomegaly due to malaria", - "jmVxSKHbGG8", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hyperreactive splenomegaly due to malaria", - 1, - 1240 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 31, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Infectious diseases not otherwise classified", - "xNduTQgsOKH", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Infectious diseases not otherwise classified", - 1, - 1241 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 32, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Lower respiratory tract infection", - "VmtZbSQZKWB", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Lower respiratory tract infection", - 1, - 1242 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 33, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Measles (complicated)", - "Ldgjz9C0g8E", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Measles (complicated)", - 1, - 1243 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 34, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Measles (uncomplicated)", - "YBqbmTLX7C0", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Measles (uncomplicated)", - 1, - 1244 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 35, - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Meningeal TB", - "HnTQlyQywuD", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Meningeal TB", - 1, - 1245 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 36, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Meningitis unspecified", - "LR0LHjndAXu", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Meningitis unspecified", - 1, - 1246 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 37, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Mental and psychiatric conditions", - "aG0OfBS8ueF", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Mental and psychiatric conditions", - 1, - 1247 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 38, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Moderate acute malnutrition", - "QQaqc8toFYk", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Moderate acute malnutrition", - 1, - 1248 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 39, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Musculoskeletal conditions (infectious origin)", - "bnkjJwvg6iQ", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (infectious origin)", - 1, - 1249 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 40, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Musculoskeletal conditions (non-infectious)", - "J6aEdljbxgr", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (non-infectious)", - 1, - 1250 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 41, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Necrotizing & bullous skin infections", - "utECVhpdUs4", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Necrotizing & bullous skin infections", - 1, - 1251 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 42, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neglected tropical diseases", - "NohI0zAbUc4", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neglected tropical diseases", - 1, - 1252 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 43, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "C1jvKxIjDxj", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1253 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 44, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cerebral palsy - Neuro disability", - "e8eyFjAUlQk", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cerebral palsy - Neuro disability", - 1, - 1254 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 45, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non urgent surgical conditions", - "yeEBnmqXsQl", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non urgent surgical conditions", - 1, - 1255 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 46, - "Non violence-related injuries", - "", - "Non violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non violence-related injuries", - "yIE3xuGdorT", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non violence-related injuries", - 1, - 1256 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 47, - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Obstetric cases", - "lufXrIBxOSO", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Obstetric cases", - 1, - 1257 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 48, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Oral and digestive severe candidiasis", - "byDZOw8AhEH", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Oral and digestive severe candidiasis", - 1, - 1258 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 49, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Persistent fever ( >7 days)", - "ApD01rBFsP7", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Persistent fever ( >7 days)", - 1, - 1259 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 50, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Poliomyelitis confirmed", - "eW1xtCC90c3", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Poliomyelitis confirmed", - 1, - 1260 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 51, - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Post surgical infections", - "uGrIXRfwMwY", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Post surgical infections", - 1, - 1261 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 52, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Pulmonary tuberculosis", - "HJeN29Cv3kc", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Pulmonary tuberculosis", - 1, - 1262 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 53, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Rabies", - "nL9YgpEXOzY", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Rabies", - 1, - 1263 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 54, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Kwashiorkor)", - "NBY05tQ8hQN", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1264 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 55, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "cX41mhUP4hg", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1265 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 56, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Marasmus)", - "yCOLs7TI2Yf", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus)", - 1, - 1266 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 57, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe malaria", - "RqDxjW04LBM", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe malaria", - 1, - 1267 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 58, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sexual violence / rape", - "t9OwU2PBjmi", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sexual violence / rape", - 1, - 1268 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 59, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sexually transmitted disease (STI)", - "rDDzlHmlVfb", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sexually transmitted disease (STI)", - 1, - 1269 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 60, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Shigellosis - Salmonellosis", - "C0RJm1JpNud", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Shigellosis - Salmonellosis", - 1, - 1270 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 61, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sickle cell disease", - "QGLQEmOsLec", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sickle cell disease", - 1, - 1271 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 62, - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Simple malaria", - "q3Grvfn9QGb", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Simple malaria", - 1, - 1272 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 63, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Skin and soft tissue conditions", - "i6qQp5uB0Ko", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Skin and soft tissue conditions", - 1, - 1273 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 64, - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Snake bites", - "It0cW5RQWpE", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Snake bites", - 1, - 1274 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 65, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Substance abuse / dependency", - "jxDmdkqUYzT", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Substance abuse / dependency", - 1, - 1275 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 66, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Suspected or confirmed malignancy", - "SEVS3rGTnWG", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Suspected or confirmed malignancy", - 1, - 1276 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 67, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Tetanus", - "Kr9r979EtHx", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Tetanus", - 1, - 1277 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 68, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Toxicity / poisoning", - "wGTjx3JO66k", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Toxicity / poisoning", - 1, - 1278 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 69, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Typhoid fever", - "ufSbySjV4nf", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Typhoid fever", - 1, - 1279 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 70, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Upper respiratory tract infection", - "UoTji9E533F", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Upper respiratory tract infection", - 1, - 1280 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 71, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Urgent surgical conditions", - "G4GBgpGBv1I", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Urgent surgical conditions", - 1, - 1281 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 72, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Urolithiasis / Renal colic", - "pbbYJwsoExK", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Urolithiasis / Renal colic", - 1, - 1282 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 73, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "UTI and renal tract acute pathology", - "hrtm8XMGsvI", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|UTI and renal tract acute pathology", - 1, - 1283 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 74, - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Violence-related injuries", - "FGVvCNrsZd6", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Violence-related injuries", - 1, - 1284 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 75, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Viral haemorrhagic fevers", - "kVOcCpX2wET", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Viral haemorrhagic fevers", - 1, - 1285 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 76, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Visceral leishmaniasis", - "mWZtlCUSfv9", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Visceral leishmaniasis", - 1, - 1286 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 77, - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit A deficiency", - "Q8QmQpMAnQ4", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit A deficiency", - 1, - 1287 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 78, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit B complex deficiency", - "K970D8cUX8q", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit B complex deficiency", - 1, - 1288 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 79, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit C deficiency (scurvy)", - "M4dWY0whWZ3", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit C deficiency (scurvy)", - 1, - 1289 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 80, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit D deficiency (rickets)", - "Iad4CoXnCTM", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit D deficiency (rickets)", - 1, - 1290 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 81, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Whooping cough", - "PJaiWyUC5Rv", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Whooping cough", - 1, - 1291 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 82, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Yellow fever", - "XTczxMr7cBC", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Yellow fever", - 1, - 1292 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 83, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other bites and stings", - "tMDEcnOrzaS", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other bites and stings", - 1, - 1293 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 84, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other neurological conditions", - "RZ6Gri5POqL", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other neurological conditions", - 1, - 1294 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 85, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other non communicable diseases", - "i3kF3xASTF0", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other non communicable diseases", - 1, - 1295 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 86, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other symptoms and abnor. clinical / lab findings", - "wo6gncCWDt8", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other symptoms and abnor. clinical / lab findings", - 1, - 1296 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 87, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Others", - "SLRzVQxrR6V", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Others", - 1, - 1297 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 88, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Covid-19 confirmed", - "lbR2rz0zKhv", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Covid-19 confirmed", - 1, - 1298 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 89, - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Covid-19 probable", - "AyulwHw3Bj7", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Covid-19 probable", - 1, - 1299 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 90, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Apnoea of prematurity", - "mNPTDvpwGn5", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Apnoea of prematurity", - 1, - 1300 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 91, - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Birth injury", - "oJP7rkoXVg1", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Birth injury", - 1, - 1301 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 92, - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bronchiolitis - obstructive bronchitis", - "Ra4H6sXRGR8", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bronchiolitis - obstructive bronchitis", - 1, - 1302 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 93, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bronchospasm", - "gJSba9WYKcN", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bronchospasm", - 1, - 1303 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 94, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cardiogenic shock", - "EQCt6KPlhXh", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cardiogenic shock", - 1, - 1304 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 95, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital herpes virus infection", - "IEWIHnBHcKW", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital herpes virus infection", - 1, - 1305 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 96, - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital malaria", - "fzD74ridSY3", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital malaria", - 1, - 1306 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 97, - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital syphilis", - "VlGKbqPPcqo", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital syphilis", - 1, - 1307 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 98, - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "COPD", - "VEF2GXOUCGn", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|COPD", - 1, - 1308 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 99, - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dengue suspected", - "ZcJqi7M0sIE", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dengue suspected", - 1, - 1309 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 100, - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dog bite", - "i1cjdEToed4", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dog bite", - 1, - 1310 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 101, - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Febrile convulsions", - "jP8E3Nr5ePF", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Febrile convulsions", - 1, - 1311 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 102, - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hyperglycemia", - "CSFxUSl3Lrp", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hyperglycemia", - 1, - 1312 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 103, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hypoglycemia", - "p94oukUpt38", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hypoglycemia", - 1, - 1313 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 104, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - " ", - " ", - " ", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hypovolemic shock", - "RdQaXExPuHY", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hypovolemic shock", - 1, - 1314 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 105, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal conjunctivitis", - "l9b20GYt8K8", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal conjunctivitis", - 1, - 1315 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 106, - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal convulsions", - "vHdiG2Glz2R", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal convulsions", - 1, - 1316 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 107, - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal jaundice", - "bz0dwSs5R8q", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal jaundice", - 1, - 1317 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 108, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal meconial aspiration", - "F7ph9cAUsjq", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal meconial aspiration", - 1, - 1318 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 109, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal Necrotising Enterocolitis", - " ", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal Necrotizing Enterocolitis", - "PEUNHffrc5r", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal Necrotizing Enterocolitis", - 1, - 1319 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 110, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal pneumonia", - "qfD7Pdor9Ke", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumonia", - 1, - 1320 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 111, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal pneumothorax", - "QnWXeiCqjvs", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumothorax", - 1, - 1321 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 112, - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal tetanus", - "y6Z1pZrll3Z", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal tetanus", - 1, - 1322 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 113, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal tuberculosis", - "hG3VHYjksd7", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal tuberculosis", - 1, - 1323 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 114, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non cardiac congenital pathology", - "kNx7jnB8tpr", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non cardiac congenital pathology", - 1, - 1324 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 115, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Newborn to an HIV+ mother", - "harSVfsnIAt", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Newborn to an HIV+ mother", - 1, - 1325 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 116, - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Observation", - "xW2glpN3ZdI", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Observation", - 1, - 1326 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 117, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Perinatal asphyxia and complications", - "ES9hj5pSPBm", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Perinatal asphyxia and complications", - 1, - 1327 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 118, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Prematurity and or low birth weight", - "ApxIIyzZOvu", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Prematurity and or low birth weight", - 1, - 1328 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 119, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Rheumatic heart disease", - "onaykQ33cTD", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Rheumatic heart disease", - 1, - 1329 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 120, - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Risk of sepsis", - "YeQfOMYWPyl", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Risk of sepsis", - 1, - 1330 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 121, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Septic shock", - "e50oxQBEjFZ", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Septic shock", - 1, - 1331 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 122, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Shock uspecified", - "nduZ755HdUK", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Shock uspecified", - 1, - 1332 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 123, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe anaemia", - "OosWiQ14i4U", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe anaemia", - 1, - 1333 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 124, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe dehydration", - "I49cMnQlRYb", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe dehydration", - 1, - 1334 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 125, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Transient tachypnoea of the newborn", - "o0jzqeTCtcA", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Transient tachypnoea of the newborn", - 1, - 1335 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 126, - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Varicella", - "H6yZB35ROGG", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Varicella", - 1, - 1336 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 127, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other neonatal conditions", - "PFNsVEiE3Mg", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other neonatal conditions", - 1, - 1337 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute asthma", - "bluop7krNFI", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute asthma", - 1, - 1338 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 2, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Non cardiac congenital pathology", - "aVQ2oi3G43Y", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Non cardiac congenital pathology", - 1, - 1339 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 3, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal tuberculosis", - "b52kxhqjmV9", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal tuberculosis", - 1, - 1340 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 4, - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal tetanus", - "WE6lCWupEYy", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal tetanus", - 1, - 1341 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 5, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal pneumothorax", - "HWfmCVKRv3I", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumothorax", - 1, - 1342 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 6, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute diarrhea (bloody)", - "ok2FInOgsTB", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (bloody)", - 1, - 1343 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 7, - "Neonatal ecrotizing enterocolitisn", - "", - "Neonatal ecrotizing enterocolitisn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal ecrotizing enterocolitisn", - "bt1b6Bxj2kF", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal ecrotizing enterocolitisn", - 1, - 1344 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 8, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal meconial aspiration", - "NKVXlNCLf17", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal meconial aspiration", - 1, - 1345 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 9, - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal jaundice", - "MBeU92FooY5", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal jaundice", - 1, - 1346 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 10, - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal convulsions", - "pJNzXChiGXl", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal convulsions", - 1, - 1347 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 11, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal conjunctivitis", - "HT13icXo5YH", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal conjunctivitis", - 1, - 1348 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 12, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal pneumonia", - "tFvK0JjfEok", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumonia", - 1, - 1349 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 13, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute diarrhea (non-bloody)", - "lefj8RM9IfZ", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (non-bloody)", - 1, - 1350 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 14, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute febrile illness (=<7 days)", - "DawDRlElB9F", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute febrile illness (=<7 days)", - 1, - 1351 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 15, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute flaccid paralysis", - "GyhzORItLY8", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute flaccid paralysis", - 1, - 1352 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 16, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute jaundice syndrome", - "xcAffGbjtaI", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute jaundice syndrome", - 1, - 1353 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 17, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Apnoea of prematurity", - "xH3LxnnChOf", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Apnoea of prematurity", - 1, - 1354 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 18, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bacterial meningitis", - "B9xVjlrAWHk", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bacterial meningitis", - 1, - 1355 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 19, - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Birth injury", - "rqX77y5nyBB", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Birth injury", - 1, - 1356 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 20, - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bronchiolitis - obstructive bronchitis", - "jOVk2qkoqyy", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bronchiolitis - obstructive bronchitis", - 1, - 1357 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 21, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bronchospasm", - "XagfsDBPa2U", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bronchospasm", - 1, - 1358 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 22, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Burns", - "b7VwHnEElX4", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Burns", - 1, - 1359 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 23, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cardiogenic shock", - "CLTxVpE2nyA", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cardiogenic shock", - 1, - 1360 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 24, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cerebral palsy - Neuro disability", - "J80kH4PewuI", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cerebral palsy - Neuro disability", - 1, - 1361 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 25, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cholera (suspected)", - "RlzumxPwBd4", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cholera (suspected)", - 1, - 1362 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 26, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cholera confirmed", - "HtM1Sox2Vwj", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cholera confirmed", - 1, - 1363 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 27, - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Complicated ear infection", - "nXBWUIZslkY", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Complicated ear infection", - 1, - 1364 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 28, - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Complications of SCD", - "POa0tRlSuBy", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Complications of SCD", - 1, - 1365 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 29, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital herpes virus infection", - "YLMeuzLogS9", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital herpes virus infection", - 1, - 1366 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 30, - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital malaria", - "QFNeWiHVebh", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital malaria", - 1, - 1367 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 31, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital or acquired cardiac pathology", - "AJ4Xt5rFWGv", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital or acquired cardiac pathology", - 1, - 1368 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 32, - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital syphilis", - "uQkCX2hOxUz", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital syphilis", - 1, - 1369 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 33, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congestive Heart Failure", - "PqbFgrmJdlD", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congestive Heart Failure", - 1, - 1370 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 34, - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "COPD", - "guEVgXa3b6v", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|COPD", - 1, - 1371 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 35, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Covid-19 confirmed", - "ynQdWMHuVnM", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Covid-19 confirmed", - 1, - 1372 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 36, - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Covid-19 probable", - "V51gp9J0zWT", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Covid-19 probable", - 1, - 1373 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 37, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cutaneous leishmaniosis", - "q6Ae06r15Ho", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cutaneous leishmaniosis", - 1, - 1374 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 38, - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dengue confirmed", - "F2XsLwIR6fG", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dengue confirmed", - 1, - 1375 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 39, - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dengue suspected", - "rlGC8uqJdzh", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dengue suspected", - 1, - 1376 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 40, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diabetes type 2 and complications", - "n6mQ1I8sLr1", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diabetes type 2 and complications", - 1, - 1377 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 41, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diabetes Type I and complications", - "LnguSPhlhvw", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diabetes Type I and complications", - 1, - 1378 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 42, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diarrhea (persistent)", - "wIdOQXkA9vZ", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diarrhea (persistent)", - 1, - 1379 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 43, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diphtheria", - "fHN1Fc1XE3x", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diphtheria", - 1, - 1380 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 44, - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dog bite", - "sj85TsVZ3JX", - "dog bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dog bite", - 1, - 1381 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 45, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Epilepsy - Seizures", - "EXN5Y8Bbe4U", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Epilepsy - Seizures", - 1, - 1382 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 46, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Extra pulmonary tuberculosis", - "w4TaclahhD4", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Extra pulmonary tuberculosis", - 1, - 1383 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 47, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Eye diseases (including trachoma)", - "FTJPLScLlnW", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Eye diseases (including trachoma)", - 1, - 1384 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 48, - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Febrile convulsions", - "JH2GCxIGcWf", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Febrile convulsions", - 1, - 1385 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 49, - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Gynaecological cases", - "yjXZddwKmXl", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Gynaecological cases", - 1, - 1386 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 50, - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis A", - "gcSNHIXe5TM", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis A", - 1, - 1387 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 51, - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis B", - "vWZOq83jtyI", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis B", - 1, - 1388 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 52, - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis Delta", - "CTGA8o161O9", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis Delta", - 1, - 1389 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 53, - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis E", - "ZuuL8WkZEGq", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis E", - 1, - 1390 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 54, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "HIV Infection confirmed", - "sTU8qlhaC8h", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|HIV Infection confirmed", - 1, - 1391 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 55, - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hyperglycemia", - "kSePi7ROwlD", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hyperglycemia", - 1, - 1392 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 56, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hyperreactive splenomegaly due to malaria", - "Fx4Tqmp4Aum", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hyperreactive splenomegaly due to malaria", - 1, - 1393 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 57, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hypoglycemia", - "hFiMNaLFQqq", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hypoglycemia", - 1, - 1394 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 58, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - " ", - " ", - " ", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hypovolemic shock", - "zTCrtZh4N4r", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hypovolemic shock", - 1, - 1395 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 59, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Infectious diseases not otherwise classified", - "fvAf7HoLqiZ", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Infectious diseases not otherwise classified", - 1, - 1396 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 60, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Lower respiratory tract infection", - "lWivqa14ywH", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Lower respiratory tract infection", - 1, - 1397 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 61, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Measles (complicated)", - "fA5OLx44Kqy", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Measles (complicated)", - 1, - 1398 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 62, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Measles (uncomplicated)", - "QSGKKKOJgJy", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Measles (uncomplicated)", - 1, - 1399 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 63, - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Meningeal TB", - "IYrzxMo1XdR", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Meningeal TB", - 1, - 1400 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 64, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Meningitis unspecified", - "SHBQIe1fUcx", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Meningitis unspecified", - 1, - 1401 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 65, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Mental and psychiatric conditions", - "Tel9TSdNRKv", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Mental and psychiatric conditions", - 1, - 1402 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 66, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Moderate acute malnutrition", - "Lizb2D5tY6F", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Moderate acute malnutrition", - 1, - 1403 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 67, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Musculoskeletal conditions (infectious origin)", - "C2aGaLQ7wfC", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (infectious origin)", - 1, - 1404 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 68, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Musculoskeletal conditions (non-infectious)", - "xbsxjRVbgFt", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (non-infectious)", - 1, - 1405 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 69, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Necrotizing & bullous skin infections", - "HPgk2Ttjxgu", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Necrotizing & bullous skin infections", - 1, - 1406 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 70, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neglected tropical diseases", - "enxyg6CNRzX", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neglected tropical diseases", - 1, - 1407 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 71, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "jDpjwjOmzYi", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1408 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 72, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Non urgent surgical conditions", - "JS1JiSduXtv", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Non urgent surgical conditions", - 1, - 1409 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 73, - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Obstetric cases", - "VdEPVcQIJ9n", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Obstetric cases", - 1, - 1410 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 74, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Oral and digestive severe candidiasis", - "jv8EoB8Ixcc", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Oral and digestive severe candidiasis", - 1, - 1411 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 75, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other bites and stings", - "gX2JCGQxzrk", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other bites and stings", - 1, - 1412 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 76, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other neurological conditions", - "ltUMXNGhEq8", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other neurological conditions", - 1, - 1413 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 77, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other non communicable diseases", - "ddklpeUOxUt", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other non communicable diseases", - 1, - 1414 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 78, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other symptoms and abnor. clinical / lab findings", - "pASiyT81UCq", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other symptoms and abnor. clinical / lab findings", - 1, - 1415 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 79, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Others", - "Dd15skECALP", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Others", - 1, - 1416 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 80, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Persistent fever ( >7 days)", - "HPg1Uen5FY0", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Persistent fever ( >7 days)", - 1, - 1417 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 81, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Poliomyelitis confirmed", - "YQ8eAJMeeJH", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Poliomyelitis confirmed", - 1, - 1418 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 82, - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Post surgical infections", - "lQqjSIZNH5D", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Post surgical infections", - 1, - 1419 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 83, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Pulmonary tuberculosis", - "nTT9Yte9u1S", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Pulmonary tuberculosis", - 1, - 1420 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 84, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Rabies", - "NcqJU6GvwC2", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Rabies", - 1, - 1421 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 85, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Kwashiorkor)", - "lhvVc3FUCpO", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1422 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 86, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "bZZNGmGmH2F", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1423 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 87, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Marasmus)", - "GlOW8o3i6mR", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus)", - 1, - 1424 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 88, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe malaria", - "LmXWiBEvHwI", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe malaria", - 1, - 1425 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 89, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sexual violence / rape", - "MvS3SDtkUeq", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sexual violence / rape", - 1, - 1426 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 90, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Shigellosis - Salmonellosis", - "J0DdLu2MHDs", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Shigellosis - Salmonellosis", - 1, - 1427 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 91, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sickle cell disease", - "JToZ8urVV4S", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sickle cell disease", - 1, - 1428 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 92, - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Simple malaria", - "gZWPKGZRwcj", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Simple malaria", - 1, - 1429 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 93, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Skin and soft tissue conditions", - "oVCqPof3OrT", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Skin and soft tissue conditions", - 1, - 1430 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 94, - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Snake bites", - "uYnA0pnSaib", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Snake bites", - 1, - 1431 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 95, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Substance abuse / dependency", - "KC9VbPmfCS0", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Substance abuse / dependency", - 1, - 1432 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 96, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Suspected or confirmed malignancy", - "Qx1uLto5yEX", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Suspected or confirmed malignancy", - 1, - 1433 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 97, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Tetanus", - "lIOfRgPuHgD", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Tetanus", - 1, - 1434 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 98, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Toxicity / poisoning", - "WO1S4bWy3kR", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Toxicity / poisoning", - 1, - 1435 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 99, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Typhoid fever", - "ad45MmIrFgH", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Typhoid fever", - 1, - 1436 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 100, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Newborn to an HIV+ mother", - "Wa5DWnrKvGK", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Newborn to an HIV+ mother", - 1, - 1437 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 101, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sexually transmitted disease (STI)", - "Lv66yP6CBue", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sexually transmitted disease (STI)", - 1, - 1438 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 102, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Upper respiratory tract infection", - "hTK6DDFaG6e", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Upper respiratory tract infection", - 1, - 1439 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 103, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Urgent surgical conditions", - "qWULOu2OfQk", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Urgent surgical conditions", - 1, - 1440 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 104, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Urolithiasis / Renal colic", - "OShtoAim3Wg", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Urolithiasis / Renal colic", - 1, - 1441 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 105, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "UTI and renal tract acute pathology", - "MjGSCSxWji8", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|UTI and renal tract acute pathology", - 1, - 1442 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 106, - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Violence-related injuries", - "NCKIOR3jQHw", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Violence-related injuries", - 1, - 1443 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 107, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Viral haemorrhagic fevers", - "kAgodBQdyLK", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Viral haemorrhagic fevers", - 1, - 1444 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 108, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Visceral leishmaniasis", - "OWklY4z4BDt", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Visceral leishmaniasis", - 1, - 1445 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 109, - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit A deficiency", - "CyUW5yS5Rgg", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit A deficiency", - 1, - 1446 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 110, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit B complex deficiency", - "pYEJB8o2qjA", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit B complex deficiency", - 1, - 1447 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 111, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit C deficiency (scurvy)", - "kF6LZEDgeid", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit C deficiency (scurvy)", - 1, - 1448 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 112, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit D deficiency (rickets)", - "W9HFlAbnhhg", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit D deficiency (rickets)", - 1, - 1449 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 113, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Whooping cough", - "U3dzpFQgcmH", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Whooping cough", - 1, - 1450 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 114, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Yellow fever", - "BQ0tEkOuzJ7", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Yellow fever", - 1, - 1451 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 115, - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Observation", - "w3WM30UaV3P", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Observation", - 1, - 1452 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 116, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Perinatal asphyxia and complications", - "zPHUZb5MEJP", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Perinatal asphyxia and complications", - 1, - 1453 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 117, - "Prematurity and/or low birth weight", - "", - "Prematurity and/or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Prematurity and/or low birth weight", - "nbgZIc8oTzY", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Prematurity and/or low birth weight", - 1, - 1454 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 118, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Rheumatic heart disease", - "oGUhgcrpTRz", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Rheumatic heart disease", - 1, - 1455 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 119, - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Risk of sepsis", - "I8SfVL1ISjT", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Risk of sepsis", - 1, - 1456 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 120, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Septic shock", - "Ppv9BTW1HUM", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Septic shock", - 1, - 1457 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 121, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Shock uspecified", - "oxHISHDzfPj", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Shock uspecified", - 1, - 1458 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 122, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe anaemia", - "DY621CqJVK6", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe anaemia", - 1, - 1459 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 123, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe dehydration", - "Km8nbWcG57I", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe dehydration", - 1, - 1460 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 124, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Transient tachypnoea of the newborn", - "duWhWZ2OorT", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Transient tachypnoea of the newborn", - 1, - 1461 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 125, - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Varicella", - "Dx5mvv0dua0", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Varicella", - 1, - 1462 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 126, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other neonatal conditions", - "VqNHFgx2IKp", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other neonatal conditions", - 1, - 1463 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 1, - "Weight/Height", - "", - "", - "Height", - "Patient's height in centimeters.", - "Numeric", - "Finding", - "3fbf0612-8343-4fcd-bc20-7e9d3cb85d6f", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الوزن/الطول", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Weight/Height", - 1, - 1464 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 2, - "BMI", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|BMI", - 1, - 1465 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 3, - "MUAC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|MUAC", - 1, - 1466 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 4, - "Odema", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جفاف العين", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Odema", - 1, - 1467 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 5, - "breastfeeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإفطار/التغذية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|breastfeeding", - 1, - 1468 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 6, - "Moderate + sick", - "", - "", - "Moderate", - "Average in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001888", - 90, - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "3cdef832-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "معتدل + مريض", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Moderate + sick", - 1, - 1469 - ], - [ - 101, - "Three-levels scale", - "", - "Coded", - 1, - "+ ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| + ", - 1, - 1470 - ], - [ - 101, - "Three-levels scale", - "", - "Coded", - 2, - "++", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "++", - "Two plus result (scale of + - ++++)", - "Boolean", - "Finding", - "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| ++", - 1, - 1471 - ], - [ - 101, - "Three-levels scale", - "", - "Coded", - 3, - "+++", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "+++", - "Three plus result (scale + - ++++)", - "Boolean", - "Finding", - "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| +++", - 1, - 1472 - ], - [ - 102, - "Vulnerability criteria - The child is", - "", - "Coded", - 1, - "Adopted", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تم تبني الطفل", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Adopted", - 1, - 1473 - ], - [ - 102, - "Vulnerability criteria - The child is", - "", - "Coded", - 2, - "Twin", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطفل توأم", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Twin", - 1, - 1474 - ], - [ - 102, - "Vulnerability criteria - The child is", - "", - "Coded", - 3, - "Orphan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطفل يتيم", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Orphan", - 1, - 1475 - ], - [ - 103, - "Test result - positive/negative", - "", - "Coded", - 1, - "Positive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موجب", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Test result - positive/negative|Positive", - 1, - 1476 - ], - [ - 103, - "Test result - positive/negative", - "", - "Coded", - 2, - "Negative", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سالب", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Test result - positive/negative|Negative", - 1, - 1477 - ], - [ - 104, - "Feeding - Phase", - "", - "Coded", - 1, - 1, - "", - 1, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|1", - 1, - 1478 - ], - [ - 104, - "Feeding - Phase", - "", - "Coded", - 2, - "Transition", - "", - "Transition", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|Transition", - 1, - 1479 - ], - [ - 104, - "Feeding - Phase", - "", - "Coded", - 3, - 2, - "", - 2, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|2", - 1, - 1480 - ], - [ - 105, - "Feeding - Product", - "", - "Coded", - 1, - "F75", - "", - "F75", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|F75", - 1, - 1481 - ], - [ - 105, - "Feeding - Product", - "", - "Coded", - 2, - "F100", - "", - "F100", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|F100", - 1, - 1482 - ], - [ - 105, - "Feeding - Product", - "", - "Coded", - 3, - "Infant formula", - "", - "Infant formula", - "", - "", - "", - "", - "", - "", - "Infant formula", - "Describes a substance used to feed children.", - "Coded", - "Drug", - "5254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Infant formula", - "Describes a substance used to feed children.", - "Coded", - "Drug", - "3ceb2c7e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|Infant formula", - 1, - 1483 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 1, - 0, - "", - 0, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|0 %", - 1, - 1484 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 2, - 0.25, - "", - 0.25, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|25 %", - 1, - 1485 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 3, - 0.5, - "", - 0.5, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|50 %", - 1, - 1486 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 4, - 0.75, - "", - 0.75, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|75 %", - 1, - 1487 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 5, - 1, - "", - 1, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|100 %", - 1, - 1488 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 1, - "Absent", - "", - "Absent", - "", - "", - "", - "", - "", - "", - "Absent", - "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", - "N/A", - "Misc", - "163747AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Absent", - "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", - "N/A", - "Misc", - "b5410710-123c-49a6-8ccd-75bce3ffa4f1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Absent", - 1, - 1489 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 2, - "Vomiting", - "", - "Vomiting", - "", - "", - "", - "", - "", - "", - "Vomiting", - "The forcible expulsion of the contents of the stomach through the mouth.", - "Coded", - "Diagnosis", - "122983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Vomiting", - "The forcible expulsion of the contents of the stomach through the mouth.", - "N/A", - "Diagnosis", - "3cf1c930-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Vomiting", - 1, - 1490 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 3, - "Refusal", - "", - "Refusal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Refusal", - 1, - 1491 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 4, - "Nasogastric tube", - "", - "Nasogastric tube", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Nasogastric tube", - 1, - 1492 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 5, - "IV fluid", - "", - "IV fluid", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|IV fluid", - 1, - 1493 - ], - [ - "", - "Outcome - Family planning", - "", - "Coded", - "", - "Child alive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Outcome - Family planning|Child alive", - 1, - 1494 - ], - [ - "", - "Outcome - Family planning ", - "", - "Coded", - "", - "Child died", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Outcome - Family planning |Child died", - 1, - 1495 - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Exclusive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Exclusive", - 1, - 1496 - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Mixed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Mixed", - 1, - 1497 - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Bottle", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Bottle", - 1, - 1498 - ], - [ - "", - "FP befor", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "FP befor|Yes", - 1, - 1499 - ], - [ - "", - "FP befor", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "FP befor|No", - 1, - 1500 - ], - [ - "", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|Yes", - 1, - 1501 - ], - [ - "", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|No", - 1, - 1502 - ], - [ - "", - "Have you given birth on the last 4 weeks?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you given birth on the last 4 weeks?|Yes", - 1, - 1503 - ], - [ - "", - "Have you given birth on the last 4 weeks?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you given birth on the last 4 weeks?|No", - 1, - 1504 - ], - [ - "", - "Did your last menstruation period start within the past 7 days?", - "", - "", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Did your last menstruation period start within the past 7 days?|Yes", - 1, - 1505 - ], - [ - "", - "Did your last menstruation period start within the past 7 days?", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Did your last menstruation period start within the past 7 days?|No", - 1, - 1506 - ], - [ - "", - "Have you had an abortion or miscarriage in the past 7 days?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you had an abortion or miscarriage in the past 7 days?|Yes", - 1, - 1507 - ], - [ - "", - "Have you had an abortion or miscarriage in the past 7 days?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you had an abortion or miscarriage in the past 7 days?|No", - 1, - 1508 - ], - [ - "", - "Have you gone without sexual intercourse since your last menstrual period?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you gone without sexual intercourse since your last menstrual period?|Yes", - 1, - 1509 - ], - [ - "", - "Have you gone without sexual intercourse since your last menstrual period?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you gone without sexual intercourse since your last menstrual period?|No", - 1, - 1510 - ], - [ - "", - "Have you been using a reliable contraceptive method consistently AND correctly?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you been using a reliable contraceptive method consistently AND correctly?|Yes", - 1, - 1511 - ], - [ - "", - "Have you been using a reliable contraceptive method consistently AND correctly?", - "", - "", - "", - "No", - " ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you been using a reliable contraceptive method consistently AND correctly?|No", - 1, - 1512 - ], - [ - "", - "The patient has a metod in mind?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "The patient has a metod in mind?|Yes", - 1, - 1513 - ], - [ - "", - "The patient has a metod in mind?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "The patient has a metod in mind?|No", - 1, - 1514 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Very effective", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Very effective", - 1, - 1515 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Breasfeeding<6 month", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Breasfeeding<6 month", - 1, - 1516 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "No children later", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|No children later", - 1, - 1517 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Permanent", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Permanent", - 1, - 1518 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Few side", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Few side", - 1, - 1519 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Nothing to do befor sex", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Nothing to do befor sex", - 1, - 1520 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Use only when needed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Use only when needed", - 1, - 1521 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Avoid touching intimate areas", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Avoid touching intimate areas", - 1, - 1522 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Latex allergy (patient or partner)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Latex allergy (patient or partner)", - 1, - 1523 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Current/history trombembolism", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Current/history trombembolism", - 1, - 1524 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Pregnancy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Pregnancy", - 1, - 1525 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Diabetes for > 20 years", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Diabetes for > 20 years", - 1, - 1526 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Breastfeeding< 6 weeks", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Breastfeeding< 6 weeks", - 1, - 1527 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Smoker > 35 years old", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Smoker > 35 years old", - 1, - 1528 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "BP>160/100", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|BP>160/100", - 1, - 1529 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Unexplained veginal bleeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Unexplained veginal bleeding", - 1, - 1530 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Bleeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Bleeding", - 1, - 1531 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Hyper or dysmenorrhoea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Hyper or dysmenorrhoea", - 1, - 1532 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "History of extra-uterine pregnancy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|History of extra-uterine pregnancy", - 1, - 1533 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Server untreated anaemia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Server untreated anaemia", - 1, - 1534 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Current STI/current PID,HIV + patient on ARV", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Current STI/current PID,HIV + patient on ARV", - 1, - 1535 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "On TB medication", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|On TB medication", - 1, - 1536 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "On Epilepsy medication", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|On Epilepsy medication", - 1, - 1537 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Active liver disease/jaundice", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Active liver disease/jaundice", - 1, - 1538 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "HIV + patient with active ADIS but NOT on ARV", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|HIV + patient with active ADIS but NOT on ARV", - 1, - 1539 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Male condom", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Male condom", - 1, - 1540 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Female condom", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Female condom", - 1, - 1541 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "COC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|COC", - 1, - 1542 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "POP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|POP", - 1, - 1543 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Injectable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Injectable", - 1, - 1544 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Implant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Implant", - 1, - 1545 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "IUD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|IUD", - 1, - 1546 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Tubal ligation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Tubal ligation", - 1, - 1547 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Vasectomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Vasectomy", - 1, - 1548 - ], - [ - "", - "Satisfied with method", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Satisfied with method|Yes", - 1, - 1549 - ], - [ - "", - "Satisfied with method", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Satisfied with method|No", - 1, - 1550 - ], - [ - "", - "Changed bleeding pattern", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Changed bleeding pattern|Yes", - 1, - 1551 - ], - [ - "", - "Changed bleeding pattern", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Changed bleeding pattern|No", - 1, - 1552 - ], - [ - "", - "Headache/dizziness", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Headache/dizziness|Yes", - 1, - 1553 - ], - [ - "", - "Headache/dizziness", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Headache/dizziness|No", - 1, - 1554 - ], - [ - "", - "Nausea/abdominal pain", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Nausea/abdominal pain|Yes", - 1, - 1555 - ], - [ - "", - "Nausea/abdominal pain", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Nausea/abdominal pain|No", - 1, - 1556 - ], - [ - "", - "Breast tender", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breast tender|Yes", - 1, - 1557 - ], - [ - "", - "Breast tender", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breast tender|No", - 1, - 1558 - ], - [ - "", - "Mood changes", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mood changes|Yes", - 1, - 1559 - ], - [ - "", - "Mood changes", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mood changes|No", - 1, - 1560 - ], - [ - "", - "Date to return to first PNC visit", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Date to return to first PNC visit|Full term", - 1, - 1561 - ], - [ - "", - "Date to return to first PNC visit", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Date to return to first PNC visit|Preterm", - 1, - 1562 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Normal", - 1, - 1563 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Manual delivery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Manual delivery", - 1, - 1564 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Episiotomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Episiotomy", - 1, - 1565 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Perineal laceration (tear)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Perineal laceration (tear)", - 1, - 1566 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Hypertension", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Hypertension", - 1, - 1567 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Heart disease", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Heart disease", - 1, - 1568 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Diabetes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Diabetes", - 1, - 1569 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Abdominal surgery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Abdominal surgery", - 1, - 1570 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Sexually transitted infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Sexually transitted infection", - 1, - 1571 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Epilepsy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Epilepsy", - 1, - 1572 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "HIV+", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|HIV+", - 1, - 1573 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Tuberculosis", - 1, - 1574 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Other", - 1, - 1575 - ], - [ - "", - "Present at consultation", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Present at consultation|Yes", - 1, - 1576 - ], - [ - "", - "Present at consultation", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Present at consultation|No", - 1, - 1577 - ], - [ - "", - "Anaemia (conjunctiva, heamoglobin)", - "", - "Coded", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Anaemia (conjunctiva, heamoglobin)|", - 1, - 1578 - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|No", - 1, - 1579 - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "Mild", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|Mild", - 1, - 1580 - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "Severe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|Severe", - 1, - 1581 - ], - [ - "", - "Breasts (e.g infection,enforgement)", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breasts (e.g infection,enforgement)|Normal", - 1, - 1582 - ], - [ - "", - "Breasts (e.g infection,enforgement)", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breasts (e.g infection,enforgement)|Abnormal", - 1, - 1583 - ], - [ - "", - "Sexually transmitted infection", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sexually transmitted infection|Yes", - 1, - 1584 - ], - [ - "", - "Sexually transmitted infection", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sexually transmitted infection|No", - 1, - 1585 - ], - [ - "", - "Time since delivery", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Time since delivery|Normal", - 1, - 1586 - ], - [ - "", - "Time since delivery", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Time since delivery|Abnormal", - 1, - 1587 - ], - [ - "", - "Healing (if laceration,episiotomy of C-section)", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Healing (if laceration,episiotomy of C-section)|Normal", - 1, - 1588 - ], - [ - "", - "Healing (if laceration,episiotomy of C-section)", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Healing (if laceration,episiotomy of C-section)|Abnormal", - 1, - 1589 - ], - [ - "", - "Passing urine or stool", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Passing urine or stool|Normal", - 1, - 1590 - ], - [ - "", - "Passing urine or stool", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Passing urine or stool|Abnormal", - 1, - 1591 - ], - [ - "", - "Mother-infant interaction", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mother-infant interaction|Normal", - 1, - 1592 - ], - [ - "", - "Mother-infant interaction", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mother-infant interaction|Abnormal", - 1, - 1593 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|No", - 1, - 1594 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "MH", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|MH", - 1, - 1595 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "HP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|HP", - 1, - 1596 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "Gyne", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|Gyne", - 1, - 1597 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|Other", - 1, - 1598 - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|No", - 1, - 1599 - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "Referral hospital", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|Referral hospital", - 1, - 1600 - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|Other", - 1, - 1601 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Yes", - 1, - 1602 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "COC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|COC", - 1, - 1603 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "POP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|POP", - 1, - 1604 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "IUD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|IUD", - 1, - 1605 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Implant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Implant", - 1, - 1606 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Condoms", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Condoms", - 1, - 1607 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|No", - 1, - 1608 - ], - [ - "", - "PNC-gestational age:", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-gestational age:|Full term", - 1, - 1609 - ], - [ - "", - "PNC-gestational age:", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-gestational age:|Preterm", - 1, - 1610 - ], - [ - "", - "PNC- gestational age?", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- gestational age?|Full term", - 1, - 1611 - ], - [ - "", - "PNC- gestational age:", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- gestational age:|Preterm", - 1, - 1612 - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Anaemia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Anaemia", - 1, - 1613 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Hypertension/pre-/eclampsia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Hypertension/pre-/eclampsia", - 1, - 1614 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Antepartum hemorrhage", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Antepartum hemorrhage", - 1, - 1615 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Prolonged/obstructed labour", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Prolonged/obstructed labour", - 1, - 1616 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Malpresentation (breach, other)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Malpresentation (breach, other)", - 1, - 1617 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Caesarean section", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Caesarean section", - 1, - 1618 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Instrumental extraction", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Instrumental extraction", - 1, - 1619 - ], - [ - "", - "PNC- Problems-Placenta", - "", - "Coded", - "", - "Norma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems-Placenta|Norma", - 1, - 1620 - ], - [ - "", - "PNC- Problems-Placenta", - "", - "Coded", - "", - "Manual delivery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems-Placenta|Manual delivery", - 1, - 1621 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Episiotomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Episiotomy", - 1, - 1622 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Perineal laceration (tear)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Perineal laceration (tear)", - 1, - 1623 - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Fistula present - management:", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Fistula present - management:", - 1, - 1624 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Postapartum haemorrhage", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Postapartum haemorrhage", - 1, - 1625 - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Other", - 1, - 1626 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Hypertension", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Hypertension", - 1, - 1627 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Heart disease", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Heart disease", - 1, - 1628 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Diabetes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Diabetes", - 1, - 1629 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Abdominal surgery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Abdominal surgery", - 1, - 1630 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Sexually transmitted infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Sexually transmitted infection", - 1, - 1631 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Epilepsy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Epilepsy", - 1, - 1632 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "HIV+", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|HIV+", - 1, - 1633 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Tuberculosis", - 1, - 1634 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|other", - 1, - 1635 - ], - [ - "", - "PNC- present at consultation", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- present at consultation|Yes", - 1, - 1636 - ], - [ - "", - "PNC- present at consultation", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- present at consultation|No", - 1, - 1637 - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|No", - 1, - 1638 - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "Mild", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|Mild", - 1, - 1639 - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "Severe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|Severe", - 1, - 1640 - ] - ], - "hidden": false, - "rowCount": 1642, - "rowIndex": 0, - "valueTypes": [ - [ - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty" - ], - [ - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "String" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "Double", - "Empty", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "Double", - "Empty", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "Empty", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "Double", - "Empty", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "Double", - "Empty", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "Double", - "Empty", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "Double", - "Empty", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "Double", - "Empty", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "Double", - "Empty", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "Double", - "Empty", - "Double", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "String", - "String", - "String", - "String", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Double", - "String", - "Empty", - "String", - "Double", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Double", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "String", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ], - [ - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "String", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "Empty", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "String", - "Double", - "Double" - ] - ], - "values": [ - [ - "", - "", - "", - "", - "", - "", - "", - "", - "Automatch Suggestions from MSF Source", - "", - "", - "", - "", - "", - "Automatch Suggestions from CIEL Source", - "", - "", - "", - "", - "", - "Automatch Suggestions from PIH Source", - "", - "", - "", - "", - "", - "", - "OCL ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "DHIS2", - "", - "", - "", - "", - "", - "", - "", - "", - "OpenFn", - "", - "", - "", - "", - "", - "", - "OptionSet used in…", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - [ - "#", - "OptionSet name", - "Label if different", - "Datatype", - "#", - "Answers", - "External ID", - "Label", - "MSF Source Suggestion", - "MSF Source Description", - "MSF Source Datatype", - "MSF Source Class", - "MSF Source External ID", - "MSF Source Score", - "CIEL Source Suggestion", - "CIEL Source Description", - "CIEL Source Datatype", - "CIEL Source Class", - "CIEL Source External ID", - "CIEL Source Score", - "PIH Source Suggestion", - "PIH Source Description", - "PIH Source Datatype", - "PIH Source Class", - "PIH Source External ID", - "PIH Source Score", - "Concept found", - "OCL validation", - "1st occ.", - "MSF concept ID", - "CIEL concept ID", - "OCL name", - "OCL definition", - "OCL Comments", - "Validation (format)", - "Validation (length)", - "Default value", - "Lower limit", - "Upper limit", - "Skip logic", - "Mandatory", - "PII / Sensitive", - "Anonymization", - "Locale", - "Translation", - "DHIS2 type", - "DHIS2 DE full name", - "DHIS2 DE UID", - "DHIS2 Option Set name", - "DHIS2 Option Set UID", - "DHIS2 Option name", - "DHIS2 Option UID", - "DHIS2 Option code", - "Configuration", - "OMRS Data Value Path", - "OMRS Data Sample", - "Transformation", - "Workflow", - "Expose in OpenFn\nrun logs?", - "Comments", - "Status", - "F00-Registration", - "F01-MHPSS Baseline", - "F02-MHPSS Follow-up", - "F03-mhGAP Baseline", - "F04-mhGAP Follow-up", - "F05-MH Closure", - "F06-MH-PHQ-9", - "F07-ITFC Admission form", - "Key", - "", - "Rank" - ], - [ - 1, - "Sex - All", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Male", - 1, - 1 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 2, - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Female", - 1, - 2 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 3, - "Transgender male", - "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر متحول", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Transgender male", - 1, - 3 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 4, - "Transgender female", - "1226d253-376f-4e73-9ae2-36c7e9362e8b", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى متحولة", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Transgender female", - 1, - 4 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 5, - "Gender variant - Non conforming", - "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معياري", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Gender variant - Non conforming", - 1, - 5 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 6, - "Prefer not to answer", - "245151ca-691e-4d5a-a792-64cb573e2b34", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عدم الإجابة ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Prefer not to answer", - 1, - 6 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 7, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Unknown", - 1, - 7 - ], - [ - 1, - "Sex - All", - "", - "Coded", - 8, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - All|Other", - 1, - 8 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Male", - 1, - 9 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 2, - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Female", - "H61UkMHyNku", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Female", - 1, - 10 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 3, - "Transgender male", - "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر متحول", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Transgender male", - "OcJsz1BOHTf", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Transgender male", - 1, - 11 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 4, - "Transgender female", - "1226d253-376f-4e73-9ae2-36c7e9362e8b", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى متحولة", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Transgender female", - "l8RshnosXNy", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Transgender female", - 1, - 12 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 5, - "Gender variant - Non conforming", - "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معياري", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Gender variant - Non conforming", - "V8RXdmOdY8L", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Gender variant - Non conforming", - 1, - 13 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 6, - "Prefer not to answer", - "245151ca-691e-4d5a-a792-64cb573e2b34", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عدم الإجابة ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Prefer not to answer", - "QQzTV76xGfF", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Prefer not to answer", - 1, - 14 - ], - [ - 2, - "Sex - Standard", - "", - "Coded", - 7, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Unknown", - "YJw3CPNftrE", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Standard list of gender options", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Sex - Standard|Unknown", - 1, - 15 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 1, - "Male", - "625baaf5-ba75-4c23-bdef-283fd47c34db", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ذكر", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Male", - "eQkRH9GTjBN", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Male", - 1, - 16 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 2, - "Female", - "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انثى", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Female", - "H61UkMHyNku", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Female", - 1, - 17 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 3, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Other", - 1, - 18 - ], - [ - 3, - "Sex - Male/Female/Other", - "", - "Coded", - 4, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف ", - "TEXT", - "Sex", - "qptKDiv9uPl", - "GL - Sex / Sex (M/F)", - "DNOavthBRGL", - "Unknown", - "YJw3CPNftrE", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Sex - All] - Reduced list of gender options", - "Created in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sex - Male/Female/Other|Unknown", - 1, - 19 - ], - [ - 4, - "Country", - "", - "Coded", - 1, - "Afghanistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفغانستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Afghanistan", - "diVYBILjUmV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Afghanistan", - 1, - 20 - ], - [ - 4, - "Country", - "", - "Coded", - 2, - "Albania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ألبانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Albania", - "nutwBYPa3c6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Albania", - 1, - 21 - ], - [ - 4, - "Country", - "", - "Coded", - 3, - "Algeria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الجزائر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Algeria", - "vFzGZbjzRgT", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Algeria", - 1, - 22 - ], - [ - 4, - "Country", - "", - "Coded", - 4, - "Angola", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أنغولا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Angola", - "AEZqjWQaHtc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Angola", - 1, - 23 - ], - [ - 4, - "Country", - "", - "Coded", - 5, - "Anguilla", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أنغيلا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Anguilla", - "DzKGZxfc1If", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Anguilla", - 1, - 24 - ], - [ - 4, - "Country", - "", - "Coded", - 6, - "Argentina", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الأرجنتين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Argentina", - "ZtvWa7Lms2D", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Argentina", - 1, - 25 - ], - [ - 4, - "Country", - "", - "Coded", - 7, - "Armenia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أرمينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Armenia", - "fHUrTZCGrsE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Armenia", - 1, - 26 - ], - [ - 4, - "Country", - "", - "Coded", - 8, - "Aruba", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أروبا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Aruba", - "nW24eGST2rr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Aruba", - 1, - 27 - ], - [ - 4, - "Country", - "", - "Coded", - 9, - "Azerbaijan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذربيجان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Azerbaijan", - "yJAD7ZvdPB9", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Azerbaijan", - 1, - 28 - ], - [ - 4, - "Country", - "", - "Coded", - 10, - "Bangladesh", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنغلاديش", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bangladesh", - "w86dbYs43jg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bangladesh", - 1, - 29 - ], - [ - 4, - "Country", - "", - "Coded", - 11, - "Belarus", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بيلاروسيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Belarus", - "sErv1yTCjIk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Belarus", - 1, - 30 - ], - [ - 4, - "Country", - "", - "Coded", - 12, - "Benin", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Benin", - "ONeYUriDrCm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Benin", - 1, - 31 - ], - [ - 4, - "Country", - "", - "Coded", - 13, - "Bhutan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوتان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bhutan", - "p9BIOdMGTz6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bhutan", - 1, - 32 - ], - [ - 4, - "Country", - "", - "Coded", - 14, - "Bolivia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوليفيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bolivia", - "XQ9Wxt2gh20", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bolivia", - 1, - 33 - ], - [ - 4, - "Country", - "", - "Coded", - 15, - "Bosnia and Herzegovina", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "البوسنة والهرسك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bosnia and Herzegovina", - "xSjqYV8ADNi", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bosnia and Herzegovina", - 1, - 34 - ], - [ - 4, - "Country", - "", - "Coded", - 16, - "Botswana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوتسوانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Botswana", - "kiI9Nkhhtsw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Botswana", - 1, - 35 - ], - [ - 4, - "Country", - "", - "Coded", - 17, - "Brazil", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "البرازيل", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Brazil", - "otuaAfFAMm9", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Brazil", - 1, - 36 - ], - [ - 4, - "Country", - "", - "Coded", - 18, - "British Virgin Islands", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جزر فيرجن البريطانية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "British Virgin Islands", - "oGtke47HQjw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|British Virgin Islands", - 1, - 37 - ], - [ - 4, - "Country", - "", - "Coded", - 19, - "Bulgaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بلغاريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Bulgaria", - "sxgEvvHGASc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Bulgaria", - 1, - 38 - ], - [ - 4, - "Country", - "", - "Coded", - 20, - "Burkina Faso", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوركينا فاسو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Burkina Faso", - "labcPsf6vlS", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Burkina Faso", - 1, - 39 - ], - [ - 4, - "Country", - "", - "Coded", - 21, - "Burundi", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بوروندي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Burundi", - "EO7IXBoCRQM", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Burundi", - 1, - 40 - ], - [ - 4, - "Country", - "", - "Coded", - 22, - "Cambodia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كمبوديا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cambodia", - "BssvituAfov", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cambodia", - 1, - 41 - ], - [ - 4, - "Country", - "", - "Coded", - 23, - "Cameroon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكاميرون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cameroon", - "LzxTtERApOy", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cameroon", - 1, - 42 - ], - [ - 4, - "Country", - "", - "Coded", - 24, - "Cape Verde", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الرأس الأخضر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cape Verde", - "HvZxt4vKoOx", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cape Verde", - 1, - 43 - ], - [ - 4, - "Country", - "", - "Coded", - 25, - "Central African Republic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية افريقيا الوسطى", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Central African Republic", - "B09WCauYtJ7", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Central African Republic", - 1, - 44 - ], - [ - 4, - "Country", - "", - "Coded", - 26, - "Chad", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشاد", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Chad", - "JtMeoonLcqo", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Chad", - 1, - 45 - ], - [ - 4, - "Country", - "", - "Coded", - 27, - "Chile", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شيلي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Chile", - "pdTWdFqXStd", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Chile", - 1, - 46 - ], - [ - 4, - "Country", - "", - "Coded", - 28, - "China", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "China", - "CcpigvKey7O", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|China", - 1, - 47 - ], - [ - 4, - "Country", - "", - "Coded", - 29, - "Colombia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كولومبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Colombia", - "zAMRnEi2Yhg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Colombia", - 1, - 48 - ], - [ - 4, - "Country", - "", - "Coded", - 30, - "Comoros", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جزر القمر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Comoros", - "uAyMV131HCO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Comoros", - 1, - 49 - ], - [ - 4, - "Country", - "", - "Coded", - 31, - "Costa Rica", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوستا ريكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Costa Rica", - "vErHiezEajY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Costa Rica", - 1, - 50 - ], - [ - 4, - "Country", - "", - "Coded", - 32, - "Côte d'Ivoire", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوت ديفوار", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Côte d'Ivoire", - "IRepwvOtkII", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Côte d'Ivoire", - 1, - 51 - ], - [ - 4, - "Country", - "", - "Coded", - 33, - "Cuba", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوبا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Cuba", - "Mh9Ckr9QhMa", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Cuba", - 1, - 52 - ], - [ - 4, - "Country", - "", - "Coded", - 34, - "Djibouti", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جيبوتي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Djibouti", - "cvAMdgckhOk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Djibouti", - 1, - 53 - ], - [ - 4, - "Country", - "", - "Coded", - 35, - "Dominica", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دومينيكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Dominica", - "oC2s7ZiRTv3", - "", - "Family planning - Outcome", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Dominica", - 1, - 54 - ], - [ - 4, - "Country", - "", - "Coded", - 36, - "Dominican Republic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الدومينيكان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Dominican Republic", - "XuXolVGjILU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Dominican Republic", - 1, - 55 - ], - [ - 4, - "Country", - "", - "Coded", - 37, - "DRC Congo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الكونغو الديمقراطية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "DRC Congo", - "hDl6AdC035K", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|DRC Congo", - 1, - 56 - ], - [ - 4, - "Country", - "", - "Coded", - 38, - "East Timor", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تيمور الشرقية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "East Timor", - "l1QF9SxmTEe", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|East Timor", - 1, - 57 - ], - [ - 4, - "Country", - "", - "Coded", - 39, - "Ecuador", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاكوادور", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ecuador", - "gGjltDyQDjq", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ecuador", - 1, - 58 - ], - [ - 4, - "Country", - "", - "Coded", - 40, - "Egypt", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مصر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Egypt", - "xHcq7n4iLjZ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Egypt", - 1, - 59 - ], - [ - 4, - "Country", - "", - "Coded", - 41, - "El Salvador", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلفادور", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "El Salvador", - "oLtI4UknARs", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|El Salvador", - 1, - 60 - ], - [ - 4, - "Country", - "", - "Coded", - 42, - "Equatorial Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا الإستوائية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Equatorial Guinea", - "Sipme5yxx48", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Equatorial Guinea", - 1, - 61 - ], - [ - 4, - "Country", - "", - "Coded", - 43, - "Eritrea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إريتريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Eritrea", - "HkEJcTRqnd5", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Eritrea", - 1, - 62 - ], - [ - 4, - "Country", - "", - "Coded", - 44, - "Ethiopia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أثيوبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ethiopia", - "NYkv05WpCXj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ethiopia", - 1, - 63 - ], - [ - 4, - "Country", - "", - "Coded", - 45, - "Gabon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الجابون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Gabon", - "E84FcVzHZDM", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Gabon", - 1, - 64 - ], - [ - 4, - "Country", - "", - "Coded", - 46, - "Gambia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غامبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Gambia", - "LfPn2DOfRew", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Gambia", - 1, - 65 - ], - [ - 4, - "Country", - "", - "Coded", - 47, - "Georgia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جورجيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Georgia", - "jBklhTXjStK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Georgia", - 1, - 66 - ], - [ - 4, - "Country", - "", - "Coded", - 48, - "Ghana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ghana", - "eO0gTpGne9P", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ghana", - 1, - 67 - ], - [ - 4, - "Country", - "", - "Coded", - 49, - "Greece", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اليونان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Greece", - "JSuVBbvnBwi", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Greece", - 1, - 68 - ], - [ - 4, - "Country", - "", - "Coded", - 50, - "Guam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غوام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guam", - "dVJ1jT4qwhr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guam", - 1, - 69 - ], - [ - 4, - "Country", - "", - "Coded", - 51, - "Guatemala", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غواتيمالا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guatemala", - "rHE2fw0dq78", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guatemala", - 1, - 70 - ], - [ - 4, - "Country", - "", - "Coded", - 52, - "Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guinea", - "Lgo53lIlEFU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guinea", - 1, - 71 - ], - [ - 4, - "Country", - "", - "Coded", - 53, - "Guinea-Bissau", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غينيا بيساو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guinea-Bissau", - "OwuIcXiNnLf", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guinea-Bissau", - 1, - 72 - ], - [ - 4, - "Country", - "", - "Coded", - 54, - "Guyana", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غيانا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Guyana", - "LStaPbnFPxB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Guyana", - 1, - 73 - ], - [ - 4, - "Country", - "", - "Coded", - 55, - "Haiti", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هايتي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Haiti", - "WZqpZ6BYYMc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Haiti", - 1, - 74 - ], - [ - 4, - "Country", - "", - "Coded", - 56, - "Honduras", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هندوراس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Honduras", - "yK7fFWtOFmj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Honduras", - 1, - 75 - ], - [ - 4, - "Country", - "", - "Coded", - 57, - "India", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "India", - "vD6J24m3CjP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|India", - 1, - 76 - ], - [ - 4, - "Country", - "", - "Coded", - 58, - "Indonesia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إندونيسيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Indonesia", - "xdeMD7HSXiE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Indonesia", - 1, - 77 - ], - [ - 4, - "Country", - "", - "Coded", - 59, - "Iran", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إيران", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Iran", - "CbnR3yhYXLB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Iran", - 1, - 78 - ], - [ - 4, - "Country", - "", - "Coded", - 60, - "Iraq", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العراق", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Iraq", - "akUZWd42amN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Iraq", - 1, - 79 - ], - [ - 4, - "Country", - "", - "Coded", - 61, - "Jordan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الأردن", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Jordan", - "Tqqf3od9wZw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Jordan", - 1, - 80 - ], - [ - 4, - "Country", - "", - "Coded", - 62, - "Kazakhstan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كازاخستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kazakhstan", - "vUOaYjStGLy", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kazakhstan", - 1, - 81 - ], - [ - 4, - "Country", - "", - "Coded", - 63, - "Kenya", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كينيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kenya", - "wHGMztCNS6m", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kenya", - 1, - 82 - ], - [ - 4, - "Country", - "", - "Coded", - 64, - "Kuwait", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكويت", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kuwait", - "eoLtNAlAHZl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kuwait", - 1, - 83 - ], - [ - 4, - "Country", - "", - "Coded", - 65, - "Kyrgyzstan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قيرغيزستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Kyrgyzstan", - "a0lJJYryhi4", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Kyrgyzstan", - 1, - 84 - ], - [ - 4, - "Country", - "", - "Coded", - 66, - "Laos", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لاوس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Laos", - "uQDRtKY8c5U", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Laos", - 1, - 85 - ], - [ - 4, - "Country", - "", - "Coded", - 67, - "Lebanon", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لبنان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Lebanon", - "GJ7m7BCOAOV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Lebanon", - 1, - 86 - ], - [ - 4, - "Country", - "", - "Coded", - 68, - "Lesotho", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليسوتو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Lesotho", - "xTpZ9IdGDaR", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Lesotho", - 1, - 87 - ], - [ - 4, - "Country", - "", - "Coded", - 69, - "Liberia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليبيريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Liberia", - "RYkXhX8vzoZ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Liberia", - 1, - 88 - ], - [ - 4, - "Country", - "", - "Coded", - 70, - "Libya", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Libya", - "kev7mHYfTYY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Libya", - 1, - 89 - ], - [ - 4, - "Country", - "", - "Coded", - 71, - "Macedonia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مقدونيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Macedonia", - "z33jX0aGBTW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Macedonia", - 1, - 90 - ], - [ - 4, - "Country", - "", - "Coded", - 72, - "Madagascar", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مدغشقر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Madagascar", - "x08DzDg5Nqh", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Madagascar", - 1, - 91 - ], - [ - 4, - "Country", - "", - "Coded", - 73, - "Malawi", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ملاوي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Malawi", - "X2FD6vMUbhE", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Malawi", - 1, - 92 - ], - [ - 4, - "Country", - "", - "Coded", - 74, - "Malaysia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ماليزيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Malaysia", - "E3RSmm22ZCw", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Malaysia", - 1, - 93 - ], - [ - 4, - "Country", - "", - "Coded", - 75, - "Mali", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مالي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mali", - "qWMNMVwW3f6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mali", - 1, - 94 - ], - [ - 4, - "Country", - "", - "Coded", - 76, - "Martinique", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مارتينيك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Martinique", - "OSaI3ynQc2B", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Martinique", - 1, - 95 - ], - [ - 4, - "Country", - "", - "Coded", - 77, - "Mauritania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موريتانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mauritania", - "juWqPkQv0Jm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mauritania", - 1, - 96 - ], - [ - 4, - "Country", - "", - "Coded", - 78, - "Mauritius", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موريشيوس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mauritius", - "QYoc7owgftv", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mauritius", - 1, - 97 - ], - [ - 4, - "Country", - "", - "Coded", - 79, - "Mayotte", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مايوت", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mayotte", - "ynwDAes7aAW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mayotte", - 1, - 98 - ], - [ - 4, - "Country", - "", - "Coded", - 80, - "Mexico", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المكسيك", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mexico", - "kmT493hNL5S", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mexico", - 1, - 99 - ], - [ - 4, - "Country", - "", - "Coded", - 81, - "Moldova", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مولدوفا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Moldova", - "fx0DT1autSt", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Moldova", - 1, - 100 - ], - [ - 4, - "Country", - "", - "Coded", - 82, - "Mongolia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منغوليا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mongolia", - "TUgTdt3xIWK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mongolia", - 1, - 101 - ], - [ - 4, - "Country", - "", - "Coded", - 83, - "Morocco", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المغرب", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Morocco", - "L36FJRjmXWL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Morocco", - 1, - 102 - ], - [ - 4, - "Country", - "", - "Coded", - 84, - "Mozambique", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موزمبيق", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Mozambique", - "p7nmSATxbN1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Mozambique", - 1, - 103 - ], - [ - 4, - "Country", - "", - "Coded", - 85, - "Myanmar", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ميانمار", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Myanmar", - "rYQqfQ7DQbm", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Myanmar", - 1, - 104 - ], - [ - 4, - "Country", - "", - "Coded", - 86, - "Namibia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ناميبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Namibia", - "O1zvQatEJp5", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Namibia", - 1, - 105 - ], - [ - 4, - "Country", - "", - "Coded", - 87, - "Nauru", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ناورو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nauru", - "f0yjC5qZlPc", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nauru", - 1, - 106 - ], - [ - 4, - "Country", - "", - "Coded", - 88, - "Nepal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيبال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nepal", - "iAFuacwzUvp", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nepal", - 1, - 107 - ], - [ - 4, - "Country", - "", - "Coded", - 89, - "New Caledonia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كاليدونيا الجديدة", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "New Caledonia", - "htSoK0QkB38", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|New Caledonia", - 1, - 108 - ], - [ - 4, - "Country", - "", - "Coded", - 90, - "Nicaragua", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيكاراغوا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nicaragua", - "TM5JHHJSepL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nicaragua", - 1, - 109 - ], - [ - 4, - "Country", - "", - "Coded", - 91, - "Niger", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "النيجر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Niger", - "n6jS263I3fP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Niger", - 1, - 110 - ], - [ - 4, - "Country", - "", - "Coded", - 92, - "Nigeria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نيجيريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Nigeria", - "yCwLYjhUxYV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Nigeria", - 1, - 111 - ], - [ - 4, - "Country", - "", - "Coded", - 93, - "North Korea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوريا الشمالية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "North Korea", - "AaaEWin7qH1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|North Korea", - 1, - 112 - ], - [ - 4, - "Country", - "", - "Coded", - 94, - "Oman", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلطنة عمان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Oman", - "ibsHfsJGGDN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Oman", - 1, - 113 - ], - [ - 4, - "Country", - "", - "Coded", - 95, - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آخر", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Other", - "CLdu0MxWYHQ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Other", - 1, - 114 - ], - [ - 4, - "Country", - "", - "Coded", - 96, - "Pakistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "باكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Pakistan", - "JYD72Xs1Mzz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Pakistan", - 1, - 115 - ], - [ - 4, - "Country", - "", - "Coded", - 97, - "Palestine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فلسطين", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Palestine", - "oXNGgwEJSsY", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Palestine", - 1, - 116 - ], - [ - 4, - "Country", - "", - "Coded", - 98, - "Panama", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بنما", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Panama", - "zVoWkjxJFbF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Panama", - 1, - 117 - ], - [ - 4, - "Country", - "", - "Coded", - 99, - "Papua New Guinea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بابوا غينيا الجديدة", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Papua New Guinea", - "Z313HJcROSN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Papua New Guinea", - 1, - 118 - ], - [ - 4, - "Country", - "", - "Coded", - 100, - "Paraguay", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "باراجواي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Paraguay", - "hBJq89c5RTj", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Paraguay", - 1, - 119 - ], - [ - 4, - "Country", - "", - "Coded", - 101, - "Peru", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بيرو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Peru", - "YTBWmjQr7XP", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Peru", - 1, - 120 - ], - [ - 4, - "Country", - "", - "Coded", - 102, - "Philippines", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فيلبيني", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Philippines", - "AdpKVdKRPcR", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Philippines", - 1, - 121 - ], - [ - 4, - "Country", - "", - "Coded", - 103, - "Puerto Rico", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بورتوريكو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Puerto Rico", - "FnQRQn7mgd1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Puerto Rico", - 1, - 122 - ], - [ - 4, - "Country", - "", - "Coded", - 104, - "Republic of Congo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمهورية الكونغو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Republic of Congo", - "FhbtKjDWBKO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Republic of Congo", - 1, - 123 - ], - [ - 4, - "Country", - "", - "Coded", - 105, - "Reunion", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جمع شمل", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Reunion", - "UTj8ZSh4W0W", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Reunion", - 1, - 124 - ], - [ - 4, - "Country", - "", - "Coded", - 106, - "Romania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "رومانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Romania", - "h4ADgng7o7V", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Romania", - 1, - 125 - ], - [ - 4, - "Country", - "", - "Coded", - 107, - "Rwanda", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "رواندا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Rwanda", - "Fbb3LoX8tN1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Rwanda", - 1, - 126 - ], - [ - 4, - "Country", - "", - "Coded", - 108, - "Samoa", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ساموا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Samoa", - "tdKdNPjLDpW", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Samoa", - 1, - 127 - ], - [ - 4, - "Country", - "", - "Coded", - 109, - "Sao Tome and Principe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سان تومي وبرينسيبي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sao Tome and Principe", - "iaxUuGD1Jci", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sao Tome and Principe", - 1, - 128 - ], - [ - 4, - "Country", - "", - "Coded", - 110, - "Saudi Arabia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المملكة العربية السعودية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Saudi Arabia", - "fWuLuHrUlth", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Saudi Arabia", - 1, - 129 - ], - [ - 4, - "Country", - "", - "Coded", - 111, - "Senegal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السنغال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Senegal", - "iIwF5zZHy3y", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Senegal", - 1, - 130 - ], - [ - 4, - "Country", - "", - "Coded", - 112, - "Serbia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صربيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Serbia", - "QZSt8K9rCuC", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Serbia", - 1, - 131 - ], - [ - 4, - "Country", - "", - "Coded", - 113, - "Sierra Leone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سيرا ليون", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sierra Leone", - "Zfx8u9hEIEg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sierra Leone", - 1, - 132 - ], - [ - 4, - "Country", - "", - "Coded", - 114, - "Somalia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصومال", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Somalia", - "LWk4HhtQw4P", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Somalia", - 1, - 133 - ], - [ - 4, - "Country", - "", - "Coded", - 115, - "South Africa", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جنوب أفريقيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Africa", - "swkvnZvvnKz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Africa", - 1, - 134 - ], - [ - 4, - "Country", - "", - "Coded", - 116, - "South Korea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوريا الجنوبية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Korea", - "Pk7VSPQGxOJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Korea", - 1, - 135 - ], - [ - 4, - "Country", - "", - "Coded", - 117, - "South Sudan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جنوب السودان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "South Sudan", - "GM7K6uGf0RB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|South Sudan", - 1, - 136 - ], - [ - 4, - "Country", - "", - "Coded", - 118, - "Sri Lanka", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سيريلانكا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sri Lanka", - "X6Uxm9Nvh96", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sri Lanka", - 1, - 137 - ], - [ - 4, - "Country", - "", - "Coded", - 119, - "Sudan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السودان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Sudan", - "bh15sTZprwJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Sudan", - 1, - 138 - ], - [ - 4, - "Country", - "", - "Coded", - 120, - "Suriname", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سورينام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Suriname", - "L1pJ6lyhkQ3", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Suriname", - 1, - 139 - ], - [ - 4, - "Country", - "", - "Coded", - 121, - "Swaziland", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سوازيلاند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Swaziland", - "hwQ2t3HqPWl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Swaziland", - 1, - 140 - ], - [ - 4, - "Country", - "", - "Coded", - 122, - "Switzerland", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سويسرا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Switzerland", - "p9TZ1E3MwCJ", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Switzerland", - 1, - 141 - ], - [ - 4, - "Country", - "", - "Coded", - 123, - "Syria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سوريا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Syria", - "Le58jNVqE2c", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Syria", - 1, - 142 - ], - [ - 4, - "Country", - "", - "Coded", - 124, - "Tajikistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طاجيكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tajikistan", - "SpY4My0Tfdu", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tajikistan", - 1, - 143 - ], - [ - 4, - "Country", - "", - "Coded", - 125, - "Tanzania", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تنزانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tanzania", - "BO39Gyu0pFB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tanzania", - 1, - 144 - ], - [ - 4, - "Country", - "", - "Coded", - 126, - "Thailand", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تايلاند", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Thailand", - "OMthLOXkS7R", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Thailand", - 1, - 145 - ], - [ - 4, - "Country", - "", - "Coded", - 127, - "Togo", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توجو", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Togo", - "ik6DEQokGoX", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Togo", - 1, - 146 - ], - [ - 4, - "Country", - "", - "Coded", - 128, - "Tonga", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تونغا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tonga", - "UwBOdNU0BoN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tonga", - 1, - 147 - ], - [ - 4, - "Country", - "", - "Coded", - 129, - "Tunisia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تونس", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Tunisia", - "buJMOWwkvTU", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Tunisia", - 1, - 148 - ], - [ - 4, - "Country", - "", - "Coded", - 130, - "Turkey", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ديك رومى", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Turkey", - "CGZ6aUAdeEg", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Turkey", - 1, - 149 - ], - [ - 4, - "Country", - "", - "Coded", - 131, - "Turkmenistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تركمانستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Turkmenistan", - "vveUZtdAZ4b", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Turkmenistan", - 1, - 150 - ], - [ - 4, - "Country", - "", - "Coded", - 132, - "Uganda", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوغندا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uganda", - "HtKHD2UHkqO", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uganda", - 1, - 151 - ], - [ - 4, - "Country", - "", - "Coded", - 133, - "Ukraine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوكرانيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Ukraine", - "tcQzqbOunOH", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Ukraine", - 1, - 152 - ], - [ - 4, - "Country", - "", - "Coded", - 134, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مجهول", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Unknown", - "f3HLfWXDLR2", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Unknown", - 1, - 153 - ], - [ - 4, - "Country", - "", - "Coded", - 135, - "Uruguay", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوروغواي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uruguay", - "pgnkiQSCDn3", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uruguay", - 1, - 154 - ], - [ - 4, - "Country", - "", - "Coded", - 136, - "Uzbekistan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوزبكستان", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Uzbekistan", - "awnJIYW5YtB", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Uzbekistan", - 1, - 155 - ], - [ - 4, - "Country", - "", - "Coded", - 137, - "Venezuela", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فنزويلا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Venezuela", - "YRQvQP5RcvF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Venezuela", - 1, - 156 - ], - [ - 4, - "Country", - "", - "Coded", - 138, - "Vietnam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فيتنام", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Vietnam", - "kqXj8d1FBku", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Vietnam", - 1, - 157 - ], - [ - 4, - "Country", - "", - "Coded", - 139, - "Western Sahara", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الصحراء الغربية", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Western Sahara", - "TQtN99MXJBl", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Western Sahara", - 1, - 158 - ], - [ - 4, - "Country", - "", - "Coded", - 140, - "Yemen", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اليمن", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Yemen", - "Xt3YtysLys1", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Yemen", - 1, - 159 - ], - [ - 4, - "Country", - "", - "Coded", - 141, - "Zambia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زامبيا", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Zambia", - "dBdzuz547IL", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Zambia", - 1, - 160 - ], - [ - 4, - "Country", - "", - "Coded", - 142, - "Zimbabwe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيمبابوي", - "TEXT", - "Nationality", - "Xvzc9e0JJmp", - "GL - Nationality", - "qr9jBtm9uvm", - "Zimbabwe", - "HLkotQtFN2s", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Country|Zimbabwe", - 1, - 161 - ], - [ - 5, - "Current status", - "", - "Coded", - 1, - "IDP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نازح داخل بلده", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "IDP", - "fuqWrHbeLlA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|IDP", - 1, - 162 - ], - [ - 5, - "Current status", - "", - "Coded", - 2, - "Internationally displaced", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نازح خارج البلد", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Internationally displaced", - "l0DYdgTyfjf", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Internationally displaced", - 1, - 163 - ], - [ - 5, - "Current status", - "", - "Coded", - 3, - "Resident", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مقيم", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Resident", - "dHeC0bqKK5X", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Resident", - 1, - 164 - ], - [ - 5, - "Current status", - "", - "Coded", - 4, - "Returnee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائد", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Returnee", - "c7YSTI6DMVz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Returnee", - 1, - 165 - ], - [ - 5, - "Current status", - "", - "Coded", - 5, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Current status", - "YUIQIA2ClN6", - "GL - Current status", - "FTbwlOo7CpG", - "Unknown", - "e09Sdzvq7Eb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current status|Unknown", - 1, - 166 - ], - [ - 6, - "Legal status", - "", - "Coded", - 1, - "Asylum seeker", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طالب لجوء", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Asylum seeker", - "OkxNN39DQxK", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Asylum seeker", - 1, - 167 - ], - [ - 6, - "Legal status", - "", - "Coded", - 2, - "No status", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا توجد حالة", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "No status", - "Rq1gzUxSuOx", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|No status", - 1, - 168 - ], - [ - 6, - "Legal status", - "", - "Coded", - 3, - "Refugee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لاجئ", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Refugee", - "eCMoEdIoYip", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Refugee", - 1, - 169 - ], - [ - 6, - "Legal status", - "", - "Coded", - 4, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Legal status", - "Qq6xQ2s6LO8", - "GL - Legal status", - "y38Qm3uiuuV", - "Unknown", - "qIZDudMrl2h", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Legal status|Unknown", - 1, - 170 - ], - [ - 7, - "Marital status", - "", - "Coded", - 1, - "Single", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اعزب", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Single", - "UWJ3rb4oSIT", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Single", - 1, - 171 - ], - [ - 7, - "Marital status", - "", - "Coded", - 2, - "Married", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "متزوج", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Married", - "KPqHQHHRcCr", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Married", - 1, - 172 - ], - [ - 7, - "Marital status", - "", - "Coded", - 3, - "Widowed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ارمل", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Widowed", - "MCDTHvjCcXk", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Widowed", - 1, - 173 - ], - [ - 7, - "Marital status", - "", - "Coded", - 4, - "Divorced / separated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مطلق منفصل ", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Divorced / separated", - "Xw72Tt47sh8", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Divorced / separated", - 1, - 174 - ], - [ - 7, - "Marital status", - "", - "Coded", - 5, - "Living with partner", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "معاشرة بدون زواج ", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Concubine", - "N3RUm7QCToz", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Living with partner", - 1, - 175 - ], - [ - 7, - "Marital status", - "", - "Coded", - 6, - "Not applicable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا ينطبق", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Not applicable", - "hvQxPXvQTWb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Not applicable", - 1, - 176 - ], - [ - 7, - "Marital status", - "", - "Coded", - 7, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Marital status", - "FpuGAOu6itZ", - "GL - Marital status", - "G69FtaNkBgp", - "Unknown", - "Wjo2m9cjodd", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Marital status|Unknown", - 1, - 177 - ], - [ - 8, - "Employment status", - "", - "Coded", - 1, - "Student", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "طالب", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Student", - "fo87CWdDTWV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Student", - 1, - 178 - ], - [ - 8, - "Employment status", - "", - "Coded", - 2, - "Permanent employee - full time", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف دائم – دوام كامل", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Permanent employee", - "xr9mD6TPYqb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Permanent employee - full time", - 1, - 179 - ], - [ - 8, - "Employment status", - "", - "Coded", - 3, - "Permanent employee - part time", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف دائم - دوام جزئي", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Permanent employee", - "xr9mD6TPYqb", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Permanent employee - part time", - 1, - 180 - ], - [ - 8, - "Employment status", - "", - "Coded", - 4, - "Occasional employee", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف مؤقت ", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Occasional employee", - "mvLwMpjazqS", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Occasional employee", - 1, - 181 - ], - [ - 8, - "Employment status", - "", - "Coded", - 5, - "Unemployed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير موظف", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Unemployed", - "cB5Xml6gEy6", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Unemployed", - 1, - 182 - ], - [ - 8, - "Employment status", - "", - "Coded", - 6, - "Housework", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عمل منزلي", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Housewife", - "xlN1a7VFrBV", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Housework", - 1, - 183 - ], - [ - 8, - "Employment status", - "", - "Coded", - 7, - "Not applicable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا ينطبق", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Not applicable", - "mJT8pyvj9x4", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Not applicable", - 1, - 184 - ], - [ - 8, - "Employment status", - "", - "Coded", - 8, - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Other", - "TSJMPoSPegN", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Other", - 1, - 185 - ], - [ - 8, - "Employment status", - "", - "Coded", - 9, - "Unknown", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Employment status", - "v7k4OcXrWR8", - "GL - Employment status", - "RpW3aZrlHDi", - "Unknown", - "hQK01FExLdF", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Employment status|Unknown", - 1, - 186 - ], - [ - 9, - "Admission type", - "", - "Coded", - 1, - "New admission", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-2475", - "", - "New admission", - "The process of admitting a patient to facility", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قبول جديد", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "(object.attributeName)", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|New admission", - 1, - 187 - ], - [ - 9, - "Admission type", - "", - "Coded", - 2, - "Readmission", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - "Readmission", - "Re-admission", - "", - "", - "", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - "", - "", - "", - "", - "", - "", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "Use MSF automatch", - "", - "MSF-2474", - "", - "Re-admission", - "The process of being admitted to a facility again", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "إعادة القبول", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Readmission", - 1, - 188 - ], - [ - 9, - "Admission type", - "", - "Coded", - 3, - "Relapse", - "", - "Relapse", - "", - "", - "", - "", - "", - "", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - 90, - "Found", - "Use PIH automatch", - "", - "(see CIEL)", - "CIEL-160033", - "Relapse", - "Status of disease, particularly tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "انتكاس", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Relapse", - 1, - 189 - ], - [ - 9, - "Admission type", - "", - "Coded", - 4, - "Internal movement", - "", - "Internal movement", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "CIEL-167731", - "Internal facility transfer/referral", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Internal movement", - 1, - 190 - ], - [ - 9, - "Admission type", - "", - "Coded", - 5, - "Patient referred", - "", - "Patient referred", - "", - "", - "", - "", - "", - "", - "Patient referred", - "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", - "Boolean", - "Question", - "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3012", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type|Patient referred", - 1, - 191 - ], - [ - 10, - "Admission type - MH", - "", - "Coded", - 1, - "New admission", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2475", - "", - "New admission", - "The process of admitting a patient to facility", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ادخال جديد ", - "TEXT", - "Mental Health-Baseline consultation- Admission type", - "rSIazMFEBjD", - "GL - Admission type", - "wTGMuMQQwmQ", - "New admission", - "ytN3iatLPSV", - "new_admission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Admission type - MH|New admission", - 1, - 192 - ], - [ - 10, - "Admission type - MH", - "", - "Coded", - 2, - "Readmission", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - "Readmission", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "", - "", - "MSF-2474", - "", - "Re-admission", - "The process of being admitted to a facility again", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اعادة ادخال", - "TEXT", - "Mental Health-Baseline consultation- Admission type", - "rSIazMFEBjD", - "GL - Admission type", - "wTGMuMQQwmQ", - "Readmission", - "j7Omz3uFWvT", - "readmission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "-", - "Admission type - MH|Readmission", - 1, - 193 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 1, - "Internal movement", - "", - "Internal movement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Internal movement", - "hbUToWVAaDs", - "internal_movement", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Internal movement", - 1, - 194 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 2, - "New admission", - "", - "New admission", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "New admission", - "wYldfEstUDw", - "new_admission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|New admission", - 1, - 195 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 3, - "Patient referred", - "", - "Patient referred", - " ", - " ", - " ", - " ", - " ", - " ", - "Patient referred", - "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", - "Boolean", - "Question", - "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Patient referred", - "OaPIHkL7Oec", - "patient_referred", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Patient referred", - 1, - 196 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 4, - "Readmission", - "", - "Readmission", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Readmission", - "Rpcv8mgy0LH", - "readmission", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Readmission", - 1, - 197 - ], - [ - 11, - "Admission type - ITFC", - "", - "Coded", - 5, - "Relapse", - "", - "Relapse", - " ", - " ", - " ", - " ", - " ", - " ", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Admission type", - "nMeY390juYX", - "Medical - Pediatrics/Nutrition - Admission type", - "pi0PoB2sbPy", - "Relapse", - "k33l9HPo5aJ", - "relapse", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Admission type - ITFC|Relapse", - 1, - 198 - ], - [ - 12, - "Admission type - ATFC", - "", - "Coded", - 1, - "New admission", - "", - "", - "New admission", - "The process of admitting a patient to facility", - "Coded", - "Finding", - "9f2fe30f-a8f0-49ba-82e4-71c232259130", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|New admission", - 1, - 199 - ], - [ - 12, - "Admission type - ATFC", - "", - "Coded", - 2, - "Readmission", - "", - "", - "Re-admission", - " ", - " ", - " ", - "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Readmission", - "", - "Coded", - "Question", - "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|Readmission", - 1, - 200 - ], - [ - 12, - "Admission type - ATFC", - "", - "Coded", - 3, - "Relapse", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "Relapse", - "Status of disease, particularly tuberculosis", - "N/A", - "Misc", - "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Relapse", - "Represents a treatment relapse", - "N/A", - "Misc", - "2e356563-e995-4b5d-884e-6e05e930de24", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Admission type] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission type - ATFC|Relapse", - 1, - 201 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 1, - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فردية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Individual", - 1, - 202 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 2, - "Couple", - "", - "Couple", - "", - "", - "", - "", - "", - "", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ازواج", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Couple", - 1, - 203 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 3, - "Family", - "", - "Family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائلية عدد المرضى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Family", - 1, - 204 - ], - [ - 13, - "Type of consultation", - "", - "Coded", - 4, - "Parent-Child", - "", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهل واطفال", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation|Parent-Child", - 1, - 205 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 1, - "Individual", - "96223dc7-6959-4ea5-a362-c0246d858c87", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1537", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فردية", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Individual", - "JMnQs1hB0kK", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Individual", - 1, - 206 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 2, - "Couple", - "61b32a22-acef-4141-9faa-9c236cdfa978", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ازواج", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Couple", - "mD02hgMyFVD", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Couple", - 1, - 207 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 3, - "Family", - "f16d5d76-155b-453d-bd60-ea8ee4d344e9", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Family", - "hv96C4ctfZI", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Family", - 1, - 208 - ], - [ - 14, - "Type of consultation - MHPSS baseline", - "", - "Coded", - 4, - "Parent-Child", - "c39eaa06-6506-49f0-9c4f-c96fa957f9cd", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهل واطفال", - "TEXT", - "Mental Health-Baseline consultation- Consultation type", - "KSBMR1BDGwx", - "Mental Health-Baseline- Consultation type", - "O72UnPJGuKC", - "Parent-Child", - "PNWXisyNbE4", - "mother_child", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS baseline|Parent-Child", - 1, - 209 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 1, - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "فردية", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Individual", - "BWaOLwO6b6A", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Individual", - 1, - 210 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 2, - "Couple", - "", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ازواج", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Couple", - "He6N2xKBXcT", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Couple", - 1, - 211 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 3, - "Family", - "", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Family", - "Njlwl5xyuyO", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Family", - 1, - 212 - ], - [ - 15, - "Type of consultation - MHPSS follow-up", - "", - "Coded", - 4, - "Parent-Child", - "", - "Parent-Child", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Parent", - "", - "N/A", - "Misc", - "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-1536", - "", - "Family support", - "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "اهل واطفال", - "TEXT", - "Mental Health-Follow-up consultation- Consultation type", - "d8Dok4D8Fl4", - "Mental Health-Follow up- Consultation type", - "FYHuq8p4TYP", - "Parent-Child", - "A1dYYhmV4ob", - "mother_child", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of consultation - MHPSS follow-up|Parent-Child", - 1, - 213 - ], - [ - 16, - "Type of consultation - MH closure", - "", - "Coded", - 1, - "Individual", - "", - "Individual", - "Individual", - "One person.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001907", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2889", - "", - "Individual session", - "One to one consultation between patient and provider in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "فردية", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Individual", - "sOoJSyT6ZDO", - "individual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Individual", - 1, - 214 - ], - [ - 16, - "Type of consultation - MH closure", - "", - "Coded", - 2, - "Couple", - "", - "Couple", - " ", - " ", - " ", - " ", - " ", - " ", - "Couple", - "Two persons together", - "N/A", - "Misc", - "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-166584", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ازواج", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Couple", - "HTeXUWFE4P6", - "couple", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Couple", - 1, - 215 - ], - [ - 16, - "Type of consultation - MH closure", - "", - "Coded", - 3, - "Family", - "", - "Family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1535", - "", - "Dyad session", - "Consultation done with patient's family members in the context of mental health care", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عائلية عدد المرضى", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Main type of consultation", - "TqjvJA0GUOA", - "Mental Health - Type of consultation", - "mimbbLDaZyZ", - "Family", - "VsbQQh86Jlb", - "family", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of consultation] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of consultation - MH closure|Family", - 1, - 216 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 1, - "Psychologist", - "", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - 95, - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - 95, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Psychologist", - 1, - 217 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 2, - "Counsellor", - "", - "Counsellor", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1568", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Counsellor", - 1, - 218 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 3, - "Psychiatrist", - "", - "Psychiatrist", - "Psychiatrist", - "A medical doctor (an M.D. or D.O.) who specializes in diagnosing and treating disorders related to mental health.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001397", - 95, - "Psychiatrist", - "", - "N/A", - "Misc", - "167061AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|Psychiatrist", - 1, - 219 - ], - [ - 17, - "Consultation done by", - "", - "Coded", - 4, - "mhGAP clinician", - "", - "mhGAP clinician", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by|mhGAP clinician", - 1, - 220 - ], - [ - 18, - "Consultation done by - MHPSS baseline", - "", - "Coded", - 1, - "Psychologist", - "278401ee-3d6f-4c65-9455-f1c16d0a7a98", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - 95, - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "TEXT", - "Mental health-Baseline consultation- Consultation done by", - "WDY6MkQWyHb", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Psychologist", - "gLrTwy3IQX5", - "psychologist", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS baseline|Psychologist", - 1, - 221 - ], - [ - 18, - "Consultation done by - MHPSS baseline", - "", - "Coded", - 2, - "Counsellor", - "fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331", - "Counsellor", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "TEXT", - "Mental health-Baseline consultation- Consultation done by", - "WDY6MkQWyHb", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Counsellor", - "XP6WAfznTX0", - "counsellor", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS baseline|Counsellor", - 1, - 222 - ], - [ - 19, - "Consultation done by - MHPSS follow-up", - "", - "Coded", - 1, - "Psychologist", - "", - "Psychologist", - "Psychologist", - "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001806", - 95, - "Psychologist", - "A professional who evaluates and studies behavior and mental processes.", - "N/A", - "Misc", - "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychologist", - "Psychiatric evaluation", - "N/A", - "Misc", - "e41b355e-8318-4c12-be5e-610bc46e7301", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاخصائي النفسي", - "TEXT", - "Mental Health-Follow-up consultation- Consultation done by", - "aCTIvKSNndK", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Psychologist", - "gLrTwy3IQX5", - "psychologist", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS follow-up|Psychologist", - 1, - 223 - ], - [ - 19, - "Consultation done by - MHPSS follow-up", - "", - "Coded", - 2, - "Counsellor", - "", - "Counsellor", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المستشار النفسي", - "TEXT", - "Mental Health-Follow-up consultation- Consultation done by", - "aCTIvKSNndK", - "Mental health - Consultation done by", - "LT0yOAOGLDf", - "Counsellor", - "XP6WAfznTX0", - "counsellor", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "Consultation done by - MHPSS follow-up|Counsellor", - 1, - 224 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 1, - "Health facility", - "", - "Health facility", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 95, - "Found", - "", - "", - "MSF-2578", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منشأة صحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Health facility", - 1, - 225 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 2, - "MSF health facility", - "", - "MSF health facility", - " ", - " ", - " ", - " ", - "", - " ", - " ", - " ", - " ", - " ", - "", - " ", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز صحي تابع لمنظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|MSF health facility", - 1, - 226 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 3, - "Mobile clinic", - "", - "Mobile clinic", - "Mobile clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001400", - 95, - "Mobile clinic", - " ", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Mobile clinic", - "Describes method of new HIV diagnosis.", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "MSF-1000", - "", - "Mobile Clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عيادة متنقلة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Mobile clinic", - 1, - 227 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 4, - "Home visit", - "", - "Home visit", - "Home", - "The place where an individual lives permanently", - "N/A", - "Misc", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - 90, - "Home", - " ", - "N/A", - "Misc", - "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Home visit", - "When a provider goes to the patient's residence", - "N/A", - "Misc", - "be2df0db-e633-4016-aab8-65697bb98f12", - 95, - "Found", - "", - "", - "MSF-1382", - "", - "Home", - "The place where an individual lives permanently, question = Intervention setting", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة منزلية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Home visit", - 1, - 228 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 5, - "School visit", - "", - "School visit", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "School", - "Location of teaching", - "N/A", - "Misc", - "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة مدرسية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|School visit", - 1, - 229 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 6, - "Remote / phone", - "", - "Remote / phone", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-975", - "", - "Telehealth consultation", - "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عن بعد / تلفون", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Remote / phone", - 1, - 230 - ], - [ - 20, - "Location of intervention - MH", - "", - "Coded", - 7, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "CIEL-5622", - "Other", - "A generic, descriptive, and non-coded response to a question., CIEL link is broken", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MH|Other", - 1, - 231 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 1, - "Health facility", - "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", - "Health facility", - "", - "", - "", - "", - "", - "", - "Health facility", - "", - "N/A", - "Misc", - "1537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Health facility name", - "", - "", - "", - "162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use MSF manual", - "", - "MSF-2578", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منشأة صحية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Health facility", - "r4XbBWmqXmu", - "health_center", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Health facility", - 1, - 232 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 2, - "MSF health facility", - "41e68dee-a2a3-4e6c-9d96-53def5caff52", - "MSF health facility", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز صحي تابع لمنظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "MSF health facility", - "QjHFWlrDAi3", - "msf_health_facility", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|MSF health facility", - 1, - 233 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 3, - "Mobile clinic", - "48984e47-3e9b-4d8e-a66d-317af5c36f02", - "Mobile clinic", - "Mobile clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001400", - 95, - "Mobile clinic", - "", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Mobile clinic", - "Describes method of new HIV diagnosis.", - "N/A", - "Misc", - "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use MSF automatch", - "", - "MSF-1000", - "", - "Mobile Clinic", - "Customized vehicles that travel to communities and provide prevention and healthcare services.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عيادة متنقلة", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Mobile clinic", - "SENCNKONSMT", - "mobile_clinic", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Mobile clinic", - 1, - 234 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 4, - "Home visit", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - "Home visit", - "Home", - "The place where an individual lives permanently", - "N/A", - "Misc", - "bd5bf44b-164c-415c-8bff-b1d4849928d3", - 90, - "Home", - "", - "N/A", - "Misc", - "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Home visit", - "When a provider goes to the patient's residence", - "N/A", - "Misc", - "be2df0db-e633-4016-aab8-65697bb98f12", - 95, - "Found", - "Use PIH automatch", - "", - "MSF-1382", - "", - "Home", - "The place where an individual lives permanently, question = Intervention setting", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة منزلية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Home", - "Klk9UQeoyeM", - "home", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Home visit", - 1, - 235 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 5, - "School visit", - "7091b6ea-7067-4ee3-9f67-8805904e2f61", - "School visit", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "School", - "Location of teaching", - "N/A", - "Misc", - "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زيارة مدرسية", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "School", - "mKGlluwx83y", - "school", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|School visit", - 1, - 236 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 6, - "Remote / phone", - "398ce872-5862-4826-bba8-826915eddf98", - "Remote / phone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-975", - "", - "Telehealth consultation", - "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عن بعد / تلفون", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Remote / Phone", - "CL7Yj72PgmV", - "remote_phone", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Remote / phone", - 1, - 237 - ], - [ - 21, - "Location of intervention - MHPSS", - "", - "Coded", - 7, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-7", - "CIEL-5622", - "Other", - "A generic, descriptive, and non-coded response to a question., CIEL link is broken", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Mental Health-Baseline consultation- Location of Intervention", - "AuDPJg6gZE7", - "Mental Health-Baseline- Location of first consultation", - "zdJEZvP5dVf", - "Other", - "MSRu3TwArTh", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Location of intervention - MH] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Location of intervention - MHPSS|Other", - 1, - 238 - ], - [ - 22, - "Type of Mental Health intervention", - "", - "Coded", - 1, - "Counselling", - "", - "Counselling", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-145", - "", - "", - "", - "Not found in MSF source; possibly use 1405, name = \"Psychosocial counselling\", DEF = \"Counseling provided for psychosocial support.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "استشارة مع مستشار نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Counselling (with counsellor)", - "xUDWMZGGS2l", - "counselling_with_counsellor", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of Mental Health intervention|Counselling", - 1, - 239 - ], - [ - 22, - "Type of Mental Health intervention", - "", - "Coded", - 2, - "Psychotherapy", - "", - "Psychotherapy", - "", - "", - "", - "", - "", - "", - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "a60e6351-d0ee-403b-9467-98fb25bca5db", - 95, - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-163312", - "Psychotherapy", - "No DEF", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "علاج نفسي مع اخصائي نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Psychotherapy (with psychologist)", - "JZwsTTNdzhq", - "psychotherapy_with_psychologist", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of Mental Health intervention|Psychotherapy", - 1, - 240 - ], - [ - 23, - "Type of Mental Health intervention - MHPSS", - "", - "Coded", - 1, - "Counselling", - "08c534b7-c901-46fb-9831-50ecfcd74d1b", - "Counselling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "استشارة مع مستشار نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Counselling (with counsellor)", - "xUDWMZGGS2l", - "counselling_with_counsellor", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of intervention] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of Mental Health intervention - MHPSS|Counselling", - 1, - 241 - ], - [ - 23, - "Type of Mental Health intervention - MHPSS", - "", - "Coded", - 2, - "Psychotherapy", - "aa9c5d82-1ebf-43c7-9218-6766c4affbc4", - "Psychotherapy", - " ", - " ", - " ", - " ", - " ", - " ", - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Psychotherapy", - "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", - "N/A", - "Procedure", - "a60e6351-d0ee-403b-9467-98fb25bca5db", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-163312", - "Psychotherapy", - "No DEF", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "علاج نفسي مع اخصائي نفسي", - "TEXT", - "Mental Health-Baseline consultation- Type of Intervention", - "KeyiEPc4pII", - "Mental Health- Type of Intervention", - "F350PsrQw3Z", - "Psychotherapy (with psychologist)", - "JZwsTTNdzhq", - "psychotherapy_with_psychologist", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of intervention] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of Mental Health intervention - MHPSS|Psychotherapy", - 1, - 242 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 1, - "IPD MSF", - "", - "IPD MSF", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|IPD MSF", - 1, - 243 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 2, - "Emergency department MSF", - "", - "Emergency department MSF", - "Emergency department", - "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", - "N/A", - "Misc", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - 95, - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الإسعافات لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Emergency department MSF", - 1, - 244 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 3, - "ER", - "", - "ER", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-1383", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|ER", - 1, - 245 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 4, - "MSF ATFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|MSF ATFC", - 1, - 246 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 5, - "Non-MSF ATFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Non-MSF ATFC", - 1, - 247 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 6, - "Primary Health Center MSF", - "", - "Primary Health Center MSF", - "", - "", - "", - "", - "", - "", - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Primary Health Center MSF", - 1, - 248 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 7, - "Health Promotion/sensitization", - "", - "Health Promotion/sensitization", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التوعية الصحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Health Promotion/sensitization", - 1, - 249 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 8, - "Other MSF personnel", - "", - "Other MSF personnel", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1422", - "", - "MSF other", - "Other MSF department or group., question = Source of initial patient referral", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف آخر لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other MSF personnel", - 1, - 250 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 9, - "MSF social worker", - "", - "MSF social worker", - "Social worker", - "", - "", - "", - "MSF-AAAAAA000000000000001398", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل مجتمعي لدى منظمة أطباء بلا حدود", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|MSF social worker", - 1, - 251 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 10, - "Hospital or Health facility", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-2578", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Hospital or Health facility", - 1, - 252 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 11, - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|SFC", - 1, - 253 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 12, - "Hospital", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مستشفى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Hospital", - 1, - 254 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 13, - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-1385", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|OPD", - 1, - 255 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 14, - "Outreach", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Outreach", - 1, - 256 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 15, - "Other health structure", - "", - "Other health structure", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-164407", - "Other health facility", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز أو منشأة صحية أخرى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other health structure", - 1, - 257 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 16, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Other", - 1, - 258 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 17, - "Local health worker (non-MSF)", - "", - "Local health worker (non-MSF)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Local health worker (non-MSF)", - 1, - 259 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 18, - "Institutions (NGOs/Church/IGO)", - "", - "Institutions (NGOs/Church/IGO)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Institutions (NGOs/Church/IGO)", - 1, - 260 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 19, - "NGO", - "", - "NGO", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "Use MSF manual", - "", - "MSF-48", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|NGO", - 1, - 261 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 20, - "Self-referral", - "", - "Self-referral", - "", - "", - "", - "", - "", - "", - "Self-referred", - "", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1417", - "CIEL-160551", - "Self-referral", - "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "احالة فردية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Self-referral", - 1, - 262 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 21, - "Family member / friend /neighbor", - "", - "Family member / friend /neighbor", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1514", - "", - "", - "", - "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد أفراد العائلة / صديق / جار", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Family member / friend /neighbor", - 1, - 263 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 22, - "Community leader", - "", - "Community leader", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Community leader", - "", - "N/A", - "Misc", - "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", - 95, - "Found", - "Use MSF automatch", - "", - "MSF-981", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد شخصيات المجتمع المحلي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Community leader", - 1, - 264 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 23, - "School / University", - "", - "School / University", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "University", - "Academic institution. Higher learning.", - "N/A", - "Misc", - "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مدرسة/جامعة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|School / University", - 1, - 265 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 24, - "Authorities", - "", - "Authorities", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1005", - "", - "Local authorities", - "The organizations or individuals in charge of the public services for a community.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلطات", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Authorities", - 1, - 266 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 25, - "Legal attorney office", - "", - "Legal attorney office", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "PIH-13470", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب المحاماة", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Legal attorney office", - 1, - 267 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 26, - "Prosecutor office", - "", - "Prosecutor office", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب الادعاء", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Prosecutor office", - 1, - 268 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 27, - "Forensic department", - "", - "Forensic department", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الطب الشرعي", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Forensic department", - 1, - 269 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 28, - "CHOW (Community Health Outreach Worker)", - "", - "CHOW (Community Health Outreach Worker)", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "CIEL-1555", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "منشط اجتماعي في مجال الرعاية الصحية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|CHOW (Community Health Outreach Worker)", - 1, - 270 - ], - [ - 24, - "Patient referred by", - "", - "Coded", - 29, - "Community educator", - "", - "Community educator", - "", - "", - "", - "", - "", - "", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "CIEL-1555", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مربي مجتمع", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by|Community educator", - 1, - 271 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 1, - "IPD MSF", - "d17350e6-12de-4454-b902-58c2fc1e59aa", - "IPD MSF", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3194", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "IPD MSF", - "hUkr13HVkFe", - "inpatient_department", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|IPD MSF", - 1, - 272 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 2, - "Emergency department MSF", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - "Emergency department MSF", - "Emergency department", - "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", - "N/A", - "Misc", - "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", - 95, - "Emergency department", - " ", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Emergency department", - "", - "N/A", - "Misc", - "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الإسعافات لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "ER MSF", - "v1uQIEM3yTP", - "emergency_department", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Emergency department MSF", - 1, - 273 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 3, - "Primary Health Center MSF", - "82815438-a49d-48d7-a67f-dd294aa3c1e2", - "Primary Health Center MSF", - " ", - " ", - " ", - " ", - " ", - " ", - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Primary", - "Primary, principal or first (as in qualifier for diagnosis)", - "N/A", - "Misc", - "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-3195", - "CIEL-159372", - "MSF Primary Health Center", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Primary Health Center MSF", - "vcsgSPTyIPC", - "primary_health_center", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Primary Health Center MSF", - 1, - 274 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 4, - "Health Promotion/sensitization", - "edb619d5-309f-45db-9521-70fcc22b30aa", - "Health Promotion/sensitization", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التوعية الصحية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "HP / Sensitization", - "xihtGfyAQG9", - "sensitization", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Health Promotion/sensitization", - 1, - 275 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 5, - "Other MSF personnel", - "200a3de4-00a7-4a2e-a113-852013d6f4c5", - "Other MSF personnel", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-3197", - "", - "Other MSF personnel", - "", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موظف آخر لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Other MSF staff", - "csTGh6JIRmf", - "other_msf_staff", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Other MSF personnel", - 1, - 276 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 6, - "MSF social worker", - "92f7c3e2-89e1-4ebd-9da9-7c2976de815c", - "MSF social worker", - "Social worker", - " ", - " ", - " ", - "MSF-AAAAAA000000000000001398", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3198", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل مجتمعي لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "MSF social worker", - "cuIef31D5QL", - "social_work_msf", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|MSF social worker", - 1, - 277 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 7, - "Other health structure", - "923c6b39-4094-45e4-95ab-b44f7a381980", - "Other health structure", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-3199", - "CIEL-164407", - "Other health facility", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مركز أو منشأة صحية أخرى", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Other Health Structure", - "bZZjZast35n", - "other_health_structure", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Other health structure", - 1, - 278 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 8, - "Local health worker (non-MSF)", - "54054512-7317-45c4-9494-f74be6ab4549", - "Local health worker (non-MSF)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3200", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Local health worker non MSF", - "NIXRVxxeiLm", - "hw_local", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Local health worker (non-MSF)", - 1, - 279 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 9, - "Institutions (NGOs/Church/IGO)", - "f9688da4-cdcf-4cb3-90c2-263812fa064f", - "Institutions (NGOs/Church/IGO)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-3201", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Institutions (Church, NGO, International Agencies)", - "eHP0GjRUPx4", - "institutions_church_ngo_international_agencies", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Institutions (NGOs/Church/IGO)", - 1, - 280 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 10, - "Self-referral", - "8d9386b1-a641-4155-9822-7a06a16aa8e8", - "Self-referral", - " ", - " ", - " ", - " ", - " ", - " ", - "Self-referred", - " ", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-1417", - "CIEL-160551", - "Self-referral", - "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "احالة فردية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Self Referral", - "riMSWiZKZ2Q", - "self_referral", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Self-referral", - 1, - 281 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 11, - "Family member / friend /neighbor", - "a8432309-bc74-4da0-8639-76988c02cbb5", - "Family member / friend /neighbor", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد أفراد العائلة / صديق / جار", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Family / Friend / Neighbor", - "bDu4hsAwaAB", - "family_friend_neighbor", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Family member / friend /neighbor", - 1, - 282 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 12, - "Community leader", - "8b93d848-9e20-41b3-94e5-895a356e5ed7", - "Community leader", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Community leader", - "", - "N/A", - "Misc", - "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", - 95, - "Found", - "", - "", - "MSF-3203", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أحد شخصيات المجتمع المحلي", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Community leader", - "waFIAukspK9", - "community_leader", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Community leader", - 1, - 283 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 13, - "School / University", - "98b1e458-2d46-4025-b912-7340f9d39610", - "School / University", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "University", - "Academic institution. Higher learning.", - "N/A", - "Misc", - "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "MSF-3204", - "", - "", - "", - "Not found in MSF source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مدرسة/جامعة", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "School / University", - "ipYSgBna9cP", - "school_university", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|School / University", - 1, - 284 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 14, - "Authorities", - "80575f44-be81-4694-aba4-012999328339", - "Authorities", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1005", - "", - "Local authorities", - "The organizations or individuals in charge of the public services for a community.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "السلطات", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Authorities", - "gh5agL1I7Nz", - "authorities", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Authorities", - 1, - 285 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 15, - "Legal attorney office", - "14940a46-5cce-4744-ac2a-c2d1fdc64e11", - "Legal attorney office", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب المحاماة", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Legal attorney office", - "DqMj4xwn5EC", - "legal_attorney_office", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Legal attorney office", - 1, - 286 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 16, - "Prosecutor office", - "b989e916-8299-40f6-9a92-c0c8d8e70f20", - "Prosecutor office", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مكتب الادعاء", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Prosecutor office", - "EDDo3uX7Hjp", - "fiscalia_de_la_mujer", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Prosecutor office", - 1, - 287 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 17, - "Forensic department", - "f85b0def-4af3-4901-839d-0a9dc8ace318", - "Forensic department", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قسم الطب الشرعي", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Forensic department", - "qkalVIdgmBS", - "medicina_forense", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Forensic department", - 1, - 288 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 18, - "CHOW (Community Health Outreach Worker)", - "127bfdc9-8059-4421-a3cc-967bfbfee0ce", - "CHOW (Community Health Outreach Worker)", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "منشط اجتماعي في مجال الرعاية الصحية", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "CHOW", - "LCk7N10isIp", - "chow", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|CHOW (Community Health Outreach Worker)", - 1, - 289 - ], - [ - 25, - "Patient referred by - MH", - "", - "Coded", - 19, - "Community educator", - "410a0731-cb41-4181-9897-6eb9894bf7b8", - "Community educator", - " ", - " ", - " ", - " ", - " ", - " ", - "Community", - "People with whom the client lives in the same geographical area or neighborhood", - "N/A", - "Misc", - "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مربي مجتمع", - "TEXT", - "Mental Health-Baseline consultation- Patient referred by", - "qfYPXP76j8g", - "Mental Health-Baseline- Patient referred by", - "xZNOeqJ7DuL", - "Community educator", - "PWjmOym543x", - "community_educattor", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - MH|Community educator", - 1, - 290 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 1, - "ER", - "", - "ER", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|ER", - 1, - 291 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 2, - "NGO", - "", - "NGO", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منظمة غير حكومية", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "NGO", - "YZPzqNjIjkE", - "ngo", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|NGO", - 1, - 292 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 3, - "MSF ATFC", - "", - "MSF ATFC", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "MSF ATFC", - "eQhl8Cckky0", - "msf_atfc", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|MSF ATFC", - 1, - 293 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 4, - "Non-MSF ATFC", - "", - "Non-MSF ATFC", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Non-MSF ATFC", - "qd0LCPcNoWO", - "non_msf_atfc", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Non-MSF ATFC", - 1, - 294 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 5, - "Hospital or Health facility", - "", - "Hospital or Health facility", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - " ", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مستشفى او منشأة صحية", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Hospital or Health facility", - "TrHSyBJXKcT", - "hospital_health_facility", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Hospital or Health facility", - 1, - 295 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 6, - "Self-referral", - "", - "Self-referral", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Self-referral", - "snH8Rb7148A", - "self_referred", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Self-referral", - 1, - 296 - ], - [ - 26, - "Patient referred by - ITFC", - "", - "Coded", - 7, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Medical - Pediatrics/Nutrition - by whom / from where", - "EqfHPdSmUyv", - "Medical - Pediatrics/Nutrition - by whom / from where", - "KuASWxmfnW7", - "Other", - "gyffBI4rHwm", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Patient referred by - ITFC|Other", - 1, - 297 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 1, - "SFC", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "SFC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|SFC", - 1, - 298 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 2, - "Hospital", - "", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - " ", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مستشفى", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Hospital", - 1, - 299 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 3, - "OPD", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "OPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|OPD", - 1, - 300 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 4, - "Outreach", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Outreach", - 1, - 301 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 5, - "Self-referred", - "", - "", - " ", - " ", - " ", - " ", - " ", - " ", - "Self-referred", - " ", - "Coded", - "Finding", - "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Self-refer", - "The person referred themself to the clinic for medical help. From WHO ART card.", - "N/A", - "Misc", - "3cde418a-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "بمفرده / رغبة من المريض", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Self-referred", - 1, - 302 - ], - [ - 27, - "Patient referred by - ATFC", - "", - "Coded", - 6, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Duplication of [Patient referred by] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Patient referred by - ATFC|Other", - 1, - 303 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 1, - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "464c68b7-0fb0-495c-b931-0c1732b60397", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "UeYsD88aXOb", - "1_1_body_pain_or_complaints", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - 1, - 304 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 2, - "1.2 Eating problems", - "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", - "1.2 Eating problems", - "Eating", - "Coded question of patient's ability to eat.", - "Coded", - "Question", - "MSF-AAAAAA000000000000002835", - 90, - "", - "", - "", - "", - "", - "", - "Eating", - "", - "N/A", - "Misc", - "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1400", - "", - "Eating disorder", - "Disorders characterized by physiological and psychological disturbances in appetite or food intake.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في الأكل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.2 Eating problems", - "u1MYOfo6bZo", - "1_2_eating_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.2 Eating problems", - 1, - 305 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 3, - "1.3 Sleeping problems", - "42966954-f43f-4564-bc59-d9d133e53a75", - "1.3 Sleeping problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-526", - "", - "Sleep disorder", - "Conditions characterized by the disturbance of normal sleep patterns and behaviors. There are a number of sleep disorders that range from trouble falling asleep, to nightmares, sleepwalking, and sleep apnea.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في النوم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.3 Sleeping problems", - "kKLSjMaDB71", - "1_3_sleeping_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.3 Sleeping problems", - 1, - 306 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 4, - "1.4 Bedwetting / retention problems", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "1.4 Bedwetting / retention problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1396", - "CIEL-117211", - "Enuresis", - "Involuntary discharge of urine after the age at which urinary control should have been achieved, CIEL name = Incontinence, no DEF, could also be 'unspecified', 'urinary' or 'stress incontinence'", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التبول أثناء النوم / مشاكل في السلس", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.4 Bedwetting / retention problems", - "W445BWB0GQ3", - "1_4_Bedwetting_retention_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.4 Bedwetting / retention problems", - 1, - 307 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 5, - "1.5 Sexual problems", - "3ba98736-982f-4d9c-a675-f83b180a9f28", - "1.5 Sexual problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1401", - "", - "Sexual disorder", - "Physiological disturbances in normal sexual performance.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل جنسية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.5 Sexual problems", - "qu1XKVn8CUS", - "1_5_sexual_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.5 Sexual problems", - 1, - 308 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 6, - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "28adad48-b45b-46a4-ae94-4cca6118047e", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "PClZEC4W4rM", - "1_6_unexplained_physical_reaction", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - 1, - 309 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 7, - "2.1 Sad mood", - "7f4699e5-e70a-49fb-bf34-c09afa867fdc", - "2.1 Sad mood", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001786", - 90, - "", - "", - "", - "", - "", - "", - "Sad mood", - "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", - "N/A", - "Diagnosis", - "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-1386", - "", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مزاج حزين", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.1 Sad mood", - "XPvA3hyChlA", - "2_1_sad_mood", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.1 Sad mood", - 1, - 310 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 8, - "2.2 Irritability / anger", - "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", - "2.2 Irritability / anger", - "", - "", - "", - "", - "", - "", - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "3cf2a6fc-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-1387", - "", - "Irritable mood", - "Abnormal or excessive excitability with easily triggered anger, annoyance, or impatience.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سرعة الضيق / الغضب", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.2 Irritability / anger", - "vprUUUOBopr", - "2_2_irritability_anger", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.2 Irritability / anger", - 1, - 311 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 9, - "2.3 Loss of interest / anhedonia", - "51061bb9-6084-4bb3-b83b-5c234e45b09c", - "2.3 Loss of interest / anhedonia", - "", - "", - "", - "", - "", - "", - "Loss of interest", - "The loss of interest in previously rewarding or enjoyable activities or relationships.", - "N/A", - "Finding", - "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1389", - "", - "Anhedonia", - "The inability to experience pleasure from activities someone usually found enjoyable.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الاهتمام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.3 Loss of interest / anhedonia", - "b4TqJ285UWa", - "2_3_loss_of_interest_anhedonia", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.3 Loss of interest / anhedonia", - 1, - 312 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 10, - "2.4 Hopelessness", - "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", - "2.4 Hopelessness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-892", - "", - "Feeling of hopeless", - "Patient describes feelings of hopeless.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الامل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.4 Hopelessness", - "Rzq6PFcbBa5", - "2_4_hopelessness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.4 Hopelessness", - 1, - 313 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 11, - "2.5 Guilt/self-blame/worthlessness", - "e8166325-9ddc-4739-9452-da63ee7862d2", - "2.5 Guilt/self-blame/worthlessness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-153507", - "Guilty feelings", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.5 Guilt/self-blame/worthlessness", - "QZBfUwIyQm9", - "2_5_guilt_self_blame_worthlessness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.5 Guilt/self-blame/worthlessness", - 1, - 314 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 12, - "2.6 Current suicidal thoughts", - "4f8f7343-f191-4483-bcf9-c60027a6eca8", - "2.6 Current suicidal thoughts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1390", - "", - "Suicidal thoughts", - "Contemplations, wishes, and preoccupations with death and suicide", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.6 Current suicidal thoughts", - "WCyJmoOZsCZ", - "2_6_current_suicidal_thoughts", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.6 Current suicidal thoughts", - 1, - 315 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 13, - "2.7 Recent suicidal attempt", - "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", - "2.7 Recent suicidal attempt", - "", - "", - "", - "", - "", - "", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF source, not found exactly in CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.7 Recent suicidal attempt", - "z8jBJ5nYwIS", - "2_7_recent_suicidal_attempt", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.7 Recent suicidal attempt", - 1, - 316 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 14, - "2.8 Recent self-harm", - "003b425a-d8c3-47ed-bbde-45a7c180c0a4", - "2.8 Recent self-harm", - "", - "", - "", - "", - "", - "", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Self-harm exists in MSF and CIEL diagnosis but not 'recent'", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية للذات مؤخراً", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.8 Recent self-harm", - "XzLHZumvFOH", - "2_8_recent_self_harm", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.8 Recent self-harm", - 1, - 317 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 15, - "2.9 Changes in appetite", - "ce47585c-fa23-4de3-9e3a-97f5eb309e72", - "2.9 Changes in appetite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Loss or increase of appetite exist in CIEL but not 'change' only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تغير في الشهية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.9 Lack of appetite", - "Y5NywW5KfoX", - "2_9_lack_of_appetite", - "", - "", - "", - "", - "", - "", - "In Mosul form, \"Changes in appetite\"", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|2.9 Changes in appetite", - 1, - 318 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 16, - "3.1 Constant stress", - "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", - "3.1 Constant stress", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "Create in OCG", - "", - "", - "", - "", - "", - "Not found in MSF and CIEL source", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالضغط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.1 Constant stress", - "YpabM1EGBap", - "3_1_constant_stress", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.1 Constant stress", - 1, - 319 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 17, - "3.2 Persistent worry", - "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", - "3.2 Persistent worry", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-893", - "", - "Feeling constantly worried", - "Patient expresses feeling constantly worried.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالقلق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.2 Persistent worry", - "PsBi8qdxleW", - "3_2_persistent_worry", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.2 Persistent worry", - 1, - 320 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 18, - "3.3 Intense fear / phobia / feeling threatened", - "ae1ab702-fa58-4648-95e4-acca5c9078f7", - "3.3 Intense fear / phobia / feeling threatened", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-894", - "", - "Excessive fear/phobia", - "Aniexty disorders in which the essential feature is persistent and irrational fear of a specific object, activity, or situation that the individual feels compelled to avoid. The individual recognizes the fear as excessive or unreasonable.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "خوف شديد / خوف مرضي / الشعور بالتهديد", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.3 Intense fear / phobia / feeling threatened", - "JDP7sAjWj0r", - "3_3_intense_fear_phobia_feeling_threatened", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.3 Intense fear / phobia / feeling threatened", - 1, - 321 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 19, - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "473f0ea3-92e5-4a99-bbe0-358e371355ee", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Panic attack", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "N/A", - "Diagnosis", - "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "MSF-1634", - "", - "Panic disorder", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "hHoP5vhiGn3", - "3_4_panic_attack", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - 1, - 322 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 20, - "3.5 Compulsive or repetitive behavior", - "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", - "3.5 Compulsive or repetitive behavior", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1392", - "", - "Compulsive behavior", - "The behavior of performing an act persistently and repetitively without it leading to reward or pleasure.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوك وسواسي أو متكرر", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.5 Compulsive or repetitive behavior", - "PgxhapZ8P9E", - "3_5_compulsive_or_repetitive_behavior", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|3.5 Compulsive or repetitive behavior", - 1, - 323 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 21, - "4.1 Intrusive feelings, thoughts", - "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", - "4.1 Intrusive feelings, thoughts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-897", - "", - "Intrusive thoughts", - "Unwanted thoughts or mental images that make the patient feel uncomfortable.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار تطفلية أو اقتحامية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.1 Intrusive feelings thoughts", - "sFbWwoZbiSF", - "4_1_intrusive_feelings_thoughts", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.1 Intrusive feelings, thoughts", - 1, - 324 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 22, - "4.2 Flashbacks", - "c60a75c9-2ee9-4fb2-af53-6d730e45f074", - "4.2 Flashbacks", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001794", - 90, - "Flashbacks", - "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", - "N/A", - "Diagnosis", - "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1394", - "", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ومضات من الماضي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.2 Flashbacks", - "FibcXxxITz4", - "4_2_flashbacks", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.2 Flashbacks", - 1, - 325 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 23, - "4.3 Avoidance of traumatic stimuli", - "94083de5-2603-4b26-a6d8-ec4459f9eced", - "4.3 Avoidance of traumatic stimuli", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-898", - "", - "Avoidance behaviour", - "Behavioural acts that enable a patient to avoid anticipated unplesant or painful situations, stimuli, or events.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تجنب المحفزات المرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.3 Avoidance of traumatic stimuli", - "TzFciNtGU4L", - "4_3_avoidance_of_traumatic_stimuli", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.3 Avoidance of traumatic stimuli", - 1, - 326 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 24, - "4.4 Hypervigilance / excessive startle response", - "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", - "4.4 Hypervigilance / excessive startle response", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-907", - "", - "Hyper-vigilance", - "Patient is highly alert and displaying behaviors to avoid or prevent danger.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرط اليقظة / استجابة إجفالية شديدة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.4 Hypervigilance / excessive startle response", - "Uhj6bkTtm2b", - "4_4_hypervigilance_excessive_startle_response", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.4 Hypervigilance / excessive startle response", - 1, - 327 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 25, - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check, name = \"Hallucinations\", DEF = \"Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "DqF1son0fxy", - "4_5_trauma_related_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - 1, - 328 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 26, - "4.6 Child has stopped talking", - "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", - "4.6 Child has stopped talking", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3218", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'language' problems in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف الطفل عن الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.6 Child has stopped talking", - "xrr1xtIehD9", - "4_6_child_has_stopped_talking", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|4.6 Child has stopped talking", - 1, - 329 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 27, - "5.1 Delusions (false beliefs)", - "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", - "5.1 Delusions (false beliefs)", - "", - "", - "", - "", - "", - "", - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use CIEL automatch", - "", - "MSF-497", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوهام (معتقدات خاطئة)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.1 Delusions (false beliefs)", - "vAcyKlSrQOK", - "5_1_delusions", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.1 Delusions (false beliefs)", - 1, - 330 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 28, - "5.2 Visual hallucinations", - "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", - "5.2 Visual hallucinations", - "", - "", - "", - "", - "", - "", - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use CIEL automatch", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check name and definition", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات بصرية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.2 Visual hallucinations", - "lsyUg99Xik2", - "5_2_visual_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.2 Visual hallucinations", - 1, - 331 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 29, - "5.3 Auditory hallucinations", - "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", - "5.3 Auditory hallucinations", - "", - "", - "", - "", - "", - "", - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "Use CIEL automatch", - "", - "MSF-1398", - "", - "Hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", - "Check name", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات سمعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.3 Auditory hallucinations", - "BPYqkKFsav2", - "5_3_auditory_hallucinations", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.3 Auditory hallucinations", - 1, - 332 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 30, - "5.4 Disorganized thought /speech", - "dfaf113c-72f2-4865-81c9-31aba9e95a74", - "5.4 Disorganized thought /speech", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-903", - "", - "Disorganized thoughts", - "The paitent cannot control their thoughts or express themself well, which makes relating to others difficult.", - "Check class = Findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشتت الأفكار / الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.4 Disorganized thought /speech", - "f50m0IXJNZ1", - "5_4_disorganized_thought_speech", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.4 Disorganized thought /speech", - 1, - 333 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 31, - "5.5 Bizarre behavior", - "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", - "5.5 Bizarre behavior", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-464", - "", - "Abnormal behaviour", - "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوكيات غريبة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.5 Bizarre behavior", - "SSaShXgyswX", - "5_5_bizarre_behavior", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.5 Bizarre behavior", - 1, - 334 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 32, - "5.6 Psychotic agitation", - "cda4f471-1da9-4192-8f26-ecec35775d5a", - "5.6 Psychotic agitation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3221", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'Agitation' or 'Psychomotor agitation' in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور ذهاني بالضيق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.6 Psychotic agitation", - "BbQwHHYdAtY", - "5_6_psychotic_agitation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|5.6 Psychotic agitation", - 1, - 335 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 33, - "6.1 Problems with concentration, memory or reasoning", - "44274d50-bb85-4f20-9b55-d08f60343c38", - "6.1 Problems with concentration, memory or reasoning", - "", - "", - "", - "", - "", - "", - "concentration", - "Used to describe a concentration in a DST test. Maps to datatype double. ", - "Numeric", - "Misc", - "160047AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-1403/1404/906", - "", - "", - "", - "Check - different items and different classes grouped; names = \"Lack of concentration\", \"Lack of memory\", \"Difficulty reasoning\", DEFs = \"The inability to focus on tasks.\", \"Disturbances in registering an impression, in the retention of an acquired impression, or in the recall of an impression.\", \"Patient has difficulty thinking about things in a logical, sensible way.\"", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في التركيز، أو التذكر، أو التفكير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.1 Problems with concentration memory or reasoning", - "HxamZeSwli0", - "6_1_problems_with_concentration_memory_or_reasoning", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.1 Problems with concentration, memory or reasoning", - 1, - 336 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 34, - "6.2 Delayed development (milestones)", - "66e446ee-8f82-4f2a-808f-00d664ac92de", - "6.2 Delayed development (milestones)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-6022", - "Delayed milestones", - "Delay in a set of functional skills or age-specific tasks that most children can do by a certain age range.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تأخر في التطور (المحطات الإنجازية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.2 Delayed development (milestones)", - "zAXxqqhE7hH", - "6_2_delayed_development", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.2 Delayed development (milestones)", - 1, - 337 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 35, - "6.3 Abnormal social interaction and communication", - "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", - "6.3 Abnormal social interaction and communication", - "Abnormal", - "A result that deviates from the standard or what is expected.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001333", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd75230-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3225", - "", - "", - "", - "Not found in MSF and CIEL source, maybe close to 'Social Maladjustment' in CIEL", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تواصل اجتماعي غير طبيعي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.3 Abnormal social interaction and communication", - "p1PiLH5LcpL", - "6_3_abnormal_social_interaction_and_communication", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.3 Abnormal social interaction and communication", - 1, - 338 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 36, - "6.4 Learning difficulties", - "9240ed56-8ba2-4ef2-b42f-e84179fcc333", - "6.4 Learning difficulties", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-5550", - "Learning problems", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبات في التعلم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.4 Learning difficulties", - "ov5D4toFD3q", - "6_4_learning_difficulties", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.4 Learning difficulties", - 1, - 339 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 37, - "6.5 Epileptic seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "6.5 Epileptic seizures", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000420", - 90, - "Epileptic seizure", - "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", - "N/A", - "Diagnosis", - "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-420", - "", - "Epileptic seizures", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.5 Epileptic seizures", - "dpdekdgiUMZ", - "6_5_epileptic_seizures", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|6.5 Epileptic seizures", - 1, - 340 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 38, - "7.1 Alcohol / substance abuse", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "7.1 Alcohol / substance abuse", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-2457", - "", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعاطي الكحول / العقاقير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.1 Alcohol / substance abuse", - "u6J5PRo76eL", - "7_1_alcohol_substance_abuse", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.1 Alcohol / substance abuse", - 1, - 341 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 39, - "7.2 Aggressiveness", - "977e8c6f-befa-4af3-87e1-1d29a57450c1", - "7.2 Aggressiveness", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-2877", - "", - "Aggressive behavior", - "A form of behavior which leads to self-assertion; it may arise from innate drives and/or a response to frustration; may be manifested by destructive and attacking behavior, by covert attitudes of hostility and obstructionism, or by healthy self-expressive drive to mastery. (Dorland 27th ed)", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العدائية او الهجومية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.2 Aggressiveness", - "ZJKWvyAYFU4", - "7_2_aggressiveness", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.2 Aggressiveness", - 1, - 342 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 40, - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-464", - "", - "Abnormal behaviour", - "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.Pediatric paitent displays a behavioral problem.", - "Check name", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "XwiwuWP5Sze", - "7_3_conduct_problems_in_children", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - 1, - 343 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 41, - "7.4 Hypo- or hyperactivity", - "520eccda-99f4-4cab-950b-260cfe3ab767", - "7.4 Hypo- or hyperactivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3226", - "", - "", - "", - "Includes MSF1397 (Hyperactivity), nothing found for hypoactivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قلة او فرط النشاط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.4 Hypo or hyperactivity", - "D655HPkg8Sw", - "7_4_hypo_or_hyperactivity", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.4 Hypo- or hyperactivity", - 1, - 344 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 42, - "7.5 Impulsivity", - "12723e41-2955-4917-971c-7f05849412d7", - "7.5 Impulsivity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-156762", - "Impulsiveness", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاندفاعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.5 Impulsivity", - "L6gwT6cBFEk", - "7_5_impulsivity", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.5 Impulsivity", - 1, - 345 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 43, - "7.6 Regression in development", - "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", - "7.6 Regression in development", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-901", - "", - "Regression in development in child", - "Loss of developmental milestones in a child during and/or after hospitalization.", - "Check class = Finding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الارتكاس في التطور", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.6 Regression in development", - "rhQpTzDeQPW", - "7_6_regression_in_development", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.6 Regression in development", - 1, - 346 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 44, - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "", - "", - "", - "", - "", - "", - "Social withdrawal", - "", - "N/A", - "Diagnosis", - "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL automatch", - "", - "(see CIEL)", - "CIEL-126307", - "Social withdrawal", - "No DEF", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "xBuK70tTHrj", - "7_7_social_withdrawal", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|7.7 Social withdrawal (isolation/reduced attachment/involvement)", - 1, - 347 - ], - [ - 28, - "Current symptoms or complaints - MH", - "", - "Coded", - 45, - "8.1 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8.1 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "Ok", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "8.1 Other (specify)", - "tkP1jOd01Pn", - "8_1_other", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - MH|8.1 Other", - 1, - 348 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 1, - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "464c68b7-0fb0-495c-b931-0c1732b60397", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - "UeYsD88aXOb", - "1_1_body_pain_or_complaints", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", - 1, - 349 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 2, - "1.2 Eating problems", - "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", - "1.2 Eating problems", - "Eating", - "Coded question of patient's ability to eat.", - "Coded", - "Question", - "MSF-AAAAAA000000000000002835", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Eating", - "", - "N/A", - "Misc", - "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في الأكل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.2 Eating problems", - "u1MYOfo6bZo", - "1_2_eating_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.2 Eating problems", - 1, - 350 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 3, - "1.3 Sleeping problems", - "42966954-f43f-4564-bc59-d9d133e53a75", - "1.3 Sleeping problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في النوم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.3 Sleeping problems", - "kKLSjMaDB71", - "1_3_sleeping_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.3 Sleeping problems", - 1, - 351 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 4, - "1.4 Bedwetting / retention problems", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "1.4 Bedwetting / retention problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التبول أثناء النوم / مشاكل في السلس", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.4 Bedwetting / retention problems", - "W445BWB0GQ3", - "1_4_Bedwetting_retention_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.4 Bedwetting / retention problems", - 1, - 352 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 5, - "1.5 Sexual problems", - "3ba98736-982f-4d9c-a675-f83b180a9f28", - "1.5 Sexual problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل جنسية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.5 Sexual problems", - "qu1XKVn8CUS", - "1_5_sexual_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.5 Sexual problems", - 1, - 353 - ], - [ - 29, - "Current symptoms or complaints - Psychosomotic", - "", - "Coded", - 6, - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "28adad48-b45b-46a4-ae94-4cca6118047e", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - "PClZEC4W4rM", - "1_6_unexplained_physical_reaction", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosomotic|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", - 1, - 354 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 1, - "2.1 Sad mood", - "7f4699e5-e70a-49fb-bf34-c09afa867fdc", - "2.1 Sad mood", - "Sad mood", - "A state characterized by low mood and feelings of unhappiness.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001786", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Sad mood", - "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", - "N/A", - "Diagnosis", - "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مزاج حزين", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.1 Sad mood", - "XPvA3hyChlA", - "2_1_sad_mood", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.1 Sad mood", - 1, - 355 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 2, - "2.2 Irritability / anger", - "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", - "2.2 Irritability / anger", - " ", - " ", - " ", - " ", - " ", - " ", - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Irritability", - "The quality or state of being irritable; testiness or petulance.", - "Coded", - "Symptom/Finding", - "3cf2a6fc-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سرعة الضيق / الغضب", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.2 Irritability / anger", - "vprUUUOBopr", - "2_2_irritability_anger", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.2 Irritability / anger", - 1, - 356 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 3, - "2.3 Loss of interest / anhedonia", - "51061bb9-6084-4bb3-b83b-5c234e45b09c", - "2.3 Loss of interest / anhedonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Loss of interest", - "The loss of interest in previously rewarding or enjoyable activities or relationships.", - "N/A", - "Finding", - "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الاهتمام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.3 Loss of interest / anhedonia", - "b4TqJ285UWa", - "2_3_loss_of_interest_anhedonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.3 Loss of interest / anhedonia", - 1, - 357 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 4, - "2.4 Hopelessness", - "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", - "2.4 Hopelessness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان الامل", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.4 Hopelessness", - "Rzq6PFcbBa5", - "2_4_hopelessness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.4 Hopelessness", - 1, - 358 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 5, - "2.5 Guilt/self-blame/worthlessness", - "e8166325-9ddc-4739-9452-da63ee7862d2", - "2.5 Guilt/self-blame/worthlessness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.5 Guilt/self-blame/worthlessness", - "QZBfUwIyQm9", - "2_5_guilt_self_blame_worthlessness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.5 Guilt/self-blame/worthlessness", - 1, - 359 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 6, - "2.6 Current suicidal thoughts", - "4f8f7343-f191-4483-bcf9-c60027a6eca8", - "2.6 Current suicidal thoughts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.6 Current suicidal thoughts", - "WCyJmoOZsCZ", - "2_6_current_suicidal_thoughts", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.6 Current suicidal thoughts", - 1, - 360 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 7, - "2.7 Recent suicidal attempt", - "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", - "2.7 Recent suicidal attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحارية مؤخرا", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.7 Recent suicidal attempt", - "z8jBJ5nYwIS", - "2_7_recent_suicidal_attempt", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.7 Recent suicidal attempt", - 1, - 361 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 8, - "2.8 Recent self-harm", - "003b425a-d8c3-47ed-bbde-45a7c180c0a4", - "2.8 Recent self-harm", - " ", - " ", - " ", - " ", - " ", - " ", - "Recent", - "A description of time frame, implying something occurring close to the present time.", - "N/A", - "Misc", - "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية للذات مؤخراً", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.8 Recent self-harm", - "XzLHZumvFOH", - "2_8_recent_self_harm", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.8 Recent self-harm", - 1, - 362 - ], - [ - 30, - "Current symptoms or complaints - Depression related", - "", - "Coded", - 9, - "2.9 Changes in appetite", - "ce47585c-fa23-4de3-9e3a-97f5eb309e72", - "2.9 Changes in appetite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تغير في الشهية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "2.9 Lack of appetite", - "Y5NywW5KfoX", - "2_9_lack_of_appetite", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Depression related|2.9 Changes in appetite", - 1, - 363 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 1, - "3.1 Constant stress", - "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", - "3.1 Constant stress", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالضغط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.1 Constant stress", - "YpabM1EGBap", - "3_1_constant_stress", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.1 Constant stress", - 1, - 364 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 2, - "3.2 Persistent worry", - "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", - "3.2 Persistent worry", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور دائم بالقلق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.2 Persistent worry", - "PsBi8qdxleW", - "3_2_persistent_worry", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.2 Persistent worry", - 1, - 365 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 3, - "3.3 Intense fear / phobia / feeling threatened", - "ae1ab702-fa58-4648-95e4-acca5c9078f7", - "3.3 Intense fear / phobia / feeling threatened", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "خوف شديد / خوف مرضي / الشعور بالتهديد", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.3 Intense fear / phobia / feeling threatened", - "JDP7sAjWj0r", - "3_3_intense_fear_phobia_feeling_threatened", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.3 Intense fear / phobia / feeling threatened", - 1, - 366 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 4, - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "473f0ea3-92e5-4a99-bbe0-358e371355ee", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Panic attack", - "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", - "N/A", - "Diagnosis", - "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - "hHoP5vhiGn3", - "3_4_panic_attack", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", - 1, - 367 - ], - [ - 31, - "Current symptoms or complaints - Anxiety related", - "", - "Coded", - 5, - "3.5 Compulsive or repetitive behavior", - "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", - "3.5 Compulsive or repetitive behavior", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوك وسواسي أو متكرر", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "3.5 Compulsive or repetitive behavior", - "PgxhapZ8P9E", - "3_5_compulsive_or_repetitive_behavior", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Anxiety related|3.5 Compulsive or repetitive behavior", - 1, - 368 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 1, - "4.1 Intrusive feelings, thoughts", - "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", - "4.1 Intrusive feelings, thoughts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أفكار تطفلية أو اقتحامية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.1 Intrusive feelings thoughts", - "sFbWwoZbiSF", - "4_1_intrusive_feelings_thoughts", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.1 Intrusive feelings, thoughts", - 1, - 369 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 2, - "4.2 Flashbacks", - "c60a75c9-2ee9-4fb2-af53-6d730e45f074", - "4.2 Flashbacks", - "Flashbacks", - "The sudden, clear memory of a past event or time, usually one that was negative.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001794", - 90, - "Flashbacks", - "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", - "N/A", - "Diagnosis", - "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ومضات من الماضي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.2 Flashbacks", - "FibcXxxITz4", - "4_2_flashbacks", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.2 Flashbacks", - 1, - 370 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 3, - "4.3 Avoidance of traumatic stimuli", - "94083de5-2603-4b26-a6d8-ec4459f9eced", - "4.3 Avoidance of traumatic stimuli", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تجنب المحفزات المرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.3 Avoidance of traumatic stimuli", - "TzFciNtGU4L", - "4_3_avoidance_of_traumatic_stimuli", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.3 Avoidance of traumatic stimuli", - 1, - 371 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 4, - "4.4 Hypervigilance / excessive startle response", - "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", - "4.4 Hypervigilance / excessive startle response", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرط اليقظة / استجابة إجفالية شديدة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.4 Hypervigilance / excessive startle response", - "Uhj6bkTtm2b", - "4_4_hypervigilance_excessive_startle_response", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.4 Hypervigilance / excessive startle response", - 1, - 372 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 5, - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - "DqF1son0fxy", - "4_5_trauma_related_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", - 1, - 373 - ], - [ - 32, - "Current symptoms or complaints - Trauma related", - "", - "Coded", - 6, - "4.6 Child has stopped talking", - "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", - "4.6 Child has stopped talking", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف الطفل عن الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "4.6 Child has stopped talking", - "xrr1xtIehD9", - "4_6_child_has_stopped_talking", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Trauma related|4.6 Child has stopped talking", - 1, - 374 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 1, - "5.1 Delusions (false beliefs)", - "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", - "5.1 Delusions (false beliefs)", - " ", - " ", - " ", - " ", - " ", - " ", - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Delusions", - "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", - "N/A", - "Diagnosis", - "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أوهام (معتقدات خاطئة)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.1 Delusions (false beliefs)", - "vAcyKlSrQOK", - "5_1_delusions", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.1 Delusions (false beliefs)", - 1, - 375 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 2, - "5.2 Visual hallucinations", - "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", - "5.2 Visual hallucinations", - " ", - " ", - " ", - " ", - " ", - " ", - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Visual hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات بصرية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.2 Visual hallucinations", - "lsyUg99Xik2", - "5_2_visual_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.2 Visual hallucinations", - 1, - 376 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 3, - "5.3 Auditory hallucinations", - "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", - "5.3 Auditory hallucinations", - " ", - " ", - " ", - " ", - " ", - " ", - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Auditory hallucinations", - "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", - "N/A", - "Diagnosis", - "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "هلوسات سمعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.3 Auditory hallucinations", - "BPYqkKFsav2", - "5_3_auditory_hallucinations", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.3 Auditory hallucinations", - 1, - 377 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 4, - "5.4 Disorganized thought /speech", - "dfaf113c-72f2-4865-81c9-31aba9e95a74", - "5.4 Disorganized thought /speech", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تشتت الأفكار / الكلام", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.4 Disorganized thought /speech", - "f50m0IXJNZ1", - "5_4_disorganized_thought_speech", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.4 Disorganized thought /speech", - 1, - 378 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 5, - "5.5 Bizarre behavior", - "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", - "5.5 Bizarre behavior", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سلوكيات غريبة", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.5 Bizarre behavior", - "SSaShXgyswX", - "5_5_bizarre_behavior", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.5 Bizarre behavior", - 1, - 379 - ], - [ - 33, - "Current symptoms or complaints - Psychosis related", - "", - "Coded", - 6, - "5.6 Psychotic agitation", - "cda4f471-1da9-4192-8f26-ecec35775d5a", - "5.6 Psychotic agitation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "شعور ذهاني بالضيق", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "5.6 Psychotic agitation", - "BbQwHHYdAtY", - "5_6_psychotic_agitation", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Psychosis related|5.6 Psychotic agitation", - 1, - 380 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 1, - "6.1 Problems with concentration memory or reasoning", - "44274d50-bb85-4f20-9b55-d08f60343c38", - "6.1 Problems with concentration memory or reasoning", - " ", - " ", - " ", - " ", - " ", - " ", - "Problem", - " ", - "N/A", - "Diagnosis", - "128461AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل في التركيز، أو التذكر، أو التفكير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.1 Problems with concentration memory or reasoning", - "HxamZeSwli0", - "6_1_problems_with_concentration_memory_or_reasoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.1 Problems with concentration memory or reasoning", - 1, - 381 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 2, - "6.2 Delayed development (milestones)", - "66e446ee-8f82-4f2a-808f-00d664ac92de", - "6.2 Delayed development (milestones)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تأخر في التطور (المحطات الإنجازية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.2 Delayed development (milestones)", - "zAXxqqhE7hH", - "6_2_delayed_development", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.2 Delayed development (milestones)", - 1, - 382 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 3, - "6.3 Abnormal social interaction and communication", - "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", - "6.3 Abnormal social interaction and communication", - "Abnormal", - "A result that deviates from the standard or what is expected.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001333", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Abnormal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd75230-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تواصل اجتماعي غير طبيعي", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.3 Abnormal social interaction and communication", - "p1PiLH5LcpL", - "6_3_abnormal_social_interaction_and_communication", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.3 Abnormal social interaction and communication", - 1, - 383 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 4, - "6.4 Learning difficulties", - "9240ed56-8ba2-4ef2-b42f-e84179fcc333", - "6.4 Learning difficulties", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبات في التعلم", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.4 Learning difficulties", - "ov5D4toFD3q", - "6_4_learning_difficulties", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.4 Learning difficulties", - 1, - 384 - ], - [ - 34, - "Current symptoms or complaints - Neurocognitive problems", - "", - "Coded", - 5, - "6.5 Epileptic seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "6.5 Epileptic seizures", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000820", - 90, - "Epileptic seizure", - "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", - "N/A", - "Diagnosis", - "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "6.5 Epileptic seizures", - "dpdekdgiUMZ", - "6_5_epileptic_seizures", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Neurocognitive problems|6.5 Epileptic seizures", - 1, - 385 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 1, - "7.1 Alcohol / substance abuse", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "7.1 Alcohol / substance abuse", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعاطي الكحول / العقاقير", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.1 Alcohol / substance abuse", - "u6J5PRo76eL", - "7_1_alcohol_substance_abuse", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.1 Alcohol / substance abuse", - 1, - 386 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 2, - "7.2 Aggressiveness", - "977e8c6f-befa-4af3-87e1-1d29a57450c1", - "7.2 Aggressiveness", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العدائية او الهجومية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.2 Aggressiveness", - "ZJKWvyAYFU4", - "7_2_aggressiveness", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.2 Aggressiveness", - 1, - 387 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 3, - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - "XwiwuWP5Sze", - "7_3_conduct_problems_in_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", - 1, - 388 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 4, - "7.4 Hypo- or hyperactivity", - "520eccda-99f4-4cab-950b-260cfe3ab767", - "7.4 Hypo- or hyperactivity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قلة او فرط النشاط", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.4 Hypo or hyperactivity", - "D655HPkg8Sw", - "7_4_hypo_or_hyperactivity", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.4 Hypo- or hyperactivity", - 1, - 389 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 5, - "7.5 Impulsivity", - "12723e41-2955-4917-971c-7f05849412d7", - "7.5 Impulsivity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاندفاعية", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.5 Impulsivity", - "L6gwT6cBFEk", - "7_5_impulsivity", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.5 Impulsivity", - 1, - 390 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 6, - "7.6 Regression in development", - "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", - "7.6 Regression in development", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الارتكاس في التطور", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.6 Regression in development", - "rhQpTzDeQPW", - "7_6_regression_in_development", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.6 Regression in development", - 1, - 391 - ], - [ - 35, - "Current symptoms or complaints - Behavior problems", - "", - "Coded", - 7, - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - " ", - " ", - " ", - " ", - " ", - " ", - "Social withdrawal", - " ", - "N/A", - "Diagnosis", - "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "7.7 Social withdrawal (isolation/reduced attachment/involvement)", - "xBuK70tTHrj", - "7_7_social_withdrawal", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Behavior problems|7.7 Social withdrawal (isolation/reduced attachment/involvement)", - 1, - 392 - ], - [ - 36, - "Current symptoms or complaints - Other symptoms", - "", - "Coded", - 1, - "8.1 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8.1 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation - Signs and symptoms 1", - "PCGI7EnvCQS", - "Mental Health-Baseline - Signs and symptoms", - "MRNqXzrPl0H", - "8.1 Other (specify)", - "tkP1jOd01Pn", - "8_1_other", - "", - "", - "", - "", - "", - "", - "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Current symptoms or complaints - Other symptoms|8.1 Other", - 1, - 393 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 1, - "1. Acute stress reaction", - "a2f8295b-1259-481f-8ef3-34e213b7b4d6", - "1. Acute stress reaction", - "Acute stress reaction", - "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000906", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-506", - "", - "Acute stress reaction", - "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", - "Ok", - " ", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب الكرب الحاد", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Acute stress reaction", - "I2TnSpzmNZV", - "acute_stress_reaction", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|1. Acute stress reaction", - 1, - 394 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 2, - "2. Bereavement/grief", - "7d486d0c-0e2b-475d-8e17-07296cc624b9", - "2. Bereavement/grief", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-139251", - "Grief", - "Normal, appropriate sorrowful response to an immediate cause. It is self-limiting and gradually subsides within a reasonable time.", - "Only greif - no record for bereavement", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "الفجيعة / الأسى", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Bereavement / grief", - "fiMmy7FVXqj", - "bereavement_grief", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|2. Bereavement/grief", - 1, - 395 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 3, - "3. Post-Traumatic Stress Disorder", - "ec7a63e8-5d0b-4dcf-8f72-7529c1df699a", - "3. Post-Traumatic Stress Disorder", - "Traumatic", - "Injury to the body that causes long-lasting damage.", - "None", - "Finding", - "5cb34fe2-1c6a-4132-a046-f6a3ebcaa529", - 90, - "Stress", - "A pathological process resulting from the reaction of the body to external forces and abnormal conditions that tend to disturb the organism's homeostasis.", - "N/A", - "Diagnosis", - "125811AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Trauma", - "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", - "N/A", - "Diagnosis", - "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF manual", - "", - "MSF-291", - "", - "Post Traumatic Stress Disorder", - "An anxiety disorder precipitated by an experience of intense fear or horror while exposed to a traumatic (especially life-threatening) event. The disorder is characterized by intrusive recurring thoughts or images of the traumatic event avoidance of anything associated with the event a state of hyperarousal and diminished emotional responsiveness. These symptoms are present for at least one month and the disorder is usually long-term.", - "Ok", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب الكرب التالي للصدمة النفسية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Post-Traumatic Stress Disorder", - "GtXv2BevE4i", - "ptsd", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|3. Post-Traumatic Stress Disorder", - 1, - 396 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 4, - "4. Conversion/Dissociative reaction", - "58881584-4f0e-4cf3-b2bf-d9f0898ae106", - "4. Conversion/Dissociative reaction", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-457", - "", - "Dissociative and Conversion Disorder", - "A category of psychiatric disorders characterized by a disruption in the usually integrated functions of consciousness, memory, identity, and/or perception of the environment.", - "Ok", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب التحويل", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Dissociative / Conversive disorder", - "DzEHTmwsbwz", - "dissociative_onversive_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|4. Conversion/Dissociative reaction", - 1, - 397 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 5, - "5. Anxiety Disorder", - "2564bdee-c24c-4d96-903e-d44010f2a8ec", - "5. Anxiety Disorder", - "Anxiety disorder", - "", - "", - "", - "MSF-AAAAAA000000000000000502", - 95, - "Anxiety", - "Persistent feeling of dread, apprehension, and impending disaster.", - "N/A", - "Diagnosis", - "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Anxiety", - "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", - "Coded", - "Diagnosis", - "3ce6b1ee-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-102", - "", - "Anxiety disorder", - "Disorders in which anxiety (persistent feelings of apprehension, tension, or uneasiness) is the predominant disturbance.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب القلق", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Anxiety Disorder", - "RBjv7HDiR95", - "anxiety_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|5. Anxiety Disorder", - 1, - 398 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 6, - "6. Medically Unexplained Physical Symptoms (MUPS)", - "9df01581-6135-4876-8fb8-cbaaa522064e", - "6. Medically Unexplained Physical Symptoms (MUPS)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3187", - "", - "", - "", - "not found MSF or CIEL", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "عراض طبية من دون أسباب جسدية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Medically Unexplained Physical Symptoms", - "bCJLe9PMYeL", - "mups", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|6. Medically Unexplained Physical Symptoms (MUPS)", - 1, - 399 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 7, - "7. Depression", - "2066f043-2f21-4c19-8c04-77301d7404f9", - "7. Depression", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000560", - 90, - "Depression", - "", - "N/A", - "Diagnosis", - "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Depression", - "Affective disorder with anhedonia, melancholia, psychomotor retardation.", - "N/A", - "Diagnosis", - "3cce9514-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-160", - "", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "لاكتئاب", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Depression", - "cBAzRxJxoKF", - "depression", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|7. Depression", - 1, - 400 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 8, - "8. Self-harming behavior/suicide attempt", - "b27187bd-e94a-4dbc-9a77-46c0cefad25a", - "8. Self-harming behavior/suicide attempt", - "Self-harm", - "The act of purposely hurting oneself as an emotional coping mechanism.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001791", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "Seperate - self harm MSF 158754, suicidal thoughts MSF1390 (different to attemps) Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540, History of Suicide attempt - CIEL 129176", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "سلوك مؤذي للنفس / محاولة انتحار", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Self-harm / suicide", - "StKvhy342Ik", - "self_harm_suicide", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|8. Self-harming behavior/suicide attempt", - 1, - 401 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 9, - "9. Acute psychosis (incl. post-partum psychosis)", - "b33dac1c-b0c0-4fcd-b639-661bb6678924", - "9. Acute psychosis (incl. post-partum psychosis)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-446", - "", - "Acute and transient psychosis", - "A disorder characterized by delusions, hallucinations, disorganized speech, and/or grossly disorganized behavior that resolve within a month.", - "Includes transient", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "ذهان حاد (يشمل ذهان ما بعد الإنجاب)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Acute psychosis", - "RU3BLFqOhZe", - "acute_psychosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|9. Acute psychosis (incl. post-partum psychosis)", - 1, - 402 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 10, - "10. Chronic psychosis (incl. schizophrenia)", - "97f1f41-b0c7-407d-b95f-b1e26c3fd23c", - "10. Chronic psychosis (incl. schizophrenia)", - "Chronic psychosis", - "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000844", - 90, - "Chronic psychosis", - "", - "N/A", - "Diagnosis", - "166212AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "MSF-444", - "", - "Chronic psychosis", - "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "ذهان مزمن(يشمل الفصام)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Chronic psychosis", - "ndznYG4Vbbs", - "chronic_psychosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|10. Chronic psychosis (incl. schizophrenia)", - 1, - 403 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 11, - "11. Bipolar disorder (incl. mania)", - "1ba02bf8-6bbe-46a6-baff-d18b5c9f6425", - "11. Bipolar disorder (incl. mania)", - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000848", - 90, - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "N/A", - "Diagnosis", - "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-448", - "", - "Bipolar disorder", - "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب ثنائي القطب(يشمل الهوس)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Bipolar disorder", - "V30FRwMiqy7", - "bipolar_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|11. Bipolar disorder (incl. mania)", - 1, - 404 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 12, - "12. Enuresis / Encopresis", - "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", - "12. Enuresis / Encopresis", - "Enuresis", - "Involuntary discharge of urine after the age at which urinary control should have been achieved", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000001796", - 90, - "Encopresis", - "Incontinence of feces not due to organic defect or illness.", - "N/A", - "Diagnosis", - "141309AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "Seperate entities, Enuresis MSF-1396, Encopresis CIEL141309", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "سلس البراز / البول", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Enuresis", - "Ef59Tr7bwiG", - "enuresis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|12. Enuresis / Encopresis", - 1, - 405 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 13, - "13. Developmental disorder (incl. intellectual disability, autism)", - "63f73696-3d7c-4dc5-8c16-5382c20c3f9f", - "13. Developmental disorder (incl. intellectual disability, autism)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "MSF-500", - "OCL-1194889", - "Developmental disabilities", - "Disorders in which there is a delay in development based on that expected for a given age level or stage of development. These impairments or disabilities originate before age 18, may be expected to continue indefinitely, and constitute a substantial impairment. Biological and nonbiological factors are involved in these disorders. ", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب نمو (يشمل الإعاقة الذهنية والتوحد)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Developmental disorder (incl. intellectual disability, autism)", - "veb2vWtp2QT", - "developmental_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|13. Developmental disorder (incl. intellectual disability, autism)", - 1, - 406 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 14, - "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - "1189fb28-8d79-4d69-a434-63fed6e0ea60", - "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-890", - "", - "Childhood behavioural problem", - "Pediatric paitent displays a behavioral problem.", - "nb finding not diagnosis", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب سلوكي لدى الطفل (يشمل اضطراب نقص الانتباه مع فرط النشاط، واضطراب المسلك)", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Childhood behavioral disorder", - "k6LNSHULzvA", - "childhood_behavioral_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", - 1, - 407 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 15, - "15. Childhood emotional disorder", - "52d85e63-b238-4161-985c-97f75ad80c9a", - "15. Childhood emotional disorder", - "Childhood emotional disorder", - "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000905", - 95, - "Childhood emotional disorder", - "", - "N/A", - "Diagnosis", - "155498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-505", - "", - "Childhood emotional disorder", - "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب عاطفي لدى الطفل", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Childhood emotional disorder", - "JznaioxOZKP", - "childhood_emotional_disorder", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|15. Childhood emotional disorder", - 1, - 408 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 16, - "16. Substance-related disorder", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - "16. Substance-related disorder", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Create in OCG", - "", - "MSF-2457", - "", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "اضطراب ذو صلة بالعقاقير", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Substance-related disorders", - "HllN5G1TKNb", - "substance_related_disorders", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|16. Substance-related disorder", - 1, - 409 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 17, - "17. Epilepsy / seizures", - "88f53582-4db7-4936-970d-7b6f685f0c68", - "17. Epilepsy / seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", - "Coded", - "Diagnosis", - "155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", - "N/A", - "Diagnosis", - "3cce0a90-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-420", - "", - "Epileptic seizure", - "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "صرع/نوبات صرعية", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Epilepsy / seizures", - "KYmRwgkkgsl", - "epilepsy_seizures", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|17. Epilepsy / seizures", - 1, - 410 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 18, - "18. Other disorder", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "18. Other disorder", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "other / other disorder", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "Arabic", - "نوع آخر من الأمراض", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "Other disorder, specify", - "G7j5nsi8r7T", - "other_disorder_specify", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|18. Other disorder", - 1, - 411 - ], - [ - 37, - "Clinical diagnosis - MH", - "", - "Coded", - 19, - "19. No diagnosis", - "dc77c73a-5ce5-4aac-821e-81f19f81b65f", - "19. No diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-1630", - "", - "none", - "Generic descriptive answer.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", - "", - "", - "", - "", - "لا يوجد تشخيص", - "TEXT", - "Mental Health-Baseline consultation - Clinical diagnosis", - "RqsvaPH9vHt", - "Mental Health-Baseline- Clinical diagnosis", - "flvpQl6fVkp", - "No diagnosis", - "qNroeJqYQmn", - "no_diagnosis", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "-", - "Clinical diagnosis - MH|19. No diagnosis", - 1, - 412 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 1, - "1. Psychosomatic", - "c899d33a-adde-4c70-ad65-2326b8843e3b", - "1. Psychosomatic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-459", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "نفسية جسدية", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "1. Psychosomatic", - "YLwstT7QxPg", - "1_psychosomatic", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|1. Psychosomatic", - 1, - 413 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 2, - "2. Depression related", - "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", - "2. Depression related", - "Depression", - "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000560", - 90, - "Depression", - "", - "N/A", - "Diagnosis", - "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Depression", - "Affective disorder with anhedonia, melancholia, psychomotor retardation.", - "N/A", - "Diagnosis", - "3cce9514-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "1رتبطة بالاكتئاب", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "2. Depression related", - "IEdTLNPdysy", - "2_depression_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|2. Depression related", - 1, - 414 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 3, - "3. Anxiety related", - "241b3278-3803-478b-8484-70e2b17e5543", - "3. Anxiety related", - "", - "", - "", - "", - "", - "", - "Anxiety", - "Persistent feeling of dread, apprehension, and impending disaster.", - "N/A", - "Diagnosis", - "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Anxiety", - "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", - "Coded", - "Diagnosis", - "3ce6b1ee-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "2مرتبطة بالقلق", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "3. Anxiety related", - "WgBIYmHZdJc", - "3_anxiety_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|3. Anxiety related", - 1, - 415 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 4, - "4. Trauma related", - "3a0c003c-9149-4a5f-a236-ed5d61231950", - "4. Trauma related", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Trauma", - "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", - "N/A", - "Diagnosis", - "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "3مرتبطة بالصدمة", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "4. Trauma related", - "vC3XeVwbmLY", - "4_trauma_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|4. Trauma related", - 1, - 416 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 5, - "5. Psychosis related", - "612c130a-0ae9-4565-af09-b5437334c742", - "5. Psychosis related", - "Psychosis", - "Mental disorder combining symptoms that result in an impaired relationship with reality.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000696", - 90, - "Psychosis", - "", - "N/A", - "Diagnosis", - "113517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Psychosis", - "A severe mental disorder, with or without organic damage, characterized by derangement of personality and loss of contact with reality and causing deterioration of normal social functioning.", - "N/A", - "Diagnosis", - "3ccea7fc-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "4مرتبطة بالذهان", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "5. Psychosis related", - "NuEhgdvdwHA", - "5_psychosis_related", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|5. Psychosis related", - 1, - 417 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 6, - "6. Neuro cognitive problems", - "a5b552b6-44db-42f1-a436-6f2f12de471e", - "6. Neuro cognitive problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-891", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "5مشاكل عصبية إدراكية", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "6. Neuro cognitive problems", - "x9vk1fImSr7", - "6_neuro_cognitive_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|6. Neuro cognitive problems", - 1, - 418 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 7, - "7. Behaviour problems", - "5b271a75-d44b-466a-8baf-71153dc1895c", - "7. Behaviour problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "", - "OCL-113635", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "6مشاكل في السلوكيات", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "7. Behaviour problems", - "S5v9RKrCwIx", - "7_behaviour_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|7. Behaviour problems", - 1, - 419 - ], - [ - 38, - "Main category of symptoms - MH", - "", - "Coded", - 8, - "8. Other symptoms", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "8. Other symptoms", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "", - "category not diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "7اعراض اخرى", - "TEXT", - "Mental Health-Baseline consultation- Main category of symptoms", - "YfcNA5bvkxT", - "Mental Health-Baseline- Main category of symptoms", - "ErGIyIc33Sw", - "8. Other symptoms", - "GaJQMD4oqS5", - "8_other_symptoms", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of symptoms - MH|8. Other symptoms", - 1, - 420 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 1, - "1 - 3 days", - "a3d78d0a-613d-46ab-ae00-de985dd822eb", - "1 - 3 days", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3243", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أيام ١-٣", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 3 days", - "Syw1PVWr0UX", - "1_3_days", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 3 days", - 1, - 421 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 2, - "4 - 7 days", - "7a5a7a86-1ebf-4309-915a-d58e6c907db1", - "4 - 7 days", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3244", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أيام ٤-٦", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "4 - 7 days", - "jVQNrNJHHkN", - "4_7_days", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|4 - 7 days", - 1, - 422 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 3, - "1 - 4 weeks", - "d5ea3587-be05-4b66-809c-3c63481300b3", - "1 - 4 weeks", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3245", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أسابيع ١-٤", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 4 weeks", - "IcUeaP23Ayu", - "1_4_weeks", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 4 weeks", - 1, - 423 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 4, - "1 - 6 months", - "a2ffa3e1-eabe-4417-af29-09ea962d584e", - "1 - 6 months", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3246", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أشهر ١-٦", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "1 - 6 months", - "qgvtHQTTScW", - "1_6_months", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|1 - 6 months", - 1, - 424 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 5, - "6 - 12 months", - "f9c40a2d-7e94-418b-b222-e73959845e4d", - "6 - 12 months", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3247", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أشهر ٦-١٢", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "6 - 12 months", - "y6MYfCvaJkX", - "6_12_months", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|6 - 12 months", - 1, - 425 - ], - [ - 39, - "Duration of the main symptom - MH", - "", - "Coded", - 6, - "> 1 year", - "f7ae6f81-0dcf-4316-9706-26d96a8d9c1e", - "> 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3248", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أكثر من سنة", - "TEXT", - "Mental Health-Baseline consultation- Duration of the main symptom", - "vC3bg9NwJ78", - "Mental Health-Baseline- Duration of the main symptom", - "CzXDqkzN6Nq", - "> 1 year", - "ACcQT2fwiwz", - ">1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Duration of the main symptom - MH|> 1 year", - 1, - 426 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 1, - "0 - 4", - "", - "0 - 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - "0 - 4", - "WckhKgP63BA", - "0_4", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|0 - 4", - 1, - 427 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 2, - 45421, - "", - 45421, - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - 45421, - "YkBcbx6RBHh", - "5_9", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|5 - 9", - 1, - 428 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 3, - 45579, - "", - 45579, - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - 45579, - "AJWrsjJAliA", - "10_14", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|10 - 14", - 1, - 429 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 4, - "15 - 19", - "", - "15 - 19", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - "15 - 19", - "q0ubDgXvYpV", - "15_19", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|15 - 19", - 1, - 430 - ], - [ - 40, - "PHQ9 - Ranges", - "", - "Coded", - 5, - ">=20", - "", - ">=20", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- PHQ 9", - "tsFOVnlc6lz", - "Mental Health-Baseline- PHQ 9", - "kGo1HnuI19j", - ">=20", - "vq07JGEe2mq", - ">20", - "", - "", - "", - "", - "", - "", - "Integer in OpenMRS, coded in DHIS2", - "", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PHQ9 - Ranges|>=20", - 1, - 431 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 1, - "0 - Not assessed", - "eb770ad7-b106-4255-83bd-2dc284fbd7ce", - "0 - Not assessed", - "", - "", - "", - "", - "", - "", - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3257", - "", - "", - "0 - لم يتم قياسه", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لم يتم قياسه", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 0, - "G9EBBmiN9xy", - "cgi-s_score|0", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|0 - Not assessed", - 1, - 432 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 2, - "1 - Normal/not ill", - "d884d3dd-7649-4260-b139-2d740baf9767", - "1 - Normal/not ill", - "Normal", - "A standard or typical result.", - "N/A", - "Misc", - "d884d3dd-7649-4260-b139-2d740baf9767", - 90, - "Normal", - "General descriptive answer.", - "N/A", - "Misc", - "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Normal", - "General descriptive answer.", - "N/A", - "Misc", - "3cd750a0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "1 - عادي / غير مريض", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "عادي / غير مريض", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 1, - "kA0sL0CXSw6", - "cgi-s_score|1", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|1 - Normal/not ill", - 1, - 433 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 3, - "2 - Suspected mentally ill", - "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1", - "2 - Suspected mentally ill", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Create in OCG", - "", - "", - "", - "", - "2 - يشتبه بإصابته بمرض نفسي", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "يشتبه بإصابته بمرض نفسي", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 2, - "JZ7qkt6RFC8", - "cgi-s_score|2", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|2 - Suspected mentally ill", - 1, - 434 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 4, - "3 - Mildly ill", - "c90610d0-29ee-437e-af93-7bcc49fda2f1", - "3 - Mildly ill", - "Mild", - "Without severity or significant impact", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001887", - 90, - "Mildly ill", - "Clearly established symptoms with minimal, if any, distress or difficulty in social and occupational function", - "N/A", - "Finding", - "c6518e7c-21fb-4567-b415-13c007171e4e", - 90, - "Mild", - "General qualifier value", - "N/A", - "Finding", - "3cdef9ae-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "3 - مريض بشكل طفيف", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل طفيف", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 3, - "Wdl3QmheipE", - "cgi-s_score|3", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|3 - Mildly ill", - 1, - 435 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 5, - "4 - Moderately ill", - "e81cfac7-6c80-4e1b-af86-3d896c9bbdac", - "4 - Moderately ill", - "Moderate", - "Average in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001888", - 90, - "Moderately ill", - "Overt symptoms causing noticeable, but modest, functional impairment or distress; symptom level may warrant medication", - "N/A", - "Finding", - "10fe25ee-6a0f-41f8-a443-3155b51e5f25", - 90, - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "3cdef832-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "4 - مريض بشكل متوسط ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل متوسط ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 4, - "nCM6PF4SB9r", - "cgi-s_score|4", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|4 - Moderately ill", - 1, - 436 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 6, - "5 - Markedly ill", - "cf122053-f10b-4450-89e1-ed9adabb413c", - "5 - Markedly ill", - "Markedly ill", - "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Severity (CGI-S) score, rating the mental state of the patient.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001840", - 90, - "Markedly ill", - "Intrusive symptoms that distinctly impair social/occupational function or cause intrusive levels of distress", - "N/A", - "Finding", - "877f9423-bac3-41b4-ada1-3e571cfaa7fd", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "5 - مريض بشكل ملحوظ ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل ملحوظ ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 5, - "nIwgqWMPi2T", - "cgi-s_score|5", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|5 - Markedly ill", - 1, - 437 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 7, - "6 - Severely ill", - "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7", - "6 - Severely ill", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severely ill", - "Disruptive pathology, behavior and function are frequently influenced by symptoms, may require assistance from others", - "N/A", - "Finding", - "fbce3be2-ca0b-48e0-a314-720d2a67b71b", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "6 - مريض بشكل شديد", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل شديد", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 6, - "UD0mFMSQCkc", - "cgi-s_score|6", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|6 - Severely ill", - 1, - 438 - ], - [ - 41, - "CGI-S", - "", - "Coded", - 8, - "7 - Extremely ill patient", - "0f115f25-cdd0-49c3-b009-ba9acb041fef", - "7 - Extremely ill patient", - "", - "", - "", - "", - "", - "", - "Extremely ill", - "Among the most extremely ill patients&mdash;pathology drastically interferes in many life functions; may be hospitalized", - "N/A", - "Finding", - "319a7d41-45c6-4a88-8e84-6a61b9cc2d1b", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "7 - مريض بشكل خطير", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "مريض بشكل خطير", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 7, - "FYnMWvKXosf", - "cgi-s_score|7", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "X", - "-", - "-", - "CGI-S|7 - Extremely ill patient", - 1, - 439 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 1, - "0 - Not assessed", - "", - "0 - Not assessed", - "", - "", - "", - "", - "", - "", - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Not assessed", - "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", - "N/A", - "Misc", - "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "Use CIEL automatch", - "", - "", - "", - "", - "0 - لم يتم قياسه ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لم يتم قياسه ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 0, - "G9EBBmiN9xy", - "cgi-s_score|0", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|0 - Not assessed", - 1, - 440 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 2, - "1 - Very much improved", - "", - "1 - Very much improved", - "Very much improved", - "A score of 1 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001843", - 95, - "Very much improved", - "Nearly all better; good level of functioning; minimal symptoms; represents a very substantial change", - "N/A", - "Finding", - "30c9c7a5-cc9e-40fa-a5ec-9e8b8994a2c7", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "1 - تحسن إلى حد كبير ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن إلى حد كبير ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 1, - "kA0sL0CXSw6", - "cgi-s_score|1", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|1 - Very much improved", - 1, - 441 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 3, - "2 - Much improved", - "", - "2 - Much improved", - "Much improved", - "A score of 2 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001844", - 90, - "Much improved", - "Notably better with significant reduction of symptoms; increase in the level of functioning but some symptoms remain", - "N/A", - "Finding", - "0bab04e3-b58c-4809-862b-1f9da712b46d", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "2 - تحسن جداً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن جداً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 2, - "JZ7qkt6RFC8", - "cgi-s_score|2", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|2 - Much improved", - 1, - 442 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 4, - "3 - Minimally improved", - "", - "3 - Minimally improved", - "Minimally improved", - "A score of 3 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001845", - 95, - "Minimally improved", - "Slightly better with little or no clinically meaningful reduction of symptoms. Represents very little change in basic clinical status, level of care, or functional capacity", - "N/A", - "Finding", - "da0f78aa-5e68-4979-90e6-49225805e85b", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "3 - تحسن بالحد الأدنى", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "تحسن بالحد الأدنى", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 3, - "Wdl3QmheipE", - "cgi-s_score|3", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|3 - Minimally improved", - 1, - 443 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 5, - "4 - No change", - "", - "4 - No change", - "No change", - "A score of 4 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001846", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "4 - لا تغيّر ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "لا تغيّر ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 4, - "nCM6PF4SB9r", - "cgi-s_score|4", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|4 - No change", - 1, - 444 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 6, - "5 - Minimally worse", - "", - "5 - Minimally worse", - "Minimally worse", - "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001847", - 90, - "Minimally worse", - "Slightly worse but may not be clinically meaningful; may represent very little change in basic clinical status or functional capacity", - "N/A", - "Misc", - "f7d57972-8da5-422c-8b85-d9d2239c682e", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "5 - ساءت حالته قليلاً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته قليلاً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 5, - "nIwgqWMPi2T", - "cgi-s_score|5", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|5 - Minimally worse", - 1, - 445 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 7, - "6 - Much worse", - "", - "6 - Much worse", - "Much worse", - "A score of 6 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001848", - 90, - "Much worse", - "Clinically significant increase in symptoms and diminished functioning", - "N/A", - "Misc", - "0bec15d7-9903-4a20-9494-401301f4d05d", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "6 - ساءت حالته جداً ", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته جداً ", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 6, - "UD0mFMSQCkc", - "cgi-s_score|6", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|6 - Much worse", - 1, - 446 - ], - [ - 42, - "CGI-I", - "", - "Coded", - 8, - "7 - Very much worse", - "", - "7 - Very much worse", - "Very much worse", - "A score of 7 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001849", - 90, - "Very much worse", - "Severe exacerbation of symptoms and loss of functioning", - "N/A", - "Misc", - "79c81058-c0ee-430e-9153-fb9c3c2dccc7", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF automatch", - "", - "", - "", - "", - "7 - ساءت حالته إلى حد كبير", - "To be searched", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "ساءت حالته إلى حد كبير", - "TEXT", - "Mental Health-Baseline consultation- CGI-S", - "qacGXlyyQOS", - "Mental Health-Baseline- CGI-S", - "zJqzYMzqCw7", - 7, - "FYnMWvKXosf", - "cgi-s_score|7", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "X", - "-", - "-", - "CGI-I|7 - Very much worse", - 1, - 447 - ], - [ - 43, - "Medication prescribed by - MH", - "", - "Coded", - 1, - "MSF", - "74c9a7c6-e64d-4f49-b8a6-f10999eb25bc", - "MSF", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3300", - "", - "MSF OCG", - "The MSF Operational Centre based in Geneva.", - "MSF-51 is MSF OCG (each section is coded, but no MSF on its own)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "منظمة أطباء بلا حدو", - "TEXT", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Medication prescribed by - MH|MSF", - 1, - 448 - ], - [ - 43, - "Medication prescribed by - MH", - "", - "Coded", - 2, - "Non MSF", - "77822de2-c236-4400-96f4-ee13b9334cea", - "Non MSF", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF manual", - "", - "MSF-3301", - "", - "", - "", - "Not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "ليس منظمة أطباء بلا حدود", - "TEXT", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Medication prescribed by - MH|Non MSF", - 1, - 449 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 1, - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-313", - "", - "Sexual violence", - "Unlawful sexual intercourse without consent of the victim.", - "Not found as an adjective alone, MSF313 for sexual violence", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "جنسي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Sexual", - 1, - 450 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 2, - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use CIEL manual", - "", - "(see CIEL)", - "CIEL-158358", - "Physical Violence", - "", - "Not found as an adjective alone, as a diagnosis in CIEL (physical violence, or as a finding, Victim of physical violence, 167244)", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "جسدي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Physical", - 1, - 451 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 3, - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3303", - "", - "", - "", - "Not found as an adjective alone, or as a type of violence in MSF", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "لفظي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Verbal", - 1, - 452 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 4, - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3304", - "", - "", - "", - "Not found as an adjective alone, or as a type of violence in MSF", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "نفسي", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Psychological", - 1, - 453 - ], - [ - 44, - "Type of violence", - "", - "Coded", - 5, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اخرى", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 1?", - "qgfKPlIHjcD", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "From one question with multiple choice in OpenMRS to three data elements in DHIS2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of violence|Other", - 1, - 454 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 1, - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Physical", - 1, - 455 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 2, - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Psychological", - 1, - 456 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 3, - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Sexual", - 1, - 457 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 4, - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Verbal", - 1, - 458 - ], - [ - 45, - "Type of violence 2", - "", - "Coded", - 5, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 2?", - "TjNs41OJDqW", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 2|Other", - 1, - 459 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 1, - "Physical", - "6473ad84-53e1-4bb0-bb25-32ac424aaa97", - "Physical", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Physical", - "h2DdKZx4Vmo", - "physical", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Physical", - 1, - 460 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 2, - "Psychological", - "5d595702-1991-47fa-bea1-8682e23c62bd", - "Psychological", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Psychological", - "IB5Dcn2mt73", - "psychic", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Psychological", - 1, - 461 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 3, - "Sexual", - "51c61fb2-017e-43d7-9195-e95cc2cb9304", - "Sexual", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Sexual", - "sXpow8pqklC", - "sexual", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Sexual", - 1, - 462 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 4, - "Verbal", - "58bdf548-26ee-42da-8837-8ecaf82fce1d", - "Verbal", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Verbal", - "x2WEys3MnzF", - "verbal", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Verbal", - 1, - 463 - ], - [ - 46, - "Type of violence 3", - "", - "Coded", - 5, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- If yes, what type of violence 3?", - "JH5B8Fns8k5", - "Mental Health-Baseline- Aggression/violence type", - "GINqtAY9hir", - "Other", - "memzDtuyqNN", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Type of violence] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Type of violence 3|Other", - 1, - 464 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 1, - "< 24 hrs", - "63a236d1-add1-49ec-88c9-8e89108a71f2", - "< 24 hrs", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3305", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من 24 ساعة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "< 24 hrs", - "rboxGBCpxP5", - "< 24 hrs", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|< 24 hrs", - 1, - 465 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 2, - "24 -72hrs", - "8d9cf61e-1f64-4f25-b202-52da17e8c634", - "24 -72hrs", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3306", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "72-24ساعة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "24 -72hrs", - "Fi67snqrRPm", - "24 -72hrs", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|24 -72hrs", - 1, - 466 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 3, - "Less than 1 month", - "0e298528-7c8c-4724-a24f-d71ee7c1ebea", - "Less than 1 month", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3307", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من شهر واحد", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Less than 1 month", - "W90N4TbsQYD", - "less_than_1_month", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Less than 1 month", - 1, - 467 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 4, - "Less than 1 year", - "b5b58ef8-1bdf-4c14-9384-afbeb848d571", - "Less than 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3308", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "اقل من سنة", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Less than 1 year", - "NEIhaoKeaqc", - "less_than_1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Less than 1 year", - 1, - 468 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 5, - ">= 1 year", - "4a17e0a6-1add-49a6-9831-d8ad7c647ec9", - ">= 1 year", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "Use MSF manual", - "", - "MSF-3309", - "", - "", - "", - "generic time scale", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "سنة او اكثر", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - ">= 1 year", - "ifUaNyIglm3", - ">= 1_year", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|>= 1 year", - 1, - 469 - ], - [ - 47, - "Time between violence event and consultation", - "", - "Coded", - 6, - "Unknown", - "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "Use MSF automatch", - "", - "MSF-929", - "CIEL-1067", - "unknown", - "Generic answer to question when information/data is not known.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", - "", - "", - "", - "Arabic", - "غير معروف", - "TEXT", - "Mental Health-Baseline consultation - Time between violence event and consultation", - "S22iy8o0iLg", - "Mental Health-Baseline- Time between violence event and consultation", - "xbSW2ewpmGX", - "Unknown", - "Ldq2j9ZBfMI", - "unknown", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Time between violence event and consultation|Unknown", - 1, - 470 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 1, - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "6e02debd-31eb-4112-8566-00e520835c76", - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - 1, - 471 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 2, - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL_160656", - "Personal History of severe disease", - "", - "Diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - 1, - 472 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "35910034-cc37-4dd1-abb7-ce140b0eff2b", - "1.3 Unwanted pregnancy", - "", - "", - "", - "", - "", - "", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL -123572", - "Unwanted Pregnancy", - "The pregnancy is not wanted by one or both parents.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حمل غير مرعوب به", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.3 Unwanted pregnancy", - 1, - 473 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 4, - "1.4 History of psychiatric problems", - "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", - "1.4 History of psychiatric problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-159350", - "Personal History of Psychiatric Disorder", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المعاناة من مشاكل نفسية في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.4 History of psychiatric problems", - 1, - 474 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 5, - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "4bf7b376-9193-4ee4-a51a-445d07d2d22b", - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "N/A", - "Diagnosis", - "733c362a-89d3-4c6a-b918-f4af5725e7c7", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-145439", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - 1, - 475 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 6, - "1.6 Family member with a serious medical condition", - "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", - "1.6 Family member with a serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "MSF-918", - "", - "Close relative with medical disease", - "Relative or family member has a medical disease.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|1.6 Family member with a serious medical condition", - 1, - 476 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 7, - "2.1 Sexual violence within the family", - "5cccf137-2952-4c9b-b879-b4ed2a9be621", - "2.1 Sexual violence within the family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي داخل العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.1 Sexual violence within the family", - 1, - 477 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 8, - "2.2 Sexual violence outside the family", - "dbe73631-79ae-4ab9-a3c8-65d6732c8714", - "2.2 Sexual violence outside the family", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي خارج العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.2 Sexual violence outside the family", - 1, - 478 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 9, - "2.3 Exposed to war", - "cf28335f-d72c-440a-afc1-bcca39b51155", - "2.3 Exposed to war", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العيش في أجواء الحرب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.3 Exposed to war", - 1, - 479 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 10, - "2.4 Incarceration/detention", - "66492df1-6d26-498a-b6c7-b10931da1642", - "2.4 Incarceration/detention", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-156761", - "Imprisonment and other incarceration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحبس/الاحتجاز", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.4 Incarceration/detention", - 1, - 480 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 11, - "2.5 Hostage/kidnapping/forced recruitment", - "8917acb0-e25d-4f9e-84bb-cae9998abf35", - "2.5 Hostage/kidnapping/forced recruitment", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاختطاف / التجنيد الإجباري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.5 Hostage/kidnapping/forced recruitment", - 1, - 481 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 12, - "2.6 Deportation", - "f279409d-71ba-41c6-8301-76ee90d239dc", - "2.6 Deportation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الترحيل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.6 Deportation", - 1, - 482 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 13, - "2.7 Domestic violence", - "e25f9ca1-0b33-4765-a8c4-5da48289bda7", - "2.7 Domestic violence", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-160658", - "History of exposure to domestic violence", - "History of abusive behaviors by one partner against another in an intimate relationship such as marriage, dating, family, or cohabitation. This includes the history of physical, sexual or emotional abuse.", - "As opposed to Domestic Violence as a diagnosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف المنزلي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.7 Domestic violence", - 1, - 483 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 14, - "2.8 Victim of threats", - "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", - "2.8 Victim of threats", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للتهديدات", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.8 Victim of threats", - 1, - 484 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 15, - "2.9 Victim of human trafficking or smuggling", - "5958f0fd-c755-4640-80d7-5ef0f9522b2e", - "2.9 Victim of human trafficking or smuggling", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للإتجار البشري والتهريب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.9 Victim of human trafficking or smuggling", - 1, - 485 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 16, - "2.10 Witness violence/killings/threats", - "107a7f52-f95d-447f-bf1a-c801e1a0082c", - "2.10 Witness violence/killings/threats", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-922", - "", - "Direct witness of violence", - "Patient directly witnessed an act of violence.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.10 Witness violence/killings/threats", - 1, - 486 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 17, - "2.11 Forced to flee (IDP/refugee/migrant)", - "a8b0e025-a735-407b-b958-fe9b29c370e7", - "2.11 Forced to flee (IDP/refugee/migrant)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1530", - "", - "Internally Displaced Person", - "Person who have been forced to flee their home but never cross an international border", - "Also existing migrant MSF-1531 and refugee MSF-1529", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.11 Forced to flee (IDP/refugee/migrant)", - 1, - 487 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 18, - "2.12 Target of stigma/discrimination/marginalization", - "e702655a-57af-457a-a1ae-42e31f119f80", - "2.12 Target of stigma/discrimination/marginalization", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "Multiple distinct types of discrimination in CIEL, no generic. Also reused to seek treatment due to stigme as a reason for noncomliance", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للوصم / التمييز العنصري / التهميش", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.12 Target of stigma/discrimination/marginalization", - 1, - 488 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 19, - "2.13 Other violence (wounded/beaten/torture)", - "c80eb3f7-31b1-4717-a78d-0aac623fc129", - "2.13 Other violence (wounded/beaten/torture)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found - but Victim of Torture CIEL-123156", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.13 Other violence (wounded/beaten/torture)", - 1, - 489 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 20, - "2.14 Forced curfew or confinement", - "ea673f5c-5f99-4da5-9f41-92c21446de31", - "2.14 Forced curfew or confinement", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "no found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاحتجاز أو منع الحركة القسري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.14 Forced curfew or confinement", - 1, - 490 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 21, - "2.15 History of suicide attempts", - "160734e2-e5ed-44e9-b573-bdbb6e619e30", - "2.15 History of suicide attempts", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-129176", - "History of Suicide attempt", - "", - "Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحار سابقة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.15 History of suicide attempts", - 1, - 491 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 22, - "2.16 History of self-harm/mutilation", - "19408a7e-e17e-4040-adec-d6aa426564ce", - "2.16 History of self-harm/mutilation", - "", - "", - "", - "", - "", - "", - "self-harm", - "", - "N/A", - "Diagnosis", - "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1391", - "", - "Self Harm", - "The act of purposely hurting oneself as an emotional coping mechanism.", - "Is listed as diagnosis, not as a precipitating event", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية نفس / تشويه للنفس في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.16 History of self-harm/mutilation", - 1, - 492 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 23, - "2.17 Family members lived a violent experience", - "5a462534-7605-4137-8d5c-503584538eb4", - "2.17 Family members lived a violent experience", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أفراد العائلة لتجربة عنيفة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.17 Family members lived a violent experience", - 1, - 493 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 24, - "2.18 Adult forced marriage ", - "a725a884-e785-4c08-b08a-386d8652faaf", - "2.18 Adult forced marriage ", - "", - "", - "", - "", - "", - "", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الزواج القسري للبالغين", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.18 Adult forced marriage ", - 1, - 494 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 25, - "2.19 Child marriage", - "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زواج الأطفال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|2.19 Child marriage", - 1, - 495 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 26, - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "4e3ab089-6a99-4e15-8883-3c49a150e6c6", - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - "", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "MSF-917", - "CIEL-167687", - "Close relative detained/died/missed/injured", - "Relative or family member has died, been detained, is missing, etc.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.1 Family member killed or missing (arrested / detained / disappeared) ", - 1, - 496 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 27, - "3.2 Unaccompanied minor or orphaned", - "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", - "3.2 Unaccompanied minor or orphaned", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found. 1174 CIEL, but as question 'orphan' not finding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قاصر أو يتيم من دون مرافق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.2 Unaccompanied minor or orphaned", - 1, - 497 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 28, - "3.3 Negligence of caretakers", - "f2be320d-7757-4525-bcb0-6005368982d7", - "3.3 Negligence of caretakers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1424", - "", - "Victim of Neglect", - "The person has been deprived of the care necessary to maintain their physical or mental health.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهمال مقدمي الرعاية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.3 Negligence of caretakers", - 1, - 498 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 29, - "3.4 Property destroyed or lost", - "979b6137-2d14-412d-8e07-d3f2a1743deb", - "3.4 Property destroyed or lost", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1544", - "", - "House / Property destroyed", - "Specific agregated concept for the Mental Health database as part of the list of stressors", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دمار الممتلكات أو فقدانها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.4 Property destroyed or lost", - 1, - 499 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 30, - "3.5 Loss of income", - "c88d3256-f445-4eee-8aac-c31542386f23", - "3.5 Loss of income", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان مصدر الدخل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.5 Loss of income", - 1, - 500 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 31, - "3.6 Death of family member (natural or accidental death)", - "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", - "3.6 Death of family member (natural or accidental death)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found - CIEL 167687 - loss of a relative, but description also includes detailed missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.6 Death of family member (natural or accidental death)", - 1, - 501 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 32, - "3.7 Relationship problems", - "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", - "3.7 Relationship problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-113353", - "Relationship problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل عاطفية مع الشريك/ة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.7 Relationship problems", - 1, - 502 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 33, - "3.8 Divorce/separation", - "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", - "3.8 Divorce/separation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-163007", - "Divorced/separated→Previously married but now not with living spouse[en]", - "Either divorced or separated but not widowed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطلاق / الانفصال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.8 Divorce/separation", - 1, - 503 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 34, - "3.9 Migration due to financial reasons", - "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", - "3.9 Migration due to financial reasons", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found , only MSF1531 Migrant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهجرة لأسباب اقتصادية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|3.9 Migration due to financial reasons", - 1, - 504 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 35, - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - 1, - 505 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 36, - "4.2 Road accident", - "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", - "4.2 Road accident", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-2985", - "", - "Trauma Accidental Traffic (TAT)", - "", - "I am unsure if this MSF is a good match, also CIEL - Traffic accident 119964, or CIEL-86, Accident motor vehicle", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حادث سير", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|4.2 Road accident", - 1, - 506 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 37, - "5.1 Financial problems", - "e6957cdb-3694-4ab6-b98b-2031c02b4460", - "5.1 Financial problems", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1543", - "", - "Extreme poverty / financial crisis", - "Specific agregated concept for the Mental Health database as part of the list of stressors", - "Maybe too strong", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل مالية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.1 Financial problems", - 1, - 507 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 38, - "5.2 Difficult living conditions", - "cd22a8af-1506-47af-9d1b-325c31c230a8", - "5.2 Difficult living conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبة الوضع المعيشي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.2 Difficult living conditions", - 1, - 508 - ], - [ - 48, - "Past / precipitating events", - "", - "Coded", - 39, - "5.3 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "5.3 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حدد", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / precipitating events|5.3 Other", - 1, - 509 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 1, - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - "6e02debd-31eb-4112-8566-00e520835c76", - "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", - 1, - 510 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 2, - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", - "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", - 1, - 511 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "35910034-cc37-4dd1-abb7-ce140b0eff2b", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حمل غير مرعوب به", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.3 Unwanted pregnancy", - 1, - 512 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 4, - "1.4 History of psychiatric problems", - "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", - "1.4 History of psychiatric problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المعاناة من مشاكل نفسية في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.4 History of psychiatric problems", - 1, - 513 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 5, - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - "4bf7b376-9193-4ee4-a51a-445d07d2d22b", - "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Chronic disease", - "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", - "N/A", - "Diagnosis", - "733c362a-89d3-4c6a-b918-f4af5725e7c7", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", - 1, - 514 - ], - [ - 49, - "Past / Precipitating Events - Medical conditions", - "", - "Coded", - 6, - "1.6 Family member with a serious medical condition", - "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", - "1.6 Family member with a serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Medical conditions|1.6 Family member with a serious medical condition", - 1, - 515 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 1, - "2.1 Sexual violence within the family", - "5cccf137-2952-4c9b-b879-b4ed2a9be621", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي داخل العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.1 Sexual violence within the family", - 1, - 516 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 2, - "2.2 Sexual violence outside the family", - "dbe73631-79ae-4ab9-a3c8-65d6732c8714", - "2.2 Sexual violence outside the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف الجنسي خارج العائلة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.2 Sexual violence outside the family", - 1, - 517 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 3, - "2.3 Exposed to war", - "cf28335f-d72c-440a-afc1-bcca39b51155", - "2.3 Exposed to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العيش في أجواء الحرب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.3 Exposed to war", - 1, - 518 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 4, - "2.4 Incarceration/detention", - "66492df1-6d26-498a-b6c7-b10931da1642", - "2.4 Incarceration/detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحبس/الاحتجاز", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.4 Incarceration/detention", - 1, - 519 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 5, - "2.5 Hostage/kidnapping/forced recruitment", - "8917acb0-e25d-4f9e-84bb-cae9998abf35", - "2.5 Hostage/kidnapping/forced recruitment", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاختطاف / التجنيد الإجباري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.5 Hostage/kidnapping/forced recruitment", - 1, - 520 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 6, - "2.6 Deportation", - "f279409d-71ba-41c6-8301-76ee90d239dc", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الترحيل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.6 Deportation", - 1, - 521 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 7, - "2.7 Domestic violence", - "e25f9ca1-0b33-4765-a8c4-5da48289bda7", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف المنزلي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.7 Domestic violence", - 1, - 522 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 8, - "2.8 Victim of threats", - "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", - "2.8 Victim of threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للتهديدات", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.8 Victim of threats", - 1, - 523 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 9, - "2.9 Victim of human trafficking or smuggling", - "5958f0fd-c755-4640-80d7-5ef0f9522b2e", - "2.9 Victim of human trafficking or smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للإتجار البشري والتهريب", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.9 Victim of human trafficking or smuggling", - 1, - 524 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 10, - "2.10 Witness violence/killings/threats", - "107a7f52-f95d-447f-bf1a-c801e1a0082c", - "2.10 Witness violence/killings/threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.10 Witness violence/killings/threats", - 1, - 525 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 11, - "2.11 Forced to flee (IDP/refugee/migrant)", - "a8b0e025-a735-407b-b958-fe9b29c370e7", - "2.11 Forced to flee (IDP/refugee/migrant)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.11 Forced to flee (IDP/refugee/migrant)", - 1, - 526 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 12, - "2.12 Target of stigma/discrimination/marginalization", - "e702655a-57af-457a-a1ae-42e31f119f80", - "2.12 Target of stigma/discrimination/marginalization", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "التعرض للوصم / التمييز العنصري / التهميش", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.12 Target of stigma/discrimination/marginalization", - 1, - 527 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 13, - "2.13 Other violence (wounded/beaten/torture)", - "c80eb3f7-31b1-4717-a78d-0aac623fc129", - "2.13 Other violence (wounded/beaten/torture)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.13 Other violence (wounded/beaten/torture)", - 1, - 528 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 14, - "2.14 Forced curfew or confinement", - "ea673f5c-5f99-4da5-9f41-92c21446de31", - "2.14 Forced curfew or confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الاحتجاز أو منع الحركة القسري", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.14 Forced curfew or confinement", - 1, - 529 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 15, - "2.15 History of suicide attempts", - "160734e2-e5ed-44e9-b573-bdbb6e619e30", - "2.15 History of suicide attempts", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "محاولات انتحار سابقة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.15 History of suicide attempts", - 1, - 530 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 16, - "2.16 History of self-harm/mutilation", - "19408a7e-e17e-4040-adec-d6aa426564ce", - "2.16 History of self-harm/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - "self-harm", - " ", - "N/A", - "Diagnosis", - "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أذية نفس / تشويه للنفس في السابق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.16 History of self-harm/mutilation", - 1, - 531 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 17, - "2.17 Family members lived a violent experience", - "5a462534-7605-4137-8d5c-503584538eb4", - "2.17 Family members lived a violent experience", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أفراد العائلة لتجربة عنيفة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.17 Family members lived a violent experience", - 1, - 532 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 18, - "2.18 Adult forced marriage ", - "a725a884-e785-4c08-b08a-386d8652faaf", - "2.18 Adult forced marriage ", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الزواج القسري للبالغين", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.18 Adult forced marriage ", - 1, - 533 - ], - [ - 50, - "Past / Precipitating Events - Violence", - "", - "Coded", - 19, - "2.19 Child marriage", - "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "زواج الأطفال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Violence|2.19 Child marriage", - 1, - 534 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 1, - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "4e3ab089-6a99-4e15-8883-3c49a150e6c6", - "3.1 Family member killed or missing (arrested / detained / disappeared) ", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.1 Family member killed or missing (arrested / detained / disappeared) ", - 1, - 535 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 2, - "3.2 Unaccompanied minor or orphaned", - "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", - "3.2 Unaccompanied minor or orphaned", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قاصر أو يتيم من دون مرافق", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.2 Unaccompanied minor or orphaned", - 1, - 536 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 3, - "3.3 Negligence of caretakers", - "f2be320d-7757-4525-bcb0-6005368982d7", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "اهمال مقدمي الرعاية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.3 Negligence of caretakers", - 1, - 537 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 4, - "3.4 Property destroyed or lost", - "979b6137-2d14-412d-8e07-d3f2a1743deb", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "دمار الممتلكات أو فقدانها", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.4 Property destroyed or lost", - 1, - 538 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 5, - "3.5 Loss of income", - "c88d3256-f445-4eee-8aac-c31542386f23", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "فقدان مصدر الدخل", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.5 Loss of income", - 1, - 539 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 6, - "3.6 Death of family member (natural or accidental death)", - "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", - "3.6 Death of family member (natural or accidental death)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.6 Death of family member (natural or accidental death)", - 1, - 540 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 7, - "3.7 Relationship problems", - "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل عاطفية مع الشريك/ة", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.7 Relationship problems", - 1, - 541 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 8, - "3.8 Divorce/separation", - "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", - "3.8 Divorce/separation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطلاق / الانفصال", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.8 Divorce/separation", - 1, - 542 - ], - [ - 51, - "Past / Precipitating Events - Separation or loss", - "", - "Coded", - 9, - "3.9 Migration due to financial reasons", - "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الهجرة لأسباب اقتصادية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Separation or loss|3.9 Migration due to financial reasons", - 1, - 543 - ], - [ - 52, - "Past / Precipitating Events - Disaster", - "", - "Coded", - 1, - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", - "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Disaster|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", - 1, - 544 - ], - [ - 52, - "Past / Precipitating Events - Disaster", - "", - "Coded", - 2, - "4.2 Road accident", - "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", - "4.2 Road accident", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حادث سير", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Disaster|4.2 Road accident", - 1, - 545 - ], - [ - 53, - "Past / Precipitating Events - Other", - "", - "Coded", - 1, - "5.1 Financial problems", - "e6957cdb-3694-4ab6-b98b-2031c02b4460", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "مشاكل مالية", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.1 Financial problems", - 1, - 546 - ], - [ - 53, - "Past / Precipitating Events - Other", - "", - "Coded", - 2, - "5.2 Difficult living conditions", - "cd22a8af-1506-47af-9d1b-325c31c230a8", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "صعوبة الوضع المعيشي", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.2 Difficult living conditions", - 1, - 547 - ], - [ - 53, - "Past / Precipitating Events - Other", - "", - "Coded", - 3, - "5.3 Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "5.3 Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "حدد", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 1", - "v0qFX0qv1tX", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Created in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Past / Precipitating Events - Other|5.3 Other", - 1, - 548 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 1, - "1.1 Highly stigmatizing diseases", - "", - "1.1 Highly stigmatizing diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.1 Highly stigmatizing diseases", - 1, - 549 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 2, - "1.2 Severe medical condition", - "", - "1.2 Severe medical condition", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.2 Severe medical condition", - 1, - 550 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.3 Unwanted pregnancy", - 1, - 551 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 4, - "1.4 History of psychological or psychiatric problem", - "", - "1.4 History of psychological or psychiatric problem", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.4 History of psychological or psychiatric problem", - 1, - 552 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 5, - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000603", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "3cd50188-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - 1, - 553 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 6, - "1.6 Family member with serious medical condition", - "", - "1.6 Family member with serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|1.6 Family member with serious medical condition", - 1, - 554 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 7, - "2.1 Sexual violence within the family", - "", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.1 Sexual violence within the family", - 1, - 555 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 8, - "2.10 Witnessed violence / killing / threats", - "", - "2.10 Witnessed violence / killing / threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.10 Witnessed violence / killing / threats", - 1, - 556 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 9, - "2.11 Forced to flee / IDP / refugee / migration", - "", - "2.11 Forced to flee / IDP / refugee / migration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.11 Forced to flee / IDP / refugee / migration", - 1, - 557 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 10, - "2.12 Target of social stigma / Marginalisation and discrimination", - "", - "2.12 Target of social stigma / Marginalisation and discrimination", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.12 Target of social stigma / Marginalisation and discrimination", - 1, - 558 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 11, - "2.13 Other physical violence (wounded, beaten, tortured)", - "", - "2.13 Other physical violence (wounded, beaten, tortured)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.13 Other physical violence (wounded, beaten, tortured)", - 1, - 559 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 12, - "2.14 Forced curfew and confinement", - "", - "2.14 Forced curfew and confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.14 Forced curfew and confinement", - 1, - 560 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 13, - "2.15 Suicide/suicide attempt", - "", - "2.15 Suicide/suicide attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Suicide", - "The act of killing oneself.", - "N/A", - "Diagnosis", - "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.15 Suicide/suicide attempt", - 1, - 561 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 14, - "2.16 Self harming/mutilation", - "", - "2.16 Self harming/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.16 Self harming/mutilation", - 1, - 562 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 15, - "2.17 Family member experienced an act of violence", - "", - "2.17 Family member experienced an act of violence", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.17 Family member experienced an act of violence", - 1, - 563 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 16, - "2.18 Adult forced marriage", - "", - "2.18 Adult forced marriage", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.18 Adult forced marriage", - 1, - 564 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 17, - "2.19 Child marriage", - "", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.19 Child marriage", - 1, - 565 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 18, - "2.2 Sexual violence outside family", - "", - "2.2 Sexual violence outside family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.2 Sexual violence outside family", - 1, - 566 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 19, - "2.3 Combat experience / Exposure to war", - "", - "2.3 Combat experience / Exposure to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.3 Combat experience / Exposure to war", - 1, - 567 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 20, - "2.4 Incarceration / Detention", - "", - "2.4 Incarceration / Detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.4 Incarceration / Detention", - 1, - 568 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 21, - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - 1, - 569 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 22, - "2.6 Deportation", - "", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.6 Deportation", - 1, - 570 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 23, - "2.7 Domestic violence", - "", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.7 Domestic violence", - 1, - 571 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 24, - "2.8 Received threats", - "", - "2.8 Received threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.8 Received threats", - 1, - 572 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 25, - "2.9 Victim of human trafficking / smuggling", - "", - "2.9 Victim of human trafficking / smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|2.9 Victim of human trafficking / smuggling", - 1, - 573 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 26, - "3.1 Family member(s) killed / missing", - "", - "3.1 Family member(s) killed / missing", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.1 Family member(s) killed / missing", - 1, - 574 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 27, - "3.2 Unaccompanied minor / orphan", - "", - "3.2 Unaccompanied minor / orphan", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.2 Unaccompanied minor / orphan", - 1, - 575 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 28, - "3.3 Negligence of caretakers", - "", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.3 Negligence of caretakers", - 1, - 576 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 29, - "3.4 Property destroyed or lost", - "", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.4 Property destroyed or lost", - 1, - 577 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 30, - "3.5 Loss of income", - "", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.5 Loss of income", - 1, - 578 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 31, - "3.6 Family member died (natural death or accident)", - "", - "3.6 Family member died (natural death or accident)", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.6 Family member died (natural death or accident)", - 1, - 579 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 32, - "3.7 Relationship problems", - "", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.7 Relationship problems", - 1, - 580 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 33, - "3.8 Divorce / Separation", - "", - "3.8 Divorce / Separation", - " ", - " ", - " ", - " ", - " ", - " ", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.8 Divorce / Separation", - 1, - 581 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 34, - "3.9 Migration due to financial reasons", - "", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|3.9 Migration due to financial reasons", - 1, - 582 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 35, - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - 1, - 583 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 36, - "4.2 Road accidents", - "", - "4.2 Road accidents", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|4.2 Road accidents", - 1, - 584 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 37, - "5.1 Financial problems", - "", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.1 Financial problems", - 1, - 585 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 38, - "5.2 Difficult living conditions", - "", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.2 Difficult living conditions", - 1, - 586 - ], - [ - 54, - "Precipitating event 2", - "", - "Coded", - 39, - "5.3 Other, specify", - "", - "5.3 Other, specify", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 2", - "SsQqwDBGxjh", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 2|5.3 Other, specify", - 1, - 587 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 1, - "1.1 Highly stigmatizing diseases", - "", - "1.1 Highly stigmatizing diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.1 Highly stigmatizing diseases", - "UtZAg9HOl2X", - "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.1 Highly stigmatizing diseases", - 1, - 588 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 2, - "1.2 Severe medical condition", - "", - "1.2 Severe medical condition", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.2 Severe medical condition", - "kwVbO7rEDpa", - "1_2_severe_medical_condition_malnutrition_handicap", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.2 Severe medical condition", - 1, - 589 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 3, - "1.3 Unwanted pregnancy", - "", - "1.3 Unwanted pregnancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Unwanted pregnancy", - "The pregnancy is not wanted by one or both parents.", - "N/A", - "Diagnosis", - "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.3 Unwanted pregnancy", - "adcxJg5csrG", - "1_3_unwanted_pregnancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.3 Unwanted pregnancy", - 1, - 590 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 4, - "1.4 History of psychological or psychiatric problem", - "", - "1.4 History of psychological or psychiatric problem", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.4 History of psychological or psychiatric problem", - "opjcxJLoee0", - "1_4_history_of_psychological_or_psychiatric_disord", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.4 History of psychological or psychiatric problem", - 1, - 591 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 5, - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000603", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hypertension", - "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", - "N/A", - "Diagnosis", - "3cd50188-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - "oVNm1SpwSAX", - "1_5_chronic_illness_diabetes_hypertension_cancer_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", - 1, - 592 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 6, - "1.6 Family member with serious medical condition", - "", - "1.6 Family member with serious medical condition", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "1.6 Family member with serious medical condition", - "hvzUIWVm3VY", - "1_6_family_member_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|1.6 Family member with serious medical condition", - 1, - 593 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 7, - "2.1 Sexual violence within the family", - "", - "2.1 Sexual violence within the family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.1 Sexual violence within the family", - "ucH7Y0tMLZ1", - "2_1_sexual_violence_inside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.1 Sexual violence within the family", - 1, - 594 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 8, - "2.10 Witnessed violence / killing / threats", - "", - "2.10 Witnessed violence / killing / threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.10 Witnessed violence / killing / threats", - "KSmryqQSjor", - "2_1_witnessed_violence_killing_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.10 Witnessed violence / killing / threats", - 1, - 595 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 9, - "2.11 Forced to flee / IDP / refugee / migration", - "", - "2.11 Forced to flee / IDP / refugee / migration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.11 Forced to flee / IDP / refugee / migration", - "f4ZY0427W7U", - "2_1_forced_to_flee_idp_refugee_migration", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.11 Forced to flee / IDP / refugee / migration", - 1, - 596 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 10, - "2.12 Target of social stigma / Marginalisation and discrimination", - "", - "2.12 Target of social stigma / Marginalisation and discrimination", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.12 Target of social stigma / Marginalisation and discrimination", - "SIPCKdn1Dpv", - "2_1_marginalistation_target_of_social_stigma_and_d", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.12 Target of social stigma / Marginalisation and discrimination", - 1, - 597 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 11, - "2.13 Other physical violence (wounded, beaten, tortured)", - "", - "2.13 Other physical violence (wounded, beaten, tortured)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.13 Other physical violence (wounded, beaten, tortured)", - "V21lI1g5Fr7", - "2_1_other_physical_violence_wounded_beaten_torture", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.13 Other physical violence (wounded, beaten, tortured)", - 1, - 598 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 12, - "2.14 Forced curfew and confinement", - "", - "2.14 Forced curfew and confinement", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.14 Forced curfew and confinement", - "Q2Ue5Ws3Efj", - "2_1_curfew_and_confinement", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.14 Forced curfew and confinement", - 1, - 599 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 13, - "2.15 Suicide/suicide attempt", - "", - "2.15 Suicide/suicide attempt", - " ", - " ", - " ", - " ", - " ", - " ", - "Suicide", - "The act of killing oneself.", - "N/A", - "Diagnosis", - "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.15 Suicide/suicide attempt", - "plG9iz6KL0j", - "2_15_suicide", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.15 Suicide/suicide attempt", - 1, - 600 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 14, - "2.16 Self harming/mutilation", - "", - "2.16 Self harming/mutilation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.16 Self harming/mutilation", - "Sl40bVhY9x2", - "2_16_self_harming", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.16 Self harming/mutilation", - 1, - 601 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 15, - "2.17 Family member experienced an act of violence", - "", - "2.17 Family member experienced an act of violence", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.17 Family member experienced an act of violence", - "c4izXXVfrTG", - "2_17_family_act_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.17 Family member experienced an act of violence", - 1, - 602 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 16, - "2.18 Adult forced marriage", - "", - "2.18 Adult forced marriage", - " ", - " ", - " ", - " ", - " ", - " ", - "Adult", - "Age >=25 years old", - "N/A", - "Finding", - "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.18 Adult forced marriage", - "EnWWuU1n0rG", - "2.18_adult_forced_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.18 Adult forced marriage", - 1, - 603 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 17, - "2.19 Child marriage", - "", - "2.19 Child marriage", - "Child", - "The patient's child.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000425", - 90, - "Child", - " ", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Child", - "", - "N/A", - "Misc", - "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.19 Child marriage", - "NMAgNOD3HQL", - "2.19_child_marriage", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.19 Child marriage", - 1, - 604 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 18, - "2.2 Sexual violence outside family", - "", - "2.2 Sexual violence outside family", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.2 Sexual violence outside family", - "SjIexWH6Yol", - "2_2_sexual_violence_outside_family", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.2 Sexual violence outside family", - 1, - 605 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 19, - "2.3 Combat experience / Exposure to war", - "", - "2.3 Combat experience / Exposure to war", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.3 Combat experience / Exposure to war", - "LmfJQGG1kCh", - "2_3_combat_experience", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.3 Combat experience / Exposure to war", - 1, - 606 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 20, - "2.4 Incarceration / Detention", - "", - "2.4 Incarceration / Detention", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.4 Incarceration / Detention", - "Tm51ZasLMf0", - "2_4_incarceration_detention", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.4 Incarceration / Detention", - 1, - 607 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 21, - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - "evX4dDNHfhg", - "2_5_hostage_kidnapping_forced_recruitment_by_armed", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", - 1, - 608 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 22, - "2.6 Deportation", - "", - "2.6 Deportation", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.6 Deportation", - "Uvk4jImA6wf", - "2_6_deportation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.6 Deportation", - 1, - 609 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 23, - "2.7 Domestic violence", - "", - "2.7 Domestic violence", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.7 Domestic violence", - "Mk5Lqn9HUpX", - "2_7_domestic_violence", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.7 Domestic violence", - 1, - 610 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 24, - "2.8 Received threats", - "", - "2.8 Received threats", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.8 Received threats", - "fHXyGJXvI52", - "2_8_received_threats", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.8 Received threats", - 1, - 611 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 25, - "2.9 Victim of human trafficking / smuggling", - "", - "2.9 Victim of human trafficking / smuggling", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "2.9 Victim of human trafficking / smuggling", - "BX90V68ibIY", - "2_9_victim_of_human_trafficking_smuggling", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|2.9 Victim of human trafficking / smuggling", - 1, - 612 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 26, - "3.1 Family member(s) killed / missing", - "", - "3.1 Family member(s) killed / missing", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.1 Family member(s) killed / missing", - "mpqu4T3wVmL", - "3_1_family_members_killed_missing", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.1 Family member(s) killed / missing", - 1, - 613 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 27, - "3.2 Unaccompanied minor / orphan", - "", - "3.2 Unaccompanied minor / orphan", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.2 Unaccompanied minor / orphan", - "ml49BYDG4l2", - "3_2_unaccompanied_minor_orphan", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.2 Unaccompanied minor / orphan", - 1, - 614 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 28, - "3.3 Negligence of caretakers", - "", - "3.3 Negligence of caretakers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.3 Negligence of caretakers", - "LdTBdS7JiAN", - "3_3_caretaker_neglected_to_children", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.3 Negligence of caretakers", - 1, - 615 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 29, - "3.4 Property destroyed or lost", - "", - "3.4 Property destroyed or lost", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.4 Property destroyed or lost", - "ZlHWfTaK2nv", - "3_4_property_destroyed_or_lost", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.4 Property destroyed or lost", - 1, - 616 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 30, - "3.5 Loss of income", - "", - "3.5 Loss of income", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.5 Loss of income", - "gzuSTngPfWO", - "3_5_loss_of_family_income", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.5 Loss of income", - 1, - 617 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 31, - "3.6 Family member died (natural death or accident)", - "", - "3.6 Family member died (natural death or accident)", - "Family member", - "A person related by blood, marriage, or adoption", - "Coded", - "Misc", - "MSF-AAAAAA000000000000001818", - 90, - "Family member", - " ", - "Coded", - "Question", - "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Family member", - "A member of the family or someone who can represent the family", - "N/A", - "Misc", - "7e32130b-5be8-4766-bf03-f1b909934141", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.6 Family member died (natural death or accident)", - "CkyfQyDXdyz", - "3_6_family_member_died_natural_death_or_accident", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.6 Family member died (natural death or accident)", - 1, - 618 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 32, - "3.7 Relationship problems", - "", - "3.7 Relationship problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.7 Relationship problems", - "s69DQfaGGOB", - "3_7_relationship_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.7 Relationship problems", - 1, - 619 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 33, - "3.8 Divorce / Separation", - "", - "3.8 Divorce / Separation", - " ", - " ", - " ", - " ", - " ", - " ", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.8 Divorce / Separation", - "suMbGt8PBI5", - "3_8_divorce_separation", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.8 Divorce / Separation", - 1, - 620 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 34, - "3.9 Migration due to financial reasons", - "", - "3.9 Migration due to financial reasons", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "3.9 Migration due to financial reasons", - "nT8YpSPXQrR", - "3_9_migration_financial_reasons", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|3.9 Migration due to financial reasons", - 1, - 621 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 35, - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - "SqB0dv8uUty", - "4_1_natural_disaster_earthquake_tsunami_floods_hur", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", - 1, - 622 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 36, - "4.2 Road accidents", - "", - "4.2 Road accidents", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "4.2 Road accidents", - "Qw4tckBucWL", - "4_2_accidents", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|4.2 Road accidents", - 1, - 623 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 37, - "5.1 Financial problems", - "", - "5.1 Financial problems", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.1 Financial problems", - "Pw0DXg2Rod7", - "5_1_financial_problems", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.1 Financial problems", - 1, - 624 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 38, - "5.2 Difficult living conditions", - "", - "5.2 Difficult living conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.2 Difficult living conditions", - "vPKJ8kZECml", - "5_2_difficults_living_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.2 Difficult living conditions", - 1, - 625 - ], - [ - 55, - "Precipitating event 3", - "", - "Coded", - 39, - "5.3 Other, specify", - "", - "5.3 Other, specify", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Precipitating event 3", - "FLIlRjAwn4G", - "Mental Health-Baseline- Main precipitating factor", - "yHYkho3rRNV", - "5.3 Other, specify", - "kXTAw1jCAmB", - "5_3_specify", - "", - "", - "", - "", - "", - "", - "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", - "Ready for creation in OCL (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Precipitating event 3|5.3 Other, specify", - 1, - 626 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 1, - "1. Medical Conditions", - "", - "1. Medical Conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الحالات الطبية", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "1. Medical Conditions", - "EdVWOgMdfNc", - "1_medical_conditions", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|1. Medical Conditions", - 1, - 627 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 2, - "2. Violence", - "", - "2. Violence", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "العنف", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "2. Violence", - "od6MVdk4TOT", - "2_violence", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|2. Violence", - 1, - 628 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 3, - "3. Separation or Loss", - "", - "3. Separation or Loss", - "", - "", - "", - "", - "", - "", - "Separation", - "Legal dissolution of an officially recognized marriage relationship.", - "N/A", - "Diagnosis", - "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الانفصال او الفقد", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "3. Separation or Loss", - "Mc24Je2EJ4Q", - "3_separation_or_loss", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|3. Separation or Loss", - 1, - 629 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 4, - "4. Disaster", - "", - "4. Disaster", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الكوارث", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "4. Disaster", - "iHgeTnhykW6", - "4_disaster", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|4. Disaster", - 1, - 630 - ], - [ - 56, - "Main category of precipitating event", - "", - "Coded", - 5, - "5. Other", - "", - "5. Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "category?", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Main category of precipitating event", - "JUabDHhT1wJ", - "Mental Health-Baseline consultation- Main category of precipitating event", - "kjuVu7bQnEj", - "5. Other", - "vITRvVrsOKr", - "5_other", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "X", - "-", - "-", - "-", - "-", - "-", - "-", - "Main category of precipitating event|5. Other", - 1, - 631 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 1, - "Medical care (MSF, MoH, NGO)", - "5f121c90-eca2-4af4-bc2f-49ad1a50ff2e", - "Medical care (MSF, MoH, NGO)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1003", - "", - "General Medical Care", - "Health service providing general medical primary health care", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "العناية الطبية (منظمة أطباء بلا حدود، أو وزارة الصحة، أو منظمة غير حكومية)", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Medical attention (MSF, MoH, NGO)", - "BDhNTdJWTFA", - "medical_attention_msf_moh_ngo", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Medical care (MSF, MoH, NGO)", - 1, - 632 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 2, - "MSF psychiatric services", - "485939c5-1e77-4495-b5e1-77fb2abbcfd7", - "MSF psychiatric services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الصحة النفسية لدى منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "MSF psychiatric services", - "x2caKDwJiQT", - "psychiatric_care", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|MSF psychiatric services", - 1, - 633 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 3, - "Non-MSF psychiatrist services", - "489b042d-5ed4-436f-944c-27b7f31bef3f", - "Non-MSF psychiatrist services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الصحة النفسية من غير منظمة أطباء بلا حدود", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Non-MSF psychiatrist services", - "OdNA1Ql2kCX", - "non_msf_psychiatrist", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Non-MSF psychiatrist services", - 1, - 634 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 4, - "Social services", - "978fa5d2-e6c4-4b2a-a293-73c098de0af6", - "Social services", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-5486", - "Social Support Services", - "", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الخدمات الاجتماعية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Social services", - "ShYuCnlXhfi", - "msf_social_worker", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Social services", - 1, - 635 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 5, - "Legal services", - "8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445", - "Legal services", - "Legal services", - "Representation or advice provided by a qualified legal practitioner for a client.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001406", - 95, - "Legal services", - "", - "N/A", - "Misc", - "6fc6b318-01b3-4322-a661-80b4a408fcfd", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1006", - "", - "legal Services", - "Representation or advice provided by a qualified legal practitioner for a client.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الخدمات القانونية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Legal services", - "K2opinEAoOm", - "legal_services", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Legal services", - 1, - 636 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 6, - "Protection services", - "eff27d0b-d485-4983-814f-febbc4fe185a", - "Protection services", - "Protection services", - "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001407", - 95, - "Protection services", - "", - "N/A", - "Misc", - "a307f884-9ee8-4d3f-b8f7-923870c053c0", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "MSF-1007", - "", - "Protection Services", - "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "خدمات الحماية", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Protection services", - "bsyZzHUInhX", - "protection_services", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Protection services", - 1, - 637 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 7, - "Hospitalisation", - "6b8fca2d-0147-4dd8-a8f5-3b813152b952", - "Hospitalisation", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000000446", - 90, - "Hospital", - "", - "N/A", - "Misc", - "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hospital", - "hospital", - "N/A", - "Misc", - "3ce0d472-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-46", - "", - "Hospital", - "A health care institution equipped for diagnosis as well as medical treatment.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "الارسال الى المستشفى", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Hospitalisation", - "wivtq78V9eS", - "hospitalisation", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Hospitalisation", - 1, - 638 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 8, - "CHW", - "9bcbf231-c6ca-41c4-b247-bc4bced260c3", - "CHW", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "عاملو صحة مجتمع", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "CHW", - "WwdmMnGtj4o", - "chw", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|CHW", - 1, - 639 - ], - [ - 57, - "Type of referral - MH", - "", - "Coded", - 9, - "Other", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "Hide concept if [Referral out done] <> TRUE", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Type of referral", - "DlqJSA5VApl", - "Mental Health-Baseline- Patient referred to", - "Zu6s2NWggMt", - "Other", - "nufb9yUQCNJ", - "other", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "Type of referral - MH|Other", - 1, - 640 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 1, - "None", - "", - "None", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "MSF-1630", - "", - "none", - "Generic descriptive answer.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|None", - 1, - 641 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 2, - "Amitriptyline tab", - "", - "Amitriptyline tab", - "", - "", - "", - "", - "", - "", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-931", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Amitriptyline tab", - 1, - 642 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 3, - "Biperiden tab", - "", - "Biperiden tab", - "", - "", - "", - "", - "", - "", - "Biperiden", - "", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-72217", - "Biperiden", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Biperiden tab", - 1, - 643 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 4, - "Carbamazepine tab", - "", - "Carbamazepine tab", - "", - "", - "", - "", - "", - "", - "Carbamazepine", - "", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-72282", - "Carbamazepine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Carbamazepine tab", - 1, - 644 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 5, - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - "", - "", - "", - "", - "", - "", - "Chlorpromazine", - "", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-73330", - "Chlorpromazine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Chlorpromazine tab", - 1, - 645 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 6, - "Diazepam tab", - "", - "Diazepam tab", - "", - "", - "", - "", - "", - "", - "Diazepam", - "", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-74745", - "Diazepam", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Diazepam tab", - 1, - 646 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 7, - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - "", - "", - "", - "", - "", - "", - "Diphenhydramine", - "", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-75015", - "Diphenhydramine ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Diphenhydramine tab", - 1, - 647 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 8, - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - "", - "", - "", - "", - "", - "", - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-76553", - "Fluoxetine hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Fluoxetine hydrochloride capsule", - 1, - 648 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 9, - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - "", - "", - "", - "", - "", - "", - "Fluphenazine", - "", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-76556", - "Flupenthixol decanoate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Fluphenazine decanoate amp", - 1, - 649 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 10, - "Haloperidol tab", - "", - "Haloperidol tab", - "", - "", - "", - "", - "", - "", - "Haloperidol", - "", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-77335", - "Haloperidol", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Haloperidol tab", - 1, - 650 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 11, - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - "", - "", - "", - "", - "", - "", - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-77336", - "Haloperidol decanoate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Haloperidol decanoate amp", - 1, - 651 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 12, - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - "", - "", - "", - "", - "", - "", - "Hydroxyzine", - "", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Hydroxyzine dihydrochloride tab", - 1, - 652 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 13, - "Olanzapine tab", - "", - "Olanzapine tab", - "", - "", - "", - "", - "", - "", - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-81025", - "Olanzapine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Olanzapine tab", - 1, - 653 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 14, - "Paroxetine tab", - "", - "Paroxetine tab", - "", - "", - "", - "", - "", - "", - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-81604", - "Paroxetine", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Paroxetine tab", - 1, - 654 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 15, - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - "", - "", - "", - "", - "", - "", - "Promethazine hydrochloride", - "", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - 95, - "Found", - "", - "", - "(see CIEL)", - "CIEL-82670", - "Promethazine hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Promethazine hydrochloride tab", - 1, - 655 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 16, - "Risperidone tab", - "", - "Risperidone tab", - "", - "", - "", - "", - "", - "", - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-83405", - "Risperidone", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Risperidone tab", - 1, - 656 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 17, - "Sertraline tab", - "", - "Sertraline tab", - "", - "", - "", - "", - "", - "", - "Sertraline", - "", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-83865", - "Sertraline", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Sertraline tab", - 1, - 657 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 18, - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - "", - "", - "", - "", - "", - "", - "Trihexyphenidyl hydrochloride", - "", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "(see CIEL)", - "CIEL-85464", - "Trihexyphenidyl hydrochloride", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Trihexyphenidyl hydrochloride tab", - 1, - 658 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 19, - "Valproate sodium tab", - "", - "Valproate sodium tab", - "", - "", - "", - "", - "", - "", - "Valproate", - "", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "(see CIEL)", - "CIEL-84114", - "Valproate sodium", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Valproate sodium tab", - 1, - 659 - ], - [ - 58, - "Medication - MH", - "", - "Coded", - 20, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "أخرى", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 1", - "jfQHIJYce5S", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH|Other", - 1, - 660 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 1, - "None", - "", - "None", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|None", - 1, - 661 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 2, - "Amitriptyline tab", - "", - "Amitriptyline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Amitriptyline tab", - 1, - 662 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 3, - "Biperiden tab", - "", - "Biperiden tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Biperiden", - " ", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Biperiden tab", - 1, - 663 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 4, - "Carbamazepine tab", - "", - "Carbamazepine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Carbamazepine", - " ", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Carbamazepine tab", - 1, - 664 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 5, - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Chlorpromazine", - " ", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Chlorpromazine tab", - 1, - 665 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 6, - "Diazepam tab", - "", - "Diazepam tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diazepam", - " ", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Diazepam tab", - 1, - 666 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 7, - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diphenhydramine", - " ", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Diphenhydramine tab", - 1, - 667 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 8, - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluoxetine hydrochloride", - " ", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Fluoxetine hydrochloride capsule", - 1, - 668 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 9, - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluphenazine", - " ", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Fluphenazine decanoate amp", - 1, - 669 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 10, - "Haloperidol tab", - "", - "Haloperidol tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol", - " ", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Haloperidol tab", - 1, - 670 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 11, - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol decanoate", - " ", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Haloperidol decanoate amp", - 1, - 671 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 12, - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Hydroxyzine", - " ", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Hydroxyzine dihydrochloride tab", - 1, - 672 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 13, - "Olanzapine tab", - "", - "Olanzapine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Olanzapine", - " ", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Olanzapine tab", - 1, - 673 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 14, - "Paroxetine tab", - "", - "Paroxetine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Paroxetine", - " ", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Paroxetine tab", - 1, - 674 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 15, - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Promethazine hydrochloride", - " ", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Promethazine hydrochloride tab", - 1, - 675 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 16, - "Risperidone tab", - "", - "Risperidone tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Risperidone", - " ", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Risperidone tab", - 1, - 676 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 17, - "Sertraline tab", - "", - "Sertraline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Sertraline", - " ", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Sertraline tab", - 1, - 677 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 18, - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Trihexyphenidyl hydrochloride", - " ", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Trihexyphenidyl hydrochloride tab", - 1, - 678 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 19, - "Valproate sodium tab", - "", - "Valproate sodium tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Valproate", - " ", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Valproate sodium tab", - 1, - 679 - ], - [ - 59, - "Medication - MH 2", - "", - "Coded", - 20, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 2", - "K1GUGc24XG2", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 2|Other", - 1, - 680 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 1, - "None", - "", - "None", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "None", - "ta1v2sosPNL", - "none", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|None", - 1, - 681 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 2, - "Amitriptyline tab", - "", - "Amitriptyline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Amitriptyline", - "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", - "N/A", - "Drug", - "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Amitriptyline tab", - "SFNY2nbmNC5", - "amitriptyline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Amitriptyline tab", - 1, - 682 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 3, - "Biperiden tab", - "", - "Biperiden tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Biperiden", - " ", - "N/A", - "Drug", - "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Biperiden tab", - "KXUid9ZyWDi", - "biperiden_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Biperiden tab", - 1, - 683 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 4, - "Carbamazepine tab", - "", - "Carbamazepine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Carbamazepine", - " ", - "N/A", - "Drug", - "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Car", - "", - "N/A", - "Misc", - "3cd663de-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Carbamazepine tab", - "LUN70CHRfGu", - "carbamazepine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Carbamazepine tab", - 1, - 684 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 5, - "Chlorpromazine tab", - "", - "Chlorpromazine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Chlorpromazine", - " ", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Chlorpromazine", - "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", - "N/A", - "Drug", - "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Chlorpromazine tab", - "NMpVG9Bsu2a", - "chlorpromazine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Chlorpromazine tab", - 1, - 685 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 6, - "Diazepam tab", - "", - "Diazepam tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diazepam", - " ", - "N/A", - "Drug", - "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diazepam", - "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", - "N/A", - "Drug", - "3ccedb64-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diazepam tab", - "AqIP0ICU2LG", - "diazepam_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Diazepam tab", - 1, - 686 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 7, - "Diphenhydramine tab", - "", - "Diphenhydramine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Diphenhydramine", - " ", - "N/A", - "Drug", - "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diphenhydramine", - "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", - "N/A", - "Drug", - "3cd51f60-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Diphenhydramine tab", - "sdwO5nE0Mw0", - "diphenhydramine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Diphenhydramine tab", - 1, - 687 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 8, - "Fluoxetine hydrochloride capsule", - "", - "Fluoxetine hydrochloride capsule", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluoxetine hydrochloride", - " ", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluoxetine hydrochloride", - "", - "N/A", - "Drug", - "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluoxetine hydrochloride capsule", - "TRFSkt35bD2", - "fluoxetine_hydrochloride_capsule", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Fluoxetine hydrochloride capsule", - 1, - 688 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 9, - "Fluphenazine decanoate amp", - "", - "Fluphenazine decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Fluphenazine", - " ", - "N/A", - "Drug", - "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fluphenazine decanoate", - "", - "N/A", - "Drug", - "ae4680fe-76a0-45eb-b873-3bc5ec603aac", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Fluphenazine decanoate amp", - "KCntIlk2i0F", - "fluphenazine_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Fluphenazine decanoate amp", - 1, - 689 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 10, - "Haloperidol tab", - "", - "Haloperidol tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol", - " ", - "N/A", - "Drug", - "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Haloperidol", - "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", - "N/A", - "Drug", - "69562047-dc02-4fd2-aebe-fae338929a81", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol tab", - "Zz6Pv8uRAyJ", - "haloperidol_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Haloperidol tab", - 1, - 690 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 11, - "Haloperidol decanoate amp", - "", - "Haloperidol decanoate amp", - " ", - " ", - " ", - " ", - " ", - " ", - "Haloperidol decanoate", - " ", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Haloperidol decanoate", - "", - "N/A", - "Drug", - "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Haloperidol decanoate amp", - "JcBOwASD0hr", - "haloperidol_decanoate_amp", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Haloperidol decanoate amp", - 1, - 691 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 12, - "Hydroxyzine dihydrochloride tab", - "", - "Hydroxyzine dihydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Hydroxyzine", - " ", - "N/A", - "Drug", - "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Hydroxyzine dihydrochloride tab", - "gyJW7Lb6a7j", - "hydroxyzine_dihydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Hydroxyzine dihydrochloride tab", - 1, - 692 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 13, - "Olanzapine tab", - "", - "Olanzapine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Olanzapine", - " ", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Olanzapine", - "", - "N/A", - "Drug", - "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Olanzapine tab", - "mCdt3GVvcUN", - "olanzapine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Olanzapine tab", - 1, - 693 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 14, - "Paroxetine tab", - "", - "Paroxetine tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Paroxetine", - " ", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Paroxetine", - "", - "N/A", - "Drug", - "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Paroxetine tab", - "j0nh1pnHZQi", - "paroxetine_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Paroxetine tab", - 1, - 694 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 15, - "Promethazine hydrochloride tab", - "", - "Promethazine hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Promethazine hydrochloride", - " ", - "N/A", - "Drug", - "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Promethazine hydrochloride", - "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", - "N/A", - "Drug", - "5f0cbcee-859e-464f-b2b2-1410aa277053", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Promethazine hydrochloride tab", - "XbQfMmwSOgK", - "promethazine_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Promethazine hydrochloride tab", - 1, - 695 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 16, - "Risperidone tab", - "", - "Risperidone tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Risperidone", - " ", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Risperidone", - "", - "N/A", - "Drug", - "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Risperidone tab", - "KS2PzKAhZ3v", - "risperidone_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Risperidone tab", - 1, - 696 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 17, - "Sertraline tab", - "", - "Sertraline tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Sertraline", - " ", - "N/A", - "Drug", - "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Sertraline tab", - "Kd4mRb27dUb", - "sertraline_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Sertraline tab", - 1, - 697 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 18, - "Trihexyphenidyl hydrochloride tab", - "", - "Trihexyphenidyl hydrochloride tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Trihexyphenidyl hydrochloride", - " ", - "N/A", - "Drug", - "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Trihexyphenidyl", - "Drug is used to treat Parkinson's disease.", - "N/A", - "Drug", - "3cd515d8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Trihexyphenidyl hydrochloride tab", - "ZRq3huidlK0", - "trihexyphenidyl_hydrochloride_tab", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Trihexyphenidyl hydrochloride tab", - 1, - 698 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 19, - "Valproate sodium tab", - "", - "Valproate sodium tab", - " ", - " ", - " ", - " ", - " ", - " ", - "Valproate", - " ", - "N/A", - "Drug", - "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Valproate sodium tab", - "VM7VL7Ed5oi", - "valproate_sodium_tab ", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Valproate sodium tab", - 1, - 699 - ], - [ - 60, - "Medication - MH 3", - "", - "Coded", - 20, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not map in OCL - for DHIS2 mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Mental Health-Baseline consultation- Details of prescribed medications 3", - "GPoWZWC3Yfi", - "Mental Health-Baseline consultation- Details of prescribed medications", - "x4W8UVU9ZUp", - "Other", - "Dv4LOhzmuP7", - "other", - "", - "", - "", - "", - "", - "", - "Duplication of [Medication] - for DHIS2 mapping", - "Skip - for DHIS2 mapping only", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Medication - MH 3|Other", - 1, - 700 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 1, - "Patient forgot about session", - "", - "Patient forgot about session", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "(see Ciel)", - "CIEL-162192", - "Patient Fogot to attend appointment", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض نسي الجلسة", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient forgot about session", - "K10sA9MeyuB", - "patient_forgot_about_session", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient forgot about session", - 1, - 701 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 2, - "No transportation / unable to attend", - "", - "No transportation / unable to attend", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا وسائل مواصلات / لم يستطع المجيء", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "No transportation / unable to attend", - "a9jCSQB7xkU", - "no_transportation_unable_to_attend", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|No transportation / unable to attend", - 1, - 702 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 3, - "Patient unreachable", - "", - "Patient unreachable", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن الوصول إلى المريض", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient unreachable", - "A1myk0SonK2", - "patient_unreachable", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient unreachable", - 1, - 703 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 4, - "Patient no longer wants services", - "", - "Patient no longer wants services", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض لم يعد يرغب بتلقي الخدمة", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient no longer wants services", - "DfTWJKP67rN", - "patient_no_longer_wants_services", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient no longer wants services", - 1, - 704 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 5, - "Patient was busy", - "", - "Patient was busy", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "not found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "المريض كان مشغولاً", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Patient was busy", - "jtKK82mthKK", - "patient_was_busy", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Patient was busy", - 1, - 705 - ], - [ - 61, - "Reason for missed appointment", - "", - "Coded", - 6, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "MSF-7", - "", - "other", - "A generic, descriptive, and non-coded response to a question.", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أخرى", - "TEXT", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "HNZHetAtowR", - "Mental Health-Follow-up consultation- Reason for missed appointment", - "WlbDv2LELNz", - "Other", - "tkqMcbSlYzz", - "other", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "X", - "-", - "X", - "-", - "-", - "-", - "Reason for missed appointment|Other", - 1, - 706 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 1, - "Discharge with the patient’s agreement: end of care", - "", - "Discharge with the patient’s agreement: end of care", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: نهاية الرعاية.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "1. Discharge with the patient’s agreement: end of care", - "dLPq55MxBwB", - 1, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: end of care", - 1, - 707 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 2, - "Discharge with the patient’s agreement: single consultation", - "", - "Discharge with the patient’s agreement: single consultation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: استشارة واحدة.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "2. Discharge with the patient’s agreement: single consultation", - "brp4CVnY3jG", - 2, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: single consultation", - 1, - 708 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 3, - "Discharge with the patient’s agreement: patient moved", - "", - "Discharge with the patient’s agreement: patient moved", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: المريض انتقل الى موقع اخر.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "3. Discharge with the patient’s agreement: patient moved", - "YeMJpC1WFDD", - 3, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: patient moved", - 1, - 709 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 4, - "Discharge with the patient’s agreement: patient referred", - "", - "Discharge with the patient’s agreement: patient referred", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Discharge", - "The completion of treatment.", - "N/A", - "Misc", - "eefba61c-17c5-40ee-bddc-08e64d39e9b1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الخروج بالتوافق مع المريض: تمت إحالة المريض.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "4. Discharge with the patient’s agreement: patient referred", - "QO22EMZRSNa", - 4, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Discharge with the patient’s agreement: patient referred", - 1, - 710 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 5, - "Patient cannot access the service: MSF is no longer", - "", - "Patient cannot access the service: MSF is no longer", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: أطباء بلا حدود لم تعد بالمنطقة.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "5. Patient cannot access the service: MSF is no longer there", - "dr4ZmvSaUB9", - 5, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: MSF is no longer", - 1, - 711 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 6, - "Patient cannot access the service: transport issues", - "", - "Patient cannot access the service: transport issues", - "", - "", - "", - "", - "", - "", - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Patient", - "Person with illness or receiving care", - "N/A", - "Misc", - "1249F550-FF24-4F3E-A743-B37232E9E1C3", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: مشاكل النقل.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "6. Patient cannot access the service: transport issues", - "deCWsA6Ui5b", - 6, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: transport issues", - 1, - 712 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 7, - "Patient cannot access the service: arrested/kidnaped", - "", - "Patient cannot access the service: arrested/kidnaped", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا يمكن للمريض الوصول إلى الخدمة: موقوف / مخطوف.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "7. Patient cannot access the service: arrested/kidnaped", - "nhyIbBRYaWX", - 7, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Patient cannot access the service: arrested/kidnaped", - 1, - 713 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 8, - "Lost to follow up: unable to trace", - "", - "Lost to follow up: unable to trace", - "Lost to follow up", - "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", - "N/A", - "Finding", - "d305b208-354f-4bb7-b35a-df4f8d92c256", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف المتابعة: لا يمكن تتبع المريض.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "8. Lost to follow up: unable to trace", - "P78sA75FJ2i", - 8, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Lost to follow up: unable to trace", - 1, - 714 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 9, - "Lost to follow up: dissatisfied/different expectations", - "", - "Lost to follow up: dissatisfied/different expectations", - "Lost to follow up", - "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", - "N/A", - "Finding", - "d305b208-354f-4bb7-b35a-df4f8d92c256", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "توقف المتابعة: المريض لم يكن راضياً على الخدمة / توقعات لم تتم تلبيتها.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "9. Lost to follow up: dissatisfied/different expectations", - "hiYHmyIYvrN", - 9, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Lost to follow up: dissatisfied/different expectations", - 1, - 715 - ], - [ - 62, - "Type of closure - MH", - "", - "Coded", - 10, - "Deceased/missing", - "", - "Deceased/missing", - "Deceased", - "The person died.", - "N/A", - "Finding", - "dc1c7ac9-d9c3-4887-bc22-827c2db7689f", - 90, - "Deceased", - "Patient died.", - "N/A", - "Diagnosis", - "159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "Deceased", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "متوفى / مفقود.", - "TEXT", - "Mental Health-Exit File closure- MHPSS - Type of closure", - "Lht8GKTAHu8", - "Mental Health - Type of closure", - "ovpSADYY35a", - "10. Deceased/missing", - "nyQCSDpS4zc", - 10, - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Type of closure - MH|Deceased/missing", - 1, - 716 - ], - [ - 63, - "Goals final status", - "", - "Coded", - 1, - "Achieved", - "", - "Achieved", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تم تحقيقه ", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|Achieved", - 1, - 717 - ], - [ - 63, - "Goals final status", - "", - "Coded", - 2, - "No change ", - "", - "No change ", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "لا تغيير", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|No change ", - 1, - 718 - ], - [ - 63, - "Goals final status", - "", - "Coded", - 3, - "Challenges", - "", - "Challenges", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تحديات", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Ready for creation in OCL", - "-", - "-", - "-", - "-", - "-", - "X", - "-", - "-", - "Goals final status|Challenges", - 1, - 719 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 1, - "Not at all (0 point)", - "ed0e2463-c990-4341-b095-53b899707af9", - "Not at all (0 point)", - "Not at all", - "Answer to a Likert-like scale question indicating something that's not often.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001376", - 95, - "Not at all", - "Answer to a likert-like scale question", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Not at all", - "", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أبداً", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 0", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Not at all (0 point)", - 1, - 720 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 2, - "Several days (1 point)", - "b631d160-8d40-4cf7-92cd-67f628c889e8", - "Several days (1 point)", - "Several days", - "An occurrence of more than a few days.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001377", - 95, - "Several days", - "", - "N/A", - "Misc", - "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بعض الأيام", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 1", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Several days (1 point)", - 1, - 721 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 3, - "More than half the days (2 points)", - "234259ec-5368-4488-8482-4f261cc76714", - "More than half the days (2 points)", - "More than half the days", - "An occurrence of more than half the days", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001378", - 95, - "More than half the days", - "", - "N/A", - "Misc", - "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "More than half the days", - "", - "N/A", - "Misc", - "1cf6ebb8-dd57-4d26-87cd-e49c09373aaf", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "أآثر من نصف الأيام", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 2", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|More than half the days (2 points)", - 1, - 722 - ], - [ - 64, - "PHQ9", - "", - "Coded", - 4, - "Nearly every day (3 points)", - "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e", - "Nearly every day (3 points)", - "Nearly every day", - "An almost daily occurrence.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001379", - 95, - "Nearly every day", - "", - "N/A", - "Misc", - "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "آل يوم تقريباً", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Name updated - Score value = 3", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "PHQ9|Nearly every day (3 points)", - 1, - 723 - ], - [ - 65, - "MHOS", - "", - "Coded", - 1, - "Not at all", - "ed0e2463-c990-4341-b095-53b899707af9", - "Not at all", - "Not at all", - "Answer to a Likert-like scale question indicating something that's not often.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001376", - 95, - "Not at all", - "Answer to a likert-like scale question", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Not at all", - "", - "N/A", - "Misc", - "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كلا على الاطلاق", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 1", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Not at all", - 1, - 724 - ], - [ - 65, - "MHOS", - "", - "Coded", - 2, - "A little", - "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", - "A little", - "A little", - "", - "Text", - "Misc", - "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "قليلا", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 2", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|A little", - 1, - 725 - ], - [ - 65, - "MHOS", - "", - "Coded", - 3, - "Some", - "edf347b1-ee57-4d8f-babb-97acca20c3cb", - "Some", - "", - "", - "", - "", - "", - "", - "Some", - "", - "N/A", - "Misc", - "164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "بعض", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 3", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Some", - 1, - 726 - ], - [ - 65, - "MHOS", - "", - "Coded", - 4, - "Fair amount", - "de7fa192-bf2e-4991-a81f-582c4b50ae51", - "Fair amount", - "Fair amount", - "", - "Text", - "Misc", - "de7fa192-bf2e-4991-a81f-582c4b50ae51", - 95, - "Fair", - "Degree of finding, pertaining to a class fair.", - "N/A", - "Misc", - "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Fair", - "Degree of finding, pertaining to a class fair.", - "N/A", - "Misc", - "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كمية جيدة", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 4", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|Fair amount", - 1, - 727 - ], - [ - 65, - "MHOS", - "", - "Coded", - 5, - "A lot", - "0f074510-1ff6-4924-bfef-effdcffd44f8", - "A lot", - "A lot", - "", - "Text", - "Misc", - "0f074510-1ff6-4924-bfef-effdcffd44f8", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "كثيرا", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Score value = 5", - "Created in OCL", - "-", - "X", - "X", - "-", - "-", - "-", - "-", - "-", - "MHOS|A lot", - 1, - 728 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 1, - "No depression", - "5aa4edf5-b218-4470-b5da-ad1d88007954", - "0-4: No depression", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|No depression", - 1, - 729 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 2, - "Minimal symptoms", - "9d7d154f-e7a1-4490-b93a-85f5c2157f92", - "5-9: Minimal symptoms - Support and educate", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Minimal symptoms", - 1, - 730 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 3, - "Minor to mild depression (or dysthymia)", - "ed7484ef-a3ea-4c95-bf59-58987c7f6d7c", - "10-14: Minor to mild depression (or dysthymia) - Support and watchful waiting / Reassess in one/two weeks", - "", - "", - "", - "", - "", - "", - "mild depression", - "", - "N/A", - "Diagnosis", - "157790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Minor to mild depression (or dysthymia)", - 1, - 731 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 4, - "Major depression", - "d163711c-9fcf-4050-b015-d3463b4602fa", - "15-19: Major depression – Refer to clinical office / psychologist (need for specific treatment)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Major depression", - 1, - 732 - ], - [ - 66, - "Depression severity scale", - "", - "Coded", - 5, - "Severe depression", - "0ff3a7dc-1a6e-4453-91d5-29cf6a9f790c", - ">20: Severe depression – Major impairment, need for active treatment", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "Label added to specify the corresponding scores + recommendations", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "X", - "-", - "Depression severity scale|Severe depression", - 1, - 733 - ], - [ - 67, - "Head of family", - "", - "Coded", - 1, - "Father", - "", - "Father", - "", - "", - "", - "", - "", - "", - "Father", - "Family member.", - "N/A", - "Misc", - "971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Father", - "A father to another person", - "N/A", - "Misc", - "3ce18444-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Father", - 1, - 734 - ], - [ - 67, - "Head of family", - "", - "Coded", - 2, - "Mother", - "", - "Mother", - "", - "", - "", - "", - "", - "", - "Mother", - "Family member.", - "N/A", - "Misc", - "970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Mother", - "A mother of another person", - "N/A", - "Misc", - "3ce185ca-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Mother", - 1, - 735 - ], - [ - 67, - "Head of family", - "", - "Coded", - 3, - "Other", - "", - "Other", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Head of family|Other", - 1, - 736 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 1, - "Dose 0", - "", - "Dose 0", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 0", - 1, - 737 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 2, - "Dose 1", - "", - "Dose 1", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 1", - 1, - 738 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 3, - "Dose 2", - "", - "Dose 2", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 2", - 1, - 739 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 4, - "Dose 3", - "", - "Dose 3", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 3", - 1, - 740 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 5, - "Dose 4", - "", - "Dose 4", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Dose 4", - 1, - 741 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 6, - "Not vaccinated", - "", - "Not vaccinated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Not vaccinated", - 1, - 742 - ], - [ - 68, - "Vaccination status - Doses", - "", - "Coded", - 7, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "NA", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination status - Doses|Unknown", - 1, - 743 - ], - [ - 69, - "Vaccination - ITFC - Vaccination card", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Vaccination card", - "mFtDMd4244l", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Vaccination card|Yes", - 1, - 744 - ], - [ - 69, - "Vaccination - ITFC - Vaccination card", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Vaccination card", - "mFtDMd4244l", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Vaccination card|No", - 1, - 745 - ], - [ - 70, - "Vaccination - ITFC - BCG", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Dose 1", - "v6E5MjPpqSb", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|Dose 1", - 1, - 746 - ], - [ - 70, - "Vaccination - ITFC - BCG", - "", - "Coded", - 2, - "No vaccinated", - "", - "No vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "No vaccinated", - "O0Edj0kR5Nd", - "no_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|No vaccinated", - 1, - 747 - ], - [ - 70, - "Vaccination - ITFC - BCG", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - BCG", - "YAKpZsurTRm", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Unknown", - "ydpXtzGHWHj", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - BCG|Unknown", - 1, - 748 - ], - [ - 71, - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Dose 1", - "xGTdCJcKmAn", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Dose 1", - 1, - 749 - ], - [ - 71, - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - 2, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Not vaccinated", - "Xg0muNfVNkv", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Not vaccinated", - 1, - 750 - ], - [ - 71, - "Vaccination - ITFC - Hepatitis B at birth", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Hepatitis B 0", - "BdlDQaqu7I7", - "Medical - Pediatrics/Nutrition - Hepatitus B 0", - "p6zDqIrPwGB", - "Unknown", - "KY34sEEUpnr", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth|Unknown", - 1, - 751 - ], - [ - 72, - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", - "cG8uCalPdNU", - "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", - "L4AkwHZ65GZ", - "Yes", - "sBr9pPNqd28", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|Yes", - 1, - 752 - ], - [ - 72, - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", - "cG8uCalPdNU", - "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", - "L4AkwHZ65GZ", - "No", - "aKS3CymU5Ns", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|No", - 1, - 753 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 1", - "bZXl07GyWhL", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 1", - 1, - 754 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 2", - "T8IyHX0cXe5", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 2", - 1, - 755 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 3", - "sw1D3rQGhGQ", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 3", - 1, - 756 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 4, - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 4", - "OT5qZpJO7jc", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Dose 4", - 1, - 757 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 5, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Not vaccinated", - "dvq6f79oLIz", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Not vaccinated", - 1, - 758 - ], - [ - 73, - "Vaccination - ITFC - Pentavalent", - "", - "Coded", - 6, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Pentavalent", - "fzzS084urAF", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Unknown", - "i4AQ0qRNehI", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent|Unknown", - 1, - 759 - ], - [ - 74, - "Vaccination - ITFC - Pentavalent - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", - "SEkSRdlwF4x", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent - Last dose given on site|Yes", - 1, - 760 - ], - [ - 74, - "Vaccination - ITFC - Pentavalent - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", - "SEkSRdlwF4x", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Pentavalent - Last dose given on site|No", - 1, - 761 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 1, - "Dose 0", - "", - "Dose 0", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 0", - "njckedtwZdc", - "dose_0", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 0", - 1, - 762 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 2, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 1", - "PxZFMT68zDd", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 1", - 1, - 763 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 3, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 2", - "H6YSRKyanXo", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 2", - 1, - 764 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 4, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 3", - "cwZTMIsCC5H", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 3", - 1, - 765 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 5, - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Dose 4", - "b1vCPYEEjce", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Dose 4", - 1, - 766 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 6, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Not vaccinated", - "RZVArvOeoQM", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Not vaccinated", - 1, - 767 - ], - [ - 75, - "Vaccination - ITFC - AFP", - "", - "Coded", - 7, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - AFP", - "tfpqlvcbn1N", - "Medical - Pediatrics/Nutrition - AFP Dose", - "V0aqk1w5OU5", - "Unknown", - "koRJWvqd9fX", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP|Unknown", - 1, - 768 - ], - [ - 76, - "Vaccination - ITFC - AFP - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last AFP dose given on site", - "J2rK5CtSBvx", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP - Last dose given on site|Yes", - 1, - 769 - ], - [ - 76, - "Vaccination - ITFC - AFP - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last AFP dose given on site", - "J2rK5CtSBvx", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - AFP - Last dose given on site|No", - 1, - 770 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Dose 1", - "PktzQX6fkgx", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Dose 1", - 1, - 771 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Dose 2", - "ocSTcDdyNTW", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Dose 2", - 1, - 772 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 3, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Not vaccinated", - "mTk3530bGYt", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Not vaccinated", - 1, - 773 - ], - [ - 77, - "Vaccination - ITFC - Measles", - "", - "Coded", - 4, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Measles", - "hsGeCg6CRmx", - "Medical - Pediatrics/Nutrition - Measels Dose", - "di67SwyH7vr", - "Unknown", - "hu4HpZGxknQ", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles|Unknown", - 1, - 774 - ], - [ - 78, - "Vaccination - ITFC - Measles - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Measles dose given on site", - "AKCbOxTvkTp", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles - Last dose given on site|Yes", - 1, - 775 - ], - [ - 78, - "Vaccination - ITFC - Measles - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Measles dose given on site", - "AKCbOxTvkTp", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Measles - Last dose given on site|No", - 1, - 776 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 1", - "bZXl07GyWhL", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 1", - 1, - 777 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 2", - "T8IyHX0cXe5", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 2", - 1, - 778 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 3", - "sw1D3rQGhGQ", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 3", - 1, - 779 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 4, - "Dose 4", - "", - "Dose 4", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Dose 4", - "OT5qZpJO7jc", - "dose_4", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Dose 4", - 1, - 780 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 5, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Not vaccinated", - "dvq6f79oLIz", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Not vaccinated", - 1, - 781 - ], - [ - 79, - "Vaccination - ITFC - PCV", - "", - "Coded", - 6, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PCV", - "qiZnYaeHeTv", - "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", - "nSCyYp0uGLZ", - "Unknown", - "i4AQ0qRNehI", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV|Unknown", - 1, - 782 - ], - [ - 80, - "Vaccination - ITFC - PCV - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PCV dose given on site", - "u5dxpihoKN0", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV - Last dose given on site|Yes", - 1, - 783 - ], - [ - 80, - "Vaccination - ITFC - PCV - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PCV dose given on site", - "u5dxpihoKN0", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PCV - Last dose given on site|No", - 1, - 784 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 1", - "EZMbl2HCG9p", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 1", - 1, - 785 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 2", - "hmEojVACROI", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 2", - 1, - 786 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Dose 3", - "nDI0iPQUa1X", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Dose 3", - 1, - 787 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 4, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Not vaccinated", - "OpSJw5WAm18", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Not vaccinated", - 1, - 788 - ], - [ - 81, - "Vaccination - ITFC - Rotavirus", - "", - "Coded", - 5, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Rotavirus", - "tu3IPOZ5ovK", - "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", - "WTzpYZQTHYi", - "Unknown", - "MZfMeIWOPam", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus|Unknown", - 1, - 789 - ], - [ - 82, - "Vaccination - ITFC - Rotavirus - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", - "npoNMyqKaEJ", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus - Last dose given on site|Yes", - 1, - 790 - ], - [ - 82, - "Vaccination - ITFC - Rotavirus - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", - "npoNMyqKaEJ", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Rotavirus - Last dose given on site|No", - 1, - 791 - ], - [ - 83, - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Dose 1", - "v6E5MjPpqSb", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Dose 1", - 1, - 792 - ], - [ - 83, - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - 2, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "No vaccinated", - "O0Edj0kR5Nd", - "no_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Not vaccinated", - 1, - 793 - ], - [ - 83, - "Vaccination - ITFC - Yellow Fever", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Yellow Fever", - "dwrIVipESXU", - "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", - "Ho4FhnGEpGE", - "Unknown", - "ydpXtzGHWHj", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Yellow Fever|Unknown", - 1, - 794 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 1", - "cUxnl1n3Elk", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 1", - 1, - 795 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 2", - "IGb7BSiAggz", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 2", - 1, - 796 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 3, - "Dose 3", - "", - "Dose 3", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Dose 3", - "HdgSh1EMq1l", - "dose_3", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Dose 3", - 1, - 797 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 4, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Not vaccinated", - "QFcgfRifWyg", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Not vaccinated", - 1, - 798 - ], - [ - 84, - "Vaccination - ITFC - IPV", - "", - "Coded", - 5, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - IPV", - "GyQSpYJow8u", - "Medical - Pediatrics/Nutrition - IPV", - "kzflRiznQXP", - "Unknown", - "XGk3KqPo8L2", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - IPV|Unknown", - 1, - 799 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Dose 1", - "QBENCGv4wSd", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Dose 1", - 1, - 800 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Dose 2", - "TBI8FVnrLfW", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Dose 2", - 1, - 801 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 3, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Not vaccinated", - "rTBp8C32W8w", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Not vaccinated", - 1, - 802 - ], - [ - 85, - "Vaccination - ITFC - Meningitis A", - "", - "Coded", - 4, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Meningitis A", - "IkByJEFl9h9", - "Medical - Pediatrics/Nutrition - Meningitis A", - "fY4PVOqnVhX", - "Unknown", - "GH4ogeUFzXa", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - Meningitis A|Unknown", - 1, - 803 - ], - [ - 86, - "Vaccination - ITFC - PPV 23", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Dose 1", - "ipWO3gdU4Yp", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Dose 1", - 1, - 804 - ], - [ - 86, - "Vaccination - ITFC - PPV 23", - "", - "Coded", - 2, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Not vaccinated", - "QGiw4ry0TyJ", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Not vaccinated", - 1, - 805 - ], - [ - 86, - "Vaccination - ITFC - PPV 23", - "", - "Coded", - 3, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - PPV 23", - "XL9syIDktD4", - "Medical - Pediatrics/Nutrition - PPV 23", - "ESoiQ9TyEEL", - "Unknown", - "cSdyotNEi6R", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23|Unknown", - 1, - 806 - ], - [ - 87, - "Vaccination - ITFC - PPV 23 - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "L33Iqgj6wh8", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "DzlGd3b2nJN", - "Yes", - "OF5xbph1XiN", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23 - Last dose given on site|Yes", - 1, - 807 - ], - [ - 87, - "Vaccination - ITFC - PPV 23 - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "L33Iqgj6wh8", - "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", - "DzlGd3b2nJN", - "No", - "ZfPkEIgzMwl", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - PPV 23 - Last dose given on site|No", - 1, - 808 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 1, - "Dose 1", - "", - "Dose 1", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Dose 1", - "ZRDiTHJArw5", - "dose_1", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Dose 1", - 1, - 809 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 2, - "Dose 2", - "", - "Dose 2", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Dose 2", - "Rruu1ulpzSe", - "dose_2", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Dose 2", - 1, - 810 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 3, - "Not vaccinated", - "", - "Not vaccinated", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Not vaccinated", - "raLxCNMjp3j", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Not vaccinated", - 1, - 811 - ], - [ - 88, - "Vaccination - ITFC - HPV", - "", - "Coded", - 4, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - HPV", - "Vl4aCplSJs8", - "Medical - Pediatrics/Nutrition - HPV", - "vgcVk87Gsrk", - "Unknown", - "cU7AqGL8TRJ", - "unknown", - "", - "", - "", - "", - "", - "", - "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV|Unknown", - 1, - 812 - ], - [ - 89, - "Vaccination - ITFC - HPV - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "nHzyndo6Opn", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "PiM5sEcQEaE", - "Yes", - "WklX5Gy9bvP", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV - Last dose given on site|Yes", - 1, - 813 - ], - [ - 89, - "Vaccination - ITFC - HPV - Last dose given on site", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "nHzyndo6Opn", - "Medical - Pediatrics/Nutrition - Last HPV dose given on site", - "PiM5sEcQEaE", - "No", - "AhpHRa3pQ00", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination - ITFC - HPV - Last dose given on site|No", - 1, - 814 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 1, - "TT1", - "", - "TT1", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT1", - "BaPawIuIMge", - "tt1", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT1", - 1, - 815 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 2, - "TT2", - "", - "TT2", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT2", - "Ht9dML7mb0C", - "tt2", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT2", - 1, - 816 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 3, - "TT3", - "", - "TT3", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT3", - "IEQkdICorA3", - "tt3", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT3", - 1, - 817 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 4, - "TT4", - "", - "TT4", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "TT4", - "XyhSFgJ0lzp", - "tt4", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|TT4", - 1, - 818 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 5, - "≥TT5", - "", - "≥TT5", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "≥TT5", - "WkDsQkKl3mE", - "≥tt5", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|≥TT5", - 1, - 819 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 6, - "Not vaccinated", - "", - "Not vaccinated", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "Not vaccinated", - "flugHmgry3z", - "not_vaccinated", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|Not vaccinated", - 1, - 820 - ], - [ - 90, - "Vaccination status of the mother - Antitetanus", - "", - "Coded", - 7, - "Unknown", - "", - "Unknown", - "Unknown", - "Generic answer to question when information/data is not known.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001329", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Unknown", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6fac4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "LX4rq90zAC1", - "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", - "cPNkNVoggTo", - "Unknown", - "AkYJr9EfFJp", - "unknown", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vaccination status of the mother - Antitetanus|Unknown", - 1, - 821 - ], - [ - 91, - "Yes-no", - "", - "Coded", - 1, - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "X", - "Yes-no|Yes", - 1, - 822 - ], - [ - 91, - "Yes-no", - "", - "Coded", - 2, - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Created in OCL", - "-", - "X", - "X", - "X", - "X", - "-", - "-", - "X", - "Yes-no|No", - 1, - 823 - ], - [ - 92, - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", - "", - "Coded", - 1, - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", - "ai1f1Nd7tTk", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "Yes", - "wN4N3pjj0Tw", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|Yes", - 1, - 824 - ], - [ - 92, - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", - "", - "Coded", - 2, - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", - "ai1f1Nd7tTk", - "Medical - Pediatrics/Nutrition - yes/no", - "N8MZKXNeiuy", - "No", - "JdYryPy7tHW", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|No", - 1, - 825 - ], - [ - 93, - "Yes-no - Vaccination of accompanying children - Status checked", - "", - "Coded", - 1, - "Yes", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "jEbjrXqhNEO", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "pkoZo5NLnmT", - "Yes", - "RA1z7oYeLBW", - "yes", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination of accompanying children - Status checked|Yes", - 1, - 826 - ], - [ - 93, - "Yes-no - Vaccination of accompanying children - Status checked", - "", - "Coded", - 2, - "No", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "Do not create - for mapping only", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "jEbjrXqhNEO", - "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", - "pkoZo5NLnmT", - "No", - "cULP83r16XQ", - "no", - "", - "", - "", - "", - "", - "", - "For DHIS2 mapping only", - "Created in OCL", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Yes-no - Vaccination of accompanying children - Status checked|No", - 1, - 827 - ], - [ - 94, - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - 1, - "Yes", - "", - "Yes", - "Yes", - "Generic positive response to question.", - "N/A", - "Misc", - "681cf0bc-5213-492a-8470-0a0b3cc324dd", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Yes", - "Generic answer to a question.", - "N/A", - "Misc", - "3cd6f600-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "Yes", - "OJR1wOuzdAu", - "yes", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|Yes", - 1, - 828 - ], - [ - 94, - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - 2, - "No", - "", - "No", - "No", - "Generic negative response to question.", - "N/A", - "Misc", - "a5c5563e-df0e-4742-a335-b24fb63664ee", - 90, - "No", - "Generic answer to a question.", - "N/A", - "Misc", - "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "No", - "کسی سوال کا عام جواب", - "N/A", - "Misc", - "3cd6f86c-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "No", - "SzkvKP70Pww", - "no", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|No", - 1, - 829 - ], - [ - 94, - "Vaccination of accompanying children - Vaccinated", - "", - "Coded", - 3, - "NA", - "", - "NA", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "bVJD9TGjcfW", - "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", - "DDJqeqQcuvv", - "NA", - "t3TQeaCkJiy", - "na", - "", - "", - "", - "", - "", - "", - "Yes / No / NA? To be discussed", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Vaccination of accompanying children - Vaccinated|NA", - 1, - 830 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute asthma", - 1, - 831 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - "", - "", - "", - "MSF-AAAAAA000000000000000512", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute diarrhea (bloody)", - 1, - 832 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute diarrhea (non-bloody)", - 1, - 833 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute febrile illness (=<7 days)", - 1, - 834 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - "", - "", - "", - "", - "", - "", - "Acute flaccid paralysis", - "", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute flaccid paralysis", - 1, - 835 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - "", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Acute jaundice syndrome", - 1, - 836 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 7, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Apnoea of prematurity", - 1, - 837 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 8, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bacterial meningitis", - 1, - 838 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 9, - "Birth injury", - "", - "Birth injury", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Birth injury", - 1, - 839 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 10, - "Bronchiolitis obstructive bronchitis", - "", - "Bronchiolitis obstructive bronchitis", - "", - "", - "", - "", - "", - "", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bronchiolitis obstructive bronchitis", - 1, - 840 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 11, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Bronchospasm", - 1, - 841 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 12, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Burns", - 1, - 842 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 13, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cardiogenic shock", - 1, - 843 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 14, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - "", - "", - "", - "", - "", - "", - "Cerebral palsy", - "", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cerebral palsy - Neuro disability", - 1, - 844 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 15, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cholera (suspected)", - 1, - 845 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 16, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cholera confirmed", - 1, - 846 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 17, - "Complicated ear infection", - "", - "Complicated ear infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Complicated ear infection", - 1, - 847 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 18, - "Complications of SCD", - "", - "Complications of SCD", - "", - "", - "", - "", - "", - "", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Complications of SCD", - 1, - 848 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 19, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital herpes virus infection", - 1, - 849 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 20, - "Congenital malaria", - "", - "Congenital malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital malaria", - 1, - 850 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 21, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital or acquired cardiac pathology", - 1, - 851 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 22, - "Congenital syphilis", - "", - "Congenital syphilis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congenital syphilis", - 1, - 852 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 23, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Congestive Heart Failure", - 1, - 853 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 24, - "COPD", - "", - "COPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|COPD", - 1, - 854 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 25, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Covid-19 confirmed", - 1, - 855 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 26, - "Covid-19 probable", - "", - "Covid-19 probable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Covid-19 probable", - 1, - 856 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 27, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - "", - "", - "", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - "", - "", - "", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Cutaneous leishmaniosis", - 1, - 857 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 28, - "Dengue confirmed", - "", - "Dengue confirmed", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dengue confirmed", - 1, - 858 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 29, - "Dengue suspected", - "", - "Dengue suspected", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dengue suspected", - 1, - 859 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 30, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diabetes type 2 and complications", - 1, - 860 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 31, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diabetes Type I and complications", - 1, - 861 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 32, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - "", - "", - "", - "", - "", - "", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diarrhea (persistent)", - 1, - 862 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 33, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Diphtheria", - 1, - 863 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 34, - "Dog bite", - "", - "Dog bite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Dog bite", - 1, - 864 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 35, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Epilepsy - Seizures", - 1, - 865 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 36, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - "", - "", - "", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - "", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Extra pulmonary tuberculosis", - 1, - 866 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 37, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Eye diseases (including trachoma)", - 1, - 867 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 38, - "Febrile convulsions", - "", - "Febrile convulsions", - "", - "", - "", - "", - "", - "", - "Febrile convulsion", - "", - "", - "", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Febrile convulsions", - 1, - 868 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 39, - "Gynaecological cases", - "", - "Gynaecological cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Gynaecological cases", - 1, - 869 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 40, - "Hepatitis A", - "", - "Hepatitis A", - "", - "", - "", - "", - "", - "", - "Hepatitis A", - "", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis A", - 1, - 870 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 41, - "Hepatitis B", - "", - "Hepatitis B", - "", - "", - "", - "", - "", - "", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis B", - 1, - 871 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 42, - "Hepatitis Delta", - "", - "Hepatitis Delta", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis Delta", - 1, - 872 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 43, - "Hepatitis E", - "", - "Hepatitis E", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hepatitis E", - 1, - 873 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 44, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|HIV Infection confirmed", - 1, - 874 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 45, - "Hyperglycemia", - "", - "Hyperglycemia", - "", - "", - "", - "", - "", - "", - "Hyperglycaemia", - "", - "", - "", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hyperglycemia", - 1, - 875 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 46, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hyperreactive splenomegaly due to malaria", - 1, - 876 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 47, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - "", - "", - "", - "MSF-AAAAAA000000000000000608", - 96, - "", - "", - "", - "", - "", - "", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hypoglycemia", - 1, - 877 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 48, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - "", - "", - "", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - "", - "", - "", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Hypovolemic shock", - 1, - 878 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 49, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - "", - "", - "", - "", - "", - "", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Infectious diseases not otherwise classified", - 1, - 879 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 50, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Lower respiratory tract infection", - 1, - 880 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 51, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Measles (complicated)", - 1, - 881 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 52, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Measles (uncomplicated)", - 1, - 882 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 53, - "Meningeal TB", - "", - "Meningeal TB", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Meningeal TB", - 1, - 883 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 54, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Meningitis unspecified", - 1, - 884 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 55, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Mental and psychiatric conditions", - 1, - 885 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 56, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - "", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Moderate acute malnutrition", - 1, - 886 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 57, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Musculoskeletal conditions (infectious origin)", - 1, - 887 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 58, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Musculoskeletal conditions (non-infectious)", - 1, - 888 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 59, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Necrotizing & bullous skin infections", - 1, - 889 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 60, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neglected tropical diseases", - 1, - 890 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 61, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - "", - "", - "", - "", - "", - "", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal conjunctivitis", - 1, - 891 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 62, - "Neonatal convulsions", - "", - "Neonatal convulsions", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal convulsions", - 1, - 892 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 63, - "Neonatal jaundice", - "", - "Neonatal jaundice", - "", - "", - "", - "", - "", - "", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal jaundice", - 1, - 893 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 64, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal meconial aspiration", - 1, - 894 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 65, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - "", - "", - "", - "", - "", - "", - "Neonatal Necrotising Enterocolitis", - "", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal Necrotizing Enterocolitis", - 1, - 895 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 66, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal pneumonia", - 1, - 896 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 67, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal pneumothorax", - 1, - 897 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 68, - "Neonatal tetanus", - "", - "Neonatal tetanus", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal tetanus", - 1, - 898 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 69, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Neonatal tuberculosis", - 1, - 899 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 70, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 900 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 71, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Newborn to an HIV+ mother", - 1, - 901 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 72, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non cardiac congenital pathology", - 1, - 902 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 73, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non urgent surgical conditions", - 1, - 903 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 74, - "Non violence-related injuries", - "", - "Non violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Non violence-related injuries", - 1, - 904 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 75, - "Observation", - "", - "Observation", - "", - "", - "", - "", - "", - "", - "Observation ward", - "", - "", - "", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Observation", - 1, - 905 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 76, - "Obstetric cases", - "", - "Obstetric cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Obstetric cases", - 1, - 906 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 77, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Oral and digestive severe candidiasis", - 1, - 907 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 78, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other bites and stings", - 1, - 908 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 79, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other neurological conditions", - 1, - 909 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 80, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other non communicable diseases", - 1, - 910 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 81, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Other symptoms and abnor. clinical / lab findings", - 1, - 911 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 82, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Others", - 1, - 912 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 83, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Perinatal asphyxia and complications", - 1, - 913 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 84, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Persistent fever ( >7 days)", - 1, - 914 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 85, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - "", - "", - "", - "", - "", - "", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Poliomyelitis confirmed", - 1, - 915 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 86, - "Post surgical infections", - "", - "Post surgical infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Post surgical infections", - 1, - 916 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 87, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Prematurity and or low birth weight", - 1, - 917 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 88, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Pulmonary tuberculosis", - 1, - 918 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 89, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Rabies", - 1, - 919 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 90, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - "", - "", - "", - "", - "", - "", - "Rheumatic heart disease", - "", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Rheumatic heart disease", - 1, - 920 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 91, - "Risk of sepsis", - "", - "Risk of sepsis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Risk of sepsis", - 1, - 921 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 92, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Septic shock", - 1, - 922 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 93, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 923 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 94, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 924 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 95, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - "", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus)", - 1, - 925 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 96, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - "", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe anaemia", - 1, - 926 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 97, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe dehydration", - 1, - 927 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 98, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Severe malaria", - 1, - 928 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 99, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - "", - "", - "", - "MSF-AAAAAA000000000000000713", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sexual violence / rape", - 1, - 929 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 100, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sexually transmitted disease (STI)", - 1, - 930 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 101, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Shigellosis - Salmonellosis", - 1, - 931 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 102, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Shock uspecified", - 1, - 932 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 103, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - "", - "", - "", - "", - "", - "", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Sickle cell disease", - 1, - 933 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 104, - "Simple malaria", - "", - "Simple malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Simple malaria", - 1, - 934 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 105, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Skin and soft tissue conditions", - 1, - 935 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 106, - "Snake bites", - "", - "Snake bites", - "", - "", - "", - "", - "", - "", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Snake bites", - 1, - 936 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 107, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Substance abuse / dependency", - 1, - 937 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 108, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Suspected or confirmed malignancy", - 1, - 938 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 109, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - "", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Tetanus", - 1, - 939 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 110, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Toxicity / poisoning", - 1, - 940 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 111, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Transient tachypnoea of the newborn", - 1, - 941 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 112, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Typhoid fever", - 1, - 942 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 113, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Upper respiratory tract infection", - 1, - 943 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 114, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - "", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Urgent surgical conditions", - 1, - 944 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 115, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Urolithiasis / Renal colic", - 1, - 945 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 116, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|UTI and renal tract acute pathology", - 1, - 946 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 117, - "Varicella", - "", - "Varicella", - "", - "", - "", - "", - "", - "", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Varicella", - 1, - 947 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 118, - "Violence-related injuries", - "", - "Violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Violence-related injuries", - 1, - 948 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 119, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Viral haemorrhagic fevers", - 1, - 949 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 120, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Visceral leishmaniasis", - 1, - 950 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 121, - "Vit A deficiency", - "", - "Vit A deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit A deficiency", - 1, - 951 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 122, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit B complex deficiency", - 1, - 952 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 123, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit C deficiency (scurvy)", - 1, - 953 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 124, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Vit D deficiency (rickets)", - 1, - 954 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 125, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Whooping cough", - 1, - 955 - ], - [ - 95, - "Diagnosis - Malnutrition", - "", - "Coded", - 126, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - "", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Diagnosis - Malnutrition|Yellow fever", - 1, - 956 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute asthma", - "UoCC4TyaYZp", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute asthma", - 1, - 957 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - "", - "", - "", - "MSF-AAAAAA000000000000000512", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute diarrhea (bloody)", - "bXbATZn7QwE", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute diarrhea (bloody)", - 1, - 958 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute diarrhea (non-bloody)", - "FltwCRejivF", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute diarrhea (non-bloody)", - 1, - 959 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute febrile illness (=<7 days)", - "fgeCTh9601Z", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute febrile illness (=<7 days)", - 1, - 960 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - "", - "", - "", - "", - "", - "", - "Acute flaccid paralysis", - "", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute flaccid paralysis", - "r8U660ApU51", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute flaccid paralysis", - 1, - 961 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - "", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Acute jaundice syndrome", - "PkeGHY5X4hR", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Acute jaundice syndrome", - 1, - 962 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 7, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Apnoea of prematurity", - "A07QEdOGULT", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Apnoea of prematurity", - 1, - 963 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 8, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bacterial meningitis", - "ELkTBWRtnbU", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bacterial meningitis", - 1, - 964 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 9, - "Birth injury", - "", - "Birth injury", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Birth injury", - "FtoAE4Ckgdc", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Birth injury", - 1, - 965 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 10, - "Bronchiolitis obstructive bronchitis", - "", - "Bronchiolitis obstructive bronchitis", - "", - "", - "", - "", - "", - "", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bronchiolitis obstructive bronchitis", - "LAu8p10eBf1", - "bronchiolitis_obstructive_bronchitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bronchiolitis obstructive bronchitis", - 1, - 966 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 11, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Bronchospasm", - "AKJv8tPOPfq", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Bronchospasm", - 1, - 967 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 12, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Burns", - "Z0JCjHGqNaj", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Burns", - 1, - 968 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 13, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cardiogenic shock", - "IwBXvTC07X4", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cardiogenic shock", - 1, - 969 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 14, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - "", - "", - "", - "", - "", - "", - "Cerebral palsy", - "", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cerebral palsy - Neuro disability", - "r8tFgDoOtCP", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cerebral palsy - Neuro disability", - 1, - 970 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 15, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cholera (suspected)", - "YKzNEhC9cq3", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cholera (suspected)", - 1, - 971 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 16, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - "", - "", - "", - "", - "", - "", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cholera confirmed", - "eyfVX0CSq4s", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cholera confirmed", - 1, - 972 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 17, - "Complicated ear infection", - "", - "Complicated ear infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Complicated ear infection", - "Tj93mBtUkhu", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Complicated ear infection", - 1, - 973 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 18, - "Complications of SCD", - "", - "Complications of SCD", - "", - "", - "", - "", - "", - "", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Complications of SCD", - "EO0bo8A7qDk", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Complications of SCD", - 1, - 974 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 19, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital herpes virus infection", - "B02tG0t2ZiN", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital herpes virus infection", - 1, - 975 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 20, - "Congenital malaria", - "", - "Congenital malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital malaria", - "pXF4knGswXw", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital malaria", - 1, - 976 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 21, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital or acquired cardiac pathology", - "nvQpfHzvu6A", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital or acquired cardiac pathology", - 1, - 977 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 22, - "Congenital syphilis", - "", - "Congenital syphilis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congenital syphilis", - "qvaVyj95GlX", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congenital syphilis", - 1, - 978 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 23, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Congestive Heart Failure", - "vNvbx4qpkUa", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Congestive Heart Failure", - 1, - 979 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 24, - "COPD", - "", - "COPD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "COPD", - "sCGnq3NK2Xy", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|COPD", - 1, - 980 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 25, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Covid-19 confirmed", - "m62n1ZUQGHF", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Covid-19 confirmed", - 1, - 981 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 26, - "Covid-19 probable", - "", - "Covid-19 probable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Covid-19 probable", - "IUjXXVageyU", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Covid-19 probable", - 1, - 982 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 27, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - "", - "", - "", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - "", - "", - "", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Cutaneous leishmaniosis", - "pycPdcwaYgI", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Cutaneous leishmaniosis", - 1, - 983 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 28, - "Dengue confirmed", - "", - "Dengue confirmed", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dengue confirmed", - "CnHndylBSN3", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dengue confirmed", - 1, - 984 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 29, - "Dengue suspected", - "", - "Dengue suspected", - "", - "", - "", - "", - "", - "", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dengue suspected", - "sCqcBysQAon", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dengue suspected", - 1, - 985 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 30, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diabetes type 2 and complications", - "jQhAo2FVD69", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diabetes type 2 and complications", - 1, - 986 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 31, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - "", - "", - "", - "", - "", - "", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diabetes Type I and complications", - "CzGkEukFnE5", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diabetes Type I and complications", - 1, - 987 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 32, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - "", - "", - "", - "", - "", - "", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diarrhea (persistent)", - "apvC5aiDSgV", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diarrhea (persistent)", - 1, - 988 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 33, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Diphtheria", - "MtXYrdYlGOy", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Diphtheria", - 1, - 989 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 34, - "Dog bite", - "", - "Dog bite", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Dog bite", - "rohyQ83YCPY", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Dog bite", - 1, - 990 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 35, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Epilepsy - Seizures", - "JmfXWcy056y", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Epilepsy - Seizures", - 1, - 991 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 36, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - "", - "", - "", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - "", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Extra pulmonary tuberculosis", - "gNDMXmSlxY5", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Extra pulmonary tuberculosis", - 1, - 992 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 37, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Eye diseases (including trachoma)", - "anzGBpfOjIE", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Eye diseases (including trachoma)", - 1, - 993 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 38, - "Febrile convulsions", - "", - "Febrile convulsions", - "", - "", - "", - "", - "", - "", - "Febrile convulsion", - "", - "", - "", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Febrile convulsions", - "cEFdvYz974J", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Febrile convulsions", - 1, - 994 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 39, - "Gynaecological cases", - "", - "Gynaecological cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Gynaecological cases", - "jznqlCDB7bD", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Gynaecological cases", - 1, - 995 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 40, - "Hepatitis A", - "", - "Hepatitis A", - "", - "", - "", - "", - "", - "", - "Hepatitis A", - "", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis A", - "ukKcORm1F6S", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis A", - 1, - 996 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 41, - "Hepatitis B", - "", - "Hepatitis B", - "", - "", - "", - "", - "", - "", - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis B", - "lIUb0EAK51H", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis B", - 1, - 997 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 42, - "Hepatitis Delta", - "", - "Hepatitis Delta", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis Delta", - "hduXSHS4szJ", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis Delta", - 1, - 998 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 43, - "Hepatitis E", - "", - "Hepatitis E", - "", - "", - "", - "", - "", - "", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hepatitis E", - "QwzXUJbzLXH", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hepatitis E", - 1, - 999 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 44, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "HIV Infection confirmed", - "pUhMekDUu7f", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|HIV Infection confirmed", - 1, - 1000 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 45, - "Hyperglycemia", - "", - "Hyperglycemia", - "", - "", - "", - "", - "", - "", - "Hyperglycaemia", - "", - "", - "", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hyperglycemia", - "SUvj2pUJRFh", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hyperglycemia", - 1, - 1001 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 46, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hyperreactive splenomegaly due to malaria", - "X7Sk4ow3iI8", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hyperreactive splenomegaly due to malaria", - 1, - 1002 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 47, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - "", - "", - "", - "MSF-AAAAAA000000000000000608", - 96, - "", - "", - "", - "", - "", - "", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hypoglycemia", - "WeuqO510vgS", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hypoglycemia", - 1, - 1003 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 48, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - "", - "", - "", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - "", - "", - "", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Hypovolemic shock", - "EcBzdm2aQ23", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Hypovolemic shock", - 1, - 1004 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 49, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - "", - "", - "", - "", - "", - "", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Infectious diseases not otherwise classified", - "NRRuczCFMMF", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Infectious diseases not otherwise classified", - 1, - 1005 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 50, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Lower respiratory tract infection", - "qc8bQZ5WivT", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Lower respiratory tract infection", - 1, - 1006 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 51, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Measles (complicated)", - "NBydum9qcq6", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Measles (complicated)", - 1, - 1007 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 52, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Measles (uncomplicated)", - "Mzk9OdBug0o", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Measles (uncomplicated)", - 1, - 1008 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 53, - "Meningeal TB", - "", - "Meningeal TB", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Meningeal TB", - "FMpzSLis7mi", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Meningeal TB", - 1, - 1009 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 54, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Meningitis unspecified", - "NzNRwhQ9cvG", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Meningitis unspecified", - 1, - 1010 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 55, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Mental and psychiatric conditions", - "K7PAEOyTRcr", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Mental and psychiatric conditions", - 1, - 1011 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 56, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - "", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Moderate acute malnutrition", - "TwYur55ToIF", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Moderate acute malnutrition", - 1, - 1012 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 57, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Musculoskeletal conditions (infectious origin)", - "VWHtY3nz3Rw", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (infectious origin)", - 1, - 1013 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 58, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Musculoskeletal conditions (non-infectious)", - "y0cWH3jWDqM", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (non-infectious)", - 1, - 1014 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 59, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Necrotizing & bullous skin infections", - "lEkrxTnPMAm", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Necrotizing & bullous skin infections", - 1, - 1015 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 60, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neglected tropical diseases", - "LRNoNQQkUyp", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neglected tropical diseases", - 1, - 1016 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 61, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - "", - "", - "", - "", - "", - "", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal conjunctivitis", - "l7uIiP3Evps", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal conjunctivitis", - 1, - 1017 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 62, - "Neonatal convulsions", - "", - "Neonatal convulsions", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal convulsions", - "vUf0E6IPcTZ", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal convulsions", - 1, - 1018 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 63, - "Neonatal jaundice", - "", - "Neonatal jaundice", - "", - "", - "", - "", - "", - "", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal jaundice", - "XLcSqtMfBxM", - "neonatal-jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal jaundice", - 1, - 1019 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 64, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal meconial aspiration", - "iSr0WOSmT9U", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal meconial aspiration", - 1, - 1020 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 65, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - "", - "", - "", - "", - "", - "", - "Neonatal Necrotising Enterocolitis", - "", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal Necrotizing Enterocolitis", - "Jgx0hYetHaY", - "neonatal_necrotizing_nterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal Necrotizing Enterocolitis", - 1, - 1021 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 66, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal pneumonia", - "wa1RG3wnht0", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal pneumonia", - 1, - 1022 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 67, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal pneumothorax", - "s0XrcXrOnQ8", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal pneumothorax", - 1, - 1023 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 68, - "Neonatal tetanus", - "", - "Neonatal tetanus", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal tetanus", - "luBkSC1qQbJ", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal tetanus", - 1, - 1024 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 69, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - "", - "", - "", - "", - "", - "", - "Neon", - "", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Neonatal tuberculosis", - "djiIx7NnwaX", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Neonatal tuberculosis", - 1, - 1025 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 70, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "ZcyurITHZes", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1026 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 71, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Newborn to an HIV+ mother", - "yjJN567GnYG", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Newborn to an HIV+ mother", - 1, - 1027 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 72, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non cardiac congenital pathology", - "nXAR0YWa21v", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non cardiac congenital pathology", - 1, - 1028 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 73, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non urgent surgical conditions", - "wyOWCkIW4RI", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non urgent surgical conditions", - 1, - 1029 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 74, - "Non violence-related injuries", - "", - "Non violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Non violence-related injuries", - "kFutLc3yZOe", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Non violence-related injuries", - 1, - 1030 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 75, - "Observation", - "", - "Observation", - "", - "", - "", - "", - "", - "", - "Observation ward", - "", - "", - "", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Observation", - "HjPEDuITUwp", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Observation", - 1, - 1031 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 76, - "Obstetric cases", - "", - "Obstetric cases", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Obstetric cases", - "iI55Apf1fRF", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Obstetric cases", - 1, - 1032 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 77, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Oral and digestive severe candidiasis", - "aoQ6D9x6KLI", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Oral and digestive severe candidiasis", - 1, - 1033 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 78, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other bites and stings", - "Jm9wyH1SUvC", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other bites and stings", - 1, - 1034 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 79, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other neurological conditions", - "BIuSr3FxBRn", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other neurological conditions", - 1, - 1035 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 80, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other non communicable diseases", - "VtHhILJkLdJ", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other non communicable diseases", - 1, - 1036 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 81, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other symptoms and abnor. clinical / lab findings", - "JI4uetxlZEi", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other symptoms and abnor. clinical / lab findings", - 1, - 1037 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 82, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Others", - "OjK1cMG8jkk", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Others", - 1, - 1038 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 83, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Perinatal asphyxia and complications", - "g0EI2QmcpdA", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Perinatal asphyxia and complications", - 1, - 1039 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 84, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Persistent fever ( >7 days)", - "whyu4NpVxPn", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Persistent fever ( >7 days)", - 1, - 1040 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 85, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - "", - "", - "", - "", - "", - "", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Poliomyelitis confirmed", - "HT9ZZ93rKmF", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Poliomyelitis confirmed", - 1, - 1041 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 86, - "Post surgical infections", - "", - "Post surgical infections", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Post surgical infections", - "LaFNaIRr31Y", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Post surgical infections", - 1, - 1042 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 87, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Prematurity and or low birth weight", - "QXUq8rmuwY6", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Prematurity and or low birth weight", - 1, - 1043 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 88, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Pulmonary tuberculosis", - "ymehGVfxIuX", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Pulmonary tuberculosis", - 1, - 1044 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 89, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Rabies", - "talayTpKnQj", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Rabies", - 1, - 1045 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 90, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - "", - "", - "", - "", - "", - "", - "Rheumatic heart disease", - "", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Rheumatic heart disease", - "pt0OH3jp5Ne", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Rheumatic heart disease", - 1, - 1046 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 91, - "Risk of sepsis", - "", - "Risk of sepsis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Risk of sepsis", - "MZ53av22vaw", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Risk of sepsis", - 1, - 1047 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 92, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Septic shock", - "L6lauJp2IIF", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Septic shock", - 1, - 1048 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 93, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Kwashiorkor)", - "JSPmBf2xyfH", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1049 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 94, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "SpoQWgDPyqx", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1050 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 95, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - "", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe Acute Malnutrition (Marasmus)", - "wAn3mqCpiiC", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus)", - 1, - 1051 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 96, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - "", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe anaemia", - "vlEFy6xowzU", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe anaemia", - 1, - 1052 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 97, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe dehydration", - "GBQyB8xsCAw", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe dehydration", - 1, - 1053 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 98, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Severe malaria", - "EwKSGhZtPfR", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Severe malaria", - 1, - 1054 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 99, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - "", - "", - "", - "MSF-AAAAAA000000000000000713", - 95, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sexual violence / rape", - "lovYBi9o5Tp", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sexual violence / rape", - 1, - 1055 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 100, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sexually transmitted disease (STI)", - "fy6qMKLMIjI", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sexually transmitted disease (STI)", - 1, - 1056 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 101, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Shigellosis - Salmonellosis", - "zE90IarojUU", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Shigellosis - Salmonellosis", - 1, - 1057 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 102, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Shock uspecified", - "nM58w8K8cVo", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Shock uspecified", - 1, - 1058 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 103, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - "", - "", - "", - "", - "", - "", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Sickle cell disease", - "L7N8qGvq28k", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Sickle cell disease", - 1, - 1059 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 104, - "Simple malaria", - "", - "Simple malaria", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Simple malaria", - "F0ByKIAMrVs", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Simple malaria", - 1, - 1060 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 105, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Skin and soft tissue conditions", - "xXMvb2TUtMW", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Skin and soft tissue conditions", - 1, - 1061 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 106, - "Snake bites", - "", - "Snake bites", - "", - "", - "", - "", - "", - "", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Snake bites", - "iRgUBoH1pvK", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Snake bites", - 1, - 1062 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 107, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Substance abuse / dependency", - "ZDJi3kMhfDG", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Substance abuse / dependency", - 1, - 1063 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 108, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - "", - "", - "", - "", - "", - "", - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Suspected or confirmed malignancy", - "qcv5pPyiaim", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Suspected or confirmed malignancy", - 1, - 1064 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 109, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - "", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Tetanus", - "pTa1B1wYeLe", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Tetanus", - 1, - 1065 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 110, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Toxicity / poisoning", - "WINiS5BkeKv", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Toxicity / poisoning", - 1, - 1066 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 111, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Transient tachypnoea of the newborn", - "FKg2FRM2PtQ", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Transient tachypnoea of the newborn", - 1, - 1067 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 112, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Typhoid fever", - "hOrtW9hFrki", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Typhoid fever", - 1, - 1068 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 113, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Upper respiratory tract infection", - "DoUIBmauj9E", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Upper respiratory tract infection", - 1, - 1069 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 114, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - "", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Urgent surgical conditions", - "jFUECw4W9aF", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Urgent surgical conditions", - 1, - 1070 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 115, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Urolithiasis / Renal colic", - "sSW1cbhBzhW", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Urolithiasis / Renal colic", - 1, - 1071 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 116, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "UTI and renal tract acute pathology", - "qTBmkavG2bG", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|UTI and renal tract acute pathology", - 1, - 1072 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 117, - "Varicella", - "", - "Varicella", - "", - "", - "", - "", - "", - "", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Varicella", - "dgIaklTiH6m", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Varicella", - 1, - 1073 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 118, - "Violence-related injuries", - "", - "Violence-related injuries", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Violence-related injuries", - "mrfLmzfhU5n", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Violence-related injuries", - 1, - 1074 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 119, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Viral haemorrhagic fevers", - "J0j4TX9lqqX", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Viral haemorrhagic fevers", - 1, - 1075 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 120, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Visceral leishmaniasis", - "Cjt04G2FlMe", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Visceral leishmaniasis", - 1, - 1076 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 121, - "Vit A deficiency", - "", - "Vit A deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit A deficiency", - "WyRZR3PNn2u", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit A deficiency", - 1, - 1077 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 122, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit B complex deficiency", - "zUNsdaOjgcv", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit B complex deficiency", - 1, - 1078 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 123, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit C deficiency (scurvy)", - "JATciD21DwF", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit C deficiency (scurvy)", - 1, - 1079 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 124, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Vit D deficiency (rickets)", - "za2LmUraSRD", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Vit D deficiency (rickets)", - 1, - 1080 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 125, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Whooping cough", - "LnWb3O0ELPp", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Whooping cough", - 1, - 1081 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 126, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - "", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Yellow fever", - "QJo7brpXC3Z", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Yellow fever", - 1, - 1082 - ], - [ - 96, - "Diagnosis - Malnutrition - Main", - "", - "Coded", - 127, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Most serious", - "nP6DZ15RiCr", - "Medical - Pediatrics/Nutrition - Most serious", - "BOwk0BqI0f6", - "Other neonatal conditions", - "vW26SgsyQYB", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Main|Other neonatal conditions", - 1, - 1083 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute asthma", - "Ezrxj8sEVkd", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute asthma", - 1, - 1084 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute diarrhea (bloody)", - "wHIjteuw2Gc", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (bloody)", - 1, - 1085 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute diarrhea (non-bloody)", - "ZocSqLhwlHA", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (non-bloody)", - 1, - 1086 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute febrile illness (=<7 days)", - "GLs13BnQURD", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute febrile illness (=<7 days)", - 1, - 1087 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute flaccid paralysis", - "MJFGttGUaVX", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute flaccid paralysis", - 1, - 1088 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Acute jaundice syndrome", - "cqz1DZNiiWp", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Acute jaundice syndrome", - 1, - 1089 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 7, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bacterial meningitis", - "ZKCmk9TMON5", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bacterial meningitis", - 1, - 1090 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 8, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Burns", - "CM6bNqQE9tk", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Burns", - 1, - 1091 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 9, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cholera (suspected)", - "IrqkKXJ9pL5", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cholera (suspected)", - 1, - 1092 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 10, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cholera confirmed", - "fl3hbTSUUvY", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cholera confirmed", - 1, - 1093 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 11, - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Complicated ear infection", - "tNBupLHGkO1", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Complicated ear infection", - 1, - 1094 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 12, - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Complications of SCD", - "qqdK48VF9V3", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Complications of SCD", - 1, - 1095 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 13, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital or acquired cardiac pathology", - "IQ2vP5mMPRC", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital or acquired cardiac pathology", - 1, - 1096 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 14, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congestive Heart Failure", - "YzS1SrJkpfD", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congestive Heart Failure", - 1, - 1097 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 15, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cutaneous leishmaniosis", - "c9sqPdQq6gZ", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cutaneous leishmaniosis", - 1, - 1098 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 16, - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dengue confirmed", - "JTeymbhEwKU", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dengue confirmed", - 1, - 1099 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 17, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diabetes type 2 and complications", - "Xh2f6F0VSwN", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diabetes type 2 and complications", - 1, - 1100 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 18, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diabetes Type I and complications", - "FQ2EF6qyD3P", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diabetes Type I and complications", - 1, - 1101 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 19, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diarrhea (persistent)", - "T4ZsFEUKokD", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diarrhea (persistent)", - 1, - 1102 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 20, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Diphtheria", - "TomHTmV7UU6", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Diphtheria", - 1, - 1103 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 21, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Epilepsy - Seizures", - "l3tXrwEXhZv", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Epilepsy - Seizures", - 1, - 1104 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 22, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Extra pulmonary tuberculosis", - "hWuPwQ7mo2s", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Extra pulmonary tuberculosis", - 1, - 1105 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 23, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Eye diseases (including trachoma)", - "KHqb5KzJjv2", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Eye diseases (including trachoma)", - 1, - 1106 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 24, - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Gynaecological cases", - "b6GZG7ray6L", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Gynaecological cases", - 1, - 1107 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 25, - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis A", - "DoJ8USwbWAC", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis A", - 1, - 1108 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 26, - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis B", - "LWL1kdtU2G1", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis B", - 1, - 1109 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 27, - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis Delta", - "Ih6U6uYFdnf", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis Delta", - 1, - 1110 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 28, - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hepatitis E", - "TVoVhSXLq5s", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hepatitis E", - 1, - 1111 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 29, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "HIV Infection confirmed", - "egbcyosmS3z", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|HIV Infection confirmed", - 1, - 1112 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 30, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hyperreactive splenomegaly due to malaria", - "h2QoZAOi0Vl", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hyperreactive splenomegaly due to malaria", - 1, - 1113 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 31, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Infectious diseases not otherwise classified", - "KUUbE0XOsc2", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Infectious diseases not otherwise classified", - 1, - 1114 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 32, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Lower respiratory tract infection", - "mJv2EIUspLf", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Lower respiratory tract infection", - 1, - 1115 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 33, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Measles (complicated)", - "JMuui1OC4qm", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Measles (complicated)", - 1, - 1116 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 34, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Measles (uncomplicated)", - "F0jfwkECwC6", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Measles (uncomplicated)", - 1, - 1117 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 35, - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Meningeal TB", - "A23Hei7Aqa7", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Meningeal TB", - 1, - 1118 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 36, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Meningitis unspecified", - "f08qUA7VdA8", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Meningitis unspecified", - 1, - 1119 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 37, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Mental and psychiatric conditions", - "BSHRS8ImQPt", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Mental and psychiatric conditions", - 1, - 1120 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 38, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Moderate acute malnutrition", - "vn4rkGBqxVZ", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Moderate acute malnutrition", - 1, - 1121 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 39, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Musculoskeletal conditions (infectious origin)", - "k34KHbDpceV", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (infectious origin)", - 1, - 1122 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 40, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Musculoskeletal conditions (non-infectious)", - "eeIIBA68Qqp", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (non-infectious)", - 1, - 1123 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 41, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Necrotizing & bullous skin infections", - "sDZNxSTQR8R", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Necrotizing & bullous skin infections", - 1, - 1124 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 42, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neglected tropical diseases", - "FvxHIS3jqix", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neglected tropical diseases", - 1, - 1125 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 43, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "r6eWc8I8PDe", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1126 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 44, - "Cerebral palsy/Neuro disability", - "", - "Cerebral palsy/Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cerebral palsy/Neuro disability", - "ddebsmKgy2u", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cerebral palsy/Neuro disability", - 1, - 1127 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 45, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non urgent surgical conditions", - "uwM2sVPtUde", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non urgent surgical conditions", - 1, - 1128 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 46, - "Non violence-related injuries", - "", - "Non violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non violence-related injuries", - "RV6MQD0BaW1", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non violence-related injuries", - 1, - 1129 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 47, - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Obstetric cases", - "wZFYQnbuYkr", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Obstetric cases", - 1, - 1130 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 48, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Oral and digestive severe candidiasis", - "xTrkXo0f3jr", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Oral and digestive severe candidiasis", - 1, - 1131 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 49, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Persistent fever ( >7 days)", - "oQj59DPBYel", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Persistent fever ( >7 days)", - 1, - 1132 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 50, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Poliomyelitis confirmed", - "myLcZsoMRk5", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Poliomyelitis confirmed", - 1, - 1133 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 51, - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Post surgical infections", - "YVDu8NgUd87", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Post surgical infections", - 1, - 1134 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 52, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Pulmonary tuberculosis", - "GuReX44Ib4s", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Pulmonary tuberculosis", - 1, - 1135 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 53, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Rabies", - "RDS6MJMiUtx", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Rabies", - 1, - 1136 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 54, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Kwashiorkor)", - "x8YPDz3YDwK", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1137 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 55, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "mMOlozsbqCr", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1138 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 56, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe Acute Malnutrition (Marasmus)", - "GZvCeMgWmt4", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus)", - 1, - 1139 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 57, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe malaria", - "UijCKzpfpUH", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe malaria", - 1, - 1140 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 58, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sexual violence / rape", - "LM9t0dDBnIm", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sexual violence / rape", - 1, - 1141 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 59, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sexually transmitted disease (STI)", - "Z1xeGfsZWOQ", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sexually transmitted disease (STI)", - 1, - 1142 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 60, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Shigellosis - Salmonellosis", - "r8DzuoIylch", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Shigellosis - Salmonellosis", - 1, - 1143 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 61, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Sickle cell disease", - "JFwUloySp94", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Sickle cell disease", - 1, - 1144 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 62, - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Simple malaria", - "l6PDpl6ib86", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Simple malaria", - 1, - 1145 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 63, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Skin and soft tissue conditions", - "BOFkDhGzR8P", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Skin and soft tissue conditions", - 1, - 1146 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 64, - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Snake bites", - "NaxHVYSUOyW", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Snake bites", - 1, - 1147 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 65, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Substance abuse / dependency", - "j3C7Fe8D4qu", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Substance abuse / dependency", - 1, - 1148 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 66, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Suspected or confirmed malignancy", - "WP4YznEWlNQ", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Suspected or confirmed malignancy", - 1, - 1149 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 67, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Tetanus", - "rFwJliVx1S8", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Tetanus", - 1, - 1150 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 68, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Toxicity / poisoning", - "uOjbsLAWUij", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Toxicity / poisoning", - 1, - 1151 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 69, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Typhoid fever", - "NbfUngbPEAP", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Typhoid fever", - 1, - 1152 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 70, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Upper respiratory tract infection", - "OvztRwDtrx1", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Upper respiratory tract infection", - 1, - 1153 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 71, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Urgent surgical conditions", - "BlEaw6hgBhq", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Urgent surgical conditions", - 1, - 1154 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 72, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Urolithiasis / Renal colic", - "WOUU3mmhdHZ", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Urolithiasis / Renal colic", - 1, - 1155 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 73, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "UTI and renal tract acute pathology", - "cNnfA3fFLNr", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|UTI and renal tract acute pathology", - 1, - 1156 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 74, - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Violence-related injuries", - "joxaKH5Rdul", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Violence-related injuries", - 1, - 1157 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 75, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Viral haemorrhagic fevers", - "yHVhPBKD9h2", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Viral haemorrhagic fevers", - 1, - 1158 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 76, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Visceral leishmaniasis", - "Bys1gZTxw4p", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Visceral leishmaniasis", - 1, - 1159 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 77, - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit A deficiency", - "i6JiY1PAEwc", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit A deficiency", - 1, - 1160 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 78, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit B complex deficiency", - "V8ISxvoysXS", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit B complex deficiency", - 1, - 1161 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 79, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit C deficiency (scurvy)", - "iDPCH8hTbBY", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit C deficiency (scurvy)", - 1, - 1162 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 80, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Vit D deficiency (rickets)", - "ug8Kgv37aSJ", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Vit D deficiency (rickets)", - 1, - 1163 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 81, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Whooping cough", - "VOFYxJG5Bdy", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Whooping cough", - 1, - 1164 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 82, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Yellow fever", - "RxYDFTlXi7B", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Yellow fever", - 1, - 1165 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 83, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other bites and stings", - "BbDlC8AkR76", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other bites and stings", - 1, - 1166 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 84, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other neurological conditions", - "Sla3XxqZjTc", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other neurological conditions", - 1, - 1167 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 85, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other non communicable diseases", - "IHcB7buq0Lq", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other non communicable diseases", - 1, - 1168 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 86, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other symptoms and abnor. clinical / lab findings", - "yzLYFrzUuy9", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other symptoms and abnor. clinical / lab findings", - 1, - 1169 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 87, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Others", - "wXYdnbu32bf", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Others", - 1, - 1170 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 88, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Covid-19 confirmed", - "pX0VJTMfoAj", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Covid-19 confirmed", - 1, - 1171 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 89, - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Covid-19 probable", - "HIfTGoweruV", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Covid-19 probable", - 1, - 1172 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 90, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Apnoea of prematurity", - "XiCLeKbQyoT", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Apnoea of prematurity", - 1, - 1173 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 91, - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Birth injury", - "WT20v167Xzg", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Birth injury", - 1, - 1174 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 92, - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "COPD", - "d96Q6VDDtGr", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|COPD", - 1, - 1175 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 93, - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bronchiolitis - obstructive bronchitis", - "U8prjAIzmCn", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bronchiolitis - obstructive bronchitis", - 1, - 1176 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 94, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Bronchospasm", - "C4L4qbEt5mM", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Bronchospasm", - 1, - 1177 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 95, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Cardiogenic shock", - "r8xoa1SyGBZ", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Cardiogenic shock", - 1, - 1178 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 96, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital herpes virus infection", - "rSiZA1OeamN", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital herpes virus infection", - 1, - 1179 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 97, - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital malaria", - "hGPNkM4Dk4z", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital malaria", - 1, - 1180 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 98, - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Congenital syphilis", - "nfENb30coWb", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Congenital syphilis", - 1, - 1181 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 99, - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dengue suspected", - "ikNcvpbDixr", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dengue suspected", - 1, - 1182 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 100, - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Dog bite", - "BIs1jKjLRHN", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Dog bite", - 1, - 1183 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 101, - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Febrile convulsions", - "c3O9dECIxOa", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Febrile convulsions", - 1, - 1184 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 102, - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hyperglycemia", - "p5JcLzBGNqp", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hyperglycemia", - 1, - 1185 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 103, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Hypoglycemia", - "LJVBk2Zh7hK", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Hypoglycemia", - 1, - 1186 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 104, - "hypovolemic_shock", - "", - "hypovolemic_shock", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "hypovolemic_shock", - "WnMpToZF0qr", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|hypovolemic_shock", - 1, - 1187 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 105, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal conjunctivitis", - "MOtQxxicneI", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal conjunctivitis", - 1, - 1188 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 106, - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal convulsions", - "bveva4WEwpk", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal convulsions", - 1, - 1189 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 107, - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal jaundice", - "x3e3eB13HBC", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal jaundice", - 1, - 1190 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 108, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal meconial aspiration", - "ZVbbk05skVn", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal meconial aspiration", - 1, - 1191 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 109, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal Necrotising Enterocolitis", - " ", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal Necrotizing Enterocolitis", - "CV9RoDlgn0w", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal Necrotizing Enterocolitis", - 1, - 1192 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 110, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal pneumonia", - "IuCGFWyFWFO", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumonia", - 1, - 1193 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 111, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal pneumothorax", - "NSSABF8r5q8", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumothorax", - 1, - 1194 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 112, - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal tetanus", - "TOYetOKf4MU", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal tetanus", - 1, - 1195 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 113, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Neonatal tuberculosis", - "e9GUiPSsGQC", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Neonatal tuberculosis", - 1, - 1196 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 114, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Non cardiac congenital pathology", - "GgiffxpUGcR", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Non cardiac congenital pathology", - 1, - 1197 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 115, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Newborn to an HIV+ mother", - "o7mxkyOuqRW", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Newborn to an HIV+ mother", - 1, - 1198 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 116, - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Observation", - "q9596NeqFbK", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Observation", - 1, - 1199 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 117, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Perinatal asphyxia and complications", - "C9vdUIZmji0", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Perinatal asphyxia and complications", - 1, - 1200 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 118, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Prematurity and or low birth weight", - "n5bkPzahGYv", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Prematurity and or low birth weight", - 1, - 1201 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 119, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Rheumatic heart disease", - "MndDsJKT02H", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Rheumatic heart disease", - 1, - 1202 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 120, - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Risk of sepsis", - "pOlHPAPSIwG", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Risk of sepsis", - 1, - 1203 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 121, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Septic shock", - "Z4K838xu1el", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Septic shock", - 1, - 1204 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 122, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Shock uspecified", - "DzENG1greCA", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Shock uspecified", - 1, - 1205 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 123, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe anaemia", - "rSM7i2VYQh8", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe anaemia", - 1, - 1206 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 124, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Severe dehydration", - "hvkuM6He8lg", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Severe dehydration", - 1, - 1207 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 125, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Transient tachypnoea of the newborn", - "gLpLCbuDJSU", - "transient_tachypnoea_of_the-newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Transient tachypnoea of the newborn", - 1, - 1208 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 126, - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Varicella", - "ZxWtBfYPFaS", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Varicella", - 1, - 1209 - ], - [ - 97, - "Diagnosis - Malnutrition - Secondary 1", - "", - "Coded", - 127, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 1", - "iOgoFkTPbbl", - "Medical - Pediatrics/Nutrition - Secondary 1", - "yO5N73LXKpD", - "Other neonatal conditions", - "wPLsmkaNgVw", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 1|Other neonatal conditions", - 1, - 1210 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute asthma", - "HgX3vXrvsx6", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute asthma", - 1, - 1211 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 2, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute diarrhea (bloody)", - "ZpRxFecqnwi", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (bloody)", - 1, - 1212 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 3, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute diarrhea (non-bloody)", - "zVgxlrZnnCe", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (non-bloody)", - 1, - 1213 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 4, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute febrile illness (=<7 days)", - "J8Vl7BI0QfR", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute febrile illness (=<7 days)", - 1, - 1214 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 5, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute flaccid paralysis", - "A7Ex0DFMTYf", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute flaccid paralysis", - 1, - 1215 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 6, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Acute jaundice syndrome", - "GklH62cOq2Z", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Acute jaundice syndrome", - 1, - 1216 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 7, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bacterial meningitis", - "O9xz3jtr4xg", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bacterial meningitis", - 1, - 1217 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 8, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Burns", - "oeR7NWklyjd", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Burns", - 1, - 1218 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 9, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cholera (suspected)", - "YRAU0iIbNP9", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cholera (suspected)", - 1, - 1219 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 10, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cholera confirmed", - "S46QMarDp5i", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cholera confirmed", - 1, - 1220 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 11, - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Complicated ear infection", - "zdLmANKgrGO", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Complicated ear infection", - 1, - 1221 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 12, - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Complications of SCD", - "vYDgtp7MdTr", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Complications of SCD", - 1, - 1222 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 13, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital or acquired cardiac pathology", - "Jil2qLIrVT9", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital or acquired cardiac pathology", - 1, - 1223 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 14, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congestive Heart Failure", - "Nwd22x068J2", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congestive Heart Failure", - 1, - 1224 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 15, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cutaneous leishmaniosis", - "ftXcV1u3I8T", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cutaneous leishmaniosis", - 1, - 1225 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 16, - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dengue confirmed", - "ZnlAgYg6QR4", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dengue confirmed", - 1, - 1226 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 17, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diabetes type 2 and complications", - "VrNBEbLfvq6", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diabetes type 2 and complications", - 1, - 1227 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 18, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diabetes Type I and complications", - "oSTAIVxmb13", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diabetes Type I and complications", - 1, - 1228 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 19, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diarrhea (persistent)", - "ZmSORuJ7MmO", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diarrhea (persistent)", - 1, - 1229 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 20, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Diphtheria", - "FWJi9zFnVVH", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Diphtheria", - 1, - 1230 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 21, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Epilepsy - Seizures", - "WYuwK5EiFkc", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Epilepsy - Seizures", - 1, - 1231 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 22, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Extra pulmonary tuberculosis", - "LCWIVKAGXxQ", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Extra pulmonary tuberculosis", - 1, - 1232 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 23, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Eye diseases (including trachoma)", - "yrB1txNoXdz", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Eye diseases (including trachoma)", - 1, - 1233 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 24, - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Gynaecological cases", - "UF0PmdoljJa", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Gynaecological cases", - 1, - 1234 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 25, - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis A", - "kJRN97QTpuD", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis A", - 1, - 1235 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 26, - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis B", - "oPlApOiyRNf", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis B", - 1, - 1236 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 27, - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis Delta", - "iKsXCU378GN", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis Delta", - 1, - 1237 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 28, - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hepatitis E", - "daNBQbvb4W6", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hepatitis E", - 1, - 1238 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 29, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "HIV Infection confirmed", - "h3VYXiJtitz", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|HIV Infection confirmed", - 1, - 1239 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 30, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hyperreactive splenomegaly due to malaria", - "jmVxSKHbGG8", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hyperreactive splenomegaly due to malaria", - 1, - 1240 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 31, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Infectious diseases not otherwise classified", - "xNduTQgsOKH", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Infectious diseases not otherwise classified", - 1, - 1241 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 32, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Lower respiratory tract infection", - "VmtZbSQZKWB", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Lower respiratory tract infection", - 1, - 1242 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 33, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Measles (complicated)", - "Ldgjz9C0g8E", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Measles (complicated)", - 1, - 1243 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 34, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Measles (uncomplicated)", - "YBqbmTLX7C0", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Measles (uncomplicated)", - 1, - 1244 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 35, - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Meningeal TB", - "HnTQlyQywuD", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Meningeal TB", - 1, - 1245 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 36, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Meningitis unspecified", - "LR0LHjndAXu", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Meningitis unspecified", - 1, - 1246 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 37, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Mental and psychiatric conditions", - "aG0OfBS8ueF", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Mental and psychiatric conditions", - 1, - 1247 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 38, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Moderate acute malnutrition", - "QQaqc8toFYk", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Moderate acute malnutrition", - 1, - 1248 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 39, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Musculoskeletal conditions (infectious origin)", - "bnkjJwvg6iQ", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (infectious origin)", - 1, - 1249 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 40, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Musculoskeletal conditions (non-infectious)", - "J6aEdljbxgr", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (non-infectious)", - 1, - 1250 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 41, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Necrotizing & bullous skin infections", - "utECVhpdUs4", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Necrotizing & bullous skin infections", - 1, - 1251 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 42, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neglected tropical diseases", - "NohI0zAbUc4", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neglected tropical diseases", - 1, - 1252 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 43, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "C1jvKxIjDxj", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1253 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 44, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cerebral palsy - Neuro disability", - "e8eyFjAUlQk", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cerebral palsy - Neuro disability", - 1, - 1254 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 45, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non urgent surgical conditions", - "yeEBnmqXsQl", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non urgent surgical conditions", - 1, - 1255 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 46, - "Non violence-related injuries", - "", - "Non violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non violence-related injuries", - "yIE3xuGdorT", - "non_violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non violence-related injuries", - 1, - 1256 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 47, - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Obstetric cases", - "lufXrIBxOSO", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Obstetric cases", - 1, - 1257 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 48, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Oral and digestive severe candidiasis", - "byDZOw8AhEH", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Oral and digestive severe candidiasis", - 1, - 1258 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 49, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Persistent fever ( >7 days)", - "ApD01rBFsP7", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Persistent fever ( >7 days)", - 1, - 1259 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 50, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Poliomyelitis confirmed", - "eW1xtCC90c3", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Poliomyelitis confirmed", - 1, - 1260 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 51, - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Post surgical infections", - "uGrIXRfwMwY", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Post surgical infections", - 1, - 1261 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 52, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Pulmonary tuberculosis", - "HJeN29Cv3kc", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Pulmonary tuberculosis", - 1, - 1262 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 53, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Rabies", - "nL9YgpEXOzY", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Rabies", - 1, - 1263 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 54, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Kwashiorkor)", - "NBY05tQ8hQN", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1264 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 55, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "cX41mhUP4hg", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1265 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 56, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe Acute Malnutrition (Marasmus)", - "yCOLs7TI2Yf", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus)", - 1, - 1266 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 57, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe malaria", - "RqDxjW04LBM", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe malaria", - 1, - 1267 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 58, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sexual violence / rape", - "t9OwU2PBjmi", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sexual violence / rape", - 1, - 1268 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 59, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sexually transmitted disease (STI)", - "rDDzlHmlVfb", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sexually transmitted disease (STI)", - 1, - 1269 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 60, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Shigellosis - Salmonellosis", - "C0RJm1JpNud", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Shigellosis - Salmonellosis", - 1, - 1270 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 61, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Sickle cell disease", - "QGLQEmOsLec", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Sickle cell disease", - 1, - 1271 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 62, - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Simple malaria", - "q3Grvfn9QGb", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Simple malaria", - 1, - 1272 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 63, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Skin and soft tissue conditions", - "i6qQp5uB0Ko", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Skin and soft tissue conditions", - 1, - 1273 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 64, - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Snake bites", - "It0cW5RQWpE", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Snake bites", - 1, - 1274 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 65, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Substance abuse / dependency", - "jxDmdkqUYzT", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Substance abuse / dependency", - 1, - 1275 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 66, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Suspected or confirmed malignancy", - "SEVS3rGTnWG", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Suspected or confirmed malignancy", - 1, - 1276 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 67, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Tetanus", - "Kr9r979EtHx", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Tetanus", - 1, - 1277 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 68, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Toxicity / poisoning", - "wGTjx3JO66k", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Toxicity / poisoning", - 1, - 1278 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 69, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Typhoid fever", - "ufSbySjV4nf", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Typhoid fever", - 1, - 1279 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 70, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Upper respiratory tract infection", - "UoTji9E533F", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Upper respiratory tract infection", - 1, - 1280 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 71, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Urgent surgical conditions", - "G4GBgpGBv1I", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Urgent surgical conditions", - 1, - 1281 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 72, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Urolithiasis / Renal colic", - "pbbYJwsoExK", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Urolithiasis / Renal colic", - 1, - 1282 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 73, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "UTI and renal tract acute pathology", - "hrtm8XMGsvI", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|UTI and renal tract acute pathology", - 1, - 1283 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 74, - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Violence-related injuries", - "FGVvCNrsZd6", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Violence-related injuries", - 1, - 1284 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 75, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Viral haemorrhagic fevers", - "kVOcCpX2wET", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Viral haemorrhagic fevers", - 1, - 1285 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 76, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Visceral leishmaniasis", - "mWZtlCUSfv9", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Visceral leishmaniasis", - 1, - 1286 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 77, - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit A deficiency", - "Q8QmQpMAnQ4", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit A deficiency", - 1, - 1287 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 78, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit B complex deficiency", - "K970D8cUX8q", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit B complex deficiency", - 1, - 1288 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 79, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit C deficiency (scurvy)", - "M4dWY0whWZ3", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit C deficiency (scurvy)", - 1, - 1289 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 80, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Vit D deficiency (rickets)", - "Iad4CoXnCTM", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Vit D deficiency (rickets)", - 1, - 1290 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 81, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Whooping cough", - "PJaiWyUC5Rv", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Whooping cough", - 1, - 1291 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 82, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Yellow fever", - "XTczxMr7cBC", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Yellow fever", - 1, - 1292 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 83, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other bites and stings", - "tMDEcnOrzaS", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other bites and stings", - 1, - 1293 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 84, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other neurological conditions", - "RZ6Gri5POqL", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other neurological conditions", - 1, - 1294 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 85, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other non communicable diseases", - "i3kF3xASTF0", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other non communicable diseases", - 1, - 1295 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 86, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other symptoms and abnor. clinical / lab findings", - "wo6gncCWDt8", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other symptoms and abnor. clinical / lab findings", - 1, - 1296 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 87, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Others", - "SLRzVQxrR6V", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Others", - 1, - 1297 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 88, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Covid-19 confirmed", - "lbR2rz0zKhv", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Covid-19 confirmed", - 1, - 1298 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 89, - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Covid-19 probable", - "AyulwHw3Bj7", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Covid-19 probable", - 1, - 1299 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 90, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Apnoea of prematurity", - "mNPTDvpwGn5", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Apnoea of prematurity", - 1, - 1300 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 91, - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Birth injury", - "oJP7rkoXVg1", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Birth injury", - 1, - 1301 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 92, - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bronchiolitis - obstructive bronchitis", - "Ra4H6sXRGR8", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bronchiolitis - obstructive bronchitis", - 1, - 1302 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 93, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Bronchospasm", - "gJSba9WYKcN", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Bronchospasm", - 1, - 1303 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 94, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Cardiogenic shock", - "EQCt6KPlhXh", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Cardiogenic shock", - 1, - 1304 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 95, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital herpes virus infection", - "IEWIHnBHcKW", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital herpes virus infection", - 1, - 1305 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 96, - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital malaria", - "fzD74ridSY3", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital malaria", - 1, - 1306 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 97, - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Congenital syphilis", - "VlGKbqPPcqo", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Congenital syphilis", - 1, - 1307 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 98, - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "COPD", - "VEF2GXOUCGn", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|COPD", - 1, - 1308 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 99, - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dengue suspected", - "ZcJqi7M0sIE", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dengue suspected", - 1, - 1309 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 100, - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Dog bite", - "i1cjdEToed4", - "dog_bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Dog bite", - 1, - 1310 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 101, - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Febrile convulsions", - "jP8E3Nr5ePF", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Febrile convulsions", - 1, - 1311 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 102, - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hyperglycemia", - "CSFxUSl3Lrp", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hyperglycemia", - 1, - 1312 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 103, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hypoglycemia", - "p94oukUpt38", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hypoglycemia", - 1, - 1313 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 104, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - " ", - " ", - " ", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Hypovolemic shock", - "RdQaXExPuHY", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Hypovolemic shock", - 1, - 1314 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 105, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal conjunctivitis", - "l9b20GYt8K8", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal conjunctivitis", - 1, - 1315 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 106, - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal convulsions", - "vHdiG2Glz2R", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal convulsions", - 1, - 1316 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 107, - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal jaundice", - "bz0dwSs5R8q", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal jaundice", - 1, - 1317 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 108, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal meconial aspiration", - "F7ph9cAUsjq", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal meconial aspiration", - 1, - 1318 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 109, - "Neonatal Necrotizing Enterocolitis", - "", - "Neonatal Necrotizing Enterocolitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal Necrotising Enterocolitis", - " ", - "N/A", - "Diagnosis", - "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal Necrotizing Enterocolitis", - "PEUNHffrc5r", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal Necrotizing Enterocolitis", - 1, - 1319 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 110, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal pneumonia", - "qfD7Pdor9Ke", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumonia", - 1, - 1320 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 111, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal pneumothorax", - "QnWXeiCqjvs", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumothorax", - 1, - 1321 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 112, - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal tetanus", - "y6Z1pZrll3Z", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal tetanus", - 1, - 1322 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 113, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Neonatal tuberculosis", - "hG3VHYjksd7", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Neonatal tuberculosis", - 1, - 1323 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 114, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Non cardiac congenital pathology", - "kNx7jnB8tpr", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Non cardiac congenital pathology", - 1, - 1324 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 115, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Newborn to an HIV+ mother", - "harSVfsnIAt", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Newborn to an HIV+ mother", - 1, - 1325 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 116, - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Observation", - "xW2glpN3ZdI", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Observation", - 1, - 1326 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 117, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Perinatal asphyxia and complications", - "ES9hj5pSPBm", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Perinatal asphyxia and complications", - 1, - 1327 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 118, - "Prematurity and or low birth weight", - "", - "Prematurity and or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Prematurity and or low birth weight", - "ApxIIyzZOvu", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Prematurity and or low birth weight", - 1, - 1328 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 119, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Rheumatic heart disease", - "onaykQ33cTD", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Rheumatic heart disease", - 1, - 1329 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 120, - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Risk of sepsis", - "YeQfOMYWPyl", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Risk of sepsis", - 1, - 1330 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 121, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Septic shock", - "e50oxQBEjFZ", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Septic shock", - 1, - 1331 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 122, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Shock uspecified", - "nduZ755HdUK", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Shock uspecified", - 1, - 1332 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 123, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe anaemia", - "OosWiQ14i4U", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe anaemia", - 1, - 1333 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 124, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Severe dehydration", - "I49cMnQlRYb", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Severe dehydration", - 1, - 1334 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 125, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Transient tachypnoea of the newborn", - "o0jzqeTCtcA", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Transient tachypnoea of the newborn", - 1, - 1335 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 126, - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Varicella", - "H6yZB35ROGG", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Varicella", - 1, - 1336 - ], - [ - 98, - "Diagnosis - Malnutrition - Secondary 2", - "", - "Coded", - 127, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 2", - "soY8zYvIG1S", - "Medical - Pediatrics/Nutrition - Secondary 2", - "YFS16cUz3WQ", - "Other neonatal conditions", - "PFNsVEiE3Mg", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 2|Other neonatal conditions", - 1, - 1337 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 1, - "Acute asthma", - "", - "Acute asthma", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute asthma", - "bluop7krNFI", - "acute_asthma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute asthma", - 1, - 1338 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 2, - "Non cardiac congenital pathology", - "", - "Non cardiac congenital pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Non cardiac congenital pathology", - "aVQ2oi3G43Y", - "non_cardiac_congenital_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Non cardiac congenital pathology", - 1, - 1339 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 3, - "Neonatal tuberculosis", - "", - "Neonatal tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal tuberculosis", - "b52kxhqjmV9", - "neonatal_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal tuberculosis", - 1, - 1340 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 4, - "Neonatal tetanus", - "", - "Neonatal tetanus", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Neonatal tetanus", - "Neonatal tetanus < 28 days", - "N/A", - "Diagnosis", - "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal tetanus", - "WE6lCWupEYy", - "neonatal_tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal tetanus", - 1, - 1341 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 5, - "Neonatal pneumothorax", - "", - "Neonatal pneumothorax", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal pneumothorax", - "HWfmCVKRv3I", - "neonatal_pneumothorax", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumothorax", - 1, - 1342 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 6, - "Acute diarrhea (bloody)", - "", - "Acute diarrhea (bloody)", - "Bloody diarrhea", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000512", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute diarrhea (bloody)", - "ok2FInOgsTB", - "acute_diarrhea_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (bloody)", - 1, - 1343 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 7, - "Neonatal ecrotizing enterocolitisn", - "", - "Neonatal ecrotizing enterocolitisn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal ecrotizing enterocolitisn", - "bt1b6Bxj2kF", - "neonatal_necrotizing_enterocolitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal ecrotizing enterocolitisn", - 1, - 1344 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 8, - "Neonatal meconial aspiration", - "", - "Neonatal meconial aspiration", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal meconial aspiration", - "NKVXlNCLf17", - "neonatal_meconial_aspiration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal meconial aspiration", - 1, - 1345 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 9, - "Neonatal jaundice", - "", - "Neonatal jaundice", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "Coded", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal jaundice", - "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", - "N/A", - "Diagnosis", - "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal jaundice", - "MBeU92FooY5", - "neonatal_jaundice", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal jaundice", - 1, - 1346 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 10, - "Neonatal convulsions", - "", - "Neonatal convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal convulsions", - "pJNzXChiGXl", - "neonatal_convulsions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal convulsions", - 1, - 1347 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 11, - "Neonatal conjunctivitis", - "", - "Neonatal conjunctivitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Neonatal conjunctivitis", - "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", - "N/A", - "Diagnosis", - "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal conjunctivitis", - "HT13icXo5YH", - "neonatal_conjunctivitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal conjunctivitis", - 1, - 1348 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 12, - "Neonatal pneumonia", - "", - "Neonatal pneumonia", - " ", - " ", - " ", - " ", - " ", - " ", - "Neon", - " ", - "N/A", - "Misc", - "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neonatal pneumonia", - "tFvK0JjfEok", - "neonatal_pneumonia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumonia", - 1, - 1349 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 13, - "Acute diarrhea (non-bloody)", - "", - "Acute diarrhea (non-bloody)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute diarrhea (non-bloody)", - "lefj8RM9IfZ", - "acute_diarrhea_non_bloody", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (non-bloody)", - 1, - 1350 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 14, - "Acute febrile illness (=<7 days)", - "", - "Acute febrile illness (=<7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute febrile illness (=<7 days)", - "DawDRlElB9F", - "acute_febrile_illness_<7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute febrile illness (=<7 days)", - 1, - 1351 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 15, - "Acute flaccid paralysis", - "", - "Acute flaccid paralysis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute flaccid paralysis", - " ", - "N/A", - "Diagnosis", - "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Acute flaccid paralysis", - "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", - "N/A", - "Diagnosis", - "5986f9bb-b257-43d6-9568-0172bf83eb91", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute flaccid paralysis", - "GyhzORItLY8", - "acute_flaccid_paralysis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute flaccid paralysis", - 1, - 1352 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 16, - "Acute jaundice syndrome", - "", - "Acute jaundice syndrome", - "Acute jaundice syndrome", - " ", - "None", - "Diagnosis", - "1123853b-0a4d-46f7-89e3-60a8bc21df14", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Acute jaundice syndrome", - "xcAffGbjtaI", - "acute_jaundice_syndrome", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Acute jaundice syndrome", - 1, - 1353 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 17, - "Apnoea of prematurity", - "", - "Apnoea of prematurity", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Apnoea of prematurity", - "xH3LxnnChOf", - "apnoea_of_prematurity", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Apnoea of prematurity", - 1, - 1354 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 18, - "Bacterial meningitis", - "", - "Bacterial meningitis", - "Bacterial meningitis", - "Acute bacterial infection of the meninges.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000509", - 95, - "Bacterial meningitis", - "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bacterial meningitis", - "Vijirusi vya ugonjwa unaoleta uti wa mgongo", - "N/A", - "Diagnosis", - "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bacterial meningitis", - "B9xVjlrAWHk", - "bacterial_meningitis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bacterial meningitis", - 1, - 1355 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 19, - "Birth injury", - "", - "Birth injury", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Birth injury", - "rqX77y5nyBB", - "birth_injury", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Birth injury", - 1, - 1356 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 20, - "Bronchiolitis - obstructive bronchitis", - "", - "Bronchiolitis - obstructive bronchitis", - " ", - " ", - " ", - " ", - " ", - " ", - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Bronchiolitis", - "Inflammation of the bronchioles.", - "N/A", - "Diagnosis", - "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bronchiolitis - obstructive bronchitis", - "jOVk2qkoqyy", - "bronchiolitis_obstructive_bronchitis ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bronchiolitis - obstructive bronchitis", - 1, - 1357 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 21, - "Bronchospasm", - "", - "Bronchospasm", - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000003155", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Bronchospasm", - "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", - "N/A", - "Symptom", - "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Bronchospasm", - "XagfsDBPa2U", - "bronchospasm", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Bronchospasm", - 1, - 1358 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 22, - "Burns", - "", - "Burns", - "Burns", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "N/A", - "Diagnosis", - "cd034a8b-f48a-4700-bd4a-37845f20ae30", - 90, - "Burn", - "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", - "Boolean", - "Diagnosis", - "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Burn", - "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", - "N/A", - "Diagnosis", - "3ccd21e8-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Burns", - "b7VwHnEElX4", - "burns", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Burns", - 1, - 1359 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 23, - "Cardiogenic shock", - "", - "Cardiogenic shock", - "Cardiogenic shock", - "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000523", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Cardiogenic shock", - "Shock resulting from diminution of cardiac output in heart disease.", - "N/A", - "Diagnosis", - "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cardiogenic shock", - "CLTxVpE2nyA", - "cardiogenic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cardiogenic shock", - 1, - 1360 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 24, - "Cerebral palsy - Neuro disability", - "", - "Cerebral palsy - Neuro disability", - " ", - " ", - " ", - " ", - " ", - " ", - "Cerebral palsy", - " ", - "N/A", - "Diagnosis", - "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cerebral palsy - Neuro disability", - "J80kH4PewuI", - "neuro_disability_of_any_cause", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cerebral palsy - Neuro disability", - 1, - 1361 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 25, - "Cholera (suspected)", - "", - "Cholera (suspected)", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cholera (suspected)", - "RlzumxPwBd4", - "cholera_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cholera (suspected)", - 1, - 1362 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 26, - "Cholera confirmed", - "", - "Cholera confirmed", - "Cholera", - "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000531", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Cholera", - "Vibrio infection of the colon causing massive watery diarrhoea.", - "N/A", - "Diagnosis", - "3cce870e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cholera confirmed", - "HtM1Sox2Vwj", - "cholera_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cholera confirmed", - 1, - 1363 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 27, - "Complicated ear infection", - "", - "Complicated ear infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Complicated ear infection", - "nXBWUIZslkY", - "complicated_ear_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Complicated ear infection", - 1, - 1364 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 28, - "Complications of SCD", - "", - "Complications of SCD", - " ", - " ", - " ", - " ", - " ", - " ", - "Complications", - "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", - "N/A", - "Diagnosis", - "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Complication", - "", - "N/A", - "Misc", - "84d0a344-2725-437c-a9d7-e86be508c13c", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Complications of SCD", - "POa0tRlSuBy", - "complications_of_scd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Complications of SCD", - 1, - 1365 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 29, - "Congenital herpes virus infection", - "", - "Congenital herpes virus infection", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital herpes virus infection", - "YLMeuzLogS9", - "congenital_herpes_virus_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital herpes virus infection", - 1, - 1366 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 30, - "Congenital malaria", - "", - "Congenital malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital malaria", - "QFNeWiHVebh", - "congenital_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital malaria", - 1, - 1367 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 31, - "Congenital or acquired cardiac pathology", - "", - "Congenital or acquired cardiac pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital or acquired cardiac pathology", - "AJ4Xt5rFWGv", - "congenital_or_acquired_cardiac_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital or acquired cardiac pathology", - 1, - 1368 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 32, - "Congenital syphilis", - "", - "Congenital syphilis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congenital syphilis", - "uQkCX2hOxUz", - "congenital_syphilis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congenital syphilis", - 1, - 1369 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 33, - "Congestive Heart Failure", - "", - "Congestive Heart Failure", - "Failure", - "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", - "N/A", - "Finding", - "MSF-AAAAAA000000000000001949", - 90, - "Congestive Heart Failure", - "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", - "N/A", - "Diagnosis", - "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Heart", - "The ticker, the big blood pumper", - "N/A", - "Anatomy", - "ea8c30ac-6712-4795-b4cd-1f24196186ca", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Congestive Heart Failure", - "PqbFgrmJdlD", - "congestive_heart_failure", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Congestive Heart Failure", - 1, - 1370 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 34, - "COPD", - "", - "COPD", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "COPD", - "Long term lung disease that makes breathing difficult", - "N/A", - "Diagnosis", - "be7adab0-2ed5-44d7-972e-586911b08c8e", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "COPD", - "guEVgXa3b6v", - "copd", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|COPD", - 1, - 1371 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 35, - "Covid-19 confirmed", - "", - "Covid-19 confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Covid-19 confirmed", - "ynQdWMHuVnM", - "covid_19_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Covid-19 confirmed", - 1, - 1372 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 36, - "Covid-19 probable", - "", - "Covid-19 probable", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Covid-19 probable", - "V51gp9J0zWT", - "covid_19_probable", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Covid-19 probable", - 1, - 1373 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 37, - "Cutaneous leishmaniosis", - "", - "Cutaneous leishmaniosis", - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000555", - 96, - "Cutaneous leishmaniasis", - " ", - " ", - " ", - "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Cutaneous leishmaniosis", - "q6Ae06r15Ho", - "cutaneous_leishmaniosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Cutaneous leishmaniosis", - 1, - 1374 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 38, - "Dengue confirmed", - "", - "Dengue confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dengue confirmed", - "F2XsLwIR6fG", - "dengue_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dengue confirmed", - 1, - 1375 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 39, - "Dengue suspected", - "", - "Dengue suspected", - " ", - " ", - " ", - " ", - " ", - " ", - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Dengue", - "Infeccion aguda febril", - "N/A", - "Diagnosis", - "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dengue suspected", - "rlGC8uqJdzh", - "dengue_suspected", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dengue suspected", - 1, - 1376 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 40, - "Diabetes type 2 and complications", - "", - "Diabetes type 2 and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diabetes type 2 and complications", - "n6mQ1I8sLr1", - "diabetes_type_2_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diabetes type 2 and complications", - 1, - 1377 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 41, - "Diabetes Type I and complications", - "", - "Diabetes Type I and complications", - "Diabetes", - "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000909", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Diabetes", - "Dupe of concept 175.", - "N/A", - "Diagnosis", - "edf4ecc4-44f6-457a-b561-179f4426b16a", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diabetes Type I and complications", - "LnguSPhlhvw", - "diabetes_type_1_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diabetes Type I and complications", - 1, - 1378 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 42, - "Diarrhea (persistent)", - "", - "Diarrhea (persistent)", - " ", - " ", - " ", - " ", - " ", - " ", - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "Coded", - "Diagnosis", - "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Diarrhea", - "Passage of excessively liquid or excessively frequent stools.", - "N/A", - "Diagnosis", - "3ccc6a00-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diarrhea (persistent)", - "wIdOQXkA9vZ", - "diarrhea_persistent", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diarrhea (persistent)", - 1, - 1379 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 43, - "Diphtheria", - "", - "Diphtheria", - "Diphtheria", - "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000567", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Diphtheria", - "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", - "N/A", - "Diagnosis", - "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Diphtheria", - "fHN1Fc1XE3x", - "diphtheria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Diphtheria", - 1, - 1380 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 44, - "Dog bite", - "", - "Dog bite", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Dog bite", - "Bitten by a dog.", - "N/A", - "Diagnosis", - "3cce5478-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Dog bite", - "sj85TsVZ3JX", - "dog bite", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Dog bite", - 1, - 1381 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 45, - "Epilepsy - Seizures", - "", - "Epilepsy - Seizures", - "Epilepsy", - "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000580", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "Coded", - "Diagnosis", - "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Seizure", - "Epileptic seizure of unspecified type.", - "N/A", - "Diagnosis", - "3cce938e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Epilepsy - Seizures", - "EXN5Y8Bbe4U", - "epilepsy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Epilepsy - Seizures", - 1, - 1382 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 46, - "Extra pulmonary tuberculosis", - "", - "Extra pulmonary tuberculosis", - "Extra pulmonary tuberculosis, suspect", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000584", - 95, - "Extrapulmonary tuberculosis", - " ", - "N/A", - "Diagnosis", - "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 92, - "Extra-pulmonary tuberculosis", - "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", - "Coded", - "Diagnosis", - "3cdbd670-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Extra pulmonary tuberculosis", - "w4TaclahhD4", - "extra_pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Extra pulmonary tuberculosis", - 1, - 1383 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 47, - "Eye diseases (including trachoma)", - "", - "Eye diseases (including trachoma)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Eye diseases (including trachoma)", - "FTJPLScLlnW", - "eye_diseases_including_trachoma", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Eye diseases (including trachoma)", - 1, - 1384 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 48, - "Febrile convulsions", - "", - "Febrile convulsions", - " ", - " ", - " ", - " ", - " ", - " ", - "Febrile convulsion", - " ", - " ", - " ", - "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Febrile convulsions", - "JH2GCxIGcWf", - "febrile_convulsions ", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Febrile convulsions", - 1, - 1385 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 49, - "Gynaecological cases", - "", - "Gynaecological cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Gynaecological cases", - "yjXZddwKmXl", - "gynaecological_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Gynaecological cases", - 1, - 1386 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 50, - "Hepatitis A", - "", - "Hepatitis A", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis A", - " ", - "N/A", - "Diagnosis", - "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis A", - "Liver infection with hepatitis A virus (\"infectious hepatitis\").", - "N/A", - "Diagnosis", - "3ccc7892-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis A", - "gcSNHIXe5TM", - "hepatitis_a", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis A", - 1, - 1387 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 51, - "Hepatitis B", - "", - "Hepatitis B", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis B", - " ", - "N/A", - "Diagnosis", - "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Hepatitis B", - "", - "N/A", - "Diagnosis", - "3ccc7a0e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis B", - "vWZOq83jtyI", - "hepatitis_b", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis B", - 1, - 1388 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 52, - "Hepatitis Delta", - "", - "Hepatitis Delta", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis Delta", - "CTGA8o161O9", - "hepatitis_delta", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis Delta", - 1, - 1389 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 53, - "Hepatitis E", - "", - "Hepatitis E", - " ", - " ", - " ", - " ", - " ", - " ", - "Hepatitis", - "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", - "N/A", - "Diagnosis", - "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Hepatitis", - "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", - "N/A", - "Diagnosis", - "3ccc7d2e-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hepatitis E", - "ZuuL8WkZEGq", - "hepatitis_e", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hepatitis E", - 1, - 1390 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 54, - "HIV Infection confirmed", - "", - "HIV Infection confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "HIV Infection confirmed", - "sTU8qlhaC8h", - "hiv_infection_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|HIV Infection confirmed", - 1, - 1391 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 55, - "Hyperglycemia", - "", - "Hyperglycemia", - " ", - " ", - " ", - " ", - " ", - " ", - "Hyperglycaemia", - " ", - " ", - " ", - "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 96, - "Hyperglycemia", - "Abnormally increased content of sugar in the blood.", - "N/A", - "Diagnosis", - "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hyperglycemia", - "kSePi7ROwlD", - "hyperglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hyperglycemia", - 1, - 1392 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 56, - "Hyperreactive splenomegaly due to malaria", - "", - "Hyperreactive splenomegaly due to malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hyperreactive splenomegaly due to malaria", - "Fx4Tqmp4Aum", - "hyperreactive_splenomegaly_due_to_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hyperreactive splenomegaly due to malaria", - 1, - 1393 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 57, - "Hypoglycemia", - "", - "Hypoglycemia", - "Hypoglycaemia", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000608", - 96, - " ", - " ", - " ", - " ", - " ", - " ", - "Hypoglycemia", - "clinical syndrome that results from low blood sugar.", - "N/A", - "Diagnosis", - "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hypoglycemia", - "hFiMNaLFQqq", - "hypoglycemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hypoglycemia", - 1, - 1394 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 58, - "Hypovolemic shock", - "", - "Hypovolemic shock", - "Hypovolaemic shock", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000611", - 97, - "Hypovolaemic shock", - " ", - " ", - " ", - "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 97, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Hypovolemic shock", - "zTCrtZh4N4r", - "hypovolemic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Hypovolemic shock", - 1, - 1395 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 59, - "Infectious diseases not otherwise classified", - "", - "Infectious diseases not otherwise classified", - "Infectious disease", - "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000670", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "Infectious disease", - "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Infectious diseases not otherwise classified", - "fvAf7HoLqiZ", - "infectious_diseases_not_otherwise_classified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Infectious diseases not otherwise classified", - 1, - 1396 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 60, - "Lower respiratory tract infection", - "", - "Lower respiratory tract infection", - "Lower respiratory tract infection", - "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000630", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Lower respiratory tract infection", - "lWivqa14ywH", - "lower_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Lower respiratory tract infection", - 1, - 1397 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 61, - "Measles (complicated)", - "", - "Measles (complicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Measles (complicated)", - "fA5OLx44Kqy", - "measles_complicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Measles (complicated)", - 1, - 1398 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 62, - "Measles (uncomplicated)", - "", - "Measles (uncomplicated)", - "Measles", - "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000633", - 90, - "Measles", - "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", - "N/A", - "Diagnosis", - "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Measles", - "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", - "N/A", - "Diagnosis", - "3cccaf06-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Measles (uncomplicated)", - "QSGKKKOJgJy", - "measles_uncomplicated", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Measles (uncomplicated)", - 1, - 1399 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 63, - "Meningeal TB", - "", - "Meningeal TB", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Meningeal TB", - "IYrzxMo1XdR", - "meningeal_tb", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Meningeal TB", - 1, - 1400 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 64, - "Meningitis unspecified", - "", - "Meningitis unspecified", - "Meningitis", - "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000635", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Meningitis", - "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", - "N/A", - "Diagnosis", - "3cccaab0-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Meningitis unspecified", - "SHBQIe1fUcx", - "meningitis_unspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Meningitis unspecified", - 1, - 1401 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 65, - "Mental and psychiatric conditions", - "", - "Mental and psychiatric conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Mental and psychiatric conditions", - "Tel9TSdNRKv", - "mental_and_psychiatric_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Mental and psychiatric conditions", - 1, - 1402 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 66, - "Moderate acute malnutrition", - "", - "Moderate acute malnutrition", - "Moderate acute malnutrition", - "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000639", - 95, - "Moderate acute malnutrition", - " ", - "N/A", - "Diagnosis", - "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Moderate malnutrition", - "Moderate malnutrition", - "N/A", - "Symptom/Finding", - "3cd97e34-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Moderate acute malnutrition", - "Lizb2D5tY6F", - "moderate_acute_malnutrition", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Moderate acute malnutrition", - 1, - 1403 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 67, - "Musculoskeletal conditions (infectious origin)", - "", - "Musculoskeletal conditions (infectious origin)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Musculoskeletal conditions (infectious origin)", - "C2aGaLQ7wfC", - "musculoskeletal_conditions_infectious_origin", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (infectious origin)", - 1, - 1404 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 68, - "Musculoskeletal conditions (non-infectious)", - "", - "Musculoskeletal conditions (non-infectious)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Musculoskeletal conditions (non-infectious)", - "xbsxjRVbgFt", - "musculoskeletal_conditions_non_infectious", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (non-infectious)", - 1, - 1405 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 69, - "Necrotizing & bullous skin infections", - "", - "Necrotizing & bullous skin infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Necrotizing & bullous skin infections", - "HPgk2Ttjxgu", - "necrotizing_&_bullous_skin_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Necrotizing & bullous skin infections", - 1, - 1406 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 70, - "Neglected tropical diseases", - "", - "Neglected tropical diseases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Neglected tropical diseases", - "enxyg6CNRzX", - "neglected_tropical_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Neglected tropical diseases", - 1, - 1407 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 71, - "Nephrotic Syndrome & Acute Glomerulonephritis", - "", - "Nephrotic Syndrome & Acute Glomerulonephritis", - " ", - " ", - " ", - " ", - " ", - " ", - "Acute Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Glomerulonephritis", - "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", - "N/A", - "Diagnosis", - "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Nephrotic Syndrome & Acute Glomerulonephritis", - "jDpjwjOmzYi", - "nephrotic_syndrome_&_acute_glomerulonephritis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Nephrotic Syndrome & Acute Glomerulonephritis", - 1, - 1408 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 72, - "Non urgent surgical conditions", - "", - "Non urgent surgical conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Non urgent surgical conditions", - "JS1JiSduXtv", - "non_urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Non urgent surgical conditions", - 1, - 1409 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 73, - "Obstetric cases", - "", - "Obstetric cases", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Obstetric cases", - "VdEPVcQIJ9n", - "obstetric_cases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Obstetric cases", - 1, - 1410 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 74, - "Oral and digestive severe candidiasis", - "", - "Oral and digestive severe candidiasis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Oral and digestive severe candidiasis", - "jv8EoB8Ixcc", - "oral_and_digestive_severe_candidiasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Oral and digestive severe candidiasis", - 1, - 1411 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 75, - "Other bites and stings", - "", - "Other bites and stings", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other bites and stings", - "gX2JCGQxzrk", - "other_bites_and_stings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other bites and stings", - 1, - 1412 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 76, - "Other neurological conditions", - "", - "Other neurological conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other neurological conditions", - "ltUMXNGhEq8", - "other_neurological_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other neurological conditions", - 1, - 1413 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 77, - "Other non communicable diseases", - "", - "Other non communicable diseases", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other non communicable diseases", - "ddklpeUOxUt", - "other_non_communicable_diseases", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other non communicable diseases", - 1, - 1414 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 78, - "Other symptoms and abnor. clinical / lab findings", - "", - "Other symptoms and abnor. clinical / lab findings", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other symptoms and abnor. clinical / lab findings", - "pASiyT81UCq", - "other_symptoms_and_abnor_clinical_lab_findings", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other symptoms and abnor. clinical / lab findings", - 1, - 1415 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 79, - "Others", - "", - "Others", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Others", - "Dd15skECALP", - "others", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Others", - 1, - 1416 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 80, - "Persistent fever ( >7 days)", - "", - "Persistent fever ( >7 days)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Persistent fever", - "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", - "N/A", - "Symptom/Finding", - "3ce8d9f6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Persistent fever ( >7 days)", - "HPg1Uen5FY0", - "persistent_fever_>7_days", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Persistent fever ( >7 days)", - 1, - 1417 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 81, - "Poliomyelitis confirmed", - "", - "Poliomyelitis confirmed", - " ", - " ", - " ", - " ", - " ", - " ", - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Poliomyelitis", - "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", - "N/A", - "Diagnosis", - "3ceb32b4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Poliomyelitis confirmed", - "YQ8eAJMeeJH", - "poliomyelitis_confirmed", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Poliomyelitis confirmed", - 1, - 1418 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 82, - "Post surgical infections", - "", - "Post surgical infections", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Post surgical infections", - "lQqjSIZNH5D", - "post_surgical_infections", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Post surgical infections", - 1, - 1419 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 83, - "Pulmonary tuberculosis", - "", - "Pulmonary tuberculosis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Pulmonary tuberculosis", - "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", - "Boolean", - "Diagnosis", - "3cdbd9b8-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Pulmonary tuberculosis", - "nTT9Yte9u1S", - "pulmonary_tuberculosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Pulmonary tuberculosis", - 1, - 1420 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 84, - "Rabies", - "", - "Rabies", - "Rabies", - "Clinical or microbiological diagnosis of infection due to rabies virus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000700", - 90, - "Rabies", - "A fatal viral disease caused by rabies virus.", - "N/A", - "Diagnosis", - "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Rabies", - "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", - "N/A", - "Diagnosis", - "14d11d8a-e179-4590-a35d-2eeef0eca5aa", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Rabies", - "NcqJU6GvwC2", - "rabies", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Rabies", - 1, - 1421 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 85, - "Severe Acute Malnutrition (Kwashiorkor)", - "", - "Severe Acute Malnutrition (Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Kwashiorkor)", - "lhvVc3FUCpO", - "severe_acute_malnutrition_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Kwashiorkor)", - 1, - 1422 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 86, - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Kwashiorkor", - "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", - "N/A", - "Diagnosis", - "3cde6ab6-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - "bZZNGmGmH2F", - "severe_acute_malnutrition_marasmus_kwashiorkor", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", - 1, - 1423 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 87, - "Severe Acute Malnutrition (Marasmus)", - "", - "Severe Acute Malnutrition (Marasmus)", - "Malnutrition", - "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", - "N/A", - "Diagnosis", - "05cd25b0-bbf3-4434-9cf7-54082d52683a", - 90, - "Malnutrition", - " ", - "Coded", - "Diagnosis", - "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe Acute Malnutrition (Marasmus)", - "GlOW8o3i6mR", - "severe_acute_malnutrition_marasmus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus)", - 1, - 1424 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 88, - "Severe malaria", - "", - "Severe malaria", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe malaria", - " ", - "N/A", - "Diagnosis", - "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe malaria", - "", - "N/A", - "Diagnosis", - "4baa5800-5768-4ea9-8cba-95b62f46b5d7", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe malaria", - "LmXWiBEvHwI", - "severe_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe malaria", - 1, - 1425 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 89, - "Sexual violence / rape", - "", - "Sexual violence / rape", - "Sexual Violence", - " ", - " ", - " ", - "MSF-AAAAAA000000000000000713", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sexual violence / rape", - "MvS3SDtkUeq", - "sexual_violence_rape", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sexual violence / rape", - 1, - 1426 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 90, - "Shigellosis - Salmonellosis", - "", - "Shigellosis - Salmonellosis", - "Shigellosis", - "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000715", - 90, - "Shigellosis", - "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", - "N/A", - "Diagnosis", - "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Shigellosis - Salmonellosis", - "J0DdLu2MHDs", - "shigellosis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Shigellosis - Salmonellosis", - 1, - 1427 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 91, - "Sickle cell disease", - "", - "Sickle cell disease", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000718", - 95, - " ", - " ", - " ", - " ", - " ", - " ", - "Sickle cell disease", - "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", - "N/A", - "Diagnosis", - "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sickle cell disease", - "JToZ8urVV4S", - "sickle_cell_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sickle cell disease", - 1, - 1428 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 92, - "Simple malaria", - "", - "Simple malaria", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Simple malaria", - "gZWPKGZRwcj", - "simple_malaria", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Simple malaria", - 1, - 1429 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 93, - "Skin and soft tissue conditions", - "", - "Skin and soft tissue conditions", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Skin and soft tissue conditions", - "oVCqPof3OrT", - "skin_and_soft_tissue_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Skin and soft tissue conditions", - 1, - 1430 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 94, - "Snake bites", - "", - "Snake bites", - " ", - " ", - " ", - " ", - " ", - " ", - "Snake bite", - "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", - "N/A", - "Diagnosis", - "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Snake bites", - "uYnA0pnSaib", - "snake_bites", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Snake bites", - 1, - 1431 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 95, - "Substance abuse / dependency", - "", - "Substance abuse / dependency", - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "N/A", - "Diagnosis", - "fcc01124-3d7b-4e6f-be35-50233a7f64cb", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Substance abuse", - "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", - "Coded", - "Diagnosis", - "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Substance abuse / dependency", - "KC9VbPmfCS0", - "substance_abuse_dependency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Substance abuse / dependency", - 1, - 1432 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 96, - "Suspected or confirmed malignancy", - "", - "Suspected or confirmed malignancy", - " ", - " ", - " ", - " ", - " ", - " ", - "Suspected", - " ", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Suspected", - "", - "N/A", - "Misc", - "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Suspected or confirmed malignancy", - "Qx1uLto5yEX", - "suspected_or_confirmed_malignancy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Suspected or confirmed malignancy", - 1, - 1433 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 97, - "Tetanus", - "", - "Tetanus", - "Tetanus", - "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000733", - 90, - "Tetanus", - " ", - "Coded", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Tetanus", - "", - "N/A", - "Diagnosis", - "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Tetanus", - "lIOfRgPuHgD", - "tetanus", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Tetanus", - 1, - 1434 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 98, - "Toxicity / poisoning", - "", - "Toxicity / poisoning", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Toxicity", - "Unspecified ingestion, inhalation, or other exposure to a toxic substance", - "N/A", - "Diagnosis", - "3ccccc20-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Toxicity / poisoning", - "WO1S4bWy3kR", - "toxicity_poisoning", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Toxicity / poisoning", - 1, - 1435 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 99, - "Typhoid fever", - "", - "Typhoid fever", - "Typhoid fever", - "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000748", - 95, - "Typhoid fever", - "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", - "N/A", - "Diagnosis", - "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Typhoid fever", - "ad45MmIrFgH", - "typhoid_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Typhoid fever", - 1, - 1436 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 100, - "Newborn to an HIV+ mother", - "", - "Newborn to an HIV+ mother", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Newborn to an HIV+ mother", - "Wa5DWnrKvGK", - "newborn_to_an_hiv+_mother", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Newborn to an HIV+ mother", - 1, - 1437 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 101, - "Sexually transmitted disease (STI)", - "", - "Sexually transmitted disease (STI)", - "Sexually transmitted disease", - "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000677", - 95, - "Sexually transmitted disease", - "Diseases due to or propagated by sexual contact.", - "N/A", - "Diagnosis", - "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Sexually transmitted disease (STI)", - "Lv66yP6CBue", - "sexually_transmitted_disease_sti", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Sexually transmitted disease (STI)", - 1, - 1438 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 102, - "Upper respiratory tract infection", - "", - "Upper respiratory tract infection", - "Upper respiratory tract infection", - "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000755", - 95, - "Upper respiratory infection", - "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", - "N/A", - "Diagnosis", - "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Upper respiratory infection", - "upper respiratory tract infection", - "N/A", - "Diagnosis", - "3cccf4a2-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Upper respiratory tract infection", - "hTK6DDFaG6e", - "upper_respiratory_tract_infection", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Upper respiratory tract infection", - 1, - 1439 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 103, - "Urgent surgical conditions", - "", - "Urgent surgical conditions", - "Urgent", - " ", - "None", - "Finding", - "87274dc0-3be1-4d16-ab63-75094f7dcd4f", - 90, - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Urgent surgical conditions", - "qWULOu2OfQk", - "urgent_surgical_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Urgent surgical conditions", - 1, - 1440 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 104, - "Urolithiasis / Renal colic", - "", - "Urolithiasis / Renal colic", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "Renal colic", - "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", - "N/A", - "Diagnosis", - "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Urolithiasis / Renal colic", - "OShtoAim3Wg", - "urolithiasis_renal_colic", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Urolithiasis / Renal colic", - 1, - 1441 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 105, - "UTI and renal tract acute pathology", - "", - "UTI and renal tract acute pathology", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "UTI and renal tract acute pathology", - "MjGSCSxWji8", - "uti_and_renal_tract_acute_pathology", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|UTI and renal tract acute pathology", - 1, - 1442 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 106, - "Violence-related injuries", - "", - "Violence-related injuries", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Violence-related injuries", - "NCKIOR3jQHw", - "violence_related_injuries", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Violence-related injuries", - 1, - 1443 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 107, - "Viral haemorrhagic fevers", - "", - "Viral haemorrhagic fevers", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Viral haemorrhagic fevers", - "kAgodBQdyLK", - "viral_haemorrhagic_fevers", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Viral haemorrhagic fevers", - 1, - 1444 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 108, - "Visceral leishmaniasis", - "", - "Visceral leishmaniasis", - "Visceral leishmaniasis", - "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000765", - 95, - "Visceral leishmaniasis", - "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", - "N/A", - "Diagnosis", - "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Visceral leishmaniasis", - "OWklY4z4BDt", - "visceral_leishmaniasis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Visceral leishmaniasis", - 1, - 1445 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 109, - "Vit A deficiency", - "", - "Vit A deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit A deficiency", - "CyUW5yS5Rgg", - "vit_a_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit A deficiency", - 1, - 1446 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 110, - "Vit B complex deficiency", - "", - "Vit B complex deficiency", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit B complex deficiency", - "pYEJB8o2qjA", - "vit_b_deficiency", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit B complex deficiency", - 1, - 1447 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 111, - "Vit C deficiency (scurvy)", - "", - "Vit C deficiency (scurvy)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit C deficiency (scurvy)", - "kF6LZEDgeid", - "vit_c_deficiency_scurvy", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit C deficiency (scurvy)", - 1, - 1448 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 112, - "Vit D deficiency (rickets)", - "", - "Vit D deficiency (rickets)", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Vit D deficiency (rickets)", - "W9HFlAbnhhg", - "vit_d_deficiency_rickets", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Vit D deficiency (rickets)", - 1, - 1449 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 113, - "Whooping cough", - "", - "Whooping cough", - "Whooping cough", - "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000767", - 95, - "Whooping cough", - "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", - "N/A", - "Diagnosis", - "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Whooping cough", - "U3dzpFQgcmH", - "whooping_cough", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Whooping cough", - 1, - 1450 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 114, - "Yellow fever", - "", - "Yellow fever", - "Yellow", - "Qualifier as yellow color", - "N/A", - "Misc", - "MSF-AAAAAA000000000000004669", - 90, - "Yellow fever", - " ", - "N/A", - "Diagnosis", - "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Yellow fever", - "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", - "N/A", - "Diagnosis", - "3ccca650-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Yellow fever", - "BQ0tEkOuzJ7", - "yellow_fever", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Yellow fever", - 1, - 1451 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 115, - "Observation", - "", - "Observation", - " ", - " ", - " ", - " ", - " ", - " ", - "Observation ward", - " ", - " ", - " ", - "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Observation", - "w3WM30UaV3P", - "observation", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Observation", - 1, - 1452 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 116, - "Perinatal asphyxia and complications", - "", - "Perinatal asphyxia and complications", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Perinatal asphyxia and complications", - "zPHUZb5MEJP", - "perinatal_asphyxia_and_complications", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Perinatal asphyxia and complications", - 1, - 1453 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 117, - "Prematurity and/or low birth weight", - "", - "Prematurity and/or low birth weight", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Prematurity and/or low birth weight", - "nbgZIc8oTzY", - "prematurity_and_or_low_birth_weight", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Prematurity and/or low birth weight", - 1, - 1454 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 118, - "Rheumatic heart disease", - "", - "Rheumatic heart disease", - " ", - " ", - " ", - " ", - " ", - " ", - "Rheumatic heart disease", - " ", - "N/A", - "Diagnosis", - "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Rheumatic heart disease", - "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", - "N/A", - "Diagnosis", - "3cceab1c-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Rheumatic heart disease", - "oGUhgcrpTRz", - "rheumatic_heart_disease", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Rheumatic heart disease", - 1, - 1455 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 119, - "Risk of sepsis", - "", - "Risk of sepsis", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Risk of sepsis", - "I8SfVL1ISjT", - "risk_of_sepsis", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Risk of sepsis", - 1, - 1456 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 120, - "Septic shock", - "", - "Septic shock", - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000710", - 95, - "Septic shock", - "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", - "N/A", - "Diagnosis", - "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Septic shock", - "Ppv9BTW1HUM", - "septic_shock", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Septic shock", - 1, - 1457 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 121, - "Shock uspecified", - "", - "Shock uspecified", - "Shock", - "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "MSF-AAAAAA000000000000000716", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Diagnosis", - "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Shock", - "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", - "N/A", - "Symptom", - "911c064e-5247-4017-a9fd-b30105c36052", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Shock uspecified", - "oxHISHDzfPj", - "shock_uspecified", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Shock uspecified", - 1, - 1458 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 122, - "Severe anaemia", - "", - "Severe anaemia", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe anaemia", - " ", - "N/A", - "Diagnosis", - "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "3cdefc92-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe anaemia", - "DY621CqJVK6", - "severe_anaemia", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe anaemia", - 1, - 1459 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 123, - "Severe dehydration", - "", - "Severe dehydration", - "Severe", - "High in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001889", - 90, - "Severe", - "General qualifier value for the severity assesment", - "N/A", - "Finding", - "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Severe dehydration", - "", - "N/A", - "Diagnosis", - "330d227b-fada-4b8b-a05c-ba56b8e96e19", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Severe dehydration", - "Km8nbWcG57I", - "severe_dehydration", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Severe dehydration", - 1, - 1460 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 124, - "Transient tachypnoea of the newborn", - "", - "Transient tachypnoea of the newborn", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - "", - "", - "", - "", - "", - 0, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Transient tachypnoea of the newborn", - "duWhWZ2OorT", - "transient_tachypnoea_of_the_newborn", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Transient tachypnoea of the newborn", - 1, - 1461 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 125, - "Varicella", - "", - "Varicella", - " ", - " ", - " ", - " ", - " ", - " ", - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Varicella", - "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", - "N/A", - "Diagnosis", - "3cd4e978-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Varicella", - "Dx5mvv0dua0", - "varicella", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Varicella", - 1, - 1462 - ], - [ - 99, - "Diagnosis - Malnutrition - Secondary 3", - "", - "Coded", - 126, - "Other neonatal conditions", - "", - "Other neonatal conditions", - "Other", - "A generic, descriptive, and non-coded response to a question.", - "N/A", - "Misc", - "790b41ce-e1e7-11e8-b02f-0242ac130002", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Other", - "A generic, descriptive answer which is a handwritten, non-coded response to a question.", - "N/A", - "Misc", - "3cee7fb4-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "TEXT", - "Medical - Pediatrics/Nutrition - Secondary 3", - "A5jgsQN6cg6", - "Medical - Pediatrics/Nutrition - Secondary 3", - "YMQwj0AwrJM", - "Other neonatal conditions", - "VqNHFgx2IKp", - "other_neonatal_conditions", - "", - "", - "", - "", - "", - "", - "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", - "To be validated (duplicate)", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Diagnosis - Malnutrition - Secondary 3|Other neonatal conditions", - 1, - 1463 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 1, - "Weight/Height", - "", - "", - "Height", - "Patient's height in centimeters.", - "Numeric", - "Finding", - "3fbf0612-8343-4fcd-bc20-7e9d3cb85d6f", - 90, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الوزن/الطول", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Weight/Height", - 1, - 1464 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 2, - "BMI", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|BMI", - 1, - 1465 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 3, - "MUAC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|MUAC", - 1, - 1466 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 4, - "Odema", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "جفاف العين", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Odema", - 1, - 1467 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 5, - "breastfeeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الإفطار/التغذية", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|breastfeeding", - 1, - 1468 - ], - [ - 100, - "Admission criteria", - "", - "Coded", - 6, - "Moderate + sick", - "", - "", - "Moderate", - "Average in amount, intensity, or degree.", - "N/A", - "Misc", - "MSF-AAAAAA000000000000001888", - 90, - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Moderate", - "General qualifier value of the severity", - "N/A", - "Finding", - "3cdef832-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "معتدل + مريض", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Admission criteria|Moderate + sick", - 1, - 1469 - ], - [ - 101, - "Three-levels scale", - "", - "Coded", - 1, - "+ ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| + ", - 1, - 1470 - ], - [ - 101, - "Three-levels scale", - "", - "Coded", - 2, - "++", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "++", - "Two plus result (scale of + - ++++)", - "Boolean", - "Finding", - "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| ++", - 1, - 1471 - ], - [ - 101, - "Three-levels scale", - "", - "Coded", - 3, - "+++", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "+++", - "Three plus result (scale + - ++++)", - "Boolean", - "Finding", - "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Three-levels scale| +++", - 1, - 1472 - ], - [ - 102, - "Vulnerability criteria - The child is", - "", - "Coded", - 1, - "Adopted", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "تم تبني الطفل", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Adopted", - 1, - 1473 - ], - [ - 102, - "Vulnerability criteria - The child is", - "", - "Coded", - 2, - "Twin", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطفل توأم", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Twin", - 1, - 1474 - ], - [ - 102, - "Vulnerability criteria - The child is", - "", - "Coded", - 3, - "Orphan", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "الطفل يتيم", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Vulnerability criteria - The child is|Orphan", - 1, - 1475 - ], - [ - 103, - "Test result - positive/negative", - "", - "Coded", - 1, - "Positive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "موجب", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Test result - positive/negative|Positive", - 1, - 1476 - ], - [ - 103, - "Test result - positive/negative", - "", - "Coded", - 2, - "Negative", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Arabic", - "سالب", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "To be validated", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "X", - "Test result - positive/negative|Negative", - 1, - 1477 - ], - [ - 104, - "Feeding - Phase", - "", - "Coded", - 1, - 1, - "", - 1, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|1", - 1, - 1478 - ], - [ - 104, - "Feeding - Phase", - "", - "Coded", - 2, - "Transition", - "", - "Transition", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|Transition", - 1, - 1479 - ], - [ - 104, - "Feeding - Phase", - "", - "Coded", - 3, - 2, - "", - 2, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Phase|2", - 1, - 1480 - ], - [ - 105, - "Feeding - Product", - "", - "Coded", - 1, - "F75", - "", - "F75", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|F75", - 1, - 1481 - ], - [ - 105, - "Feeding - Product", - "", - "Coded", - 2, - "F100", - "", - "F100", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|F100", - 1, - 1482 - ], - [ - 105, - "Feeding - Product", - "", - "Coded", - 3, - "Infant formula", - "", - "Infant formula", - "", - "", - "", - "", - "", - "", - "Infant formula", - "Describes a substance used to feed children.", - "Coded", - "Drug", - "5254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 95, - "Infant formula", - "Describes a substance used to feed children.", - "Coded", - "Drug", - "3ceb2c7e-26fe-102b-80cb-0017a47871b2", - 95, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Feeding - Product|Infant formula", - 1, - 1483 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 1, - 0, - "", - 0, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|0 %", - 1, - 1484 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 2, - 0.25, - "", - 0.25, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|25 %", - 1, - 1485 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 3, - 0.5, - "", - 0.5, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|50 %", - 1, - 1486 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 4, - 0.75, - "", - 0.75, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|75 %", - 1, - 1487 - ], - [ - 106, - "Meal - amount taken", - "", - "Coded", - 5, - 1, - "", - 1, - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - amount taken|100 %", - 1, - 1488 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 1, - "Absent", - "", - "Absent", - "", - "", - "", - "", - "", - "", - "Absent", - "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", - "N/A", - "Misc", - "163747AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Absent", - "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", - "N/A", - "Misc", - "b5410710-123c-49a6-8ccd-75bce3ffa4f1", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Absent", - 1, - 1489 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 2, - "Vomiting", - "", - "Vomiting", - "", - "", - "", - "", - "", - "", - "Vomiting", - "The forcible expulsion of the contents of the stomach through the mouth.", - "Coded", - "Diagnosis", - "122983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - 90, - "Vomiting", - "The forcible expulsion of the contents of the stomach through the mouth.", - "N/A", - "Diagnosis", - "3cf1c930-26fe-102b-80cb-0017a47871b2", - 90, - "Found", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Vomiting", - 1, - 1490 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 3, - "Refusal", - "", - "Refusal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Refusal", - 1, - 1491 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 4, - "Nasogastric tube", - "", - "Nasogastric tube", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|Nasogastric tube", - 1, - 1492 - ], - [ - 107, - "Meal - remark", - "", - "Coded", - 5, - "IV fluid", - "", - "IV fluid", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - 0, - "Missing", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Meal - remark|IV fluid", - 1, - 1493 - ], - [ - "", - "Outcome - Family planning", - "", - "Coded", - "", - "Child alive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Outcome - Family planning|Child alive", - 1, - 1494 - ], - [ - "", - "Outcome - Family planning ", - "", - "Coded", - "", - "Child died", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Outcome - Family planning |Child died", - 1, - 1495 - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Exclusive", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Exclusive", - 1, - 1496 - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Mixed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Mixed", - 1, - 1497 - ], - [ - "", - "Breastfeeding", - "", - "Coded", - "", - "Bottle", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breastfeeding|Bottle", - 1, - 1498 - ], - [ - "", - "FP befor", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "FP befor|Yes", - 1, - 1499 - ], - [ - "", - "FP befor", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "FP befor|No", - 1, - 1500 - ], - [ - "", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|Yes", - 1, - 1501 - ], - [ - "", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|No", - 1, - 1502 - ], - [ - "", - "Have you given birth on the last 4 weeks?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you given birth on the last 4 weeks?|Yes", - 1, - 1503 - ], - [ - "", - "Have you given birth on the last 4 weeks?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you given birth on the last 4 weeks?|No", - 1, - 1504 - ], - [ - "", - "Did your last menstruation period start within the past 7 days?", - "", - "", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Did your last menstruation period start within the past 7 days?|Yes", - 1, - 1505 - ], - [ - "", - "Did your last menstruation period start within the past 7 days?", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Did your last menstruation period start within the past 7 days?|No", - 1, - 1506 - ], - [ - "", - "Have you had an abortion or miscarriage in the past 7 days?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you had an abortion or miscarriage in the past 7 days?|Yes", - 1, - 1507 - ], - [ - "", - "Have you had an abortion or miscarriage in the past 7 days?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you had an abortion or miscarriage in the past 7 days?|No", - 1, - 1508 - ], - [ - "", - "Have you gone without sexual intercourse since your last menstrual period?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you gone without sexual intercourse since your last menstrual period?|Yes", - 1, - 1509 - ], - [ - "", - "Have you gone without sexual intercourse since your last menstrual period?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you gone without sexual intercourse since your last menstrual period?|No", - 1, - 1510 - ], - [ - "", - "Have you been using a reliable contraceptive method consistently AND correctly?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you been using a reliable contraceptive method consistently AND correctly?|Yes", - 1, - 1511 - ], - [ - "", - "Have you been using a reliable contraceptive method consistently AND correctly?", - "", - "", - "", - "No", - " ", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Have you been using a reliable contraceptive method consistently AND correctly?|No", - 1, - 1512 - ], - [ - "", - "The patient has a metod in mind?", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "The patient has a metod in mind?|Yes", - 1, - 1513 - ], - [ - "", - "The patient has a metod in mind?", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "The patient has a metod in mind?|No", - 1, - 1514 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Very effective", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Very effective", - 1, - 1515 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Breasfeeding<6 month", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Breasfeeding<6 month", - 1, - 1516 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "No children later", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|No children later", - 1, - 1517 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Permanent", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Permanent", - 1, - 1518 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Few side", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Few side", - 1, - 1519 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Nothing to do befor sex", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Nothing to do befor sex", - 1, - 1520 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Use only when needed", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Use only when needed", - 1, - 1521 - ], - [ - "", - "What is important", - "", - "Coded", - "", - "Avoid touching intimate areas", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "What is important|Avoid touching intimate areas", - 1, - 1522 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Latex allergy (patient or partner)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Latex allergy (patient or partner)", - 1, - 1523 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Current/history trombembolism", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Current/history trombembolism", - 1, - 1524 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Pregnancy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Pregnancy", - 1, - 1525 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Diabetes for > 20 years", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Diabetes for > 20 years", - 1, - 1526 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Breastfeeding< 6 weeks", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Breastfeeding< 6 weeks", - 1, - 1527 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Smoker > 35 years old", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Smoker > 35 years old", - 1, - 1528 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "BP>160/100", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|BP>160/100", - 1, - 1529 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Unexplained veginal bleeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Unexplained veginal bleeding", - 1, - 1530 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Bleeding", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Bleeding", - 1, - 1531 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Hyper or dysmenorrhoea", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Hyper or dysmenorrhoea", - 1, - 1532 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "History of extra-uterine pregnancy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|History of extra-uterine pregnancy", - 1, - 1533 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Server untreated anaemia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Server untreated anaemia", - 1, - 1534 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Current STI/current PID,HIV + patient on ARV", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Current STI/current PID,HIV + patient on ARV", - 1, - 1535 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "On TB medication", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|On TB medication", - 1, - 1536 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "On Epilepsy medication", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|On Epilepsy medication", - 1, - 1537 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "Active liver disease/jaundice", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|Active liver disease/jaundice", - 1, - 1538 - ], - [ - "", - "Family planning - Conditions", - "", - "Coded", - "", - "HIV + patient with active ADIS but NOT on ARV", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning - Conditions|HIV + patient with active ADIS but NOT on ARV", - 1, - 1539 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Male condom", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Male condom", - 1, - 1540 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Female condom", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Female condom", - 1, - 1541 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "COC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|COC", - 1, - 1542 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "POP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|POP", - 1, - 1543 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Injectable", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Injectable", - 1, - 1544 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Implant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Implant", - 1, - 1545 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "IUD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|IUD", - 1, - 1546 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Tubal ligation", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Tubal ligation", - 1, - 1547 - ], - [ - "", - "Chosen method", - "", - "Coded", - "", - "Vasectomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Chosen method|Vasectomy", - 1, - 1548 - ], - [ - "", - "Satisfied with method", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Satisfied with method|Yes", - 1, - 1549 - ], - [ - "", - "Satisfied with method", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Satisfied with method|No", - 1, - 1550 - ], - [ - "", - "Changed bleeding pattern", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Changed bleeding pattern|Yes", - 1, - 1551 - ], - [ - "", - "Changed bleeding pattern", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Changed bleeding pattern|No", - 1, - 1552 - ], - [ - "", - "Headache/dizziness", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Headache/dizziness|Yes", - 1, - 1553 - ], - [ - "", - "Headache/dizziness", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Headache/dizziness|No", - 1, - 1554 - ], - [ - "", - "Nausea/abdominal pain", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Nausea/abdominal pain|Yes", - 1, - 1555 - ], - [ - "", - "Nausea/abdominal pain", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Nausea/abdominal pain|No", - 1, - 1556 - ], - [ - "", - "Breast tender", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breast tender|Yes", - 1, - 1557 - ], - [ - "", - "Breast tender", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breast tender|No", - 1, - 1558 - ], - [ - "", - "Mood changes", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mood changes|Yes", - 1, - 1559 - ], - [ - "", - "Mood changes", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mood changes|No", - 1, - 1560 - ], - [ - "", - "Date to return to first PNC visit", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Date to return to first PNC visit|Full term", - 1, - 1561 - ], - [ - "", - "Date to return to first PNC visit", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Date to return to first PNC visit|Preterm", - 1, - 1562 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Normal", - 1, - 1563 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Manual delivery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Manual delivery", - 1, - 1564 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Episiotomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Episiotomy", - 1, - 1565 - ], - [ - "", - "Placenta", - "", - "Coded", - "", - "Perineal laceration (tear)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Placenta|Perineal laceration (tear)", - 1, - 1566 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Hypertension", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Hypertension", - 1, - 1567 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Heart disease", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Heart disease", - 1, - 1568 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Diabetes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Diabetes", - 1, - 1569 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Abdominal surgery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Abdominal surgery", - 1, - 1570 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Sexually transitted infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Sexually transitted infection", - 1, - 1571 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Epilepsy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Epilepsy", - 1, - 1572 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "HIV+", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|HIV+", - 1, - 1573 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Tuberculosis", - 1, - 1574 - ], - [ - "", - "Any of selected items should also be added in \"conditions\"", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Any of selected items should also be added in \"conditions\"|Other", - 1, - 1575 - ], - [ - "", - "Present at consultation", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Present at consultation|Yes", - 1, - 1576 - ], - [ - "", - "Present at consultation", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Present at consultation|No", - 1, - 1577 - ], - [ - "", - "Anaemia (conjunctiva, heamoglobin)", - "", - "Coded", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Anaemia (conjunctiva, heamoglobin)|", - 1, - 1578 - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|No", - 1, - 1579 - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "Mild", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|Mild", - 1, - 1580 - ], - [ - "", - "Hb(g/dl)", - "", - "Coded", - "", - "Severe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Hb(g/dl)|Severe", - 1, - 1581 - ], - [ - "", - "Breasts (e.g infection,enforgement)", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breasts (e.g infection,enforgement)|Normal", - 1, - 1582 - ], - [ - "", - "Breasts (e.g infection,enforgement)", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Breasts (e.g infection,enforgement)|Abnormal", - 1, - 1583 - ], - [ - "", - "Sexually transmitted infection", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sexually transmitted infection|Yes", - 1, - 1584 - ], - [ - "", - "Sexually transmitted infection", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Sexually transmitted infection|No", - 1, - 1585 - ], - [ - "", - "Time since delivery", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Time since delivery|Normal", - 1, - 1586 - ], - [ - "", - "Time since delivery", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Time since delivery|Abnormal", - 1, - 1587 - ], - [ - "", - "Healing (if laceration,episiotomy of C-section)", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Healing (if laceration,episiotomy of C-section)|Normal", - 1, - 1588 - ], - [ - "", - "Healing (if laceration,episiotomy of C-section)", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Healing (if laceration,episiotomy of C-section)|Abnormal", - 1, - 1589 - ], - [ - "", - "Passing urine or stool", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Passing urine or stool|Normal", - 1, - 1590 - ], - [ - "", - "Passing urine or stool", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Passing urine or stool|Abnormal", - 1, - 1591 - ], - [ - "", - "Mother-infant interaction", - "", - "Coded", - "", - "Normal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mother-infant interaction|Normal", - 1, - 1592 - ], - [ - "", - "Mother-infant interaction", - "", - "Coded", - "", - "Abnormal", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Mother-infant interaction|Abnormal", - 1, - 1593 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|No", - 1, - 1594 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "MH", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|MH", - 1, - 1595 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "HP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|HP", - 1, - 1596 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "Gyne", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|Gyne", - 1, - 1597 - ], - [ - "", - "Referral to internal services", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to internal services|Other", - 1, - 1598 - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|No", - 1, - 1599 - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "Referral hospital", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|Referral hospital", - 1, - 1600 - ], - [ - "", - "Referral to external servies(hospital,BC,Lab etc..)", - "", - "Coded", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Referral to external servies(hospital,BC,Lab etc..)|Other", - 1, - 1601 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Yes", - 1, - 1602 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "COC", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|COC", - 1, - 1603 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "POP", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|POP", - 1, - 1604 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "IUD", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|IUD", - 1, - 1605 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Implant", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Implant", - 1, - 1606 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "Condoms", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|Condoms", - 1, - 1607 - ], - [ - "", - "Family planning intiated", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "Family planning intiated|No", - 1, - 1608 - ], - [ - "", - "PNC-gestational age:", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-gestational age:|Full term", - 1, - 1609 - ], - [ - "", - "PNC-gestational age:", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-gestational age:|Preterm", - 1, - 1610 - ], - [ - "", - "PNC- gestational age?", - "", - "Coded", - "", - "Full term", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- gestational age?|Full term", - 1, - 1611 - ], - [ - "", - "PNC- gestational age:", - "", - "Coded", - "", - "Preterm", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- gestational age:|Preterm", - 1, - 1612 - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Anaemia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Anaemia", - 1, - 1613 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Hypertension/pre-/eclampsia", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Hypertension/pre-/eclampsia", - 1, - 1614 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Antepartum hemorrhage", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Antepartum hemorrhage", - 1, - 1615 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Prolonged/obstructed labour", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Prolonged/obstructed labour", - 1, - 1616 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Malpresentation (breach, other)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Malpresentation (breach, other)", - 1, - 1617 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Caesarean section", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Caesarean section", - 1, - 1618 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Instrumental extraction", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Instrumental extraction", - 1, - 1619 - ], - [ - "", - "PNC- Problems-Placenta", - "", - "Coded", - "", - "Norma", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems-Placenta|Norma", - 1, - 1620 - ], - [ - "", - "PNC- Problems-Placenta", - "", - "Coded", - "", - "Manual delivery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems-Placenta|Manual delivery", - 1, - 1621 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Episiotomy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Episiotomy", - 1, - 1622 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Perineal laceration (tear)", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Perineal laceration (tear)", - 1, - 1623 - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Fistula present - management:", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Fistula present - management:", - 1, - 1624 - ], - [ - "", - "PNC- Problems", - "", - "Coded", - "", - "Postapartum haemorrhage", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Postapartum haemorrhage", - 1, - 1625 - ], - [ - "", - "PNC- Problems", - "", - "", - "", - "Other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Problems|Other", - 1, - 1626 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Hypertension", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Hypertension", - 1, - 1627 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Heart disease", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Heart disease", - 1, - 1628 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Diabetes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Diabetes", - 1, - 1629 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Abdominal surgery", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Abdominal surgery", - 1, - 1630 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Sexually transmitted infection", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Sexually transmitted infection", - 1, - 1631 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Epilepsy", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Epilepsy", - 1, - 1632 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "HIV+", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|HIV+", - 1, - 1633 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "Tuberculosis", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|Tuberculosis", - 1, - 1634 - ], - [ - "", - "PNC- Any of selected items should also be added in \"Conditions\"", - "", - "Coded", - "", - "other", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- Any of selected items should also be added in \"Conditions\"|other", - 1, - 1635 - ], - [ - "", - "PNC- present at consultation", - "", - "Coded", - "", - "Yes", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- present at consultation|Yes", - 1, - 1636 - ], - [ - "", - "PNC- present at consultation", - "", - "Coded", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC- present at consultation|No", - 1, - 1637 - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "No", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|No", - 1, - 1638 - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "Mild", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|Mild", - 1, - 1639 - ], - [ - "", - "PNC-Anaemia (conjunctiva, haemoglobin)", - "", - "", - "", - "Severe", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "Draft", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "-", - "PNC-Anaemia (conjunctiva, haemoglobin)|Severe", - 1, - 1640 - ] - ] -} +{ + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.workbookRange", + "@odata.id": "/sites('elmiplc.sharepoint.com%2C3091c028-5e92-4a95-9b56-2aaca61efe95%2Ca617e031-a158-4905-9467-8bee442ab7ad')/drives('b%21KMCRMJJelUqbViqsph7-lTHgF6ZYoQVJlGeL7kQqt61UdpwCtfpHQIBaDXmZ282n')/items('01QKFHN644CCRL6QPAM5GJXABA5XVCUMAX')/workbook/worksheets(%27%7B00000000-0001-0000-0000-000000000000%7D%27)/usedRange()", + "@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET sites('')/drives('')/items('')/workbook/worksheets('')/microsoft.graph.usedRange?$select=address,addressLocal", + "address": "OptionSets!A1:BT1642", + "addressLocal": "OptionSets!A1:BT1642", + "columnCount": 72, + "cellCount": 118224, + "columnHidden": false, + "rowHidden": false, + "columnIndex": 0, + "hidden": false, + "rowCount": 1642, + "rowIndex": 0, + "values": [ + [ + "", + "", + "", + "", + "", + "", + "", + "", + "Automatch Suggestions from MSF Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from CIEL Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from PIH Source", + "", + "", + "", + "", + "", + "", + "OCL ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "DHIS2", + "", + "", + "", + "", + "", + "", + "", + "", + "OpenFn", + "", + "", + "", + "", + "", + "", + "OptionSet used in…", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "#", + "OptionSet name", + "Label if different", + "Datatype", + "#", + "Answers", + "External ID", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL concept ID", + "OCL name", + "OCL definition", + "OCL Comments", + "Validation (format)", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "DHIS2 Option code", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status", + "F00-Registration", + "F01-MHPSS Baseline", + "F02-MHPSS Follow-up", + "F03-mhGAP Baseline", + "F04-mhGAP Follow-up", + "F05-MH Closure", + "F06-MH-PHQ-9", + "F07-ITFC Admission form", + "Key", + "", + "Rank" + ], + [ + 1, + "Sex - All", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Male", + 1, + 1 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Female", + 1, + 2 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 3, + "Transgender male", + "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر متحول", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Transgender male", + 1, + 3 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 4, + "Transgender female", + "1226d253-376f-4e73-9ae2-36c7e9362e8b", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى متحولة", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Transgender female", + 1, + 4 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 5, + "Gender variant - Non conforming", + "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معياري", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Gender variant - Non conforming", + 1, + 5 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 6, + "Prefer not to answer", + "245151ca-691e-4d5a-a792-64cb573e2b34", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عدم الإجابة ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Prefer not to answer", + 1, + 6 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 7, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Unknown", + 1, + 7 + ], + [ + 1, + "Sex - All", + "", + "Coded", + 8, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - All|Other", + 1, + 8 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Male", + 1, + 9 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Female", + "H61UkMHyNku", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Female", + 1, + 10 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 3, + "Transgender male", + "37ccc7b5-0d1d-48d3-87a6-aee614bb500f", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر متحول", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Transgender male", + "OcJsz1BOHTf", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Transgender male", + 1, + 11 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 4, + "Transgender female", + "1226d253-376f-4e73-9ae2-36c7e9362e8b", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى متحولة", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Transgender female", + "l8RshnosXNy", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Transgender female", + 1, + 12 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 5, + "Gender variant - Non conforming", + "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معياري", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Gender variant - Non conforming", + "V8RXdmOdY8L", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Gender variant - Non conforming", + 1, + 13 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 6, + "Prefer not to answer", + "245151ca-691e-4d5a-a792-64cb573e2b34", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عدم الإجابة ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Prefer not to answer", + "QQzTV76xGfF", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Prefer not to answer", + 1, + 14 + ], + [ + 2, + "Sex - Standard", + "", + "Coded", + 7, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Unknown", + "YJw3CPNftrE", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Standard list of gender options", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Sex - Standard|Unknown", + 1, + 15 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 1, + "Male", + "625baaf5-ba75-4c23-bdef-283fd47c34db", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ذكر", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Male", + "eQkRH9GTjBN", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Male", + 1, + 16 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 2, + "Female", + "2ded9cfb-c089-4e1c-b032-7aa4a17882f7", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انثى", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Female", + "H61UkMHyNku", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Female", + 1, + 17 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 3, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Other", + 1, + 18 + ], + [ + 3, + "Sex - Male/Female/Other", + "", + "Coded", + 4, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف ", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "Unknown", + "YJw3CPNftrE", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Sex - All] - Reduced list of gender options", + "Created in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sex - Male/Female/Other|Unknown", + 1, + 19 + ], + [ + 4, + "Country", + "", + "Coded", + 1, + "Afghanistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفغانستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Afghanistan", + "diVYBILjUmV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Afghanistan", + 1, + 20 + ], + [ + 4, + "Country", + "", + "Coded", + 2, + "Albania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ألبانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Albania", + "nutwBYPa3c6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Albania", + 1, + 21 + ], + [ + 4, + "Country", + "", + "Coded", + 3, + "Algeria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجزائر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Algeria", + "vFzGZbjzRgT", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Algeria", + 1, + 22 + ], + [ + 4, + "Country", + "", + "Coded", + 4, + "Angola", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أنغولا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Angola", + "AEZqjWQaHtc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Angola", + 1, + 23 + ], + [ + 4, + "Country", + "", + "Coded", + 5, + "Anguilla", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أنغيلا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Anguilla", + "DzKGZxfc1If", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Anguilla", + 1, + 24 + ], + [ + 4, + "Country", + "", + "Coded", + 6, + "Argentina", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأرجنتين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Argentina", + "ZtvWa7Lms2D", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Argentina", + 1, + 25 + ], + [ + 4, + "Country", + "", + "Coded", + 7, + "Armenia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أرمينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Armenia", + "fHUrTZCGrsE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Armenia", + 1, + 26 + ], + [ + 4, + "Country", + "", + "Coded", + 8, + "Aruba", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أروبا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Aruba", + "nW24eGST2rr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Aruba", + 1, + 27 + ], + [ + 4, + "Country", + "", + "Coded", + 9, + "Azerbaijan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذربيجان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Azerbaijan", + "yJAD7ZvdPB9", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Azerbaijan", + 1, + 28 + ], + [ + 4, + "Country", + "", + "Coded", + 10, + "Bangladesh", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنغلاديش", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bangladesh", + "w86dbYs43jg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bangladesh", + 1, + 29 + ], + [ + 4, + "Country", + "", + "Coded", + 11, + "Belarus", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بيلاروسيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Belarus", + "sErv1yTCjIk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Belarus", + 1, + 30 + ], + [ + 4, + "Country", + "", + "Coded", + 12, + "Benin", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Benin", + "ONeYUriDrCm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Benin", + 1, + 31 + ], + [ + 4, + "Country", + "", + "Coded", + 13, + "Bhutan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوتان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bhutan", + "p9BIOdMGTz6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bhutan", + 1, + 32 + ], + [ + 4, + "Country", + "", + "Coded", + 14, + "Bolivia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوليفيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bolivia", + "XQ9Wxt2gh20", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bolivia", + 1, + 33 + ], + [ + 4, + "Country", + "", + "Coded", + 15, + "Bosnia and Herzegovina", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "البوسنة والهرسك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bosnia and Herzegovina", + "xSjqYV8ADNi", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bosnia and Herzegovina", + 1, + 34 + ], + [ + 4, + "Country", + "", + "Coded", + 16, + "Botswana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوتسوانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Botswana", + "kiI9Nkhhtsw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Botswana", + 1, + 35 + ], + [ + 4, + "Country", + "", + "Coded", + 17, + "Brazil", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "البرازيل", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Brazil", + "otuaAfFAMm9", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Brazil", + 1, + 36 + ], + [ + 4, + "Country", + "", + "Coded", + 18, + "British Virgin Islands", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جزر فيرجن البريطانية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "British Virgin Islands", + "oGtke47HQjw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|British Virgin Islands", + 1, + 37 + ], + [ + 4, + "Country", + "", + "Coded", + 19, + "Bulgaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بلغاريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Bulgaria", + "sxgEvvHGASc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Bulgaria", + 1, + 38 + ], + [ + 4, + "Country", + "", + "Coded", + 20, + "Burkina Faso", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوركينا فاسو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Burkina Faso", + "labcPsf6vlS", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Burkina Faso", + 1, + 39 + ], + [ + 4, + "Country", + "", + "Coded", + 21, + "Burundi", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بوروندي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Burundi", + "EO7IXBoCRQM", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Burundi", + 1, + 40 + ], + [ + 4, + "Country", + "", + "Coded", + 22, + "Cambodia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كمبوديا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cambodia", + "BssvituAfov", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cambodia", + 1, + 41 + ], + [ + 4, + "Country", + "", + "Coded", + 23, + "Cameroon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكاميرون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cameroon", + "LzxTtERApOy", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cameroon", + 1, + 42 + ], + [ + 4, + "Country", + "", + "Coded", + 24, + "Cape Verde", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الرأس الأخضر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cape Verde", + "HvZxt4vKoOx", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cape Verde", + 1, + 43 + ], + [ + 4, + "Country", + "", + "Coded", + 25, + "Central African Republic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية افريقيا الوسطى", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Central African Republic", + "B09WCauYtJ7", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Central African Republic", + 1, + 44 + ], + [ + 4, + "Country", + "", + "Coded", + 26, + "Chad", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشاد", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Chad", + "JtMeoonLcqo", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Chad", + 1, + 45 + ], + [ + 4, + "Country", + "", + "Coded", + 27, + "Chile", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شيلي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Chile", + "pdTWdFqXStd", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Chile", + 1, + 46 + ], + [ + 4, + "Country", + "", + "Coded", + 28, + "China", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "China", + "CcpigvKey7O", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|China", + 1, + 47 + ], + [ + 4, + "Country", + "", + "Coded", + 29, + "Colombia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كولومبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Colombia", + "zAMRnEi2Yhg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Colombia", + 1, + 48 + ], + [ + 4, + "Country", + "", + "Coded", + 30, + "Comoros", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جزر القمر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Comoros", + "uAyMV131HCO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Comoros", + 1, + 49 + ], + [ + 4, + "Country", + "", + "Coded", + 31, + "Costa Rica", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوستا ريكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Costa Rica", + "vErHiezEajY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Costa Rica", + 1, + 50 + ], + [ + 4, + "Country", + "", + "Coded", + 32, + "Côte d'Ivoire", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوت ديفوار", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Côte d'Ivoire", + "IRepwvOtkII", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Côte d'Ivoire", + 1, + 51 + ], + [ + 4, + "Country", + "", + "Coded", + 33, + "Cuba", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوبا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Cuba", + "Mh9Ckr9QhMa", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Cuba", + 1, + 52 + ], + [ + 4, + "Country", + "", + "Coded", + 34, + "Djibouti", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جيبوتي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Djibouti", + "cvAMdgckhOk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Djibouti", + 1, + 53 + ], + [ + 4, + "Country", + "", + "Coded", + 35, + "Dominica", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دومينيكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Dominica", + "oC2s7ZiRTv3", + "", + "Family planning - Outcome", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Dominica", + 1, + 54 + ], + [ + 4, + "Country", + "", + "Coded", + 36, + "Dominican Republic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الدومينيكان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Dominican Republic", + "XuXolVGjILU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Dominican Republic", + 1, + 55 + ], + [ + 4, + "Country", + "", + "Coded", + 37, + "DRC Congo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الكونغو الديمقراطية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "DRC Congo", + "hDl6AdC035K", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|DRC Congo", + 1, + 56 + ], + [ + 4, + "Country", + "", + "Coded", + 38, + "East Timor", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تيمور الشرقية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "East Timor", + "l1QF9SxmTEe", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|East Timor", + 1, + 57 + ], + [ + 4, + "Country", + "", + "Coded", + 39, + "Ecuador", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاكوادور", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ecuador", + "gGjltDyQDjq", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ecuador", + 1, + 58 + ], + [ + 4, + "Country", + "", + "Coded", + 40, + "Egypt", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مصر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Egypt", + "xHcq7n4iLjZ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Egypt", + 1, + 59 + ], + [ + 4, + "Country", + "", + "Coded", + 41, + "El Salvador", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلفادور", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "El Salvador", + "oLtI4UknARs", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|El Salvador", + 1, + 60 + ], + [ + 4, + "Country", + "", + "Coded", + 42, + "Equatorial Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا الإستوائية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Equatorial Guinea", + "Sipme5yxx48", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Equatorial Guinea", + 1, + 61 + ], + [ + 4, + "Country", + "", + "Coded", + 43, + "Eritrea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إريتريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Eritrea", + "HkEJcTRqnd5", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Eritrea", + 1, + 62 + ], + [ + 4, + "Country", + "", + "Coded", + 44, + "Ethiopia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أثيوبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ethiopia", + "NYkv05WpCXj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ethiopia", + 1, + 63 + ], + [ + 4, + "Country", + "", + "Coded", + 45, + "Gabon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجابون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Gabon", + "E84FcVzHZDM", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Gabon", + 1, + 64 + ], + [ + 4, + "Country", + "", + "Coded", + 46, + "Gambia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غامبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Gambia", + "LfPn2DOfRew", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Gambia", + 1, + 65 + ], + [ + 4, + "Country", + "", + "Coded", + 47, + "Georgia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جورجيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Georgia", + "jBklhTXjStK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Georgia", + 1, + 66 + ], + [ + 4, + "Country", + "", + "Coded", + 48, + "Ghana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ghana", + "eO0gTpGne9P", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ghana", + 1, + 67 + ], + [ + 4, + "Country", + "", + "Coded", + 49, + "Greece", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اليونان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Greece", + "JSuVBbvnBwi", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Greece", + 1, + 68 + ], + [ + 4, + "Country", + "", + "Coded", + 50, + "Guam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غوام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guam", + "dVJ1jT4qwhr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guam", + 1, + 69 + ], + [ + 4, + "Country", + "", + "Coded", + 51, + "Guatemala", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غواتيمالا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guatemala", + "rHE2fw0dq78", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guatemala", + 1, + 70 + ], + [ + 4, + "Country", + "", + "Coded", + 52, + "Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guinea", + "Lgo53lIlEFU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guinea", + 1, + 71 + ], + [ + 4, + "Country", + "", + "Coded", + 53, + "Guinea-Bissau", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غينيا بيساو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guinea-Bissau", + "OwuIcXiNnLf", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guinea-Bissau", + 1, + 72 + ], + [ + 4, + "Country", + "", + "Coded", + 54, + "Guyana", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غيانا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Guyana", + "LStaPbnFPxB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Guyana", + 1, + 73 + ], + [ + 4, + "Country", + "", + "Coded", + 55, + "Haiti", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هايتي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Haiti", + "WZqpZ6BYYMc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Haiti", + 1, + 74 + ], + [ + 4, + "Country", + "", + "Coded", + 56, + "Honduras", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هندوراس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Honduras", + "yK7fFWtOFmj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Honduras", + 1, + 75 + ], + [ + 4, + "Country", + "", + "Coded", + 57, + "India", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "India", + "vD6J24m3CjP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|India", + 1, + 76 + ], + [ + 4, + "Country", + "", + "Coded", + 58, + "Indonesia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إندونيسيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Indonesia", + "xdeMD7HSXiE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Indonesia", + 1, + 77 + ], + [ + 4, + "Country", + "", + "Coded", + 59, + "Iran", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إيران", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Iran", + "CbnR3yhYXLB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Iran", + 1, + 78 + ], + [ + 4, + "Country", + "", + "Coded", + 60, + "Iraq", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العراق", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Iraq", + "akUZWd42amN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Iraq", + 1, + 79 + ], + [ + 4, + "Country", + "", + "Coded", + 61, + "Jordan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأردن", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Jordan", + "Tqqf3od9wZw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Jordan", + 1, + 80 + ], + [ + 4, + "Country", + "", + "Coded", + 62, + "Kazakhstan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كازاخستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kazakhstan", + "vUOaYjStGLy", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kazakhstan", + 1, + 81 + ], + [ + 4, + "Country", + "", + "Coded", + 63, + "Kenya", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كينيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kenya", + "wHGMztCNS6m", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kenya", + 1, + 82 + ], + [ + 4, + "Country", + "", + "Coded", + 64, + "Kuwait", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكويت", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kuwait", + "eoLtNAlAHZl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kuwait", + 1, + 83 + ], + [ + 4, + "Country", + "", + "Coded", + 65, + "Kyrgyzstan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قيرغيزستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Kyrgyzstan", + "a0lJJYryhi4", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Kyrgyzstan", + 1, + 84 + ], + [ + 4, + "Country", + "", + "Coded", + 66, + "Laos", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لاوس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Laos", + "uQDRtKY8c5U", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Laos", + 1, + 85 + ], + [ + 4, + "Country", + "", + "Coded", + 67, + "Lebanon", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لبنان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Lebanon", + "GJ7m7BCOAOV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Lebanon", + 1, + 86 + ], + [ + 4, + "Country", + "", + "Coded", + 68, + "Lesotho", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليسوتو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Lesotho", + "xTpZ9IdGDaR", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Lesotho", + 1, + 87 + ], + [ + 4, + "Country", + "", + "Coded", + 69, + "Liberia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليبيريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Liberia", + "RYkXhX8vzoZ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Liberia", + 1, + 88 + ], + [ + 4, + "Country", + "", + "Coded", + 70, + "Libya", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Libya", + "kev7mHYfTYY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Libya", + 1, + 89 + ], + [ + 4, + "Country", + "", + "Coded", + 71, + "Macedonia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مقدونيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Macedonia", + "z33jX0aGBTW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Macedonia", + 1, + 90 + ], + [ + 4, + "Country", + "", + "Coded", + 72, + "Madagascar", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مدغشقر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Madagascar", + "x08DzDg5Nqh", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Madagascar", + 1, + 91 + ], + [ + 4, + "Country", + "", + "Coded", + 73, + "Malawi", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ملاوي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Malawi", + "X2FD6vMUbhE", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Malawi", + 1, + 92 + ], + [ + 4, + "Country", + "", + "Coded", + 74, + "Malaysia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ماليزيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Malaysia", + "E3RSmm22ZCw", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Malaysia", + 1, + 93 + ], + [ + 4, + "Country", + "", + "Coded", + 75, + "Mali", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مالي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mali", + "qWMNMVwW3f6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mali", + 1, + 94 + ], + [ + 4, + "Country", + "", + "Coded", + 76, + "Martinique", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مارتينيك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Martinique", + "OSaI3ynQc2B", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Martinique", + 1, + 95 + ], + [ + 4, + "Country", + "", + "Coded", + 77, + "Mauritania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موريتانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mauritania", + "juWqPkQv0Jm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mauritania", + 1, + 96 + ], + [ + 4, + "Country", + "", + "Coded", + 78, + "Mauritius", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موريشيوس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mauritius", + "QYoc7owgftv", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mauritius", + 1, + 97 + ], + [ + 4, + "Country", + "", + "Coded", + 79, + "Mayotte", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مايوت", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mayotte", + "ynwDAes7aAW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mayotte", + 1, + 98 + ], + [ + 4, + "Country", + "", + "Coded", + 80, + "Mexico", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المكسيك", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mexico", + "kmT493hNL5S", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mexico", + 1, + 99 + ], + [ + 4, + "Country", + "", + "Coded", + 81, + "Moldova", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مولدوفا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Moldova", + "fx0DT1autSt", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Moldova", + 1, + 100 + ], + [ + 4, + "Country", + "", + "Coded", + 82, + "Mongolia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منغوليا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mongolia", + "TUgTdt3xIWK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mongolia", + 1, + 101 + ], + [ + 4, + "Country", + "", + "Coded", + 83, + "Morocco", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المغرب", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Morocco", + "L36FJRjmXWL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Morocco", + 1, + 102 + ], + [ + 4, + "Country", + "", + "Coded", + 84, + "Mozambique", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موزمبيق", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Mozambique", + "p7nmSATxbN1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Mozambique", + 1, + 103 + ], + [ + 4, + "Country", + "", + "Coded", + 85, + "Myanmar", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ميانمار", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Myanmar", + "rYQqfQ7DQbm", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Myanmar", + 1, + 104 + ], + [ + 4, + "Country", + "", + "Coded", + 86, + "Namibia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ناميبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Namibia", + "O1zvQatEJp5", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Namibia", + 1, + 105 + ], + [ + 4, + "Country", + "", + "Coded", + 87, + "Nauru", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ناورو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nauru", + "f0yjC5qZlPc", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nauru", + 1, + 106 + ], + [ + 4, + "Country", + "", + "Coded", + 88, + "Nepal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيبال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nepal", + "iAFuacwzUvp", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nepal", + 1, + 107 + ], + [ + 4, + "Country", + "", + "Coded", + 89, + "New Caledonia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كاليدونيا الجديدة", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "New Caledonia", + "htSoK0QkB38", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|New Caledonia", + 1, + 108 + ], + [ + 4, + "Country", + "", + "Coded", + 90, + "Nicaragua", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيكاراغوا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nicaragua", + "TM5JHHJSepL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nicaragua", + 1, + 109 + ], + [ + 4, + "Country", + "", + "Coded", + 91, + "Niger", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "النيجر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Niger", + "n6jS263I3fP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Niger", + 1, + 110 + ], + [ + 4, + "Country", + "", + "Coded", + 92, + "Nigeria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نيجيريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Nigeria", + "yCwLYjhUxYV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Nigeria", + 1, + 111 + ], + [ + 4, + "Country", + "", + "Coded", + 93, + "North Korea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوريا الشمالية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "North Korea", + "AaaEWin7qH1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|North Korea", + 1, + 112 + ], + [ + 4, + "Country", + "", + "Coded", + 94, + "Oman", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلطنة عمان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Oman", + "ibsHfsJGGDN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Oman", + 1, + 113 + ], + [ + 4, + "Country", + "", + "Coded", + 95, + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آخر", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Other", + "CLdu0MxWYHQ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Other", + 1, + 114 + ], + [ + 4, + "Country", + "", + "Coded", + 96, + "Pakistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "باكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Pakistan", + "JYD72Xs1Mzz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Pakistan", + 1, + 115 + ], + [ + 4, + "Country", + "", + "Coded", + 97, + "Palestine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فلسطين", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Palestine", + "oXNGgwEJSsY", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Palestine", + 1, + 116 + ], + [ + 4, + "Country", + "", + "Coded", + 98, + "Panama", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بنما", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Panama", + "zVoWkjxJFbF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Panama", + 1, + 117 + ], + [ + 4, + "Country", + "", + "Coded", + 99, + "Papua New Guinea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بابوا غينيا الجديدة", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Papua New Guinea", + "Z313HJcROSN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Papua New Guinea", + 1, + 118 + ], + [ + 4, + "Country", + "", + "Coded", + 100, + "Paraguay", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "باراجواي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Paraguay", + "hBJq89c5RTj", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Paraguay", + 1, + 119 + ], + [ + 4, + "Country", + "", + "Coded", + 101, + "Peru", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بيرو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Peru", + "YTBWmjQr7XP", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Peru", + 1, + 120 + ], + [ + 4, + "Country", + "", + "Coded", + 102, + "Philippines", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فيلبيني", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Philippines", + "AdpKVdKRPcR", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Philippines", + 1, + 121 + ], + [ + 4, + "Country", + "", + "Coded", + 103, + "Puerto Rico", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بورتوريكو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Puerto Rico", + "FnQRQn7mgd1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Puerto Rico", + 1, + 122 + ], + [ + 4, + "Country", + "", + "Coded", + 104, + "Republic of Congo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمهورية الكونغو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Republic of Congo", + "FhbtKjDWBKO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Republic of Congo", + 1, + 123 + ], + [ + 4, + "Country", + "", + "Coded", + 105, + "Reunion", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جمع شمل", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Reunion", + "UTj8ZSh4W0W", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Reunion", + 1, + 124 + ], + [ + 4, + "Country", + "", + "Coded", + 106, + "Romania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "رومانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Romania", + "h4ADgng7o7V", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Romania", + 1, + 125 + ], + [ + 4, + "Country", + "", + "Coded", + 107, + "Rwanda", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "رواندا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Rwanda", + "Fbb3LoX8tN1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Rwanda", + 1, + 126 + ], + [ + 4, + "Country", + "", + "Coded", + 108, + "Samoa", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ساموا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Samoa", + "tdKdNPjLDpW", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Samoa", + 1, + 127 + ], + [ + 4, + "Country", + "", + "Coded", + 109, + "Sao Tome and Principe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سان تومي وبرينسيبي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sao Tome and Principe", + "iaxUuGD1Jci", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sao Tome and Principe", + 1, + 128 + ], + [ + 4, + "Country", + "", + "Coded", + 110, + "Saudi Arabia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المملكة العربية السعودية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Saudi Arabia", + "fWuLuHrUlth", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Saudi Arabia", + 1, + 129 + ], + [ + 4, + "Country", + "", + "Coded", + 111, + "Senegal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السنغال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Senegal", + "iIwF5zZHy3y", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Senegal", + 1, + 130 + ], + [ + 4, + "Country", + "", + "Coded", + 112, + "Serbia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صربيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Serbia", + "QZSt8K9rCuC", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Serbia", + 1, + 131 + ], + [ + 4, + "Country", + "", + "Coded", + 113, + "Sierra Leone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سيرا ليون", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sierra Leone", + "Zfx8u9hEIEg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sierra Leone", + 1, + 132 + ], + [ + 4, + "Country", + "", + "Coded", + 114, + "Somalia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصومال", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Somalia", + "LWk4HhtQw4P", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Somalia", + 1, + 133 + ], + [ + 4, + "Country", + "", + "Coded", + 115, + "South Africa", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جنوب أفريقيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Africa", + "swkvnZvvnKz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Africa", + 1, + 134 + ], + [ + 4, + "Country", + "", + "Coded", + 116, + "South Korea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوريا الجنوبية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Korea", + "Pk7VSPQGxOJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Korea", + 1, + 135 + ], + [ + 4, + "Country", + "", + "Coded", + 117, + "South Sudan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جنوب السودان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "South Sudan", + "GM7K6uGf0RB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|South Sudan", + 1, + 136 + ], + [ + 4, + "Country", + "", + "Coded", + 118, + "Sri Lanka", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سيريلانكا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sri Lanka", + "X6Uxm9Nvh96", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sri Lanka", + 1, + 137 + ], + [ + 4, + "Country", + "", + "Coded", + 119, + "Sudan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السودان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Sudan", + "bh15sTZprwJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Sudan", + 1, + 138 + ], + [ + 4, + "Country", + "", + "Coded", + 120, + "Suriname", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سورينام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Suriname", + "L1pJ6lyhkQ3", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Suriname", + 1, + 139 + ], + [ + 4, + "Country", + "", + "Coded", + 121, + "Swaziland", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سوازيلاند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Swaziland", + "hwQ2t3HqPWl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Swaziland", + 1, + 140 + ], + [ + 4, + "Country", + "", + "Coded", + 122, + "Switzerland", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سويسرا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Switzerland", + "p9TZ1E3MwCJ", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Switzerland", + 1, + 141 + ], + [ + 4, + "Country", + "", + "Coded", + 123, + "Syria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سوريا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Syria", + "Le58jNVqE2c", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Syria", + 1, + 142 + ], + [ + 4, + "Country", + "", + "Coded", + 124, + "Tajikistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طاجيكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tajikistan", + "SpY4My0Tfdu", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tajikistan", + 1, + 143 + ], + [ + 4, + "Country", + "", + "Coded", + 125, + "Tanzania", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تنزانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tanzania", + "BO39Gyu0pFB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tanzania", + 1, + 144 + ], + [ + 4, + "Country", + "", + "Coded", + 126, + "Thailand", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تايلاند", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Thailand", + "OMthLOXkS7R", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Thailand", + 1, + 145 + ], + [ + 4, + "Country", + "", + "Coded", + 127, + "Togo", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توجو", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Togo", + "ik6DEQokGoX", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Togo", + 1, + 146 + ], + [ + 4, + "Country", + "", + "Coded", + 128, + "Tonga", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تونغا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tonga", + "UwBOdNU0BoN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tonga", + 1, + 147 + ], + [ + 4, + "Country", + "", + "Coded", + 129, + "Tunisia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تونس", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Tunisia", + "buJMOWwkvTU", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Tunisia", + 1, + 148 + ], + [ + 4, + "Country", + "", + "Coded", + 130, + "Turkey", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ديك رومى", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Turkey", + "CGZ6aUAdeEg", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Turkey", + 1, + 149 + ], + [ + 4, + "Country", + "", + "Coded", + 131, + "Turkmenistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تركمانستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Turkmenistan", + "vveUZtdAZ4b", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Turkmenistan", + 1, + 150 + ], + [ + 4, + "Country", + "", + "Coded", + 132, + "Uganda", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوغندا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uganda", + "HtKHD2UHkqO", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uganda", + 1, + 151 + ], + [ + 4, + "Country", + "", + "Coded", + 133, + "Ukraine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوكرانيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Ukraine", + "tcQzqbOunOH", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Ukraine", + 1, + 152 + ], + [ + 4, + "Country", + "", + "Coded", + 134, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مجهول", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Unknown", + "f3HLfWXDLR2", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Unknown", + 1, + 153 + ], + [ + 4, + "Country", + "", + "Coded", + 135, + "Uruguay", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوروغواي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uruguay", + "pgnkiQSCDn3", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uruguay", + 1, + 154 + ], + [ + 4, + "Country", + "", + "Coded", + 136, + "Uzbekistan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوزبكستان", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Uzbekistan", + "awnJIYW5YtB", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Uzbekistan", + 1, + 155 + ], + [ + 4, + "Country", + "", + "Coded", + 137, + "Venezuela", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فنزويلا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Venezuela", + "YRQvQP5RcvF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Venezuela", + 1, + 156 + ], + [ + 4, + "Country", + "", + "Coded", + 138, + "Vietnam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فيتنام", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Vietnam", + "kqXj8d1FBku", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Vietnam", + 1, + 157 + ], + [ + 4, + "Country", + "", + "Coded", + 139, + "Western Sahara", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصحراء الغربية", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Western Sahara", + "TQtN99MXJBl", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Western Sahara", + 1, + 158 + ], + [ + 4, + "Country", + "", + "Coded", + 140, + "Yemen", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اليمن", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Yemen", + "Xt3YtysLys1", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Yemen", + 1, + 159 + ], + [ + 4, + "Country", + "", + "Coded", + 141, + "Zambia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زامبيا", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Zambia", + "dBdzuz547IL", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Zambia", + 1, + 160 + ], + [ + 4, + "Country", + "", + "Coded", + 142, + "Zimbabwe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيمبابوي", + "TEXT", + "Nationality", + "Xvzc9e0JJmp", + "GL - Nationality", + "qr9jBtm9uvm", + "Zimbabwe", + "HLkotQtFN2s", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Country|Zimbabwe", + 1, + 161 + ], + [ + 5, + "Current status", + "", + "Coded", + 1, + "IDP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نازح داخل بلده", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "IDP", + "fuqWrHbeLlA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|IDP", + 1, + 162 + ], + [ + 5, + "Current status", + "", + "Coded", + 2, + "Internationally displaced", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نازح خارج البلد", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Internationally displaced", + "l0DYdgTyfjf", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Internationally displaced", + 1, + 163 + ], + [ + 5, + "Current status", + "", + "Coded", + 3, + "Resident", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مقيم", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Resident", + "dHeC0bqKK5X", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Resident", + 1, + 164 + ], + [ + 5, + "Current status", + "", + "Coded", + 4, + "Returnee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائد", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Returnee", + "c7YSTI6DMVz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Returnee", + 1, + 165 + ], + [ + 5, + "Current status", + "", + "Coded", + 5, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Current status", + "YUIQIA2ClN6", + "GL - Current status", + "FTbwlOo7CpG", + "Unknown", + "e09Sdzvq7Eb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current status|Unknown", + 1, + 166 + ], + [ + 6, + "Legal status", + "", + "Coded", + 1, + "Asylum seeker", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طالب لجوء", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Asylum seeker", + "OkxNN39DQxK", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Asylum seeker", + 1, + 167 + ], + [ + 6, + "Legal status", + "", + "Coded", + 2, + "No status", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا توجد حالة", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "No status", + "Rq1gzUxSuOx", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|No status", + 1, + 168 + ], + [ + 6, + "Legal status", + "", + "Coded", + 3, + "Refugee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لاجئ", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Refugee", + "eCMoEdIoYip", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Refugee", + 1, + 169 + ], + [ + 6, + "Legal status", + "", + "Coded", + 4, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Legal status", + "Qq6xQ2s6LO8", + "GL - Legal status", + "y38Qm3uiuuV", + "Unknown", + "qIZDudMrl2h", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Legal status|Unknown", + 1, + 170 + ], + [ + 7, + "Marital status", + "", + "Coded", + 1, + "Single", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعزب", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Single", + "UWJ3rb4oSIT", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Single", + 1, + 171 + ], + [ + 7, + "Marital status", + "", + "Coded", + 2, + "Married", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "متزوج", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Married", + "KPqHQHHRcCr", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Married", + 1, + 172 + ], + [ + 7, + "Marital status", + "", + "Coded", + 3, + "Widowed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ارمل", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Widowed", + "MCDTHvjCcXk", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Widowed", + 1, + 173 + ], + [ + 7, + "Marital status", + "", + "Coded", + 4, + "Divorced / separated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مطلق منفصل ", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Divorced / separated", + "Xw72Tt47sh8", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Divorced / separated", + 1, + 174 + ], + [ + 7, + "Marital status", + "", + "Coded", + 5, + "Living with partner", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "معاشرة بدون زواج ", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Concubine", + "N3RUm7QCToz", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Living with partner", + 1, + 175 + ], + [ + 7, + "Marital status", + "", + "Coded", + 6, + "Not applicable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا ينطبق", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Not applicable", + "hvQxPXvQTWb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Not applicable", + 1, + 176 + ], + [ + 7, + "Marital status", + "", + "Coded", + 7, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Marital status", + "FpuGAOu6itZ", + "GL - Marital status", + "G69FtaNkBgp", + "Unknown", + "Wjo2m9cjodd", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Marital status|Unknown", + 1, + 177 + ], + [ + 8, + "Employment status", + "", + "Coded", + 1, + "Student", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "طالب", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Student", + "fo87CWdDTWV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Student", + 1, + 178 + ], + [ + 8, + "Employment status", + "", + "Coded", + 2, + "Permanent employee - full time", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف دائم – دوام كامل", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Permanent employee", + "xr9mD6TPYqb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Permanent employee - full time", + 1, + 179 + ], + [ + 8, + "Employment status", + "", + "Coded", + 3, + "Permanent employee - part time", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف دائم - دوام جزئي", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Permanent employee", + "xr9mD6TPYqb", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Permanent employee - part time", + 1, + 180 + ], + [ + 8, + "Employment status", + "", + "Coded", + 4, + "Occasional employee", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف مؤقت ", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Occasional employee", + "mvLwMpjazqS", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Occasional employee", + 1, + 181 + ], + [ + 8, + "Employment status", + "", + "Coded", + 5, + "Unemployed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير موظف", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Unemployed", + "cB5Xml6gEy6", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Unemployed", + 1, + 182 + ], + [ + 8, + "Employment status", + "", + "Coded", + 6, + "Housework", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عمل منزلي", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Housewife", + "xlN1a7VFrBV", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Housework", + 1, + 183 + ], + [ + 8, + "Employment status", + "", + "Coded", + 7, + "Not applicable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا ينطبق", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Not applicable", + "mJT8pyvj9x4", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Not applicable", + 1, + 184 + ], + [ + 8, + "Employment status", + "", + "Coded", + 8, + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Other", + "TSJMPoSPegN", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Other", + 1, + 185 + ], + [ + 8, + "Employment status", + "", + "Coded", + 9, + "Unknown", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Employment status", + "v7k4OcXrWR8", + "GL - Employment status", + "RpW3aZrlHDi", + "Unknown", + "hQK01FExLdF", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Employment status|Unknown", + 1, + 186 + ], + [ + 9, + "Admission type", + "", + "Coded", + 1, + "New admission", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-2475", + "", + "New admission", + "The process of admitting a patient to facility", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قبول جديد", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "(object.attributeName)", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|New admission", + 1, + 187 + ], + [ + 9, + "Admission type", + "", + "Coded", + 2, + "Readmission", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "Readmission", + "Re-admission", + "", + "", + "", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + "", + "", + "", + "", + "", + "", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-2474", + "", + "Re-admission", + "The process of being admitted to a facility again", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "إعادة القبول", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Readmission", + 1, + 188 + ], + [ + 9, + "Admission type", + "", + "Coded", + 3, + "Relapse", + "", + "Relapse", + "", + "", + "", + "", + "", + "", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "Use PIH automatch", + "", + "(see CIEL)", + "CIEL-160033", + "Relapse", + "Status of disease, particularly tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "انتكاس", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Relapse", + 1, + 189 + ], + [ + 9, + "Admission type", + "", + "Coded", + 4, + "Internal movement", + "", + "Internal movement", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-167731", + "Internal facility transfer/referral", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Internal movement", + 1, + 190 + ], + [ + 9, + "Admission type", + "", + "Coded", + 5, + "Patient referred", + "", + "Patient referred", + "", + "", + "", + "", + "", + "", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3012", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type|Patient referred", + 1, + 191 + ], + [ + 10, + "Admission type - MH", + "", + "Coded", + 1, + "New admission", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2475", + "", + "New admission", + "The process of admitting a patient to facility", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ادخال جديد ", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "New admission", + "ytN3iatLPSV", + "new_admission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Admission type - MH|New admission", + 1, + 192 + ], + [ + 10, + "Admission type - MH", + "", + "Coded", + 2, + "Readmission", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + "Readmission", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "MSF-2474", + "", + "Re-admission", + "The process of being admitted to a facility again", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعادة ادخال", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "Readmission", + "j7Omz3uFWvT", + "readmission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "-", + "Admission type - MH|Readmission", + 1, + 193 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 1, + "Internal movement", + "", + "Internal movement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Internal movement", + "hbUToWVAaDs", + "internal_movement", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Internal movement", + 1, + 194 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 2, + "New admission", + "", + "New admission", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "New admission", + "wYldfEstUDw", + "new_admission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|New admission", + 1, + 195 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 3, + "Patient referred", + "", + "Patient referred", + " ", + " ", + " ", + " ", + " ", + " ", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Patient referred", + "OaPIHkL7Oec", + "patient_referred", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Patient referred", + 1, + 196 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 4, + "Readmission", + "", + "Readmission", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Readmission", + "Rpcv8mgy0LH", + "readmission", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Readmission", + 1, + 197 + ], + [ + 11, + "Admission type - ITFC", + "", + "Coded", + 5, + "Relapse", + "", + "Relapse", + " ", + " ", + " ", + " ", + " ", + " ", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Admission type", + "nMeY390juYX", + "Medical - Pediatrics/Nutrition - Admission type", + "pi0PoB2sbPy", + "Relapse", + "k33l9HPo5aJ", + "relapse", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Admission type - ITFC|Relapse", + 1, + 198 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 1, + "New admission", + "", + "", + "New admission", + "The process of admitting a patient to facility", + "Coded", + "Finding", + "9f2fe30f-a8f0-49ba-82e4-71c232259130", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|New admission", + 1, + 199 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 2, + "Readmission", + "", + "", + "Re-admission", + " ", + " ", + " ", + "e4e42ecd-196b-4aa8-a265-bfbed09d77cf", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Readmission", + "", + "Coded", + "Question", + "95a297ab-ffe7-4aaf-aabb-412f54ac1cc6", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|Readmission", + 1, + 200 + ], + [ + 12, + "Admission type - ATFC", + "", + "Coded", + 3, + "Relapse", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + "Relapse", + "Status of disease, particularly tuberculosis", + "N/A", + "Misc", + "160033AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Relapse", + "Represents a treatment relapse", + "N/A", + "Misc", + "2e356563-e995-4b5d-884e-6e05e930de24", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Admission type] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission type - ATFC|Relapse", + 1, + 201 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فردية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Individual", + 1, + 202 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + "", + "", + "", + "", + "", + "", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ازواج", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Couple", + 1, + 203 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 3, + "Family", + "", + "Family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Family", + 1, + 204 + ], + [ + 13, + "Type of consultation", + "", + "Coded", + 4, + "Parent-Child", + "", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهل واطفال", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation|Parent-Child", + 1, + 205 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 1, + "Individual", + "96223dc7-6959-4ea5-a362-c0246d858c87", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1537", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فردية", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Individual", + "JMnQs1hB0kK", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Individual", + 1, + 206 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 2, + "Couple", + "61b32a22-acef-4141-9faa-9c236cdfa978", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ازواج", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Couple", + "mD02hgMyFVD", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Couple", + 1, + 207 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 3, + "Family", + "f16d5d76-155b-453d-bd60-ea8ee4d344e9", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Family", + "hv96C4ctfZI", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Family", + 1, + 208 + ], + [ + 14, + "Type of consultation - MHPSS baseline", + "", + "Coded", + 4, + "Parent-Child", + "c39eaa06-6506-49f0-9c4f-c96fa957f9cd", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهل واطفال", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "Parent-Child", + "PNWXisyNbE4", + "mother_child", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS baseline|Parent-Child", + 1, + 209 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "فردية", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Individual", + "BWaOLwO6b6A", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Individual", + 1, + 210 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ازواج", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Couple", + "He6N2xKBXcT", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Couple", + 1, + 211 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 3, + "Family", + "", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Family", + "Njlwl5xyuyO", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Family", + 1, + 212 + ], + [ + 15, + "Type of consultation - MHPSS follow-up", + "", + "Coded", + 4, + "Parent-Child", + "", + "Parent-Child", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Parent", + "", + "N/A", + "Misc", + "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-1536", + "", + "Family support", + "Consultation done with patient and one accompanying person such as legal guardian, parent in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "اهل واطفال", + "TEXT", + "Mental Health-Follow-up consultation- Consultation type", + "d8Dok4D8Fl4", + "Mental Health-Follow up- Consultation type", + "FYHuq8p4TYP", + "Parent-Child", + "A1dYYhmV4ob", + "mother_child", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of consultation - MHPSS follow-up|Parent-Child", + 1, + 213 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 1, + "Individual", + "", + "Individual", + "Individual", + "One person.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001907", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2889", + "", + "Individual session", + "One to one consultation between patient and provider in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "فردية", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Individual", + "sOoJSyT6ZDO", + "individual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Individual", + 1, + 214 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 2, + "Couple", + "", + "Couple", + " ", + " ", + " ", + " ", + " ", + " ", + "Couple", + "Two persons together", + "N/A", + "Misc", + "166584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-166584", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ازواج", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Couple", + "HTeXUWFE4P6", + "couple", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Couple", + 1, + 215 + ], + [ + 16, + "Type of consultation - MH closure", + "", + "Coded", + 3, + "Family", + "", + "Family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1535", + "", + "Dyad session", + "Consultation done with patient's family members in the context of mental health care", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عائلية عدد المرضى", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Main type of consultation", + "TqjvJA0GUOA", + "Mental Health - Type of consultation", + "mimbbLDaZyZ", + "Family", + "VsbQQh86Jlb", + "family", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of consultation] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of consultation - MH closure|Family", + 1, + 216 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 1, + "Psychologist", + "", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Psychologist", + 1, + 217 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 2, + "Counsellor", + "", + "Counsellor", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1568", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Counsellor", + 1, + 218 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 3, + "Psychiatrist", + "", + "Psychiatrist", + "Psychiatrist", + "A medical doctor (an M.D. or D.O.) who specializes in diagnosing and treating disorders related to mental health.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001397", + 95, + "Psychiatrist", + "", + "N/A", + "Misc", + "167061AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|Psychiatrist", + 1, + 219 + ], + [ + 17, + "Consultation done by", + "", + "Coded", + 4, + "mhGAP clinician", + "", + "mhGAP clinician", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by|mhGAP clinician", + 1, + 220 + ], + [ + 18, + "Consultation done by - MHPSS baseline", + "", + "Coded", + 1, + "Psychologist", + "278401ee-3d6f-4c65-9455-f1c16d0a7a98", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Psychologist", + "gLrTwy3IQX5", + "psychologist", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS baseline|Psychologist", + 1, + 221 + ], + [ + 18, + "Consultation done by - MHPSS baseline", + "", + "Coded", + 2, + "Counsellor", + "fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331", + "Counsellor", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Counsellor", + "XP6WAfznTX0", + "counsellor", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS baseline|Counsellor", + 1, + 222 + ], + [ + 19, + "Consultation done by - MHPSS follow-up", + "", + "Coded", + 1, + "Psychologist", + "", + "Psychologist", + "Psychologist", + "Health professional specialized in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001806", + 95, + "Psychologist", + "A professional who evaluates and studies behavior and mental processes.", + "N/A", + "Misc", + "163558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychologist", + "Psychiatric evaluation", + "N/A", + "Misc", + "e41b355e-8318-4c12-be5e-610bc46e7301", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاخصائي النفسي", + "TEXT", + "Mental Health-Follow-up consultation- Consultation done by", + "aCTIvKSNndK", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Psychologist", + "gLrTwy3IQX5", + "psychologist", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS follow-up|Psychologist", + 1, + 223 + ], + [ + 19, + "Consultation done by - MHPSS follow-up", + "", + "Coded", + 2, + "Counsellor", + "", + "Counsellor", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المستشار النفسي", + "TEXT", + "Mental Health-Follow-up consultation- Consultation done by", + "aCTIvKSNndK", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "Counsellor", + "XP6WAfznTX0", + "counsellor", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "Consultation done by - MHPSS follow-up|Counsellor", + 1, + 224 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 1, + "Health facility", + "", + "Health facility", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 95, + "Found", + "", + "", + "MSF-2578", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منشأة صحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Health facility", + 1, + 225 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 2, + "MSF health facility", + "", + "MSF health facility", + " ", + " ", + " ", + " ", + "", + " ", + " ", + " ", + " ", + " ", + "", + " ", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز صحي تابع لمنظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|MSF health facility", + 1, + 226 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 3, + "Mobile clinic", + "", + "Mobile clinic", + "Mobile clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001400", + 95, + "Mobile clinic", + " ", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Mobile clinic", + "Describes method of new HIV diagnosis.", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "MSF-1000", + "", + "Mobile Clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عيادة متنقلة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Mobile clinic", + 1, + 227 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 4, + "Home visit", + "", + "Home visit", + "Home", + "The place where an individual lives permanently", + "N/A", + "Misc", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + 90, + "Home", + " ", + "N/A", + "Misc", + "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Home visit", + "When a provider goes to the patient's residence", + "N/A", + "Misc", + "be2df0db-e633-4016-aab8-65697bb98f12", + 95, + "Found", + "", + "", + "MSF-1382", + "", + "Home", + "The place where an individual lives permanently, question = Intervention setting", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة منزلية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Home visit", + 1, + 228 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 5, + "School visit", + "", + "School visit", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "School", + "Location of teaching", + "N/A", + "Misc", + "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة مدرسية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|School visit", + 1, + 229 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 6, + "Remote / phone", + "", + "Remote / phone", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-975", + "", + "Telehealth consultation", + "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عن بعد / تلفون", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Remote / phone", + 1, + 230 + ], + [ + 20, + "Location of intervention - MH", + "", + "Coded", + 7, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "CIEL-5622", + "Other", + "A generic, descriptive, and non-coded response to a question., CIEL link is broken", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MH|Other", + 1, + 231 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 1, + "Health facility", + "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", + "Health facility", + "", + "", + "", + "", + "", + "", + "Health facility", + "", + "N/A", + "Misc", + "1537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Health facility name", + "", + "", + "", + "162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF manual", + "", + "MSF-2578", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منشأة صحية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Health facility", + "r4XbBWmqXmu", + "health_center", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Health facility", + 1, + 232 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 2, + "MSF health facility", + "41e68dee-a2a3-4e6c-9d96-53def5caff52", + "MSF health facility", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز صحي تابع لمنظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "MSF health facility", + "QjHFWlrDAi3", + "msf_health_facility", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|MSF health facility", + 1, + 233 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 3, + "Mobile clinic", + "48984e47-3e9b-4d8e-a66d-317af5c36f02", + "Mobile clinic", + "Mobile clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001400", + 95, + "Mobile clinic", + "", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Mobile clinic", + "Describes method of new HIV diagnosis.", + "N/A", + "Misc", + "167051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-1000", + "", + "Mobile Clinic", + "Customized vehicles that travel to communities and provide prevention and healthcare services.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عيادة متنقلة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Mobile clinic", + "SENCNKONSMT", + "mobile_clinic", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Mobile clinic", + 1, + 234 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 4, + "Home visit", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + "Home visit", + "Home", + "The place where an individual lives permanently", + "N/A", + "Misc", + "bd5bf44b-164c-415c-8bff-b1d4849928d3", + 90, + "Home", + "", + "N/A", + "Misc", + "1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Home visit", + "When a provider goes to the patient's residence", + "N/A", + "Misc", + "be2df0db-e633-4016-aab8-65697bb98f12", + 95, + "Found", + "Use PIH automatch", + "", + "MSF-1382", + "", + "Home", + "The place where an individual lives permanently, question = Intervention setting", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة منزلية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Home", + "Klk9UQeoyeM", + "home", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Home visit", + 1, + 235 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 5, + "School visit", + "7091b6ea-7067-4ee3-9f67-8805904e2f61", + "School visit", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "School", + "Location of teaching", + "N/A", + "Misc", + "159928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زيارة مدرسية", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "School", + "mKGlluwx83y", + "school", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|School visit", + 1, + 236 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 6, + "Remote / phone", + "398ce872-5862-4826-bba8-826915eddf98", + "Remote / phone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-975", + "", + "Telehealth consultation", + "A medical consultation with a health provider that occurs remotely through a telecommunication medium.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عن بعد / تلفون", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Remote / Phone", + "CL7Yj72PgmV", + "remote_phone", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Remote / phone", + 1, + 237 + ], + [ + 21, + "Location of intervention - MHPSS", + "", + "Coded", + 7, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-7", + "CIEL-5622", + "Other", + "A generic, descriptive, and non-coded response to a question., CIEL link is broken", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "Other", + "MSRu3TwArTh", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Location of intervention - MH] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Location of intervention - MHPSS|Other", + 1, + 238 + ], + [ + 22, + "Type of Mental Health intervention", + "", + "Coded", + 1, + "Counselling", + "", + "Counselling", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-145", + "", + "", + "", + "Not found in MSF source; possibly use 1405, name = \"Psychosocial counselling\", DEF = \"Counseling provided for psychosocial support.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "استشارة مع مستشار نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Counselling (with counsellor)", + "xUDWMZGGS2l", + "counselling_with_counsellor", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of Mental Health intervention|Counselling", + 1, + 239 + ], + [ + 22, + "Type of Mental Health intervention", + "", + "Coded", + 2, + "Psychotherapy", + "", + "Psychotherapy", + "", + "", + "", + "", + "", + "", + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "a60e6351-d0ee-403b-9467-98fb25bca5db", + 95, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-163312", + "Psychotherapy", + "No DEF", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "علاج نفسي مع اخصائي نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Psychotherapy (with psychologist)", + "JZwsTTNdzhq", + "psychotherapy_with_psychologist", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of Mental Health intervention|Psychotherapy", + 1, + 240 + ], + [ + 23, + "Type of Mental Health intervention - MHPSS", + "", + "Coded", + 1, + "Counselling", + "08c534b7-c901-46fb-9831-50ecfcd74d1b", + "Counselling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "استشارة مع مستشار نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Counselling (with counsellor)", + "xUDWMZGGS2l", + "counselling_with_counsellor", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of intervention] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of Mental Health intervention - MHPSS|Counselling", + 1, + 241 + ], + [ + 23, + "Type of Mental Health intervention - MHPSS", + "", + "Coded", + 2, + "Psychotherapy", + "aa9c5d82-1ebf-43c7-9218-6766c4affbc4", + "Psychotherapy", + " ", + " ", + " ", + " ", + " ", + " ", + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regularpersonal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "163312AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Psychotherapy", + "Psychotherapy is the use of psychological methods, particularly when based on regular personal interaction, to help a person change and overcome problems in desired ways.", + "N/A", + "Procedure", + "a60e6351-d0ee-403b-9467-98fb25bca5db", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-163312", + "Psychotherapy", + "No DEF", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "علاج نفسي مع اخصائي نفسي", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "Psychotherapy (with psychologist)", + "JZwsTTNdzhq", + "psychotherapy_with_psychologist", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of intervention] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of Mental Health intervention - MHPSS|Psychotherapy", + 1, + 242 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 1, + "IPD MSF", + "", + "IPD MSF", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|IPD MSF", + 1, + 243 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 2, + "Emergency department MSF", + "", + "Emergency department MSF", + "Emergency department", + "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", + "N/A", + "Misc", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الإسعافات لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Emergency department MSF", + 1, + 244 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 3, + "ER", + "", + "ER", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-1383", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|ER", + 1, + 245 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 4, + "MSF ATFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|MSF ATFC", + 1, + 246 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 5, + "Non-MSF ATFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Non-MSF ATFC", + 1, + 247 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 6, + "Primary Health Center MSF", + "", + "Primary Health Center MSF", + "", + "", + "", + "", + "", + "", + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Primary Health Center MSF", + 1, + 248 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 7, + "Health Promotion/sensitization", + "", + "Health Promotion/sensitization", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التوعية الصحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Health Promotion/sensitization", + 1, + 249 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 8, + "Other MSF personnel", + "", + "Other MSF personnel", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1422", + "", + "MSF other", + "Other MSF department or group., question = Source of initial patient referral", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف آخر لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other MSF personnel", + 1, + 250 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 9, + "MSF social worker", + "", + "MSF social worker", + "Social worker", + "", + "", + "", + "MSF-AAAAAA000000000000001398", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل مجتمعي لدى منظمة أطباء بلا حدود", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|MSF social worker", + 1, + 251 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 10, + "Hospital or Health facility", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-2578", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Hospital or Health facility", + 1, + 252 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 11, + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|SFC", + 1, + 253 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 12, + "Hospital", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مستشفى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Hospital", + 1, + 254 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 13, + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-1385", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|OPD", + 1, + 255 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 14, + "Outreach", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Outreach", + 1, + 256 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 15, + "Other health structure", + "", + "Other health structure", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-164407", + "Other health facility", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز أو منشأة صحية أخرى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other health structure", + 1, + 257 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 16, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Other", + 1, + 258 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 17, + "Local health worker (non-MSF)", + "", + "Local health worker (non-MSF)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Local health worker (non-MSF)", + 1, + 259 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 18, + "Institutions (NGOs/Church/IGO)", + "", + "Institutions (NGOs/Church/IGO)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Institutions (NGOs/Church/IGO)", + 1, + 260 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 19, + "NGO", + "", + "NGO", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "", + "MSF-48", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|NGO", + 1, + 261 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 20, + "Self-referral", + "", + "Self-referral", + "", + "", + "", + "", + "", + "", + "Self-referred", + "", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1417", + "CIEL-160551", + "Self-referral", + "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "احالة فردية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Self-referral", + 1, + 262 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 21, + "Family member / friend /neighbor", + "", + "Family member / friend /neighbor", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1514", + "", + "", + "", + "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد أفراد العائلة / صديق / جار", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Family member / friend /neighbor", + 1, + 263 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 22, + "Community leader", + "", + "Community leader", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Community leader", + "", + "N/A", + "Misc", + "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", + 95, + "Found", + "Use MSF automatch", + "", + "MSF-981", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد شخصيات المجتمع المحلي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Community leader", + 1, + 264 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 23, + "School / University", + "", + "School / University", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "University", + "Academic institution. Higher learning.", + "N/A", + "Misc", + "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مدرسة/جامعة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|School / University", + 1, + 265 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 24, + "Authorities", + "", + "Authorities", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1005", + "", + "Local authorities", + "The organizations or individuals in charge of the public services for a community.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلطات", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Authorities", + 1, + 266 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 25, + "Legal attorney office", + "", + "Legal attorney office", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "PIH-13470", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب المحاماة", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Legal attorney office", + 1, + 267 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 26, + "Prosecutor office", + "", + "Prosecutor office", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب الادعاء", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Prosecutor office", + 1, + 268 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 27, + "Forensic department", + "", + "Forensic department", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الطب الشرعي", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Forensic department", + 1, + 269 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 28, + "CHOW (Community Health Outreach Worker)", + "", + "CHOW (Community Health Outreach Worker)", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-1555", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "منشط اجتماعي في مجال الرعاية الصحية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|CHOW (Community Health Outreach Worker)", + 1, + 270 + ], + [ + 24, + "Patient referred by", + "", + "Coded", + 29, + "Community educator", + "", + "Community educator", + "", + "", + "", + "", + "", + "", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "CIEL-1555", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مربي مجتمع", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by|Community educator", + 1, + 271 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 1, + "IPD MSF", + "d17350e6-12de-4454-b902-58c2fc1e59aa", + "IPD MSF", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3194", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم المرضى الداخليين لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "IPD MSF", + "hUkr13HVkFe", + "inpatient_department", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|IPD MSF", + 1, + 272 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 2, + "Emergency department MSF", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + "Emergency department MSF", + "Emergency department", + "The department of a hospital that provides medical and surgical care to patients arriving at the hospital in need of immediate care.", + "N/A", + "Misc", + "c709f78b-5787-4c7e-b5bd-66aad28f7ff4", + 95, + "Emergency department", + " ", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Emergency department", + "", + "N/A", + "Misc", + "160473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الإسعافات لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "ER MSF", + "v1uQIEM3yTP", + "emergency_department", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Emergency department MSF", + 1, + 273 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 3, + "Primary Health Center MSF", + "82815438-a49d-48d7-a67f-dd294aa3c1e2", + "Primary Health Center MSF", + " ", + " ", + " ", + " ", + " ", + " ", + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Primary", + "Primary, principal or first (as in qualifier for diagnosis)", + "N/A", + "Misc", + "159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-3195", + "CIEL-159372", + "MSF Primary Health Center", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز رعاية صحية أولية تابع لمنظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Primary Health Center MSF", + "vcsgSPTyIPC", + "primary_health_center", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Primary Health Center MSF", + 1, + 274 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 4, + "Health Promotion/sensitization", + "edb619d5-309f-45db-9521-70fcc22b30aa", + "Health Promotion/sensitization", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التوعية الصحية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "HP / Sensitization", + "xihtGfyAQG9", + "sensitization", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Health Promotion/sensitization", + 1, + 275 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 5, + "Other MSF personnel", + "200a3de4-00a7-4a2e-a113-852013d6f4c5", + "Other MSF personnel", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-3197", + "", + "Other MSF personnel", + "", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موظف آخر لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Other MSF staff", + "csTGh6JIRmf", + "other_msf_staff", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Other MSF personnel", + 1, + 276 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 6, + "MSF social worker", + "92f7c3e2-89e1-4ebd-9da9-7c2976de815c", + "MSF social worker", + "Social worker", + " ", + " ", + " ", + "MSF-AAAAAA000000000000001398", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3198", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل مجتمعي لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "MSF social worker", + "cuIef31D5QL", + "social_work_msf", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|MSF social worker", + 1, + 277 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 7, + "Other health structure", + "923c6b39-4094-45e4-95ab-b44f7a381980", + "Other health structure", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-3199", + "CIEL-164407", + "Other health facility", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مركز أو منشأة صحية أخرى", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Other Health Structure", + "bZZjZast35n", + "other_health_structure", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Other health structure", + 1, + 278 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 8, + "Local health worker (non-MSF)", + "54054512-7317-45c4-9494-f74be6ab4549", + "Local health worker (non-MSF)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3200", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "عامل محلي في مجال الرعاية الصحية (ليس لدى منظمة أطباء بلا حدود)", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Local health worker non MSF", + "NIXRVxxeiLm", + "hw_local", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Local health worker (non-MSF)", + 1, + 279 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 9, + "Institutions (NGOs/Church/IGO)", + "f9688da4-cdcf-4cb3-90c2-263812fa064f", + "Institutions (NGOs/Church/IGO)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-3201", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مؤسسات أخرى (منظمات غير حكومية / مؤسسة دينية / منظمة حكومية)", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Institutions (Church, NGO, International Agencies)", + "eHP0GjRUPx4", + "institutions_church_ngo_international_agencies", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Institutions (NGOs/Church/IGO)", + 1, + 280 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 10, + "Self-referral", + "8d9386b1-a641-4155-9822-7a06a16aa8e8", + "Self-referral", + " ", + " ", + " ", + " ", + " ", + " ", + "Self-referred", + " ", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-1417", + "CIEL-160551", + "Self-referral", + "Coming spontaneously to an health facility or making an appointment with a medical specialist oneself, rather than being referred by another health professional or institution.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "احالة فردية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Self Referral", + "riMSWiZKZ2Q", + "self_referral", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Self-referral", + 1, + 281 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 11, + "Family member / friend /neighbor", + "a8432309-bc74-4da0-8639-76988c02cbb5", + "Family member / friend /neighbor", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Distinct concepts in MSF OCL; names = \"Family member\", \"Friend\", \"Neighbor\", DEFs = \"A person related by blood, marriage, or adoption\", \"The patient's friend.\", \"The patient's neighbor, a person living next to them.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد أفراد العائلة / صديق / جار", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Family / Friend / Neighbor", + "bDu4hsAwaAB", + "family_friend_neighbor", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Family member / friend /neighbor", + 1, + 282 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 12, + "Community leader", + "8b93d848-9e20-41b3-94e5-895a356e5ed7", + "Community leader", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Community leader", + "", + "N/A", + "Misc", + "70e12dd1-86b5-11eb-82cc-aa0059ea79c6", + 95, + "Found", + "", + "", + "MSF-3203", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أحد شخصيات المجتمع المحلي", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Community leader", + "waFIAukspK9", + "community_leader", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Community leader", + 1, + 283 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 13, + "School / University", + "98b1e458-2d46-4025-b912-7340f9d39610", + "School / University", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "University", + "Academic institution. Higher learning.", + "N/A", + "Misc", + "159785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "MSF-3204", + "", + "", + "", + "Not found in MSF source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مدرسة/جامعة", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "School / University", + "ipYSgBna9cP", + "school_university", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|School / University", + 1, + 284 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 14, + "Authorities", + "80575f44-be81-4694-aba4-012999328339", + "Authorities", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1005", + "", + "Local authorities", + "The organizations or individuals in charge of the public services for a community.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "السلطات", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Authorities", + "gh5agL1I7Nz", + "authorities", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Authorities", + 1, + 285 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 15, + "Legal attorney office", + "14940a46-5cce-4744-ac2a-c2d1fdc64e11", + "Legal attorney office", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب المحاماة", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Legal attorney office", + "DqMj4xwn5EC", + "legal_attorney_office", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Legal attorney office", + 1, + 286 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 16, + "Prosecutor office", + "b989e916-8299-40f6-9a92-c0c8d8e70f20", + "Prosecutor office", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مكتب الادعاء", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Prosecutor office", + "EDDo3uX7Hjp", + "fiscalia_de_la_mujer", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Prosecutor office", + 1, + 287 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 17, + "Forensic department", + "f85b0def-4af3-4901-839d-0a9dc8ace318", + "Forensic department", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قسم الطب الشرعي", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Forensic department", + "qkalVIdgmBS", + "medicina_forense", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Forensic department", + 1, + 288 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 18, + "CHOW (Community Health Outreach Worker)", + "127bfdc9-8059-4421-a3cc-967bfbfee0ce", + "CHOW (Community Health Outreach Worker)", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "منشط اجتماعي في مجال الرعاية الصحية", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "CHOW", + "LCk7N10isIp", + "chow", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|CHOW (Community Health Outreach Worker)", + 1, + 289 + ], + [ + 25, + "Patient referred by - MH", + "", + "Coded", + 19, + "Community educator", + "410a0731-cb41-4181-9897-6eb9894bf7b8", + "Community educator", + " ", + " ", + " ", + " ", + " ", + " ", + "Community", + "People with whom the client lives in the same geographical area or neighborhood", + "N/A", + "Misc", + "163488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مربي مجتمع", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "Community educator", + "PWjmOym543x", + "community_educattor", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - MH|Community educator", + 1, + 290 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 1, + "ER", + "", + "ER", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|ER", + 1, + 291 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 2, + "NGO", + "", + "NGO", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منظمة غير حكومية", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "NGO", + "YZPzqNjIjkE", + "ngo", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|NGO", + 1, + 292 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 3, + "MSF ATFC", + "", + "MSF ATFC", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "MSF ATFC", + "eQhl8Cckky0", + "msf_atfc", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|MSF ATFC", + 1, + 293 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 4, + "Non-MSF ATFC", + "", + "Non-MSF ATFC", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Non-MSF ATFC", + "qd0LCPcNoWO", + "non_msf_atfc", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Non-MSF ATFC", + 1, + 294 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 5, + "Hospital or Health facility", + "", + "Hospital or Health facility", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + " ", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مستشفى او منشأة صحية", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Hospital or Health facility", + "TrHSyBJXKcT", + "hospital_health_facility", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Hospital or Health facility", + 1, + 295 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 6, + "Self-referral", + "", + "Self-referral", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Self-referral", + "snH8Rb7148A", + "self_referred", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Self-referral", + 1, + 296 + ], + [ + 26, + "Patient referred by - ITFC", + "", + "Coded", + 7, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Medical - Pediatrics/Nutrition - by whom / from where", + "EqfHPdSmUyv", + "Medical - Pediatrics/Nutrition - by whom / from where", + "KuASWxmfnW7", + "Other", + "gyffBI4rHwm", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Patient referred by - ITFC|Other", + 1, + 297 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 1, + "SFC", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "SFC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|SFC", + 1, + 298 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 2, + "Hospital", + "", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + " ", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مستشفى", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Hospital", + 1, + 299 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 3, + "OPD", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "OPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|OPD", + 1, + 300 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 4, + "Outreach", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Outreach", + 1, + 301 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 5, + "Self-referred", + "", + "", + " ", + " ", + " ", + " ", + " ", + " ", + "Self-referred", + " ", + "Coded", + "Finding", + "165650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Self-refer", + "The person referred themself to the clinic for medical help. From WHO ART card.", + "N/A", + "Misc", + "3cde418a-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "بمفرده / رغبة من المريض", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Self-referred", + 1, + 302 + ], + [ + 27, + "Patient referred by - ATFC", + "", + "Coded", + 6, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Duplication of [Patient referred by] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Patient referred by - ATFC|Other", + 1, + 303 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 1, + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "464c68b7-0fb0-495c-b931-0c1732b60397", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "UeYsD88aXOb", + "1_1_body_pain_or_complaints", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + 1, + 304 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 2, + "1.2 Eating problems", + "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", + "1.2 Eating problems", + "Eating", + "Coded question of patient's ability to eat.", + "Coded", + "Question", + "MSF-AAAAAA000000000000002835", + 90, + "", + "", + "", + "", + "", + "", + "Eating", + "", + "N/A", + "Misc", + "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1400", + "", + "Eating disorder", + "Disorders characterized by physiological and psychological disturbances in appetite or food intake.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في الأكل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.2 Eating problems", + "u1MYOfo6bZo", + "1_2_eating_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.2 Eating problems", + 1, + 305 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 3, + "1.3 Sleeping problems", + "42966954-f43f-4564-bc59-d9d133e53a75", + "1.3 Sleeping problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-526", + "", + "Sleep disorder", + "Conditions characterized by the disturbance of normal sleep patterns and behaviors. There are a number of sleep disorders that range from trouble falling asleep, to nightmares, sleepwalking, and sleep apnea.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في النوم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.3 Sleeping problems", + "kKLSjMaDB71", + "1_3_sleeping_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.3 Sleeping problems", + 1, + 306 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 4, + "1.4 Bedwetting / retention problems", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "1.4 Bedwetting / retention problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1396", + "CIEL-117211", + "Enuresis", + "Involuntary discharge of urine after the age at which urinary control should have been achieved, CIEL name = Incontinence, no DEF, could also be 'unspecified', 'urinary' or 'stress incontinence'", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التبول أثناء النوم / مشاكل في السلس", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.4 Bedwetting / retention problems", + "W445BWB0GQ3", + "1_4_Bedwetting_retention_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.4 Bedwetting / retention problems", + 1, + 307 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 5, + "1.5 Sexual problems", + "3ba98736-982f-4d9c-a675-f83b180a9f28", + "1.5 Sexual problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1401", + "", + "Sexual disorder", + "Physiological disturbances in normal sexual performance.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل جنسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.5 Sexual problems", + "qu1XKVn8CUS", + "1_5_sexual_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.5 Sexual problems", + 1, + 308 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 6, + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "28adad48-b45b-46a4-ae94-4cca6118047e", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "PClZEC4W4rM", + "1_6_unexplained_physical_reaction", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + 1, + 309 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 7, + "2.1 Sad mood", + "7f4699e5-e70a-49fb-bf34-c09afa867fdc", + "2.1 Sad mood", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001786", + 90, + "", + "", + "", + "", + "", + "", + "Sad mood", + "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", + "N/A", + "Diagnosis", + "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-1386", + "", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مزاج حزين", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.1 Sad mood", + "XPvA3hyChlA", + "2_1_sad_mood", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.1 Sad mood", + 1, + 310 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 8, + "2.2 Irritability / anger", + "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", + "2.2 Irritability / anger", + "", + "", + "", + "", + "", + "", + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "3cf2a6fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-1387", + "", + "Irritable mood", + "Abnormal or excessive excitability with easily triggered anger, annoyance, or impatience.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سرعة الضيق / الغضب", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.2 Irritability / anger", + "vprUUUOBopr", + "2_2_irritability_anger", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.2 Irritability / anger", + 1, + 311 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 9, + "2.3 Loss of interest / anhedonia", + "51061bb9-6084-4bb3-b83b-5c234e45b09c", + "2.3 Loss of interest / anhedonia", + "", + "", + "", + "", + "", + "", + "Loss of interest", + "The loss of interest in previously rewarding or enjoyable activities or relationships.", + "N/A", + "Finding", + "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1389", + "", + "Anhedonia", + "The inability to experience pleasure from activities someone usually found enjoyable.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الاهتمام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.3 Loss of interest / anhedonia", + "b4TqJ285UWa", + "2_3_loss_of_interest_anhedonia", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.3 Loss of interest / anhedonia", + 1, + 312 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 10, + "2.4 Hopelessness", + "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", + "2.4 Hopelessness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-892", + "", + "Feeling of hopeless", + "Patient describes feelings of hopeless.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الامل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.4 Hopelessness", + "Rzq6PFcbBa5", + "2_4_hopelessness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.4 Hopelessness", + 1, + 313 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 11, + "2.5 Guilt/self-blame/worthlessness", + "e8166325-9ddc-4739-9452-da63ee7862d2", + "2.5 Guilt/self-blame/worthlessness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-153507", + "Guilty feelings", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.5 Guilt/self-blame/worthlessness", + "QZBfUwIyQm9", + "2_5_guilt_self_blame_worthlessness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.5 Guilt/self-blame/worthlessness", + 1, + 314 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 12, + "2.6 Current suicidal thoughts", + "4f8f7343-f191-4483-bcf9-c60027a6eca8", + "2.6 Current suicidal thoughts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1390", + "", + "Suicidal thoughts", + "Contemplations, wishes, and preoccupations with death and suicide", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.6 Current suicidal thoughts", + "WCyJmoOZsCZ", + "2_6_current_suicidal_thoughts", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.6 Current suicidal thoughts", + 1, + 315 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 13, + "2.7 Recent suicidal attempt", + "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", + "2.7 Recent suicidal attempt", + "", + "", + "", + "", + "", + "", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF source, not found exactly in CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.7 Recent suicidal attempt", + "z8jBJ5nYwIS", + "2_7_recent_suicidal_attempt", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.7 Recent suicidal attempt", + 1, + 316 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 14, + "2.8 Recent self-harm", + "003b425a-d8c3-47ed-bbde-45a7c180c0a4", + "2.8 Recent self-harm", + "", + "", + "", + "", + "", + "", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Self-harm exists in MSF and CIEL diagnosis but not 'recent'", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية للذات مؤخراً", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.8 Recent self-harm", + "XzLHZumvFOH", + "2_8_recent_self_harm", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.8 Recent self-harm", + 1, + 317 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 15, + "2.9 Changes in appetite", + "ce47585c-fa23-4de3-9e3a-97f5eb309e72", + "2.9 Changes in appetite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Loss or increase of appetite exist in CIEL but not 'change' only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تغير في الشهية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.9 Lack of appetite", + "Y5NywW5KfoX", + "2_9_lack_of_appetite", + "", + "", + "", + "", + "", + "", + "In Mosul form, \"Changes in appetite\"", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|2.9 Changes in appetite", + 1, + 318 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 16, + "3.1 Constant stress", + "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", + "3.1 Constant stress", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "Create in OCG", + "", + "", + "", + "", + "", + "Not found in MSF and CIEL source", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالضغط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.1 Constant stress", + "YpabM1EGBap", + "3_1_constant_stress", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.1 Constant stress", + 1, + 319 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 17, + "3.2 Persistent worry", + "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", + "3.2 Persistent worry", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-893", + "", + "Feeling constantly worried", + "Patient expresses feeling constantly worried.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالقلق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.2 Persistent worry", + "PsBi8qdxleW", + "3_2_persistent_worry", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.2 Persistent worry", + 1, + 320 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 18, + "3.3 Intense fear / phobia / feeling threatened", + "ae1ab702-fa58-4648-95e4-acca5c9078f7", + "3.3 Intense fear / phobia / feeling threatened", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-894", + "", + "Excessive fear/phobia", + "Aniexty disorders in which the essential feature is persistent and irrational fear of a specific object, activity, or situation that the individual feels compelled to avoid. The individual recognizes the fear as excessive or unreasonable.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "خوف شديد / خوف مرضي / الشعور بالتهديد", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.3 Intense fear / phobia / feeling threatened", + "JDP7sAjWj0r", + "3_3_intense_fear_phobia_feeling_threatened", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.3 Intense fear / phobia / feeling threatened", + 1, + 321 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 19, + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "473f0ea3-92e5-4a99-bbe0-358e371355ee", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Panic attack", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "N/A", + "Diagnosis", + "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "MSF-1634", + "", + "Panic disorder", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "hHoP5vhiGn3", + "3_4_panic_attack", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + 1, + 322 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 20, + "3.5 Compulsive or repetitive behavior", + "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", + "3.5 Compulsive or repetitive behavior", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1392", + "", + "Compulsive behavior", + "The behavior of performing an act persistently and repetitively without it leading to reward or pleasure.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوك وسواسي أو متكرر", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.5 Compulsive or repetitive behavior", + "PgxhapZ8P9E", + "3_5_compulsive_or_repetitive_behavior", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|3.5 Compulsive or repetitive behavior", + 1, + 323 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 21, + "4.1 Intrusive feelings, thoughts", + "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", + "4.1 Intrusive feelings, thoughts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-897", + "", + "Intrusive thoughts", + "Unwanted thoughts or mental images that make the patient feel uncomfortable.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار تطفلية أو اقتحامية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.1 Intrusive feelings thoughts", + "sFbWwoZbiSF", + "4_1_intrusive_feelings_thoughts", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.1 Intrusive feelings, thoughts", + 1, + 324 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 22, + "4.2 Flashbacks", + "c60a75c9-2ee9-4fb2-af53-6d730e45f074", + "4.2 Flashbacks", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001794", + 90, + "Flashbacks", + "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", + "N/A", + "Diagnosis", + "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1394", + "", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ومضات من الماضي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.2 Flashbacks", + "FibcXxxITz4", + "4_2_flashbacks", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.2 Flashbacks", + 1, + 325 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 23, + "4.3 Avoidance of traumatic stimuli", + "94083de5-2603-4b26-a6d8-ec4459f9eced", + "4.3 Avoidance of traumatic stimuli", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-898", + "", + "Avoidance behaviour", + "Behavioural acts that enable a patient to avoid anticipated unplesant or painful situations, stimuli, or events.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تجنب المحفزات المرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.3 Avoidance of traumatic stimuli", + "TzFciNtGU4L", + "4_3_avoidance_of_traumatic_stimuli", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.3 Avoidance of traumatic stimuli", + 1, + 326 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 24, + "4.4 Hypervigilance / excessive startle response", + "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", + "4.4 Hypervigilance / excessive startle response", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-907", + "", + "Hyper-vigilance", + "Patient is highly alert and displaying behaviors to avoid or prevent danger.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرط اليقظة / استجابة إجفالية شديدة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.4 Hypervigilance / excessive startle response", + "Uhj6bkTtm2b", + "4_4_hypervigilance_excessive_startle_response", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.4 Hypervigilance / excessive startle response", + 1, + 327 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 25, + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check, name = \"Hallucinations\", DEF = \"Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "DqF1son0fxy", + "4_5_trauma_related_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + 1, + 328 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 26, + "4.6 Child has stopped talking", + "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", + "4.6 Child has stopped talking", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3218", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'language' problems in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف الطفل عن الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.6 Child has stopped talking", + "xrr1xtIehD9", + "4_6_child_has_stopped_talking", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|4.6 Child has stopped talking", + 1, + 329 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 27, + "5.1 Delusions (false beliefs)", + "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", + "5.1 Delusions (false beliefs)", + "", + "", + "", + "", + "", + "", + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use CIEL automatch", + "", + "MSF-497", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوهام (معتقدات خاطئة)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.1 Delusions (false beliefs)", + "vAcyKlSrQOK", + "5_1_delusions", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.1 Delusions (false beliefs)", + 1, + 330 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 28, + "5.2 Visual hallucinations", + "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", + "5.2 Visual hallucinations", + "", + "", + "", + "", + "", + "", + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use CIEL automatch", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check name and definition", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات بصرية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.2 Visual hallucinations", + "lsyUg99Xik2", + "5_2_visual_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.2 Visual hallucinations", + 1, + 331 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 29, + "5.3 Auditory hallucinations", + "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", + "5.3 Auditory hallucinations", + "", + "", + "", + "", + "", + "", + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "Use CIEL automatch", + "", + "MSF-1398", + "", + "Hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real.", + "Check name", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات سمعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.3 Auditory hallucinations", + "BPYqkKFsav2", + "5_3_auditory_hallucinations", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.3 Auditory hallucinations", + 1, + 332 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 30, + "5.4 Disorganized thought /speech", + "dfaf113c-72f2-4865-81c9-31aba9e95a74", + "5.4 Disorganized thought /speech", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-903", + "", + "Disorganized thoughts", + "The paitent cannot control their thoughts or express themself well, which makes relating to others difficult.", + "Check class = Findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشتت الأفكار / الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.4 Disorganized thought /speech", + "f50m0IXJNZ1", + "5_4_disorganized_thought_speech", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.4 Disorganized thought /speech", + 1, + 333 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 31, + "5.5 Bizarre behavior", + "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", + "5.5 Bizarre behavior", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-464", + "", + "Abnormal behaviour", + "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوكيات غريبة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.5 Bizarre behavior", + "SSaShXgyswX", + "5_5_bizarre_behavior", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.5 Bizarre behavior", + 1, + 334 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 32, + "5.6 Psychotic agitation", + "cda4f471-1da9-4192-8f26-ecec35775d5a", + "5.6 Psychotic agitation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3221", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'Agitation' or 'Psychomotor agitation' in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور ذهاني بالضيق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.6 Psychotic agitation", + "BbQwHHYdAtY", + "5_6_psychotic_agitation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|5.6 Psychotic agitation", + 1, + 335 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 33, + "6.1 Problems with concentration, memory or reasoning", + "44274d50-bb85-4f20-9b55-d08f60343c38", + "6.1 Problems with concentration, memory or reasoning", + "", + "", + "", + "", + "", + "", + "concentration", + "Used to describe a concentration in a DST test. Maps to datatype double. ", + "Numeric", + "Misc", + "160047AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-1403/1404/906", + "", + "", + "", + "Check - different items and different classes grouped; names = \"Lack of concentration\", \"Lack of memory\", \"Difficulty reasoning\", DEFs = \"The inability to focus on tasks.\", \"Disturbances in registering an impression, in the retention of an acquired impression, or in the recall of an impression.\", \"Patient has difficulty thinking about things in a logical, sensible way.\"", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في التركيز، أو التذكر، أو التفكير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.1 Problems with concentration memory or reasoning", + "HxamZeSwli0", + "6_1_problems_with_concentration_memory_or_reasoning", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.1 Problems with concentration, memory or reasoning", + 1, + 336 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 34, + "6.2 Delayed development (milestones)", + "66e446ee-8f82-4f2a-808f-00d664ac92de", + "6.2 Delayed development (milestones)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-6022", + "Delayed milestones", + "Delay in a set of functional skills or age-specific tasks that most children can do by a certain age range.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تأخر في التطور (المحطات الإنجازية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.2 Delayed development (milestones)", + "zAXxqqhE7hH", + "6_2_delayed_development", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.2 Delayed development (milestones)", + 1, + 337 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 35, + "6.3 Abnormal social interaction and communication", + "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", + "6.3 Abnormal social interaction and communication", + "Abnormal", + "A result that deviates from the standard or what is expected.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001333", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd75230-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3225", + "", + "", + "", + "Not found in MSF and CIEL source, maybe close to 'Social Maladjustment' in CIEL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تواصل اجتماعي غير طبيعي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.3 Abnormal social interaction and communication", + "p1PiLH5LcpL", + "6_3_abnormal_social_interaction_and_communication", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.3 Abnormal social interaction and communication", + 1, + 338 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 36, + "6.4 Learning difficulties", + "9240ed56-8ba2-4ef2-b42f-e84179fcc333", + "6.4 Learning difficulties", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-5550", + "Learning problems", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبات في التعلم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.4 Learning difficulties", + "ov5D4toFD3q", + "6_4_learning_difficulties", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.4 Learning difficulties", + 1, + 339 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 37, + "6.5 Epileptic seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "6.5 Epileptic seizures", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000420", + 90, + "Epileptic seizure", + "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", + "N/A", + "Diagnosis", + "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-420", + "", + "Epileptic seizures", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.5 Epileptic seizures", + "dpdekdgiUMZ", + "6_5_epileptic_seizures", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|6.5 Epileptic seizures", + 1, + 340 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 38, + "7.1 Alcohol / substance abuse", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "7.1 Alcohol / substance abuse", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2457", + "", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعاطي الكحول / العقاقير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.1 Alcohol / substance abuse", + "u6J5PRo76eL", + "7_1_alcohol_substance_abuse", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.1 Alcohol / substance abuse", + 1, + 341 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 39, + "7.2 Aggressiveness", + "977e8c6f-befa-4af3-87e1-1d29a57450c1", + "7.2 Aggressiveness", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-2877", + "", + "Aggressive behavior", + "A form of behavior which leads to self-assertion; it may arise from innate drives and/or a response to frustration; may be manifested by destructive and attacking behavior, by covert attitudes of hostility and obstructionism, or by healthy self-expressive drive to mastery. (Dorland 27th ed)", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العدائية او الهجومية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.2 Aggressiveness", + "ZJKWvyAYFU4", + "7_2_aggressiveness", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.2 Aggressiveness", + 1, + 342 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 40, + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-464", + "", + "Abnormal behaviour", + "Mental disorder of childhood and adolescence characterized by repetitive and persistent patterns of conduct in which rights of others and age-appropriate societal rules are violated.Pediatric paitent displays a behavioral problem.", + "Check name", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "XwiwuWP5Sze", + "7_3_conduct_problems_in_children", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + 1, + 343 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 41, + "7.4 Hypo- or hyperactivity", + "520eccda-99f4-4cab-950b-260cfe3ab767", + "7.4 Hypo- or hyperactivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3226", + "", + "", + "", + "Includes MSF1397 (Hyperactivity), nothing found for hypoactivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة او فرط النشاط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.4 Hypo or hyperactivity", + "D655HPkg8Sw", + "7_4_hypo_or_hyperactivity", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.4 Hypo- or hyperactivity", + 1, + 344 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 42, + "7.5 Impulsivity", + "12723e41-2955-4917-971c-7f05849412d7", + "7.5 Impulsivity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-156762", + "Impulsiveness", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاندفاعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.5 Impulsivity", + "L6gwT6cBFEk", + "7_5_impulsivity", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.5 Impulsivity", + 1, + 345 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 43, + "7.6 Regression in development", + "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", + "7.6 Regression in development", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-901", + "", + "Regression in development in child", + "Loss of developmental milestones in a child during and/or after hospitalization.", + "Check class = Finding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الارتكاس في التطور", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.6 Regression in development", + "rhQpTzDeQPW", + "7_6_regression_in_development", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.6 Regression in development", + 1, + 346 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 44, + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "", + "", + "", + "", + "", + "", + "Social withdrawal", + "", + "N/A", + "Diagnosis", + "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL automatch", + "", + "(see CIEL)", + "CIEL-126307", + "Social withdrawal", + "No DEF", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "xBuK70tTHrj", + "7_7_social_withdrawal", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|7.7 Social withdrawal (isolation/reduced attachment/involvement)", + 1, + 347 + ], + [ + 28, + "Current symptoms or complaints - MH", + "", + "Coded", + 45, + "8.1 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8.1 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "Ok", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "8.1 Other (specify)", + "tkP1jOd01Pn", + "8_1_other", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - MH|8.1 Other", + 1, + 348 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 1, + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "464c68b7-0fb0-495c-b931-0c1732b60397", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آلام أو شكاوي جسدية (وجع رأس، وجع ظهر، خفقان القلب، مشاكل تنفس أو هضم، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + "UeYsD88aXOb", + "1_1_body_pain_or_complaints", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)", + 1, + 349 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 2, + "1.2 Eating problems", + "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093", + "1.2 Eating problems", + "Eating", + "Coded question of patient's ability to eat.", + "Coded", + "Question", + "MSF-AAAAAA000000000000002835", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Eating", + "", + "N/A", + "Misc", + "16e25d1b-86d0-4e31-a1a6-3d6b5998131b", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في الأكل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.2 Eating problems", + "u1MYOfo6bZo", + "1_2_eating_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.2 Eating problems", + 1, + 350 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 3, + "1.3 Sleeping problems", + "42966954-f43f-4564-bc59-d9d133e53a75", + "1.3 Sleeping problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في النوم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.3 Sleeping problems", + "kKLSjMaDB71", + "1_3_sleeping_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.3 Sleeping problems", + 1, + 351 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 4, + "1.4 Bedwetting / retention problems", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "1.4 Bedwetting / retention problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التبول أثناء النوم / مشاكل في السلس", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.4 Bedwetting / retention problems", + "W445BWB0GQ3", + "1_4_Bedwetting_retention_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.4 Bedwetting / retention problems", + 1, + 352 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 5, + "1.5 Sexual problems", + "3ba98736-982f-4d9c-a675-f83b180a9f28", + "1.5 Sexual problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل جنسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.5 Sexual problems", + "qu1XKVn8CUS", + "1_5_sexual_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.5 Sexual problems", + 1, + 353 + ], + [ + 29, + "Current symptoms or complaints - Psychosomotic", + "", + "Coded", + 6, + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "28adad48-b45b-46a4-ae94-4cca6118047e", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ردود فعل جسدية لا يمكن تفسيرها (اختلاجات غير صرعية، شلل، عدم القدرة على المشي، إغماء لا تفسير له)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + "PClZEC4W4rM", + "1_6_unexplained_physical_reaction", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosomotic|1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)", + 1, + 354 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 1, + "2.1 Sad mood", + "7f4699e5-e70a-49fb-bf34-c09afa867fdc", + "2.1 Sad mood", + "Sad mood", + "A state characterized by low mood and feelings of unhappiness.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001786", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Sad mood", + "An affective disorder manifested by either a dysphoric mood or loss of interest or pleasure in usual activities. The mood disturbance is prominent and relatively persistent.", + "N/A", + "Diagnosis", + "119539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مزاج حزين", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.1 Sad mood", + "XPvA3hyChlA", + "2_1_sad_mood", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.1 Sad mood", + 1, + 355 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 2, + "2.2 Irritability / anger", + "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0", + "2.2 Irritability / anger", + " ", + " ", + " ", + " ", + " ", + " ", + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "6023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Irritability", + "The quality or state of being irritable; testiness or petulance.", + "Coded", + "Symptom/Finding", + "3cf2a6fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سرعة الضيق / الغضب", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.2 Irritability / anger", + "vprUUUOBopr", + "2_2_irritability_anger", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.2 Irritability / anger", + 1, + 356 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 3, + "2.3 Loss of interest / anhedonia", + "51061bb9-6084-4bb3-b83b-5c234e45b09c", + "2.3 Loss of interest / anhedonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Loss of interest", + "The loss of interest in previously rewarding or enjoyable activities or relationships.", + "N/A", + "Finding", + "163474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الاهتمام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.3 Loss of interest / anhedonia", + "b4TqJ285UWa", + "2_3_loss_of_interest_anhedonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.3 Loss of interest / anhedonia", + 1, + 357 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 4, + "2.4 Hopelessness", + "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f", + "2.4 Hopelessness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان الامل", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.4 Hopelessness", + "Rzq6PFcbBa5", + "2_4_hopelessness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.4 Hopelessness", + 1, + 358 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 5, + "2.5 Guilt/self-blame/worthlessness", + "e8166325-9ddc-4739-9452-da63ee7862d2", + "2.5 Guilt/self-blame/worthlessness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالذنب / لوم الذات / الشعور بانعدام القيمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.5 Guilt/self-blame/worthlessness", + "QZBfUwIyQm9", + "2_5_guilt_self_blame_worthlessness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.5 Guilt/self-blame/worthlessness", + 1, + 359 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 6, + "2.6 Current suicidal thoughts", + "4f8f7343-f191-4483-bcf9-c60027a6eca8", + "2.6 Current suicidal thoughts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.6 Current suicidal thoughts", + "WCyJmoOZsCZ", + "2_6_current_suicidal_thoughts", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.6 Current suicidal thoughts", + 1, + 360 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 7, + "2.7 Recent suicidal attempt", + "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca", + "2.7 Recent suicidal attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحارية مؤخرا", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.7 Recent suicidal attempt", + "z8jBJ5nYwIS", + "2_7_recent_suicidal_attempt", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.7 Recent suicidal attempt", + 1, + 361 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 8, + "2.8 Recent self-harm", + "003b425a-d8c3-47ed-bbde-45a7c180c0a4", + "2.8 Recent self-harm", + " ", + " ", + " ", + " ", + " ", + " ", + "Recent", + "A description of time frame, implying something occurring close to the present time.", + "N/A", + "Misc", + "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية للذات مؤخراً", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.8 Recent self-harm", + "XzLHZumvFOH", + "2_8_recent_self_harm", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.8 Recent self-harm", + 1, + 362 + ], + [ + 30, + "Current symptoms or complaints - Depression related", + "", + "Coded", + 9, + "2.9 Changes in appetite", + "ce47585c-fa23-4de3-9e3a-97f5eb309e72", + "2.9 Changes in appetite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تغير في الشهية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "2.9 Lack of appetite", + "Y5NywW5KfoX", + "2_9_lack_of_appetite", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Depression related|2.9 Changes in appetite", + 1, + 363 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 1, + "3.1 Constant stress", + "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd", + "3.1 Constant stress", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالضغط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.1 Constant stress", + "YpabM1EGBap", + "3_1_constant_stress", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.1 Constant stress", + 1, + 364 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 2, + "3.2 Persistent worry", + "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb", + "3.2 Persistent worry", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور دائم بالقلق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.2 Persistent worry", + "PsBi8qdxleW", + "3_2_persistent_worry", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.2 Persistent worry", + 1, + 365 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 3, + "3.3 Intense fear / phobia / feeling threatened", + "ae1ab702-fa58-4648-95e4-acca5c9078f7", + "3.3 Intense fear / phobia / feeling threatened", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "خوف شديد / خوف مرضي / الشعور بالتهديد", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.3 Intense fear / phobia / feeling threatened", + "JDP7sAjWj0r", + "3_3_intense_fear_phobia_feeling_threatened", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.3 Intense fear / phobia / feeling threatened", + 1, + 366 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 4, + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "473f0ea3-92e5-4a99-bbe0-358e371355ee", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Panic attack", + "A type of anxiety disorder characterized by unexpected panic attacks that last minutes or, rarely, hours. Panic attacks begin with intense apprehension, fear or terror and, often, a feeling of impending doom. Symptoms experienced during a panic attack include dyspnea or sensations of being smothered; dizziness, loss of balance or faintness; choking sensations; palpitations or accelerated heart rate; shakiness; sweating; nausea or other form of abdominal distress; depersonalization or derealization; paresthesias; hot flashes or chills; chest discomfort or pain; fear of dying and fear of not being in control of oneself or going crazy. Agoraphobia may also develop. Similar to other anxiety disorders, it may be inherited as an autosomal dominant trait.", + "N/A", + "Diagnosis", + "130967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبة ذعر (خوف شديد ومفاجئ مع أعراض جسدية مثل ألم الصدر)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "hHoP5vhiGn3", + "3_4_panic_attack", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + 1, + 367 + ], + [ + 31, + "Current symptoms or complaints - Anxiety related", + "", + "Coded", + 5, + "3.5 Compulsive or repetitive behavior", + "4fa8e185-3ce6-4bbf-92c4-12e069dc9631", + "3.5 Compulsive or repetitive behavior", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوك وسواسي أو متكرر", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "3.5 Compulsive or repetitive behavior", + "PgxhapZ8P9E", + "3_5_compulsive_or_repetitive_behavior", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Anxiety related|3.5 Compulsive or repetitive behavior", + 1, + 368 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 1, + "4.1 Intrusive feelings, thoughts", + "ecf185bf-e3a3-4c46-948b-13dd0ddd1487", + "4.1 Intrusive feelings, thoughts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أفكار تطفلية أو اقتحامية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.1 Intrusive feelings thoughts", + "sFbWwoZbiSF", + "4_1_intrusive_feelings_thoughts", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.1 Intrusive feelings, thoughts", + 1, + 369 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 2, + "4.2 Flashbacks", + "c60a75c9-2ee9-4fb2-af53-6d730e45f074", + "4.2 Flashbacks", + "Flashbacks", + "The sudden, clear memory of a past event or time, usually one that was negative.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001794", + 90, + "Flashbacks", + "The excessive use of marijuana with associated psychological symptoms and impairment in social or occupational functioning.", + "N/A", + "Diagnosis", + "140069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ومضات من الماضي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.2 Flashbacks", + "FibcXxxITz4", + "4_2_flashbacks", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.2 Flashbacks", + 1, + 370 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 3, + "4.3 Avoidance of traumatic stimuli", + "94083de5-2603-4b26-a6d8-ec4459f9eced", + "4.3 Avoidance of traumatic stimuli", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تجنب المحفزات المرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.3 Avoidance of traumatic stimuli", + "TzFciNtGU4L", + "4_3_avoidance_of_traumatic_stimuli", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.3 Avoidance of traumatic stimuli", + 1, + 371 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 4, + "4.4 Hypervigilance / excessive startle response", + "06a3663d-f7c7-451d-a2e5-1daedfa7abb5", + "4.4 Hypervigilance / excessive startle response", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرط اليقظة / استجابة إجفالية شديدة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.4 Hypervigilance / excessive startle response", + "Uhj6bkTtm2b", + "4_4_hypervigilance_excessive_startle_response", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.4 Hypervigilance / excessive startle response", + 1, + 372 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 5, + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "e5f10e57-9d21-4d27-b2c9-e03aa535b76a", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات مرتبطة بالصدمة (سماع أصوات مرتبطة بالحادث المسبب للصدمة، رؤية الموتى، أو أي تعبير خاص – ثقافياً – على الاضطراب)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + "DqF1son0fxy", + "4_5_trauma_related_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)", + 1, + 373 + ], + [ + 32, + "Current symptoms or complaints - Trauma related", + "", + "Coded", + 6, + "4.6 Child has stopped talking", + "96eca5fb-417d-4fdb-ab32-e701eb0f8e21", + "4.6 Child has stopped talking", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف الطفل عن الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "4.6 Child has stopped talking", + "xrr1xtIehD9", + "4_6_child_has_stopped_talking", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Trauma related|4.6 Child has stopped talking", + 1, + 374 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 1, + "5.1 Delusions (false beliefs)", + "452fa7bf-ea9a-4057-bf15-bbc6c52284d4", + "5.1 Delusions (false beliefs)", + " ", + " ", + " ", + " ", + " ", + " ", + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Delusions", + "A false belief regarding the self or persons or objects outside the self that persists despite the facts, and is not considered tenable by one's associates.", + "N/A", + "Diagnosis", + "142600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أوهام (معتقدات خاطئة)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.1 Delusions (false beliefs)", + "vAcyKlSrQOK", + "5_1_delusions", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.1 Delusions (false beliefs)", + 1, + 375 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 2, + "5.2 Visual hallucinations", + "c841b5eb-e2d8-49c9-9f1b-43944d9980e6", + "5.2 Visual hallucinations", + " ", + " ", + " ", + " ", + " ", + " ", + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Visual hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "123069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات بصرية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.2 Visual hallucinations", + "lsyUg99Xik2", + "5_2_visual_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.2 Visual hallucinations", + 1, + 376 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 3, + "5.3 Auditory hallucinations", + "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1", + "5.3 Auditory hallucinations", + " ", + " ", + " ", + " ", + " ", + " ", + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Auditory hallucinations", + "Subjectively experienced sensations in the absence of an appropriate stimulus, but which are regarded by the individual as real. They may be of organic origin or associated with MENTAL DISORDERS.", + "N/A", + "Diagnosis", + "148126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هلوسات سمعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.3 Auditory hallucinations", + "BPYqkKFsav2", + "5_3_auditory_hallucinations", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.3 Auditory hallucinations", + 1, + 377 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 4, + "5.4 Disorganized thought /speech", + "dfaf113c-72f2-4865-81c9-31aba9e95a74", + "5.4 Disorganized thought /speech", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تشتت الأفكار / الكلام", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.4 Disorganized thought /speech", + "f50m0IXJNZ1", + "5_4_disorganized_thought_speech", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.4 Disorganized thought /speech", + 1, + 378 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 5, + "5.5 Bizarre behavior", + "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f", + "5.5 Bizarre behavior", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سلوكيات غريبة", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.5 Bizarre behavior", + "SSaShXgyswX", + "5_5_bizarre_behavior", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.5 Bizarre behavior", + 1, + 379 + ], + [ + 33, + "Current symptoms or complaints - Psychosis related", + "", + "Coded", + 6, + "5.6 Psychotic agitation", + "cda4f471-1da9-4192-8f26-ecec35775d5a", + "5.6 Psychotic agitation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "شعور ذهاني بالضيق", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "5.6 Psychotic agitation", + "BbQwHHYdAtY", + "5_6_psychotic_agitation", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Psychosis related|5.6 Psychotic agitation", + 1, + 380 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 1, + "6.1 Problems with concentration memory or reasoning", + "44274d50-bb85-4f20-9b55-d08f60343c38", + "6.1 Problems with concentration memory or reasoning", + " ", + " ", + " ", + " ", + " ", + " ", + "Problem", + " ", + "N/A", + "Diagnosis", + "128461AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في التركيز، أو التذكر، أو التفكير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.1 Problems with concentration memory or reasoning", + "HxamZeSwli0", + "6_1_problems_with_concentration_memory_or_reasoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.1 Problems with concentration memory or reasoning", + 1, + 381 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 2, + "6.2 Delayed development (milestones)", + "66e446ee-8f82-4f2a-808f-00d664ac92de", + "6.2 Delayed development (milestones)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تأخر في التطور (المحطات الإنجازية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.2 Delayed development (milestones)", + "zAXxqqhE7hH", + "6_2_delayed_development", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.2 Delayed development (milestones)", + 1, + 382 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 3, + "6.3 Abnormal social interaction and communication", + "08e5f461-0f71-4d23-95a0-1e4ae3d141ab", + "6.3 Abnormal social interaction and communication", + "Abnormal", + "A result that deviates from the standard or what is expected.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001333", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Abnormal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd75230-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تواصل اجتماعي غير طبيعي", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.3 Abnormal social interaction and communication", + "p1PiLH5LcpL", + "6_3_abnormal_social_interaction_and_communication", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.3 Abnormal social interaction and communication", + 1, + 383 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 4, + "6.4 Learning difficulties", + "9240ed56-8ba2-4ef2-b42f-e84179fcc333", + "6.4 Learning difficulties", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبات في التعلم", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.4 Learning difficulties", + "ov5D4toFD3q", + "6_4_learning_difficulties", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.4 Learning difficulties", + 1, + 384 + ], + [ + 34, + "Current symptoms or complaints - Neurocognitive problems", + "", + "Coded", + 5, + "6.5 Epileptic seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "6.5 Epileptic seizures", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000820", + 90, + "Epileptic seizure", + "A disorder characterized by recurrent episodes of paroxysmal brain dysfunction due to a sudden, disorderly, and excessive neuronal discharge. Epilepsy classification systems are generally based upon: (1) clinical features of the seizure episodes (e.g., motor seizure), (2) etiology (e.g., post-traumatic), (3) anatomic site of seizure origin (e.g., frontal lobe seizure), (4) tendency to spread to other structures in the brain, and (5) temporal patterns (e.g., nocturnal epilepsy). (From Adams et al., Principles of Neurology, 6th ed, p313)", + "N/A", + "Diagnosis", + "118557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "6.5 Epileptic seizures", + "dpdekdgiUMZ", + "6_5_epileptic_seizures", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Neurocognitive problems|6.5 Epileptic seizures", + 1, + 385 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 1, + "7.1 Alcohol / substance abuse", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "7.1 Alcohol / substance abuse", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعاطي الكحول / العقاقير", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.1 Alcohol / substance abuse", + "u6J5PRo76eL", + "7_1_alcohol_substance_abuse", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.1 Alcohol / substance abuse", + 1, + 386 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 2, + "7.2 Aggressiveness", + "977e8c6f-befa-4af3-87e1-1d29a57450c1", + "7.2 Aggressiveness", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العدائية او الهجومية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.2 Aggressiveness", + "ZJKWvyAYFU4", + "7_2_aggressiveness", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.2 Aggressiveness", + 1, + 387 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 3, + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل سلوكية لدى الأطفال (عدائية أو هجومية / سلوك تدميري / سرقة / الكذب مراراً / خرق القواعد)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "XwiwuWP5Sze", + "7_3_conduct_problems_in_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + 1, + 388 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 4, + "7.4 Hypo- or hyperactivity", + "520eccda-99f4-4cab-950b-260cfe3ab767", + "7.4 Hypo- or hyperactivity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة او فرط النشاط", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.4 Hypo or hyperactivity", + "D655HPkg8Sw", + "7_4_hypo_or_hyperactivity", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.4 Hypo- or hyperactivity", + 1, + 389 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 5, + "7.5 Impulsivity", + "12723e41-2955-4917-971c-7f05849412d7", + "7.5 Impulsivity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاندفاعية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.5 Impulsivity", + "L6gwT6cBFEk", + "7_5_impulsivity", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.5 Impulsivity", + 1, + 390 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 6, + "7.6 Regression in development", + "c09cde65-4fa8-47bc-b795-06ccf0be1d8b", + "7.6 Regression in development", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الارتكاس في التطور", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.6 Regression in development", + "rhQpTzDeQPW", + "7_6_regression_in_development", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.6 Regression in development", + 1, + 391 + ], + [ + 35, + "Current symptoms or complaints - Behavior problems", + "", + "Coded", + 7, + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "07ff1a8a-2a0b-4e28-83ec-8c82f0681738", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + " ", + " ", + " ", + " ", + " ", + " ", + "Social withdrawal", + " ", + "N/A", + "Diagnosis", + "126307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانعزال الاجتماعي (عزل النفس / مشاركة أقل في الأنشطة الاجتماعية)", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "7.7 Social withdrawal (isolation/reduced attachment/involvement)", + "xBuK70tTHrj", + "7_7_social_withdrawal", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Behavior problems|7.7 Social withdrawal (isolation/reduced attachment/involvement)", + 1, + 392 + ], + [ + 36, + "Current symptoms or complaints - Other symptoms", + "", + "Coded", + 1, + "8.1 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8.1 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "8.1 Other (specify)", + "tkP1jOd01Pn", + "8_1_other", + "", + "", + "", + "", + "", + "", + "Duplication of [Current symptoms or complaints] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Current symptoms or complaints - Other symptoms|8.1 Other", + 1, + 393 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 1, + "1. Acute stress reaction", + "a2f8295b-1259-481f-8ef3-34e213b7b4d6", + "1. Acute stress reaction", + "Acute stress reaction", + "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000906", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-506", + "", + "Acute stress reaction", + "A disorder characterized by the development of anxiety and dissociative symptoms after exposure to a traumatic event. Symptoms last at least two days and no longer than 1 month.", + "Ok", + " ", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب الكرب الحاد", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Acute stress reaction", + "I2TnSpzmNZV", + "acute_stress_reaction", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|1. Acute stress reaction", + 1, + 394 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 2, + "2. Bereavement/grief", + "7d486d0c-0e2b-475d-8e17-07296cc624b9", + "2. Bereavement/grief", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-139251", + "Grief", + "Normal, appropriate sorrowful response to an immediate cause. It is self-limiting and gradually subsides within a reasonable time.", + "Only greif - no record for bereavement", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "الفجيعة / الأسى", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Bereavement / grief", + "fiMmy7FVXqj", + "bereavement_grief", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|2. Bereavement/grief", + 1, + 395 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 3, + "3. Post-Traumatic Stress Disorder", + "ec7a63e8-5d0b-4dcf-8f72-7529c1df699a", + "3. Post-Traumatic Stress Disorder", + "Traumatic", + "Injury to the body that causes long-lasting damage.", + "None", + "Finding", + "5cb34fe2-1c6a-4132-a046-f6a3ebcaa529", + 90, + "Stress", + "A pathological process resulting from the reaction of the body to external forces and abnormal conditions that tend to disturb the organism's homeostasis.", + "N/A", + "Diagnosis", + "125811AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Trauma", + "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", + "N/A", + "Diagnosis", + "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-291", + "", + "Post Traumatic Stress Disorder", + "An anxiety disorder precipitated by an experience of intense fear or horror while exposed to a traumatic (especially life-threatening) event. The disorder is characterized by intrusive recurring thoughts or images of the traumatic event avoidance of anything associated with the event a state of hyperarousal and diminished emotional responsiveness. These symptoms are present for at least one month and the disorder is usually long-term.", + "Ok", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب الكرب التالي للصدمة النفسية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Post-Traumatic Stress Disorder", + "GtXv2BevE4i", + "ptsd", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|3. Post-Traumatic Stress Disorder", + 1, + 396 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 4, + "4. Conversion/Dissociative reaction", + "58881584-4f0e-4cf3-b2bf-d9f0898ae106", + "4. Conversion/Dissociative reaction", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-457", + "", + "Dissociative and Conversion Disorder", + "A category of psychiatric disorders characterized by a disruption in the usually integrated functions of consciousness, memory, identity, and/or perception of the environment.", + "Ok", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب التحويل", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Dissociative / Conversive disorder", + "DzEHTmwsbwz", + "dissociative_onversive_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|4. Conversion/Dissociative reaction", + 1, + 397 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 5, + "5. Anxiety Disorder", + "2564bdee-c24c-4d96-903e-d44010f2a8ec", + "5. Anxiety Disorder", + "Anxiety disorder", + "", + "", + "", + "MSF-AAAAAA000000000000000502", + 95, + "Anxiety", + "Persistent feeling of dread, apprehension, and impending disaster.", + "N/A", + "Diagnosis", + "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Anxiety", + "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", + "Coded", + "Diagnosis", + "3ce6b1ee-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-102", + "", + "Anxiety disorder", + "Disorders in which anxiety (persistent feelings of apprehension, tension, or uneasiness) is the predominant disturbance.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب القلق", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Anxiety Disorder", + "RBjv7HDiR95", + "anxiety_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|5. Anxiety Disorder", + 1, + 398 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 6, + "6. Medically Unexplained Physical Symptoms (MUPS)", + "9df01581-6135-4876-8fb8-cbaaa522064e", + "6. Medically Unexplained Physical Symptoms (MUPS)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3187", + "", + "", + "", + "not found MSF or CIEL", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "عراض طبية من دون أسباب جسدية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Medically Unexplained Physical Symptoms", + "bCJLe9PMYeL", + "mups", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|6. Medically Unexplained Physical Symptoms (MUPS)", + 1, + 399 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 7, + "7. Depression", + "2066f043-2f21-4c19-8c04-77301d7404f9", + "7. Depression", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-160", + "", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "لاكتئاب", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Depression", + "cBAzRxJxoKF", + "depression", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|7. Depression", + 1, + 400 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 8, + "8. Self-harming behavior/suicide attempt", + "b27187bd-e94a-4dbc-9a77-46c0cefad25a", + "8. Self-harming behavior/suicide attempt", + "Self-harm", + "The act of purposely hurting oneself as an emotional coping mechanism.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001791", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "Seperate - self harm MSF 158754, suicidal thoughts MSF1390 (different to attemps) Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540, History of Suicide attempt - CIEL 129176", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "سلوك مؤذي للنفس / محاولة انتحار", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Self-harm / suicide", + "StKvhy342Ik", + "self_harm_suicide", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|8. Self-harming behavior/suicide attempt", + 1, + 401 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 9, + "9. Acute psychosis (incl. post-partum psychosis)", + "b33dac1c-b0c0-4fcd-b639-661bb6678924", + "9. Acute psychosis (incl. post-partum psychosis)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-446", + "", + "Acute and transient psychosis", + "A disorder characterized by delusions, hallucinations, disorganized speech, and/or grossly disorganized behavior that resolve within a month.", + "Includes transient", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "ذهان حاد (يشمل ذهان ما بعد الإنجاب)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Acute psychosis", + "RU3BLFqOhZe", + "acute_psychosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|9. Acute psychosis (incl. post-partum psychosis)", + 1, + 402 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 10, + "10. Chronic psychosis (incl. schizophrenia)", + "97f1f41-b0c7-407d-b95f-b1e26c3fd23c", + "10. Chronic psychosis (incl. schizophrenia)", + "Chronic psychosis", + "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000844", + 90, + "Chronic psychosis", + "", + "N/A", + "Diagnosis", + "166212AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "MSF-444", + "", + "Chronic psychosis", + "A combination of symptoms that persist in the long-term, resulting in a severely impaired relationship with reality.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "ذهان مزمن(يشمل الفصام)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Chronic psychosis", + "ndznYG4Vbbs", + "chronic_psychosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|10. Chronic psychosis (incl. schizophrenia)", + 1, + 403 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 11, + "11. Bipolar disorder (incl. mania)", + "1ba02bf8-6bbe-46a6-baff-d18b5c9f6425", + "11. Bipolar disorder (incl. mania)", + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000848", + 90, + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "N/A", + "Diagnosis", + "121131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-448", + "", + "Bipolar disorder", + "A major affective disorder marked by severe mood swings (manic or major depressive episodes) and a tendency to remission and recurrence.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب ثنائي القطب(يشمل الهوس)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Bipolar disorder", + "V30FRwMiqy7", + "bipolar_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|11. Bipolar disorder (incl. mania)", + 1, + 404 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 12, + "12. Enuresis / Encopresis", + "a22392b2-c8dc-43b5-8f8a-b18a223f25f2", + "12. Enuresis / Encopresis", + "Enuresis", + "Involuntary discharge of urine after the age at which urinary control should have been achieved", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000001796", + 90, + "Encopresis", + "Incontinence of feces not due to organic defect or illness.", + "N/A", + "Diagnosis", + "141309AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "Seperate entities, Enuresis MSF-1396, Encopresis CIEL141309", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "سلس البراز / البول", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Enuresis", + "Ef59Tr7bwiG", + "enuresis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|12. Enuresis / Encopresis", + 1, + 405 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 13, + "13. Developmental disorder (incl. intellectual disability, autism)", + "63f73696-3d7c-4dc5-8c16-5382c20c3f9f", + "13. Developmental disorder (incl. intellectual disability, autism)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "MSF-500", + "OCL-1194889", + "Developmental disabilities", + "Disorders in which there is a delay in development based on that expected for a given age level or stage of development. These impairments or disabilities originate before age 18, may be expected to continue indefinitely, and constitute a substantial impairment. Biological and nonbiological factors are involved in these disorders. ", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب نمو (يشمل الإعاقة الذهنية والتوحد)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Developmental disorder (incl. intellectual disability, autism)", + "veb2vWtp2QT", + "developmental_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|13. Developmental disorder (incl. intellectual disability, autism)", + 1, + 406 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 14, + "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + "1189fb28-8d79-4d69-a434-63fed6e0ea60", + "14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-890", + "", + "Childhood behavioural problem", + "Pediatric paitent displays a behavioral problem.", + "nb finding not diagnosis", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب سلوكي لدى الطفل (يشمل اضطراب نقص الانتباه مع فرط النشاط، واضطراب المسلك)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Childhood behavioral disorder", + "k6LNSHULzvA", + "childhood_behavioral_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|14. Childhood behavioral disorder (incl. ADHD, conduct disorder)", + 1, + 407 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 15, + "15. Childhood emotional disorder", + "52d85e63-b238-4161-985c-97f75ad80c9a", + "15. Childhood emotional disorder", + "Childhood emotional disorder", + "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000905", + 95, + "Childhood emotional disorder", + "", + "N/A", + "Diagnosis", + "155498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-505", + "", + "Childhood emotional disorder", + "A disorder characterized by the long-term exhibition of one or more of the following characteristics: an inability to learn that cannot be explained by intellectual, sensory, or health factors; an inability to build or maintain satisfactory interpersonal relationships with peers and teachers; inappropriate types of behavior or feelings under normal circumstances; a general pervasive mood of unhappiness or depression; or a tendency to develop physical symptoms or fears associated with personal or school problems.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب عاطفي لدى الطفل", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Childhood emotional disorder", + "JznaioxOZKP", + "childhood_emotional_disorder", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|15. Childhood emotional disorder", + 1, + 408 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 16, + "16. Substance-related disorder", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + "16. Substance-related disorder", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Create in OCG", + "", + "MSF-2457", + "", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "اضطراب ذو صلة بالعقاقير", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Substance-related disorders", + "HllN5G1TKNb", + "substance_related_disorders", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|16. Substance-related disorder", + 1, + 409 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 17, + "17. Epilepsy / seizures", + "88f53582-4db7-4936-970d-7b6f685f0c68", + "17. Epilepsy / seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", + "Coded", + "Diagnosis", + "155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.", + "N/A", + "Diagnosis", + "3cce0a90-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-420", + "", + "Epileptic seizure", + "A brain disorder characterized by episodes of abnormally increased neuronal discharge resulting in transient episodes of sensory or motor neurological dysfunction, or psychic dysfunction. These episodes may or may not be associated with loss of consciousness or convulsions.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "صرع/نوبات صرعية", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Epilepsy / seizures", + "KYmRwgkkgsl", + "epilepsy_seizures", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|17. Epilepsy / seizures", + 1, + 410 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 18, + "18. Other disorder", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "18. Other disorder", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "other / other disorder", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "Arabic", + "نوع آخر من الأمراض", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "Other disorder, specify", + "G7j5nsi8r7T", + "other_disorder_specify", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|18. Other disorder", + 1, + 411 + ], + [ + 37, + "Clinical diagnosis - MH", + "", + "Coded", + 19, + "19. No diagnosis", + "dc77c73a-5ce5-4aac-821e-81f19f81b65f", + "19. No diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-1630", + "", + "none", + "Generic descriptive answer.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Diagnosis established by psychologist] <> 'Yes'", + "", + "", + "", + "", + "لا يوجد تشخيص", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "No diagnosis", + "qNroeJqYQmn", + "no_diagnosis", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "-", + "Clinical diagnosis - MH|19. No diagnosis", + 1, + 412 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 1, + "1. Psychosomatic", + "c899d33a-adde-4c70-ad65-2326b8843e3b", + "1. Psychosomatic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-459", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "نفسية جسدية", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "1. Psychosomatic", + "YLwstT7QxPg", + "1_psychosomatic", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|1. Psychosomatic", + 1, + 413 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 2, + "2. Depression related", + "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", + "2. Depression related", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "1رتبطة بالاكتئاب", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "2. Depression related", + "IEdTLNPdysy", + "2_depression_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|2. Depression related", + 1, + 414 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 3, + "3. Anxiety related", + "241b3278-3803-478b-8484-70e2b17e5543", + "3. Anxiety related", + "", + "", + "", + "", + "", + "", + "Anxiety", + "Persistent feeling of dread, apprehension, and impending disaster.", + "N/A", + "Diagnosis", + "121543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Anxiety", + "Anxiety disorder is a blanket term covering several different forms of abnormal, pathological anxiety, fears, phobias and nervous conditions that are described as an irrational or illogical worry that is not based on fact. The term anxiety disorder can cover a range of severities from general social anxieties to panic disorders.", + "Coded", + "Diagnosis", + "3ce6b1ee-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "2مرتبطة بالقلق", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "3. Anxiety related", + "WgBIYmHZdJc", + "3_anxiety_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|3. Anxiety related", + 1, + 415 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 4, + "4. Trauma related", + "3a0c003c-9149-4a5f-a236-ed5d61231950", + "4. Trauma related", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Trauma", + "Damage inflicted on the body as the direct or indirect result of an external force, with or without disruption of structural continuity.", + "N/A", + "Diagnosis", + "124193AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "3مرتبطة بالصدمة", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "4. Trauma related", + "vC3XeVwbmLY", + "4_trauma_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|4. Trauma related", + 1, + 416 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 5, + "5. Psychosis related", + "612c130a-0ae9-4565-af09-b5437334c742", + "5. Psychosis related", + "Psychosis", + "Mental disorder combining symptoms that result in an impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000696", + 90, + "Psychosis", + "", + "N/A", + "Diagnosis", + "113517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Psychosis", + "A severe mental disorder, with or without organic damage, characterized by derangement of personality and loss of contact with reality and causing deterioration of normal social functioning.", + "N/A", + "Diagnosis", + "3ccea7fc-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "4مرتبطة بالذهان", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "5. Psychosis related", + "NuEhgdvdwHA", + "5_psychosis_related", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|5. Psychosis related", + 1, + 417 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 6, + "6. Neuro cognitive problems", + "a5b552b6-44db-42f1-a436-6f2f12de471e", + "6. Neuro cognitive problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-891", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "5مشاكل عصبية إدراكية", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "6. Neuro cognitive problems", + "x9vk1fImSr7", + "6_neuro_cognitive_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|6. Neuro cognitive problems", + 1, + 418 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 7, + "7. Behaviour problems", + "5b271a75-d44b-466a-8baf-71153dc1895c", + "7. Behaviour problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "", + "OCL-113635", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "6مشاكل في السلوكيات", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "7. Behaviour problems", + "S5v9RKrCwIx", + "7_behaviour_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|7. Behaviour problems", + 1, + 419 + ], + [ + 38, + "Main category of symptoms - MH", + "", + "Coded", + 8, + "8. Other symptoms", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8. Other symptoms", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "", + "category not diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "7اعراض اخرى", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "8. Other symptoms", + "GaJQMD4oqS5", + "8_other_symptoms", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of symptoms - MH|8. Other symptoms", + 1, + 420 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 1, + "1 - 3 days", + "a3d78d0a-613d-46ab-ae00-de985dd822eb", + "1 - 3 days", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3243", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أيام ١-٣", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 3 days", + "Syw1PVWr0UX", + "1_3_days", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 3 days", + 1, + 421 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 2, + "4 - 7 days", + "7a5a7a86-1ebf-4309-915a-d58e6c907db1", + "4 - 7 days", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3244", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أيام ٤-٦", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "4 - 7 days", + "jVQNrNJHHkN", + "4_7_days", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|4 - 7 days", + 1, + 422 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 3, + "1 - 4 weeks", + "d5ea3587-be05-4b66-809c-3c63481300b3", + "1 - 4 weeks", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3245", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أسابيع ١-٤", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 4 weeks", + "IcUeaP23Ayu", + "1_4_weeks", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 4 weeks", + 1, + 423 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 4, + "1 - 6 months", + "a2ffa3e1-eabe-4417-af29-09ea962d584e", + "1 - 6 months", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3246", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أشهر ١-٦", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "1 - 6 months", + "qgvtHQTTScW", + "1_6_months", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|1 - 6 months", + 1, + 424 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 5, + "6 - 12 months", + "f9c40a2d-7e94-418b-b222-e73959845e4d", + "6 - 12 months", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3247", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أشهر ٦-١٢", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "6 - 12 months", + "y6MYfCvaJkX", + "6_12_months", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|6 - 12 months", + 1, + 425 + ], + [ + 39, + "Duration of the main symptom - MH", + "", + "Coded", + 6, + "> 1 year", + "f7ae6f81-0dcf-4316-9706-26d96a8d9c1e", + "> 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3248", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أكثر من سنة", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "> 1 year", + "ACcQT2fwiwz", + ">1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Duration of the main symptom - MH|> 1 year", + 1, + 426 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 1, + "0 - 4", + "", + "0 - 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "0 - 4", + "WckhKgP63BA", + "0_4", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|0 - 4", + 1, + 427 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 2, + 45421, + "", + 45421, + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + 45421, + "YkBcbx6RBHh", + "5_9", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|5 - 9", + 1, + 428 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 3, + 45579, + "", + 45579, + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + 45579, + "AJWrsjJAliA", + "10_14", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|10 - 14", + 1, + 429 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 4, + "15 - 19", + "", + "15 - 19", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "15 - 19", + "q0ubDgXvYpV", + "15_19", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|15 - 19", + 1, + 430 + ], + [ + 40, + "PHQ9 - Ranges", + "", + "Coded", + 5, + ">=20", + "", + ">=20", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + ">=20", + "vq07JGEe2mq", + ">20", + "", + "", + "", + "", + "", + "", + "Integer in OpenMRS, coded in DHIS2", + "", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PHQ9 - Ranges|>=20", + 1, + 431 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 1, + "0 - Not assessed", + "eb770ad7-b106-4255-83bd-2dc284fbd7ce", + "0 - Not assessed", + "", + "", + "", + "", + "", + "", + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3257", + "", + "", + "0 - لم يتم قياسه", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لم يتم قياسه", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 0, + "G9EBBmiN9xy", + "cgi-s_score|0", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|0 - Not assessed", + 1, + 432 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 2, + "1 - Normal/not ill", + "d884d3dd-7649-4260-b139-2d740baf9767", + "1 - Normal/not ill", + "Normal", + "A standard or typical result.", + "N/A", + "Misc", + "d884d3dd-7649-4260-b139-2d740baf9767", + 90, + "Normal", + "General descriptive answer.", + "N/A", + "Misc", + "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Normal", + "General descriptive answer.", + "N/A", + "Misc", + "3cd750a0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "1 - عادي / غير مريض", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "عادي / غير مريض", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 1, + "kA0sL0CXSw6", + "cgi-s_score|1", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|1 - Normal/not ill", + 1, + 433 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 3, + "2 - Suspected mentally ill", + "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1", + "2 - Suspected mentally ill", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Create in OCG", + "", + "", + "", + "", + "2 - يشتبه بإصابته بمرض نفسي", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "يشتبه بإصابته بمرض نفسي", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 2, + "JZ7qkt6RFC8", + "cgi-s_score|2", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|2 - Suspected mentally ill", + 1, + 434 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 4, + "3 - Mildly ill", + "c90610d0-29ee-437e-af93-7bcc49fda2f1", + "3 - Mildly ill", + "Mild", + "Without severity or significant impact", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001887", + 90, + "Mildly ill", + "Clearly established symptoms with minimal, if any, distress or difficulty in social and occupational function", + "N/A", + "Finding", + "c6518e7c-21fb-4567-b415-13c007171e4e", + 90, + "Mild", + "General qualifier value", + "N/A", + "Finding", + "3cdef9ae-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "3 - مريض بشكل طفيف", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل طفيف", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 3, + "Wdl3QmheipE", + "cgi-s_score|3", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|3 - Mildly ill", + 1, + 435 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 5, + "4 - Moderately ill", + "e81cfac7-6c80-4e1b-af86-3d896c9bbdac", + "4 - Moderately ill", + "Moderate", + "Average in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001888", + 90, + "Moderately ill", + "Overt symptoms causing noticeable, but modest, functional impairment or distress; symptom level may warrant medication", + "N/A", + "Finding", + "10fe25ee-6a0f-41f8-a443-3155b51e5f25", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "3cdef832-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "4 - مريض بشكل متوسط ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل متوسط ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 4, + "nCM6PF4SB9r", + "cgi-s_score|4", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|4 - Moderately ill", + 1, + 436 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 6, + "5 - Markedly ill", + "cf122053-f10b-4450-89e1-ed9adabb413c", + "5 - Markedly ill", + "Markedly ill", + "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Severity (CGI-S) score, rating the mental state of the patient.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001840", + 90, + "Markedly ill", + "Intrusive symptoms that distinctly impair social/occupational function or cause intrusive levels of distress", + "N/A", + "Finding", + "877f9423-bac3-41b4-ada1-3e571cfaa7fd", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "5 - مريض بشكل ملحوظ ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل ملحوظ ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 5, + "nIwgqWMPi2T", + "cgi-s_score|5", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|5 - Markedly ill", + 1, + 437 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 7, + "6 - Severely ill", + "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7", + "6 - Severely ill", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severely ill", + "Disruptive pathology, behavior and function are frequently influenced by symptoms, may require assistance from others", + "N/A", + "Finding", + "fbce3be2-ca0b-48e0-a314-720d2a67b71b", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "6 - مريض بشكل شديد", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل شديد", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 6, + "UD0mFMSQCkc", + "cgi-s_score|6", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|6 - Severely ill", + 1, + 438 + ], + [ + 41, + "CGI-S", + "", + "Coded", + 8, + "7 - Extremely ill patient", + "0f115f25-cdd0-49c3-b009-ba9acb041fef", + "7 - Extremely ill patient", + "", + "", + "", + "", + "", + "", + "Extremely ill", + "Among the most extremely ill patients&mdash;pathology drastically interferes in many life functions; may be hospitalized", + "N/A", + "Finding", + "319a7d41-45c6-4a88-8e84-6a61b9cc2d1b", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "7 - مريض بشكل خطير", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "مريض بشكل خطير", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 7, + "FYnMWvKXosf", + "cgi-s_score|7", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "X", + "-", + "-", + "CGI-S|7 - Extremely ill patient", + 1, + 439 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 1, + "0 - Not assessed", + "", + "0 - Not assessed", + "", + "", + "", + "", + "", + "", + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Not assessed", + "Information was not collected because the question was not asked, patient not examined, or not otherwise assessed.", + "N/A", + "Misc", + "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "Use CIEL automatch", + "", + "", + "", + "", + "0 - لم يتم قياسه ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لم يتم قياسه ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 0, + "G9EBBmiN9xy", + "cgi-s_score|0", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|0 - Not assessed", + 1, + 440 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 2, + "1 - Very much improved", + "", + "1 - Very much improved", + "Very much improved", + "A score of 1 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001843", + 95, + "Very much improved", + "Nearly all better; good level of functioning; minimal symptoms; represents a very substantial change", + "N/A", + "Finding", + "30c9c7a5-cc9e-40fa-a5ec-9e8b8994a2c7", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "1 - تحسن إلى حد كبير ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن إلى حد كبير ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 1, + "kA0sL0CXSw6", + "cgi-s_score|1", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|1 - Very much improved", + 1, + 441 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 3, + "2 - Much improved", + "", + "2 - Much improved", + "Much improved", + "A score of 2 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001844", + 90, + "Much improved", + "Notably better with significant reduction of symptoms; increase in the level of functioning but some symptoms remain", + "N/A", + "Finding", + "0bab04e3-b58c-4809-862b-1f9da712b46d", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "2 - تحسن جداً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن جداً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 2, + "JZ7qkt6RFC8", + "cgi-s_score|2", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|2 - Much improved", + 1, + 442 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 4, + "3 - Minimally improved", + "", + "3 - Minimally improved", + "Minimally improved", + "A score of 3 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001845", + 95, + "Minimally improved", + "Slightly better with little or no clinically meaningful reduction of symptoms. Represents very little change in basic clinical status, level of care, or functional capacity", + "N/A", + "Finding", + "da0f78aa-5e68-4979-90e6-49225805e85b", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "3 - تحسن بالحد الأدنى", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "تحسن بالحد الأدنى", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 3, + "Wdl3QmheipE", + "cgi-s_score|3", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|3 - Minimally improved", + 1, + 443 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 5, + "4 - No change", + "", + "4 - No change", + "No change", + "A score of 4 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001846", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "4 - لا تغيّر ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "لا تغيّر ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 4, + "nCM6PF4SB9r", + "cgi-s_score|4", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|4 - No change", + 1, + 444 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 6, + "5 - Minimally worse", + "", + "5 - Minimally worse", + "Minimally worse", + "A score of 5 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001847", + 90, + "Minimally worse", + "Slightly worse but may not be clinically meaningful; may represent very little change in basic clinical status or functional capacity", + "N/A", + "Misc", + "f7d57972-8da5-422c-8b85-d9d2239c682e", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "5 - ساءت حالته قليلاً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته قليلاً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 5, + "nIwgqWMPi2T", + "cgi-s_score|5", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|5 - Minimally worse", + 1, + 445 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 7, + "6 - Much worse", + "", + "6 - Much worse", + "Much worse", + "A score of 6 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001848", + 90, + "Much worse", + "Clinically significant increase in symptoms and diminished functioning", + "N/A", + "Misc", + "0bec15d7-9903-4a20-9494-401301f4d05d", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "6 - ساءت حالته جداً ", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته جداً ", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 6, + "UD0mFMSQCkc", + "cgi-s_score|6", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|6 - Much worse", + 1, + 446 + ], + [ + 42, + "CGI-I", + "", + "Coded", + 8, + "7 - Very much worse", + "", + "7 - Very much worse", + "Very much worse", + "A score of 7 on the Clinical Global Impressions à¢â‚¬â€œ Improvement (CGI-I) score, rating improvement compared to condition at admission to the project.", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001849", + 90, + "Very much worse", + "Severe exacerbation of symptoms and loss of functioning", + "N/A", + "Misc", + "79c81058-c0ee-430e-9153-fb9c3c2dccc7", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF automatch", + "", + "", + "", + "", + "7 - ساءت حالته إلى حد كبير", + "To be searched", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "ساءت حالته إلى حد كبير", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + 7, + "FYnMWvKXosf", + "cgi-s_score|7", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "X", + "-", + "-", + "CGI-I|7 - Very much worse", + 1, + 447 + ], + [ + 43, + "Medication prescribed by - MH", + "", + "Coded", + 1, + "MSF", + "74c9a7c6-e64d-4f49-b8a6-f10999eb25bc", + "MSF", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3300", + "", + "MSF OCG", + "The MSF Operational Centre based in Geneva.", + "MSF-51 is MSF OCG (each section is coded, but no MSF on its own)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "منظمة أطباء بلا حدو", + "TEXT", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Medication prescribed by - MH|MSF", + 1, + 448 + ], + [ + 43, + "Medication prescribed by - MH", + "", + "Coded", + 2, + "Non MSF", + "77822de2-c236-4400-96f4-ee13b9334cea", + "Non MSF", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF manual", + "", + "MSF-3301", + "", + "", + "", + "Not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "ليس منظمة أطباء بلا حدود", + "TEXT", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Medication prescribed by - MH|Non MSF", + 1, + 449 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 1, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-313", + "", + "Sexual violence", + "Unlawful sexual intercourse without consent of the victim.", + "Not found as an adjective alone, MSF313 for sexual violence", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "جنسي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Sexual", + 1, + 450 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 2, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use CIEL manual", + "", + "(see CIEL)", + "CIEL-158358", + "Physical Violence", + "", + "Not found as an adjective alone, as a diagnosis in CIEL (physical violence, or as a finding, Victim of physical violence, 167244)", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "جسدي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Physical", + 1, + 451 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 3, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3303", + "", + "", + "", + "Not found as an adjective alone, or as a type of violence in MSF", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "لفظي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Verbal", + 1, + 452 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 4, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3304", + "", + "", + "", + "Not found as an adjective alone, or as a type of violence in MSF", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "نفسي", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Psychological", + 1, + 453 + ], + [ + 44, + "Type of violence", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اخرى", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "From one question with multiple choice in OpenMRS to three data elements in DHIS2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of violence|Other", + 1, + 454 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 1, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Physical", + 1, + 455 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 2, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Psychological", + 1, + 456 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 3, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Sexual", + 1, + 457 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 4, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Verbal", + 1, + 458 + ], + [ + 45, + "Type of violence 2", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 2|Other", + 1, + 459 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 1, + "Physical", + "6473ad84-53e1-4bb0-bb25-32ac424aaa97", + "Physical", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Physical", + "h2DdKZx4Vmo", + "physical", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Physical", + 1, + 460 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 2, + "Psychological", + "5d595702-1991-47fa-bea1-8682e23c62bd", + "Psychological", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Psychological", + "IB5Dcn2mt73", + "psychic", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Psychological", + 1, + 461 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 3, + "Sexual", + "51c61fb2-017e-43d7-9195-e95cc2cb9304", + "Sexual", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Sexual", + "sXpow8pqklC", + "sexual", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Sexual", + 1, + 462 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 4, + "Verbal", + "58bdf548-26ee-42da-8837-8ecaf82fce1d", + "Verbal", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Verbal", + "x2WEys3MnzF", + "verbal", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Verbal", + 1, + 463 + ], + [ + 46, + "Type of violence 3", + "", + "Coded", + 5, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "Other", + "memzDtuyqNN", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Type of violence] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Type of violence 3|Other", + 1, + 464 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 1, + "< 24 hrs", + "63a236d1-add1-49ec-88c9-8e89108a71f2", + "< 24 hrs", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3305", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من 24 ساعة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "< 24 hrs", + "rboxGBCpxP5", + "< 24 hrs", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|< 24 hrs", + 1, + 465 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 2, + "24 -72hrs", + "8d9cf61e-1f64-4f25-b202-52da17e8c634", + "24 -72hrs", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3306", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "72-24ساعة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "24 -72hrs", + "Fi67snqrRPm", + "24 -72hrs", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|24 -72hrs", + 1, + 466 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 3, + "Less than 1 month", + "0e298528-7c8c-4724-a24f-d71ee7c1ebea", + "Less than 1 month", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3307", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من شهر واحد", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Less than 1 month", + "W90N4TbsQYD", + "less_than_1_month", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Less than 1 month", + 1, + 467 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 4, + "Less than 1 year", + "b5b58ef8-1bdf-4c14-9384-afbeb848d571", + "Less than 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3308", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "اقل من سنة", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Less than 1 year", + "NEIhaoKeaqc", + "less_than_1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Less than 1 year", + 1, + 468 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 5, + ">= 1 year", + "4a17e0a6-1add-49a6-9831-d8ad7c647ec9", + ">= 1 year", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "Use MSF manual", + "", + "MSF-3309", + "", + "", + "", + "generic time scale", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "سنة او اكثر", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + ">= 1 year", + "ifUaNyIglm3", + ">= 1_year", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|>= 1 year", + 1, + 469 + ], + [ + 47, + "Time between violence event and consultation", + "", + "Coded", + 6, + "Unknown", + "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Use MSF automatch", + "", + "MSF-929", + "CIEL-1067", + "unknown", + "Generic answer to question when information/data is not known.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Has the patient experienced an act of aggression or violence] <> 'Yes'", + "", + "", + "", + "Arabic", + "غير معروف", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "Unknown", + "Ldq2j9ZBfMI", + "unknown", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Time between violence event and consultation|Unknown", + 1, + 470 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 1, + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "6e02debd-31eb-4112-8566-00e520835c76", + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + 1, + 471 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 2, + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL_160656", + "Personal History of severe disease", + "", + "Diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + 1, + 472 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "35910034-cc37-4dd1-abb7-ce140b0eff2b", + "1.3 Unwanted pregnancy", + "", + "", + "", + "", + "", + "", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL -123572", + "Unwanted Pregnancy", + "The pregnancy is not wanted by one or both parents.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حمل غير مرعوب به", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.3 Unwanted pregnancy", + 1, + 473 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 4, + "1.4 History of psychiatric problems", + "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", + "1.4 History of psychiatric problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-159350", + "Personal History of Psychiatric Disorder", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المعاناة من مشاكل نفسية في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.4 History of psychiatric problems", + 1, + 474 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 5, + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "4bf7b376-9193-4ee4-a51a-445d07d2d22b", + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "N/A", + "Diagnosis", + "733c362a-89d3-4c6a-b918-f4af5725e7c7", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-145439", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + 1, + 475 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 6, + "1.6 Family member with a serious medical condition", + "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", + "1.6 Family member with a serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "MSF-918", + "", + "Close relative with medical disease", + "Relative or family member has a medical disease.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|1.6 Family member with a serious medical condition", + 1, + 476 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "5cccf137-2952-4c9b-b879-b4ed2a9be621", + "2.1 Sexual violence within the family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي داخل العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.1 Sexual violence within the family", + 1, + 477 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 8, + "2.2 Sexual violence outside the family", + "dbe73631-79ae-4ab9-a3c8-65d6732c8714", + "2.2 Sexual violence outside the family", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي خارج العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.2 Sexual violence outside the family", + 1, + 478 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 9, + "2.3 Exposed to war", + "cf28335f-d72c-440a-afc1-bcca39b51155", + "2.3 Exposed to war", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العيش في أجواء الحرب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.3 Exposed to war", + 1, + 479 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 10, + "2.4 Incarceration/detention", + "66492df1-6d26-498a-b6c7-b10931da1642", + "2.4 Incarceration/detention", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-156761", + "Imprisonment and other incarceration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحبس/الاحتجاز", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.4 Incarceration/detention", + 1, + 480 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 11, + "2.5 Hostage/kidnapping/forced recruitment", + "8917acb0-e25d-4f9e-84bb-cae9998abf35", + "2.5 Hostage/kidnapping/forced recruitment", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاختطاف / التجنيد الإجباري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.5 Hostage/kidnapping/forced recruitment", + 1, + 481 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 12, + "2.6 Deportation", + "f279409d-71ba-41c6-8301-76ee90d239dc", + "2.6 Deportation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الترحيل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.6 Deportation", + 1, + 482 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 13, + "2.7 Domestic violence", + "e25f9ca1-0b33-4765-a8c4-5da48289bda7", + "2.7 Domestic violence", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-160658", + "History of exposure to domestic violence", + "History of abusive behaviors by one partner against another in an intimate relationship such as marriage, dating, family, or cohabitation. This includes the history of physical, sexual or emotional abuse.", + "As opposed to Domestic Violence as a diagnosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف المنزلي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.7 Domestic violence", + 1, + 483 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 14, + "2.8 Victim of threats", + "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", + "2.8 Victim of threats", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للتهديدات", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.8 Victim of threats", + 1, + 484 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 15, + "2.9 Victim of human trafficking or smuggling", + "5958f0fd-c755-4640-80d7-5ef0f9522b2e", + "2.9 Victim of human trafficking or smuggling", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للإتجار البشري والتهريب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.9 Victim of human trafficking or smuggling", + 1, + 485 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 16, + "2.10 Witness violence/killings/threats", + "107a7f52-f95d-447f-bf1a-c801e1a0082c", + "2.10 Witness violence/killings/threats", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-922", + "", + "Direct witness of violence", + "Patient directly witnessed an act of violence.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.10 Witness violence/killings/threats", + 1, + 486 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 17, + "2.11 Forced to flee (IDP/refugee/migrant)", + "a8b0e025-a735-407b-b958-fe9b29c370e7", + "2.11 Forced to flee (IDP/refugee/migrant)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1530", + "", + "Internally Displaced Person", + "Person who have been forced to flee their home but never cross an international border", + "Also existing migrant MSF-1531 and refugee MSF-1529", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.11 Forced to flee (IDP/refugee/migrant)", + 1, + 487 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 18, + "2.12 Target of stigma/discrimination/marginalization", + "e702655a-57af-457a-a1ae-42e31f119f80", + "2.12 Target of stigma/discrimination/marginalization", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "Multiple distinct types of discrimination in CIEL, no generic. Also reused to seek treatment due to stigme as a reason for noncomliance", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للوصم / التمييز العنصري / التهميش", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.12 Target of stigma/discrimination/marginalization", + 1, + 488 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 19, + "2.13 Other violence (wounded/beaten/torture)", + "c80eb3f7-31b1-4717-a78d-0aac623fc129", + "2.13 Other violence (wounded/beaten/torture)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found - but Victim of Torture CIEL-123156", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.13 Other violence (wounded/beaten/torture)", + 1, + 489 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 20, + "2.14 Forced curfew or confinement", + "ea673f5c-5f99-4da5-9f41-92c21446de31", + "2.14 Forced curfew or confinement", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "no found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاحتجاز أو منع الحركة القسري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.14 Forced curfew or confinement", + 1, + 490 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 21, + "2.15 History of suicide attempts", + "160734e2-e5ed-44e9-b573-bdbb6e619e30", + "2.15 History of suicide attempts", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-129176", + "History of Suicide attempt", + "", + "Suicide Attempt by Inadequate Means CIEL 125539, Suicide Attempt by Adequate Means 125540", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحار سابقة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.15 History of suicide attempts", + 1, + 491 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 22, + "2.16 History of self-harm/mutilation", + "19408a7e-e17e-4040-adec-d6aa426564ce", + "2.16 History of self-harm/mutilation", + "", + "", + "", + "", + "", + "", + "self-harm", + "", + "N/A", + "Diagnosis", + "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1391", + "", + "Self Harm", + "The act of purposely hurting oneself as an emotional coping mechanism.", + "Is listed as diagnosis, not as a precipitating event", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية نفس / تشويه للنفس في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.16 History of self-harm/mutilation", + 1, + 492 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 23, + "2.17 Family members lived a violent experience", + "5a462534-7605-4137-8d5c-503584538eb4", + "2.17 Family members lived a violent experience", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أفراد العائلة لتجربة عنيفة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.17 Family members lived a violent experience", + 1, + 493 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 24, + "2.18 Adult forced marriage ", + "a725a884-e785-4c08-b08a-386d8652faaf", + "2.18 Adult forced marriage ", + "", + "", + "", + "", + "", + "", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الزواج القسري للبالغين", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.18 Adult forced marriage ", + 1, + 494 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 25, + "2.19 Child marriage", + "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زواج الأطفال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|2.19 Child marriage", + 1, + 495 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 26, + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "4e3ab089-6a99-4e15-8883-3c49a150e6c6", + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + "", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "MSF-917", + "CIEL-167687", + "Close relative detained/died/missed/injured", + "Relative or family member has died, been detained, is missing, etc.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.1 Family member killed or missing (arrested / detained / disappeared) ", + 1, + 496 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 27, + "3.2 Unaccompanied minor or orphaned", + "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", + "3.2 Unaccompanied minor or orphaned", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found. 1174 CIEL, but as question 'orphan' not finding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قاصر أو يتيم من دون مرافق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.2 Unaccompanied minor or orphaned", + 1, + 497 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "f2be320d-7757-4525-bcb0-6005368982d7", + "3.3 Negligence of caretakers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1424", + "", + "Victim of Neglect", + "The person has been deprived of the care necessary to maintain their physical or mental health.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهمال مقدمي الرعاية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.3 Negligence of caretakers", + 1, + 498 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "979b6137-2d14-412d-8e07-d3f2a1743deb", + "3.4 Property destroyed or lost", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1544", + "", + "House / Property destroyed", + "Specific agregated concept for the Mental Health database as part of the list of stressors", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دمار الممتلكات أو فقدانها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.4 Property destroyed or lost", + 1, + 499 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 30, + "3.5 Loss of income", + "c88d3256-f445-4eee-8aac-c31542386f23", + "3.5 Loss of income", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان مصدر الدخل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.5 Loss of income", + 1, + 500 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 31, + "3.6 Death of family member (natural or accidental death)", + "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", + "3.6 Death of family member (natural or accidental death)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found - CIEL 167687 - loss of a relative, but description also includes detailed missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.6 Death of family member (natural or accidental death)", + 1, + 501 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 32, + "3.7 Relationship problems", + "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", + "3.7 Relationship problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-113353", + "Relationship problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عاطفية مع الشريك/ة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.7 Relationship problems", + 1, + 502 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 33, + "3.8 Divorce/separation", + "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", + "3.8 Divorce/separation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-163007", + "Divorced/separated→Previously married but now not with living spouse[en]", + "Either divorced or separated but not widowed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطلاق / الانفصال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.8 Divorce/separation", + 1, + 503 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", + "3.9 Migration due to financial reasons", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found , only MSF1531 Migrant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهجرة لأسباب اقتصادية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|3.9 Migration due to financial reasons", + 1, + 504 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + 1, + 505 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 36, + "4.2 Road accident", + "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", + "4.2 Road accident", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-2985", + "", + "Trauma Accidental Traffic (TAT)", + "", + "I am unsure if this MSF is a good match, also CIEL - Traffic accident 119964, or CIEL-86, Accident motor vehicle", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حادث سير", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|4.2 Road accident", + 1, + 506 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 37, + "5.1 Financial problems", + "e6957cdb-3694-4ab6-b98b-2031c02b4460", + "5.1 Financial problems", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1543", + "", + "Extreme poverty / financial crisis", + "Specific agregated concept for the Mental Health database as part of the list of stressors", + "Maybe too strong", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل مالية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.1 Financial problems", + 1, + 507 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "cd22a8af-1506-47af-9d1b-325c31c230a8", + "5.2 Difficult living conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبة الوضع المعيشي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.2 Difficult living conditions", + 1, + 508 + ], + [ + 48, + "Past / precipitating events", + "", + "Coded", + 39, + "5.3 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "5.3 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حدد", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / precipitating events|5.3 Other", + 1, + 509 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 1, + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + "6e02debd-31eb-4112-8566-00e520835c76", + "1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مرتبط بالوصم والعار (الإيدز، الفشل الكبدي الحاد، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)", + 1, + 510 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 2, + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + "ccd5d010-12c7-44d7-966e-c5b17c02e3a2", + "1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حالة طبية شديدة (نقص التغذية، الإعاقة الجسدية، مشاكل جنسية أو إنجابية، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)", + 1, + 511 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "35910034-cc37-4dd1-abb7-ce140b0eff2b", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حمل غير مرعوب به", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.3 Unwanted pregnancy", + 1, + 512 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 4, + "1.4 History of psychiatric problems", + "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d", + "1.4 History of psychiatric problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المعاناة من مشاكل نفسية في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.4 History of psychiatric problems", + 1, + 513 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 5, + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + "4bf7b376-9193-4ee4-a51a-445d07d2d22b", + "1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Chronic disease", + "Diseases which have one or more of the following characteristics: they are permanent, leave residual disability, are caused by nonreversible pathological alteration, require special training of the patient for rehabilitation, or may be expected to require a long period of supervision, observation, or care. (Dictionary of Health Services Management, 2d ed)", + "N/A", + "Diagnosis", + "733c362a-89d3-4c6a-b918-f4af5725e7c7", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرض مزمن (سكري، فرط الضغط، السرطان، إلخ.)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ", + 1, + 514 + ], + [ + 49, + "Past / Precipitating Events - Medical conditions", + "", + "Coded", + 6, + "1.6 Family member with a serious medical condition", + "42e8ab5a-607f-4259-a23f-9f9bac5d5b46", + "1.6 Family member with a serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فرد من أفراد العائلة يعاني من حالة مرضية شديدة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Medical conditions|1.6 Family member with a serious medical condition", + 1, + 515 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 1, + "2.1 Sexual violence within the family", + "5cccf137-2952-4c9b-b879-b4ed2a9be621", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي داخل العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.1 Sexual violence within the family", + 1, + 516 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 2, + "2.2 Sexual violence outside the family", + "dbe73631-79ae-4ab9-a3c8-65d6732c8714", + "2.2 Sexual violence outside the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف الجنسي خارج العائلة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.2 Sexual violence outside the family", + 1, + 517 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 3, + "2.3 Exposed to war", + "cf28335f-d72c-440a-afc1-bcca39b51155", + "2.3 Exposed to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العيش في أجواء الحرب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.3 Exposed to war", + 1, + 518 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 4, + "2.4 Incarceration/detention", + "66492df1-6d26-498a-b6c7-b10931da1642", + "2.4 Incarceration/detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحبس/الاحتجاز", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.4 Incarceration/detention", + 1, + 519 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 5, + "2.5 Hostage/kidnapping/forced recruitment", + "8917acb0-e25d-4f9e-84bb-cae9998abf35", + "2.5 Hostage/kidnapping/forced recruitment", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاختطاف / التجنيد الإجباري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.5 Hostage/kidnapping/forced recruitment", + 1, + 520 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 6, + "2.6 Deportation", + "f279409d-71ba-41c6-8301-76ee90d239dc", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الترحيل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.6 Deportation", + 1, + 521 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 7, + "2.7 Domestic violence", + "e25f9ca1-0b33-4765-a8c4-5da48289bda7", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف المنزلي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.7 Domestic violence", + 1, + 522 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 8, + "2.8 Victim of threats", + "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206", + "2.8 Victim of threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للتهديدات", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.8 Victim of threats", + 1, + 523 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 9, + "2.9 Victim of human trafficking or smuggling", + "5958f0fd-c755-4640-80d7-5ef0f9522b2e", + "2.9 Victim of human trafficking or smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للإتجار البشري والتهريب", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.9 Victim of human trafficking or smuggling", + 1, + 524 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 10, + "2.10 Witness violence/killings/threats", + "107a7f52-f95d-447f-bf1a-c801e1a0082c", + "2.10 Witness violence/killings/threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاهدة أعمال العنف والقتل والتهديد بالتعرض لها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.10 Witness violence/killings/threats", + 1, + 525 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 11, + "2.11 Forced to flee (IDP/refugee/migrant)", + "a8b0e025-a735-407b-b958-fe9b29c370e7", + "2.11 Forced to flee (IDP/refugee/migrant)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإجبار على الهرب (النزوح داخلياً / الهجرة / اللجوء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.11 Forced to flee (IDP/refugee/migrant)", + 1, + 526 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 12, + "2.12 Target of stigma/discrimination/marginalization", + "e702655a-57af-457a-a1ae-42e31f119f80", + "2.12 Target of stigma/discrimination/marginalization", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التعرض للوصم / التمييز العنصري / التهميش", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.12 Target of stigma/discrimination/marginalization", + 1, + 527 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 13, + "2.13 Other violence (wounded/beaten/torture)", + "c80eb3f7-31b1-4717-a78d-0aac623fc129", + "2.13 Other violence (wounded/beaten/torture)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع آخر من العنف (التعرض للجرح / الضرب / التعذيب)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.13 Other violence (wounded/beaten/torture)", + 1, + 528 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 14, + "2.14 Forced curfew or confinement", + "ea673f5c-5f99-4da5-9f41-92c21446de31", + "2.14 Forced curfew or confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الاحتجاز أو منع الحركة القسري", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.14 Forced curfew or confinement", + 1, + 529 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 15, + "2.15 History of suicide attempts", + "160734e2-e5ed-44e9-b573-bdbb6e619e30", + "2.15 History of suicide attempts", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "محاولات انتحار سابقة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.15 History of suicide attempts", + 1, + 530 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 16, + "2.16 History of self-harm/mutilation", + "19408a7e-e17e-4040-adec-d6aa426564ce", + "2.16 History of self-harm/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + "self-harm", + " ", + "N/A", + "Diagnosis", + "158754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أذية نفس / تشويه للنفس في السابق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.16 History of self-harm/mutilation", + 1, + 531 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 17, + "2.17 Family members lived a violent experience", + "5a462534-7605-4137-8d5c-503584538eb4", + "2.17 Family members lived a violent experience", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أفراد العائلة لتجربة عنيفة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.17 Family members lived a violent experience", + 1, + 532 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 18, + "2.18 Adult forced marriage ", + "a725a884-e785-4c08-b08a-386d8652faaf", + "2.18 Adult forced marriage ", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الزواج القسري للبالغين", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.18 Adult forced marriage ", + 1, + 533 + ], + [ + 50, + "Past / Precipitating Events - Violence", + "", + "Coded", + 19, + "2.19 Child marriage", + "cf6a1837-ad3a-4efc-b99f-4c7679a171d6", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "زواج الأطفال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Violence|2.19 Child marriage", + 1, + 534 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 1, + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "4e3ab089-6a99-4e15-8883-3c49a150e6c6", + "3.1 Family member killed or missing (arrested / detained / disappeared) ", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تعرض أحد أفراد العائلة للقتل أو الاختطاف (الاعتقال / الاحتجاز / الإخفاء)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.1 Family member killed or missing (arrested / detained / disappeared) ", + 1, + 535 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 2, + "3.2 Unaccompanied minor or orphaned", + "b10b3c8c-2f11-4f0e-9f45-2959a45997c8", + "3.2 Unaccompanied minor or orphaned", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قاصر أو يتيم من دون مرافق", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.2 Unaccompanied minor or orphaned", + 1, + 536 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 3, + "3.3 Negligence of caretakers", + "f2be320d-7757-4525-bcb0-6005368982d7", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اهمال مقدمي الرعاية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.3 Negligence of caretakers", + 1, + 537 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 4, + "3.4 Property destroyed or lost", + "979b6137-2d14-412d-8e07-d3f2a1743deb", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "دمار الممتلكات أو فقدانها", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.4 Property destroyed or lost", + 1, + 538 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 5, + "3.5 Loss of income", + "c88d3256-f445-4eee-8aac-c31542386f23", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "فقدان مصدر الدخل", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.5 Loss of income", + 1, + 539 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 6, + "3.6 Death of family member (natural or accidental death)", + "a98876f1-98f2-4821-b7d4-e2510b4ac3f1", + "3.6 Death of family member (natural or accidental death)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موت فرد من أفراد العائلة (بشكل طبيعي أو عرضي)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.6 Death of family member (natural or accidental death)", + 1, + 540 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 7, + "3.7 Relationship problems", + "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عاطفية مع الشريك/ة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.7 Relationship problems", + 1, + 541 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 8, + "3.8 Divorce/separation", + "c461d1ad-5f8e-4e67-bcc7-70e4765640f1", + "3.8 Divorce/separation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطلاق / الانفصال", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.8 Divorce/separation", + 1, + 542 + ], + [ + 51, + "Past / Precipitating Events - Separation or loss", + "", + "Coded", + 9, + "3.9 Migration due to financial reasons", + "dca34aab-8ed4-4d8c-9dc6-7e6862e91504", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الهجرة لأسباب اقتصادية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Separation or loss|3.9 Migration due to financial reasons", + 1, + 543 + ], + [ + 52, + "Past / Precipitating Events - Disaster", + "", + "Coded", + 1, + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + "02dd014e-f5c7-443f-b9e7-053fdd27ce8d", + "4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كوارث طبيعية (زلزال / تسونامي / إعصار / فيضان)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Disaster|4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)", + 1, + 544 + ], + [ + 52, + "Past / Precipitating Events - Disaster", + "", + "Coded", + 2, + "4.2 Road accident", + "9e0945eb-68f0-4d1c-a421-27f46fa41eaa", + "4.2 Road accident", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حادث سير", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Disaster|4.2 Road accident", + 1, + 545 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 1, + "5.1 Financial problems", + "e6957cdb-3694-4ab6-b98b-2031c02b4460", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل مالية", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.1 Financial problems", + 1, + 546 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 2, + "5.2 Difficult living conditions", + "cd22a8af-1506-47af-9d1b-325c31c230a8", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "صعوبة الوضع المعيشي", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.2 Difficult living conditions", + 1, + 547 + ], + [ + 53, + "Past / Precipitating Events - Other", + "", + "Coded", + 3, + "5.3 Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "5.3 Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "حدد", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Created in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Past / Precipitating Events - Other|5.3 Other", + 1, + 548 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 1, + "1.1 Highly stigmatizing diseases", + "", + "1.1 Highly stigmatizing diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.1 Highly stigmatizing diseases", + 1, + 549 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 2, + "1.2 Severe medical condition", + "", + "1.2 Severe medical condition", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.2 Severe medical condition", + 1, + 550 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.3 Unwanted pregnancy", + 1, + 551 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 4, + "1.4 History of psychological or psychiatric problem", + "", + "1.4 History of psychological or psychiatric problem", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.4 History of psychological or psychiatric problem", + 1, + 552 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 5, + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000603", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "3cd50188-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + 1, + 553 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 6, + "1.6 Family member with serious medical condition", + "", + "1.6 Family member with serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|1.6 Family member with serious medical condition", + 1, + 554 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.1 Sexual violence within the family", + 1, + 555 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 8, + "2.10 Witnessed violence / killing / threats", + "", + "2.10 Witnessed violence / killing / threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.10 Witnessed violence / killing / threats", + 1, + 556 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 9, + "2.11 Forced to flee / IDP / refugee / migration", + "", + "2.11 Forced to flee / IDP / refugee / migration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.11 Forced to flee / IDP / refugee / migration", + 1, + 557 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 10, + "2.12 Target of social stigma / Marginalisation and discrimination", + "", + "2.12 Target of social stigma / Marginalisation and discrimination", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.12 Target of social stigma / Marginalisation and discrimination", + 1, + 558 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 11, + "2.13 Other physical violence (wounded, beaten, tortured)", + "", + "2.13 Other physical violence (wounded, beaten, tortured)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.13 Other physical violence (wounded, beaten, tortured)", + 1, + 559 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 12, + "2.14 Forced curfew and confinement", + "", + "2.14 Forced curfew and confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.14 Forced curfew and confinement", + 1, + 560 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 13, + "2.15 Suicide/suicide attempt", + "", + "2.15 Suicide/suicide attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Suicide", + "The act of killing oneself.", + "N/A", + "Diagnosis", + "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.15 Suicide/suicide attempt", + 1, + 561 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 14, + "2.16 Self harming/mutilation", + "", + "2.16 Self harming/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.16 Self harming/mutilation", + 1, + 562 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 15, + "2.17 Family member experienced an act of violence", + "", + "2.17 Family member experienced an act of violence", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.17 Family member experienced an act of violence", + 1, + 563 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 16, + "2.18 Adult forced marriage", + "", + "2.18 Adult forced marriage", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.18 Adult forced marriage", + 1, + 564 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 17, + "2.19 Child marriage", + "", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.19 Child marriage", + 1, + 565 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 18, + "2.2 Sexual violence outside family", + "", + "2.2 Sexual violence outside family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.2 Sexual violence outside family", + 1, + 566 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 19, + "2.3 Combat experience / Exposure to war", + "", + "2.3 Combat experience / Exposure to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.3 Combat experience / Exposure to war", + 1, + 567 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 20, + "2.4 Incarceration / Detention", + "", + "2.4 Incarceration / Detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.4 Incarceration / Detention", + 1, + 568 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 21, + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + 1, + 569 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 22, + "2.6 Deportation", + "", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.6 Deportation", + 1, + 570 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 23, + "2.7 Domestic violence", + "", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.7 Domestic violence", + 1, + 571 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 24, + "2.8 Received threats", + "", + "2.8 Received threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.8 Received threats", + 1, + 572 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 25, + "2.9 Victim of human trafficking / smuggling", + "", + "2.9 Victim of human trafficking / smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|2.9 Victim of human trafficking / smuggling", + 1, + 573 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 26, + "3.1 Family member(s) killed / missing", + "", + "3.1 Family member(s) killed / missing", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.1 Family member(s) killed / missing", + 1, + 574 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 27, + "3.2 Unaccompanied minor / orphan", + "", + "3.2 Unaccompanied minor / orphan", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.2 Unaccompanied minor / orphan", + 1, + 575 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.3 Negligence of caretakers", + 1, + 576 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.4 Property destroyed or lost", + 1, + 577 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 30, + "3.5 Loss of income", + "", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.5 Loss of income", + 1, + 578 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 31, + "3.6 Family member died (natural death or accident)", + "", + "3.6 Family member died (natural death or accident)", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.6 Family member died (natural death or accident)", + 1, + 579 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 32, + "3.7 Relationship problems", + "", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.7 Relationship problems", + 1, + 580 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 33, + "3.8 Divorce / Separation", + "", + "3.8 Divorce / Separation", + " ", + " ", + " ", + " ", + " ", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.8 Divorce / Separation", + 1, + 581 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|3.9 Migration due to financial reasons", + 1, + 582 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + 1, + 583 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 36, + "4.2 Road accidents", + "", + "4.2 Road accidents", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|4.2 Road accidents", + 1, + 584 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 37, + "5.1 Financial problems", + "", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.1 Financial problems", + 1, + 585 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.2 Difficult living conditions", + 1, + 586 + ], + [ + 54, + "Precipitating event 2", + "", + "Coded", + 39, + "5.3 Other, specify", + "", + "5.3 Other, specify", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 2|5.3 Other, specify", + 1, + 587 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 1, + "1.1 Highly stigmatizing diseases", + "", + "1.1 Highly stigmatizing diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.1 Highly stigmatizing diseases", + "UtZAg9HOl2X", + "1_1_highly_stigmatized_diesases_aids_fhf_cancer_et", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.1 Highly stigmatizing diseases", + 1, + 588 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 2, + "1.2 Severe medical condition", + "", + "1.2 Severe medical condition", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.2 Severe medical condition", + "kwVbO7rEDpa", + "1_2_severe_medical_condition_malnutrition_handicap", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.2 Severe medical condition", + 1, + 589 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 3, + "1.3 Unwanted pregnancy", + "", + "1.3 Unwanted pregnancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Unwanted pregnancy", + "The pregnancy is not wanted by one or both parents.", + "N/A", + "Diagnosis", + "123572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.3 Unwanted pregnancy", + "adcxJg5csrG", + "1_3_unwanted_pregnancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.3 Unwanted pregnancy", + 1, + 590 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 4, + "1.4 History of psychological or psychiatric problem", + "", + "1.4 History of psychological or psychiatric problem", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.4 History of psychological or psychiatric problem", + "opjcxJLoee0", + "1_4_history_of_psychological_or_psychiatric_disord", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.4 History of psychological or psychiatric problem", + 1, + 591 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 5, + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000603", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hypertension", + "Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.", + "N/A", + "Diagnosis", + "3cd50188-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + "oVNm1SpwSAX", + "1_5_chronic_illness_diabetes_hypertension_cancer_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)", + 1, + 592 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 6, + "1.6 Family member with serious medical condition", + "", + "1.6 Family member with serious medical condition", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "1.6 Family member with serious medical condition", + "hvzUIWVm3VY", + "1_6_family_member_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|1.6 Family member with serious medical condition", + 1, + 593 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 7, + "2.1 Sexual violence within the family", + "", + "2.1 Sexual violence within the family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.1 Sexual violence within the family", + "ucH7Y0tMLZ1", + "2_1_sexual_violence_inside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.1 Sexual violence within the family", + 1, + 594 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 8, + "2.10 Witnessed violence / killing / threats", + "", + "2.10 Witnessed violence / killing / threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.10 Witnessed violence / killing / threats", + "KSmryqQSjor", + "2_1_witnessed_violence_killing_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.10 Witnessed violence / killing / threats", + 1, + 595 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 9, + "2.11 Forced to flee / IDP / refugee / migration", + "", + "2.11 Forced to flee / IDP / refugee / migration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.11 Forced to flee / IDP / refugee / migration", + "f4ZY0427W7U", + "2_1_forced_to_flee_idp_refugee_migration", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.11 Forced to flee / IDP / refugee / migration", + 1, + 596 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 10, + "2.12 Target of social stigma / Marginalisation and discrimination", + "", + "2.12 Target of social stigma / Marginalisation and discrimination", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.12 Target of social stigma / Marginalisation and discrimination", + "SIPCKdn1Dpv", + "2_1_marginalistation_target_of_social_stigma_and_d", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.12 Target of social stigma / Marginalisation and discrimination", + 1, + 597 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 11, + "2.13 Other physical violence (wounded, beaten, tortured)", + "", + "2.13 Other physical violence (wounded, beaten, tortured)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.13 Other physical violence (wounded, beaten, tortured)", + "V21lI1g5Fr7", + "2_1_other_physical_violence_wounded_beaten_torture", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.13 Other physical violence (wounded, beaten, tortured)", + 1, + 598 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 12, + "2.14 Forced curfew and confinement", + "", + "2.14 Forced curfew and confinement", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.14 Forced curfew and confinement", + "Q2Ue5Ws3Efj", + "2_1_curfew_and_confinement", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.14 Forced curfew and confinement", + 1, + 599 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 13, + "2.15 Suicide/suicide attempt", + "", + "2.15 Suicide/suicide attempt", + " ", + " ", + " ", + " ", + " ", + " ", + "Suicide", + "The act of killing oneself.", + "N/A", + "Diagnosis", + "125561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.15 Suicide/suicide attempt", + "plG9iz6KL0j", + "2_15_suicide", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.15 Suicide/suicide attempt", + 1, + 600 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 14, + "2.16 Self harming/mutilation", + "", + "2.16 Self harming/mutilation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.16 Self harming/mutilation", + "Sl40bVhY9x2", + "2_16_self_harming", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.16 Self harming/mutilation", + 1, + 601 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 15, + "2.17 Family member experienced an act of violence", + "", + "2.17 Family member experienced an act of violence", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.17 Family member experienced an act of violence", + "c4izXXVfrTG", + "2_17_family_act_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.17 Family member experienced an act of violence", + 1, + 602 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 16, + "2.18 Adult forced marriage", + "", + "2.18 Adult forced marriage", + " ", + " ", + " ", + " ", + " ", + " ", + "Adult", + "Age >=25 years old", + "N/A", + "Finding", + "166044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.18 Adult forced marriage", + "EnWWuU1n0rG", + "2.18_adult_forced_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.18 Adult forced marriage", + 1, + 603 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 17, + "2.19 Child marriage", + "", + "2.19 Child marriage", + "Child", + "The patient's child.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000425", + 90, + "Child", + " ", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Child", + "", + "N/A", + "Misc", + "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.19 Child marriage", + "NMAgNOD3HQL", + "2.19_child_marriage", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.19 Child marriage", + 1, + 604 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 18, + "2.2 Sexual violence outside family", + "", + "2.2 Sexual violence outside family", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.2 Sexual violence outside family", + "SjIexWH6Yol", + "2_2_sexual_violence_outside_family", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.2 Sexual violence outside family", + 1, + 605 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 19, + "2.3 Combat experience / Exposure to war", + "", + "2.3 Combat experience / Exposure to war", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.3 Combat experience / Exposure to war", + "LmfJQGG1kCh", + "2_3_combat_experience", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.3 Combat experience / Exposure to war", + 1, + 606 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 20, + "2.4 Incarceration / Detention", + "", + "2.4 Incarceration / Detention", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.4 Incarceration / Detention", + "Tm51ZasLMf0", + "2_4_incarceration_detention", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.4 Incarceration / Detention", + 1, + 607 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 21, + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + "evX4dDNHfhg", + "2_5_hostage_kidnapping_forced_recruitment_by_armed", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)", + 1, + 608 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 22, + "2.6 Deportation", + "", + "2.6 Deportation", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.6 Deportation", + "Uvk4jImA6wf", + "2_6_deportation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.6 Deportation", + 1, + 609 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 23, + "2.7 Domestic violence", + "", + "2.7 Domestic violence", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.7 Domestic violence", + "Mk5Lqn9HUpX", + "2_7_domestic_violence", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.7 Domestic violence", + 1, + 610 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 24, + "2.8 Received threats", + "", + "2.8 Received threats", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.8 Received threats", + "fHXyGJXvI52", + "2_8_received_threats", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.8 Received threats", + 1, + 611 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 25, + "2.9 Victim of human trafficking / smuggling", + "", + "2.9 Victim of human trafficking / smuggling", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "2.9 Victim of human trafficking / smuggling", + "BX90V68ibIY", + "2_9_victim_of_human_trafficking_smuggling", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|2.9 Victim of human trafficking / smuggling", + 1, + 612 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 26, + "3.1 Family member(s) killed / missing", + "", + "3.1 Family member(s) killed / missing", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.1 Family member(s) killed / missing", + "mpqu4T3wVmL", + "3_1_family_members_killed_missing", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.1 Family member(s) killed / missing", + 1, + 613 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 27, + "3.2 Unaccompanied minor / orphan", + "", + "3.2 Unaccompanied minor / orphan", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.2 Unaccompanied minor / orphan", + "ml49BYDG4l2", + "3_2_unaccompanied_minor_orphan", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.2 Unaccompanied minor / orphan", + 1, + 614 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 28, + "3.3 Negligence of caretakers", + "", + "3.3 Negligence of caretakers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.3 Negligence of caretakers", + "LdTBdS7JiAN", + "3_3_caretaker_neglected_to_children", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.3 Negligence of caretakers", + 1, + 615 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 29, + "3.4 Property destroyed or lost", + "", + "3.4 Property destroyed or lost", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.4 Property destroyed or lost", + "ZlHWfTaK2nv", + "3_4_property_destroyed_or_lost", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.4 Property destroyed or lost", + 1, + 616 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 30, + "3.5 Loss of income", + "", + "3.5 Loss of income", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.5 Loss of income", + "gzuSTngPfWO", + "3_5_loss_of_family_income", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.5 Loss of income", + 1, + 617 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 31, + "3.6 Family member died (natural death or accident)", + "", + "3.6 Family member died (natural death or accident)", + "Family member", + "A person related by blood, marriage, or adoption", + "Coded", + "Misc", + "MSF-AAAAAA000000000000001818", + 90, + "Family member", + " ", + "Coded", + "Question", + "1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Family member", + "A member of the family or someone who can represent the family", + "N/A", + "Misc", + "7e32130b-5be8-4766-bf03-f1b909934141", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.6 Family member died (natural death or accident)", + "CkyfQyDXdyz", + "3_6_family_member_died_natural_death_or_accident", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.6 Family member died (natural death or accident)", + 1, + 618 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 32, + "3.7 Relationship problems", + "", + "3.7 Relationship problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.7 Relationship problems", + "s69DQfaGGOB", + "3_7_relationship_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.7 Relationship problems", + 1, + 619 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 33, + "3.8 Divorce / Separation", + "", + "3.8 Divorce / Separation", + " ", + " ", + " ", + " ", + " ", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.8 Divorce / Separation", + "suMbGt8PBI5", + "3_8_divorce_separation", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.8 Divorce / Separation", + 1, + 620 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 34, + "3.9 Migration due to financial reasons", + "", + "3.9 Migration due to financial reasons", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "3.9 Migration due to financial reasons", + "nT8YpSPXQrR", + "3_9_migration_financial_reasons", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|3.9 Migration due to financial reasons", + 1, + 621 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 35, + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + "SqB0dv8uUty", + "4_1_natural_disaster_earthquake_tsunami_floods_hur", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)", + 1, + 622 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 36, + "4.2 Road accidents", + "", + "4.2 Road accidents", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "4.2 Road accidents", + "Qw4tckBucWL", + "4_2_accidents", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|4.2 Road accidents", + 1, + 623 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 37, + "5.1 Financial problems", + "", + "5.1 Financial problems", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.1 Financial problems", + "Pw0DXg2Rod7", + "5_1_financial_problems", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.1 Financial problems", + 1, + 624 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 38, + "5.2 Difficult living conditions", + "", + "5.2 Difficult living conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.2 Difficult living conditions", + "vPKJ8kZECml", + "5_2_difficults_living_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.2 Difficult living conditions", + 1, + 625 + ], + [ + 55, + "Precipitating event 3", + "", + "Coded", + 39, + "5.3 Other, specify", + "", + "5.3 Other, specify", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "5.3 Other, specify", + "kXTAw1jCAmB", + "5_3_specify", + "", + "", + "", + "", + "", + "", + "Duplication of [Past / Precipitating Events] - for DHIS2 mapping", + "Ready for creation in OCL (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Precipitating event 3|5.3 Other, specify", + 1, + 626 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 1, + "1. Medical Conditions", + "", + "1. Medical Conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحالات الطبية", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "1. Medical Conditions", + "EdVWOgMdfNc", + "1_medical_conditions", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|1. Medical Conditions", + 1, + 627 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 2, + "2. Violence", + "", + "2. Violence", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "العنف", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "2. Violence", + "od6MVdk4TOT", + "2_violence", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|2. Violence", + 1, + 628 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 3, + "3. Separation or Loss", + "", + "3. Separation or Loss", + "", + "", + "", + "", + "", + "", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانفصال او الفقد", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "3. Separation or Loss", + "Mc24Je2EJ4Q", + "3_separation_or_loss", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|3. Separation or Loss", + 1, + 629 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 4, + "4. Disaster", + "", + "4. Disaster", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكوارث", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "4. Disaster", + "iHgeTnhykW6", + "4_disaster", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|4. Disaster", + 1, + 630 + ], + [ + 56, + "Main category of precipitating event", + "", + "Coded", + 5, + "5. Other", + "", + "5. Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "category?", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "5. Other", + "vITRvVrsOKr", + "5_other", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "X", + "-", + "-", + "-", + "-", + "-", + "-", + "Main category of precipitating event|5. Other", + 1, + 631 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 1, + "Medical care (MSF, MoH, NGO)", + "5f121c90-eca2-4af4-bc2f-49ad1a50ff2e", + "Medical care (MSF, MoH, NGO)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1003", + "", + "General Medical Care", + "Health service providing general medical primary health care", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "العناية الطبية (منظمة أطباء بلا حدود، أو وزارة الصحة، أو منظمة غير حكومية)", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Medical attention (MSF, MoH, NGO)", + "BDhNTdJWTFA", + "medical_attention_msf_moh_ngo", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Medical care (MSF, MoH, NGO)", + 1, + 632 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 2, + "MSF psychiatric services", + "485939c5-1e77-4495-b5e1-77fb2abbcfd7", + "MSF psychiatric services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الصحة النفسية لدى منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "MSF psychiatric services", + "x2caKDwJiQT", + "psychiatric_care", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|MSF psychiatric services", + 1, + 633 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 3, + "Non-MSF psychiatrist services", + "489b042d-5ed4-436f-944c-27b7f31bef3f", + "Non-MSF psychiatrist services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الصحة النفسية من غير منظمة أطباء بلا حدود", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Non-MSF psychiatrist services", + "OdNA1Ql2kCX", + "non_msf_psychiatrist", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Non-MSF psychiatrist services", + 1, + 634 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 4, + "Social services", + "978fa5d2-e6c4-4b2a-a293-73c098de0af6", + "Social services", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-5486", + "Social Support Services", + "", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الخدمات الاجتماعية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Social services", + "ShYuCnlXhfi", + "msf_social_worker", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Social services", + 1, + 635 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 5, + "Legal services", + "8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445", + "Legal services", + "Legal services", + "Representation or advice provided by a qualified legal practitioner for a client.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001406", + 95, + "Legal services", + "", + "N/A", + "Misc", + "6fc6b318-01b3-4322-a661-80b4a408fcfd", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1006", + "", + "legal Services", + "Representation or advice provided by a qualified legal practitioner for a client.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الخدمات القانونية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Legal services", + "K2opinEAoOm", + "legal_services", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Legal services", + 1, + 636 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 6, + "Protection services", + "eff27d0b-d485-4983-814f-febbc4fe185a", + "Protection services", + "Protection services", + "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001407", + 95, + "Protection services", + "", + "N/A", + "Misc", + "a307f884-9ee8-4d3f-b8f7-923870c053c0", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "MSF-1007", + "", + "Protection Services", + "Services provided to protect individuals, generally in response to an incident of abuse or neglect.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "خدمات الحماية", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Protection services", + "bsyZzHUInhX", + "protection_services", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Protection services", + 1, + 637 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 7, + "Hospitalisation", + "6b8fca2d-0147-4dd8-a8f5-3b813152b952", + "Hospitalisation", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000446", + 90, + "Hospital", + "", + "N/A", + "Misc", + "1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hospital", + "hospital", + "N/A", + "Misc", + "3ce0d472-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-46", + "", + "Hospital", + "A health care institution equipped for diagnosis as well as medical treatment.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "الارسال الى المستشفى", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Hospitalisation", + "wivtq78V9eS", + "hospitalisation", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Hospitalisation", + 1, + 638 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 8, + "CHW", + "9bcbf231-c6ca-41c4-b247-bc4bced260c3", + "CHW", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "عاملو صحة مجتمع", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "CHW", + "WwdmMnGtj4o", + "chw", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|CHW", + 1, + 639 + ], + [ + 57, + "Type of referral - MH", + "", + "Coded", + 9, + "Other", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "Hide concept if [Referral out done] <> TRUE", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "Other", + "nufb9yUQCNJ", + "other", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "Type of referral - MH|Other", + 1, + 640 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 1, + "None", + "", + "None", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "MSF-1630", + "", + "none", + "Generic descriptive answer.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|None", + 1, + 641 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + "", + "", + "", + "", + "", + "", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-931", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Amitriptyline tab", + 1, + 642 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + "", + "", + "", + "", + "", + "", + "Biperiden", + "", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-72217", + "Biperiden", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Biperiden tab", + 1, + 643 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + "", + "", + "", + "", + "", + "", + "Carbamazepine", + "", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-72282", + "Carbamazepine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Carbamazepine tab", + 1, + 644 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + "", + "", + "", + "", + "", + "", + "Chlorpromazine", + "", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-73330", + "Chlorpromazine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Chlorpromazine tab", + 1, + 645 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + "", + "", + "", + "", + "", + "", + "Diazepam", + "", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-74745", + "Diazepam", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Diazepam tab", + 1, + 646 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + "", + "", + "", + "", + "", + "", + "Diphenhydramine", + "", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-75015", + "Diphenhydramine ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Diphenhydramine tab", + 1, + 647 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + "", + "", + "", + "", + "", + "", + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-76553", + "Fluoxetine hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Fluoxetine hydrochloride capsule", + 1, + 648 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + "", + "", + "", + "", + "", + "", + "Fluphenazine", + "", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-76556", + "Flupenthixol decanoate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Fluphenazine decanoate amp", + 1, + 649 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + "", + "", + "", + "", + "", + "", + "Haloperidol", + "", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-77335", + "Haloperidol", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Haloperidol tab", + 1, + 650 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + "", + "", + "", + "", + "", + "", + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-77336", + "Haloperidol decanoate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Haloperidol decanoate amp", + 1, + 651 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + "", + "", + "", + "", + "", + "", + "Hydroxyzine", + "", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Hydroxyzine dihydrochloride tab", + 1, + 652 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + "", + "", + "", + "", + "", + "", + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-81025", + "Olanzapine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Olanzapine tab", + 1, + 653 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + "", + "", + "", + "", + "", + "", + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-81604", + "Paroxetine", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Paroxetine tab", + 1, + 654 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + "", + "", + "", + "", + "", + "", + "Promethazine hydrochloride", + "", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "(see CIEL)", + "CIEL-82670", + "Promethazine hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Promethazine hydrochloride tab", + 1, + 655 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + "", + "", + "", + "", + "", + "", + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-83405", + "Risperidone", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Risperidone tab", + 1, + 656 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + "", + "", + "", + "", + "", + "", + "Sertraline", + "", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-83865", + "Sertraline", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Sertraline tab", + 1, + 657 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + "", + "", + "", + "", + "", + "", + "Trihexyphenidyl hydrochloride", + "", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "(see CIEL)", + "CIEL-85464", + "Trihexyphenidyl hydrochloride", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Trihexyphenidyl hydrochloride tab", + 1, + 658 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + "", + "", + "", + "", + "", + "", + "Valproate", + "", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "(see CIEL)", + "CIEL-84114", + "Valproate sodium", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Valproate sodium tab", + 1, + 659 + ], + [ + 58, + "Medication - MH", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "أخرى", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 1", + "jfQHIJYce5S", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH|Other", + 1, + 660 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 1, + "None", + "", + "None", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|None", + 1, + 661 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Amitriptyline tab", + 1, + 662 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Biperiden", + " ", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Biperiden tab", + 1, + 663 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Carbamazepine", + " ", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Carbamazepine tab", + 1, + 664 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Chlorpromazine", + " ", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Chlorpromazine tab", + 1, + 665 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diazepam", + " ", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Diazepam tab", + 1, + 666 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diphenhydramine", + " ", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Diphenhydramine tab", + 1, + 667 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluoxetine hydrochloride", + " ", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Fluoxetine hydrochloride capsule", + 1, + 668 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluphenazine", + " ", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Fluphenazine decanoate amp", + 1, + 669 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol", + " ", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Haloperidol tab", + 1, + 670 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol decanoate", + " ", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Haloperidol decanoate amp", + 1, + 671 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Hydroxyzine", + " ", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Hydroxyzine dihydrochloride tab", + 1, + 672 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Olanzapine", + " ", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Olanzapine tab", + 1, + 673 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Paroxetine", + " ", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Paroxetine tab", + 1, + 674 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Promethazine hydrochloride", + " ", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Promethazine hydrochloride tab", + 1, + 675 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Risperidone", + " ", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Risperidone tab", + 1, + 676 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Sertraline", + " ", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Sertraline tab", + 1, + 677 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Trihexyphenidyl hydrochloride", + " ", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Trihexyphenidyl hydrochloride tab", + 1, + 678 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Valproate", + " ", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Valproate sodium tab", + 1, + 679 + ], + [ + 59, + "Medication - MH 2", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 2", + "K1GUGc24XG2", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 2|Other", + 1, + 680 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 1, + "None", + "", + "None", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "None", + "ta1v2sosPNL", + "none", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|None", + 1, + 681 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 2, + "Amitriptyline tab", + "", + "Amitriptyline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Amitriptyline", + "A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.", + "N/A", + "Drug", + "931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Amitriptyline tab", + "SFNY2nbmNC5", + "amitriptyline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Amitriptyline tab", + 1, + 682 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 3, + "Biperiden tab", + "", + "Biperiden tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Biperiden", + " ", + "N/A", + "Drug", + "72217AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Biperiden tab", + "KXUid9ZyWDi", + "biperiden_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Biperiden tab", + 1, + 683 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 4, + "Carbamazepine tab", + "", + "Carbamazepine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Carbamazepine", + " ", + "N/A", + "Drug", + "72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Car", + "", + "N/A", + "Misc", + "3cd663de-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Carbamazepine tab", + "LUN70CHRfGu", + "carbamazepine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Carbamazepine tab", + 1, + 684 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 5, + "Chlorpromazine tab", + "", + "Chlorpromazine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Chlorpromazine", + " ", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Chlorpromazine", + "A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.", + "N/A", + "Drug", + "73330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Chlorpromazine tab", + "NMpVG9Bsu2a", + "chlorpromazine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Chlorpromazine tab", + 1, + 685 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 6, + "Diazepam tab", + "", + "Diazepam tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diazepam", + " ", + "N/A", + "Drug", + "74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diazepam", + "A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.", + "N/A", + "Drug", + "3ccedb64-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diazepam tab", + "AqIP0ICU2LG", + "diazepam_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Diazepam tab", + 1, + 686 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 7, + "Diphenhydramine tab", + "", + "Diphenhydramine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Diphenhydramine", + " ", + "N/A", + "Drug", + "75015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diphenhydramine", + "An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.", + "N/A", + "Drug", + "3cd51f60-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Diphenhydramine tab", + "sdwO5nE0Mw0", + "diphenhydramine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Diphenhydramine tab", + 1, + 687 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 8, + "Fluoxetine hydrochloride capsule", + "", + "Fluoxetine hydrochloride capsule", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluoxetine hydrochloride", + " ", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluoxetine hydrochloride", + "", + "N/A", + "Drug", + "76553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluoxetine hydrochloride capsule", + "TRFSkt35bD2", + "fluoxetine_hydrochloride_capsule", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Fluoxetine hydrochloride capsule", + 1, + 688 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 9, + "Fluphenazine decanoate amp", + "", + "Fluphenazine decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Fluphenazine", + " ", + "N/A", + "Drug", + "76558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fluphenazine decanoate", + "", + "N/A", + "Drug", + "ae4680fe-76a0-45eb-b873-3bc5ec603aac", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Fluphenazine decanoate amp", + "KCntIlk2i0F", + "fluphenazine_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Fluphenazine decanoate amp", + 1, + 689 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 10, + "Haloperidol tab", + "", + "Haloperidol tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol", + " ", + "N/A", + "Drug", + "77335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Haloperidol", + "A typical antipsychotic. It is in the butyrophenone class of antipsychotic medications and has pharmacological effects similar to the phenothiazines. Haloperidol is a primitive antipsychotic used in the treatment of schizophrenia and, more acutely, in the treatment of acute psychotic states and delirium.", + "N/A", + "Drug", + "69562047-dc02-4fd2-aebe-fae338929a81", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol tab", + "Zz6Pv8uRAyJ", + "haloperidol_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Haloperidol tab", + 1, + 690 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 11, + "Haloperidol decanoate amp", + "", + "Haloperidol decanoate amp", + " ", + " ", + " ", + " ", + " ", + " ", + "Haloperidol decanoate", + " ", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Haloperidol decanoate", + "", + "N/A", + "Drug", + "77336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Haloperidol decanoate amp", + "JcBOwASD0hr", + "haloperidol_decanoate_amp", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Haloperidol decanoate amp", + 1, + 691 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 12, + "Hydroxyzine dihydrochloride tab", + "", + "Hydroxyzine dihydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Hydroxyzine", + " ", + "N/A", + "Drug", + "77796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Hydroxyzine dihydrochloride tab", + "gyJW7Lb6a7j", + "hydroxyzine_dihydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Hydroxyzine dihydrochloride tab", + 1, + 692 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 13, + "Olanzapine tab", + "", + "Olanzapine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Olanzapine", + " ", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Olanzapine", + "", + "N/A", + "Drug", + "81025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Olanzapine tab", + "mCdt3GVvcUN", + "olanzapine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Olanzapine tab", + 1, + 693 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 14, + "Paroxetine tab", + "", + "Paroxetine tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Paroxetine", + " ", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Paroxetine", + "", + "N/A", + "Drug", + "81604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Paroxetine tab", + "j0nh1pnHZQi", + "paroxetine_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Paroxetine tab", + 1, + 694 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 15, + "Promethazine hydrochloride tab", + "", + "Promethazine hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Promethazine hydrochloride", + " ", + "N/A", + "Drug", + "82670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Promethazine hydrochloride", + "A first-generation H1 receptor antagonist, antihistamine and antiemetic medication.", + "N/A", + "Drug", + "5f0cbcee-859e-464f-b2b2-1410aa277053", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Promethazine hydrochloride tab", + "XbQfMmwSOgK", + "promethazine_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Promethazine hydrochloride tab", + 1, + 695 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 16, + "Risperidone tab", + "", + "Risperidone tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Risperidone", + " ", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Risperidone", + "", + "N/A", + "Drug", + "83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Risperidone tab", + "KS2PzKAhZ3v", + "risperidone_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Risperidone tab", + 1, + 696 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 17, + "Sertraline tab", + "", + "Sertraline tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Sertraline", + " ", + "N/A", + "Drug", + "83865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Sertraline tab", + "Kd4mRb27dUb", + "sertraline_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Sertraline tab", + 1, + 697 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 18, + "Trihexyphenidyl hydrochloride tab", + "", + "Trihexyphenidyl hydrochloride tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Trihexyphenidyl hydrochloride", + " ", + "N/A", + "Drug", + "85464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Trihexyphenidyl", + "Drug is used to treat Parkinson's disease.", + "N/A", + "Drug", + "3cd515d8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Trihexyphenidyl hydrochloride tab", + "ZRq3huidlK0", + "trihexyphenidyl_hydrochloride_tab", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Trihexyphenidyl hydrochloride tab", + 1, + 698 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 19, + "Valproate sodium tab", + "", + "Valproate sodium tab", + " ", + " ", + " ", + " ", + " ", + " ", + "Valproate", + " ", + "N/A", + "Drug", + "86051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Valproate sodium tab", + "VM7VL7Ed5oi", + "valproate_sodium_tab ", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Valproate sodium tab", + 1, + 699 + ], + [ + 60, + "Medication - MH 3", + "", + "Coded", + 20, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not map in OCL - for DHIS2 mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- Details of prescribed medications 3", + "GPoWZWC3Yfi", + "Mental Health-Baseline consultation- Details of prescribed medications", + "x4W8UVU9ZUp", + "Other", + "Dv4LOhzmuP7", + "other", + "", + "", + "", + "", + "", + "", + "Duplication of [Medication] - for DHIS2 mapping", + "Skip - for DHIS2 mapping only", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Medication - MH 3|Other", + 1, + 700 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 1, + "Patient forgot about session", + "", + "Patient forgot about session", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "(see Ciel)", + "CIEL-162192", + "Patient Fogot to attend appointment", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض نسي الجلسة", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient forgot about session", + "K10sA9MeyuB", + "patient_forgot_about_session", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient forgot about session", + 1, + 701 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 2, + "No transportation / unable to attend", + "", + "No transportation / unable to attend", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا وسائل مواصلات / لم يستطع المجيء", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "No transportation / unable to attend", + "a9jCSQB7xkU", + "no_transportation_unable_to_attend", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|No transportation / unable to attend", + 1, + 702 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 3, + "Patient unreachable", + "", + "Patient unreachable", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن الوصول إلى المريض", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient unreachable", + "A1myk0SonK2", + "patient_unreachable", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient unreachable", + 1, + 703 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 4, + "Patient no longer wants services", + "", + "Patient no longer wants services", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض لم يعد يرغب بتلقي الخدمة", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient no longer wants services", + "DfTWJKP67rN", + "patient_no_longer_wants_services", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient no longer wants services", + 1, + 704 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 5, + "Patient was busy", + "", + "Patient was busy", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "not found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المريض كان مشغولاً", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Patient was busy", + "jtKK82mthKK", + "patient_was_busy", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Patient was busy", + 1, + 705 + ], + [ + 61, + "Reason for missed appointment", + "", + "Coded", + 6, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "MSF-7", + "", + "other", + "A generic, descriptive, and non-coded response to a question.", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "TEXT", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "HNZHetAtowR", + "Mental Health-Follow-up consultation- Reason for missed appointment", + "WlbDv2LELNz", + "Other", + "tkqMcbSlYzz", + "other", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "X", + "-", + "X", + "-", + "-", + "-", + "Reason for missed appointment|Other", + 1, + 706 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 1, + "Discharge with the patient’s agreement: end of care", + "", + "Discharge with the patient’s agreement: end of care", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: نهاية الرعاية.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "1. Discharge with the patient’s agreement: end of care", + "dLPq55MxBwB", + 1, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: end of care", + 1, + 707 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 2, + "Discharge with the patient’s agreement: single consultation", + "", + "Discharge with the patient’s agreement: single consultation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: استشارة واحدة.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "2. Discharge with the patient’s agreement: single consultation", + "brp4CVnY3jG", + 2, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: single consultation", + 1, + 708 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 3, + "Discharge with the patient’s agreement: patient moved", + "", + "Discharge with the patient’s agreement: patient moved", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: المريض انتقل الى موقع اخر.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "3. Discharge with the patient’s agreement: patient moved", + "YeMJpC1WFDD", + 3, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: patient moved", + 1, + 709 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 4, + "Discharge with the patient’s agreement: patient referred", + "", + "Discharge with the patient’s agreement: patient referred", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Discharge", + "The completion of treatment.", + "N/A", + "Misc", + "eefba61c-17c5-40ee-bddc-08e64d39e9b1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الخروج بالتوافق مع المريض: تمت إحالة المريض.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "4. Discharge with the patient’s agreement: patient referred", + "QO22EMZRSNa", + 4, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Discharge with the patient’s agreement: patient referred", + 1, + 710 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 5, + "Patient cannot access the service: MSF is no longer", + "", + "Patient cannot access the service: MSF is no longer", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: أطباء بلا حدود لم تعد بالمنطقة.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "5. Patient cannot access the service: MSF is no longer there", + "dr4ZmvSaUB9", + 5, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: MSF is no longer", + 1, + 711 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 6, + "Patient cannot access the service: transport issues", + "", + "Patient cannot access the service: transport issues", + "", + "", + "", + "", + "", + "", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "162571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: مشاكل النقل.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "6. Patient cannot access the service: transport issues", + "deCWsA6Ui5b", + 6, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: transport issues", + 1, + 712 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 7, + "Patient cannot access the service: arrested/kidnaped", + "", + "Patient cannot access the service: arrested/kidnaped", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا يمكن للمريض الوصول إلى الخدمة: موقوف / مخطوف.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "7. Patient cannot access the service: arrested/kidnaped", + "nhyIbBRYaWX", + 7, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Patient cannot access the service: arrested/kidnaped", + 1, + 713 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 8, + "Lost to follow up: unable to trace", + "", + "Lost to follow up: unable to trace", + "Lost to follow up", + "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", + "N/A", + "Finding", + "d305b208-354f-4bb7-b35a-df4f8d92c256", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف المتابعة: لا يمكن تتبع المريض.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "8. Lost to follow up: unable to trace", + "P78sA75FJ2i", + 8, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Lost to follow up: unable to trace", + 1, + 714 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 9, + "Lost to follow up: dissatisfied/different expectations", + "", + "Lost to follow up: dissatisfied/different expectations", + "Lost to follow up", + "Failure to contact or reach an individual such as the patient, their guardian, another care provider, etc.", + "N/A", + "Finding", + "d305b208-354f-4bb7-b35a-df4f8d92c256", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "توقف المتابعة: المريض لم يكن راضياً على الخدمة / توقعات لم تتم تلبيتها.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "9. Lost to follow up: dissatisfied/different expectations", + "hiYHmyIYvrN", + 9, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Lost to follow up: dissatisfied/different expectations", + 1, + 715 + ], + [ + 62, + "Type of closure - MH", + "", + "Coded", + 10, + "Deceased/missing", + "", + "Deceased/missing", + "Deceased", + "The person died.", + "N/A", + "Finding", + "dc1c7ac9-d9c3-4887-bc22-827c2db7689f", + 90, + "Deceased", + "Patient died.", + "N/A", + "Diagnosis", + "159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "Deceased", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "متوفى / مفقود.", + "TEXT", + "Mental Health-Exit File closure- MHPSS - Type of closure", + "Lht8GKTAHu8", + "Mental Health - Type of closure", + "ovpSADYY35a", + "10. Deceased/missing", + "nyQCSDpS4zc", + 10, + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Type of closure - MH|Deceased/missing", + 1, + 716 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 1, + "Achieved", + "", + "Achieved", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تم تحقيقه ", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|Achieved", + 1, + 717 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 2, + "No change ", + "", + "No change ", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "لا تغيير", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|No change ", + 1, + 718 + ], + [ + 63, + "Goals final status", + "", + "Coded", + 3, + "Challenges", + "", + "Challenges", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تحديات", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Ready for creation in OCL", + "-", + "-", + "-", + "-", + "-", + "X", + "-", + "-", + "Goals final status|Challenges", + 1, + 719 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 1, + "Not at all (0 point)", + "ed0e2463-c990-4341-b095-53b899707af9", + "Not at all (0 point)", + "Not at all", + "Answer to a Likert-like scale question indicating something that's not often.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001376", + 95, + "Not at all", + "Answer to a likert-like scale question", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Not at all", + "", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أبداً", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 0", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Not at all (0 point)", + 1, + 720 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 2, + "Several days (1 point)", + "b631d160-8d40-4cf7-92cd-67f628c889e8", + "Several days (1 point)", + "Several days", + "An occurrence of more than a few days.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001377", + 95, + "Several days", + "", + "N/A", + "Misc", + "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بعض الأيام", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 1", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Several days (1 point)", + 1, + 721 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 3, + "More than half the days (2 points)", + "234259ec-5368-4488-8482-4f261cc76714", + "More than half the days (2 points)", + "More than half the days", + "An occurrence of more than half the days", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001378", + 95, + "More than half the days", + "", + "N/A", + "Misc", + "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "More than half the days", + "", + "N/A", + "Misc", + "1cf6ebb8-dd57-4d26-87cd-e49c09373aaf", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أآثر من نصف الأيام", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 2", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|More than half the days (2 points)", + 1, + 722 + ], + [ + 64, + "PHQ9", + "", + "Coded", + 4, + "Nearly every day (3 points)", + "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e", + "Nearly every day (3 points)", + "Nearly every day", + "An almost daily occurrence.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001379", + 95, + "Nearly every day", + "", + "N/A", + "Misc", + "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "آل يوم تقريباً", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Name updated - Score value = 3", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "PHQ9|Nearly every day (3 points)", + 1, + 723 + ], + [ + 65, + "MHOS", + "", + "Coded", + 1, + "Not at all", + "ed0e2463-c990-4341-b095-53b899707af9", + "Not at all", + "Not at all", + "Answer to a Likert-like scale question indicating something that's not often.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001376", + 95, + "Not at all", + "Answer to a likert-like scale question", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Not at all", + "", + "N/A", + "Misc", + "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كلا على الاطلاق", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 1", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Not at all", + 1, + 724 + ], + [ + 65, + "MHOS", + "", + "Coded", + 2, + "A little", + "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", + "A little", + "A little", + "", + "Text", + "Misc", + "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قليلا", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 2", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|A little", + 1, + 725 + ], + [ + 65, + "MHOS", + "", + "Coded", + 3, + "Some", + "edf347b1-ee57-4d8f-babb-97acca20c3cb", + "Some", + "", + "", + "", + "", + "", + "", + "Some", + "", + "N/A", + "Misc", + "164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بعض", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 3", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Some", + 1, + 726 + ], + [ + 65, + "MHOS", + "", + "Coded", + 4, + "Fair amount", + "de7fa192-bf2e-4991-a81f-582c4b50ae51", + "Fair amount", + "Fair amount", + "", + "Text", + "Misc", + "de7fa192-bf2e-4991-a81f-582c4b50ae51", + 95, + "Fair", + "Degree of finding, pertaining to a class fair.", + "N/A", + "Misc", + "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Fair", + "Degree of finding, pertaining to a class fair.", + "N/A", + "Misc", + "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كمية جيدة", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 4", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|Fair amount", + 1, + 727 + ], + [ + 65, + "MHOS", + "", + "Coded", + 5, + "A lot", + "0f074510-1ff6-4924-bfef-effdcffd44f8", + "A lot", + "A lot", + "", + "Text", + "Misc", + "0f074510-1ff6-4924-bfef-effdcffd44f8", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كثيرا", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Score value = 5", + "Created in OCL", + "-", + "X", + "X", + "-", + "-", + "-", + "-", + "-", + "MHOS|A lot", + 1, + 728 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 1, + "No depression", + "5aa4edf5-b218-4470-b5da-ad1d88007954", + "0-4: No depression", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|No depression", + 1, + 729 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 2, + "Minimal symptoms", + "9d7d154f-e7a1-4490-b93a-85f5c2157f92", + "5-9: Minimal symptoms - Support and educate", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Minimal symptoms", + 1, + 730 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 3, + "Minor to mild depression (or dysthymia)", + "ed7484ef-a3ea-4c95-bf59-58987c7f6d7c", + "10-14: Minor to mild depression (or dysthymia) - Support and watchful waiting / Reassess in one/two weeks", + "", + "", + "", + "", + "", + "", + "mild depression", + "", + "N/A", + "Diagnosis", + "157790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Minor to mild depression (or dysthymia)", + 1, + 731 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 4, + "Major depression", + "d163711c-9fcf-4050-b015-d3463b4602fa", + "15-19: Major depression – Refer to clinical office / psychologist (need for specific treatment)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Major depression", + 1, + 732 + ], + [ + 66, + "Depression severity scale", + "", + "Coded", + 5, + "Severe depression", + "0ff3a7dc-1a6e-4453-91d5-29cf6a9f790c", + ">20: Severe depression – Major impairment, need for active treatment", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "Label added to specify the corresponding scores + recommendations", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "X", + "-", + "Depression severity scale|Severe depression", + 1, + 733 + ], + [ + 67, + "Head of family", + "", + "Coded", + 1, + "Father", + "", + "Father", + "", + "", + "", + "", + "", + "", + "Father", + "Family member.", + "N/A", + "Misc", + "971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Father", + "A father to another person", + "N/A", + "Misc", + "3ce18444-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Father", + 1, + 734 + ], + [ + 67, + "Head of family", + "", + "Coded", + 2, + "Mother", + "", + "Mother", + "", + "", + "", + "", + "", + "", + "Mother", + "Family member.", + "N/A", + "Misc", + "970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Mother", + "A mother of another person", + "N/A", + "Misc", + "3ce185ca-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Mother", + 1, + 735 + ], + [ + 67, + "Head of family", + "", + "Coded", + 3, + "Other", + "", + "Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Head of family|Other", + 1, + 736 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 1, + "Dose 0", + "", + "Dose 0", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 0", + 1, + 737 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 2, + "Dose 1", + "", + "Dose 1", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 1", + 1, + 738 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 3, + "Dose 2", + "", + "Dose 2", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 2", + 1, + 739 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 4, + "Dose 3", + "", + "Dose 3", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 3", + 1, + 740 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 5, + "Dose 4", + "", + "Dose 4", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Dose 4", + 1, + 741 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Not vaccinated", + 1, + 742 + ], + [ + 68, + "Vaccination status - Doses", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "NA", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination status - Doses|Unknown", + 1, + 743 + ], + [ + 69, + "Vaccination - ITFC - Vaccination card", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Vaccination card", + "mFtDMd4244l", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Vaccination card|Yes", + 1, + 744 + ], + [ + 69, + "Vaccination - ITFC - Vaccination card", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Vaccination card", + "mFtDMd4244l", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Vaccination card|No", + 1, + 745 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Dose 1", + "v6E5MjPpqSb", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|Dose 1", + 1, + 746 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 2, + "No vaccinated", + "", + "No vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "No vaccinated", + "O0Edj0kR5Nd", + "no_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|No vaccinated", + 1, + 747 + ], + [ + 70, + "Vaccination - ITFC - BCG", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - BCG", + "YAKpZsurTRm", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Unknown", + "ydpXtzGHWHj", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - BCG|Unknown", + 1, + 748 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Dose 1", + "xGTdCJcKmAn", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Dose 1", + 1, + 749 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Not vaccinated", + "Xg0muNfVNkv", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Not vaccinated", + 1, + 750 + ], + [ + 71, + "Vaccination - ITFC - Hepatitis B at birth", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Hepatitis B 0", + "BdlDQaqu7I7", + "Medical - Pediatrics/Nutrition - Hepatitus B 0", + "p6zDqIrPwGB", + "Unknown", + "KY34sEEUpnr", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth|Unknown", + 1, + 751 + ], + [ + 72, + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", + "cG8uCalPdNU", + "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", + "L4AkwHZ65GZ", + "Yes", + "sBr9pPNqd28", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|Yes", + 1, + 752 + ], + [ + 72, + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site", + "cG8uCalPdNU", + "Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site", + "L4AkwHZ65GZ", + "No", + "aKS3CymU5Ns", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Hepatitis B at birth - Last dose given on site|No", + 1, + 753 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 1", + "bZXl07GyWhL", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 1", + 1, + 754 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 2", + "T8IyHX0cXe5", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 2", + 1, + 755 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 3", + "sw1D3rQGhGQ", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 3", + 1, + 756 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 4, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 4", + "OT5qZpJO7jc", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Dose 4", + 1, + 757 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 5, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Not vaccinated", + "dvq6f79oLIz", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Not vaccinated", + 1, + 758 + ], + [ + 73, + "Vaccination - ITFC - Pentavalent", + "", + "Coded", + 6, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Pentavalent", + "fzzS084urAF", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Unknown", + "i4AQ0qRNehI", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent|Unknown", + 1, + 759 + ], + [ + 74, + "Vaccination - ITFC - Pentavalent - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", + "SEkSRdlwF4x", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent - Last dose given on site|Yes", + 1, + 760 + ], + [ + 74, + "Vaccination - ITFC - Pentavalent - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Pentavalent dose given on site", + "SEkSRdlwF4x", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Pentavalent - Last dose given on site|No", + 1, + 761 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 1, + "Dose 0", + "", + "Dose 0", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 0", + "njckedtwZdc", + "dose_0", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 0", + 1, + 762 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 2, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 1", + "PxZFMT68zDd", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 1", + 1, + 763 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 3, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 2", + "H6YSRKyanXo", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 2", + 1, + 764 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 4, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 3", + "cwZTMIsCC5H", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 3", + 1, + 765 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 5, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Dose 4", + "b1vCPYEEjce", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Dose 4", + 1, + 766 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Not vaccinated", + "RZVArvOeoQM", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Not vaccinated", + 1, + 767 + ], + [ + 75, + "Vaccination - ITFC - AFP", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - AFP", + "tfpqlvcbn1N", + "Medical - Pediatrics/Nutrition - AFP Dose", + "V0aqk1w5OU5", + "Unknown", + "koRJWvqd9fX", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP|Unknown", + 1, + 768 + ], + [ + 76, + "Vaccination - ITFC - AFP - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last AFP dose given on site", + "J2rK5CtSBvx", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP - Last dose given on site|Yes", + 1, + 769 + ], + [ + 76, + "Vaccination - ITFC - AFP - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last AFP dose given on site", + "J2rK5CtSBvx", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - AFP - Last dose given on site|No", + 1, + 770 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Dose 1", + "PktzQX6fkgx", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Dose 1", + 1, + 771 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Dose 2", + "ocSTcDdyNTW", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Dose 2", + 1, + 772 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Not vaccinated", + "mTk3530bGYt", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Not vaccinated", + 1, + 773 + ], + [ + 77, + "Vaccination - ITFC - Measles", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Measles", + "hsGeCg6CRmx", + "Medical - Pediatrics/Nutrition - Measels Dose", + "di67SwyH7vr", + "Unknown", + "hu4HpZGxknQ", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles|Unknown", + 1, + 774 + ], + [ + 78, + "Vaccination - ITFC - Measles - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Measles dose given on site", + "AKCbOxTvkTp", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles - Last dose given on site|Yes", + 1, + 775 + ], + [ + 78, + "Vaccination - ITFC - Measles - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Measles dose given on site", + "AKCbOxTvkTp", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Measles - Last dose given on site|No", + 1, + 776 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 1", + "bZXl07GyWhL", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 1", + 1, + 777 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 2", + "T8IyHX0cXe5", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 2", + 1, + 778 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 3", + "sw1D3rQGhGQ", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 3", + 1, + 779 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 4, + "Dose 4", + "", + "Dose 4", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Dose 4", + "OT5qZpJO7jc", + "dose_4", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Dose 4", + 1, + 780 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 5, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Not vaccinated", + "dvq6f79oLIz", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Not vaccinated", + 1, + 781 + ], + [ + 79, + "Vaccination - ITFC - PCV", + "", + "Coded", + 6, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PCV", + "qiZnYaeHeTv", + "Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated", + "nSCyYp0uGLZ", + "Unknown", + "i4AQ0qRNehI", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV|Unknown", + 1, + 782 + ], + [ + 80, + "Vaccination - ITFC - PCV - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PCV dose given on site", + "u5dxpihoKN0", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV - Last dose given on site|Yes", + 1, + 783 + ], + [ + 80, + "Vaccination - ITFC - PCV - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PCV dose given on site", + "u5dxpihoKN0", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PCV - Last dose given on site|No", + 1, + 784 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 1", + "EZMbl2HCG9p", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 1", + 1, + 785 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 2", + "hmEojVACROI", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 2", + 1, + 786 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Dose 3", + "nDI0iPQUa1X", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Dose 3", + 1, + 787 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 4, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Not vaccinated", + "OpSJw5WAm18", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Not vaccinated", + 1, + 788 + ], + [ + 81, + "Vaccination - ITFC - Rotavirus", + "", + "Coded", + 5, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Rotavirus", + "tu3IPOZ5ovK", + "Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated", + "WTzpYZQTHYi", + "Unknown", + "MZfMeIWOPam", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus|Unknown", + 1, + 789 + ], + [ + 82, + "Vaccination - ITFC - Rotavirus - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", + "npoNMyqKaEJ", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus - Last dose given on site|Yes", + 1, + 790 + ], + [ + 82, + "Vaccination - ITFC - Rotavirus - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Rotavirus dose given on site", + "npoNMyqKaEJ", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Rotavirus - Last dose given on site|No", + 1, + 791 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Dose 1", + "v6E5MjPpqSb", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Dose 1", + 1, + 792 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "No vaccinated", + "O0Edj0kR5Nd", + "no_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Not vaccinated", + 1, + 793 + ], + [ + 83, + "Vaccination - ITFC - Yellow Fever", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Yellow Fever", + "dwrIVipESXU", + "Medical - Pediatrics/Nutrition - Dose 1, not vaccinated", + "Ho4FhnGEpGE", + "Unknown", + "ydpXtzGHWHj", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Yellow Fever|Unknown", + 1, + 794 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 1", + "cUxnl1n3Elk", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 1", + 1, + 795 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 2", + "IGb7BSiAggz", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 2", + 1, + 796 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 3, + "Dose 3", + "", + "Dose 3", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Dose 3", + "HdgSh1EMq1l", + "dose_3", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Dose 3", + 1, + 797 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 4, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Not vaccinated", + "QFcgfRifWyg", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Not vaccinated", + 1, + 798 + ], + [ + 84, + "Vaccination - ITFC - IPV", + "", + "Coded", + 5, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - IPV", + "GyQSpYJow8u", + "Medical - Pediatrics/Nutrition - IPV", + "kzflRiznQXP", + "Unknown", + "XGk3KqPo8L2", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - IPV|Unknown", + 1, + 799 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Dose 1", + "QBENCGv4wSd", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Dose 1", + 1, + 800 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Dose 2", + "TBI8FVnrLfW", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Dose 2", + 1, + 801 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Not vaccinated", + "rTBp8C32W8w", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Not vaccinated", + 1, + 802 + ], + [ + 85, + "Vaccination - ITFC - Meningitis A", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Meningitis A", + "IkByJEFl9h9", + "Medical - Pediatrics/Nutrition - Meningitis A", + "fY4PVOqnVhX", + "Unknown", + "GH4ogeUFzXa", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - Meningitis A|Unknown", + 1, + 803 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Dose 1", + "ipWO3gdU4Yp", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Dose 1", + 1, + 804 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 2, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Not vaccinated", + "QGiw4ry0TyJ", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Not vaccinated", + 1, + 805 + ], + [ + 86, + "Vaccination - ITFC - PPV 23", + "", + "Coded", + 3, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - PPV 23", + "XL9syIDktD4", + "Medical - Pediatrics/Nutrition - PPV 23", + "ESoiQ9TyEEL", + "Unknown", + "cSdyotNEi6R", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23|Unknown", + 1, + 806 + ], + [ + 87, + "Vaccination - ITFC - PPV 23 - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "L33Iqgj6wh8", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "DzlGd3b2nJN", + "Yes", + "OF5xbph1XiN", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23 - Last dose given on site|Yes", + 1, + 807 + ], + [ + 87, + "Vaccination - ITFC - PPV 23 - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "L33Iqgj6wh8", + "Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site", + "DzlGd3b2nJN", + "No", + "ZfPkEIgzMwl", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - PPV 23 - Last dose given on site|No", + 1, + 808 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 1, + "Dose 1", + "", + "Dose 1", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Dose 1", + "ZRDiTHJArw5", + "dose_1", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Dose 1", + 1, + 809 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 2, + "Dose 2", + "", + "Dose 2", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Dose 2", + "Rruu1ulpzSe", + "dose_2", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Dose 2", + 1, + 810 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 3, + "Not vaccinated", + "", + "Not vaccinated", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Not vaccinated", + "raLxCNMjp3j", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Not vaccinated", + 1, + 811 + ], + [ + 88, + "Vaccination - ITFC - HPV", + "", + "Coded", + 4, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - HPV", + "Vl4aCplSJs8", + "Medical - Pediatrics/Nutrition - HPV", + "vgcVk87Gsrk", + "Unknown", + "cU7AqGL8TRJ", + "unknown", + "", + "", + "", + "", + "", + "", + "Duplication of [Vaccination status - Doses] - for DHIS2 mapping", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV|Unknown", + 1, + 812 + ], + [ + 89, + "Vaccination - ITFC - HPV - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "nHzyndo6Opn", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "PiM5sEcQEaE", + "Yes", + "WklX5Gy9bvP", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV - Last dose given on site|Yes", + 1, + 813 + ], + [ + 89, + "Vaccination - ITFC - HPV - Last dose given on site", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "nHzyndo6Opn", + "Medical - Pediatrics/Nutrition - Last HPV dose given on site", + "PiM5sEcQEaE", + "No", + "AhpHRa3pQ00", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination - ITFC - HPV - Last dose given on site|No", + 1, + 814 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 1, + "TT1", + "", + "TT1", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT1", + "BaPawIuIMge", + "tt1", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT1", + 1, + 815 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 2, + "TT2", + "", + "TT2", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT2", + "Ht9dML7mb0C", + "tt2", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT2", + 1, + 816 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 3, + "TT3", + "", + "TT3", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT3", + "IEQkdICorA3", + "tt3", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT3", + 1, + 817 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 4, + "TT4", + "", + "TT4", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "TT4", + "XyhSFgJ0lzp", + "tt4", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|TT4", + 1, + 818 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 5, + "≥TT5", + "", + "≥TT5", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "≥TT5", + "WkDsQkKl3mE", + "≥tt5", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|≥TT5", + 1, + 819 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 6, + "Not vaccinated", + "", + "Not vaccinated", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "Not vaccinated", + "flugHmgry3z", + "not_vaccinated", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|Not vaccinated", + 1, + 820 + ], + [ + 90, + "Vaccination status of the mother - Antitetanus", + "", + "Coded", + 7, + "Unknown", + "", + "Unknown", + "Unknown", + "Generic answer to question when information/data is not known.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001329", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Unknown", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6fac4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "LX4rq90zAC1", + "Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother", + "cPNkNVoggTo", + "Unknown", + "AkYJr9EfFJp", + "unknown", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vaccination status of the mother - Antitetanus|Unknown", + 1, + 821 + ], + [ + 91, + "Yes-no", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "X", + "Yes-no|Yes", + 1, + 822 + ], + [ + 91, + "Yes-no", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Created in OCL", + "-", + "X", + "X", + "X", + "X", + "-", + "-", + "X", + "Yes-no|No", + 1, + 823 + ], + [ + 92, + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", + "ai1f1Nd7tTk", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "Yes", + "wN4N3pjj0Tw", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|Yes", + 1, + 824 + ], + [ + 92, + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site", + "ai1f1Nd7tTk", + "Medical - Pediatrics/Nutrition - yes/no", + "N8MZKXNeiuy", + "No", + "JdYryPy7tHW", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site|No", + 1, + 825 + ], + [ + 93, + "Yes-no - Vaccination of accompanying children - Status checked", + "", + "Coded", + 1, + "Yes", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "jEbjrXqhNEO", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "pkoZo5NLnmT", + "Yes", + "RA1z7oYeLBW", + "yes", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination of accompanying children - Status checked|Yes", + 1, + 826 + ], + [ + 93, + "Yes-no - Vaccination of accompanying children - Status checked", + "", + "Coded", + 2, + "No", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "Do not create - for mapping only", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "jEbjrXqhNEO", + "Medical - Pediatrics/Nutrition - Accompanying vacc. status checked", + "pkoZo5NLnmT", + "No", + "cULP83r16XQ", + "no", + "", + "", + "", + "", + "", + "", + "For DHIS2 mapping only", + "Created in OCL", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Yes-no - Vaccination of accompanying children - Status checked|No", + 1, + 827 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 1, + "Yes", + "", + "Yes", + "Yes", + "Generic positive response to question.", + "N/A", + "Misc", + "681cf0bc-5213-492a-8470-0a0b3cc324dd", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Yes", + "Generic answer to a question.", + "N/A", + "Misc", + "3cd6f600-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "Yes", + "OJR1wOuzdAu", + "yes", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|Yes", + 1, + 828 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 2, + "No", + "", + "No", + "No", + "Generic negative response to question.", + "N/A", + "Misc", + "a5c5563e-df0e-4742-a335-b24fb63664ee", + 90, + "No", + "Generic answer to a question.", + "N/A", + "Misc", + "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "No", + "کسی سوال کا عام جواب", + "N/A", + "Misc", + "3cd6f86c-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "No", + "SzkvKP70Pww", + "no", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|No", + 1, + 829 + ], + [ + 94, + "Vaccination of accompanying children - Vaccinated", + "", + "Coded", + 3, + "NA", + "", + "NA", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "bVJD9TGjcfW", + "Medical - Pediatrics/Nutrition - Accompanying children vaccinated", + "DDJqeqQcuvv", + "NA", + "t3TQeaCkJiy", + "na", + "", + "", + "", + "", + "", + "", + "Yes / No / NA? To be discussed", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Vaccination of accompanying children - Vaccinated|NA", + 1, + 830 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute asthma", + 1, + 831 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + "", + "", + "", + "MSF-AAAAAA000000000000000512", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute diarrhea (bloody)", + 1, + 832 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute diarrhea (non-bloody)", + 1, + 833 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute febrile illness (=<7 days)", + 1, + 834 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + "", + "", + "", + "", + "", + "", + "Acute flaccid paralysis", + "", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute flaccid paralysis", + 1, + 835 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + "", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Acute jaundice syndrome", + 1, + 836 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 7, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Apnoea of prematurity", + 1, + 837 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 8, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bacterial meningitis", + 1, + 838 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 9, + "Birth injury", + "", + "Birth injury", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Birth injury", + 1, + 839 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 10, + "Bronchiolitis obstructive bronchitis", + "", + "Bronchiolitis obstructive bronchitis", + "", + "", + "", + "", + "", + "", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bronchiolitis obstructive bronchitis", + 1, + 840 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 11, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Bronchospasm", + 1, + 841 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 12, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Burns", + 1, + 842 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 13, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cardiogenic shock", + 1, + 843 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 14, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + "", + "", + "", + "", + "", + "", + "Cerebral palsy", + "", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cerebral palsy - Neuro disability", + 1, + 844 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 15, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cholera (suspected)", + 1, + 845 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 16, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cholera confirmed", + 1, + 846 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 17, + "Complicated ear infection", + "", + "Complicated ear infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Complicated ear infection", + 1, + 847 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 18, + "Complications of SCD", + "", + "Complications of SCD", + "", + "", + "", + "", + "", + "", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Complications of SCD", + 1, + 848 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 19, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital herpes virus infection", + 1, + 849 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 20, + "Congenital malaria", + "", + "Congenital malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital malaria", + 1, + 850 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 21, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital or acquired cardiac pathology", + 1, + 851 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 22, + "Congenital syphilis", + "", + "Congenital syphilis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congenital syphilis", + 1, + 852 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 23, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Congestive Heart Failure", + 1, + 853 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 24, + "COPD", + "", + "COPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|COPD", + 1, + 854 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 25, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Covid-19 confirmed", + 1, + 855 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 26, + "Covid-19 probable", + "", + "Covid-19 probable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Covid-19 probable", + 1, + 856 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 27, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + "", + "", + "", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + "", + "", + "", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Cutaneous leishmaniosis", + 1, + 857 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 28, + "Dengue confirmed", + "", + "Dengue confirmed", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dengue confirmed", + 1, + 858 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 29, + "Dengue suspected", + "", + "Dengue suspected", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dengue suspected", + 1, + 859 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 30, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diabetes type 2 and complications", + 1, + 860 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 31, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diabetes Type I and complications", + 1, + 861 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 32, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + "", + "", + "", + "", + "", + "", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diarrhea (persistent)", + 1, + 862 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 33, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Diphtheria", + 1, + 863 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 34, + "Dog bite", + "", + "Dog bite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Dog bite", + 1, + 864 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 35, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Epilepsy - Seizures", + 1, + 865 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 36, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + "", + "", + "", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + "", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Extra pulmonary tuberculosis", + 1, + 866 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 37, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Eye diseases (including trachoma)", + 1, + 867 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 38, + "Febrile convulsions", + "", + "Febrile convulsions", + "", + "", + "", + "", + "", + "", + "Febrile convulsion", + "", + "", + "", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Febrile convulsions", + 1, + 868 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 39, + "Gynaecological cases", + "", + "Gynaecological cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Gynaecological cases", + 1, + 869 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 40, + "Hepatitis A", + "", + "Hepatitis A", + "", + "", + "", + "", + "", + "", + "Hepatitis A", + "", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis A", + 1, + 870 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 41, + "Hepatitis B", + "", + "Hepatitis B", + "", + "", + "", + "", + "", + "", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis B", + 1, + 871 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 42, + "Hepatitis Delta", + "", + "Hepatitis Delta", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis Delta", + 1, + 872 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 43, + "Hepatitis E", + "", + "Hepatitis E", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hepatitis E", + 1, + 873 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 44, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|HIV Infection confirmed", + 1, + 874 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 45, + "Hyperglycemia", + "", + "Hyperglycemia", + "", + "", + "", + "", + "", + "", + "Hyperglycaemia", + "", + "", + "", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hyperglycemia", + 1, + 875 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 46, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hyperreactive splenomegaly due to malaria", + 1, + 876 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 47, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + "", + "", + "", + "MSF-AAAAAA000000000000000608", + 96, + "", + "", + "", + "", + "", + "", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hypoglycemia", + 1, + 877 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 48, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + "", + "", + "", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + "", + "", + "", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Hypovolemic shock", + 1, + 878 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 49, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + "", + "", + "", + "", + "", + "", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Infectious diseases not otherwise classified", + 1, + 879 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 50, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Lower respiratory tract infection", + 1, + 880 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 51, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Measles (complicated)", + 1, + 881 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 52, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Measles (uncomplicated)", + 1, + 882 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 53, + "Meningeal TB", + "", + "Meningeal TB", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Meningeal TB", + 1, + 883 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 54, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Meningitis unspecified", + 1, + 884 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 55, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Mental and psychiatric conditions", + 1, + 885 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 56, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + "", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Moderate acute malnutrition", + 1, + 886 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 57, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Musculoskeletal conditions (infectious origin)", + 1, + 887 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 58, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Musculoskeletal conditions (non-infectious)", + 1, + 888 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 59, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Necrotizing & bullous skin infections", + 1, + 889 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 60, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neglected tropical diseases", + 1, + 890 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 61, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + "", + "", + "", + "", + "", + "", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal conjunctivitis", + 1, + 891 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 62, + "Neonatal convulsions", + "", + "Neonatal convulsions", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal convulsions", + 1, + 892 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 63, + "Neonatal jaundice", + "", + "Neonatal jaundice", + "", + "", + "", + "", + "", + "", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal jaundice", + 1, + 893 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 64, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal meconial aspiration", + 1, + 894 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 65, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + "", + "", + "", + "", + "", + "", + "Neonatal Necrotising Enterocolitis", + "", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal Necrotizing Enterocolitis", + 1, + 895 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 66, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal pneumonia", + 1, + 896 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 67, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal pneumothorax", + 1, + 897 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 68, + "Neonatal tetanus", + "", + "Neonatal tetanus", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal tetanus", + 1, + 898 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 69, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Neonatal tuberculosis", + 1, + 899 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 70, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 900 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 71, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Newborn to an HIV+ mother", + 1, + 901 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 72, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non cardiac congenital pathology", + 1, + 902 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 73, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non urgent surgical conditions", + 1, + 903 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 74, + "Non violence-related injuries", + "", + "Non violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Non violence-related injuries", + 1, + 904 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 75, + "Observation", + "", + "Observation", + "", + "", + "", + "", + "", + "", + "Observation ward", + "", + "", + "", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Observation", + 1, + 905 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 76, + "Obstetric cases", + "", + "Obstetric cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Obstetric cases", + 1, + 906 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 77, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Oral and digestive severe candidiasis", + 1, + 907 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 78, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other bites and stings", + 1, + 908 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 79, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other neurological conditions", + 1, + 909 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 80, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other non communicable diseases", + 1, + 910 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 81, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Other symptoms and abnor. clinical / lab findings", + 1, + 911 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 82, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Others", + 1, + 912 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 83, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Perinatal asphyxia and complications", + 1, + 913 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 84, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Persistent fever ( >7 days)", + 1, + 914 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 85, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + "", + "", + "", + "", + "", + "", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Poliomyelitis confirmed", + 1, + 915 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 86, + "Post surgical infections", + "", + "Post surgical infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Post surgical infections", + 1, + 916 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 87, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Prematurity and or low birth weight", + 1, + 917 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 88, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Pulmonary tuberculosis", + 1, + 918 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 89, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Rabies", + 1, + 919 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 90, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + "", + "", + "", + "", + "", + "", + "Rheumatic heart disease", + "", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Rheumatic heart disease", + 1, + 920 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 91, + "Risk of sepsis", + "", + "Risk of sepsis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Risk of sepsis", + 1, + 921 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 92, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Septic shock", + 1, + 922 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 93, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 923 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 94, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 924 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 95, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + "", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe Acute Malnutrition (Marasmus)", + 1, + 925 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 96, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + "", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe anaemia", + 1, + 926 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 97, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe dehydration", + 1, + 927 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 98, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Severe malaria", + 1, + 928 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 99, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + "", + "", + "", + "MSF-AAAAAA000000000000000713", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sexual violence / rape", + 1, + 929 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 100, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sexually transmitted disease (STI)", + 1, + 930 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 101, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Shigellosis - Salmonellosis", + 1, + 931 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 102, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Shock uspecified", + 1, + 932 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 103, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + "", + "", + "", + "", + "", + "", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Sickle cell disease", + 1, + 933 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 104, + "Simple malaria", + "", + "Simple malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Simple malaria", + 1, + 934 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 105, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Skin and soft tissue conditions", + 1, + 935 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 106, + "Snake bites", + "", + "Snake bites", + "", + "", + "", + "", + "", + "", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Snake bites", + 1, + 936 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 107, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Substance abuse / dependency", + 1, + 937 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 108, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Suspected or confirmed malignancy", + 1, + 938 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 109, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + "", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Tetanus", + 1, + 939 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 110, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Toxicity / poisoning", + 1, + 940 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 111, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Transient tachypnoea of the newborn", + 1, + 941 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 112, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Typhoid fever", + 1, + 942 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 113, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Upper respiratory tract infection", + 1, + 943 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 114, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + "", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Urgent surgical conditions", + 1, + 944 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 115, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Urolithiasis / Renal colic", + 1, + 945 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 116, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|UTI and renal tract acute pathology", + 1, + 946 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 117, + "Varicella", + "", + "Varicella", + "", + "", + "", + "", + "", + "", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Varicella", + 1, + 947 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 118, + "Violence-related injuries", + "", + "Violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Violence-related injuries", + 1, + 948 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 119, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Viral haemorrhagic fevers", + 1, + 949 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 120, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Visceral leishmaniasis", + 1, + 950 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 121, + "Vit A deficiency", + "", + "Vit A deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit A deficiency", + 1, + 951 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 122, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit B complex deficiency", + 1, + 952 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 123, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit C deficiency (scurvy)", + 1, + 953 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 124, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Vit D deficiency (rickets)", + 1, + 954 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 125, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Whooping cough", + 1, + 955 + ], + [ + 95, + "Diagnosis - Malnutrition", + "", + "Coded", + 126, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + "", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Diagnosis - Malnutrition|Yellow fever", + 1, + 956 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute asthma", + "UoCC4TyaYZp", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute asthma", + 1, + 957 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + "", + "", + "", + "MSF-AAAAAA000000000000000512", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute diarrhea (bloody)", + "bXbATZn7QwE", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute diarrhea (bloody)", + 1, + 958 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute diarrhea (non-bloody)", + "FltwCRejivF", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute diarrhea (non-bloody)", + 1, + 959 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute febrile illness (=<7 days)", + "fgeCTh9601Z", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute febrile illness (=<7 days)", + 1, + 960 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + "", + "", + "", + "", + "", + "", + "Acute flaccid paralysis", + "", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute flaccid paralysis", + "r8U660ApU51", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute flaccid paralysis", + 1, + 961 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + "", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Acute jaundice syndrome", + "PkeGHY5X4hR", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Acute jaundice syndrome", + 1, + 962 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 7, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Apnoea of prematurity", + "A07QEdOGULT", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Apnoea of prematurity", + 1, + 963 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 8, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bacterial meningitis", + "ELkTBWRtnbU", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bacterial meningitis", + 1, + 964 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 9, + "Birth injury", + "", + "Birth injury", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Birth injury", + "FtoAE4Ckgdc", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Birth injury", + 1, + 965 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 10, + "Bronchiolitis obstructive bronchitis", + "", + "Bronchiolitis obstructive bronchitis", + "", + "", + "", + "", + "", + "", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bronchiolitis obstructive bronchitis", + "LAu8p10eBf1", + "bronchiolitis_obstructive_bronchitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bronchiolitis obstructive bronchitis", + 1, + 966 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 11, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Bronchospasm", + "AKJv8tPOPfq", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Bronchospasm", + 1, + 967 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 12, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Burns", + "Z0JCjHGqNaj", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Burns", + 1, + 968 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 13, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cardiogenic shock", + "IwBXvTC07X4", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cardiogenic shock", + 1, + 969 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 14, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + "", + "", + "", + "", + "", + "", + "Cerebral palsy", + "", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cerebral palsy - Neuro disability", + "r8tFgDoOtCP", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cerebral palsy - Neuro disability", + 1, + 970 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 15, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cholera (suspected)", + "YKzNEhC9cq3", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cholera (suspected)", + 1, + 971 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 16, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + "", + "", + "", + "", + "", + "", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cholera confirmed", + "eyfVX0CSq4s", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cholera confirmed", + 1, + 972 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 17, + "Complicated ear infection", + "", + "Complicated ear infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Complicated ear infection", + "Tj93mBtUkhu", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Complicated ear infection", + 1, + 973 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 18, + "Complications of SCD", + "", + "Complications of SCD", + "", + "", + "", + "", + "", + "", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Complications of SCD", + "EO0bo8A7qDk", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Complications of SCD", + 1, + 974 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 19, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital herpes virus infection", + "B02tG0t2ZiN", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital herpes virus infection", + 1, + 975 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 20, + "Congenital malaria", + "", + "Congenital malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital malaria", + "pXF4knGswXw", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital malaria", + 1, + 976 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 21, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital or acquired cardiac pathology", + "nvQpfHzvu6A", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital or acquired cardiac pathology", + 1, + 977 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 22, + "Congenital syphilis", + "", + "Congenital syphilis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congenital syphilis", + "qvaVyj95GlX", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congenital syphilis", + 1, + 978 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 23, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Congestive Heart Failure", + "vNvbx4qpkUa", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Congestive Heart Failure", + 1, + 979 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 24, + "COPD", + "", + "COPD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "COPD", + "sCGnq3NK2Xy", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|COPD", + 1, + 980 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 25, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Covid-19 confirmed", + "m62n1ZUQGHF", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Covid-19 confirmed", + 1, + 981 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 26, + "Covid-19 probable", + "", + "Covid-19 probable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Covid-19 probable", + "IUjXXVageyU", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Covid-19 probable", + 1, + 982 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 27, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + "", + "", + "", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + "", + "", + "", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Cutaneous leishmaniosis", + "pycPdcwaYgI", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Cutaneous leishmaniosis", + 1, + 983 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 28, + "Dengue confirmed", + "", + "Dengue confirmed", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dengue confirmed", + "CnHndylBSN3", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dengue confirmed", + 1, + 984 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 29, + "Dengue suspected", + "", + "Dengue suspected", + "", + "", + "", + "", + "", + "", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dengue suspected", + "sCqcBysQAon", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dengue suspected", + 1, + 985 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 30, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diabetes type 2 and complications", + "jQhAo2FVD69", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diabetes type 2 and complications", + 1, + 986 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 31, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + "", + "", + "", + "", + "", + "", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diabetes Type I and complications", + "CzGkEukFnE5", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diabetes Type I and complications", + 1, + 987 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 32, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + "", + "", + "", + "", + "", + "", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diarrhea (persistent)", + "apvC5aiDSgV", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diarrhea (persistent)", + 1, + 988 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 33, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Diphtheria", + "MtXYrdYlGOy", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Diphtheria", + 1, + 989 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 34, + "Dog bite", + "", + "Dog bite", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Dog bite", + "rohyQ83YCPY", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Dog bite", + 1, + 990 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 35, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Epilepsy - Seizures", + "JmfXWcy056y", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Epilepsy - Seizures", + 1, + 991 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 36, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + "", + "", + "", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + "", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Extra pulmonary tuberculosis", + "gNDMXmSlxY5", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Extra pulmonary tuberculosis", + 1, + 992 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 37, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Eye diseases (including trachoma)", + "anzGBpfOjIE", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Eye diseases (including trachoma)", + 1, + 993 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 38, + "Febrile convulsions", + "", + "Febrile convulsions", + "", + "", + "", + "", + "", + "", + "Febrile convulsion", + "", + "", + "", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Febrile convulsions", + "cEFdvYz974J", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Febrile convulsions", + 1, + 994 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 39, + "Gynaecological cases", + "", + "Gynaecological cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Gynaecological cases", + "jznqlCDB7bD", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Gynaecological cases", + 1, + 995 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 40, + "Hepatitis A", + "", + "Hepatitis A", + "", + "", + "", + "", + "", + "", + "Hepatitis A", + "", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis A", + "ukKcORm1F6S", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis A", + 1, + 996 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 41, + "Hepatitis B", + "", + "Hepatitis B", + "", + "", + "", + "", + "", + "", + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis B", + "lIUb0EAK51H", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis B", + 1, + 997 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 42, + "Hepatitis Delta", + "", + "Hepatitis Delta", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis Delta", + "hduXSHS4szJ", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis Delta", + 1, + 998 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 43, + "Hepatitis E", + "", + "Hepatitis E", + "", + "", + "", + "", + "", + "", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hepatitis E", + "QwzXUJbzLXH", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hepatitis E", + 1, + 999 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 44, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "HIV Infection confirmed", + "pUhMekDUu7f", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|HIV Infection confirmed", + 1, + 1000 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 45, + "Hyperglycemia", + "", + "Hyperglycemia", + "", + "", + "", + "", + "", + "", + "Hyperglycaemia", + "", + "", + "", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hyperglycemia", + "SUvj2pUJRFh", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hyperglycemia", + 1, + 1001 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 46, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hyperreactive splenomegaly due to malaria", + "X7Sk4ow3iI8", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hyperreactive splenomegaly due to malaria", + 1, + 1002 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 47, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + "", + "", + "", + "MSF-AAAAAA000000000000000608", + 96, + "", + "", + "", + "", + "", + "", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hypoglycemia", + "WeuqO510vgS", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hypoglycemia", + 1, + 1003 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 48, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + "", + "", + "", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + "", + "", + "", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Hypovolemic shock", + "EcBzdm2aQ23", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Hypovolemic shock", + 1, + 1004 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 49, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + "", + "", + "", + "", + "", + "", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Infectious diseases not otherwise classified", + "NRRuczCFMMF", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Infectious diseases not otherwise classified", + 1, + 1005 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 50, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Lower respiratory tract infection", + "qc8bQZ5WivT", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Lower respiratory tract infection", + 1, + 1006 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 51, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Measles (complicated)", + "NBydum9qcq6", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Measles (complicated)", + 1, + 1007 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 52, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Measles (uncomplicated)", + "Mzk9OdBug0o", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Measles (uncomplicated)", + 1, + 1008 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 53, + "Meningeal TB", + "", + "Meningeal TB", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Meningeal TB", + "FMpzSLis7mi", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Meningeal TB", + 1, + 1009 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 54, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Meningitis unspecified", + "NzNRwhQ9cvG", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Meningitis unspecified", + 1, + 1010 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 55, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Mental and psychiatric conditions", + "K7PAEOyTRcr", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Mental and psychiatric conditions", + 1, + 1011 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 56, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + "", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Moderate acute malnutrition", + "TwYur55ToIF", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Moderate acute malnutrition", + 1, + 1012 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 57, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Musculoskeletal conditions (infectious origin)", + "VWHtY3nz3Rw", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (infectious origin)", + 1, + 1013 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 58, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Musculoskeletal conditions (non-infectious)", + "y0cWH3jWDqM", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Musculoskeletal conditions (non-infectious)", + 1, + 1014 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 59, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Necrotizing & bullous skin infections", + "lEkrxTnPMAm", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Necrotizing & bullous skin infections", + 1, + 1015 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 60, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neglected tropical diseases", + "LRNoNQQkUyp", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neglected tropical diseases", + 1, + 1016 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 61, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + "", + "", + "", + "", + "", + "", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal conjunctivitis", + "l7uIiP3Evps", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal conjunctivitis", + 1, + 1017 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 62, + "Neonatal convulsions", + "", + "Neonatal convulsions", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal convulsions", + "vUf0E6IPcTZ", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal convulsions", + 1, + 1018 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 63, + "Neonatal jaundice", + "", + "Neonatal jaundice", + "", + "", + "", + "", + "", + "", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal jaundice", + "XLcSqtMfBxM", + "neonatal-jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal jaundice", + 1, + 1019 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 64, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal meconial aspiration", + "iSr0WOSmT9U", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal meconial aspiration", + 1, + 1020 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 65, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + "", + "", + "", + "", + "", + "", + "Neonatal Necrotising Enterocolitis", + "", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal Necrotizing Enterocolitis", + "Jgx0hYetHaY", + "neonatal_necrotizing_nterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal Necrotizing Enterocolitis", + 1, + 1021 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 66, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal pneumonia", + "wa1RG3wnht0", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal pneumonia", + 1, + 1022 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 67, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal pneumothorax", + "s0XrcXrOnQ8", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal pneumothorax", + 1, + 1023 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 68, + "Neonatal tetanus", + "", + "Neonatal tetanus", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal tetanus", + "luBkSC1qQbJ", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal tetanus", + 1, + 1024 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 69, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + "", + "", + "", + "", + "", + "", + "Neon", + "", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Neonatal tuberculosis", + "djiIx7NnwaX", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Neonatal tuberculosis", + 1, + 1025 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 70, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "ZcyurITHZes", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1026 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 71, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Newborn to an HIV+ mother", + "yjJN567GnYG", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Newborn to an HIV+ mother", + 1, + 1027 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 72, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non cardiac congenital pathology", + "nXAR0YWa21v", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non cardiac congenital pathology", + 1, + 1028 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 73, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non urgent surgical conditions", + "wyOWCkIW4RI", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non urgent surgical conditions", + 1, + 1029 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 74, + "Non violence-related injuries", + "", + "Non violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Non violence-related injuries", + "kFutLc3yZOe", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Non violence-related injuries", + 1, + 1030 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 75, + "Observation", + "", + "Observation", + "", + "", + "", + "", + "", + "", + "Observation ward", + "", + "", + "", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Observation", + "HjPEDuITUwp", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Observation", + 1, + 1031 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 76, + "Obstetric cases", + "", + "Obstetric cases", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Obstetric cases", + "iI55Apf1fRF", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Obstetric cases", + 1, + 1032 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 77, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Oral and digestive severe candidiasis", + "aoQ6D9x6KLI", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Oral and digestive severe candidiasis", + 1, + 1033 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 78, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other bites and stings", + "Jm9wyH1SUvC", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other bites and stings", + 1, + 1034 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 79, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other neurological conditions", + "BIuSr3FxBRn", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other neurological conditions", + 1, + 1035 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 80, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other non communicable diseases", + "VtHhILJkLdJ", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other non communicable diseases", + 1, + 1036 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 81, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other symptoms and abnor. clinical / lab findings", + "JI4uetxlZEi", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other symptoms and abnor. clinical / lab findings", + 1, + 1037 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 82, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Others", + "OjK1cMG8jkk", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Others", + 1, + 1038 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 83, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Perinatal asphyxia and complications", + "g0EI2QmcpdA", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Perinatal asphyxia and complications", + 1, + 1039 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 84, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Persistent fever ( >7 days)", + "whyu4NpVxPn", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Persistent fever ( >7 days)", + 1, + 1040 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 85, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + "", + "", + "", + "", + "", + "", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Poliomyelitis confirmed", + "HT9ZZ93rKmF", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Poliomyelitis confirmed", + 1, + 1041 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 86, + "Post surgical infections", + "", + "Post surgical infections", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Post surgical infections", + "LaFNaIRr31Y", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Post surgical infections", + 1, + 1042 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 87, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Prematurity and or low birth weight", + "QXUq8rmuwY6", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Prematurity and or low birth weight", + 1, + 1043 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 88, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Pulmonary tuberculosis", + "ymehGVfxIuX", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Pulmonary tuberculosis", + 1, + 1044 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 89, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Rabies", + "talayTpKnQj", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Rabies", + 1, + 1045 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 90, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + "", + "", + "", + "", + "", + "", + "Rheumatic heart disease", + "", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Rheumatic heart disease", + "pt0OH3jp5Ne", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Rheumatic heart disease", + 1, + 1046 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 91, + "Risk of sepsis", + "", + "Risk of sepsis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Risk of sepsis", + "MZ53av22vaw", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Risk of sepsis", + 1, + 1047 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 92, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Septic shock", + "L6lauJp2IIF", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Septic shock", + 1, + 1048 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 93, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Kwashiorkor)", + "JSPmBf2xyfH", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1049 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 94, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "SpoQWgDPyqx", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1050 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 95, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + "", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe Acute Malnutrition (Marasmus)", + "wAn3mqCpiiC", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe Acute Malnutrition (Marasmus)", + 1, + 1051 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 96, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + "", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe anaemia", + "vlEFy6xowzU", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe anaemia", + 1, + 1052 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 97, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe dehydration", + "GBQyB8xsCAw", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe dehydration", + 1, + 1053 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 98, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Severe malaria", + "EwKSGhZtPfR", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Severe malaria", + 1, + 1054 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 99, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + "", + "", + "", + "MSF-AAAAAA000000000000000713", + 95, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sexual violence / rape", + "lovYBi9o5Tp", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sexual violence / rape", + 1, + 1055 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 100, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sexually transmitted disease (STI)", + "fy6qMKLMIjI", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sexually transmitted disease (STI)", + 1, + 1056 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 101, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Shigellosis - Salmonellosis", + "zE90IarojUU", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Shigellosis - Salmonellosis", + 1, + 1057 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 102, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Shock uspecified", + "nM58w8K8cVo", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Shock uspecified", + 1, + 1058 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 103, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + "", + "", + "", + "", + "", + "", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Sickle cell disease", + "L7N8qGvq28k", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Sickle cell disease", + 1, + 1059 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 104, + "Simple malaria", + "", + "Simple malaria", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Simple malaria", + "F0ByKIAMrVs", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Simple malaria", + 1, + 1060 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 105, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Skin and soft tissue conditions", + "xXMvb2TUtMW", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Skin and soft tissue conditions", + 1, + 1061 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 106, + "Snake bites", + "", + "Snake bites", + "", + "", + "", + "", + "", + "", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Snake bites", + "iRgUBoH1pvK", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Snake bites", + 1, + 1062 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 107, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Substance abuse / dependency", + "ZDJi3kMhfDG", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Substance abuse / dependency", + 1, + 1063 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 108, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + "", + "", + "", + "", + "", + "", + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Suspected or confirmed malignancy", + "qcv5pPyiaim", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Suspected or confirmed malignancy", + 1, + 1064 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 109, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + "", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Tetanus", + "pTa1B1wYeLe", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Tetanus", + 1, + 1065 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 110, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Toxicity / poisoning", + "WINiS5BkeKv", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Toxicity / poisoning", + 1, + 1066 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 111, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Transient tachypnoea of the newborn", + "FKg2FRM2PtQ", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Transient tachypnoea of the newborn", + 1, + 1067 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 112, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Typhoid fever", + "hOrtW9hFrki", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Typhoid fever", + 1, + 1068 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 113, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Upper respiratory tract infection", + "DoUIBmauj9E", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Upper respiratory tract infection", + 1, + 1069 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 114, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + "", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Urgent surgical conditions", + "jFUECw4W9aF", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Urgent surgical conditions", + 1, + 1070 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 115, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Urolithiasis / Renal colic", + "sSW1cbhBzhW", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Urolithiasis / Renal colic", + 1, + 1071 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 116, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "UTI and renal tract acute pathology", + "qTBmkavG2bG", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|UTI and renal tract acute pathology", + 1, + 1072 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 117, + "Varicella", + "", + "Varicella", + "", + "", + "", + "", + "", + "", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Varicella", + "dgIaklTiH6m", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Varicella", + 1, + 1073 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 118, + "Violence-related injuries", + "", + "Violence-related injuries", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Violence-related injuries", + "mrfLmzfhU5n", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Violence-related injuries", + 1, + 1074 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 119, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Viral haemorrhagic fevers", + "J0j4TX9lqqX", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Viral haemorrhagic fevers", + 1, + 1075 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 120, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Visceral leishmaniasis", + "Cjt04G2FlMe", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Visceral leishmaniasis", + 1, + 1076 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 121, + "Vit A deficiency", + "", + "Vit A deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit A deficiency", + "WyRZR3PNn2u", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit A deficiency", + 1, + 1077 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 122, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit B complex deficiency", + "zUNsdaOjgcv", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit B complex deficiency", + 1, + 1078 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 123, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit C deficiency (scurvy)", + "JATciD21DwF", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit C deficiency (scurvy)", + 1, + 1079 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 124, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Vit D deficiency (rickets)", + "za2LmUraSRD", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Vit D deficiency (rickets)", + 1, + 1080 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 125, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Whooping cough", + "LnWb3O0ELPp", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Whooping cough", + 1, + 1081 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 126, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + "", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Yellow fever", + "QJo7brpXC3Z", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Yellow fever", + 1, + 1082 + ], + [ + 96, + "Diagnosis - Malnutrition - Main", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Most serious", + "nP6DZ15RiCr", + "Medical - Pediatrics/Nutrition - Most serious", + "BOwk0BqI0f6", + "Other neonatal conditions", + "vW26SgsyQYB", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Main|Other neonatal conditions", + 1, + 1083 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute asthma", + "Ezrxj8sEVkd", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute asthma", + 1, + 1084 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute diarrhea (bloody)", + "wHIjteuw2Gc", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (bloody)", + 1, + 1085 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute diarrhea (non-bloody)", + "ZocSqLhwlHA", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute diarrhea (non-bloody)", + 1, + 1086 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute febrile illness (=<7 days)", + "GLs13BnQURD", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute febrile illness (=<7 days)", + 1, + 1087 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute flaccid paralysis", + "MJFGttGUaVX", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute flaccid paralysis", + 1, + 1088 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Acute jaundice syndrome", + "cqz1DZNiiWp", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Acute jaundice syndrome", + 1, + 1089 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 7, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bacterial meningitis", + "ZKCmk9TMON5", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bacterial meningitis", + 1, + 1090 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 8, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Burns", + "CM6bNqQE9tk", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Burns", + 1, + 1091 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 9, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cholera (suspected)", + "IrqkKXJ9pL5", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cholera (suspected)", + 1, + 1092 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 10, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cholera confirmed", + "fl3hbTSUUvY", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cholera confirmed", + 1, + 1093 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 11, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Complicated ear infection", + "tNBupLHGkO1", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Complicated ear infection", + 1, + 1094 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 12, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Complications of SCD", + "qqdK48VF9V3", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Complications of SCD", + 1, + 1095 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 13, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital or acquired cardiac pathology", + "IQ2vP5mMPRC", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital or acquired cardiac pathology", + 1, + 1096 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 14, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congestive Heart Failure", + "YzS1SrJkpfD", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congestive Heart Failure", + 1, + 1097 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 15, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cutaneous leishmaniosis", + "c9sqPdQq6gZ", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cutaneous leishmaniosis", + 1, + 1098 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 16, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dengue confirmed", + "JTeymbhEwKU", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dengue confirmed", + 1, + 1099 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 17, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diabetes type 2 and complications", + "Xh2f6F0VSwN", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diabetes type 2 and complications", + 1, + 1100 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 18, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diabetes Type I and complications", + "FQ2EF6qyD3P", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diabetes Type I and complications", + 1, + 1101 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 19, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diarrhea (persistent)", + "T4ZsFEUKokD", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diarrhea (persistent)", + 1, + 1102 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 20, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Diphtheria", + "TomHTmV7UU6", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Diphtheria", + 1, + 1103 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 21, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Epilepsy - Seizures", + "l3tXrwEXhZv", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Epilepsy - Seizures", + 1, + 1104 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 22, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Extra pulmonary tuberculosis", + "hWuPwQ7mo2s", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Extra pulmonary tuberculosis", + 1, + 1105 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 23, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Eye diseases (including trachoma)", + "KHqb5KzJjv2", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Eye diseases (including trachoma)", + 1, + 1106 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 24, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Gynaecological cases", + "b6GZG7ray6L", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Gynaecological cases", + 1, + 1107 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 25, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis A", + "DoJ8USwbWAC", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis A", + 1, + 1108 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 26, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis B", + "LWL1kdtU2G1", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis B", + 1, + 1109 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 27, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis Delta", + "Ih6U6uYFdnf", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis Delta", + 1, + 1110 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 28, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hepatitis E", + "TVoVhSXLq5s", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hepatitis E", + 1, + 1111 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 29, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "HIV Infection confirmed", + "egbcyosmS3z", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|HIV Infection confirmed", + 1, + 1112 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 30, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hyperreactive splenomegaly due to malaria", + "h2QoZAOi0Vl", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hyperreactive splenomegaly due to malaria", + 1, + 1113 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 31, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Infectious diseases not otherwise classified", + "KUUbE0XOsc2", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Infectious diseases not otherwise classified", + 1, + 1114 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 32, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Lower respiratory tract infection", + "mJv2EIUspLf", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Lower respiratory tract infection", + 1, + 1115 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 33, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Measles (complicated)", + "JMuui1OC4qm", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Measles (complicated)", + 1, + 1116 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 34, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Measles (uncomplicated)", + "F0jfwkECwC6", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Measles (uncomplicated)", + 1, + 1117 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 35, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Meningeal TB", + "A23Hei7Aqa7", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Meningeal TB", + 1, + 1118 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 36, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Meningitis unspecified", + "f08qUA7VdA8", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Meningitis unspecified", + 1, + 1119 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 37, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Mental and psychiatric conditions", + "BSHRS8ImQPt", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Mental and psychiatric conditions", + 1, + 1120 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 38, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Moderate acute malnutrition", + "vn4rkGBqxVZ", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Moderate acute malnutrition", + 1, + 1121 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 39, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Musculoskeletal conditions (infectious origin)", + "k34KHbDpceV", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (infectious origin)", + 1, + 1122 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 40, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Musculoskeletal conditions (non-infectious)", + "eeIIBA68Qqp", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Musculoskeletal conditions (non-infectious)", + 1, + 1123 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 41, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Necrotizing & bullous skin infections", + "sDZNxSTQR8R", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Necrotizing & bullous skin infections", + 1, + 1124 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 42, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neglected tropical diseases", + "FvxHIS3jqix", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neglected tropical diseases", + 1, + 1125 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 43, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "r6eWc8I8PDe", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1126 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 44, + "Cerebral palsy/Neuro disability", + "", + "Cerebral palsy/Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cerebral palsy/Neuro disability", + "ddebsmKgy2u", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cerebral palsy/Neuro disability", + 1, + 1127 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 45, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non urgent surgical conditions", + "uwM2sVPtUde", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non urgent surgical conditions", + 1, + 1128 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 46, + "Non violence-related injuries", + "", + "Non violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non violence-related injuries", + "RV6MQD0BaW1", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non violence-related injuries", + 1, + 1129 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 47, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Obstetric cases", + "wZFYQnbuYkr", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Obstetric cases", + 1, + 1130 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 48, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Oral and digestive severe candidiasis", + "xTrkXo0f3jr", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Oral and digestive severe candidiasis", + 1, + 1131 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 49, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Persistent fever ( >7 days)", + "oQj59DPBYel", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Persistent fever ( >7 days)", + 1, + 1132 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 50, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Poliomyelitis confirmed", + "myLcZsoMRk5", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Poliomyelitis confirmed", + 1, + 1133 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 51, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Post surgical infections", + "YVDu8NgUd87", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Post surgical infections", + 1, + 1134 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 52, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Pulmonary tuberculosis", + "GuReX44Ib4s", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Pulmonary tuberculosis", + 1, + 1135 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 53, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Rabies", + "RDS6MJMiUtx", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Rabies", + 1, + 1136 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 54, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Kwashiorkor)", + "x8YPDz3YDwK", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1137 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 55, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "mMOlozsbqCr", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1138 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 56, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe Acute Malnutrition (Marasmus)", + "GZvCeMgWmt4", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe Acute Malnutrition (Marasmus)", + 1, + 1139 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 57, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe malaria", + "UijCKzpfpUH", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe malaria", + 1, + 1140 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 58, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sexual violence / rape", + "LM9t0dDBnIm", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sexual violence / rape", + 1, + 1141 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 59, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sexually transmitted disease (STI)", + "Z1xeGfsZWOQ", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sexually transmitted disease (STI)", + 1, + 1142 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 60, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Shigellosis - Salmonellosis", + "r8DzuoIylch", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Shigellosis - Salmonellosis", + 1, + 1143 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 61, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Sickle cell disease", + "JFwUloySp94", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Sickle cell disease", + 1, + 1144 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 62, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Simple malaria", + "l6PDpl6ib86", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Simple malaria", + 1, + 1145 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 63, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Skin and soft tissue conditions", + "BOFkDhGzR8P", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Skin and soft tissue conditions", + 1, + 1146 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 64, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Snake bites", + "NaxHVYSUOyW", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Snake bites", + 1, + 1147 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 65, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Substance abuse / dependency", + "j3C7Fe8D4qu", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Substance abuse / dependency", + 1, + 1148 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 66, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Suspected or confirmed malignancy", + "WP4YznEWlNQ", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Suspected or confirmed malignancy", + 1, + 1149 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 67, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Tetanus", + "rFwJliVx1S8", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Tetanus", + 1, + 1150 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 68, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Toxicity / poisoning", + "uOjbsLAWUij", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Toxicity / poisoning", + 1, + 1151 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 69, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Typhoid fever", + "NbfUngbPEAP", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Typhoid fever", + 1, + 1152 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 70, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Upper respiratory tract infection", + "OvztRwDtrx1", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Upper respiratory tract infection", + 1, + 1153 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 71, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Urgent surgical conditions", + "BlEaw6hgBhq", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Urgent surgical conditions", + 1, + 1154 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 72, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Urolithiasis / Renal colic", + "WOUU3mmhdHZ", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Urolithiasis / Renal colic", + 1, + 1155 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 73, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "UTI and renal tract acute pathology", + "cNnfA3fFLNr", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|UTI and renal tract acute pathology", + 1, + 1156 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 74, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Violence-related injuries", + "joxaKH5Rdul", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Violence-related injuries", + 1, + 1157 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 75, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Viral haemorrhagic fevers", + "yHVhPBKD9h2", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Viral haemorrhagic fevers", + 1, + 1158 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 76, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Visceral leishmaniasis", + "Bys1gZTxw4p", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Visceral leishmaniasis", + 1, + 1159 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 77, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit A deficiency", + "i6JiY1PAEwc", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit A deficiency", + 1, + 1160 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 78, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit B complex deficiency", + "V8ISxvoysXS", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit B complex deficiency", + 1, + 1161 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 79, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit C deficiency (scurvy)", + "iDPCH8hTbBY", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit C deficiency (scurvy)", + 1, + 1162 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 80, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Vit D deficiency (rickets)", + "ug8Kgv37aSJ", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Vit D deficiency (rickets)", + 1, + 1163 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 81, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Whooping cough", + "VOFYxJG5Bdy", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Whooping cough", + 1, + 1164 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 82, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Yellow fever", + "RxYDFTlXi7B", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Yellow fever", + 1, + 1165 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 83, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other bites and stings", + "BbDlC8AkR76", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other bites and stings", + 1, + 1166 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 84, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other neurological conditions", + "Sla3XxqZjTc", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other neurological conditions", + 1, + 1167 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 85, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other non communicable diseases", + "IHcB7buq0Lq", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other non communicable diseases", + 1, + 1168 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 86, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other symptoms and abnor. clinical / lab findings", + "yzLYFrzUuy9", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other symptoms and abnor. clinical / lab findings", + 1, + 1169 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 87, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Others", + "wXYdnbu32bf", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Others", + 1, + 1170 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 88, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Covid-19 confirmed", + "pX0VJTMfoAj", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Covid-19 confirmed", + 1, + 1171 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 89, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Covid-19 probable", + "HIfTGoweruV", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Covid-19 probable", + 1, + 1172 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 90, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Apnoea of prematurity", + "XiCLeKbQyoT", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Apnoea of prematurity", + 1, + 1173 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 91, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Birth injury", + "WT20v167Xzg", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Birth injury", + 1, + 1174 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 92, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "COPD", + "d96Q6VDDtGr", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|COPD", + 1, + 1175 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 93, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bronchiolitis - obstructive bronchitis", + "U8prjAIzmCn", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bronchiolitis - obstructive bronchitis", + 1, + 1176 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 94, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Bronchospasm", + "C4L4qbEt5mM", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Bronchospasm", + 1, + 1177 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 95, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Cardiogenic shock", + "r8xoa1SyGBZ", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Cardiogenic shock", + 1, + 1178 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 96, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital herpes virus infection", + "rSiZA1OeamN", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital herpes virus infection", + 1, + 1179 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 97, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital malaria", + "hGPNkM4Dk4z", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital malaria", + 1, + 1180 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 98, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Congenital syphilis", + "nfENb30coWb", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Congenital syphilis", + 1, + 1181 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 99, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dengue suspected", + "ikNcvpbDixr", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dengue suspected", + 1, + 1182 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 100, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Dog bite", + "BIs1jKjLRHN", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Dog bite", + 1, + 1183 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 101, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Febrile convulsions", + "c3O9dECIxOa", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Febrile convulsions", + 1, + 1184 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 102, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hyperglycemia", + "p5JcLzBGNqp", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hyperglycemia", + 1, + 1185 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 103, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Hypoglycemia", + "LJVBk2Zh7hK", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Hypoglycemia", + 1, + 1186 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 104, + "hypovolemic_shock", + "", + "hypovolemic_shock", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "hypovolemic_shock", + "WnMpToZF0qr", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|hypovolemic_shock", + 1, + 1187 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 105, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal conjunctivitis", + "MOtQxxicneI", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal conjunctivitis", + 1, + 1188 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 106, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal convulsions", + "bveva4WEwpk", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal convulsions", + 1, + 1189 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 107, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal jaundice", + "x3e3eB13HBC", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal jaundice", + 1, + 1190 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 108, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal meconial aspiration", + "ZVbbk05skVn", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal meconial aspiration", + 1, + 1191 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 109, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal Necrotising Enterocolitis", + " ", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal Necrotizing Enterocolitis", + "CV9RoDlgn0w", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal Necrotizing Enterocolitis", + 1, + 1192 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 110, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal pneumonia", + "IuCGFWyFWFO", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumonia", + 1, + 1193 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 111, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal pneumothorax", + "NSSABF8r5q8", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal pneumothorax", + 1, + 1194 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 112, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal tetanus", + "TOYetOKf4MU", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal tetanus", + 1, + 1195 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 113, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Neonatal tuberculosis", + "e9GUiPSsGQC", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Neonatal tuberculosis", + 1, + 1196 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 114, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Non cardiac congenital pathology", + "GgiffxpUGcR", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Non cardiac congenital pathology", + 1, + 1197 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 115, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Newborn to an HIV+ mother", + "o7mxkyOuqRW", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Newborn to an HIV+ mother", + 1, + 1198 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 116, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Observation", + "q9596NeqFbK", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Observation", + 1, + 1199 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 117, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Perinatal asphyxia and complications", + "C9vdUIZmji0", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Perinatal asphyxia and complications", + 1, + 1200 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 118, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Prematurity and or low birth weight", + "n5bkPzahGYv", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Prematurity and or low birth weight", + 1, + 1201 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 119, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Rheumatic heart disease", + "MndDsJKT02H", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Rheumatic heart disease", + 1, + 1202 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 120, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Risk of sepsis", + "pOlHPAPSIwG", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Risk of sepsis", + 1, + 1203 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 121, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Septic shock", + "Z4K838xu1el", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Septic shock", + 1, + 1204 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 122, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Shock uspecified", + "DzENG1greCA", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Shock uspecified", + 1, + 1205 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 123, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe anaemia", + "rSM7i2VYQh8", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe anaemia", + 1, + 1206 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 124, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Severe dehydration", + "hvkuM6He8lg", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Severe dehydration", + 1, + 1207 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 125, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Transient tachypnoea of the newborn", + "gLpLCbuDJSU", + "transient_tachypnoea_of_the-newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Transient tachypnoea of the newborn", + 1, + 1208 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 126, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Varicella", + "ZxWtBfYPFaS", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Varicella", + 1, + 1209 + ], + [ + 97, + "Diagnosis - Malnutrition - Secondary 1", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 1", + "iOgoFkTPbbl", + "Medical - Pediatrics/Nutrition - Secondary 1", + "yO5N73LXKpD", + "Other neonatal conditions", + "wPLsmkaNgVw", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 1|Other neonatal conditions", + 1, + 1210 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute asthma", + "HgX3vXrvsx6", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute asthma", + 1, + 1211 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 2, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute diarrhea (bloody)", + "ZpRxFecqnwi", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (bloody)", + 1, + 1212 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 3, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute diarrhea (non-bloody)", + "zVgxlrZnnCe", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute diarrhea (non-bloody)", + 1, + 1213 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 4, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute febrile illness (=<7 days)", + "J8Vl7BI0QfR", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute febrile illness (=<7 days)", + 1, + 1214 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 5, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute flaccid paralysis", + "A7Ex0DFMTYf", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute flaccid paralysis", + 1, + 1215 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 6, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Acute jaundice syndrome", + "GklH62cOq2Z", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Acute jaundice syndrome", + 1, + 1216 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 7, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bacterial meningitis", + "O9xz3jtr4xg", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bacterial meningitis", + 1, + 1217 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 8, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Burns", + "oeR7NWklyjd", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Burns", + 1, + 1218 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 9, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cholera (suspected)", + "YRAU0iIbNP9", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cholera (suspected)", + 1, + 1219 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 10, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cholera confirmed", + "S46QMarDp5i", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cholera confirmed", + 1, + 1220 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 11, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Complicated ear infection", + "zdLmANKgrGO", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Complicated ear infection", + 1, + 1221 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 12, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Complications of SCD", + "vYDgtp7MdTr", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Complications of SCD", + 1, + 1222 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 13, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital or acquired cardiac pathology", + "Jil2qLIrVT9", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital or acquired cardiac pathology", + 1, + 1223 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 14, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congestive Heart Failure", + "Nwd22x068J2", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congestive Heart Failure", + 1, + 1224 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 15, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cutaneous leishmaniosis", + "ftXcV1u3I8T", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cutaneous leishmaniosis", + 1, + 1225 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 16, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dengue confirmed", + "ZnlAgYg6QR4", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dengue confirmed", + 1, + 1226 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 17, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diabetes type 2 and complications", + "VrNBEbLfvq6", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diabetes type 2 and complications", + 1, + 1227 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 18, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diabetes Type I and complications", + "oSTAIVxmb13", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diabetes Type I and complications", + 1, + 1228 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 19, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diarrhea (persistent)", + "ZmSORuJ7MmO", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diarrhea (persistent)", + 1, + 1229 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 20, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Diphtheria", + "FWJi9zFnVVH", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Diphtheria", + 1, + 1230 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 21, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Epilepsy - Seizures", + "WYuwK5EiFkc", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Epilepsy - Seizures", + 1, + 1231 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 22, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Extra pulmonary tuberculosis", + "LCWIVKAGXxQ", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Extra pulmonary tuberculosis", + 1, + 1232 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 23, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Eye diseases (including trachoma)", + "yrB1txNoXdz", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Eye diseases (including trachoma)", + 1, + 1233 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 24, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Gynaecological cases", + "UF0PmdoljJa", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Gynaecological cases", + 1, + 1234 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 25, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis A", + "kJRN97QTpuD", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis A", + 1, + 1235 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 26, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis B", + "oPlApOiyRNf", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis B", + 1, + 1236 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 27, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis Delta", + "iKsXCU378GN", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis Delta", + 1, + 1237 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 28, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hepatitis E", + "daNBQbvb4W6", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hepatitis E", + 1, + 1238 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 29, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "HIV Infection confirmed", + "h3VYXiJtitz", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|HIV Infection confirmed", + 1, + 1239 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 30, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hyperreactive splenomegaly due to malaria", + "jmVxSKHbGG8", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hyperreactive splenomegaly due to malaria", + 1, + 1240 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 31, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Infectious diseases not otherwise classified", + "xNduTQgsOKH", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Infectious diseases not otherwise classified", + 1, + 1241 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 32, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Lower respiratory tract infection", + "VmtZbSQZKWB", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Lower respiratory tract infection", + 1, + 1242 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 33, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Measles (complicated)", + "Ldgjz9C0g8E", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Measles (complicated)", + 1, + 1243 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 34, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Measles (uncomplicated)", + "YBqbmTLX7C0", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Measles (uncomplicated)", + 1, + 1244 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 35, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Meningeal TB", + "HnTQlyQywuD", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Meningeal TB", + 1, + 1245 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 36, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Meningitis unspecified", + "LR0LHjndAXu", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Meningitis unspecified", + 1, + 1246 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 37, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Mental and psychiatric conditions", + "aG0OfBS8ueF", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Mental and psychiatric conditions", + 1, + 1247 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 38, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Moderate acute malnutrition", + "QQaqc8toFYk", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Moderate acute malnutrition", + 1, + 1248 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 39, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Musculoskeletal conditions (infectious origin)", + "bnkjJwvg6iQ", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (infectious origin)", + 1, + 1249 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 40, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Musculoskeletal conditions (non-infectious)", + "J6aEdljbxgr", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Musculoskeletal conditions (non-infectious)", + 1, + 1250 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 41, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Necrotizing & bullous skin infections", + "utECVhpdUs4", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Necrotizing & bullous skin infections", + 1, + 1251 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 42, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neglected tropical diseases", + "NohI0zAbUc4", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neglected tropical diseases", + 1, + 1252 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 43, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "C1jvKxIjDxj", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1253 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 44, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cerebral palsy - Neuro disability", + "e8eyFjAUlQk", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cerebral palsy - Neuro disability", + 1, + 1254 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 45, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non urgent surgical conditions", + "yeEBnmqXsQl", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non urgent surgical conditions", + 1, + 1255 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 46, + "Non violence-related injuries", + "", + "Non violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non violence-related injuries", + "yIE3xuGdorT", + "non_violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non violence-related injuries", + 1, + 1256 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 47, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Obstetric cases", + "lufXrIBxOSO", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Obstetric cases", + 1, + 1257 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 48, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Oral and digestive severe candidiasis", + "byDZOw8AhEH", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Oral and digestive severe candidiasis", + 1, + 1258 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 49, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Persistent fever ( >7 days)", + "ApD01rBFsP7", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Persistent fever ( >7 days)", + 1, + 1259 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 50, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Poliomyelitis confirmed", + "eW1xtCC90c3", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Poliomyelitis confirmed", + 1, + 1260 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 51, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Post surgical infections", + "uGrIXRfwMwY", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Post surgical infections", + 1, + 1261 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 52, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Pulmonary tuberculosis", + "HJeN29Cv3kc", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Pulmonary tuberculosis", + 1, + 1262 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 53, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Rabies", + "nL9YgpEXOzY", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Rabies", + 1, + 1263 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 54, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Kwashiorkor)", + "NBY05tQ8hQN", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1264 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 55, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "cX41mhUP4hg", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1265 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 56, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe Acute Malnutrition (Marasmus)", + "yCOLs7TI2Yf", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe Acute Malnutrition (Marasmus)", + 1, + 1266 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 57, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe malaria", + "RqDxjW04LBM", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe malaria", + 1, + 1267 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 58, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sexual violence / rape", + "t9OwU2PBjmi", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sexual violence / rape", + 1, + 1268 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 59, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sexually transmitted disease (STI)", + "rDDzlHmlVfb", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sexually transmitted disease (STI)", + 1, + 1269 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 60, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Shigellosis - Salmonellosis", + "C0RJm1JpNud", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Shigellosis - Salmonellosis", + 1, + 1270 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 61, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Sickle cell disease", + "QGLQEmOsLec", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Sickle cell disease", + 1, + 1271 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 62, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Simple malaria", + "q3Grvfn9QGb", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Simple malaria", + 1, + 1272 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 63, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Skin and soft tissue conditions", + "i6qQp5uB0Ko", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Skin and soft tissue conditions", + 1, + 1273 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 64, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Snake bites", + "It0cW5RQWpE", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Snake bites", + 1, + 1274 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 65, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Substance abuse / dependency", + "jxDmdkqUYzT", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Substance abuse / dependency", + 1, + 1275 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 66, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Suspected or confirmed malignancy", + "SEVS3rGTnWG", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Suspected or confirmed malignancy", + 1, + 1276 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 67, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Tetanus", + "Kr9r979EtHx", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Tetanus", + 1, + 1277 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 68, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Toxicity / poisoning", + "wGTjx3JO66k", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Toxicity / poisoning", + 1, + 1278 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 69, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Typhoid fever", + "ufSbySjV4nf", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Typhoid fever", + 1, + 1279 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 70, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Upper respiratory tract infection", + "UoTji9E533F", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Upper respiratory tract infection", + 1, + 1280 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 71, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Urgent surgical conditions", + "G4GBgpGBv1I", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Urgent surgical conditions", + 1, + 1281 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 72, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Urolithiasis / Renal colic", + "pbbYJwsoExK", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Urolithiasis / Renal colic", + 1, + 1282 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 73, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "UTI and renal tract acute pathology", + "hrtm8XMGsvI", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|UTI and renal tract acute pathology", + 1, + 1283 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 74, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Violence-related injuries", + "FGVvCNrsZd6", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Violence-related injuries", + 1, + 1284 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 75, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Viral haemorrhagic fevers", + "kVOcCpX2wET", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Viral haemorrhagic fevers", + 1, + 1285 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 76, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Visceral leishmaniasis", + "mWZtlCUSfv9", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Visceral leishmaniasis", + 1, + 1286 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 77, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit A deficiency", + "Q8QmQpMAnQ4", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit A deficiency", + 1, + 1287 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 78, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit B complex deficiency", + "K970D8cUX8q", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit B complex deficiency", + 1, + 1288 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 79, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit C deficiency (scurvy)", + "M4dWY0whWZ3", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit C deficiency (scurvy)", + 1, + 1289 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 80, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Vit D deficiency (rickets)", + "Iad4CoXnCTM", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Vit D deficiency (rickets)", + 1, + 1290 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 81, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Whooping cough", + "PJaiWyUC5Rv", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Whooping cough", + 1, + 1291 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 82, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Yellow fever", + "XTczxMr7cBC", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Yellow fever", + 1, + 1292 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 83, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other bites and stings", + "tMDEcnOrzaS", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other bites and stings", + 1, + 1293 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 84, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other neurological conditions", + "RZ6Gri5POqL", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other neurological conditions", + 1, + 1294 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 85, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other non communicable diseases", + "i3kF3xASTF0", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other non communicable diseases", + 1, + 1295 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 86, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other symptoms and abnor. clinical / lab findings", + "wo6gncCWDt8", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other symptoms and abnor. clinical / lab findings", + 1, + 1296 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 87, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Others", + "SLRzVQxrR6V", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Others", + 1, + 1297 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 88, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Covid-19 confirmed", + "lbR2rz0zKhv", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Covid-19 confirmed", + 1, + 1298 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 89, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Covid-19 probable", + "AyulwHw3Bj7", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Covid-19 probable", + 1, + 1299 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 90, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Apnoea of prematurity", + "mNPTDvpwGn5", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Apnoea of prematurity", + 1, + 1300 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 91, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Birth injury", + "oJP7rkoXVg1", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Birth injury", + 1, + 1301 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 92, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bronchiolitis - obstructive bronchitis", + "Ra4H6sXRGR8", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bronchiolitis - obstructive bronchitis", + 1, + 1302 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 93, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Bronchospasm", + "gJSba9WYKcN", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Bronchospasm", + 1, + 1303 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 94, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Cardiogenic shock", + "EQCt6KPlhXh", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Cardiogenic shock", + 1, + 1304 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 95, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital herpes virus infection", + "IEWIHnBHcKW", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital herpes virus infection", + 1, + 1305 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 96, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital malaria", + "fzD74ridSY3", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital malaria", + 1, + 1306 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 97, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Congenital syphilis", + "VlGKbqPPcqo", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Congenital syphilis", + 1, + 1307 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 98, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "COPD", + "VEF2GXOUCGn", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|COPD", + 1, + 1308 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 99, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dengue suspected", + "ZcJqi7M0sIE", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dengue suspected", + 1, + 1309 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 100, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Dog bite", + "i1cjdEToed4", + "dog_bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Dog bite", + 1, + 1310 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 101, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Febrile convulsions", + "jP8E3Nr5ePF", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Febrile convulsions", + 1, + 1311 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 102, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hyperglycemia", + "CSFxUSl3Lrp", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hyperglycemia", + 1, + 1312 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 103, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hypoglycemia", + "p94oukUpt38", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hypoglycemia", + 1, + 1313 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 104, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + " ", + " ", + " ", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Hypovolemic shock", + "RdQaXExPuHY", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Hypovolemic shock", + 1, + 1314 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 105, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal conjunctivitis", + "l9b20GYt8K8", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal conjunctivitis", + 1, + 1315 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 106, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal convulsions", + "vHdiG2Glz2R", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal convulsions", + 1, + 1316 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 107, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal jaundice", + "bz0dwSs5R8q", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal jaundice", + 1, + 1317 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 108, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal meconial aspiration", + "F7ph9cAUsjq", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal meconial aspiration", + 1, + 1318 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 109, + "Neonatal Necrotizing Enterocolitis", + "", + "Neonatal Necrotizing Enterocolitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal Necrotising Enterocolitis", + " ", + "N/A", + "Diagnosis", + "133385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal Necrotizing Enterocolitis", + "PEUNHffrc5r", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal Necrotizing Enterocolitis", + 1, + 1319 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 110, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal pneumonia", + "qfD7Pdor9Ke", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumonia", + 1, + 1320 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 111, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal pneumothorax", + "QnWXeiCqjvs", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal pneumothorax", + 1, + 1321 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 112, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal tetanus", + "y6Z1pZrll3Z", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal tetanus", + 1, + 1322 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 113, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Neonatal tuberculosis", + "hG3VHYjksd7", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Neonatal tuberculosis", + 1, + 1323 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 114, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Non cardiac congenital pathology", + "kNx7jnB8tpr", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Non cardiac congenital pathology", + 1, + 1324 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 115, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Newborn to an HIV+ mother", + "harSVfsnIAt", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Newborn to an HIV+ mother", + 1, + 1325 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 116, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Observation", + "xW2glpN3ZdI", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Observation", + 1, + 1326 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 117, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Perinatal asphyxia and complications", + "ES9hj5pSPBm", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Perinatal asphyxia and complications", + 1, + 1327 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 118, + "Prematurity and or low birth weight", + "", + "Prematurity and or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Prematurity and or low birth weight", + "ApxIIyzZOvu", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Prematurity and or low birth weight", + 1, + 1328 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 119, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Rheumatic heart disease", + "onaykQ33cTD", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Rheumatic heart disease", + 1, + 1329 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 120, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Risk of sepsis", + "YeQfOMYWPyl", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Risk of sepsis", + 1, + 1330 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 121, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Septic shock", + "e50oxQBEjFZ", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Septic shock", + 1, + 1331 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 122, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Shock uspecified", + "nduZ755HdUK", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Shock uspecified", + 1, + 1332 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 123, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe anaemia", + "OosWiQ14i4U", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe anaemia", + 1, + 1333 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 124, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Severe dehydration", + "I49cMnQlRYb", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Severe dehydration", + 1, + 1334 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 125, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Transient tachypnoea of the newborn", + "o0jzqeTCtcA", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Transient tachypnoea of the newborn", + 1, + 1335 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 126, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Varicella", + "H6yZB35ROGG", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Varicella", + 1, + 1336 + ], + [ + 98, + "Diagnosis - Malnutrition - Secondary 2", + "", + "Coded", + 127, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 2", + "soY8zYvIG1S", + "Medical - Pediatrics/Nutrition - Secondary 2", + "YFS16cUz3WQ", + "Other neonatal conditions", + "PFNsVEiE3Mg", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 2|Other neonatal conditions", + 1, + 1337 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 1, + "Acute asthma", + "", + "Acute asthma", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute asthma", + "bluop7krNFI", + "acute_asthma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute asthma", + 1, + 1338 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 2, + "Non cardiac congenital pathology", + "", + "Non cardiac congenital pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Non cardiac congenital pathology", + "aVQ2oi3G43Y", + "non_cardiac_congenital_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Non cardiac congenital pathology", + 1, + 1339 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 3, + "Neonatal tuberculosis", + "", + "Neonatal tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal tuberculosis", + "b52kxhqjmV9", + "neonatal_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal tuberculosis", + 1, + 1340 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 4, + "Neonatal tetanus", + "", + "Neonatal tetanus", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Neonatal tetanus", + "Neonatal tetanus < 28 days", + "N/A", + "Diagnosis", + "124954AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal tetanus", + "WE6lCWupEYy", + "neonatal_tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal tetanus", + 1, + 1341 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 5, + "Neonatal pneumothorax", + "", + "Neonatal pneumothorax", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal pneumothorax", + "HWfmCVKRv3I", + "neonatal_pneumothorax", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumothorax", + 1, + 1342 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 6, + "Acute diarrhea (bloody)", + "", + "Acute diarrhea (bloody)", + "Bloody diarrhea", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000512", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute diarrhea (bloody)", + "ok2FInOgsTB", + "acute_diarrhea_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (bloody)", + 1, + 1343 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 7, + "Neonatal ecrotizing enterocolitisn", + "", + "Neonatal ecrotizing enterocolitisn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal ecrotizing enterocolitisn", + "bt1b6Bxj2kF", + "neonatal_necrotizing_enterocolitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal ecrotizing enterocolitisn", + 1, + 1344 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 8, + "Neonatal meconial aspiration", + "", + "Neonatal meconial aspiration", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal meconial aspiration", + "NKVXlNCLf17", + "neonatal_meconial_aspiration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal meconial aspiration", + 1, + 1345 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 9, + "Neonatal jaundice", + "", + "Neonatal jaundice", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "Coded", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal jaundice", + "A transient unconjugated hyperbilirubinemia that occurs between the second and fifth days of life because the hepatic enzyme GLUCURONOSYLTRANSFERASE required for BILIRUBIN detoxification is inadquedate.", + "N/A", + "Diagnosis", + "115368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal jaundice", + "MBeU92FooY5", + "neonatal_jaundice", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal jaundice", + 1, + 1346 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 10, + "Neonatal convulsions", + "", + "Neonatal convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal convulsions", + "pJNzXChiGXl", + "neonatal_convulsions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal convulsions", + 1, + 1347 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 11, + "Neonatal conjunctivitis", + "", + "Neonatal conjunctivitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "133414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Neonatal conjunctivitis", + "Acute conjunctival inflammation in the newborn, usually caused by maternal gonococcal infection. The baby's eyes are contaminated during passage through the birth canal.", + "N/A", + "Diagnosis", + "b07490b1-4d9f-4f54-ada9-a2f2a06436b5", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal conjunctivitis", + "HT13icXo5YH", + "neonatal_conjunctivitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal conjunctivitis", + 1, + 1348 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 12, + "Neonatal pneumonia", + "", + "Neonatal pneumonia", + " ", + " ", + " ", + " ", + " ", + " ", + "Neon", + " ", + "N/A", + "Misc", + "80517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neonatal pneumonia", + "tFvK0JjfEok", + "neonatal_pneumonia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neonatal pneumonia", + 1, + 1349 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 13, + "Acute diarrhea (non-bloody)", + "", + "Acute diarrhea (non-bloody)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute diarrhea (non-bloody)", + "lefj8RM9IfZ", + "acute_diarrhea_non_bloody", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute diarrhea (non-bloody)", + 1, + 1350 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 14, + "Acute febrile illness (=<7 days)", + "", + "Acute febrile illness (=<7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute febrile illness (=<7 days)", + "DawDRlElB9F", + "acute_febrile_illness_<7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute febrile illness (=<7 days)", + 1, + 1351 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 15, + "Acute flaccid paralysis", + "", + "Acute flaccid paralysis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute flaccid paralysis", + " ", + "N/A", + "Diagnosis", + "160426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Acute flaccid paralysis", + "Clinical manifestation characterized by weakness or paralysis and reduced muscle tone without other obvious cause (e.g., trauma). AFP is the most common sign of acute polio, and used for surveillance during polio outbreaks. Not an exact match with ICD10 code, but could be G81.0, G82.0, G82.3, A80.3.", + "N/A", + "Diagnosis", + "5986f9bb-b257-43d6-9568-0172bf83eb91", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute flaccid paralysis", + "GyhzORItLY8", + "acute_flaccid_paralysis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute flaccid paralysis", + 1, + 1352 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 16, + "Acute jaundice syndrome", + "", + "Acute jaundice syndrome", + "Acute jaundice syndrome", + " ", + "None", + "Diagnosis", + "1123853b-0a4d-46f7-89e3-60a8bc21df14", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Acute jaundice syndrome", + "xcAffGbjtaI", + "acute_jaundice_syndrome", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Acute jaundice syndrome", + 1, + 1353 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 17, + "Apnoea of prematurity", + "", + "Apnoea of prematurity", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Apnoea of prematurity", + "xH3LxnnChOf", + "apnoea_of_prematurity", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Apnoea of prematurity", + 1, + 1354 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 18, + "Bacterial meningitis", + "", + "Bacterial meningitis", + "Bacterial meningitis", + "Acute bacterial infection of the meninges.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000509", + 95, + "Bacterial meningitis", + "Bacterial infections of the leptomeninges and subarachnoid space, frequently involving the cerebral cortex, cranial nerves, cerebral blood vessels, spinal cord, and nerve roots. The type of causative organism varies with age and clinical status (e.g., post-operative, immunodeficient, or post-traumatic states). Clinical manifestations include the acute onset of fever, stiff neck, altered mentation, seizures, and focal neurologic deficits. Death may occur within 24 hours of disease onset. Pathologic features include a purulent exudate in the subarachnoid space, and diffuse inflammation of neural and vascular structures. (From Joynt, Clinical Neurology, 1994, Ch24, pp1-5)", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bacterial meningitis", + "Vijirusi vya ugonjwa unaoleta uti wa mgongo", + "N/A", + "Diagnosis", + "121255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bacterial meningitis", + "B9xVjlrAWHk", + "bacterial_meningitis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bacterial meningitis", + 1, + 1355 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 19, + "Birth injury", + "", + "Birth injury", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Birth injury", + "rqX77y5nyBB", + "birth_injury", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Birth injury", + 1, + 1356 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 20, + "Bronchiolitis - obstructive bronchitis", + "", + "Bronchiolitis - obstructive bronchitis", + " ", + " ", + " ", + " ", + " ", + " ", + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Bronchiolitis", + "Inflammation of the bronchioles.", + "N/A", + "Diagnosis", + "121009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bronchiolitis - obstructive bronchitis", + "jOVk2qkoqyy", + "bronchiolitis_obstructive_bronchitis ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bronchiolitis - obstructive bronchitis", + 1, + 1357 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 21, + "Bronchospasm", + "", + "Bronchospasm", + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000003155", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Bronchospasm", + "A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.", + "N/A", + "Symptom", + "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Bronchospasm", + "XagfsDBPa2U", + "bronchospasm", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Bronchospasm", + 1, + 1358 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 22, + "Burns", + "", + "Burns", + "Burns", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "N/A", + "Diagnosis", + "cd034a8b-f48a-4700-bd4a-37845f20ae30", + 90, + "Burn", + "Injuries to tissues caused by contact with heat, steam, chemicals (BURNS, CHEMICAL), electricity (BURNS, ELECTRIC), or the like.", + "Boolean", + "Diagnosis", + "116543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Burn", + "Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.", + "N/A", + "Diagnosis", + "3ccd21e8-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Burns", + "b7VwHnEElX4", + "burns", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Burns", + 1, + 1359 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 23, + "Cardiogenic shock", + "", + "Cardiogenic shock", + "Cardiogenic shock", + "Condition of decreased cardiac output and evidence of tissue hypoxia in the presence of adequate intravascular volume, due to cardiac dysfunction.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000523", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Cardiogenic shock", + "Shock resulting from diminution of cardiac output in heart disease.", + "N/A", + "Diagnosis", + "146166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cardiogenic shock", + "CLTxVpE2nyA", + "cardiogenic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cardiogenic shock", + 1, + 1360 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 24, + "Cerebral palsy - Neuro disability", + "", + "Cerebral palsy - Neuro disability", + " ", + " ", + " ", + " ", + " ", + " ", + "Cerebral palsy", + " ", + "N/A", + "Diagnosis", + "152492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cerebral palsy - Neuro disability", + "J80kH4PewuI", + "neuro_disability_of_any_cause", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cerebral palsy - Neuro disability", + 1, + 1361 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 25, + "Cholera (suspected)", + "", + "Cholera (suspected)", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cholera (suspected)", + "RlzumxPwBd4", + "cholera_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cholera (suspected)", + 1, + 1362 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 26, + "Cholera confirmed", + "", + "Cholera confirmed", + "Cholera", + "WHO Standard case definition: A case of cholera should be suspected when: à¢â‚¬Â¢ in an area where the disease is not known to be present, a patient aged 5 years or more develops severe dehydration or dies from acute watery diarrhoea; à¢â‚¬Â¢ in an area where there is a cholera epidemic, a patient aged 5 years or more develops acute watery diarrhoea, with or without vomiting.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000531", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Cholera", + "Vibrio infection of the colon causing massive watery diarrhoea.", + "N/A", + "Diagnosis", + "3cce870e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cholera confirmed", + "HtM1Sox2Vwj", + "cholera_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cholera confirmed", + 1, + 1363 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 27, + "Complicated ear infection", + "", + "Complicated ear infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Complicated ear infection", + "nXBWUIZslkY", + "complicated_ear_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Complicated ear infection", + 1, + 1364 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 28, + "Complications of SCD", + "", + "Complications of SCD", + " ", + " ", + " ", + " ", + " ", + " ", + "Complications", + "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.", + "N/A", + "Diagnosis", + "120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Complication", + "", + "N/A", + "Misc", + "84d0a344-2725-437c-a9d7-e86be508c13c", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Complications of SCD", + "POa0tRlSuBy", + "complications_of_scd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Complications of SCD", + 1, + 1365 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 29, + "Congenital herpes virus infection", + "", + "Congenital herpes virus infection", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital herpes virus infection", + "YLMeuzLogS9", + "congenital_herpes_virus_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital herpes virus infection", + 1, + 1366 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 30, + "Congenital malaria", + "", + "Congenital malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital malaria", + "QFNeWiHVebh", + "congenital_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital malaria", + 1, + 1367 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 31, + "Congenital or acquired cardiac pathology", + "", + "Congenital or acquired cardiac pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital or acquired cardiac pathology", + "AJ4Xt5rFWGv", + "congenital_or_acquired_cardiac_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital or acquired cardiac pathology", + 1, + 1368 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 32, + "Congenital syphilis", + "", + "Congenital syphilis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congenital syphilis", + "uQkCX2hOxUz", + "congenital_syphilis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congenital syphilis", + 1, + 1369 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 33, + "Congestive Heart Failure", + "", + "Congestive Heart Failure", + "Failure", + "Treatment of the disease failed or didn't terminate the problem. Outcome of the treatment", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001949", + 90, + "Congestive Heart Failure", + "Heart decompensation in which the heart is unable to maintain adequate circulation of blood in the tissues of the body or to pump out the venous blood returned to it by the venous circulation.", + "N/A", + "Diagnosis", + "119910AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Heart", + "The ticker, the big blood pumper", + "N/A", + "Anatomy", + "ea8c30ac-6712-4795-b4cd-1f24196186ca", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Congestive Heart Failure", + "PqbFgrmJdlD", + "congestive_heart_failure", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Congestive Heart Failure", + 1, + 1370 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 34, + "COPD", + "", + "COPD", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "COPD", + "Long term lung disease that makes breathing difficult", + "N/A", + "Diagnosis", + "be7adab0-2ed5-44d7-972e-586911b08c8e", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "COPD", + "guEVgXa3b6v", + "copd", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|COPD", + 1, + 1371 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 35, + "Covid-19 confirmed", + "", + "Covid-19 confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Covid-19 confirmed", + "ynQdWMHuVnM", + "covid_19_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Covid-19 confirmed", + 1, + 1372 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 36, + "Covid-19 probable", + "", + "Covid-19 probable", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Covid-19 probable", + "V51gp9J0zWT", + "covid_19_probable", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Covid-19 probable", + 1, + 1373 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 37, + "Cutaneous leishmaniosis", + "", + "Cutaneous leishmaniosis", + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000555", + 96, + "Cutaneous leishmaniasis", + " ", + " ", + " ", + "143074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Cutaneous leishmaniosis", + "q6Ae06r15Ho", + "cutaneous_leishmaniosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Cutaneous leishmaniosis", + 1, + 1374 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 38, + "Dengue confirmed", + "", + "Dengue confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dengue confirmed", + "F2XsLwIR6fG", + "dengue_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dengue confirmed", + 1, + 1375 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 39, + "Dengue suspected", + "", + "Dengue suspected", + " ", + " ", + " ", + " ", + " ", + " ", + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Dengue", + "Infeccion aguda febril", + "N/A", + "Diagnosis", + "142592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dengue suspected", + "rlGC8uqJdzh", + "dengue_suspected", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dengue suspected", + 1, + 1376 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 40, + "Diabetes type 2 and complications", + "", + "Diabetes type 2 and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diabetes type 2 and complications", + "n6mQ1I8sLr1", + "diabetes_type_2_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diabetes type 2 and complications", + 1, + 1377 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 41, + "Diabetes Type I and complications", + "", + "Diabetes Type I and complications", + "Diabetes", + "Chronic, metabolic disease characterized by elevated levels of blood glucose (or blood sugar).", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000909", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Diabetes", + "Dupe of concept 175.", + "N/A", + "Diagnosis", + "edf4ecc4-44f6-457a-b561-179f4426b16a", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diabetes Type I and complications", + "LnguSPhlhvw", + "diabetes_type_1_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diabetes Type I and complications", + 1, + 1378 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 42, + "Diarrhea (persistent)", + "", + "Diarrhea (persistent)", + " ", + " ", + " ", + " ", + " ", + " ", + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "Coded", + "Diagnosis", + "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Diarrhea", + "Passage of excessively liquid or excessively frequent stools.", + "N/A", + "Diagnosis", + "3ccc6a00-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diarrhea (persistent)", + "wIdOQXkA9vZ", + "diarrhea_persistent", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diarrhea (persistent)", + 1, + 1379 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 43, + "Diphtheria", + "", + "Diphtheria", + "Diphtheria", + "Clinical or microbiological diagnosis of disease caused by Corynebacterium diptheriae", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000567", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Diphtheria", + "A localized infection of mucous membranes or skin caused by toxigenic strains of CORYNEBACTERIUM DIPHTHERIAE. It is characterized by the presence of a pseudomembrane at the site of infection. DIPHTHERIA TOXIN, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects.", + "N/A", + "Diagnosis", + "119399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Diphtheria", + "fHN1Fc1XE3x", + "diphtheria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Diphtheria", + 1, + 1380 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 44, + "Dog bite", + "", + "Dog bite", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Dog bite", + "Bitten by a dog.", + "N/A", + "Diagnosis", + "3cce5478-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Dog bite", + "sj85TsVZ3JX", + "dog bite", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Dog bite", + 1, + 1381 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 45, + "Epilepsy - Seizures", + "", + "Epilepsy - Seizures", + "Epilepsy", + "Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000580", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "Coded", + "Diagnosis", + "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Seizure", + "Epileptic seizure of unspecified type.", + "N/A", + "Diagnosis", + "3cce938e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Epilepsy - Seizures", + "EXN5Y8Bbe4U", + "epilepsy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Epilepsy - Seizures", + 1, + 1382 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 46, + "Extra pulmonary tuberculosis", + "", + "Extra pulmonary tuberculosis", + "Extra pulmonary tuberculosis, suspect", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000584", + 95, + "Extrapulmonary tuberculosis", + " ", + "N/A", + "Diagnosis", + "156204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 92, + "Extra-pulmonary tuberculosis", + "Diagnosis of extra-pulmonary tuberculosis, where the TB is not relating to, or affecting the lungs.", + "Coded", + "Diagnosis", + "3cdbd670-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Extra pulmonary tuberculosis", + "w4TaclahhD4", + "extra_pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Extra pulmonary tuberculosis", + 1, + 1383 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 47, + "Eye diseases (including trachoma)", + "", + "Eye diseases (including trachoma)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Eye diseases (including trachoma)", + "FTJPLScLlnW", + "eye_diseases_including_trachoma", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Eye diseases (including trachoma)", + 1, + 1384 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 48, + "Febrile convulsions", + "", + "Febrile convulsions", + " ", + " ", + " ", + " ", + " ", + " ", + "Febrile convulsion", + " ", + " ", + " ", + "140485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Febrile convulsions", + "JH2GCxIGcWf", + "febrile_convulsions ", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Febrile convulsions", + 1, + 1385 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 49, + "Gynaecological cases", + "", + "Gynaecological cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Gynaecological cases", + "yjXZddwKmXl", + "gynaecological_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Gynaecological cases", + 1, + 1386 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 50, + "Hepatitis A", + "", + "Hepatitis A", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis A", + " ", + "N/A", + "Diagnosis", + "123107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis A", + "Liver infection with hepatitis A virus (\"infectious hepatitis\").", + "N/A", + "Diagnosis", + "3ccc7892-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis A", + "gcSNHIXe5TM", + "hepatitis_a", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis A", + 1, + 1387 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 51, + "Hepatitis B", + "", + "Hepatitis B", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis B", + " ", + "N/A", + "Diagnosis", + "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Hepatitis B", + "", + "N/A", + "Diagnosis", + "3ccc7a0e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis B", + "vWZOq83jtyI", + "hepatitis_b", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis B", + 1, + 1388 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 52, + "Hepatitis Delta", + "", + "Hepatitis Delta", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis Delta", + "CTGA8o161O9", + "hepatitis_delta", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis Delta", + 1, + 1389 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 53, + "Hepatitis E", + "", + "Hepatitis E", + " ", + " ", + " ", + " ", + " ", + " ", + "Hepatitis", + "Inflammation of the liver and liver disease involving degenerative or necrotic alterations of hepatocytes.", + "N/A", + "Diagnosis", + "116986AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Hepatitis", + "Liver infection with an unknown organism or unspecified non-infectious liver inflammation.", + "N/A", + "Diagnosis", + "3ccc7d2e-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hepatitis E", + "ZuuL8WkZEGq", + "hepatitis_e", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hepatitis E", + 1, + 1390 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 54, + "HIV Infection confirmed", + "", + "HIV Infection confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "HIV Infection confirmed", + "sTU8qlhaC8h", + "hiv_infection_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|HIV Infection confirmed", + 1, + 1391 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 55, + "Hyperglycemia", + "", + "Hyperglycemia", + " ", + " ", + " ", + " ", + " ", + " ", + "Hyperglycaemia", + " ", + " ", + " ", + "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 96, + "Hyperglycemia", + "Abnormally increased content of sugar in the blood.", + "N/A", + "Diagnosis", + "4bb094a6-c74b-4481-8f81-b98ff8e4cc39", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hyperglycemia", + "kSePi7ROwlD", + "hyperglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hyperglycemia", + 1, + 1392 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 56, + "Hyperreactive splenomegaly due to malaria", + "", + "Hyperreactive splenomegaly due to malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hyperreactive splenomegaly due to malaria", + "Fx4Tqmp4Aum", + "hyperreactive_splenomegaly_due_to_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hyperreactive splenomegaly due to malaria", + 1, + 1393 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 57, + "Hypoglycemia", + "", + "Hypoglycemia", + "Hypoglycaemia", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000608", + 96, + " ", + " ", + " ", + " ", + " ", + " ", + "Hypoglycemia", + "clinical syndrome that results from low blood sugar.", + "N/A", + "Diagnosis", + "641f4fe3-cac2-46c4-aa94-c8b6d05e9407", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hypoglycemia", + "hFiMNaLFQqq", + "hypoglycemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hypoglycemia", + 1, + 1394 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 58, + "Hypovolemic shock", + "", + "Hypovolemic shock", + "Hypovolaemic shock", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000611", + 97, + "Hypovolaemic shock", + " ", + " ", + " ", + "137970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Hypovolemic shock", + "zTCrtZh4N4r", + "hypovolemic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Hypovolemic shock", + 1, + 1395 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 59, + "Infectious diseases not otherwise classified", + "", + "Infectious diseases not otherwise classified", + "Infectious disease", + "Any infection due to a microbial pathogen of bacterial, viral, fungal, parasictical, or prion origin.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000670", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "Infectious disease", + "Invasion and multiplication of microorganisms in body tissues, which may be clinically inapparent or result in local cellular injury. A local infection may persist and spread by extension to become an acute, subacute, or chronic clinical infection or disease state. It may also become systemic when the microorganisms gain access to the lymphatic or vascular system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "151673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Infectious diseases not otherwise classified", + "fvAf7HoLqiZ", + "infectious_diseases_not_otherwise_classified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Infectious diseases not otherwise classified", + 1, + 1396 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 60, + "Lower respiratory tract infection", + "", + "Lower respiratory tract infection", + "Lower respiratory tract infection", + "Infections that affect the airways below the larynx, including the trachea and the alveolar sacs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000630", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Lower respiratory tract infection", + "lWivqa14ywH", + "lower_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Lower respiratory tract infection", + 1, + 1397 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 61, + "Measles (complicated)", + "", + "Measles (complicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Measles (complicated)", + "fA5OLx44Kqy", + "measles_complicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Measles (complicated)", + 1, + 1398 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 62, + "Measles (uncomplicated)", + "", + "Measles (uncomplicated)", + "Measles", + "Clinical or microbiological diagnosis of measles, a highly contagious infectious disease caused by morbillivirus. Any person with fever, and - maculopapular (i.e. non-vesicular) rash, - And cough, coryza (i.e. runny nose) or conjunctivitis (i.e. red eyes), or any person in whom a clinician suspects measles infection.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000633", + 90, + "Measles", + "A highly contagious infectious disease caused by MORBILLIVIRUS, common among children but also seen in the nonimmune of any age, in which the virus enters the respiratory tract via droplet nuclei and multiplies in the epithelial cells, spreading throughout the reticuloendothelial system. (From Dorland, 27th ed)", + "N/A", + "Diagnosis", + "134561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Measles", + "Infection with measles virus, with characteristic rash and Koplek spots in mouth.", + "N/A", + "Diagnosis", + "3cccaf06-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Measles (uncomplicated)", + "QSGKKKOJgJy", + "measles_uncomplicated", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Measles (uncomplicated)", + 1, + 1399 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 63, + "Meningeal TB", + "", + "Meningeal TB", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Meningeal TB", + "IYrzxMo1XdR", + "meningeal_tb", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Meningeal TB", + 1, + 1400 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 64, + "Meningitis unspecified", + "", + "Meningitis unspecified", + "Meningitis", + "Acute inflammation of the meninges of the brain and/or spinal cord. Undifferentiated meningitis à¢â‚¬â€œ clinical suspicion ; Fever and one or more of the following: - Patients <2 years of age: irritability, bulging fontanelle - Patients 2 years or older: neck stiffness, altered consciousness, convulsions, other meningeal signs", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000635", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "115835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Meningitis", + "Inflammation of the coverings of the brain and/or spinal cord, which consist of the PIA MATER; ARACHNOID; and DURA MATER. Infections (viral, bacterial, and fungal) are the most common causes of this condition, but subarachnoid hemorrhage (HEMORRHAGES, SUBARACHNOID), chemical irritation (chemical MENINGITIS), granulomatous conditions, neoplastic conditions (e.g., carcinomatous meningitis), and other inflammatory conditions may produce this syndrome. (From Joynt, Clinical Neurology, 1994, Ch24, p6)", + "N/A", + "Diagnosis", + "3cccaab0-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Meningitis unspecified", + "SHBQIe1fUcx", + "meningitis_unspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Meningitis unspecified", + 1, + 1401 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 65, + "Mental and psychiatric conditions", + "", + "Mental and psychiatric conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Mental and psychiatric conditions", + "Tel9TSdNRKv", + "mental_and_psychiatric_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Mental and psychiatric conditions", + 1, + 1402 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 66, + "Moderate acute malnutrition", + "", + "Moderate acute malnutrition", + "Moderate acute malnutrition", + "Weight loss in children or adults, or lack of weight gain in children leading to an observed weight that is 2 or more but less than 3 standard deviations below the mean value for the reference population (or a similar loss expressed through other statistical approaches). When only one measurement is available, there is a high probability of moderate protein-energy malnutrition when the observed weight is 2 or more but less than 3 standard deviations below the mean of the reference population.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000639", + 95, + "Moderate acute malnutrition", + " ", + "N/A", + "Diagnosis", + "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Moderate malnutrition", + "Moderate malnutrition", + "N/A", + "Symptom/Finding", + "3cd97e34-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Moderate acute malnutrition", + "Lizb2D5tY6F", + "moderate_acute_malnutrition", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Moderate acute malnutrition", + 1, + 1403 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 67, + "Musculoskeletal conditions (infectious origin)", + "", + "Musculoskeletal conditions (infectious origin)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Musculoskeletal conditions (infectious origin)", + "C2aGaLQ7wfC", + "musculoskeletal_conditions_infectious_origin", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (infectious origin)", + 1, + 1404 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 68, + "Musculoskeletal conditions (non-infectious)", + "", + "Musculoskeletal conditions (non-infectious)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Musculoskeletal conditions (non-infectious)", + "xbsxjRVbgFt", + "musculoskeletal_conditions_non_infectious", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Musculoskeletal conditions (non-infectious)", + 1, + 1405 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 69, + "Necrotizing & bullous skin infections", + "", + "Necrotizing & bullous skin infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Necrotizing & bullous skin infections", + "HPgk2Ttjxgu", + "necrotizing_&_bullous_skin_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Necrotizing & bullous skin infections", + 1, + 1406 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 70, + "Neglected tropical diseases", + "", + "Neglected tropical diseases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Neglected tropical diseases", + "enxyg6CNRzX", + "neglected_tropical_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Neglected tropical diseases", + 1, + 1407 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 71, + "Nephrotic Syndrome & Acute Glomerulonephritis", + "", + "Nephrotic Syndrome & Acute Glomerulonephritis", + " ", + " ", + " ", + " ", + " ", + " ", + "Acute Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "122041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Glomerulonephritis", + "Glomerular disease characterized by an inflammatory reaction, with leukocyte infiltration and cellular proliferation of the glomeruli, or that appears to be the result of immune glomerular injury.", + "N/A", + "Diagnosis", + "117780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Nephrotic Syndrome & Acute Glomerulonephritis", + "jDpjwjOmzYi", + "nephrotic_syndrome_&_acute_glomerulonephritis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Nephrotic Syndrome & Acute Glomerulonephritis", + 1, + 1408 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 72, + "Non urgent surgical conditions", + "", + "Non urgent surgical conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Non urgent surgical conditions", + "JS1JiSduXtv", + "non_urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Non urgent surgical conditions", + 1, + 1409 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 73, + "Obstetric cases", + "", + "Obstetric cases", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Obstetric cases", + "VdEPVcQIJ9n", + "obstetric_cases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Obstetric cases", + 1, + 1410 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 74, + "Oral and digestive severe candidiasis", + "", + "Oral and digestive severe candidiasis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Oral and digestive severe candidiasis", + "jv8EoB8Ixcc", + "oral_and_digestive_severe_candidiasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Oral and digestive severe candidiasis", + 1, + 1411 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 75, + "Other bites and stings", + "", + "Other bites and stings", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other bites and stings", + "gX2JCGQxzrk", + "other_bites_and_stings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other bites and stings", + 1, + 1412 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 76, + "Other neurological conditions", + "", + "Other neurological conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other neurological conditions", + "ltUMXNGhEq8", + "other_neurological_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other neurological conditions", + 1, + 1413 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 77, + "Other non communicable diseases", + "", + "Other non communicable diseases", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other non communicable diseases", + "ddklpeUOxUt", + "other_non_communicable_diseases", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other non communicable diseases", + 1, + 1414 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 78, + "Other symptoms and abnor. clinical / lab findings", + "", + "Other symptoms and abnor. clinical / lab findings", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other symptoms and abnor. clinical / lab findings", + "pASiyT81UCq", + "other_symptoms_and_abnor_clinical_lab_findings", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other symptoms and abnor. clinical / lab findings", + 1, + 1415 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 79, + "Others", + "", + "Others", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Others", + "Dd15skECALP", + "others", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Others", + 1, + 1416 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 80, + "Persistent fever ( >7 days)", + "", + "Persistent fever ( >7 days)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Persistent fever", + "CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)", + "N/A", + "Symptom/Finding", + "3ce8d9f6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Persistent fever ( >7 days)", + "HPg1Uen5FY0", + "persistent_fever_>7_days", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Persistent fever ( >7 days)", + 1, + 1417 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 81, + "Poliomyelitis confirmed", + "", + "Poliomyelitis confirmed", + " ", + " ", + " ", + " ", + " ", + " ", + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "5258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poliomyelitis", + "A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.", + "N/A", + "Diagnosis", + "3ceb32b4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Poliomyelitis confirmed", + "YQ8eAJMeeJH", + "poliomyelitis_confirmed", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Poliomyelitis confirmed", + 1, + 1418 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 82, + "Post surgical infections", + "", + "Post surgical infections", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Post surgical infections", + "lQqjSIZNH5D", + "post_surgical_infections", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Post surgical infections", + 1, + 1419 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 83, + "Pulmonary tuberculosis", + "", + "Pulmonary tuberculosis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Pulmonary tuberculosis", + "An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis. Question: Does the patient have pulmonary TB, where the TB is relating to, or affecting the lungs.", + "Boolean", + "Diagnosis", + "3cdbd9b8-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Pulmonary tuberculosis", + "nTT9Yte9u1S", + "pulmonary_tuberculosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Pulmonary tuberculosis", + 1, + 1420 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 84, + "Rabies", + "", + "Rabies", + "Rabies", + "Clinical or microbiological diagnosis of infection due to rabies virus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000700", + 90, + "Rabies", + "A fatal viral disease caused by rabies virus.", + "N/A", + "Diagnosis", + "160146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Rabies", + "A contagious and fatal viral disease of dogs and other mammals, transmissible through the saliva to humans and causing madness and convulsions", + "N/A", + "Diagnosis", + "14d11d8a-e179-4590-a35d-2eeef0eca5aa", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Rabies", + "NcqJU6GvwC2", + "rabies", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Rabies", + 1, + 1421 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 85, + "Severe Acute Malnutrition (Kwashiorkor)", + "", + "Severe Acute Malnutrition (Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Kwashiorkor)", + "lhvVc3FUCpO", + "severe_acute_malnutrition_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Kwashiorkor)", + 1, + 1422 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 86, + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "116474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Kwashiorkor", + "The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.", + "N/A", + "Diagnosis", + "3cde6ab6-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + "bZZNGmGmH2F", + "severe_acute_malnutrition_marasmus_kwashiorkor", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus - Kwashiorkor)", + 1, + 1423 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 87, + "Severe Acute Malnutrition (Marasmus)", + "", + "Severe Acute Malnutrition (Marasmus)", + "Malnutrition", + "Malnutrition refers to deficiencies, excesses or imbalances in a personà¢â‚¬â„¢s intake of energy and/or nutrients. The term malnutrition covers 2 broad groups of conditions. One is à¢â‚¬Ëœundernutritionà¢â‚¬â„¢à¢â‚¬â€?which includes stunting (low height for age), wasting (low weight for height), underweight (low weight for age) and micronutrient deficiencies or insufficiencies (a lack of important vitamins and minerals). The other is overweight, obesity and diet-related noncommunicable diseases (such as heart disease, stroke, diabetes, and cancer).", + "N/A", + "Diagnosis", + "05cd25b0-bbf3-4434-9cf7-54082d52683a", + 90, + "Malnutrition", + " ", + "Coded", + "Diagnosis", + "115122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe Acute Malnutrition (Marasmus)", + "GlOW8o3i6mR", + "severe_acute_malnutrition_marasmus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe Acute Malnutrition (Marasmus)", + 1, + 1424 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 88, + "Severe malaria", + "", + "Severe malaria", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe malaria", + " ", + "N/A", + "Diagnosis", + "160155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe malaria", + "", + "N/A", + "Diagnosis", + "4baa5800-5768-4ea9-8cba-95b62f46b5d7", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe malaria", + "LmXWiBEvHwI", + "severe_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe malaria", + 1, + 1425 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 89, + "Sexual violence / rape", + "", + "Sexual violence / rape", + "Sexual Violence", + " ", + " ", + " ", + "MSF-AAAAAA000000000000000713", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sexual violence / rape", + "MvS3SDtkUeq", + "sexual_violence_rape", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sexual violence / rape", + 1, + 1426 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 90, + "Shigellosis - Salmonellosis", + "", + "Shigellosis - Salmonellosis", + "Shigellosis", + "An infectious disease caused by bacteria of the genus Shigella. The condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000715", + 90, + "Shigellosis", + "An infectious disease caused by bacteria of the genus SHIGELLA. This condition is characterized by intestinal pain and diarrhea.", + "N/A", + "Diagnosis", + "126558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Shigellosis - Salmonellosis", + "J0DdLu2MHDs", + "shigellosis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Shigellosis - Salmonellosis", + 1, + 1427 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 91, + "Sickle cell disease", + "", + "Sickle cell disease", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000718", + 95, + " ", + " ", + " ", + " ", + " ", + " ", + "Sickle cell disease", + "A disease characterized by chronic hemolytic anemia, episodic painful crises, and pathologic involvement of many organs. It is the clinical expression of homozygosity for hemoglobin S.", + "N/A", + "Diagnosis", + "117703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sickle cell disease", + "JToZ8urVV4S", + "sickle_cell_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sickle cell disease", + 1, + 1428 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 92, + "Simple malaria", + "", + "Simple malaria", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Simple malaria", + "gZWPKGZRwcj", + "simple_malaria", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Simple malaria", + 1, + 1429 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 93, + "Skin and soft tissue conditions", + "", + "Skin and soft tissue conditions", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Skin and soft tissue conditions", + "oVCqPof3OrT", + "skin_and_soft_tissue_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Skin and soft tissue conditions", + 1, + 1430 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 94, + "Snake bites", + "", + "Snake bites", + " ", + " ", + " ", + " ", + " ", + " ", + "Snake bite", + "The condition of having been bitten by a snake (not specified if venomous or non-venomous), characterized by stinging pain at the wound puncture. ", + "N/A", + "Diagnosis", + "126323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Snake bites", + "uYnA0pnSaib", + "snake_bites", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Snake bites", + 1, + 1431 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 95, + "Substance abuse / dependency", + "", + "Substance abuse / dependency", + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "N/A", + "Diagnosis", + "fcc01124-3d7b-4e6f-be35-50233a7f64cb", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Substance abuse", + "Disorders related to substance abuse, the side effects of a medication, toxin exposure, and alcohol related disorders", + "Coded", + "Diagnosis", + "112603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Substance abuse / dependency", + "KC9VbPmfCS0", + "substance_abuse_dependency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Substance abuse / dependency", + 1, + 1432 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 96, + "Suspected or confirmed malignancy", + "", + "Suspected or confirmed malignancy", + " ", + " ", + " ", + " ", + " ", + " ", + "Suspected", + " ", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Suspected", + "", + "N/A", + "Misc", + "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Suspected or confirmed malignancy", + "Qx1uLto5yEX", + "suspected_or_confirmed_malignancy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Suspected or confirmed malignancy", + 1, + 1433 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 97, + "Tetanus", + "", + "Tetanus", + "Tetanus", + "Severe infection due to the bacillus Clostridium tetani. The bacteria produces a neurotoxin called tetanospasmin which causes muscular rigidity, progressing to involve the entire body, along with painful muscle spasms. Exclude neonatal tetanus.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000733", + 90, + "Tetanus", + " ", + "Coded", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Tetanus", + "", + "N/A", + "Diagnosis", + "124957AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Tetanus", + "lIOfRgPuHgD", + "tetanus", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Tetanus", + 1, + 1434 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 98, + "Toxicity / poisoning", + "", + "Toxicity / poisoning", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Toxicity", + "Unspecified ingestion, inhalation, or other exposure to a toxic substance", + "N/A", + "Diagnosis", + "3ccccc20-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Toxicity / poisoning", + "WO1S4bWy3kR", + "toxicity_poisoning", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Toxicity / poisoning", + 1, + 1435 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 99, + "Typhoid fever", + "", + "Typhoid fever", + "Typhoid fever", + "A bacterial infectious disorder contracted by consumption of food or drink contaminated with salmonella typhi.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000748", + 95, + "Typhoid fever", + "An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.", + "N/A", + "Diagnosis", + "141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Typhoid fever", + "ad45MmIrFgH", + "typhoid_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Typhoid fever", + 1, + 1436 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 100, + "Newborn to an HIV+ mother", + "", + "Newborn to an HIV+ mother", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Newborn to an HIV+ mother", + "Wa5DWnrKvGK", + "newborn_to_an_hiv+_mother", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Newborn to an HIV+ mother", + 1, + 1437 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 101, + "Sexually transmitted disease (STI)", + "", + "Sexually transmitted disease (STI)", + "Sexually transmitted disease", + "Any contagious disease acquired during sexual contact, including anogenital (venereal) warts, and excluding molluscum contagiosum or papilloma of cervix.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000677", + 95, + "Sexually transmitted disease", + "Diseases due to or propagated by sexual contact.", + "N/A", + "Diagnosis", + "112992AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Sexually transmitted disease (STI)", + "Lv66yP6CBue", + "sexually_transmitted_disease_sti", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Sexually transmitted disease (STI)", + 1, + 1438 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 102, + "Upper respiratory tract infection", + "", + "Upper respiratory tract infection", + "Upper respiratory tract infection", + "Infections of ear, nasal passages and throat, not involving the lower respiratory tract. Includes rhinitis, rhinopharyngitis, sinusitis, laryngitis, tonsillitis and otitis", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000755", + 95, + "Upper respiratory infection", + "A catarrhal disorder of the upper respiratory tract, which may be viral, a mixed infection, or an allergic reaction. It is marked by acute coryza, slight rise in temperature, chilly sensations, and general indisposition. (Dorland, 27th ed)", + "N/A", + "Diagnosis", + "123565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Upper respiratory infection", + "upper respiratory tract infection", + "N/A", + "Diagnosis", + "3cccf4a2-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Upper respiratory tract infection", + "hTK6DDFaG6e", + "upper_respiratory_tract_infection", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Upper respiratory tract infection", + 1, + 1439 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 103, + "Urgent surgical conditions", + "", + "Urgent surgical conditions", + "Urgent", + " ", + "None", + "Finding", + "87274dc0-3be1-4d16-ab63-75094f7dcd4f", + 90, + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Urgent surgical conditions", + "qWULOu2OfQk", + "urgent_surgical_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Urgent surgical conditions", + 1, + 1440 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 104, + "Urolithiasis / Renal colic", + "", + "Urolithiasis / Renal colic", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "Renal colic", + "Calculi occurring in the kidney. Calculi too large to pass spontaneously range in size from 1 cm to the staghorn stones that occupy the renal pelvis and calyces.", + "N/A", + "Diagnosis", + "127707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Urolithiasis / Renal colic", + "OShtoAim3Wg", + "urolithiasis_renal_colic", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Urolithiasis / Renal colic", + 1, + 1441 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 105, + "UTI and renal tract acute pathology", + "", + "UTI and renal tract acute pathology", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "UTI and renal tract acute pathology", + "MjGSCSxWji8", + "uti_and_renal_tract_acute_pathology", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|UTI and renal tract acute pathology", + 1, + 1442 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 106, + "Violence-related injuries", + "", + "Violence-related injuries", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Violence-related injuries", + "NCKIOR3jQHw", + "violence_related_injuries", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Violence-related injuries", + 1, + 1443 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 107, + "Viral haemorrhagic fevers", + "", + "Viral haemorrhagic fevers", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Viral haemorrhagic fevers", + "kAgodBQdyLK", + "viral_haemorrhagic_fevers", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Viral haemorrhagic fevers", + 1, + 1444 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 108, + "Visceral leishmaniasis", + "", + "Visceral leishmaniasis", + "Visceral leishmaniasis", + "Clinical or microbiological diagnosis of a chronic parasitic infection affecting the viscera caused by Leishmania species.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000765", + 95, + "Visceral leishmaniasis", + "A chronic disease caused by LEISHMANIA DONOVANI and transmitted by the bite of several sandflies of the genera Phlebotomus and Lutzomyia. It is commonly characterized by fever, chills, vomiting, anemia, hepatosplenomegaly, leukopenia, hypergammaglobulinemia, emaciation, and an earth-gray color of the skin. The disease is classified into three main types according to geographic distribution: Indian, Mediterranean (or infantile), and African.", + "N/A", + "Diagnosis", + "123084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Visceral leishmaniasis", + "OWklY4z4BDt", + "visceral_leishmaniasis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Visceral leishmaniasis", + 1, + 1445 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 109, + "Vit A deficiency", + "", + "Vit A deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit A deficiency", + "CyUW5yS5Rgg", + "vit_a_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit A deficiency", + 1, + 1446 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 110, + "Vit B complex deficiency", + "", + "Vit B complex deficiency", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit B complex deficiency", + "pYEJB8o2qjA", + "vit_b_deficiency", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit B complex deficiency", + 1, + 1447 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 111, + "Vit C deficiency (scurvy)", + "", + "Vit C deficiency (scurvy)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit C deficiency (scurvy)", + "kF6LZEDgeid", + "vit_c_deficiency_scurvy", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit C deficiency (scurvy)", + 1, + 1448 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 112, + "Vit D deficiency (rickets)", + "", + "Vit D deficiency (rickets)", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Vit D deficiency (rickets)", + "W9HFlAbnhhg", + "vit_d_deficiency_rickets", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Vit D deficiency (rickets)", + 1, + 1449 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 113, + "Whooping cough", + "", + "Whooping cough", + "Whooping cough", + "Clinical or microbiological diagnosis of an infectious bacterial disease caused by Bordetella pertussis.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000767", + 95, + "Whooping cough", + "A respiratory infection caused by BORDETELLA PERTUSSIS and characterized by paroxysmal coughing ending in a prolonged crowing intake of breath.", + "N/A", + "Diagnosis", + "114190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Whooping cough", + "U3dzpFQgcmH", + "whooping_cough", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Whooping cough", + 1, + 1450 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 114, + "Yellow fever", + "", + "Yellow fever", + "Yellow", + "Qualifier as yellow color", + "N/A", + "Misc", + "MSF-AAAAAA000000000000004669", + 90, + "Yellow fever", + " ", + "N/A", + "Diagnosis", + "122759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Yellow fever", + "An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).", + "N/A", + "Diagnosis", + "3ccca650-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Yellow fever", + "BQ0tEkOuzJ7", + "yellow_fever", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Yellow fever", + 1, + 1451 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 115, + "Observation", + "", + "Observation", + " ", + " ", + " ", + " ", + " ", + " ", + "Observation ward", + " ", + " ", + " ", + "161629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Observation", + "w3WM30UaV3P", + "observation", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Observation", + 1, + 1452 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 116, + "Perinatal asphyxia and complications", + "", + "Perinatal asphyxia and complications", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Perinatal asphyxia and complications", + "zPHUZb5MEJP", + "perinatal_asphyxia_and_complications", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Perinatal asphyxia and complications", + 1, + 1453 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 117, + "Prematurity and/or low birth weight", + "", + "Prematurity and/or low birth weight", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Prematurity and/or low birth weight", + "nbgZIc8oTzY", + "prematurity_and_or_low_birth_weight", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Prematurity and/or low birth weight", + 1, + 1454 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 118, + "Rheumatic heart disease", + "", + "Rheumatic heart disease", + " ", + " ", + " ", + " ", + " ", + " ", + "Rheumatic heart disease", + " ", + "N/A", + "Diagnosis", + "113227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Rheumatic heart disease", + "Chronic degenerative changes in the heart due to recurrent rheumatic fever.", + "N/A", + "Diagnosis", + "3cceab1c-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Rheumatic heart disease", + "oGUhgcrpTRz", + "rheumatic_heart_disease", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Rheumatic heart disease", + 1, + 1455 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 119, + "Risk of sepsis", + "", + "Risk of sepsis", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Risk of sepsis", + "I8SfVL1ISjT", + "risk_of_sepsis", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Risk of sepsis", + 1, + 1456 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 120, + "Septic shock", + "", + "Septic shock", + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative bacteremia.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000710", + 95, + "Septic shock", + "Shock due to circulatory insufficiency caused most commonly by gram-negative BACTEREMIA. It is less often the result of the persistent presence of other micro-organisms in the blood (FUNGEMIA, VIREMIA); in rare instances, it is caused by gram-positive organisms, but with different symptomatology.", + "N/A", + "Diagnosis", + "126707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Septic shock", + "Ppv9BTW1HUM", + "septic_shock", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Septic shock", + 1, + 1457 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 121, + "Shock uspecified", + "", + "Shock uspecified", + "Shock", + "Acute circulatory failure characterized by a mismatch between oxygen supply and tissue requirements usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000716", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Diagnosis", + "112989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Shock", + "A pathological condition that can suddenly affect the hemodynamic equilibrium, usually manifested by failure to perfuse or oxygenate vital organs.", + "N/A", + "Symptom", + "911c064e-5247-4017-a9fd-b30105c36052", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Shock uspecified", + "oxHISHDzfPj", + "shock_uspecified", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Shock uspecified", + 1, + 1458 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 122, + "Severe anaemia", + "", + "Severe anaemia", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe anaemia", + " ", + "N/A", + "Diagnosis", + "162044AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "3cdefc92-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe anaemia", + "DY621CqJVK6", + "severe_anaemia", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe anaemia", + 1, + 1459 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 123, + "Severe dehydration", + "", + "Severe dehydration", + "Severe", + "High in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001889", + 90, + "Severe", + "General qualifier value for the severity assesment", + "N/A", + "Finding", + "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Severe dehydration", + "", + "N/A", + "Diagnosis", + "330d227b-fada-4b8b-a05c-ba56b8e96e19", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Severe dehydration", + "Km8nbWcG57I", + "severe_dehydration", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Severe dehydration", + 1, + 1460 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 124, + "Transient tachypnoea of the newborn", + "", + "Transient tachypnoea of the newborn", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + "", + "", + "", + "", + "", + 0, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Transient tachypnoea of the newborn", + "duWhWZ2OorT", + "transient_tachypnoea_of_the_newborn", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Transient tachypnoea of the newborn", + 1, + 1461 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 125, + "Varicella", + "", + "Varicella", + " ", + " ", + " ", + " ", + " ", + " ", + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "892AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Varicella", + "An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.", + "N/A", + "Diagnosis", + "3cd4e978-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Varicella", + "Dx5mvv0dua0", + "varicella", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Varicella", + 1, + 1462 + ], + [ + 99, + "Diagnosis - Malnutrition - Secondary 3", + "", + "Coded", + 126, + "Other neonatal conditions", + "", + "Other neonatal conditions", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Other", + "A generic, descriptive answer which is a handwritten, non-coded response to a question.", + "N/A", + "Misc", + "3cee7fb4-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Medical - Pediatrics/Nutrition - Secondary 3", + "A5jgsQN6cg6", + "Medical - Pediatrics/Nutrition - Secondary 3", + "YMQwj0AwrJM", + "Other neonatal conditions", + "VqNHFgx2IKp", + "other_neonatal_conditions", + "", + "", + "", + "", + "", + "", + "Duplication of [Diagnosis - Malnutrition] - for DHIS2 mapping", + "To be validated (duplicate)", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Diagnosis - Malnutrition - Secondary 3|Other neonatal conditions", + 1, + 1463 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 1, + "Weight/Height", + "", + "", + "Height", + "Patient's height in centimeters.", + "Numeric", + "Finding", + "3fbf0612-8343-4fcd-bc20-7e9d3cb85d6f", + 90, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الوزن/الطول", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Weight/Height", + 1, + 1464 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 2, + "BMI", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|BMI", + 1, + 1465 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 3, + "MUAC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|MUAC", + 1, + 1466 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 4, + "Odema", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جفاف العين", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Odema", + 1, + 1467 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 5, + "breastfeeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الإفطار/التغذية", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|breastfeeding", + 1, + 1468 + ], + [ + 100, + "Admission criteria", + "", + "Coded", + 6, + "Moderate + sick", + "", + "", + "Moderate", + "Average in amount, intensity, or degree.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000001888", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Moderate", + "General qualifier value of the severity", + "N/A", + "Finding", + "3cdef832-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "معتدل + مريض", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Admission criteria|Moderate + sick", + 1, + 1469 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 1, + "+ ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| + ", + 1, + 1470 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 2, + "++", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "++", + "Two plus result (scale of + - ++++)", + "Boolean", + "Finding", + "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| ++", + 1, + 1471 + ], + [ + 101, + "Three-levels scale", + "", + "Coded", + 3, + "+++", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "+++", + "Three plus result (scale + - ++++)", + "Boolean", + "Finding", + "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Three-levels scale| +++", + 1, + 1472 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 1, + "Adopted", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تم تبني الطفل", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Adopted", + 1, + 1473 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 2, + "Twin", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطفل توأم", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Twin", + 1, + 1474 + ], + [ + 102, + "Vulnerability criteria - The child is", + "", + "Coded", + 3, + "Orphan", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الطفل يتيم", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Vulnerability criteria - The child is|Orphan", + 1, + 1475 + ], + [ + 103, + "Test result - positive/negative", + "", + "Coded", + 1, + "Positive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موجب", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Test result - positive/negative|Positive", + 1, + 1476 + ], + [ + 103, + "Test result - positive/negative", + "", + "Coded", + 2, + "Negative", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "سالب", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "To be validated", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "X", + "Test result - positive/negative|Negative", + 1, + 1477 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 1, + 1, + "", + 1, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|1", + 1, + 1478 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 2, + "Transition", + "", + "Transition", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|Transition", + 1, + 1479 + ], + [ + 104, + "Feeding - Phase", + "", + "Coded", + 3, + 2, + "", + 2, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Phase|2", + 1, + 1480 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 1, + "F75", + "", + "F75", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|F75", + 1, + 1481 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 2, + "F100", + "", + "F100", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|F100", + 1, + 1482 + ], + [ + 105, + "Feeding - Product", + "", + "Coded", + 3, + "Infant formula", + "", + "Infant formula", + "", + "", + "", + "", + "", + "", + "Infant formula", + "Describes a substance used to feed children.", + "Coded", + "Drug", + "5254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Infant formula", + "Describes a substance used to feed children.", + "Coded", + "Drug", + "3ceb2c7e-26fe-102b-80cb-0017a47871b2", + 95, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Feeding - Product|Infant formula", + 1, + 1483 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 1, + 0, + "", + 0, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|0 %", + 1, + 1484 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 2, + 0.25, + "", + 0.25, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|25 %", + 1, + 1485 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 3, + 0.5, + "", + 0.5, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|50 %", + 1, + 1486 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 4, + 0.75, + "", + 0.75, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|75 %", + 1, + 1487 + ], + [ + 106, + "Meal - amount taken", + "", + "Coded", + 5, + 1, + "", + 1, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - amount taken|100 %", + 1, + 1488 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 1, + "Absent", + "", + "Absent", + "", + "", + "", + "", + "", + "", + "Absent", + "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", + "N/A", + "Misc", + "163747AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Absent", + "Generic answer to a question. Not present in a place, at an occasion, or as part of something.", + "N/A", + "Misc", + "b5410710-123c-49a6-8ccd-75bce3ffa4f1", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Absent", + 1, + 1489 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 2, + "Vomiting", + "", + "Vomiting", + "", + "", + "", + "", + "", + "", + "Vomiting", + "The forcible expulsion of the contents of the stomach through the mouth.", + "Coded", + "Diagnosis", + "122983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Vomiting", + "The forcible expulsion of the contents of the stomach through the mouth.", + "N/A", + "Diagnosis", + "3cf1c930-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Vomiting", + 1, + 1490 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 3, + "Refusal", + "", + "Refusal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Refusal", + 1, + 1491 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 4, + "Nasogastric tube", + "", + "Nasogastric tube", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|Nasogastric tube", + 1, + 1492 + ], + [ + 107, + "Meal - remark", + "", + "Coded", + 5, + "IV fluid", + "", + "IV fluid", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + 0, + "Missing", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Meal - remark|IV fluid", + 1, + 1493 + ], + [ + "", + "Outcome - Family planning", + "", + "Coded", + "", + "Child alive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Outcome - Family planning|Child alive", + 1, + 1494 + ], + [ + "", + "Outcome - Family planning ", + "", + "Coded", + "", + "Child died", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Outcome - Family planning |Child died", + 1, + 1495 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Exclusive", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Exclusive", + 1, + 1496 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Mixed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Mixed", + 1, + 1497 + ], + [ + "", + "Breastfeeding", + "", + "Coded", + "", + "Bottle", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breastfeeding|Bottle", + 1, + 1498 + ], + [ + "", + "FP befor", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "FP befor|Yes", + 1, + 1499 + ], + [ + "", + "FP befor", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "FP befor|No", + 1, + 1500 + ], + [ + "", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|Yes", + 1, + 1501 + ], + [ + "", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Are you <6 months post-partum AND exclusively breastfeeding AND not have your menstrual bleeding since the birth of the last child?|No", + 1, + 1502 + ], + [ + "", + "Have you given birth on the last 4 weeks?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you given birth on the last 4 weeks?|Yes", + 1, + 1503 + ], + [ + "", + "Have you given birth on the last 4 weeks?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you given birth on the last 4 weeks?|No", + 1, + 1504 + ], + [ + "", + "Did your last menstruation period start within the past 7 days?", + "", + "", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Did your last menstruation period start within the past 7 days?|Yes", + 1, + 1505 + ], + [ + "", + "Did your last menstruation period start within the past 7 days?", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Did your last menstruation period start within the past 7 days?|No", + 1, + 1506 + ], + [ + "", + "Have you had an abortion or miscarriage in the past 7 days?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you had an abortion or miscarriage in the past 7 days?|Yes", + 1, + 1507 + ], + [ + "", + "Have you had an abortion or miscarriage in the past 7 days?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you had an abortion or miscarriage in the past 7 days?|No", + 1, + 1508 + ], + [ + "", + "Have you gone without sexual intercourse since your last menstrual period?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you gone without sexual intercourse since your last menstrual period?|Yes", + 1, + 1509 + ], + [ + "", + "Have you gone without sexual intercourse since your last menstrual period?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you gone without sexual intercourse since your last menstrual period?|No", + 1, + 1510 + ], + [ + "", + "Have you been using a reliable contraceptive method consistently AND correctly?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you been using a reliable contraceptive method consistently AND correctly?|Yes", + 1, + 1511 + ], + [ + "", + "Have you been using a reliable contraceptive method consistently AND correctly?", + "", + "", + "", + "No", + " ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Have you been using a reliable contraceptive method consistently AND correctly?|No", + 1, + 1512 + ], + [ + "", + "The patient has a metod in mind?", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "The patient has a metod in mind?|Yes", + 1, + 1513 + ], + [ + "", + "The patient has a metod in mind?", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "The patient has a metod in mind?|No", + 1, + 1514 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Very effective", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Very effective", + 1, + 1515 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Breasfeeding<6 month", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Breasfeeding<6 month", + 1, + 1516 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "No children later", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|No children later", + 1, + 1517 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Permanent", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Permanent", + 1, + 1518 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Few side", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Few side", + 1, + 1519 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Nothing to do befor sex", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Nothing to do befor sex", + 1, + 1520 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Use only when needed", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Use only when needed", + 1, + 1521 + ], + [ + "", + "What is important", + "", + "Coded", + "", + "Avoid touching intimate areas", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "What is important|Avoid touching intimate areas", + 1, + 1522 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Latex allergy (patient or partner)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Latex allergy (patient or partner)", + 1, + 1523 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Current/history trombembolism", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Current/history trombembolism", + 1, + 1524 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Pregnancy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Pregnancy", + 1, + 1525 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Diabetes for > 20 years", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Diabetes for > 20 years", + 1, + 1526 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Breastfeeding< 6 weeks", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Breastfeeding< 6 weeks", + 1, + 1527 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Smoker > 35 years old", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Smoker > 35 years old", + 1, + 1528 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "BP>160/100", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|BP>160/100", + 1, + 1529 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Unexplained veginal bleeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Unexplained veginal bleeding", + 1, + 1530 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Bleeding", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Bleeding", + 1, + 1531 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Hyper or dysmenorrhoea", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Hyper or dysmenorrhoea", + 1, + 1532 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "History of extra-uterine pregnancy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|History of extra-uterine pregnancy", + 1, + 1533 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Server untreated anaemia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Server untreated anaemia", + 1, + 1534 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Current STI/current PID,HIV + patient on ARV", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Current STI/current PID,HIV + patient on ARV", + 1, + 1535 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "On TB medication", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|On TB medication", + 1, + 1536 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "On Epilepsy medication", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|On Epilepsy medication", + 1, + 1537 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "Active liver disease/jaundice", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|Active liver disease/jaundice", + 1, + 1538 + ], + [ + "", + "Family planning - Conditions", + "", + "Coded", + "", + "HIV + patient with active ADIS but NOT on ARV", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning - Conditions|HIV + patient with active ADIS but NOT on ARV", + 1, + 1539 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Male condom", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Male condom", + 1, + 1540 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Female condom", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Female condom", + 1, + 1541 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "COC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|COC", + 1, + 1542 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "POP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|POP", + 1, + 1543 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Injectable", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Injectable", + 1, + 1544 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Implant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Implant", + 1, + 1545 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "IUD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|IUD", + 1, + 1546 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Tubal ligation", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Tubal ligation", + 1, + 1547 + ], + [ + "", + "Chosen method", + "", + "Coded", + "", + "Vasectomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Chosen method|Vasectomy", + 1, + 1548 + ], + [ + "", + "Satisfied with method", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Satisfied with method|Yes", + 1, + 1549 + ], + [ + "", + "Satisfied with method", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Satisfied with method|No", + 1, + 1550 + ], + [ + "", + "Changed bleeding pattern", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Changed bleeding pattern|Yes", + 1, + 1551 + ], + [ + "", + "Changed bleeding pattern", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Changed bleeding pattern|No", + 1, + 1552 + ], + [ + "", + "Headache/dizziness", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Headache/dizziness|Yes", + 1, + 1553 + ], + [ + "", + "Headache/dizziness", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Headache/dizziness|No", + 1, + 1554 + ], + [ + "", + "Nausea/abdominal pain", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Nausea/abdominal pain|Yes", + 1, + 1555 + ], + [ + "", + "Nausea/abdominal pain", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Nausea/abdominal pain|No", + 1, + 1556 + ], + [ + "", + "Breast tender", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breast tender|Yes", + 1, + 1557 + ], + [ + "", + "Breast tender", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breast tender|No", + 1, + 1558 + ], + [ + "", + "Mood changes", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mood changes|Yes", + 1, + 1559 + ], + [ + "", + "Mood changes", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mood changes|No", + 1, + 1560 + ], + [ + "", + "Date to return to first PNC visit", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Date to return to first PNC visit|Full term", + 1, + 1561 + ], + [ + "", + "Date to return to first PNC visit", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Date to return to first PNC visit|Preterm", + 1, + 1562 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Normal", + 1, + 1563 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Manual delivery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Manual delivery", + 1, + 1564 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Episiotomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Episiotomy", + 1, + 1565 + ], + [ + "", + "Placenta", + "", + "Coded", + "", + "Perineal laceration (tear)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Placenta|Perineal laceration (tear)", + 1, + 1566 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Hypertension", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Hypertension", + 1, + 1567 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Heart disease", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Heart disease", + 1, + 1568 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Diabetes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Diabetes", + 1, + 1569 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Abdominal surgery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Abdominal surgery", + 1, + 1570 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Sexually transitted infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Sexually transitted infection", + 1, + 1571 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Epilepsy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Epilepsy", + 1, + 1572 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "HIV+", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|HIV+", + 1, + 1573 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Tuberculosis", + 1, + 1574 + ], + [ + "", + "Any of selected items should also be added in \"conditions\"", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Any of selected items should also be added in \"conditions\"|Other", + 1, + 1575 + ], + [ + "", + "Present at consultation", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Present at consultation|Yes", + 1, + 1576 + ], + [ + "", + "Present at consultation", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Present at consultation|No", + 1, + 1577 + ], + [ + "", + "Anaemia (conjunctiva, heamoglobin)", + "", + "Coded", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Anaemia (conjunctiva, heamoglobin)|", + 1, + 1578 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|No", + 1, + 1579 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "Mild", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|Mild", + 1, + 1580 + ], + [ + "", + "Hb(g/dl)", + "", + "Coded", + "", + "Severe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Hb(g/dl)|Severe", + 1, + 1581 + ], + [ + "", + "Breasts (e.g infection,enforgement)", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breasts (e.g infection,enforgement)|Normal", + 1, + 1582 + ], + [ + "", + "Breasts (e.g infection,enforgement)", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Breasts (e.g infection,enforgement)|Abnormal", + 1, + 1583 + ], + [ + "", + "Sexually transmitted infection", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sexually transmitted infection|Yes", + 1, + 1584 + ], + [ + "", + "Sexually transmitted infection", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Sexually transmitted infection|No", + 1, + 1585 + ], + [ + "", + "Time since delivery", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Time since delivery|Normal", + 1, + 1586 + ], + [ + "", + "Time since delivery", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Time since delivery|Abnormal", + 1, + 1587 + ], + [ + "", + "Healing (if laceration,episiotomy of C-section)", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Healing (if laceration,episiotomy of C-section)|Normal", + 1, + 1588 + ], + [ + "", + "Healing (if laceration,episiotomy of C-section)", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Healing (if laceration,episiotomy of C-section)|Abnormal", + 1, + 1589 + ], + [ + "", + "Passing urine or stool", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Passing urine or stool|Normal", + 1, + 1590 + ], + [ + "", + "Passing urine or stool", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Passing urine or stool|Abnormal", + 1, + 1591 + ], + [ + "", + "Mother-infant interaction", + "", + "Coded", + "", + "Normal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mother-infant interaction|Normal", + 1, + 1592 + ], + [ + "", + "Mother-infant interaction", + "", + "Coded", + "", + "Abnormal", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Mother-infant interaction|Abnormal", + 1, + 1593 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|No", + 1, + 1594 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "MH", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|MH", + 1, + 1595 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "HP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|HP", + 1, + 1596 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "Gyne", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|Gyne", + 1, + 1597 + ], + [ + "", + "Referral to internal services", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to internal services|Other", + 1, + 1598 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|No", + 1, + 1599 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "Referral hospital", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|Referral hospital", + 1, + 1600 + ], + [ + "", + "Referral to external servies(hospital,BC,Lab etc..)", + "", + "Coded", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Referral to external servies(hospital,BC,Lab etc..)|Other", + 1, + 1601 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Yes", + 1, + 1602 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "COC", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|COC", + 1, + 1603 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "POP", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|POP", + 1, + 1604 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "IUD", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|IUD", + 1, + 1605 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Implant", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Implant", + 1, + 1606 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "Condoms", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|Condoms", + 1, + 1607 + ], + [ + "", + "Family planning intiated", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "Family planning intiated|No", + 1, + 1608 + ], + [ + "", + "PNC-gestational age:", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-gestational age:|Full term", + 1, + 1609 + ], + [ + "", + "PNC-gestational age:", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-gestational age:|Preterm", + 1, + 1610 + ], + [ + "", + "PNC- gestational age?", + "", + "Coded", + "", + "Full term", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- gestational age?|Full term", + 1, + 1611 + ], + [ + "", + "PNC- gestational age:", + "", + "Coded", + "", + "Preterm", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- gestational age:|Preterm", + 1, + 1612 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Anaemia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Anaemia", + 1, + 1613 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Hypertension/pre-/eclampsia", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Hypertension/pre-/eclampsia", + 1, + 1614 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Antepartum hemorrhage", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Antepartum hemorrhage", + 1, + 1615 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Prolonged/obstructed labour", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Prolonged/obstructed labour", + 1, + 1616 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Malpresentation (breach, other)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Malpresentation (breach, other)", + 1, + 1617 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Caesarean section", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Caesarean section", + 1, + 1618 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Instrumental extraction", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Instrumental extraction", + 1, + 1619 + ], + [ + "", + "PNC- Problems-Placenta", + "", + "Coded", + "", + "Norma", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems-Placenta|Norma", + 1, + 1620 + ], + [ + "", + "PNC- Problems-Placenta", + "", + "Coded", + "", + "Manual delivery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems-Placenta|Manual delivery", + 1, + 1621 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Episiotomy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Episiotomy", + 1, + 1622 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Perineal laceration (tear)", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Perineal laceration (tear)", + 1, + 1623 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Fistula present - management:", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Fistula present - management:", + 1, + 1624 + ], + [ + "", + "PNC- Problems", + "", + "Coded", + "", + "Postapartum haemorrhage", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Postapartum haemorrhage", + 1, + 1625 + ], + [ + "", + "PNC- Problems", + "", + "", + "", + "Other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Problems|Other", + 1, + 1626 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Hypertension", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Hypertension", + 1, + 1627 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Heart disease", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Heart disease", + 1, + 1628 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Diabetes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Diabetes", + 1, + 1629 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Abdominal surgery", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Abdominal surgery", + 1, + 1630 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Sexually transmitted infection", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Sexually transmitted infection", + 1, + 1631 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Epilepsy", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Epilepsy", + 1, + 1632 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "HIV+", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|HIV+", + 1, + 1633 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "Tuberculosis", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|Tuberculosis", + 1, + 1634 + ], + [ + "", + "PNC- Any of selected items should also be added in \"Conditions\"", + "", + "Coded", + "", + "other", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- Any of selected items should also be added in \"Conditions\"|other", + 1, + 1635 + ], + [ + "", + "PNC- present at consultation", + "", + "Coded", + "", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- present at consultation|Yes", + 1, + 1636 + ], + [ + "", + "PNC- present at consultation", + "", + "Coded", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC- present at consultation|No", + 1, + 1637 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "No", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|No", + 1, + 1638 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "Mild", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|Mild", + 1, + 1639 + ], + [ + "", + "PNC-Anaemia (conjunctiva, haemoglobin)", + "", + "", + "", + "Severe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Draft", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "-", + "PNC-Anaemia (conjunctiva, haemoglobin)|Severe", + 1, + 1640 + ] + ] +} From ec3a5c49cad5672356adf6a02307f4ff1b7a1e66 Mon Sep 17 00:00:00 2001 From: Aisha Hassen <167166847+AishaHassen@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:30:07 +0300 Subject: [PATCH 22/61] Update sample_metadata_from_sharepoint_ms_graph.json --- ...ple_metadata_from_sharepoint_ms_graph.json | 121514 ++++++++++++++- 1 file changed, 121512 insertions(+), 2 deletions(-) diff --git a/sample-data/sample_metadata_from_sharepoint_ms_graph.json b/sample-data/sample_metadata_from_sharepoint_ms_graph.json index cbfa442..10ebf91 100644 --- a/sample-data/sample_metadata_from_sharepoint_ms_graph.json +++ b/sample-data/sample_metadata_from_sharepoint_ms_graph.json @@ -1,7 +1,7 @@ { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.workbookRange", - "@odata.id": "/sites('elmiplc.sharepoint.com%2C3091c028-5e92-4a95-9b56-2aaca61efe95%2Ca617e031-a158-4905-9467-8bee442ab7ad')/drives('b%21KMCRMJJelUqbViqsph7-lTHgF6ZYoQVJlGeL7kQqt61UdpwCtfpHQIBaDXmZ282n')/items('01QKFHN644CCRL6QPAM5GJXABA5XVCUMAX')/workbook/worksheets(%27%7B00000000-0001-0000-0000-000000000000%7D%27)/usedRange()", - "@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET sites('')/drives('')/items('')/workbook/worksheets('')/microsoft.graph.usedRange?$select=address,addressLocal", + "@odata.id": "/sites('elmiplc.sharepoint.com%2C3091c028-5e92-4a95-9b56-2aaca61efe95%2Ca617e031-a158-4905-9467-8bee442ab7ad')/drives('b%21KMCRMJJelUqbViqsph7-lTHgF6ZYoQVJlGeL7kQqt61UdpwCtfpHQIBaDXmZ282n')/items('01QKFHN644CCRL6QPAM5GJXABA5XVCUMAX')/workbook/worksheets(%27%7B00000000-0001-0000-0000-000000000000%7D%27)/range(address=%27A1:BT1642%27)", + "@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET sites('')/drives('')/items('')/workbook/worksheets('')/microsoft.graph.range(address=)?$select=address,addressLocal", "address": "OptionSets!A1:BT1642", "addressLocal": "OptionSets!A1:BT1642", "columnCount": 72, @@ -12,6 +12,121516 @@ "hidden": false, "rowCount": 1642, "rowIndex": 0, + "valueTypes": [ + [ + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "Double", + "Empty", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Double", + "String", + "Empty", + "String", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ], + [ + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "Double" + ] + ], "values": [ [ "", From 219400563e009c1beec44d0198b0e158ad3134e4 Mon Sep 17 00:00:00 2001 From: Aisha Hassen <167166847+AishaHassen@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:59:01 +0300 Subject: [PATCH 23/61] Create sample_metadata_from_sharepoint_ms_graph_ms_baseline.json --- ..._from_sharepoint_ms_graph_ms_baseline.json | 47398 ++++++++++++++++ 1 file changed, 47398 insertions(+) create mode 100644 sample-data/sample_metadata_from_sharepoint_ms_graph_ms_baseline.json diff --git a/sample-data/sample_metadata_from_sharepoint_ms_graph_ms_baseline.json b/sample-data/sample_metadata_from_sharepoint_ms_graph_ms_baseline.json new file mode 100644 index 0000000..2a02490 --- /dev/null +++ b/sample-data/sample_metadata_from_sharepoint_ms_graph_ms_baseline.json @@ -0,0 +1,47398 @@ +{ + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.workbookRange", + "@odata.id": "/sites('elmiplc.sharepoint.com%2C3091c028-5e92-4a95-9b56-2aaca61efe95%2Ca617e031-a158-4905-9467-8bee442ab7ad')/drives('b%21KMCRMJJelUqbViqsph7-lTHgF6ZYoQVJlGeL7kQqt61UdpwCtfpHQIBaDXmZ282n')/items('01QKFHN66PG4VKR74HD5BY5WF4EWZHJ3NO')/workbook/worksheets(%27%7B5AACC84F-D4EA-45BC-85F0-278FA1372669%7D%27)/range(address=%27A1:BM101%27)", + "@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET sites('')/drives('')/items('')/workbook/worksheets('')/microsoft.graph.range(address=)?$select=address,addressLocal", + "address": "'F01-MHPSS Baseline'!A1:BM101", + "addressLocal": "'F01-MHPSS Baseline'!A1:BM101", + "columnCount": 65, + "cellCount": 6565, + "columnHidden": null, + "rowHidden": false, + "numberFormat": [ + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ], + [ + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General", + "General" + ] + ], + "columnIndex": 0, + "text": [ + [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + " ", + "", + "", + "", + "", + "", + "Automatch Suggestions from CIEL Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from PIH Source", + "", + "", + "", + "", + "", + "", + "OCL ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "DHIS2", + "", + "", + "", + "", + "", + "", + "", + "OpenFn", + "", + "", + "", + "", + "", + "" + ], + [ + "Page", + "Section", + "Question #", + "Question", + "External ID", + "Label if different", + "Tooltip i", + "Datatype", + "Answer ID", + "OptionSet name", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL/PIH concept ID", + "OCL/PIH name", + "OCL/PIH definition", + "OCL/PIH Comments", + "Rendering", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Calculation", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation - Question", + "Translation - Section", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status" + ], + [ + "Consultation", + "Admission", + "1", + "Admission type", + "4dae5b12-070f-4153-b1ca-fbec906106e1", + "", + "", + "Coded", + "", + "Admission type - MH", + "Admission type", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-2473", + "", + "Admission category", + "No DEF", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الدخول", + "دخول المريض", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "{always blank}", + "{always blank}", + "", + "(object.attributeName)", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Admission", + "2", + "Sex", + "ec42d68d-3e23-43de-b8c5-a03bb538e7c7", + "", + "", + "Coded", + "", + "Sex - Standard", + "Sex", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجنس", + "دخول المريض", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "Added" + ], + [ + "Consultation", + "Admission", + "3", + "How many people live with the patient?", + "58dec757-38d5-4c7b-9bd3-713d965f4883", + "", + "", + "Numeric", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "number", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كم شخصاً يعيش مع المريض؟", + "دخول المريض", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "Added" + ], + [ + "Consultation", + "Consultation information", + "4", + "Type of consultation", + "1a8bf24f-4f36-4971-aad9-ae77f3525738", + "", + "", + "Coded", + "", + "Type of consultation - MHPSS baseline", + "Type of consultation", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-1314", + "", + "Type of therapeutic session", + "The type of activity/ session/consultation provided.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الاستشارة", + "بيانات الاستشارة", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "5", + "Total number of beneficiaries in family consultation", + "b87a93ff-a4a1-4601-b35d-1e42bfa7e194", + "", + "", + "Numeric", + "", + "", + "Total number of beneficiaries in family consultation", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Not found", + "number", + "", + "", + "0", + "99", + "", + "Hide question if [Type of consultation] !== 'Family'", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "بيانات الاستشارة", + "INTEGER", + "Mental Health-Baseline consultation- Total number of beneficiaries in family consultation", + "DMaLm9u4GCq", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "6", + "Consultation done by", + "722dd83a-c1cf-48ad-ac99-45ac131ccc96", + "", + "", + "Coded", + "", + "Consultation done by - MHPSS baseline", + "Consultation done by", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL manual", + "Yes", + "", + "CIEL-5507", + "Consultant", + "Form completed today by: Consultant", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشخص الذي قام بالاستجابة", + "بيانات الاستشارة", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Corresponds to roles but we keep the question here - improvements to be considered later (i.e. automatically populate on the basis of the role)", + "" + ], + [ + "Consultation", + "Consultation information", + "7", + "Location of intervention", + "82978311-bef9-46f9-9a9a-cc62254b00a6", + "", + "", + "Coded", + "", + "Location of intervention - MHPSS", + "Location of intervention", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-1297", + "", + "Intervention setting", + "The location in which the medical intervention takes place.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موقع الاستجابة", + "بيانات الاستشارة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "8", + "Location of intervention - If Health Facility, specify", + "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", + "Specify Health Facility", + "", + "Text", + "", + "", + "Specify Health Facility", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + "255", + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Health facility'", + "", + "", + "", + "Arabic", + "اذا منشأة صحية، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If Health Facility, specify", + "CLGnlnFqqnk", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "9", + "Location of intervention - If MSF Health Facility, specify", + "41e68dee-a2a3-4e6c-9d96-53def5caff52", + "Specify MSF Health Facility", + "", + "Text", + "", + "", + "Specify MSF Health Facility", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + "255", + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'MSF health facility'", + "", + "", + "", + "Arabic", + "اذا منشأة صحية لأطباء بلا حدود، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If MSF Health Facility, specify", + "f64XCwzJW02", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "10", + "Location of intervention - If Mobile Clinic, specify", + "08cd4b4a-4b0b-4391-987b-b5b3d770d30f", + "Specify Mobile Clinic", + "", + "Text", + "", + "", + "Specify Mobile Clinic", + "Clinic", + "A health clinic.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000447", + "90", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + "255", + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Mobile clinic'", + "", + "", + "", + "Arabic", + "اذا عيادات متنقلة، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If Mobile Clinic, specify", + "YeaUNruqmca", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "11", + "Type of intervention", + "82978311-bef9-46f9-9a9a-cc62254b00a6", + "", + "", + "Coded", + "", + "Type of Mental Health intervention - MHPSS", + "Type of intervention", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL manual", + "Yes", + "", + "CIEL-163311", + "Mental health interventions", + "No DEF", + "No answers in CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الاستجابة", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "12", + "Location of intervention - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "If other, specify", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + "255", + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If other, specify", + "KjgDauY9v4J", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Referral source", + "13", + "Patient referred by", + "c3c86c1b-07be-4506-ab25-8f35f4389b19", + "", + "", + "Coded", + "", + "Patient referred by - MH", + "Patient referred by", + "", + "", + "", + "", + "", + " ", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + "90", + "Found", + "Use MSF manual", + "Yes", + "MSF-1290", + "CIEL-164408", + "Source of initial patient referral", + "Where the patient was initially referred from.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تمت الإحالة من قسم ", + "تمت الإحالة من قسم", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Main problem or reason for referral", + "14", + "Main problem or reason for referral", + "53b450aa-d27c-4c2f-9a4e-98513bbe645f", + "", + "Why is the patient coming to the MH department? Write in patient’s words", + "Text", + "", + "", + "Main problem or reason for referral", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-61", + "", + "Reason for referral", + "A list of concerns or other issues that led to the patient's referral.", + " ", + "textarea", + "3000", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المشكلة الرئيسية أو سبب الإحالة", + "المشكلة الرئيسية أو سبب الإحالة (لماذا جاء هذا المريض إلى قسم رعاية الصحة النفسية؟ اكتب مستخدماً كلمات المريض)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "15", + "Current symptoms or complaints - 1. Psychosomatic", + "c899d33a-adde-4c70-ad65-2326b8843e3b", + "1. Psychosomatic", + "", + "Coded", + "", + "Current symptoms or complaints - Psychosomatic", + "1. Psychosomatic", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "MSF-459", + "", + "Psychosomatic problems", + "Any psychological condition that leads to physical symptoms, often without any clear medical explanation.", + "Don't create this item - for display only. Create only one multiple choice concept", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " المشكلة الرئيسية أو سبب الإحالة", + "المشكلة الرئيسية أو سبب الإحالة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The answers are missing under 1. Psychosomatic | Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "16", + "Current symptoms or complaints - 2. Depression related", + "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", + "2. Depression related", + "", + "Coded", + "", + "Current symptoms or complaints - Depression related", + "2. Depression related", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + "90", + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "No mapping", + "", + "MSF-1298", + "", + "Depression symptoms", + "The symptoms of depression experienced by the patient.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالاكتئاب", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "17", + "Current symptoms or complaints - 3. Anxiety related", + "241b3278-3803-478b-8484-70e2b17e5543", + "3. Anxiety related", + "", + "Coded", + "", + "Current symptoms or complaints - Anxiety related", + "3. Anxiety related", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "MSF-819", + "", + "Anxiety symptoms", + "The patient is experiencing symptoms of anxiety, such as feeling restless, wound-up, on edge, easily fatigued, difficulty concentrating, irritable, having headaches, muscle aches, stomach aches, unexplained pains, difficulty controlling feelings of worry, or sleep problems such as difficulty falling alseep or staying alseep", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالقلق", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "18", + "Current symptoms or complaints - 4. Trauma related", + "3a0c003c-9149-4a5f-a236-ed5d61231950", + "4. Trauma related", + "", + "Coded", + "", + "Current symptoms or complaints - Trauma related", + "4. Trauma related", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "MSF-820", + "", + "Trauma-related symptoms", + "The patient is experiencing symptoms related to trauma, such as unpredictable emotions, flashbacks, strained relationships, headaches, or nausea\n", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالصدمة", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "19", + "Current symptoms or complaints - 5. Psychosis related", + "612c130a-0ae9-4565-af09-b5437334c742", + "5. Psychosis related", + "", + "Coded", + "", + "Current symptoms or complaints - Psychosis related", + "5. Psychosis related", + "Psychosis", + "Mental disorder combining symptoms that result in an impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000696", + "90", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "MSF-823", + "", + "Psychosis symptoms", + "The patient has symptoms of psychosis, such as changes in behavior, new trouble thinking clearly or concentrating, suspicousness, paranoid ideas, withdrawing socially, decline in self-care or personal hygiene, difficulty telling reality from fantasy, confused speech or trouble communicating.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالذهان", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "20", + "Current symptoms or complaints - 6. Neurocognitive problems", + "a5b552b6-44db-42f1-a436-6f2f12de471e", + "6. Neurocognitive problems", + "", + "Coded", + "", + "Current symptoms or complaints - Neurocognitive problems", + "6. Neurocognitive problems", + "Neurocognitive problem", + "Neurocognitive disorder", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001291", + "90", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "MSF-825", + "", + "Neurocognitive symptoms", + "The patient has neurocognitive symtopms, such as agitation, confusion, dementia, or delirium.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عصبية إدراكية", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "21", + "Current symptoms or complaints - 7. Behavior problems", + "5b271a75-d44b-466a-8baf-71153dc1895c", + "7. Behavior problems", + "", + "Coded", + "", + "Current symptoms or complaints - Behavior problems", + "7. Behavior problems", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "MSF-889", + "", + "Adult behavioral problem", + "Adult patient displays a behavioral problem", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في السلوكيات", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "22", + "Current symptoms or complaints - 8. Other symptoms", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8. Other symptoms", + "", + "Coded", + "", + "Current symptoms or complaints - Other symptoms", + "8. Other symptoms", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "MSF-7", + "", + "Other", + "A generic, descriptive, and non-coded response to a question", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعراض أخرى", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "23", + "Current symptoms or complaints - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "If other, specify", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Already mapped", + "No", + "MSF-2563", + "", + "Other findings description", + "No DEF", + "Context-specific 'other'", + "text", + "255", + "", + "", + "", + "", + "Hide question if [Current symptoms or complaints] !== '8.1 Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "TEXT", + "Mental Health-Baseline consultation- If other symptoms 1, specify", + "pj5hIE6iyAR", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + "24", + "Clinical diagnosis", + "22809b19-54ca-4d88-8d26-9577637c184e", + "Clinical diagnosis (only to be established by a psychologist)", + "", + "Coded", + "", + "Clinical diagnosis - MH", + "Clinical diagnosis (only to be established by a psychologist)", + "", + "", + "", + "", + "", + " ", + "Clinical diagnosis", + "Case diagnosis based on clinical presentation without adequate laboratory confirmation. ", + "N/A", + "Misc", + "164398AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-1364", + "", + "Diagnosis", + "The identification of the problem(s) a patient is facing.", + " ", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "[Should be available only if provider = psychologist] -> NO + label modified", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + "24", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "BOOLEAN", + "Mental Health-Baseline consultation- Diagnosis by Psychologist", + "pN4iQH4AEzk", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFN: need to populate the [Diagnosis by Psychologist] data element in DHIS2 with 'Yes' if the provider is a psychologist", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + "25", + "Clinical diagnosis - If other, specify", + "819f79e7-b9af-4afd-85d4-2ab677223113", + "If other, specify", + "", + "Text", + "", + "", + "If other, specify", + "", + "", + "", + "", + "", + " ", + "Clinical diagnosis", + "Case diagnosis based on clinical presentation without adequate laboratory confirmation. ", + "N/A", + "Misc", + "164398AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Clinical", + "Generic clinical procedure", + "N/A", + "Procedure", + "12e0d20b-48b5-448c-871e-aba5f64a98ac", + "90", + "Found", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + "50", + "", + "", + "", + "", + "Hide question if [Clinical diagnosis] !== '18. Other disorder'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "TEXT", + "Mental Health-Baseline consultation- Clinical diagnosis - If other, specify", + "W7cPAi8iXLZ", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "26", + "Current symptoms or complaints 1", + "45b39cbf-0fb2-4682-8544-8aaf3e07a744", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "Current symptoms or complaints 1", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "See MSF-815, 'Main syndrom', but the MSF question only have the main categories as answers", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 1", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "27", + "Current symptoms or complaints 2", + "ee1b7973-e931-494e-a9cb-22b814b4d8ed", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "Current symptoms or complaints 2", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Check if same as 1st complaint", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 2", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 2", + "RnbiVrrSFdm", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "28", + "Current symptoms or complaints 3", + "92a92f62-3ff6-4944-9ea9-a7af23949bad", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "Current symptoms or complaints 3", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Check if same as 1st complaint", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 3", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 3", + "CUdI1BJ5W8G", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "29", + "Current symptoms or complaints - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "If other, specify", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + "255", + "", + "", + "", + "", + "Hide question if [Current symptoms or complaints 1] !== '8.1 Other' and [Current symptoms or complaints 2] !== '8.1 Other' and [Current symptoms or complaints 3] !== '8.1 Other'", + "", + "", + "", + "Arabic", + "أخرى", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation- If other symptoms 1, specify", + "pj5hIE6iyAR", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "30", + "Main category of symptoms", + "9a8204ca-d908-4157-9285-7c970dbb5287", + "", + "", + "Coded", + "", + "Main category of symptoms - MH", + "Main category of symptoms", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-815", + "", + "Main syndrome", + "What is the patient's primary syndrome from a coded list of answers.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تصنيف الاعراض والشكاوي", + " الأعراض أو الشكاوي الحالية (استمرار)", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain the categories of the answers that have been selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "31", + "Duration of the main symptom", + "3edcfddb-7988-4ce5-97a0-d4c46b267a04", + "", + "", + "Coded", + "", + "Duration of the main symptom - MH", + "Duration of the main symptom", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL manual", + "Yes", + "", + "CIEL-1731", + "Sign / symptom duration", + "The numeric value of the duration of the sign or symptom.", + "Not found in MSF and CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المدة الزمنية للعرض الرئيسي", + " الأعراض أو الشكاوي الحالية (استمرار)", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "32", + "Important details of the main problem", + "4c9228b2-4ba2-4edb-8daf-31a824e5fa9a", + "Important details of the main problem: How long have they had the problem (significant events, etc.)?", + "", + "Text", + "", + "", + "Important details of the main problem: How long have they had the problem (significant events, etc.)?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL manual", + "Yes", + "", + "CIEL-162676", + "Symptom progression", + "Qualitative description of symptom progression or status.", + "", + "textarea", + "3000", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تفاصيل مهمة حول المشكلة الرئيسية: منذ متى يعاني المريض من المشكلة (ما هي بعض الأحداث الرئيسية، إلخ.)؟", + " الأعراض أو الشكاوي الحالية (استمرار)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "33", + "Patient presentation", + "ddf9cb24-f51a-485f-b059-76f307bf468f", + "", + "How do they look or speak / motor activity / mood / thoughts / perceptions? Is the patient oriented in time / space / person / recent events?", + "Text", + "", + "", + "Patient presentation", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL manual", + "Yes", + "", + "CIEL-163043", + "Mental status exam findings", + "", + "", + "textarea", + "3000", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مظهر المريض: كيف يبدو أو يتحدث / نشاطه الحركي / حالته المزاجية / أفكاره / تصوراته؟ هل المريض واعي زمانياً / مكانياً / لشخصه / للأحداث الجارية؟", + " الأعراض أو الشكاوي الحالية (استمرار)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "34", + "Did you have problems performing daily activities, such as cooking, bathing, or chores outside the household?", + "b5c4b6d2-c880-43c5-a250-8fe09c9e394c", + "", + "", + "Coded", + "", + "MHOS", + "Did you have problems performing daily activities, such as cooking, bathing, or chores outside the household?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت أي مشاكل عند اداء نشاطاتك اليومية, مثلا عند الطبخ, الاستحمام, او اداء المهام خارج المنزل؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "35", + "Did you have problems getting along with family or friends?", + "b8968e50-436f-444e-8ab6-4b707fab090c", + "", + "", + "Coded", + "", + "MHOS", + "Did you have problems getting along with family or friends?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت مشاكل في التوافق مع العائلة أو الأصدقاء؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "36", + "Did you have any problems sleeping, such as sleeping too much or not enough?", + "f44f52dd-6eda-4ca5-8375-61164bff5a32", + "", + "", + "Coded", + "", + "MHOS", + "Did you have any problems sleeping, such as sleeping too much or not enough?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت أي مشاكل بالنوم, مثلا نوم بشكل كثير او عدم النوم بشكل كافي؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "37", + "Have you been bothered by unpleasant thoughts, worries or ideas?", + "9ba3837-cc74-4fe5-8be4-e439b02a1d62", + "", + "", + "Coded", + "", + "MHOS", + "Have you been bothered by unpleasant thoughts, worries or ideas?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل شعرت بالانزعاج من تفكير غير سار, قلق او افكار؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "38", + "Have you felt sad or nervous?", + "79d37985-b959-49c2-a7b8-7fe1618d641b", + "", + "", + "Coded", + "", + "MHOS", + "Have you felt sad or nervous?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل شعرت بالحزن او التوتر؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "39", + "Have you been suffering?", + "802f0ec2-169f-41b7-ae83-2e8f2fc86e3a", + "", + "", + "Coded", + "", + "MHOS", + "Have you been suffering?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل كنت تعاني؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "40", + "MHOS score", + "b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df", + "", + "", + "Numeric", + "", + "", + "MHOS score", + "MHOS score at discharge", + "The score received on the MHOS scale at the time of discharge.", + "Numeric", + "Question", + "MSF-AAAAAA000000000000001721", + "90", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-829", + "", + "Mental Health Outcome Scale", + "The patient's score on the Mental Health Outcome Scale", + "", + "number", + "", + "", + "0", + "65", + "(did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (did_you_have_problems_getting_along_with_family_or_friends_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : did_you_have_problems_getting_along_with_family_or_friends_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : did_you_have_problems_getting_along_with_family_or_friends_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : did_you_have_problems_getting_along_with_family_or_friends_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : did_you_have_problems_getting_along_with_family_or_friends_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (_did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_felt_sad_or_nervous_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_felt_sad_or_nervous_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_felt_sad_or_nervous_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_felt_sad_or_nervous_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_felt_sad_or_nervous_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_been_suffering_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_been_suffering_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_been_suffering_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_been_suffering_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_been_suffering_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0)", + "", + "Yes", + "", + "", + "Arabic", + "MHOS النقاط", + "خلال الاسبوع الماضي… (MHOS)", + "INTEGER", + "Mental Health-Baseline consultation - MHOS", + "MF3RML0HLbP", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "41", + "Little interest or pleasure in doing things?", + "eeac083f-9acd-4c04-bafc-b4266a02a3a3", + "", + "", + "Coded", + "", + "PHQ9", + "Little interest or pleasure in doing things?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Little interest or pleasure in doing things", + "Similar to CIEL:165537", + "Coded", + "Question", + "85bdc2d2-afaa-4d5e-bc6b-ee8277d160f1", + "95", + "Found", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة الاهتمام أو الاستمتاع بممارسة الأشياء", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "42", + "Feeling down, depressed, or hopeless?", + "0902dd6a-3f4e-422c-92eb-10e89cb783e2", + "", + "", + "Coded", + "", + "PHQ9", + "Feeling down, depressed, or hopeless?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Feeling down, depressed, or hopeless", + "Similar to CIEL:165536", + "Coded", + "Question", + "01bf95d6-bcd0-44fb-8752-3da72f71ab6d", + "94", + "Found", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالحزن أو ضيق الصدر أو اليأس", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "43", + "Trouble falling or staying asleep, or sleeping too much?", + "2ad5e737-fb27-44ea-bcf9-fafcbd7640fd", + "", + "", + "Coded", + "", + "PHQ9", + "Trouble falling or staying asleep, or sleeping too much?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Trouble falling or staying asleep, or sleeping too much", + "Similar to CIEL:142371", + "Coded", + "Question", + "c85fc943-b747-4d72-a0a8-6ca2dc8fb568", + "96", + "Found", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصعوبة في الرآون إلى النوم أو النوم بانتظام أو النوم أآثر من العادة", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "44", + "Feeling tired or having little energy?", + "f899935f-13f0-472e-b1dd-569ead3c63f1", + "", + "", + "Coded", + "", + "PHQ9", + "Feeling tired or having little energy?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Feeling tired or having little energy", + "Similar to Tired (CIEL:124628)", + "Coded", + "Question", + "8a034046-5fea-4253-a105-3af86b0679fe", + "94", + "Found", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالتعب أو بقلة الحيوية.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "45", + "Poor appetite or overeating?", + "48177433-e9c0-43b7-be27-7d4992723e01", + "", + "", + "Coded", + "", + "PHQ9", + "Poor appetite or overeating?", + "", + "", + "", + "", + "", + " ", + "Poor appetite", + "Abnormally reduced appetite. Clinical manifestation consisting of a physiopathological lack or loss of appetite accompanied by an aversion to food and the inability to eat.", + "N/A", + "Symptom/Finding", + "6031AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Poor appetite or overeating", + "Adapted from PHQ-9 question 5 for Compañeros en Salud. The standard PHQ-9 question is \"Poor appetite or overeating.\"", + "Coded", + "Question", + "a34eb8de-4272-4da5-b785-6462dfb97cc2", + "92", + "Found", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة الشهية أو آثرة الأآل.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "46", + "Feeling bad about yourself - or that you are a failure or have let yourself or your family down?", + "eb14c9f6-8c32-4cbb-a595-66ffd72b8cdb", + "", + "", + "Coded", + "", + "PHQ9", + "Feeling bad about yourself - or that you are a failure or have let yourself or your family down?", + "Feeling bad about yourself or that you're a failure or have let yourself or your family down", + "How often has the patient felt bad about themself or that they're a failure or have let themself or their family down.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001245", + "95", + "Feeling bad about yourself or that you're a failure or have let yourself or your family down", + "", + "Coded", + "Question", + "167071AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "95", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بعدم الرضا عن النفس أو بالفشل أو الإحباط تجاه ذويك.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "47", + "Trouble concentrating on things, such as reading the newspaper or watching television?", + "2bf607e1-85f3-4514-9e07-e3f8caabbc57", + "", + "", + "Coded", + "", + "PHQ9", + "Trouble concentrating on things, such as reading the newspaper or watching television?", + "Trouble concentrating on things such as reading the newspaper or watching television", + "How often has the patient had trouble concentrating on things such as reading the newspaper or watching television.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001246", + "97", + "Trouble concentrating on things such as reading the newspaper or watching television", + "", + "Coded", + "Question", + "167072AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "97", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصعوبة في الترآيز على الأشياء، مثل قراءة الصحف أو مشاهدة التليفزيون.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "48", + "Moving or speaking so slowly that other people could have noticed? Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual?", + "50fb199e-410c-40d4-bbd9-44f641d4421d", + "", + "", + "Coded", + "", + "PHQ9", + "Moving or speaking so slowly that other people could have noticed? Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual?", + "Moving or speaking so slowly that other people could have noticed or being so fidgety or restless that you have been moving around lot more than usual", + "How often has the patient been moving or speaking so slowly that other people could have noticed or being so fidgety or restless that they have been moving around lot more than usual.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001247", + "93", + "Moving or speaking so slowly that other people could have noticed or being so fidgety or restless that you have been moving around lot more than usual", + "", + "Coded", + "Question", + "167073AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "93", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بطء في الحرآة أو الكلام بدرجة ملحوظة من الآخرين؟ أو على العكس من ذلك آثرة التململ والتحرك إلى درجة فوق العادة.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "49", + "Thoughts that you would be better off dead, or of hurting yourself in some way?", + "5723ae77-b752-404a-a5dd-5b1d8be222c4", + "", + "", + "Coded", + "", + "PHQ9", + "Thoughts that you would be better off dead, or of hurting yourself in some way?", + "Thoughts that you would be better off dead or of hurting yourself in some way", + "How often has the patient had thoughts that they would be better off dead or of hurting themself in some way.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001248", + "97", + "Thoughts that you would be better off dead or of hurting yourself in some way", + "", + "Coded", + "Question", + "167074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "97", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بتفضيل الموت عن الحياة أو بإيذاء النفس بطريقة ما.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "50", + "PHQ-9 score", + "5f3d618e-5c89-43bd-8c79-07e4e98c2f23", + "", + "Sum of all points from answers above", + "Numeric", + "", + "", + "PHQ-9 score", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-1429", + "", + "Patient Health Questionnaire 9", + "The PHQ-9 is a nine-item self-report measure of depressive symptoms. The brief measure has been used in multiple settings and validated among multiple cultural groups.", + " ", + "number", + "", + "", + "0", + "27", + "(no_interest === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : no_interest === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : no_interest === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (depressed === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : depressed === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : depressed==='163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (sleep === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : sleep === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : sleep === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (feelingTired === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : feelingTired === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : feelingTired === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) +(poorAppetite === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : poorAppetite === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : poorAppetite === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (troubled === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : troubled === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : troubled === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (feelingBad === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : feelingBad === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : feelingBad === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (speakingSlowly === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : speakingSlowly === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : speakingSlowly === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (betterDead === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : betterDead === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : betterDead === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0)", + "", + "", + "", + "", + "Arabic", + "PHQ9 النقاط", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "(Tooltip added) | OpenFn: integer in OpenMRS, coded in DHIS2 / or map with the Depression severity scale", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "51", + "Depression severity scale", + "ffead923-80bc-4afa-833d-7690f35bf5b0", + "", + "A patient is considered as having signs of depression if: The answer to at least one of the first two questions is “more than half the time” AND the question about difficulty at home, work and going along with others is answered at least “somewhat difficult”", + "Coded", + "", + "Depression severity scale", + "", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + "90", + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + "90", + "Found", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "select", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Rendering modified + Tooltip added", + "" + ], + [ + "Scores", + "CGI - Clinical Global Impression", + "52", + "CGI-S score", + "a1a75011-0fef-460a-b666-dda2d171f39b", + "CGI-S score - How mentally ill is the patient at this time?", + "", + "Coded", + "", + "CGI-S", + "CGI-S score - How mentally ill is the patient at this time?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-830", + "", + "Clinical GIobal Impression- Severity score", + "The patient's Clinical GIobal Impression severity score , ranging from 0 (not assesed) to 7 (very much worse).", + "", + "select", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قياس درجة الشدة (CGI-S): ما مدى شدة المرض النفسي لدى المريض في هذه الفترة؟", + "CGI", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "53", + "Positive functionality", + "00617df0-f2bb-4e9c-84b8-836c9d281a20", + "Positive functionality: Is the patient capable of being independent, caring for themselves (bathing/eating), going to work/school, etc.?", + "", + "Coded", + "", + "Yes-no", + "Positive functionality: Is the patient capable of being independent, caring for themselves (bathing/eating), going to work/school, etc.?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Not found in MSF and CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "القدرة الوظيفية: هل المريض قادر على أن يكون مستقلاً، وأن يعتني بنفسه (أن يستحم / يأكل)، وأن يذهب إلى العمل / المدرسة، إلخ.؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "54", + "Internal resources", + "021d9afe-7d46-406c-b450-c0cd1e251f79", + "Internal resources: Does the patient believe that they have the abilities needed to overcome the current problem / do they have hope for their future?", + "", + "Coded", + "", + "Yes-no", + "Internal resources: Does the patient believe that they have the abilities needed to overcome the current problem / do they have hope for their future?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الداخلية: هل يعتقد المريض أن لديه القدرات اللازمة لتجاوز المشكلة الحالية / هل لديه أمل في مستقبله؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "55", + "External resources", + "b745fc24-46ec-433b-8df6-78bbd6733472", + "External resources: Does the patient believe that they have someone who they can rely on for help in their lives?", + "", + "Coded", + "", + "Yes-no", + "External resources: Does the patient believe that they have someone who they can rely on for help in their lives?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الخارجية: هل يعتقد المريض أن لديه أحد يمكنه الاعتماد عليه، ويمكن أن يساعده في حياته؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "56", + "Spiritual / moral resources", + "e3babf1f-95da-4e30-9593-a37beeff8ef2", + "Spiritual / moral resources: Are the patient’s beliefs a source of strength for them when dealing with problems?", + "", + "Coded", + "", + "Yes-no", + "Spiritual / moral resources: Are the patient’s beliefs a source of strength for them when dealing with problems?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الروحية / المعنوية: هل معتقدات المريض مصدرُ قوة له عند التعامل مع المشاكل؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "57", + "Has the patient had thoughts of death or suicide?", + "c2664992-8a5a-4a6d-9238-5df591307d55", + "1. Has the patient had thoughts of death or suicide?", + "", + "Coded", + "", + "Yes-no", + "1. Has the patient had thoughts of death or suicide?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل راودت المريض أفكار عن الموت أو الانتحار؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient had thoughts of death or suicide?", + "OZViJk8FPVd", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Section name modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "58", + "Thoughts of death or suicide - Frequency", + "a590d345-65d1-4534-bfe4-375ef780e424", + "Frequency", + "", + "Text", + "", + "", + "Frequency", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + "255", + "", + "", + "", + "", + "Hide if [Has the patient had thoughts of death or suicide?] !== 'Yes'", + "", + "", + "", + "Arabic", + "درجة تواتر الفكرة", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "59", + "Has the patient hurt themselves / caused self-harm?", + "d3d978ab-da68-4672-ae0c-8270fa992a08", + "2. Has the patient hurt themselves / caused self-harm?", + "", + "Coded", + "", + "Yes-no", + "2. Has the patient hurt themselves / caused self-harm?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل قام المريض بأذية نفسه أو تسبب بأذيتها؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "60", + "Patient hurt themselves / caused self-harm - Type of behavior and frequency", + "8ab1ff08-c32d-4832-bc9d-5542be594d12", + "Type of behavior and frequency", + "", + "Text", + "", + "", + "Type of behavior and frequency", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + "255", + "", + "", + "", + "", + "Hide if [Has the patient hurt themselves / caused self-harm?] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع السلوك ودرجة تواتره", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "61", + "Has the patient attempted suicide or tried to kill themselves?", + "a6c5188c-29f0-4d3d-8cf5-7852998df86f", + "3. Has the patient attempted suicide or tried to kill themselves?", + "", + "Coded", + "", + "Yes-no", + "3. Has the patient attempted suicide or tried to kill themselves?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل حاول المريض الانتحار أو قتل نفسه؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient attempted suicide or tried to kill themselves?", + "dfdv3SkeXKe", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "62", + "Patient attempted suicide or tried to kill themselves - Number of attempts and method", + "667ebdfe-e989-4b56-8511-bb7a3165b327", + "Number of attempts and method", + "", + "Text", + "", + "", + "Number of attempts and method", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + "255", + "", + "", + "", + "", + "Hide if [Has the patient attempted suicide or tried to kill themselves?] !== 'Yes'", + "", + "", + "", + "Arabic", + "عدد المحاولات والأسلوب", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "63", + "Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "abede172-ba87-4ebe-8054-3afadb181ea3", + "4. Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "", + "Coded", + "", + "Yes-no", + "4. Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يمثل المريض في الوقت الحالي خطراً على نفسه، من حيث أنه قد يؤذي نفسه أو يحاول الانتحار؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "hWMBCCA2yy1", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "64", + "Patient currently at risk of hurting himself/herself or attempting suicide - Action taken to reduce risk ", + "58187804-7c6c-47bf-b9d4-d45effbb3665", + "Action taken to reduce risk ", + "", + "Text", + "", + "", + "Action taken to reduce risk ", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + "255", + "", + "", + "", + "", + "Hide if [Is the patient currently at risk of hurting himself/herself or attempting suicide?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراءات المتبعة للحد من الخطر", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "65", + "Is the patient currently at risk of hurting others?", + "ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab", + "5. Is the patient currently at risk of hurting others?", + "", + "Coded", + "", + "Yes-no", + "5. Is the patient currently at risk of hurting others?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يمثل المريض في الوقت الحالي خطراً على الآخرين، من حيث أنه قد يؤذيهم؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation - Is the patient currently at risk of hurting others", + "TWuCY5r2wx7", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "66", + "Patient currently at risk of hurting others - Action taken to reduce risk ", + "517ff456-6aa7-4deb-8526-c0773423632f", + "Action taken to reduce risk ", + "", + "Text", + "", + "", + "Action taken to reduce risk ", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + "255", + "", + "", + "", + "", + "Hide if [Is the patient currently at risk of hurting others?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراءات المتبعة للحد من الخطر", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "67", + "Does the patient regularly use alcohol / substances to become intoxicated?", + "d516de07-979b-411c-b7e4-bd09cf7d9d91", + "6. Does the patient regularly use alcohol / substances to become intoxicated?", + "", + "Coded", + "", + "Yes-no", + "6. Does the patient regularly use alcohol / substances to become intoxicated?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يتعاطى المريض الكحول / العقاقير لكي يثمل بشكل منتظم أو معتاد؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Does the patient regularly use alcohol / substances to become intoxicated?", + "QHrIUMhjZlO", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "68", + "Patient regularly uses alcohol / substances to become intoxicated - Type of substance and frequency ", + "7a62e58e-4f0f-4669-8d7c-51b5e21c5c4c", + "Type of substance and frequency ", + "", + "Text", + "", + "", + "Type of substance and frequency ", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + "255", + "", + "", + "", + "", + "Hide if [Does the patient regularly use alcohol / substances to become intoxicated?] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع العقار وانتظام تعاطيه", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "69", + "Is the patient currently on psychotropic / psychiatric medication?", + "5f5e126b-962f-4c92-96bc-cbb1f3f06ba3", + "7. Is the patient currently on psychotropic / psychiatric medication?", + "", + "Coded", + "", + "Yes-no", + "7. Is the patient currently on psychotropic / psychiatric medication?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل المريض يأخذ في الوقت الحالي أدوية علاج نفسي / مؤثرات عقلية؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "70", + "Patient currently on psychotropic / psychiatric medication - Prescribed by", + "d5d1e465-d663-44b4-b0e4-d9ce3eb1d5c2", + "Prescribed by", + "", + "Coded", + "", + "Medication prescribed by - MH", + "Prescribed by", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide if [Is the patient currently on psychotropic / psychiatric medication?] !== 'Yes'", + "", + "", + "", + "Arabic", + "قام بوصف الدواء", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "71", + "Has the patient experienced an act of aggression or violence?", + "3e97c2d0-15c1-4cfd-884f-7a4721079217", + "8. Has the patient experienced an act of aggression or violence?", + "", + "Coded", + "", + "Yes-no", + "8. Has the patient experienced an act of aggression or violence?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل المريض يأخذ في الوقت الحالي أدوية علاج نفسي / مؤثرات عقلية؟ ", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient experienced an act of aggression or violence?", + "H1fMCaOzr8F", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "72", + "Patient experienced an act of aggression or violence - What type(s) of violence?", + "d8c84af2-bd9b-4bf3-a815-81652cb0b0bc", + "What type(s) of violence?", + "", + "Coded", + "", + "Type of violence", + "What type(s) of violence?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، فأي نوع من", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip logic must be verified | OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "72", + "", + "", + "", + "", + "Coded", + "", + "Type of violence 2", + "", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "72", + "", + "", + "", + "", + "Coded", + "", + "Type of violence 3", + "", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "73", + "Type(s) of violence - If other, specify", + "d9b92c93-5017-4229-be19-2a0ebf9e9169", + "If other, specify", + "", + "Text", + "", + "", + "If other, specify", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + "255", + "", + "", + "", + "", + "Hide question if [Patient experienced an act of aggression or violence - What type(s) of violence?] !== 'Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "74", + "Patient experienced an act of aggression or violence - Time between violence event and consultation", + "aae000c3-5242-4e3c-bd1f-7e922a6d3d34", + "Time between violence event and consultation", + "", + "Coded", + "", + "Time between violence event and consultation", + "Time between violence event and consultation", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence?] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، المدة الزمنية بين حادث العنف والاستشارة", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "75", + "Would the patient like a referral to the medical department for treatment?", + "af302eef-4738-4337-b4b9-e154adbbab49", + "9. If yes, would the patient like a referral to the medical department for treatment (or midwife/maternity for sexual violence)?", + "", + "Coded", + "", + "Yes-no", + "9. If yes, would the patient like a referral to the medical department for treatment (or midwife/maternity for sexual violence)?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence?] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، فهل يرغب المريض بأن تتم إحالته إلى القسم الطبي من أجل تلقي العلاج (أو لمراجعة قابلة / أو أخصائية أمومة في حالة العنف الجنسي)؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "76", + "Patient would like a referral to the medical department for treatment - Action taken", + "30b0ac06-848f-4a86-93d7-c91debb8f2ad", + "Action taken", + "", + "Text", + "", + "", + "Action taken", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + "255", + "", + "", + "", + "", + "Hide question if [Would the patient like a referral to the medical department for treatment?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراء المتخذ", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "77", + "Past / Precipitating Events - Medical conditions", + "0d2523ea-f175-4f37-8ece-32c28c68367a", + "1. Medical conditions", + "", + "Coded", + "", + "Past / Precipitating Events - Medical conditions", + "1. Medical conditions", + "Medical condition", + "MH stressors category", + "Coded", + "Question", + "MSF-AAAAAA000000000000001209", + "90", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحالات الطبية", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "78", + "Past / Precipitating Events - Violence", + "9b3fb5d2-e40d-434d-a755-d136cee7d5f9", + "2. Violence", + "", + "Coded", + "", + "Past / Precipitating Events - Violence", + "2. Violence", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " العنف", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "79", + "Past / Precipitating Events - Separation or loss", + "edab07a2-b620-4e56-a079-af7fc9449039", + "3. Separation or loss", + "", + "Coded", + "", + "Past / Precipitating Events - Separation or loss", + "3. Separation or loss", + "", + "", + "", + "", + "", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "90", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانفصال او الفقد", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "80", + "Past / Precipitating Events - Disaster", + "4267a98b-e8c1-4471-8afa-928be2599f66", + "4. Disaster", + "", + "Coded", + "", + "Past / Precipitating Events - Disaster", + "4. Disaster", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكوارث", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "81", + "Past / Precipitating Events - Other", + "af96ffd7-e0f3-487f-98a0-ef4dee327b38", + "5. Other", + "", + "Coded", + "", + "Past / Precipitating Events - Other", + "5. Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "90", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "82", + "Past / Precipitating Events - If other, specify", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "If other, specify", + "", + "Text", + "", + "", + "If other, specify", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + "50", + "", + "", + "", + "", + "Hide question if [Past / Precipitating Events] !== '5.3 Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1 - If other, specify", + "m8qis4iUOTo", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "83", + "Main past or precipitating events - 1", + "d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608", + "", + "", + "Coded", + "", + "Past / precipitating events", + "Main past or precipitating events - 1", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الأولى", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Section renamed | The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "84", + "Main past or precipitating events - 2", + "54a9b20e-bce5-4d4a-8c9c-e0248a182586", + "", + "", + "Coded", + "", + "Past / precipitating events", + "Main past or precipitating events - 2", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الثانية", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "85", + "Main past or precipitating events - 3", + "e0d4e006-85b5-41cb-8a21-e013b1978b8b", + "", + "", + "Coded", + "", + "Past / precipitating events", + "Main past or precipitating events - 3", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الثالثة", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "86", + "Main category of precipitating event", + "c1a3ed2d-6d9a-453d-9d93-749164a76413", + "", + "", + "Coded", + "", + "Main category of precipitating event", + "Main category of precipitating event", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الحدث المحفز الرئيسي", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain the categories of the answers that have been selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "87", + "Relevant details of the past / precipitating events", + "2e6ca6a9-886e-483a-911f-92f6a16b11c9", + "", + "", + "Text", + "", + "", + "Relevant details of the past / precipitating events", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + "3000", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تفاصيل ذات صلة بالأحداث الماضية / المحفزة", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + "88", + "Overall goals for therapy", + "8bea5a61-73e6-40c1-af04-43dec63749a4", + "", + "What are you trying to accomplish over several sessions with the patient? Try to be specific & define these with the patient.", + "Text", + "", + "", + "Overall goals for therapy", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + "3000", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أهداف العلاج النفسي الإجمالية (ما الذي تحاول إنجازه على مدى عدة جلسات مع المريض؟ حاول أن تكون دقيقاً في طرحك، وقم بتحديد الإجابة مع المريض)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + "89", + "Today’s session", + "c0744459-b715-4a66-8d65-4bdaef3f90b7", + "Today’s Session (what did you do today in session?)", + "", + "Text", + "", + "", + "Today’s Session (what did you do today in session?)", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + "3000", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جلسة اليوم (ماذا فعلتم في جلسة اليوم؟)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + "90", + "Homework", + "8e7e0064-59c3-4440-b687-a253d7880c29", + "Homework (what will the patient do before next session?)", + "", + "Text", + "", + "", + "Homework (what will the patient do before next session?)", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-2915", + "", + "", + "Plan for next session", + "Specify topic and person informed (patient and/or caregiver)", + "textarea", + "3000", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المقرر المنزلي (ماذا سيفعل المريض قبل الجلسة القادمة؟)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "91", + "Follow up session required?", + "5f6e245c-83fc-421b-8d46-061ac773ae71", + "Follow up session required? (If no, fill the Exit form)", + "", + "Coded", + "", + "Yes-no", + "Follow up session required? (If no, fill the Exit form)", + "Follow up session", + "", + "N/A", + "Misc", + "f5dc7cdd-dc1b-4a83-8981-ec03b390149e", + "90", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-834", + "", + "", + "Follow-up need status", + "Does the patient need a follow up consultation", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جلسة المتابعة مطلوبة? (إذا كانت الإجابة لا، املأ نموذج الخروج)", + "المتابعة", + "BOOLEAN", + "Mental Health-Baseline consultation- Follow up session required", + "yCwuZ0htrlH", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "92", + "Set the next appointment date in Appointments module", + "", + "", + "", + "Text", + "", + "", + "Set the next appointment date in Appointments module", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "markdown", + "", + "", + "", + "", + "", + "Hide question if [Follow up session required] !== 'Yes'", + "", + "", + "", + "Arabic", + "تعيين تاريخ الموعد التالي في وحدة المواعيد", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Question replaced by a comment (markdown)", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "93", + "Referral done", + "6d3876be-0a27-466d-ad58-92edcc8c31fb", + "", + "", + "Coded", + "", + "Yes-no", + "Referral done", + "Referral", + "Patient was referred to another facility.", + "N/A", + "Misc", + "93eb9716-6866-4d13-9b8f-59c0a7605a11", + "90", + " ", + "", + "", + "", + "", + " ", + "Referral", + "", + "N/A", + "Misc", + "124073f0-1f67-419e-bf18-254db082406b", + "90", + "Found", + "Use MSF manual", + "Yes", + "MSF-2062", + "", + "", + "Referral", + "Patient was referred to another facility", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " تم إعادة إحالة المريض", + "المتابعة", + "BOOLEAN", + "Mental Health-Baseline consultation- Referral out done", + "RiiH9A53rvG", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "94", + "Type of referral", + "8fb3bb7d-c935-4b57-8444-1b953470e109", + "", + "", + "Coded", + "", + "Type of referral - MH", + "Type of referral", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL manual", + "Yes", + "", + "PIH-1272", + "Type of referral ordered", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Referral done] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع الإحالة", + "المتابعة", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "95", + "Type of referral - If other, specify", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "If other, specify", + "", + "Text", + "", + "", + "If other, specify", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + "255", + "", + "", + "", + "", + "Hide question if [Type of referral] !== 'Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "96", + "Reason for referral", + "b7fdcd18-fc30-4b5d-82b2-bb0eec31f0e4", + "", + "", + "Text", + "", + "", + "Reason for referral", + "Reason for referral", + "A list of concerns or other issues that led to the patient's referral.", + "Coded", + "Question", + "MSF-AAAAAA000000000000000461", + "95", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-62", + "", + "", + "", + "", + "text", + "255", + "", + "", + "", + "", + "Hide question if [Referral done] !== 'Yes'", + "", + "", + "", + "Arabic", + "أسباب الإحالة", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ] + ], + "formulas": [ + [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + " ", + "", + "", + "", + "", + "", + "Automatch Suggestions from CIEL Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from PIH Source", + "", + "", + "", + "", + "", + "", + "OCL ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "DHIS2", + "", + "", + "", + "", + "", + "", + "", + "OpenFn", + "", + "", + "", + "", + "", + "" + ], + [ + "Page", + "Section", + "Question #", + "Question", + "External ID", + "Label if different", + "Tooltip i", + "Datatype", + "Answer ID", + "OptionSet name", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL/PIH concept ID", + "OCL/PIH name", + "OCL/PIH definition", + "OCL/PIH Comments", + "Rendering", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Calculation", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation - Question", + "Translation - Section", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status" + ], + [ + "Consultation", + "Admission", + 1, + "Admission type", + "4dae5b12-070f-4153-b1ca-fbec906106e1", + "", + "", + "Coded", + "", + "Admission type - MH", + "=IF(ISBLANK(D3),\"\",IF(ISBLANK(F3),D3,F3))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P3<>\"\", V3<>\"\", AB3<>\"\", AG3<>\"\", AH3<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-2473", + "", + "Admission category", + "No DEF", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الدخول", + "دخول المريض", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "{always blank}", + "{always blank}", + "", + "(object.attributeName)", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Admission", + "=OFFSET(C4,-1,0)+IF(OR(D4=\"\",D4=OFFSET(D4,-1,0)),0,1)", + "Sex", + "ec42d68d-3e23-43de-b8c5-a03bb538e7c7", + "", + "", + "Coded", + "", + "Sex - Standard", + "=IF(ISBLANK(D4),\"\",IF(ISBLANK(F4),D4,F4))", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجنس", + "دخول المريض", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "Added" + ], + [ + "Consultation", + "Admission", + "=OFFSET(C5,-1,0)+IF(OR(D5=\"\",D5=OFFSET(D5,-1,0)),0,1)", + "How many people live with the patient?", + "58dec757-38d5-4c7b-9bd3-713d965f4883", + "", + "", + "Numeric", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "number", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كم شخصاً يعيش مع المريض؟", + "دخول المريض", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "Added" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C6,-1,0)+IF(OR(D6=\"\",D6=OFFSET(D6,-1,0)),0,1)", + "Type of consultation", + "1a8bf24f-4f36-4971-aad9-ae77f3525738", + "", + "", + "Coded", + "", + "Type of consultation - MHPSS baseline", + "=IF(ISBLANK(D6),\"\",IF(ISBLANK(F6),D6,F6))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P6<>\"\", V6<>\"\", AB6<>\"\", AG6<>\"\", AH6<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1314", + "", + "Type of therapeutic session", + "The type of activity/ session/consultation provided.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الاستشارة", + "بيانات الاستشارة", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C7,-1,0)+IF(OR(D7=\"\",D7=OFFSET(D7,-1,0)),0,1)", + "Total number of beneficiaries in family consultation", + "b87a93ff-a4a1-4601-b35d-1e42bfa7e194", + "", + "", + "Numeric", + "", + "", + "=IF(ISBLANK(D7),\"\",IF(ISBLANK(F7),D7,F7))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P7<>\"\", V7<>\"\", AB7<>\"\", AG7<>\"\", AH7<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Not found", + "number", + "", + "", + 0, + 99, + "", + "Hide question if [Type of consultation] !== 'Family'", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "بيانات الاستشارة", + "INTEGER", + "Mental Health-Baseline consultation- Total number of beneficiaries in family consultation", + "DMaLm9u4GCq", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C8,-1,0)+IF(OR(D8=\"\",D8=OFFSET(D8,-1,0)),0,1)", + "Consultation done by", + "722dd83a-c1cf-48ad-ac99-45ac131ccc96", + "", + "", + "Coded", + "", + "Consultation done by - MHPSS baseline", + "=IF(ISBLANK(D8),\"\",IF(ISBLANK(F8),D8,F8))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P8<>\"\", V8<>\"\", AB8<>\"\", AG8<>\"\", AH8<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-5507", + "Consultant", + "Form completed today by: Consultant", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشخص الذي قام بالاستجابة", + "بيانات الاستشارة", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Corresponds to roles but we keep the question here - improvements to be considered later (i.e. automatically populate on the basis of the role)", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C9,-1,0)+IF(OR(D9=\"\",D9=OFFSET(D9,-1,0)),0,1)", + "Location of intervention", + "82978311-bef9-46f9-9a9a-cc62254b00a6", + "", + "", + "Coded", + "", + "Location of intervention - MHPSS", + "=IF(ISBLANK(D9),\"\",IF(ISBLANK(F9),D9,F9))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P9<>\"\", V9<>\"\", AB9<>\"\", AG9<>\"\", AH9<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1297", + "", + "Intervention setting", + "The location in which the medical intervention takes place.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موقع الاستجابة", + "بيانات الاستشارة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C10,-1,0)+IF(OR(D10=\"\",D10=OFFSET(D10,-1,0)),0,1)", + "Location of intervention - If Health Facility, specify", + "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", + "Specify Health Facility", + "", + "Text", + "", + "", + "=IF(ISBLANK(D10),\"\",IF(ISBLANK(F10),D10,F10))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P10<>\"\", V10<>\"\", AB10<>\"\", AG10<>\"\", AH10<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Health facility'", + "", + "", + "", + "Arabic", + "اذا منشأة صحية، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If Health Facility, specify", + "CLGnlnFqqnk", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C11,-1,0)+IF(OR(D11=\"\",D11=OFFSET(D11,-1,0)),0,1)", + "Location of intervention - If MSF Health Facility, specify", + "41e68dee-a2a3-4e6c-9d96-53def5caff52", + "Specify MSF Health Facility", + "", + "Text", + "", + "", + "=IF(ISBLANK(D11),\"\",IF(ISBLANK(F11),D11,F11))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P11<>\"\", V11<>\"\", AB11<>\"\", AG11<>\"\", AH11<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'MSF health facility'", + "", + "", + "", + "Arabic", + "اذا منشأة صحية لأطباء بلا حدود، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If MSF Health Facility, specify", + "f64XCwzJW02", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C12,-1,0)+IF(OR(D12=\"\",D12=OFFSET(D12,-1,0)),0,1)", + "Location of intervention - If Mobile Clinic, specify", + "08cd4b4a-4b0b-4391-987b-b5b3d770d30f", + "Specify Mobile Clinic", + "", + "Text", + "", + "", + "=IF(ISBLANK(D12),\"\",IF(ISBLANK(F12),D12,F12))", + "Clinic", + "A health clinic.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000447", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P12<>\"\", V12<>\"\", AB12<>\"\", AG12<>\"\", AH12<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Mobile clinic'", + "", + "", + "", + "Arabic", + "اذا عيادات متنقلة، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If Mobile Clinic, specify", + "YeaUNruqmca", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C13,-1,0)+IF(OR(D13=\"\",D13=OFFSET(D13,-1,0)),0,1)", + "Type of intervention", + "82978311-bef9-46f9-9a9a-cc62254b00a6", + "", + "", + "Coded", + "", + "Type of Mental Health intervention - MHPSS", + "=IF(ISBLANK(D13),\"\",IF(ISBLANK(F13),D13,F13))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P13<>\"\", V13<>\"\", AB13<>\"\", AG13<>\"\", AH13<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-163311", + "Mental health interventions", + "No DEF", + "No answers in CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الاستجابة", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C14,-1,0)+IF(OR(D14=\"\",D14=OFFSET(D14,-1,0)),0,1)", + "Location of intervention - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(D14),\"\",IF(ISBLANK(F14),D14,F14))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P14<>\"\", V14<>\"\", AB14<>\"\", AG14<>\"\", AH14<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If other, specify", + "KjgDauY9v4J", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Referral source", + "=OFFSET(C15,-1,0)+IF(OR(D15=\"\",D15=OFFSET(D15,-1,0)),0,1)", + "Patient referred by", + "c3c86c1b-07be-4506-ab25-8f35f4389b19", + "", + "", + "Coded", + "", + "Patient referred by - MH", + "=IF(ISBLANK(D15),\"\",IF(ISBLANK(F15),D15,F15))", + "", + "", + "", + "", + "", + " ", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "=IF(OR(P15<>\"\", V15<>\"\", AB15<>\"\", AG15<>\"\", AH15<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1290", + "CIEL-164408", + "Source of initial patient referral", + "Where the patient was initially referred from.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تمت الإحالة من قسم ", + "تمت الإحالة من قسم", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Main problem or reason for referral", + "=OFFSET(C16,-1,0)+IF(OR(D16=\"\",D16=OFFSET(D16,-1,0)),0,1)", + "Main problem or reason for referral", + "53b450aa-d27c-4c2f-9a4e-98513bbe645f", + "", + "Why is the patient coming to the MH department? Write in patient’s words", + "Text", + "", + "", + "=IF(ISBLANK(D16),\"\",IF(ISBLANK(F16),D16,F16))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P16<>\"\", V16<>\"\", AB16<>\"\", AG16<>\"\", AH16<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-61", + "", + "Reason for referral", + "A list of concerns or other issues that led to the patient's referral.", + " ", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المشكلة الرئيسية أو سبب الإحالة", + "المشكلة الرئيسية أو سبب الإحالة (لماذا جاء هذا المريض إلى قسم رعاية الصحة النفسية؟ اكتب مستخدماً كلمات المريض)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C17,-1,0)+IF(OR(D17=\"\",D17=OFFSET(D17,-1,0)),0,1)", + "Current symptoms or complaints - 1. Psychosomatic", + "c899d33a-adde-4c70-ad65-2326b8843e3b", + "1. Psychosomatic", + "", + "Coded", + "", + "Current symptoms or complaints - Psychosomatic", + "=IF(ISBLANK(D17),\"\",IF(ISBLANK(F17),D17,F17))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P17<>\"\", V17<>\"\", AB17<>\"\", AG17<>\"\", AH17<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-459", + "", + "Psychosomatic problems", + "Any psychological condition that leads to physical symptoms, often without any clear medical explanation.", + "Don't create this item - for display only. Create only one multiple choice concept", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " المشكلة الرئيسية أو سبب الإحالة", + "المشكلة الرئيسية أو سبب الإحالة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The answers are missing under 1. Psychosomatic | Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C18,-1,0)+IF(OR(D18=\"\",D18=OFFSET(D18,-1,0)),0,1)", + "Current symptoms or complaints - 2. Depression related", + "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", + "2. Depression related", + "", + "Coded", + "", + "Current symptoms or complaints - Depression related", + "=IF(ISBLANK(D18),\"\",IF(ISBLANK(F18),D18,F18))", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "=IF(OR(P18<>\"\", V18<>\"\", AB18<>\"\", AG18<>\"\", AH18<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-1298", + "", + "Depression symptoms", + "The symptoms of depression experienced by the patient.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالاكتئاب", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C19,-1,0)+IF(OR(D19=\"\",D19=OFFSET(D19,-1,0)),0,1)", + "Current symptoms or complaints - 3. Anxiety related", + "241b3278-3803-478b-8484-70e2b17e5543", + "3. Anxiety related", + "", + "Coded", + "", + "Current symptoms or complaints - Anxiety related", + "=IF(ISBLANK(D19),\"\",IF(ISBLANK(F19),D19,F19))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P19<>\"\", V19<>\"\", AB19<>\"\", AG19<>\"\", AH19<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-819", + "", + "Anxiety symptoms", + "The patient is experiencing symptoms of anxiety, such as feeling restless, wound-up, on edge, easily fatigued, difficulty concentrating, irritable, having headaches, muscle aches, stomach aches, unexplained pains, difficulty controlling feelings of worry, or sleep problems such as difficulty falling alseep or staying alseep", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالقلق", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C20,-1,0)+IF(OR(D20=\"\",D20=OFFSET(D20,-1,0)),0,1)", + "Current symptoms or complaints - 4. Trauma related", + "3a0c003c-9149-4a5f-a236-ed5d61231950", + "4. Trauma related", + "", + "Coded", + "", + "Current symptoms or complaints - Trauma related", + "=IF(ISBLANK(D20),\"\",IF(ISBLANK(F20),D20,F20))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P20<>\"\", V20<>\"\", AB20<>\"\", AG20<>\"\", AH20<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-820", + "", + "Trauma-related symptoms", + "The patient is experiencing symptoms related to trauma, such as unpredictable emotions, flashbacks, strained relationships, headaches, or nausea\n", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالصدمة", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C21,-1,0)+IF(OR(D21=\"\",D21=OFFSET(D21,-1,0)),0,1)", + "Current symptoms or complaints - 5. Psychosis related", + "612c130a-0ae9-4565-af09-b5437334c742", + "5. Psychosis related", + "", + "Coded", + "", + "Current symptoms or complaints - Psychosis related", + "=IF(ISBLANK(D21),\"\",IF(ISBLANK(F21),D21,F21))", + "Psychosis", + "Mental disorder combining symptoms that result in an impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000696", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P21<>\"\", V21<>\"\", AB21<>\"\", AG21<>\"\", AH21<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-823", + "", + "Psychosis symptoms", + "The patient has symptoms of psychosis, such as changes in behavior, new trouble thinking clearly or concentrating, suspicousness, paranoid ideas, withdrawing socially, decline in self-care or personal hygiene, difficulty telling reality from fantasy, confused speech or trouble communicating.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالذهان", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C22,-1,0)+IF(OR(D22=\"\",D22=OFFSET(D22,-1,0)),0,1)", + "Current symptoms or complaints - 6. Neurocognitive problems", + "a5b552b6-44db-42f1-a436-6f2f12de471e", + "6. Neurocognitive problems", + "", + "Coded", + "", + "Current symptoms or complaints - Neurocognitive problems", + "=IF(ISBLANK(D22),\"\",IF(ISBLANK(F22),D22,F22))", + "Neurocognitive problem", + "Neurocognitive disorder", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001291", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P22<>\"\", V22<>\"\", AB22<>\"\", AG22<>\"\", AH22<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-825", + "", + "Neurocognitive symptoms", + "The patient has neurocognitive symtopms, such as agitation, confusion, dementia, or delirium.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عصبية إدراكية", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C23,-1,0)+IF(OR(D23=\"\",D23=OFFSET(D23,-1,0)),0,1)", + "Current symptoms or complaints - 7. Behavior problems", + "5b271a75-d44b-466a-8baf-71153dc1895c", + "7. Behavior problems", + "", + "Coded", + "", + "Current symptoms or complaints - Behavior problems", + "=IF(ISBLANK(D23),\"\",IF(ISBLANK(F23),D23,F23))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P23<>\"\", V23<>\"\", AB23<>\"\", AG23<>\"\", AH23<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-889", + "", + "Adult behavioral problem", + "Adult patient displays a behavioral problem", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في السلوكيات", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C24,-1,0)+IF(OR(D24=\"\",D24=OFFSET(D24,-1,0)),0,1)", + "Current symptoms or complaints - 8. Other symptoms", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8. Other symptoms", + "", + "Coded", + "", + "Current symptoms or complaints - Other symptoms", + "=IF(ISBLANK(D24),\"\",IF(ISBLANK(F24),D24,F24))", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P24<>\"\", V24<>\"\", AB24<>\"\", AG24<>\"\", AH24<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-7", + "", + "Other", + "A generic, descriptive, and non-coded response to a question", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعراض أخرى", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C25,-1,0)+IF(OR(D25=\"\",D25=OFFSET(D25,-1,0)),0,1)", + "Current symptoms or complaints - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(D25),\"\",IF(ISBLANK(F25),D25,F25))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P25<>\"\", V25<>\"\", AB25<>\"\", AG25<>\"\", AH25<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-2563", + "", + "Other findings description", + "No DEF", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Current symptoms or complaints] !== '8.1 Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "TEXT", + "Mental Health-Baseline consultation- If other symptoms 1, specify", + "pj5hIE6iyAR", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + "=OFFSET(C26,-1,0)+IF(OR(D26=\"\",D26=OFFSET(D26,-1,0)),0,1)", + "Clinical diagnosis", + "22809b19-54ca-4d88-8d26-9577637c184e", + "Clinical diagnosis (only to be established by a psychologist)", + "", + "Coded", + "", + "Clinical diagnosis - MH", + "=IF(ISBLANK(D26),\"\",IF(ISBLANK(F26),D26,F26))", + "", + "", + "", + "", + "", + " ", + "Clinical diagnosis", + "Case diagnosis based on clinical presentation without adequate laboratory confirmation. ", + "N/A", + "Misc", + "164398AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + " ", + "", + "", + "", + "", + "", + "=IF(OR(P26<>\"\", V26<>\"\", AB26<>\"\", AG26<>\"\", AH26<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1364", + "", + "Diagnosis", + "The identification of the problem(s) a patient is facing.", + " ", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "[Should be available only if provider = psychologist] -> NO + label modified", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + "=OFFSET(C27,-1,0)+IF(OR(D27=\"\",D27=OFFSET(D27,-1,0)),0,1)", + "", + "", + "", + "", + "", + "", + "", + "=IF(ISBLANK(D27),\"\",IF(ISBLANK(F27),D27,F27))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P27<>\"\", V27<>\"\", AB27<>\"\", AG27<>\"\", AH27<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "BOOLEAN", + "Mental Health-Baseline consultation- Diagnosis by Psychologist", + "pN4iQH4AEzk", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFN: need to populate the [Diagnosis by Psychologist] data element in DHIS2 with 'Yes' if the provider is a psychologist", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + "=OFFSET(C28,-1,0)+IF(OR(D28=\"\",D28=OFFSET(D28,-1,0)),0,1)", + "Clinical diagnosis - If other, specify", + "819f79e7-b9af-4afd-85d4-2ab677223113", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(D28),\"\",IF(ISBLANK(F28),D28,F28))", + "", + "", + "", + "", + "", + " ", + "Clinical diagnosis", + "Case diagnosis based on clinical presentation without adequate laboratory confirmation. ", + "N/A", + "Misc", + "164398AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Clinical", + "Generic clinical procedure", + "N/A", + "Procedure", + "12e0d20b-48b5-448c-871e-aba5f64a98ac", + 90, + "=IF(OR(P28<>\"\", V28<>\"\", AB28<>\"\", AG28<>\"\", AH28<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 50, + "", + "", + "", + "", + "Hide question if [Clinical diagnosis] !== '18. Other disorder'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "TEXT", + "Mental Health-Baseline consultation- Clinical diagnosis - If other, specify", + "W7cPAi8iXLZ", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C29,-1,0)+IF(OR(D29=\"\",D29=OFFSET(D29,-1,0)),0,1)", + "Current symptoms or complaints 1", + "45b39cbf-0fb2-4682-8544-8aaf3e07a744", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "=IF(ISBLANK(D29),\"\",IF(ISBLANK(F29),D29,F29))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P29<>\"\", V29<>\"\", AB29<>\"\", AG29<>\"\", AH29<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "See MSF-815, 'Main syndrom', but the MSF question only have the main categories as answers", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 1", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C30,-1,0)+IF(OR(D30=\"\",D30=OFFSET(D30,-1,0)),0,1)", + "Current symptoms or complaints 2", + "ee1b7973-e931-494e-a9cb-22b814b4d8ed", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "=IF(ISBLANK(D30),\"\",IF(ISBLANK(F30),D30,F30))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P30<>\"\", V30<>\"\", AB30<>\"\", AG30<>\"\", AH30<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Check if same as 1st complaint", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 2", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 2", + "RnbiVrrSFdm", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C31,-1,0)+IF(OR(D31=\"\",D31=OFFSET(D31,-1,0)),0,1)", + "Current symptoms or complaints 3", + "92a92f62-3ff6-4944-9ea9-a7af23949bad", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "=IF(ISBLANK(D31),\"\",IF(ISBLANK(F31),D31,F31))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P31<>\"\", V31<>\"\", AB31<>\"\", AG31<>\"\", AH31<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Check if same as 1st complaint", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 3", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 3", + "CUdI1BJ5W8G", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C32,-1,0)+IF(OR(D32=\"\",D32=OFFSET(D32,-1,0)),0,1)", + "Current symptoms or complaints - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(D32),\"\",IF(ISBLANK(F32),D32,F32))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P32<>\"\", V32<>\"\", AB32<>\"\", AG32<>\"\", AH32<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Current symptoms or complaints 1] !== '8.1 Other' and [Current symptoms or complaints 2] !== '8.1 Other' and [Current symptoms or complaints 3] !== '8.1 Other'", + "", + "", + "", + "Arabic", + "أخرى", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation- If other symptoms 1, specify", + "pj5hIE6iyAR", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "=OFFSET(C33,-1,0)+IF(OR(D33=\"\",D33=OFFSET(D33,-1,0)),0,1)", + "Main category of symptoms", + "9a8204ca-d908-4157-9285-7c970dbb5287", + "", + "", + "Coded", + "", + "Main category of symptoms - MH", + "=IF(ISBLANK(D33),\"\",IF(ISBLANK(F33),D33,F33))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P33<>\"\", V33<>\"\", AB33<>\"\", AG33<>\"\", AH33<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-815", + "", + "Main syndrome", + "What is the patient's primary syndrome from a coded list of answers.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تصنيف الاعراض والشكاوي", + " الأعراض أو الشكاوي الحالية (استمرار)", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain the categories of the answers that have been selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "=OFFSET(C34,-1,0)+IF(OR(D34=\"\",D34=OFFSET(D34,-1,0)),0,1)", + "Duration of the main symptom", + "3edcfddb-7988-4ce5-97a0-d4c46b267a04", + "", + "", + "Coded", + "", + "Duration of the main symptom - MH", + "=IF(ISBLANK(D34),\"\",IF(ISBLANK(F34),D34,F34))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P34<>\"\", V34<>\"\", AB34<>\"\", AG34<>\"\", AH34<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-1731", + "Sign / symptom duration", + "The numeric value of the duration of the sign or symptom.", + "Not found in MSF and CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المدة الزمنية للعرض الرئيسي", + " الأعراض أو الشكاوي الحالية (استمرار)", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "=OFFSET(C35,-1,0)+IF(OR(D35=\"\",D35=OFFSET(D35,-1,0)),0,1)", + "Important details of the main problem", + "4c9228b2-4ba2-4edb-8daf-31a824e5fa9a", + "Important details of the main problem: How long have they had the problem (significant events, etc.)?", + "", + "Text", + "", + "", + "=IF(ISBLANK(D35),\"\",IF(ISBLANK(F35),D35,F35))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P35<>\"\", V35<>\"\", AB35<>\"\", AG35<>\"\", AH35<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-162676", + "Symptom progression", + "Qualitative description of symptom progression or status.", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تفاصيل مهمة حول المشكلة الرئيسية: منذ متى يعاني المريض من المشكلة (ما هي بعض الأحداث الرئيسية، إلخ.)؟", + " الأعراض أو الشكاوي الحالية (استمرار)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "=OFFSET(C36,-1,0)+IF(OR(D36=\"\",D36=OFFSET(D36,-1,0)),0,1)", + "Patient presentation", + "ddf9cb24-f51a-485f-b059-76f307bf468f", + "", + "How do they look or speak / motor activity / mood / thoughts / perceptions? Is the patient oriented in time / space / person / recent events?", + "Text", + "", + "", + "=IF(ISBLANK(D36),\"\",IF(ISBLANK(F36),D36,F36))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P36<>\"\", V36<>\"\", AB36<>\"\", AG36<>\"\", AH36<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-163043", + "Mental status exam findings", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مظهر المريض: كيف يبدو أو يتحدث / نشاطه الحركي / حالته المزاجية / أفكاره / تصوراته؟ هل المريض واعي زمانياً / مكانياً / لشخصه / للأحداث الجارية؟", + " الأعراض أو الشكاوي الحالية (استمرار)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(C37,-1,0)+IF(OR(D37=\"\",D37=OFFSET(D37,-1,0)),0,1)", + "Did you have problems performing daily activities, such as cooking, bathing, or chores outside the household?", + "b5c4b6d2-c880-43c5-a250-8fe09c9e394c", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(D37),\"\",IF(ISBLANK(F37),D37,F37))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P37<>\"\", V37<>\"\", AB37<>\"\", AG37<>\"\", AH37<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت أي مشاكل عند اداء نشاطاتك اليومية, مثلا عند الطبخ, الاستحمام, او اداء المهام خارج المنزل؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(C38,-1,0)+IF(OR(D38=\"\",D38=OFFSET(D38,-1,0)),0,1)", + "Did you have problems getting along with family or friends?", + "b8968e50-436f-444e-8ab6-4b707fab090c", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(D38),\"\",IF(ISBLANK(F38),D38,F38))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P38<>\"\", V38<>\"\", AB38<>\"\", AG38<>\"\", AH38<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت مشاكل في التوافق مع العائلة أو الأصدقاء؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(C39,-1,0)+IF(OR(D39=\"\",D39=OFFSET(D39,-1,0)),0,1)", + "Did you have any problems sleeping, such as sleeping too much or not enough?", + "f44f52dd-6eda-4ca5-8375-61164bff5a32", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(D39),\"\",IF(ISBLANK(F39),D39,F39))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P39<>\"\", V39<>\"\", AB39<>\"\", AG39<>\"\", AH39<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت أي مشاكل بالنوم, مثلا نوم بشكل كثير او عدم النوم بشكل كافي؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(C40,-1,0)+IF(OR(D40=\"\",D40=OFFSET(D40,-1,0)),0,1)", + "Have you been bothered by unpleasant thoughts, worries or ideas?", + "9ba3837-cc74-4fe5-8be4-e439b02a1d62", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(D40),\"\",IF(ISBLANK(F40),D40,F40))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P40<>\"\", V40<>\"\", AB40<>\"\", AG40<>\"\", AH40<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل شعرت بالانزعاج من تفكير غير سار, قلق او افكار؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(C41,-1,0)+IF(OR(D41=\"\",D41=OFFSET(D41,-1,0)),0,1)", + "Have you felt sad or nervous?", + "79d37985-b959-49c2-a7b8-7fe1618d641b", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(D41),\"\",IF(ISBLANK(F41),D41,F41))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P41<>\"\", V41<>\"\", AB41<>\"\", AG41<>\"\", AH41<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل شعرت بالحزن او التوتر؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(C42,-1,0)+IF(OR(D42=\"\",D42=OFFSET(D42,-1,0)),0,1)", + "Have you been suffering?", + "802f0ec2-169f-41b7-ae83-2e8f2fc86e3a", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(D42),\"\",IF(ISBLANK(F42),D42,F42))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P42<>\"\", V42<>\"\", AB42<>\"\", AG42<>\"\", AH42<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل كنت تعاني؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(C43,-1,0)+IF(OR(D43=\"\",D43=OFFSET(D43,-1,0)),0,1)", + "MHOS score", + "b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df", + "", + "", + "Numeric", + "", + "", + "=IF(ISBLANK(D43),\"\",IF(ISBLANK(F43),D43,F43))", + "MHOS score at discharge", + "The score received on the MHOS scale at the time of discharge.", + "Numeric", + "Question", + "MSF-AAAAAA000000000000001721", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P43<>\"\", V43<>\"\", AB43<>\"\", AG43<>\"\", AH43<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-829", + "", + "Mental Health Outcome Scale", + "The patient's score on the Mental Health Outcome Scale", + "", + "number", + "", + "", + 0, + 65, + "(did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (did_you_have_problems_getting_along_with_family_or_friends_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : did_you_have_problems_getting_along_with_family_or_friends_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : did_you_have_problems_getting_along_with_family_or_friends_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : did_you_have_problems_getting_along_with_family_or_friends_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : did_you_have_problems_getting_along_with_family_or_friends_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (_did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_felt_sad_or_nervous_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_felt_sad_or_nervous_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_felt_sad_or_nervous_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_felt_sad_or_nervous_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_felt_sad_or_nervous_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_been_suffering_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_been_suffering_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_been_suffering_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_been_suffering_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_been_suffering_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0)", + "", + "Yes", + "", + "", + "Arabic", + "MHOS النقاط", + "خلال الاسبوع الماضي… (MHOS)", + "INTEGER", + "Mental Health-Baseline consultation - MHOS", + "MF3RML0HLbP", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C44,-1,0)+IF(OR(D44=\"\",D44=OFFSET(D44,-1,0)),0,1)", + "Little interest or pleasure in doing things?", + "eeac083f-9acd-4c04-bafc-b4266a02a3a3", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D44),\"\",IF(ISBLANK(F44),D44,F44))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Little interest or pleasure in doing things", + "Similar to CIEL:165537", + "Coded", + "Question", + "85bdc2d2-afaa-4d5e-bc6b-ee8277d160f1", + 95, + "=IF(OR(P44<>\"\", V44<>\"\", AB44<>\"\", AG44<>\"\", AH44<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة الاهتمام أو الاستمتاع بممارسة الأشياء", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C45,-1,0)+IF(OR(D45=\"\",D45=OFFSET(D45,-1,0)),0,1)", + "Feeling down, depressed, or hopeless?", + "0902dd6a-3f4e-422c-92eb-10e89cb783e2", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D45),\"\",IF(ISBLANK(F45),D45,F45))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Feeling down, depressed, or hopeless", + "Similar to CIEL:165536", + "Coded", + "Question", + "01bf95d6-bcd0-44fb-8752-3da72f71ab6d", + 94, + "=IF(OR(P45<>\"\", V45<>\"\", AB45<>\"\", AG45<>\"\", AH45<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالحزن أو ضيق الصدر أو اليأس", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C46,-1,0)+IF(OR(D46=\"\",D46=OFFSET(D46,-1,0)),0,1)", + "Trouble falling or staying asleep, or sleeping too much?", + "2ad5e737-fb27-44ea-bcf9-fafcbd7640fd", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D46),\"\",IF(ISBLANK(F46),D46,F46))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Trouble falling or staying asleep, or sleeping too much", + "Similar to CIEL:142371", + "Coded", + "Question", + "c85fc943-b747-4d72-a0a8-6ca2dc8fb568", + 96, + "=IF(OR(P46<>\"\", V46<>\"\", AB46<>\"\", AG46<>\"\", AH46<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصعوبة في الرآون إلى النوم أو النوم بانتظام أو النوم أآثر من العادة", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C47,-1,0)+IF(OR(D47=\"\",D47=OFFSET(D47,-1,0)),0,1)", + "Feeling tired or having little energy?", + "f899935f-13f0-472e-b1dd-569ead3c63f1", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D47),\"\",IF(ISBLANK(F47),D47,F47))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Feeling tired or having little energy", + "Similar to Tired (CIEL:124628)", + "Coded", + "Question", + "8a034046-5fea-4253-a105-3af86b0679fe", + 94, + "=IF(OR(P47<>\"\", V47<>\"\", AB47<>\"\", AG47<>\"\", AH47<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالتعب أو بقلة الحيوية.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C48,-1,0)+IF(OR(D48=\"\",D48=OFFSET(D48,-1,0)),0,1)", + "Poor appetite or overeating?", + "48177433-e9c0-43b7-be27-7d4992723e01", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D48),\"\",IF(ISBLANK(F48),D48,F48))", + "", + "", + "", + "", + "", + " ", + "Poor appetite", + "Abnormally reduced appetite. Clinical manifestation consisting of a physiopathological lack or loss of appetite accompanied by an aversion to food and the inability to eat.", + "N/A", + "Symptom/Finding", + "6031AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poor appetite or overeating", + "Adapted from PHQ-9 question 5 for Compañeros en Salud. The standard PHQ-9 question is \"Poor appetite or overeating.\"", + "Coded", + "Question", + "a34eb8de-4272-4da5-b785-6462dfb97cc2", + 92, + "=IF(OR(P48<>\"\", V48<>\"\", AB48<>\"\", AG48<>\"\", AH48<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة الشهية أو آثرة الأآل.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C49,-1,0)+IF(OR(D49=\"\",D49=OFFSET(D49,-1,0)),0,1)", + "Feeling bad about yourself - or that you are a failure or have let yourself or your family down?", + "eb14c9f6-8c32-4cbb-a595-66ffd72b8cdb", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D49),\"\",IF(ISBLANK(F49),D49,F49))", + "Feeling bad about yourself or that you're a failure or have let yourself or your family down", + "How often has the patient felt bad about themself or that they're a failure or have let themself or their family down.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001245", + 95, + "Feeling bad about yourself or that you're a failure or have let yourself or your family down", + "", + "Coded", + "Question", + "167071AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + " ", + "", + "", + "", + "", + "", + "=IF(OR(P49<>\"\", V49<>\"\", AB49<>\"\", AG49<>\"\", AH49<>\"\"), \"Found\", \"Missing\")", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بعدم الرضا عن النفس أو بالفشل أو الإحباط تجاه ذويك.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C50,-1,0)+IF(OR(D50=\"\",D50=OFFSET(D50,-1,0)),0,1)", + "Trouble concentrating on things, such as reading the newspaper or watching television?", + "2bf607e1-85f3-4514-9e07-e3f8caabbc57", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D50),\"\",IF(ISBLANK(F50),D50,F50))", + "Trouble concentrating on things such as reading the newspaper or watching television", + "How often has the patient had trouble concentrating on things such as reading the newspaper or watching television.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001246", + 97, + "Trouble concentrating on things such as reading the newspaper or watching television", + "", + "Coded", + "Question", + "167072AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + " ", + "", + "", + "", + "", + "", + "=IF(OR(P50<>\"\", V50<>\"\", AB50<>\"\", AG50<>\"\", AH50<>\"\"), \"Found\", \"Missing\")", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصعوبة في الترآيز على الأشياء، مثل قراءة الصحف أو مشاهدة التليفزيون.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C51,-1,0)+IF(OR(D51=\"\",D51=OFFSET(D51,-1,0)),0,1)", + "Moving or speaking so slowly that other people could have noticed? Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual?", + "50fb199e-410c-40d4-bbd9-44f641d4421d", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D51),\"\",IF(ISBLANK(F51),D51,F51))", + "Moving or speaking so slowly that other people could have noticed or being so fidgety or restless that you have been moving around lot more than usual", + "How often has the patient been moving or speaking so slowly that other people could have noticed or being so fidgety or restless that they have been moving around lot more than usual.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001247", + 93, + "Moving or speaking so slowly that other people could have noticed or being so fidgety or restless that you have been moving around lot more than usual", + "", + "Coded", + "Question", + "167073AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 93, + " ", + "", + "", + "", + "", + "", + "=IF(OR(P51<>\"\", V51<>\"\", AB51<>\"\", AG51<>\"\", AH51<>\"\"), \"Found\", \"Missing\")", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بطء في الحرآة أو الكلام بدرجة ملحوظة من الآخرين؟ أو على العكس من ذلك آثرة التململ والتحرك إلى درجة فوق العادة.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C52,-1,0)+IF(OR(D52=\"\",D52=OFFSET(D52,-1,0)),0,1)", + "Thoughts that you would be better off dead, or of hurting yourself in some way?", + "5723ae77-b752-404a-a5dd-5b1d8be222c4", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D52),\"\",IF(ISBLANK(F52),D52,F52))", + "Thoughts that you would be better off dead or of hurting yourself in some way", + "How often has the patient had thoughts that they would be better off dead or of hurting themself in some way.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001248", + 97, + "Thoughts that you would be better off dead or of hurting yourself in some way", + "", + "Coded", + "Question", + "167074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + " ", + "", + "", + "", + "", + "", + "=IF(OR(P52<>\"\", V52<>\"\", AB52<>\"\", AG52<>\"\", AH52<>\"\"), \"Found\", \"Missing\")", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بتفضيل الموت عن الحياة أو بإيذاء النفس بطريقة ما.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C53,-1,0)+IF(OR(D53=\"\",D53=OFFSET(D53,-1,0)),0,1)", + "PHQ-9 score", + "5f3d618e-5c89-43bd-8c79-07e4e98c2f23", + "", + "Sum of all points from answers above", + "Numeric", + "", + "", + "=IF(ISBLANK(D53),\"\",IF(ISBLANK(F53),D53,F53))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P53<>\"\", V53<>\"\", AB53<>\"\", AG53<>\"\", AH53<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1429", + "", + "Patient Health Questionnaire 9", + "The PHQ-9 is a nine-item self-report measure of depressive symptoms. The brief measure has been used in multiple settings and validated among multiple cultural groups.", + " ", + "number", + "", + "", + 0, + 27, + "(no_interest === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : no_interest === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : no_interest === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (depressed === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : depressed === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : depressed==='163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (sleep === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : sleep === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : sleep === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (feelingTired === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : feelingTired === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : feelingTired === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) +(poorAppetite === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : poorAppetite === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : poorAppetite === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (troubled === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : troubled === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : troubled === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (feelingBad === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : feelingBad === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : feelingBad === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (speakingSlowly === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : speakingSlowly === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : speakingSlowly === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (betterDead === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : betterDead === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : betterDead === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0)", + "", + "", + "", + "", + "Arabic", + "PHQ9 النقاط", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "(Tooltip added) | OpenFn: integer in OpenMRS, coded in DHIS2 / or map with the Depression severity scale", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C54,-1,0)+IF(OR(D54=\"\",D54=OFFSET(D54,-1,0)),0,1)", + "Depression severity scale", + "ffead923-80bc-4afa-833d-7690f35bf5b0", + "", + "A patient is considered as having signs of depression if: The answer to at least one of the first two questions is “more than half the time” AND the question about difficulty at home, work and going along with others is answered at least “somewhat difficult”", + "Coded", + "", + "Depression severity scale", + "", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "=IF(OR(P54<>\"\", V54<>\"\", AB54<>\"\", AG54<>\"\", AH54<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "select", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Rendering modified + Tooltip added", + "" + ], + [ + "Scores", + "CGI - Clinical Global Impression", + "=OFFSET(C55,-1,0)+IF(OR(D55=\"\",D55=OFFSET(D55,-1,0)),0,1)", + "CGI-S score", + "a1a75011-0fef-460a-b666-dda2d171f39b", + "CGI-S score - How mentally ill is the patient at this time?", + "", + "Coded", + "", + "CGI-S", + "=IF(ISBLANK(D55),\"\",IF(ISBLANK(F55),D55,F55))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P55<>\"\", V55<>\"\", AB55<>\"\", AG55<>\"\", AH55<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-830", + "", + "Clinical GIobal Impression- Severity score", + "The patient's Clinical GIobal Impression severity score , ranging from 0 (not assesed) to 7 (very much worse).", + "", + "select", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قياس درجة الشدة (CGI-S): ما مدى شدة المرض النفسي لدى المريض في هذه الفترة؟", + "CGI", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "=OFFSET(C56,-1,0)+IF(OR(D56=\"\",D56=OFFSET(D56,-1,0)),0,1)", + "Positive functionality", + "00617df0-f2bb-4e9c-84b8-836c9d281a20", + "Positive functionality: Is the patient capable of being independent, caring for themselves (bathing/eating), going to work/school, etc.?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D56),\"\",IF(ISBLANK(F56),D56,F56))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P56<>\"\", V56<>\"\", AB56<>\"\", AG56<>\"\", AH56<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Not found in MSF and CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "القدرة الوظيفية: هل المريض قادر على أن يكون مستقلاً، وأن يعتني بنفسه (أن يستحم / يأكل)، وأن يذهب إلى العمل / المدرسة، إلخ.؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "=OFFSET(C57,-1,0)+IF(OR(D57=\"\",D57=OFFSET(D57,-1,0)),0,1)", + "Internal resources", + "021d9afe-7d46-406c-b450-c0cd1e251f79", + "Internal resources: Does the patient believe that they have the abilities needed to overcome the current problem / do they have hope for their future?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D57),\"\",IF(ISBLANK(F57),D57,F57))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P57<>\"\", V57<>\"\", AB57<>\"\", AG57<>\"\", AH57<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الداخلية: هل يعتقد المريض أن لديه القدرات اللازمة لتجاوز المشكلة الحالية / هل لديه أمل في مستقبله؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "=OFFSET(C58,-1,0)+IF(OR(D58=\"\",D58=OFFSET(D58,-1,0)),0,1)", + "External resources", + "b745fc24-46ec-433b-8df6-78bbd6733472", + "External resources: Does the patient believe that they have someone who they can rely on for help in their lives?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D58),\"\",IF(ISBLANK(F58),D58,F58))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P58<>\"\", V58<>\"\", AB58<>\"\", AG58<>\"\", AH58<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الخارجية: هل يعتقد المريض أن لديه أحد يمكنه الاعتماد عليه، ويمكن أن يساعده في حياته؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "=OFFSET(C59,-1,0)+IF(OR(D59=\"\",D59=OFFSET(D59,-1,0)),0,1)", + "Spiritual / moral resources", + "e3babf1f-95da-4e30-9593-a37beeff8ef2", + "Spiritual / moral resources: Are the patient’s beliefs a source of strength for them when dealing with problems?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D59),\"\",IF(ISBLANK(F59),D59,F59))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P59<>\"\", V59<>\"\", AB59<>\"\", AG59<>\"\", AH59<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الروحية / المعنوية: هل معتقدات المريض مصدرُ قوة له عند التعامل مع المشاكل؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C60,-1,0)+IF(OR(D60=\"\",D60=OFFSET(D60,-1,0)),0,1)", + "Has the patient had thoughts of death or suicide?", + "c2664992-8a5a-4a6d-9238-5df591307d55", + "1. Has the patient had thoughts of death or suicide?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D60),\"\",IF(ISBLANK(F60),D60,F60))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P60<>\"\", V60<>\"\", AB60<>\"\", AG60<>\"\", AH60<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل راودت المريض أفكار عن الموت أو الانتحار؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient had thoughts of death or suicide?", + "OZViJk8FPVd", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Section name modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C61,-1,0)+IF(OR(D61=\"\",D61=OFFSET(D61,-1,0)),0,1)", + "Thoughts of death or suicide - Frequency", + "a590d345-65d1-4534-bfe4-375ef780e424", + "Frequency", + "", + "Text", + "", + "", + "=IF(ISBLANK(D61),\"\",IF(ISBLANK(F61),D61,F61))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P61<>\"\", V61<>\"\", AB61<>\"\", AG61<>\"\", AH61<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Has the patient had thoughts of death or suicide?] !== 'Yes'", + "", + "", + "", + "Arabic", + "درجة تواتر الفكرة", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C62,-1,0)+IF(OR(D62=\"\",D62=OFFSET(D62,-1,0)),0,1)", + "Has the patient hurt themselves / caused self-harm?", + "d3d978ab-da68-4672-ae0c-8270fa992a08", + "2. Has the patient hurt themselves / caused self-harm?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D62),\"\",IF(ISBLANK(F62),D62,F62))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P62<>\"\", V62<>\"\", AB62<>\"\", AG62<>\"\", AH62<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل قام المريض بأذية نفسه أو تسبب بأذيتها؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C63,-1,0)+IF(OR(D63=\"\",D63=OFFSET(D63,-1,0)),0,1)", + "Patient hurt themselves / caused self-harm - Type of behavior and frequency", + "8ab1ff08-c32d-4832-bc9d-5542be594d12", + "Type of behavior and frequency", + "", + "Text", + "", + "", + "=IF(ISBLANK(D63),\"\",IF(ISBLANK(F63),D63,F63))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P63<>\"\", V63<>\"\", AB63<>\"\", AG63<>\"\", AH63<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Has the patient hurt themselves / caused self-harm?] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع السلوك ودرجة تواتره", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C64,-1,0)+IF(OR(D64=\"\",D64=OFFSET(D64,-1,0)),0,1)", + "Has the patient attempted suicide or tried to kill themselves?", + "a6c5188c-29f0-4d3d-8cf5-7852998df86f", + "3. Has the patient attempted suicide or tried to kill themselves?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D64),\"\",IF(ISBLANK(F64),D64,F64))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P64<>\"\", V64<>\"\", AB64<>\"\", AG64<>\"\", AH64<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل حاول المريض الانتحار أو قتل نفسه؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient attempted suicide or tried to kill themselves?", + "dfdv3SkeXKe", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C65,-1,0)+IF(OR(D65=\"\",D65=OFFSET(D65,-1,0)),0,1)", + "Patient attempted suicide or tried to kill themselves - Number of attempts and method", + "667ebdfe-e989-4b56-8511-bb7a3165b327", + "Number of attempts and method", + "", + "Text", + "", + "", + "=IF(ISBLANK(D65),\"\",IF(ISBLANK(F65),D65,F65))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P65<>\"\", V65<>\"\", AB65<>\"\", AG65<>\"\", AH65<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Has the patient attempted suicide or tried to kill themselves?] !== 'Yes'", + "", + "", + "", + "Arabic", + "عدد المحاولات والأسلوب", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C66,-1,0)+IF(OR(D66=\"\",D66=OFFSET(D66,-1,0)),0,1)", + "Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "abede172-ba87-4ebe-8054-3afadb181ea3", + "4. Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D66),\"\",IF(ISBLANK(F66),D66,F66))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P66<>\"\", V66<>\"\", AB66<>\"\", AG66<>\"\", AH66<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يمثل المريض في الوقت الحالي خطراً على نفسه، من حيث أنه قد يؤذي نفسه أو يحاول الانتحار؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "hWMBCCA2yy1", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C67,-1,0)+IF(OR(D67=\"\",D67=OFFSET(D67,-1,0)),0,1)", + "Patient currently at risk of hurting himself/herself or attempting suicide - Action taken to reduce risk ", + "58187804-7c6c-47bf-b9d4-d45effbb3665", + "Action taken to reduce risk ", + "", + "Text", + "", + "", + "=IF(ISBLANK(D67),\"\",IF(ISBLANK(F67),D67,F67))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P67<>\"\", V67<>\"\", AB67<>\"\", AG67<>\"\", AH67<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Is the patient currently at risk of hurting himself/herself or attempting suicide?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراءات المتبعة للحد من الخطر", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C68,-1,0)+IF(OR(D68=\"\",D68=OFFSET(D68,-1,0)),0,1)", + "Is the patient currently at risk of hurting others?", + "ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab", + "5. Is the patient currently at risk of hurting others?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D68),\"\",IF(ISBLANK(F68),D68,F68))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P68<>\"\", V68<>\"\", AB68<>\"\", AG68<>\"\", AH68<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يمثل المريض في الوقت الحالي خطراً على الآخرين، من حيث أنه قد يؤذيهم؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation - Is the patient currently at risk of hurting others", + "TWuCY5r2wx7", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C69,-1,0)+IF(OR(D69=\"\",D69=OFFSET(D69,-1,0)),0,1)", + "Patient currently at risk of hurting others - Action taken to reduce risk ", + "517ff456-6aa7-4deb-8526-c0773423632f", + "Action taken to reduce risk ", + "", + "Text", + "", + "", + "=IF(ISBLANK(D69),\"\",IF(ISBLANK(F69),D69,F69))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P69<>\"\", V69<>\"\", AB69<>\"\", AG69<>\"\", AH69<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Is the patient currently at risk of hurting others?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراءات المتبعة للحد من الخطر", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C70,-1,0)+IF(OR(D70=\"\",D70=OFFSET(D70,-1,0)),0,1)", + "Does the patient regularly use alcohol / substances to become intoxicated?", + "d516de07-979b-411c-b7e4-bd09cf7d9d91", + "6. Does the patient regularly use alcohol / substances to become intoxicated?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D70),\"\",IF(ISBLANK(F70),D70,F70))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P70<>\"\", V70<>\"\", AB70<>\"\", AG70<>\"\", AH70<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يتعاطى المريض الكحول / العقاقير لكي يثمل بشكل منتظم أو معتاد؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Does the patient regularly use alcohol / substances to become intoxicated?", + "QHrIUMhjZlO", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C71,-1,0)+IF(OR(D71=\"\",D71=OFFSET(D71,-1,0)),0,1)", + "Patient regularly uses alcohol / substances to become intoxicated - Type of substance and frequency ", + "7a62e58e-4f0f-4669-8d7c-51b5e21c5c4c", + "Type of substance and frequency ", + "", + "Text", + "", + "", + "=IF(ISBLANK(D71),\"\",IF(ISBLANK(F71),D71,F71))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P71<>\"\", V71<>\"\", AB71<>\"\", AG71<>\"\", AH71<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Does the patient regularly use alcohol / substances to become intoxicated?] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع العقار وانتظام تعاطيه", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C72,-1,0)+IF(OR(D72=\"\",D72=OFFSET(D72,-1,0)),0,1)", + "Is the patient currently on psychotropic / psychiatric medication?", + "5f5e126b-962f-4c92-96bc-cbb1f3f06ba3", + "7. Is the patient currently on psychotropic / psychiatric medication?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D72),\"\",IF(ISBLANK(F72),D72,F72))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P72<>\"\", V72<>\"\", AB72<>\"\", AG72<>\"\", AH72<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل المريض يأخذ في الوقت الحالي أدوية علاج نفسي / مؤثرات عقلية؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C73,-1,0)+IF(OR(D73=\"\",D73=OFFSET(D73,-1,0)),0,1)", + "Patient currently on psychotropic / psychiatric medication - Prescribed by", + "d5d1e465-d663-44b4-b0e4-d9ce3eb1d5c2", + "Prescribed by", + "", + "Coded", + "", + "Medication prescribed by - MH", + "=IF(ISBLANK(D73),\"\",IF(ISBLANK(F73),D73,F73))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P73<>\"\", V73<>\"\", AB73<>\"\", AG73<>\"\", AH73<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide if [Is the patient currently on psychotropic / psychiatric medication?] !== 'Yes'", + "", + "", + "", + "Arabic", + "قام بوصف الدواء", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C74,-1,0)+IF(OR(D74=\"\",D74=OFFSET(D74,-1,0)),0,1)", + "Has the patient experienced an act of aggression or violence?", + "3e97c2d0-15c1-4cfd-884f-7a4721079217", + "8. Has the patient experienced an act of aggression or violence?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D74),\"\",IF(ISBLANK(F74),D74,F74))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P74<>\"\", V74<>\"\", AB74<>\"\", AG74<>\"\", AH74<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل المريض يأخذ في الوقت الحالي أدوية علاج نفسي / مؤثرات عقلية؟ ", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient experienced an act of aggression or violence?", + "H1fMCaOzr8F", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C75,-1,0)+IF(OR(D75=\"\",D75=OFFSET(D75,-1,0)),0,1)", + "Patient experienced an act of aggression or violence - What type(s) of violence?", + "d8c84af2-bd9b-4bf3-a815-81652cb0b0bc", + "What type(s) of violence?", + "", + "Coded", + "", + "Type of violence", + "=IF(ISBLANK(D75),\"\",IF(ISBLANK(F75),D75,F75))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P75<>\"\", V75<>\"\", AB75<>\"\", AG75<>\"\", AH75<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، فأي نوع من", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip logic must be verified | OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C76,-1,0)+IF(OR(D76=\"\",D76=OFFSET(D76,-1,0)),0,1)", + "", + "", + "", + "", + "Coded", + "", + "Type of violence 2", + "=IF(ISBLANK(D76),\"\",IF(ISBLANK(F76),D76,F76))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P76<>\"\", V76<>\"\", AB76<>\"\", AG76<>\"\", AH76<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C77,-1,0)+IF(OR(D77=\"\",D77=OFFSET(D77,-1,0)),0,1)", + "", + "", + "", + "", + "Coded", + "", + "Type of violence 3", + "=IF(ISBLANK(D77),\"\",IF(ISBLANK(F77),D77,F77))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P77<>\"\", V77<>\"\", AB77<>\"\", AG77<>\"\", AH77<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C78,-1,0)+IF(OR(D78=\"\",D78=OFFSET(D78,-1,0)),0,1)", + "Type(s) of violence - If other, specify", + "d9b92c93-5017-4229-be19-2a0ebf9e9169", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(D78),\"\",IF(ISBLANK(F78),D78,F78))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P78<>\"\", V78<>\"\", AB78<>\"\", AG78<>\"\", AH78<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "=\"Hide question if [\"&D75&\"] !== 'Other'\"", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C79,-1,0)+IF(OR(D79=\"\",D79=OFFSET(D79,-1,0)),0,1)", + "Patient experienced an act of aggression or violence - Time between violence event and consultation", + "aae000c3-5242-4e3c-bd1f-7e922a6d3d34", + "Time between violence event and consultation", + "", + "Coded", + "", + "Time between violence event and consultation", + "=IF(ISBLANK(D79),\"\",IF(ISBLANK(F79),D79,F79))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P79<>\"\", V79<>\"\", AB79<>\"\", AG79<>\"\", AH79<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence?] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، المدة الزمنية بين حادث العنف والاستشارة", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C80,-1,0)+IF(OR(D80=\"\",D80=OFFSET(D80,-1,0)),0,1)", + "Would the patient like a referral to the medical department for treatment?", + "af302eef-4738-4337-b4b9-e154adbbab49", + "9. If yes, would the patient like a referral to the medical department for treatment (or midwife/maternity for sexual violence)?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D80),\"\",IF(ISBLANK(F80),D80,F80))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P80<>\"\", V80<>\"\", AB80<>\"\", AG80<>\"\", AH80<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence?] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، فهل يرغب المريض بأن تتم إحالته إلى القسم الطبي من أجل تلقي العلاج (أو لمراجعة قابلة / أو أخصائية أمومة في حالة العنف الجنسي)؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C81,-1,0)+IF(OR(D81=\"\",D81=OFFSET(D81,-1,0)),0,1)", + "Patient would like a referral to the medical department for treatment - Action taken", + "30b0ac06-848f-4a86-93d7-c91debb8f2ad", + "Action taken", + "", + "Text", + "", + "", + "=IF(ISBLANK(D81),\"\",IF(ISBLANK(F81),D81,F81))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P81<>\"\", V81<>\"\", AB81<>\"\", AG81<>\"\", AH81<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Would the patient like a referral to the medical department for treatment?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراء المتخذ", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(C82,-1,0)+IF(OR(D82=\"\",D82=OFFSET(D82,-1,0)),0,1)", + "Past / Precipitating Events - Medical conditions", + "0d2523ea-f175-4f37-8ece-32c28c68367a", + "1. Medical conditions", + "", + "Coded", + "", + "Past / Precipitating Events - Medical conditions", + "=IF(ISBLANK(D82),\"\",IF(ISBLANK(F82),D82,F82))", + "Medical condition", + "MH stressors category", + "Coded", + "Question", + "MSF-AAAAAA000000000000001209", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P82<>\"\", V82<>\"\", AB82<>\"\", AG82<>\"\", AH82<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحالات الطبية", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(C83,-1,0)+IF(OR(D83=\"\",D83=OFFSET(D83,-1,0)),0,1)", + "Past / Precipitating Events - Violence", + "9b3fb5d2-e40d-434d-a755-d136cee7d5f9", + "2. Violence", + "", + "Coded", + "", + "Past / Precipitating Events - Violence", + "=IF(ISBLANK(D83),\"\",IF(ISBLANK(F83),D83,F83))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P83<>\"\", V83<>\"\", AB83<>\"\", AG83<>\"\", AH83<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " العنف", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(C84,-1,0)+IF(OR(D84=\"\",D84=OFFSET(D84,-1,0)),0,1)", + "Past / Precipitating Events - Separation or loss", + "edab07a2-b620-4e56-a079-af7fc9449039", + "3. Separation or loss", + "", + "Coded", + "", + "Past / Precipitating Events - Separation or loss", + "=IF(ISBLANK(D84),\"\",IF(ISBLANK(F84),D84,F84))", + "", + "", + "", + "", + "", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + " ", + "", + "", + "", + "", + "", + "=IF(OR(P84<>\"\", V84<>\"\", AB84<>\"\", AG84<>\"\", AH84<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانفصال او الفقد", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(C85,-1,0)+IF(OR(D85=\"\",D85=OFFSET(D85,-1,0)),0,1)", + "Past / Precipitating Events - Disaster", + "4267a98b-e8c1-4471-8afa-928be2599f66", + "4. Disaster", + "", + "Coded", + "", + "Past / Precipitating Events - Disaster", + "=IF(ISBLANK(D85),\"\",IF(ISBLANK(F85),D85,F85))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P85<>\"\", V85<>\"\", AB85<>\"\", AG85<>\"\", AH85<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكوارث", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(C86,-1,0)+IF(OR(D86=\"\",D86=OFFSET(D86,-1,0)),0,1)", + "Past / Precipitating Events - Other", + "af96ffd7-e0f3-487f-98a0-ef4dee327b38", + "5. Other", + "", + "Coded", + "", + "Past / Precipitating Events - Other", + "=IF(ISBLANK(D86),\"\",IF(ISBLANK(F86),D86,F86))", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P86<>\"\", V86<>\"\", AB86<>\"\", AG86<>\"\", AH86<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(C87,-1,0)+IF(OR(D87=\"\",D87=OFFSET(D87,-1,0)),0,1)", + "Past / Precipitating Events - If other, specify", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "If other, specify", + "", + "Text", + "=IF(H87=\"Coded\",IF(D87<>OFFSET(D87,-1,0),1,MAXIFS(INDIRECT(\"G$1:G\"&ROW()-1),INDIRECT(\"A$1:A\"&ROW()-1),A87,INDIRECT(\"D$1:D\"&ROW()-1),D87)+1),\"\")", + "", + "=IF(ISBLANK(D87),\"\",IF(ISBLANK(F87),D87,F87))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P87<>\"\", V87<>\"\", AB87<>\"\", AG87<>\"\", AH87<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 50, + "", + "", + "", + "", + "Hide question if [Past / Precipitating Events] !== '5.3 Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1 - If other, specify", + "m8qis4iUOTo", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C88,-1,0)+IF(OR(D88=\"\",D88=OFFSET(D88,-1,0)),0,1)", + "Main past or precipitating events - 1", + "d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608", + "", + "", + "Coded", + "", + "Past / precipitating events", + "=IF(ISBLANK(D88),\"\",IF(ISBLANK(F88),D88,F88))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P88<>\"\", V88<>\"\", AB88<>\"\", AG88<>\"\", AH88<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الأولى", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Section renamed | The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C89,-1,0)+IF(OR(D89=\"\",D89=OFFSET(D89,-1,0)),0,1)", + "Main past or precipitating events - 2", + "54a9b20e-bce5-4d4a-8c9c-e0248a182586", + "", + "", + "Coded", + "", + "Past / precipitating events", + "=IF(ISBLANK(D89),\"\",IF(ISBLANK(F89),D89,F89))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P89<>\"\", V89<>\"\", AB89<>\"\", AG89<>\"\", AH89<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الثانية", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C90,-1,0)+IF(OR(D90=\"\",D90=OFFSET(D90,-1,0)),0,1)", + "Main past or precipitating events - 3", + "e0d4e006-85b5-41cb-8a21-e013b1978b8b", + "", + "", + "Coded", + "", + "Past / precipitating events", + "=IF(ISBLANK(D90),\"\",IF(ISBLANK(F90),D90,F90))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P90<>\"\", V90<>\"\", AB90<>\"\", AG90<>\"\", AH90<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الثالثة", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C91,-1,0)+IF(OR(D91=\"\",D91=OFFSET(D91,-1,0)),0,1)", + "Main category of precipitating event", + "c1a3ed2d-6d9a-453d-9d93-749164a76413", + "", + "", + "Coded", + "", + "Main category of precipitating event", + "=IF(ISBLANK(D91),\"\",IF(ISBLANK(F91),D91,F91))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P91<>\"\", V91<>\"\", AB91<>\"\", AG91<>\"\", AH91<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الحدث المحفز الرئيسي", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain the categories of the answers that have been selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C92,-1,0)+IF(OR(D92=\"\",D92=OFFSET(D92,-1,0)),0,1)", + "Relevant details of the past / precipitating events", + "2e6ca6a9-886e-483a-911f-92f6a16b11c9", + "", + "", + "Text", + "", + "", + "=IF(ISBLANK(D92),\"\",IF(ISBLANK(F92),D92,F92))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P92<>\"\", V92<>\"\", AB92<>\"\", AG92<>\"\", AH92<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تفاصيل ذات صلة بالأحداث الماضية / المحفزة", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + "=OFFSET(C93,-1,0)+IF(OR(D93=\"\",D93=OFFSET(D93,-1,0)),0,1)", + "Overall goals for therapy", + "8bea5a61-73e6-40c1-af04-43dec63749a4", + "", + "What are you trying to accomplish over several sessions with the patient? Try to be specific & define these with the patient.", + "Text", + "", + "", + "=IF(ISBLANK(D93),\"\",IF(ISBLANK(F93),D93,F93))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P93<>\"\", V93<>\"\", AB93<>\"\", AG93<>\"\", AH93<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أهداف العلاج النفسي الإجمالية (ما الذي تحاول إنجازه على مدى عدة جلسات مع المريض؟ حاول أن تكون دقيقاً في طرحك، وقم بتحديد الإجابة مع المريض)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + "=OFFSET(C94,-1,0)+IF(OR(D94=\"\",D94=OFFSET(D94,-1,0)),0,1)", + "Today’s session", + "c0744459-b715-4a66-8d65-4bdaef3f90b7", + "Today’s Session (what did you do today in session?)", + "", + "Text", + "", + "", + "=IF(ISBLANK(D94),\"\",IF(ISBLANK(F94),D94,F94))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P94<>\"\", V94<>\"\", AB94<>\"\", AG94<>\"\", AH94<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جلسة اليوم (ماذا فعلتم في جلسة اليوم؟)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + "=OFFSET(C95,-1,0)+IF(OR(D95=\"\",D95=OFFSET(D95,-1,0)),0,1)", + "Homework", + "8e7e0064-59c3-4440-b687-a253d7880c29", + "Homework (what will the patient do before next session?)", + "", + "Text", + "", + "", + "=IF(ISBLANK(D95),\"\",IF(ISBLANK(F95),D95,F95))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P95<>\"\", V95<>\"\", AB95<>\"\", AG95<>\"\", AH95<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-2915", + "", + "", + "Plan for next session", + "Specify topic and person informed (patient and/or caregiver)", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المقرر المنزلي (ماذا سيفعل المريض قبل الجلسة القادمة؟)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(C96,-1,0)+IF(OR(D96=\"\",D96=OFFSET(D96,-1,0)),0,1)", + "Follow up session required?", + "5f6e245c-83fc-421b-8d46-061ac773ae71", + "Follow up session required? (If no, fill the Exit form)", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D96),\"\",IF(ISBLANK(F96),D96,F96))", + "Follow up session", + "", + "N/A", + "Misc", + "f5dc7cdd-dc1b-4a83-8981-ec03b390149e", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P96<>\"\", V96<>\"\", AB96<>\"\", AG96<>\"\", AH96<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-834", + "", + "", + "Follow-up need status", + "Does the patient need a follow up consultation", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جلسة المتابعة مطلوبة? (إذا كانت الإجابة لا، املأ نموذج الخروج)", + "المتابعة", + "BOOLEAN", + "Mental Health-Baseline consultation- Follow up session required", + "yCwuZ0htrlH", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(C97,-1,0)+IF(OR(D97=\"\",D97=OFFSET(D97,-1,0)),0,1)", + "Set the next appointment date in Appointments module", + "", + "", + "", + "Text", + "=IF(H97=\"Coded\",IF(D97<>OFFSET(D97,-1,0),1,MAXIFS(INDIRECT(\"G$1:G\"&ROW()-1),INDIRECT(\"A$1:A\"&ROW()-1),A97,INDIRECT(\"D$1:D\"&ROW()-1),D97)+1),\"\")", + "", + "=IF(ISBLANK(D97),\"\",IF(ISBLANK(F97),D97,F97))", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "markdown", + "", + "", + "", + "", + "", + "Hide question if [Follow up session required] !== 'Yes'", + "", + "", + "", + "Arabic", + "تعيين تاريخ الموعد التالي في وحدة المواعيد", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Question replaced by a comment (markdown)", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(C98,-1,0)+IF(OR(D98=\"\",D98=OFFSET(D98,-1,0)),0,1)", + "Referral done", + "6d3876be-0a27-466d-ad58-92edcc8c31fb", + "", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D98),\"\",IF(ISBLANK(F98),D98,F98))", + "Referral", + "Patient was referred to another facility.", + "N/A", + "Misc", + "93eb9716-6866-4d13-9b8f-59c0a7605a11", + 90, + " ", + "", + "", + "", + "", + " ", + "Referral", + "", + "N/A", + "Misc", + "124073f0-1f67-419e-bf18-254db082406b", + 90, + "=IF(OR(P98<>\"\", V98<>\"\", AB98<>\"\", AG98<>\"\", AH98<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-2062", + "", + "", + "Referral", + "Patient was referred to another facility", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " تم إعادة إحالة المريض", + "المتابعة", + "BOOLEAN", + "Mental Health-Baseline consultation- Referral out done", + "RiiH9A53rvG", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(C99,-1,0)+IF(OR(D99=\"\",D99=OFFSET(D99,-1,0)),0,1)", + "Type of referral", + "8fb3bb7d-c935-4b57-8444-1b953470e109", + "", + "", + "Coded", + "", + "Type of referral - MH", + "=IF(ISBLANK(D99),\"\",IF(ISBLANK(F99),D99,F99))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P99<>\"\", V99<>\"\", AB99<>\"\", AG99<>\"\", AH99<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "PIH-1272", + "Type of referral ordered", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Referral done] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع الإحالة", + "المتابعة", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(C100,-1,0)+IF(OR(D100=\"\",D100=OFFSET(D100,-1,0)),0,1)", + "Type of referral - If other, specify", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(D100),\"\",IF(ISBLANK(F100),D100,F100))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P100<>\"\", V100<>\"\", AB100<>\"\", AG100<>\"\", AH100<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Type of referral] !== 'Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(C101,-1,0)+IF(OR(D101=\"\",D101=OFFSET(D101,-1,0)),0,1)", + "Reason for referral", + "b7fdcd18-fc30-4b5d-82b2-bb0eec31f0e4", + "", + "", + "Text", + "", + "", + "=IF(ISBLANK(D101),\"\",IF(ISBLANK(F101),D101,F101))", + "Reason for referral", + "A list of concerns or other issues that led to the patient's referral.", + "Coded", + "Question", + "MSF-AAAAAA000000000000000461", + 95, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P101<>\"\", V101<>\"\", AB101<>\"\", AG101<>\"\", AH101<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-62", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Referral done] !== 'Yes'", + "", + "", + "", + "Arabic", + "أسباب الإحالة", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ] + ], + "formulasLocal": [ + [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + " ", + "", + "", + "", + "", + "", + "Automatch Suggestions from CIEL Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from PIH Source", + "", + "", + "", + "", + "", + "", + "OCL ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "DHIS2", + "", + "", + "", + "", + "", + "", + "", + "OpenFn", + "", + "", + "", + "", + "", + "" + ], + [ + "Page", + "Section", + "Question #", + "Question", + "External ID", + "Label if different", + "Tooltip i", + "Datatype", + "Answer ID", + "OptionSet name", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL/PIH concept ID", + "OCL/PIH name", + "OCL/PIH definition", + "OCL/PIH Comments", + "Rendering", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Calculation", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation - Question", + "Translation - Section", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status" + ], + [ + "Consultation", + "Admission", + 1, + "Admission type", + "4dae5b12-070f-4153-b1ca-fbec906106e1", + "", + "", + "Coded", + "", + "Admission type - MH", + "=IF(ISBLANK(D3),\"\",IF(ISBLANK(F3),D3,F3))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P3<>\"\", V3<>\"\", AB3<>\"\", AG3<>\"\", AH3<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-2473", + "", + "Admission category", + "No DEF", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الدخول", + "دخول المريض", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "{always blank}", + "{always blank}", + "", + "(object.attributeName)", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Admission", + "=OFFSET(C4,-1,0)+IF(OR(D4=\"\",D4=OFFSET(D4,-1,0)),0,1)", + "Sex", + "ec42d68d-3e23-43de-b8c5-a03bb538e7c7", + "", + "", + "Coded", + "", + "Sex - Standard", + "=IF(ISBLANK(D4),\"\",IF(ISBLANK(F4),D4,F4))", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجنس", + "دخول المريض", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "Added" + ], + [ + "Consultation", + "Admission", + "=OFFSET(C5,-1,0)+IF(OR(D5=\"\",D5=OFFSET(D5,-1,0)),0,1)", + "How many people live with the patient?", + "58dec757-38d5-4c7b-9bd3-713d965f4883", + "", + "", + "Numeric", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "number", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كم شخصاً يعيش مع المريض؟", + "دخول المريض", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "Added" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C6,-1,0)+IF(OR(D6=\"\",D6=OFFSET(D6,-1,0)),0,1)", + "Type of consultation", + "1a8bf24f-4f36-4971-aad9-ae77f3525738", + "", + "", + "Coded", + "", + "Type of consultation - MHPSS baseline", + "=IF(ISBLANK(D6),\"\",IF(ISBLANK(F6),D6,F6))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P6<>\"\", V6<>\"\", AB6<>\"\", AG6<>\"\", AH6<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1314", + "", + "Type of therapeutic session", + "The type of activity/ session/consultation provided.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الاستشارة", + "بيانات الاستشارة", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C7,-1,0)+IF(OR(D7=\"\",D7=OFFSET(D7,-1,0)),0,1)", + "Total number of beneficiaries in family consultation", + "b87a93ff-a4a1-4601-b35d-1e42bfa7e194", + "", + "", + "Numeric", + "", + "", + "=IF(ISBLANK(D7),\"\",IF(ISBLANK(F7),D7,F7))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P7<>\"\", V7<>\"\", AB7<>\"\", AG7<>\"\", AH7<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Not found", + "number", + "", + "", + 0, + 99, + "", + "Hide question if [Type of consultation] !== 'Family'", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "بيانات الاستشارة", + "INTEGER", + "Mental Health-Baseline consultation- Total number of beneficiaries in family consultation", + "DMaLm9u4GCq", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C8,-1,0)+IF(OR(D8=\"\",D8=OFFSET(D8,-1,0)),0,1)", + "Consultation done by", + "722dd83a-c1cf-48ad-ac99-45ac131ccc96", + "", + "", + "Coded", + "", + "Consultation done by - MHPSS baseline", + "=IF(ISBLANK(D8),\"\",IF(ISBLANK(F8),D8,F8))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P8<>\"\", V8<>\"\", AB8<>\"\", AG8<>\"\", AH8<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-5507", + "Consultant", + "Form completed today by: Consultant", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشخص الذي قام بالاستجابة", + "بيانات الاستشارة", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Corresponds to roles but we keep the question here - improvements to be considered later (i.e. automatically populate on the basis of the role)", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C9,-1,0)+IF(OR(D9=\"\",D9=OFFSET(D9,-1,0)),0,1)", + "Location of intervention", + "82978311-bef9-46f9-9a9a-cc62254b00a6", + "", + "", + "Coded", + "", + "Location of intervention - MHPSS", + "=IF(ISBLANK(D9),\"\",IF(ISBLANK(F9),D9,F9))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P9<>\"\", V9<>\"\", AB9<>\"\", AG9<>\"\", AH9<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1297", + "", + "Intervention setting", + "The location in which the medical intervention takes place.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موقع الاستجابة", + "بيانات الاستشارة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C10,-1,0)+IF(OR(D10=\"\",D10=OFFSET(D10,-1,0)),0,1)", + "Location of intervention - If Health Facility, specify", + "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", + "Specify Health Facility", + "", + "Text", + "", + "", + "=IF(ISBLANK(D10),\"\",IF(ISBLANK(F10),D10,F10))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P10<>\"\", V10<>\"\", AB10<>\"\", AG10<>\"\", AH10<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Health facility'", + "", + "", + "", + "Arabic", + "اذا منشأة صحية، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If Health Facility, specify", + "CLGnlnFqqnk", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C11,-1,0)+IF(OR(D11=\"\",D11=OFFSET(D11,-1,0)),0,1)", + "Location of intervention - If MSF Health Facility, specify", + "41e68dee-a2a3-4e6c-9d96-53def5caff52", + "Specify MSF Health Facility", + "", + "Text", + "", + "", + "=IF(ISBLANK(D11),\"\",IF(ISBLANK(F11),D11,F11))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P11<>\"\", V11<>\"\", AB11<>\"\", AG11<>\"\", AH11<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'MSF health facility'", + "", + "", + "", + "Arabic", + "اذا منشأة صحية لأطباء بلا حدود، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If MSF Health Facility, specify", + "f64XCwzJW02", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C12,-1,0)+IF(OR(D12=\"\",D12=OFFSET(D12,-1,0)),0,1)", + "Location of intervention - If Mobile Clinic, specify", + "08cd4b4a-4b0b-4391-987b-b5b3d770d30f", + "Specify Mobile Clinic", + "", + "Text", + "", + "", + "=IF(ISBLANK(D12),\"\",IF(ISBLANK(F12),D12,F12))", + "Clinic", + "A health clinic.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000447", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P12<>\"\", V12<>\"\", AB12<>\"\", AG12<>\"\", AH12<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Mobile clinic'", + "", + "", + "", + "Arabic", + "اذا عيادات متنقلة، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If Mobile Clinic, specify", + "YeaUNruqmca", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C13,-1,0)+IF(OR(D13=\"\",D13=OFFSET(D13,-1,0)),0,1)", + "Type of intervention", + "82978311-bef9-46f9-9a9a-cc62254b00a6", + "", + "", + "Coded", + "", + "Type of Mental Health intervention - MHPSS", + "=IF(ISBLANK(D13),\"\",IF(ISBLANK(F13),D13,F13))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P13<>\"\", V13<>\"\", AB13<>\"\", AG13<>\"\", AH13<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-163311", + "Mental health interventions", + "No DEF", + "No answers in CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الاستجابة", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(C14,-1,0)+IF(OR(D14=\"\",D14=OFFSET(D14,-1,0)),0,1)", + "Location of intervention - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(D14),\"\",IF(ISBLANK(F14),D14,F14))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P14<>\"\", V14<>\"\", AB14<>\"\", AG14<>\"\", AH14<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If other, specify", + "KjgDauY9v4J", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Referral source", + "=OFFSET(C15,-1,0)+IF(OR(D15=\"\",D15=OFFSET(D15,-1,0)),0,1)", + "Patient referred by", + "c3c86c1b-07be-4506-ab25-8f35f4389b19", + "", + "", + "Coded", + "", + "Patient referred by - MH", + "=IF(ISBLANK(D15),\"\",IF(ISBLANK(F15),D15,F15))", + "", + "", + "", + "", + "", + " ", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "=IF(OR(P15<>\"\", V15<>\"\", AB15<>\"\", AG15<>\"\", AH15<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1290", + "CIEL-164408", + "Source of initial patient referral", + "Where the patient was initially referred from.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تمت الإحالة من قسم ", + "تمت الإحالة من قسم", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Main problem or reason for referral", + "=OFFSET(C16,-1,0)+IF(OR(D16=\"\",D16=OFFSET(D16,-1,0)),0,1)", + "Main problem or reason for referral", + "53b450aa-d27c-4c2f-9a4e-98513bbe645f", + "", + "Why is the patient coming to the MH department? Write in patient’s words", + "Text", + "", + "", + "=IF(ISBLANK(D16),\"\",IF(ISBLANK(F16),D16,F16))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P16<>\"\", V16<>\"\", AB16<>\"\", AG16<>\"\", AH16<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-61", + "", + "Reason for referral", + "A list of concerns or other issues that led to the patient's referral.", + " ", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المشكلة الرئيسية أو سبب الإحالة", + "المشكلة الرئيسية أو سبب الإحالة (لماذا جاء هذا المريض إلى قسم رعاية الصحة النفسية؟ اكتب مستخدماً كلمات المريض)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C17,-1,0)+IF(OR(D17=\"\",D17=OFFSET(D17,-1,0)),0,1)", + "Current symptoms or complaints - 1. Psychosomatic", + "c899d33a-adde-4c70-ad65-2326b8843e3b", + "1. Psychosomatic", + "", + "Coded", + "", + "Current symptoms or complaints - Psychosomatic", + "=IF(ISBLANK(D17),\"\",IF(ISBLANK(F17),D17,F17))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P17<>\"\", V17<>\"\", AB17<>\"\", AG17<>\"\", AH17<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-459", + "", + "Psychosomatic problems", + "Any psychological condition that leads to physical symptoms, often without any clear medical explanation.", + "Don't create this item - for display only. Create only one multiple choice concept", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " المشكلة الرئيسية أو سبب الإحالة", + "المشكلة الرئيسية أو سبب الإحالة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The answers are missing under 1. Psychosomatic | Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C18,-1,0)+IF(OR(D18=\"\",D18=OFFSET(D18,-1,0)),0,1)", + "Current symptoms or complaints - 2. Depression related", + "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", + "2. Depression related", + "", + "Coded", + "", + "Current symptoms or complaints - Depression related", + "=IF(ISBLANK(D18),\"\",IF(ISBLANK(F18),D18,F18))", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "=IF(OR(P18<>\"\", V18<>\"\", AB18<>\"\", AG18<>\"\", AH18<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-1298", + "", + "Depression symptoms", + "The symptoms of depression experienced by the patient.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالاكتئاب", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C19,-1,0)+IF(OR(D19=\"\",D19=OFFSET(D19,-1,0)),0,1)", + "Current symptoms or complaints - 3. Anxiety related", + "241b3278-3803-478b-8484-70e2b17e5543", + "3. Anxiety related", + "", + "Coded", + "", + "Current symptoms or complaints - Anxiety related", + "=IF(ISBLANK(D19),\"\",IF(ISBLANK(F19),D19,F19))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P19<>\"\", V19<>\"\", AB19<>\"\", AG19<>\"\", AH19<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-819", + "", + "Anxiety symptoms", + "The patient is experiencing symptoms of anxiety, such as feeling restless, wound-up, on edge, easily fatigued, difficulty concentrating, irritable, having headaches, muscle aches, stomach aches, unexplained pains, difficulty controlling feelings of worry, or sleep problems such as difficulty falling alseep or staying alseep", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالقلق", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C20,-1,0)+IF(OR(D20=\"\",D20=OFFSET(D20,-1,0)),0,1)", + "Current symptoms or complaints - 4. Trauma related", + "3a0c003c-9149-4a5f-a236-ed5d61231950", + "4. Trauma related", + "", + "Coded", + "", + "Current symptoms or complaints - Trauma related", + "=IF(ISBLANK(D20),\"\",IF(ISBLANK(F20),D20,F20))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P20<>\"\", V20<>\"\", AB20<>\"\", AG20<>\"\", AH20<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-820", + "", + "Trauma-related symptoms", + "The patient is experiencing symptoms related to trauma, such as unpredictable emotions, flashbacks, strained relationships, headaches, or nausea\n", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالصدمة", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C21,-1,0)+IF(OR(D21=\"\",D21=OFFSET(D21,-1,0)),0,1)", + "Current symptoms or complaints - 5. Psychosis related", + "612c130a-0ae9-4565-af09-b5437334c742", + "5. Psychosis related", + "", + "Coded", + "", + "Current symptoms or complaints - Psychosis related", + "=IF(ISBLANK(D21),\"\",IF(ISBLANK(F21),D21,F21))", + "Psychosis", + "Mental disorder combining symptoms that result in an impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000696", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P21<>\"\", V21<>\"\", AB21<>\"\", AG21<>\"\", AH21<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-823", + "", + "Psychosis symptoms", + "The patient has symptoms of psychosis, such as changes in behavior, new trouble thinking clearly or concentrating, suspicousness, paranoid ideas, withdrawing socially, decline in self-care or personal hygiene, difficulty telling reality from fantasy, confused speech or trouble communicating.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالذهان", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C22,-1,0)+IF(OR(D22=\"\",D22=OFFSET(D22,-1,0)),0,1)", + "Current symptoms or complaints - 6. Neurocognitive problems", + "a5b552b6-44db-42f1-a436-6f2f12de471e", + "6. Neurocognitive problems", + "", + "Coded", + "", + "Current symptoms or complaints - Neurocognitive problems", + "=IF(ISBLANK(D22),\"\",IF(ISBLANK(F22),D22,F22))", + "Neurocognitive problem", + "Neurocognitive disorder", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001291", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P22<>\"\", V22<>\"\", AB22<>\"\", AG22<>\"\", AH22<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-825", + "", + "Neurocognitive symptoms", + "The patient has neurocognitive symtopms, such as agitation, confusion, dementia, or delirium.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عصبية إدراكية", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C23,-1,0)+IF(OR(D23=\"\",D23=OFFSET(D23,-1,0)),0,1)", + "Current symptoms or complaints - 7. Behavior problems", + "5b271a75-d44b-466a-8baf-71153dc1895c", + "7. Behavior problems", + "", + "Coded", + "", + "Current symptoms or complaints - Behavior problems", + "=IF(ISBLANK(D23),\"\",IF(ISBLANK(F23),D23,F23))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P23<>\"\", V23<>\"\", AB23<>\"\", AG23<>\"\", AH23<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-889", + "", + "Adult behavioral problem", + "Adult patient displays a behavioral problem", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في السلوكيات", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C24,-1,0)+IF(OR(D24=\"\",D24=OFFSET(D24,-1,0)),0,1)", + "Current symptoms or complaints - 8. Other symptoms", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8. Other symptoms", + "", + "Coded", + "", + "Current symptoms or complaints - Other symptoms", + "=IF(ISBLANK(D24),\"\",IF(ISBLANK(F24),D24,F24))", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P24<>\"\", V24<>\"\", AB24<>\"\", AG24<>\"\", AH24<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-7", + "", + "Other", + "A generic, descriptive, and non-coded response to a question", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعراض أخرى", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(C25,-1,0)+IF(OR(D25=\"\",D25=OFFSET(D25,-1,0)),0,1)", + "Current symptoms or complaints - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(D25),\"\",IF(ISBLANK(F25),D25,F25))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P25<>\"\", V25<>\"\", AB25<>\"\", AG25<>\"\", AH25<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-2563", + "", + "Other findings description", + "No DEF", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Current symptoms or complaints] !== '8.1 Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "TEXT", + "Mental Health-Baseline consultation- If other symptoms 1, specify", + "pj5hIE6iyAR", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + "=OFFSET(C26,-1,0)+IF(OR(D26=\"\",D26=OFFSET(D26,-1,0)),0,1)", + "Clinical diagnosis", + "22809b19-54ca-4d88-8d26-9577637c184e", + "Clinical diagnosis (only to be established by a psychologist)", + "", + "Coded", + "", + "Clinical diagnosis - MH", + "=IF(ISBLANK(D26),\"\",IF(ISBLANK(F26),D26,F26))", + "", + "", + "", + "", + "", + " ", + "Clinical diagnosis", + "Case diagnosis based on clinical presentation without adequate laboratory confirmation. ", + "N/A", + "Misc", + "164398AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + " ", + "", + "", + "", + "", + "", + "=IF(OR(P26<>\"\", V26<>\"\", AB26<>\"\", AG26<>\"\", AH26<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1364", + "", + "Diagnosis", + "The identification of the problem(s) a patient is facing.", + " ", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "[Should be available only if provider = psychologist] -> NO + label modified", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + "=OFFSET(C27,-1,0)+IF(OR(D27=\"\",D27=OFFSET(D27,-1,0)),0,1)", + "", + "", + "", + "", + "", + "", + "", + "=IF(ISBLANK(D27),\"\",IF(ISBLANK(F27),D27,F27))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P27<>\"\", V27<>\"\", AB27<>\"\", AG27<>\"\", AH27<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "BOOLEAN", + "Mental Health-Baseline consultation- Diagnosis by Psychologist", + "pN4iQH4AEzk", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFN: need to populate the [Diagnosis by Psychologist] data element in DHIS2 with 'Yes' if the provider is a psychologist", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + "=OFFSET(C28,-1,0)+IF(OR(D28=\"\",D28=OFFSET(D28,-1,0)),0,1)", + "Clinical diagnosis - If other, specify", + "819f79e7-b9af-4afd-85d4-2ab677223113", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(D28),\"\",IF(ISBLANK(F28),D28,F28))", + "", + "", + "", + "", + "", + " ", + "Clinical diagnosis", + "Case diagnosis based on clinical presentation without adequate laboratory confirmation. ", + "N/A", + "Misc", + "164398AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Clinical", + "Generic clinical procedure", + "N/A", + "Procedure", + "12e0d20b-48b5-448c-871e-aba5f64a98ac", + 90, + "=IF(OR(P28<>\"\", V28<>\"\", AB28<>\"\", AG28<>\"\", AH28<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 50, + "", + "", + "", + "", + "Hide question if [Clinical diagnosis] !== '18. Other disorder'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "TEXT", + "Mental Health-Baseline consultation- Clinical diagnosis - If other, specify", + "W7cPAi8iXLZ", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C29,-1,0)+IF(OR(D29=\"\",D29=OFFSET(D29,-1,0)),0,1)", + "Current symptoms or complaints 1", + "45b39cbf-0fb2-4682-8544-8aaf3e07a744", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "=IF(ISBLANK(D29),\"\",IF(ISBLANK(F29),D29,F29))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P29<>\"\", V29<>\"\", AB29<>\"\", AG29<>\"\", AH29<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "See MSF-815, 'Main syndrom', but the MSF question only have the main categories as answers", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 1", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C30,-1,0)+IF(OR(D30=\"\",D30=OFFSET(D30,-1,0)),0,1)", + "Current symptoms or complaints 2", + "ee1b7973-e931-494e-a9cb-22b814b4d8ed", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "=IF(ISBLANK(D30),\"\",IF(ISBLANK(F30),D30,F30))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P30<>\"\", V30<>\"\", AB30<>\"\", AG30<>\"\", AH30<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Check if same as 1st complaint", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 2", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 2", + "RnbiVrrSFdm", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C31,-1,0)+IF(OR(D31=\"\",D31=OFFSET(D31,-1,0)),0,1)", + "Current symptoms or complaints 3", + "92a92f62-3ff6-4944-9ea9-a7af23949bad", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "=IF(ISBLANK(D31),\"\",IF(ISBLANK(F31),D31,F31))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P31<>\"\", V31<>\"\", AB31<>\"\", AG31<>\"\", AH31<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Check if same as 1st complaint", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 3", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 3", + "CUdI1BJ5W8G", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C32,-1,0)+IF(OR(D32=\"\",D32=OFFSET(D32,-1,0)),0,1)", + "Current symptoms or complaints - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(D32),\"\",IF(ISBLANK(F32),D32,F32))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P32<>\"\", V32<>\"\", AB32<>\"\", AG32<>\"\", AH32<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Current symptoms or complaints 1] !== '8.1 Other' and [Current symptoms or complaints 2] !== '8.1 Other' and [Current symptoms or complaints 3] !== '8.1 Other'", + "", + "", + "", + "Arabic", + "أخرى", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation- If other symptoms 1, specify", + "pj5hIE6iyAR", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "=OFFSET(C33,-1,0)+IF(OR(D33=\"\",D33=OFFSET(D33,-1,0)),0,1)", + "Main category of symptoms", + "9a8204ca-d908-4157-9285-7c970dbb5287", + "", + "", + "Coded", + "", + "Main category of symptoms - MH", + "=IF(ISBLANK(D33),\"\",IF(ISBLANK(F33),D33,F33))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P33<>\"\", V33<>\"\", AB33<>\"\", AG33<>\"\", AH33<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-815", + "", + "Main syndrome", + "What is the patient's primary syndrome from a coded list of answers.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تصنيف الاعراض والشكاوي", + " الأعراض أو الشكاوي الحالية (استمرار)", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain the categories of the answers that have been selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "=OFFSET(C34,-1,0)+IF(OR(D34=\"\",D34=OFFSET(D34,-1,0)),0,1)", + "Duration of the main symptom", + "3edcfddb-7988-4ce5-97a0-d4c46b267a04", + "", + "", + "Coded", + "", + "Duration of the main symptom - MH", + "=IF(ISBLANK(D34),\"\",IF(ISBLANK(F34),D34,F34))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P34<>\"\", V34<>\"\", AB34<>\"\", AG34<>\"\", AH34<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-1731", + "Sign / symptom duration", + "The numeric value of the duration of the sign or symptom.", + "Not found in MSF and CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المدة الزمنية للعرض الرئيسي", + " الأعراض أو الشكاوي الحالية (استمرار)", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "=OFFSET(C35,-1,0)+IF(OR(D35=\"\",D35=OFFSET(D35,-1,0)),0,1)", + "Important details of the main problem", + "4c9228b2-4ba2-4edb-8daf-31a824e5fa9a", + "Important details of the main problem: How long have they had the problem (significant events, etc.)?", + "", + "Text", + "", + "", + "=IF(ISBLANK(D35),\"\",IF(ISBLANK(F35),D35,F35))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P35<>\"\", V35<>\"\", AB35<>\"\", AG35<>\"\", AH35<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-162676", + "Symptom progression", + "Qualitative description of symptom progression or status.", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تفاصيل مهمة حول المشكلة الرئيسية: منذ متى يعاني المريض من المشكلة (ما هي بعض الأحداث الرئيسية، إلخ.)؟", + " الأعراض أو الشكاوي الحالية (استمرار)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "=OFFSET(C36,-1,0)+IF(OR(D36=\"\",D36=OFFSET(D36,-1,0)),0,1)", + "Patient presentation", + "ddf9cb24-f51a-485f-b059-76f307bf468f", + "", + "How do they look or speak / motor activity / mood / thoughts / perceptions? Is the patient oriented in time / space / person / recent events?", + "Text", + "", + "", + "=IF(ISBLANK(D36),\"\",IF(ISBLANK(F36),D36,F36))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P36<>\"\", V36<>\"\", AB36<>\"\", AG36<>\"\", AH36<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-163043", + "Mental status exam findings", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مظهر المريض: كيف يبدو أو يتحدث / نشاطه الحركي / حالته المزاجية / أفكاره / تصوراته؟ هل المريض واعي زمانياً / مكانياً / لشخصه / للأحداث الجارية؟", + " الأعراض أو الشكاوي الحالية (استمرار)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(C37,-1,0)+IF(OR(D37=\"\",D37=OFFSET(D37,-1,0)),0,1)", + "Did you have problems performing daily activities, such as cooking, bathing, or chores outside the household?", + "b5c4b6d2-c880-43c5-a250-8fe09c9e394c", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(D37),\"\",IF(ISBLANK(F37),D37,F37))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P37<>\"\", V37<>\"\", AB37<>\"\", AG37<>\"\", AH37<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت أي مشاكل عند اداء نشاطاتك اليومية, مثلا عند الطبخ, الاستحمام, او اداء المهام خارج المنزل؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(C38,-1,0)+IF(OR(D38=\"\",D38=OFFSET(D38,-1,0)),0,1)", + "Did you have problems getting along with family or friends?", + "b8968e50-436f-444e-8ab6-4b707fab090c", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(D38),\"\",IF(ISBLANK(F38),D38,F38))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P38<>\"\", V38<>\"\", AB38<>\"\", AG38<>\"\", AH38<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت مشاكل في التوافق مع العائلة أو الأصدقاء؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(C39,-1,0)+IF(OR(D39=\"\",D39=OFFSET(D39,-1,0)),0,1)", + "Did you have any problems sleeping, such as sleeping too much or not enough?", + "f44f52dd-6eda-4ca5-8375-61164bff5a32", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(D39),\"\",IF(ISBLANK(F39),D39,F39))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P39<>\"\", V39<>\"\", AB39<>\"\", AG39<>\"\", AH39<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت أي مشاكل بالنوم, مثلا نوم بشكل كثير او عدم النوم بشكل كافي؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(C40,-1,0)+IF(OR(D40=\"\",D40=OFFSET(D40,-1,0)),0,1)", + "Have you been bothered by unpleasant thoughts, worries or ideas?", + "9ba3837-cc74-4fe5-8be4-e439b02a1d62", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(D40),\"\",IF(ISBLANK(F40),D40,F40))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P40<>\"\", V40<>\"\", AB40<>\"\", AG40<>\"\", AH40<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل شعرت بالانزعاج من تفكير غير سار, قلق او افكار؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(C41,-1,0)+IF(OR(D41=\"\",D41=OFFSET(D41,-1,0)),0,1)", + "Have you felt sad or nervous?", + "79d37985-b959-49c2-a7b8-7fe1618d641b", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(D41),\"\",IF(ISBLANK(F41),D41,F41))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P41<>\"\", V41<>\"\", AB41<>\"\", AG41<>\"\", AH41<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل شعرت بالحزن او التوتر؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(C42,-1,0)+IF(OR(D42=\"\",D42=OFFSET(D42,-1,0)),0,1)", + "Have you been suffering?", + "802f0ec2-169f-41b7-ae83-2e8f2fc86e3a", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(D42),\"\",IF(ISBLANK(F42),D42,F42))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P42<>\"\", V42<>\"\", AB42<>\"\", AG42<>\"\", AH42<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل كنت تعاني؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(C43,-1,0)+IF(OR(D43=\"\",D43=OFFSET(D43,-1,0)),0,1)", + "MHOS score", + "b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df", + "", + "", + "Numeric", + "", + "", + "=IF(ISBLANK(D43),\"\",IF(ISBLANK(F43),D43,F43))", + "MHOS score at discharge", + "The score received on the MHOS scale at the time of discharge.", + "Numeric", + "Question", + "MSF-AAAAAA000000000000001721", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P43<>\"\", V43<>\"\", AB43<>\"\", AG43<>\"\", AH43<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-829", + "", + "Mental Health Outcome Scale", + "The patient's score on the Mental Health Outcome Scale", + "", + "number", + "", + "", + 0, + 65, + "(did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (did_you_have_problems_getting_along_with_family_or_friends_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : did_you_have_problems_getting_along_with_family_or_friends_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : did_you_have_problems_getting_along_with_family_or_friends_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : did_you_have_problems_getting_along_with_family_or_friends_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : did_you_have_problems_getting_along_with_family_or_friends_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (_did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_felt_sad_or_nervous_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_felt_sad_or_nervous_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_felt_sad_or_nervous_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_felt_sad_or_nervous_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_felt_sad_or_nervous_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_been_suffering_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_been_suffering_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_been_suffering_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_been_suffering_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_been_suffering_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0)", + "", + "Yes", + "", + "", + "Arabic", + "MHOS النقاط", + "خلال الاسبوع الماضي… (MHOS)", + "INTEGER", + "Mental Health-Baseline consultation - MHOS", + "MF3RML0HLbP", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C44,-1,0)+IF(OR(D44=\"\",D44=OFFSET(D44,-1,0)),0,1)", + "Little interest or pleasure in doing things?", + "eeac083f-9acd-4c04-bafc-b4266a02a3a3", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D44),\"\",IF(ISBLANK(F44),D44,F44))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Little interest or pleasure in doing things", + "Similar to CIEL:165537", + "Coded", + "Question", + "85bdc2d2-afaa-4d5e-bc6b-ee8277d160f1", + 95, + "=IF(OR(P44<>\"\", V44<>\"\", AB44<>\"\", AG44<>\"\", AH44<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة الاهتمام أو الاستمتاع بممارسة الأشياء", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C45,-1,0)+IF(OR(D45=\"\",D45=OFFSET(D45,-1,0)),0,1)", + "Feeling down, depressed, or hopeless?", + "0902dd6a-3f4e-422c-92eb-10e89cb783e2", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D45),\"\",IF(ISBLANK(F45),D45,F45))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Feeling down, depressed, or hopeless", + "Similar to CIEL:165536", + "Coded", + "Question", + "01bf95d6-bcd0-44fb-8752-3da72f71ab6d", + 94, + "=IF(OR(P45<>\"\", V45<>\"\", AB45<>\"\", AG45<>\"\", AH45<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالحزن أو ضيق الصدر أو اليأس", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C46,-1,0)+IF(OR(D46=\"\",D46=OFFSET(D46,-1,0)),0,1)", + "Trouble falling or staying asleep, or sleeping too much?", + "2ad5e737-fb27-44ea-bcf9-fafcbd7640fd", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D46),\"\",IF(ISBLANK(F46),D46,F46))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Trouble falling or staying asleep, or sleeping too much", + "Similar to CIEL:142371", + "Coded", + "Question", + "c85fc943-b747-4d72-a0a8-6ca2dc8fb568", + 96, + "=IF(OR(P46<>\"\", V46<>\"\", AB46<>\"\", AG46<>\"\", AH46<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصعوبة في الرآون إلى النوم أو النوم بانتظام أو النوم أآثر من العادة", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C47,-1,0)+IF(OR(D47=\"\",D47=OFFSET(D47,-1,0)),0,1)", + "Feeling tired or having little energy?", + "f899935f-13f0-472e-b1dd-569ead3c63f1", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D47),\"\",IF(ISBLANK(F47),D47,F47))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Feeling tired or having little energy", + "Similar to Tired (CIEL:124628)", + "Coded", + "Question", + "8a034046-5fea-4253-a105-3af86b0679fe", + 94, + "=IF(OR(P47<>\"\", V47<>\"\", AB47<>\"\", AG47<>\"\", AH47<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالتعب أو بقلة الحيوية.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C48,-1,0)+IF(OR(D48=\"\",D48=OFFSET(D48,-1,0)),0,1)", + "Poor appetite or overeating?", + "48177433-e9c0-43b7-be27-7d4992723e01", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D48),\"\",IF(ISBLANK(F48),D48,F48))", + "", + "", + "", + "", + "", + " ", + "Poor appetite", + "Abnormally reduced appetite. Clinical manifestation consisting of a physiopathological lack or loss of appetite accompanied by an aversion to food and the inability to eat.", + "N/A", + "Symptom/Finding", + "6031AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poor appetite or overeating", + "Adapted from PHQ-9 question 5 for Compañeros en Salud. The standard PHQ-9 question is \"Poor appetite or overeating.\"", + "Coded", + "Question", + "a34eb8de-4272-4da5-b785-6462dfb97cc2", + 92, + "=IF(OR(P48<>\"\", V48<>\"\", AB48<>\"\", AG48<>\"\", AH48<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة الشهية أو آثرة الأآل.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C49,-1,0)+IF(OR(D49=\"\",D49=OFFSET(D49,-1,0)),0,1)", + "Feeling bad about yourself - or that you are a failure or have let yourself or your family down?", + "eb14c9f6-8c32-4cbb-a595-66ffd72b8cdb", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D49),\"\",IF(ISBLANK(F49),D49,F49))", + "Feeling bad about yourself or that you're a failure or have let yourself or your family down", + "How often has the patient felt bad about themself or that they're a failure or have let themself or their family down.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001245", + 95, + "Feeling bad about yourself or that you're a failure or have let yourself or your family down", + "", + "Coded", + "Question", + "167071AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + " ", + "", + "", + "", + "", + "", + "=IF(OR(P49<>\"\", V49<>\"\", AB49<>\"\", AG49<>\"\", AH49<>\"\"), \"Found\", \"Missing\")", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بعدم الرضا عن النفس أو بالفشل أو الإحباط تجاه ذويك.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C50,-1,0)+IF(OR(D50=\"\",D50=OFFSET(D50,-1,0)),0,1)", + "Trouble concentrating on things, such as reading the newspaper or watching television?", + "2bf607e1-85f3-4514-9e07-e3f8caabbc57", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D50),\"\",IF(ISBLANK(F50),D50,F50))", + "Trouble concentrating on things such as reading the newspaper or watching television", + "How often has the patient had trouble concentrating on things such as reading the newspaper or watching television.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001246", + 97, + "Trouble concentrating on things such as reading the newspaper or watching television", + "", + "Coded", + "Question", + "167072AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + " ", + "", + "", + "", + "", + "", + "=IF(OR(P50<>\"\", V50<>\"\", AB50<>\"\", AG50<>\"\", AH50<>\"\"), \"Found\", \"Missing\")", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصعوبة في الترآيز على الأشياء، مثل قراءة الصحف أو مشاهدة التليفزيون.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C51,-1,0)+IF(OR(D51=\"\",D51=OFFSET(D51,-1,0)),0,1)", + "Moving or speaking so slowly that other people could have noticed? Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual?", + "50fb199e-410c-40d4-bbd9-44f641d4421d", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D51),\"\",IF(ISBLANK(F51),D51,F51))", + "Moving or speaking so slowly that other people could have noticed or being so fidgety or restless that you have been moving around lot more than usual", + "How often has the patient been moving or speaking so slowly that other people could have noticed or being so fidgety or restless that they have been moving around lot more than usual.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001247", + 93, + "Moving or speaking so slowly that other people could have noticed or being so fidgety or restless that you have been moving around lot more than usual", + "", + "Coded", + "Question", + "167073AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 93, + " ", + "", + "", + "", + "", + "", + "=IF(OR(P51<>\"\", V51<>\"\", AB51<>\"\", AG51<>\"\", AH51<>\"\"), \"Found\", \"Missing\")", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بطء في الحرآة أو الكلام بدرجة ملحوظة من الآخرين؟ أو على العكس من ذلك آثرة التململ والتحرك إلى درجة فوق العادة.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C52,-1,0)+IF(OR(D52=\"\",D52=OFFSET(D52,-1,0)),0,1)", + "Thoughts that you would be better off dead, or of hurting yourself in some way?", + "5723ae77-b752-404a-a5dd-5b1d8be222c4", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(D52),\"\",IF(ISBLANK(F52),D52,F52))", + "Thoughts that you would be better off dead or of hurting yourself in some way", + "How often has the patient had thoughts that they would be better off dead or of hurting themself in some way.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001248", + 97, + "Thoughts that you would be better off dead or of hurting yourself in some way", + "", + "Coded", + "Question", + "167074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + " ", + "", + "", + "", + "", + "", + "=IF(OR(P52<>\"\", V52<>\"\", AB52<>\"\", AG52<>\"\", AH52<>\"\"), \"Found\", \"Missing\")", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بتفضيل الموت عن الحياة أو بإيذاء النفس بطريقة ما.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C53,-1,0)+IF(OR(D53=\"\",D53=OFFSET(D53,-1,0)),0,1)", + "PHQ-9 score", + "5f3d618e-5c89-43bd-8c79-07e4e98c2f23", + "", + "Sum of all points from answers above", + "Numeric", + "", + "", + "=IF(ISBLANK(D53),\"\",IF(ISBLANK(F53),D53,F53))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P53<>\"\", V53<>\"\", AB53<>\"\", AG53<>\"\", AH53<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1429", + "", + "Patient Health Questionnaire 9", + "The PHQ-9 is a nine-item self-report measure of depressive symptoms. The brief measure has been used in multiple settings and validated among multiple cultural groups.", + " ", + "number", + "", + "", + 0, + 27, + "(no_interest === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : no_interest === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : no_interest === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (depressed === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : depressed === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : depressed==='163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (sleep === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : sleep === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : sleep === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (feelingTired === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : feelingTired === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : feelingTired === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) +(poorAppetite === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : poorAppetite === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : poorAppetite === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (troubled === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : troubled === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : troubled === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (feelingBad === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : feelingBad === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : feelingBad === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (speakingSlowly === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : speakingSlowly === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : speakingSlowly === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (betterDead === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : betterDead === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : betterDead === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0)", + "", + "", + "", + "", + "Arabic", + "PHQ9 النقاط", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "(Tooltip added) | OpenFn: integer in OpenMRS, coded in DHIS2 / or map with the Depression severity scale", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(C54,-1,0)+IF(OR(D54=\"\",D54=OFFSET(D54,-1,0)),0,1)", + "Depression severity scale", + "ffead923-80bc-4afa-833d-7690f35bf5b0", + "", + "A patient is considered as having signs of depression if: The answer to at least one of the first two questions is “more than half the time” AND the question about difficulty at home, work and going along with others is answered at least “somewhat difficult”", + "Coded", + "", + "Depression severity scale", + "", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "=IF(OR(P54<>\"\", V54<>\"\", AB54<>\"\", AG54<>\"\", AH54<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "select", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Rendering modified + Tooltip added", + "" + ], + [ + "Scores", + "CGI - Clinical Global Impression", + "=OFFSET(C55,-1,0)+IF(OR(D55=\"\",D55=OFFSET(D55,-1,0)),0,1)", + "CGI-S score", + "a1a75011-0fef-460a-b666-dda2d171f39b", + "CGI-S score - How mentally ill is the patient at this time?", + "", + "Coded", + "", + "CGI-S", + "=IF(ISBLANK(D55),\"\",IF(ISBLANK(F55),D55,F55))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P55<>\"\", V55<>\"\", AB55<>\"\", AG55<>\"\", AH55<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-830", + "", + "Clinical GIobal Impression- Severity score", + "The patient's Clinical GIobal Impression severity score , ranging from 0 (not assesed) to 7 (very much worse).", + "", + "select", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قياس درجة الشدة (CGI-S): ما مدى شدة المرض النفسي لدى المريض في هذه الفترة؟", + "CGI", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "=OFFSET(C56,-1,0)+IF(OR(D56=\"\",D56=OFFSET(D56,-1,0)),0,1)", + "Positive functionality", + "00617df0-f2bb-4e9c-84b8-836c9d281a20", + "Positive functionality: Is the patient capable of being independent, caring for themselves (bathing/eating), going to work/school, etc.?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D56),\"\",IF(ISBLANK(F56),D56,F56))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P56<>\"\", V56<>\"\", AB56<>\"\", AG56<>\"\", AH56<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Not found in MSF and CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "القدرة الوظيفية: هل المريض قادر على أن يكون مستقلاً، وأن يعتني بنفسه (أن يستحم / يأكل)، وأن يذهب إلى العمل / المدرسة، إلخ.؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "=OFFSET(C57,-1,0)+IF(OR(D57=\"\",D57=OFFSET(D57,-1,0)),0,1)", + "Internal resources", + "021d9afe-7d46-406c-b450-c0cd1e251f79", + "Internal resources: Does the patient believe that they have the abilities needed to overcome the current problem / do they have hope for their future?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D57),\"\",IF(ISBLANK(F57),D57,F57))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P57<>\"\", V57<>\"\", AB57<>\"\", AG57<>\"\", AH57<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الداخلية: هل يعتقد المريض أن لديه القدرات اللازمة لتجاوز المشكلة الحالية / هل لديه أمل في مستقبله؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "=OFFSET(C58,-1,0)+IF(OR(D58=\"\",D58=OFFSET(D58,-1,0)),0,1)", + "External resources", + "b745fc24-46ec-433b-8df6-78bbd6733472", + "External resources: Does the patient believe that they have someone who they can rely on for help in their lives?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D58),\"\",IF(ISBLANK(F58),D58,F58))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P58<>\"\", V58<>\"\", AB58<>\"\", AG58<>\"\", AH58<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الخارجية: هل يعتقد المريض أن لديه أحد يمكنه الاعتماد عليه، ويمكن أن يساعده في حياته؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "=OFFSET(C59,-1,0)+IF(OR(D59=\"\",D59=OFFSET(D59,-1,0)),0,1)", + "Spiritual / moral resources", + "e3babf1f-95da-4e30-9593-a37beeff8ef2", + "Spiritual / moral resources: Are the patient’s beliefs a source of strength for them when dealing with problems?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D59),\"\",IF(ISBLANK(F59),D59,F59))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P59<>\"\", V59<>\"\", AB59<>\"\", AG59<>\"\", AH59<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الروحية / المعنوية: هل معتقدات المريض مصدرُ قوة له عند التعامل مع المشاكل؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C60,-1,0)+IF(OR(D60=\"\",D60=OFFSET(D60,-1,0)),0,1)", + "Has the patient had thoughts of death or suicide?", + "c2664992-8a5a-4a6d-9238-5df591307d55", + "1. Has the patient had thoughts of death or suicide?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D60),\"\",IF(ISBLANK(F60),D60,F60))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P60<>\"\", V60<>\"\", AB60<>\"\", AG60<>\"\", AH60<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل راودت المريض أفكار عن الموت أو الانتحار؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient had thoughts of death or suicide?", + "OZViJk8FPVd", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Section name modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C61,-1,0)+IF(OR(D61=\"\",D61=OFFSET(D61,-1,0)),0,1)", + "Thoughts of death or suicide - Frequency", + "a590d345-65d1-4534-bfe4-375ef780e424", + "Frequency", + "", + "Text", + "", + "", + "=IF(ISBLANK(D61),\"\",IF(ISBLANK(F61),D61,F61))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P61<>\"\", V61<>\"\", AB61<>\"\", AG61<>\"\", AH61<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Has the patient had thoughts of death or suicide?] !== 'Yes'", + "", + "", + "", + "Arabic", + "درجة تواتر الفكرة", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C62,-1,0)+IF(OR(D62=\"\",D62=OFFSET(D62,-1,0)),0,1)", + "Has the patient hurt themselves / caused self-harm?", + "d3d978ab-da68-4672-ae0c-8270fa992a08", + "2. Has the patient hurt themselves / caused self-harm?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D62),\"\",IF(ISBLANK(F62),D62,F62))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P62<>\"\", V62<>\"\", AB62<>\"\", AG62<>\"\", AH62<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل قام المريض بأذية نفسه أو تسبب بأذيتها؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C63,-1,0)+IF(OR(D63=\"\",D63=OFFSET(D63,-1,0)),0,1)", + "Patient hurt themselves / caused self-harm - Type of behavior and frequency", + "8ab1ff08-c32d-4832-bc9d-5542be594d12", + "Type of behavior and frequency", + "", + "Text", + "", + "", + "=IF(ISBLANK(D63),\"\",IF(ISBLANK(F63),D63,F63))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P63<>\"\", V63<>\"\", AB63<>\"\", AG63<>\"\", AH63<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Has the patient hurt themselves / caused self-harm?] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع السلوك ودرجة تواتره", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C64,-1,0)+IF(OR(D64=\"\",D64=OFFSET(D64,-1,0)),0,1)", + "Has the patient attempted suicide or tried to kill themselves?", + "a6c5188c-29f0-4d3d-8cf5-7852998df86f", + "3. Has the patient attempted suicide or tried to kill themselves?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D64),\"\",IF(ISBLANK(F64),D64,F64))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P64<>\"\", V64<>\"\", AB64<>\"\", AG64<>\"\", AH64<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل حاول المريض الانتحار أو قتل نفسه؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient attempted suicide or tried to kill themselves?", + "dfdv3SkeXKe", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C65,-1,0)+IF(OR(D65=\"\",D65=OFFSET(D65,-1,0)),0,1)", + "Patient attempted suicide or tried to kill themselves - Number of attempts and method", + "667ebdfe-e989-4b56-8511-bb7a3165b327", + "Number of attempts and method", + "", + "Text", + "", + "", + "=IF(ISBLANK(D65),\"\",IF(ISBLANK(F65),D65,F65))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P65<>\"\", V65<>\"\", AB65<>\"\", AG65<>\"\", AH65<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Has the patient attempted suicide or tried to kill themselves?] !== 'Yes'", + "", + "", + "", + "Arabic", + "عدد المحاولات والأسلوب", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C66,-1,0)+IF(OR(D66=\"\",D66=OFFSET(D66,-1,0)),0,1)", + "Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "abede172-ba87-4ebe-8054-3afadb181ea3", + "4. Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D66),\"\",IF(ISBLANK(F66),D66,F66))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P66<>\"\", V66<>\"\", AB66<>\"\", AG66<>\"\", AH66<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يمثل المريض في الوقت الحالي خطراً على نفسه، من حيث أنه قد يؤذي نفسه أو يحاول الانتحار؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "hWMBCCA2yy1", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C67,-1,0)+IF(OR(D67=\"\",D67=OFFSET(D67,-1,0)),0,1)", + "Patient currently at risk of hurting himself/herself or attempting suicide - Action taken to reduce risk ", + "58187804-7c6c-47bf-b9d4-d45effbb3665", + "Action taken to reduce risk ", + "", + "Text", + "", + "", + "=IF(ISBLANK(D67),\"\",IF(ISBLANK(F67),D67,F67))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P67<>\"\", V67<>\"\", AB67<>\"\", AG67<>\"\", AH67<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Is the patient currently at risk of hurting himself/herself or attempting suicide?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراءات المتبعة للحد من الخطر", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C68,-1,0)+IF(OR(D68=\"\",D68=OFFSET(D68,-1,0)),0,1)", + "Is the patient currently at risk of hurting others?", + "ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab", + "5. Is the patient currently at risk of hurting others?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D68),\"\",IF(ISBLANK(F68),D68,F68))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P68<>\"\", V68<>\"\", AB68<>\"\", AG68<>\"\", AH68<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يمثل المريض في الوقت الحالي خطراً على الآخرين، من حيث أنه قد يؤذيهم؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation - Is the patient currently at risk of hurting others", + "TWuCY5r2wx7", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C69,-1,0)+IF(OR(D69=\"\",D69=OFFSET(D69,-1,0)),0,1)", + "Patient currently at risk of hurting others - Action taken to reduce risk ", + "517ff456-6aa7-4deb-8526-c0773423632f", + "Action taken to reduce risk ", + "", + "Text", + "", + "", + "=IF(ISBLANK(D69),\"\",IF(ISBLANK(F69),D69,F69))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P69<>\"\", V69<>\"\", AB69<>\"\", AG69<>\"\", AH69<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Is the patient currently at risk of hurting others?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراءات المتبعة للحد من الخطر", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C70,-1,0)+IF(OR(D70=\"\",D70=OFFSET(D70,-1,0)),0,1)", + "Does the patient regularly use alcohol / substances to become intoxicated?", + "d516de07-979b-411c-b7e4-bd09cf7d9d91", + "6. Does the patient regularly use alcohol / substances to become intoxicated?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D70),\"\",IF(ISBLANK(F70),D70,F70))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P70<>\"\", V70<>\"\", AB70<>\"\", AG70<>\"\", AH70<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يتعاطى المريض الكحول / العقاقير لكي يثمل بشكل منتظم أو معتاد؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Does the patient regularly use alcohol / substances to become intoxicated?", + "QHrIUMhjZlO", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C71,-1,0)+IF(OR(D71=\"\",D71=OFFSET(D71,-1,0)),0,1)", + "Patient regularly uses alcohol / substances to become intoxicated - Type of substance and frequency ", + "7a62e58e-4f0f-4669-8d7c-51b5e21c5c4c", + "Type of substance and frequency ", + "", + "Text", + "", + "", + "=IF(ISBLANK(D71),\"\",IF(ISBLANK(F71),D71,F71))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P71<>\"\", V71<>\"\", AB71<>\"\", AG71<>\"\", AH71<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Does the patient regularly use alcohol / substances to become intoxicated?] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع العقار وانتظام تعاطيه", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C72,-1,0)+IF(OR(D72=\"\",D72=OFFSET(D72,-1,0)),0,1)", + "Is the patient currently on psychotropic / psychiatric medication?", + "5f5e126b-962f-4c92-96bc-cbb1f3f06ba3", + "7. Is the patient currently on psychotropic / psychiatric medication?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D72),\"\",IF(ISBLANK(F72),D72,F72))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P72<>\"\", V72<>\"\", AB72<>\"\", AG72<>\"\", AH72<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل المريض يأخذ في الوقت الحالي أدوية علاج نفسي / مؤثرات عقلية؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C73,-1,0)+IF(OR(D73=\"\",D73=OFFSET(D73,-1,0)),0,1)", + "Patient currently on psychotropic / psychiatric medication - Prescribed by", + "d5d1e465-d663-44b4-b0e4-d9ce3eb1d5c2", + "Prescribed by", + "", + "Coded", + "", + "Medication prescribed by - MH", + "=IF(ISBLANK(D73),\"\",IF(ISBLANK(F73),D73,F73))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P73<>\"\", V73<>\"\", AB73<>\"\", AG73<>\"\", AH73<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide if [Is the patient currently on psychotropic / psychiatric medication?] !== 'Yes'", + "", + "", + "", + "Arabic", + "قام بوصف الدواء", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C74,-1,0)+IF(OR(D74=\"\",D74=OFFSET(D74,-1,0)),0,1)", + "Has the patient experienced an act of aggression or violence?", + "3e97c2d0-15c1-4cfd-884f-7a4721079217", + "8. Has the patient experienced an act of aggression or violence?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D74),\"\",IF(ISBLANK(F74),D74,F74))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P74<>\"\", V74<>\"\", AB74<>\"\", AG74<>\"\", AH74<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل المريض يأخذ في الوقت الحالي أدوية علاج نفسي / مؤثرات عقلية؟ ", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient experienced an act of aggression or violence?", + "H1fMCaOzr8F", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C75,-1,0)+IF(OR(D75=\"\",D75=OFFSET(D75,-1,0)),0,1)", + "Patient experienced an act of aggression or violence - What type(s) of violence?", + "d8c84af2-bd9b-4bf3-a815-81652cb0b0bc", + "What type(s) of violence?", + "", + "Coded", + "", + "Type of violence", + "=IF(ISBLANK(D75),\"\",IF(ISBLANK(F75),D75,F75))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P75<>\"\", V75<>\"\", AB75<>\"\", AG75<>\"\", AH75<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، فأي نوع من", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip logic must be verified | OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C76,-1,0)+IF(OR(D76=\"\",D76=OFFSET(D76,-1,0)),0,1)", + "", + "", + "", + "", + "Coded", + "", + "Type of violence 2", + "=IF(ISBLANK(D76),\"\",IF(ISBLANK(F76),D76,F76))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P76<>\"\", V76<>\"\", AB76<>\"\", AG76<>\"\", AH76<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C77,-1,0)+IF(OR(D77=\"\",D77=OFFSET(D77,-1,0)),0,1)", + "", + "", + "", + "", + "Coded", + "", + "Type of violence 3", + "=IF(ISBLANK(D77),\"\",IF(ISBLANK(F77),D77,F77))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P77<>\"\", V77<>\"\", AB77<>\"\", AG77<>\"\", AH77<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C78,-1,0)+IF(OR(D78=\"\",D78=OFFSET(D78,-1,0)),0,1)", + "Type(s) of violence - If other, specify", + "d9b92c93-5017-4229-be19-2a0ebf9e9169", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(D78),\"\",IF(ISBLANK(F78),D78,F78))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P78<>\"\", V78<>\"\", AB78<>\"\", AG78<>\"\", AH78<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "=\"Hide question if [\"&D75&\"] !== 'Other'\"", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C79,-1,0)+IF(OR(D79=\"\",D79=OFFSET(D79,-1,0)),0,1)", + "Patient experienced an act of aggression or violence - Time between violence event and consultation", + "aae000c3-5242-4e3c-bd1f-7e922a6d3d34", + "Time between violence event and consultation", + "", + "Coded", + "", + "Time between violence event and consultation", + "=IF(ISBLANK(D79),\"\",IF(ISBLANK(F79),D79,F79))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P79<>\"\", V79<>\"\", AB79<>\"\", AG79<>\"\", AH79<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence?] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، المدة الزمنية بين حادث العنف والاستشارة", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C80,-1,0)+IF(OR(D80=\"\",D80=OFFSET(D80,-1,0)),0,1)", + "Would the patient like a referral to the medical department for treatment?", + "af302eef-4738-4337-b4b9-e154adbbab49", + "9. If yes, would the patient like a referral to the medical department for treatment (or midwife/maternity for sexual violence)?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D80),\"\",IF(ISBLANK(F80),D80,F80))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P80<>\"\", V80<>\"\", AB80<>\"\", AG80<>\"\", AH80<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence?] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، فهل يرغب المريض بأن تتم إحالته إلى القسم الطبي من أجل تلقي العلاج (أو لمراجعة قابلة / أو أخصائية أمومة في حالة العنف الجنسي)؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(C81,-1,0)+IF(OR(D81=\"\",D81=OFFSET(D81,-1,0)),0,1)", + "Patient would like a referral to the medical department for treatment - Action taken", + "30b0ac06-848f-4a86-93d7-c91debb8f2ad", + "Action taken", + "", + "Text", + "", + "", + "=IF(ISBLANK(D81),\"\",IF(ISBLANK(F81),D81,F81))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P81<>\"\", V81<>\"\", AB81<>\"\", AG81<>\"\", AH81<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Would the patient like a referral to the medical department for treatment?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراء المتخذ", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(C82,-1,0)+IF(OR(D82=\"\",D82=OFFSET(D82,-1,0)),0,1)", + "Past / Precipitating Events - Medical conditions", + "0d2523ea-f175-4f37-8ece-32c28c68367a", + "1. Medical conditions", + "", + "Coded", + "", + "Past / Precipitating Events - Medical conditions", + "=IF(ISBLANK(D82),\"\",IF(ISBLANK(F82),D82,F82))", + "Medical condition", + "MH stressors category", + "Coded", + "Question", + "MSF-AAAAAA000000000000001209", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P82<>\"\", V82<>\"\", AB82<>\"\", AG82<>\"\", AH82<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحالات الطبية", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(C83,-1,0)+IF(OR(D83=\"\",D83=OFFSET(D83,-1,0)),0,1)", + "Past / Precipitating Events - Violence", + "9b3fb5d2-e40d-434d-a755-d136cee7d5f9", + "2. Violence", + "", + "Coded", + "", + "Past / Precipitating Events - Violence", + "=IF(ISBLANK(D83),\"\",IF(ISBLANK(F83),D83,F83))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P83<>\"\", V83<>\"\", AB83<>\"\", AG83<>\"\", AH83<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " العنف", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(C84,-1,0)+IF(OR(D84=\"\",D84=OFFSET(D84,-1,0)),0,1)", + "Past / Precipitating Events - Separation or loss", + "edab07a2-b620-4e56-a079-af7fc9449039", + "3. Separation or loss", + "", + "Coded", + "", + "Past / Precipitating Events - Separation or loss", + "=IF(ISBLANK(D84),\"\",IF(ISBLANK(F84),D84,F84))", + "", + "", + "", + "", + "", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + " ", + "", + "", + "", + "", + "", + "=IF(OR(P84<>\"\", V84<>\"\", AB84<>\"\", AG84<>\"\", AH84<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانفصال او الفقد", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(C85,-1,0)+IF(OR(D85=\"\",D85=OFFSET(D85,-1,0)),0,1)", + "Past / Precipitating Events - Disaster", + "4267a98b-e8c1-4471-8afa-928be2599f66", + "4. Disaster", + "", + "Coded", + "", + "Past / Precipitating Events - Disaster", + "=IF(ISBLANK(D85),\"\",IF(ISBLANK(F85),D85,F85))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P85<>\"\", V85<>\"\", AB85<>\"\", AG85<>\"\", AH85<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكوارث", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(C86,-1,0)+IF(OR(D86=\"\",D86=OFFSET(D86,-1,0)),0,1)", + "Past / Precipitating Events - Other", + "af96ffd7-e0f3-487f-98a0-ef4dee327b38", + "5. Other", + "", + "Coded", + "", + "Past / Precipitating Events - Other", + "=IF(ISBLANK(D86),\"\",IF(ISBLANK(F86),D86,F86))", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P86<>\"\", V86<>\"\", AB86<>\"\", AG86<>\"\", AH86<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(C87,-1,0)+IF(OR(D87=\"\",D87=OFFSET(D87,-1,0)),0,1)", + "Past / Precipitating Events - If other, specify", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "If other, specify", + "", + "Text", + "=IF(H87=\"Coded\",IF(D87<>OFFSET(D87,-1,0),1,MAXIFS(INDIRECT(\"G$1:G\"&ROW()-1),INDIRECT(\"A$1:A\"&ROW()-1),A87,INDIRECT(\"D$1:D\"&ROW()-1),D87)+1),\"\")", + "", + "=IF(ISBLANK(D87),\"\",IF(ISBLANK(F87),D87,F87))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P87<>\"\", V87<>\"\", AB87<>\"\", AG87<>\"\", AH87<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 50, + "", + "", + "", + "", + "Hide question if [Past / Precipitating Events] !== '5.3 Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1 - If other, specify", + "m8qis4iUOTo", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C88,-1,0)+IF(OR(D88=\"\",D88=OFFSET(D88,-1,0)),0,1)", + "Main past or precipitating events - 1", + "d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608", + "", + "", + "Coded", + "", + "Past / precipitating events", + "=IF(ISBLANK(D88),\"\",IF(ISBLANK(F88),D88,F88))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P88<>\"\", V88<>\"\", AB88<>\"\", AG88<>\"\", AH88<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الأولى", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Section renamed | The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C89,-1,0)+IF(OR(D89=\"\",D89=OFFSET(D89,-1,0)),0,1)", + "Main past or precipitating events - 2", + "54a9b20e-bce5-4d4a-8c9c-e0248a182586", + "", + "", + "Coded", + "", + "Past / precipitating events", + "=IF(ISBLANK(D89),\"\",IF(ISBLANK(F89),D89,F89))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P89<>\"\", V89<>\"\", AB89<>\"\", AG89<>\"\", AH89<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الثانية", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C90,-1,0)+IF(OR(D90=\"\",D90=OFFSET(D90,-1,0)),0,1)", + "Main past or precipitating events - 3", + "e0d4e006-85b5-41cb-8a21-e013b1978b8b", + "", + "", + "Coded", + "", + "Past / precipitating events", + "=IF(ISBLANK(D90),\"\",IF(ISBLANK(F90),D90,F90))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P90<>\"\", V90<>\"\", AB90<>\"\", AG90<>\"\", AH90<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الثالثة", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C91,-1,0)+IF(OR(D91=\"\",D91=OFFSET(D91,-1,0)),0,1)", + "Main category of precipitating event", + "c1a3ed2d-6d9a-453d-9d93-749164a76413", + "", + "", + "Coded", + "", + "Main category of precipitating event", + "=IF(ISBLANK(D91),\"\",IF(ISBLANK(F91),D91,F91))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P91<>\"\", V91<>\"\", AB91<>\"\", AG91<>\"\", AH91<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الحدث المحفز الرئيسي", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain the categories of the answers that have been selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(C92,-1,0)+IF(OR(D92=\"\",D92=OFFSET(D92,-1,0)),0,1)", + "Relevant details of the past / precipitating events", + "2e6ca6a9-886e-483a-911f-92f6a16b11c9", + "", + "", + "Text", + "", + "", + "=IF(ISBLANK(D92),\"\",IF(ISBLANK(F92),D92,F92))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P92<>\"\", V92<>\"\", AB92<>\"\", AG92<>\"\", AH92<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تفاصيل ذات صلة بالأحداث الماضية / المحفزة", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + "=OFFSET(C93,-1,0)+IF(OR(D93=\"\",D93=OFFSET(D93,-1,0)),0,1)", + "Overall goals for therapy", + "8bea5a61-73e6-40c1-af04-43dec63749a4", + "", + "What are you trying to accomplish over several sessions with the patient? Try to be specific & define these with the patient.", + "Text", + "", + "", + "=IF(ISBLANK(D93),\"\",IF(ISBLANK(F93),D93,F93))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P93<>\"\", V93<>\"\", AB93<>\"\", AG93<>\"\", AH93<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أهداف العلاج النفسي الإجمالية (ما الذي تحاول إنجازه على مدى عدة جلسات مع المريض؟ حاول أن تكون دقيقاً في طرحك، وقم بتحديد الإجابة مع المريض)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + "=OFFSET(C94,-1,0)+IF(OR(D94=\"\",D94=OFFSET(D94,-1,0)),0,1)", + "Today’s session", + "c0744459-b715-4a66-8d65-4bdaef3f90b7", + "Today’s Session (what did you do today in session?)", + "", + "Text", + "", + "", + "=IF(ISBLANK(D94),\"\",IF(ISBLANK(F94),D94,F94))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P94<>\"\", V94<>\"\", AB94<>\"\", AG94<>\"\", AH94<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جلسة اليوم (ماذا فعلتم في جلسة اليوم؟)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + "=OFFSET(C95,-1,0)+IF(OR(D95=\"\",D95=OFFSET(D95,-1,0)),0,1)", + "Homework", + "8e7e0064-59c3-4440-b687-a253d7880c29", + "Homework (what will the patient do before next session?)", + "", + "Text", + "", + "", + "=IF(ISBLANK(D95),\"\",IF(ISBLANK(F95),D95,F95))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P95<>\"\", V95<>\"\", AB95<>\"\", AG95<>\"\", AH95<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-2915", + "", + "", + "Plan for next session", + "Specify topic and person informed (patient and/or caregiver)", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المقرر المنزلي (ماذا سيفعل المريض قبل الجلسة القادمة؟)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(C96,-1,0)+IF(OR(D96=\"\",D96=OFFSET(D96,-1,0)),0,1)", + "Follow up session required?", + "5f6e245c-83fc-421b-8d46-061ac773ae71", + "Follow up session required? (If no, fill the Exit form)", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D96),\"\",IF(ISBLANK(F96),D96,F96))", + "Follow up session", + "", + "N/A", + "Misc", + "f5dc7cdd-dc1b-4a83-8981-ec03b390149e", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P96<>\"\", V96<>\"\", AB96<>\"\", AG96<>\"\", AH96<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-834", + "", + "", + "Follow-up need status", + "Does the patient need a follow up consultation", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جلسة المتابعة مطلوبة? (إذا كانت الإجابة لا، املأ نموذج الخروج)", + "المتابعة", + "BOOLEAN", + "Mental Health-Baseline consultation- Follow up session required", + "yCwuZ0htrlH", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(C97,-1,0)+IF(OR(D97=\"\",D97=OFFSET(D97,-1,0)),0,1)", + "Set the next appointment date in Appointments module", + "", + "", + "", + "Text", + "=IF(H97=\"Coded\",IF(D97<>OFFSET(D97,-1,0),1,MAXIFS(INDIRECT(\"G$1:G\"&ROW()-1),INDIRECT(\"A$1:A\"&ROW()-1),A97,INDIRECT(\"D$1:D\"&ROW()-1),D97)+1),\"\")", + "", + "=IF(ISBLANK(D97),\"\",IF(ISBLANK(F97),D97,F97))", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "markdown", + "", + "", + "", + "", + "", + "Hide question if [Follow up session required] !== 'Yes'", + "", + "", + "", + "Arabic", + "تعيين تاريخ الموعد التالي في وحدة المواعيد", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Question replaced by a comment (markdown)", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(C98,-1,0)+IF(OR(D98=\"\",D98=OFFSET(D98,-1,0)),0,1)", + "Referral done", + "6d3876be-0a27-466d-ad58-92edcc8c31fb", + "", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(D98),\"\",IF(ISBLANK(F98),D98,F98))", + "Referral", + "Patient was referred to another facility.", + "N/A", + "Misc", + "93eb9716-6866-4d13-9b8f-59c0a7605a11", + 90, + " ", + "", + "", + "", + "", + " ", + "Referral", + "", + "N/A", + "Misc", + "124073f0-1f67-419e-bf18-254db082406b", + 90, + "=IF(OR(P98<>\"\", V98<>\"\", AB98<>\"\", AG98<>\"\", AH98<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-2062", + "", + "", + "Referral", + "Patient was referred to another facility", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " تم إعادة إحالة المريض", + "المتابعة", + "BOOLEAN", + "Mental Health-Baseline consultation- Referral out done", + "RiiH9A53rvG", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(C99,-1,0)+IF(OR(D99=\"\",D99=OFFSET(D99,-1,0)),0,1)", + "Type of referral", + "8fb3bb7d-c935-4b57-8444-1b953470e109", + "", + "", + "Coded", + "", + "Type of referral - MH", + "=IF(ISBLANK(D99),\"\",IF(ISBLANK(F99),D99,F99))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P99<>\"\", V99<>\"\", AB99<>\"\", AG99<>\"\", AH99<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "PIH-1272", + "Type of referral ordered", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Referral done] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع الإحالة", + "المتابعة", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(C100,-1,0)+IF(OR(D100=\"\",D100=OFFSET(D100,-1,0)),0,1)", + "Type of referral - If other, specify", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(D100),\"\",IF(ISBLANK(F100),D100,F100))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P100<>\"\", V100<>\"\", AB100<>\"\", AG100<>\"\", AH100<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Type of referral] !== 'Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(C101,-1,0)+IF(OR(D101=\"\",D101=OFFSET(D101,-1,0)),0,1)", + "Reason for referral", + "b7fdcd18-fc30-4b5d-82b2-bb0eec31f0e4", + "", + "", + "Text", + "", + "", + "=IF(ISBLANK(D101),\"\",IF(ISBLANK(F101),D101,F101))", + "Reason for referral", + "A list of concerns or other issues that led to the patient's referral.", + "Coded", + "Question", + "MSF-AAAAAA000000000000000461", + 95, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(P101<>\"\", V101<>\"\", AB101<>\"\", AG101<>\"\", AH101<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-62", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Referral done] !== 'Yes'", + "", + "", + "", + "Arabic", + "أسباب الإحالة", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ] + ], + "formulasR1C1": [ + [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + " ", + "", + "", + "", + "", + "", + "Automatch Suggestions from CIEL Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from PIH Source", + "", + "", + "", + "", + "", + "", + "OCL ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "DHIS2", + "", + "", + "", + "", + "", + "", + "", + "OpenFn", + "", + "", + "", + "", + "", + "" + ], + [ + "Page", + "Section", + "Question #", + "Question", + "External ID", + "Label if different", + "Tooltip i", + "Datatype", + "Answer ID", + "OptionSet name", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL/PIH concept ID", + "OCL/PIH name", + "OCL/PIH definition", + "OCL/PIH Comments", + "Rendering", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Calculation", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation - Question", + "Translation - Section", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status" + ], + [ + "Consultation", + "Admission", + 1, + "Admission type", + "4dae5b12-070f-4153-b1ca-fbec906106e1", + "", + "", + "Coded", + "", + "Admission type - MH", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-2473", + "", + "Admission category", + "No DEF", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الدخول", + "دخول المريض", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "{always blank}", + "{always blank}", + "", + "(object.attributeName)", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Admission", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Sex", + "ec42d68d-3e23-43de-b8c5-a03bb538e7c7", + "", + "", + "Coded", + "", + "Sex - Standard", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجنس", + "دخول المريض", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "Added" + ], + [ + "Consultation", + "Admission", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "How many people live with the patient?", + "58dec757-38d5-4c7b-9bd3-713d965f4883", + "", + "", + "Numeric", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "number", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كم شخصاً يعيش مع المريض؟", + "دخول المريض", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "Added" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Type of consultation", + "1a8bf24f-4f36-4971-aad9-ae77f3525738", + "", + "", + "Coded", + "", + "Type of consultation - MHPSS baseline", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1314", + "", + "Type of therapeutic session", + "The type of activity/ session/consultation provided.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الاستشارة", + "بيانات الاستشارة", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Total number of beneficiaries in family consultation", + "b87a93ff-a4a1-4601-b35d-1e42bfa7e194", + "", + "", + "Numeric", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Not found", + "number", + "", + "", + 0, + 99, + "", + "Hide question if [Type of consultation] !== 'Family'", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "بيانات الاستشارة", + "INTEGER", + "Mental Health-Baseline consultation- Total number of beneficiaries in family consultation", + "DMaLm9u4GCq", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Consultation done by", + "722dd83a-c1cf-48ad-ac99-45ac131ccc96", + "", + "", + "Coded", + "", + "Consultation done by - MHPSS baseline", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-5507", + "Consultant", + "Form completed today by: Consultant", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشخص الذي قام بالاستجابة", + "بيانات الاستشارة", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Corresponds to roles but we keep the question here - improvements to be considered later (i.e. automatically populate on the basis of the role)", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Location of intervention", + "82978311-bef9-46f9-9a9a-cc62254b00a6", + "", + "", + "Coded", + "", + "Location of intervention - MHPSS", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1297", + "", + "Intervention setting", + "The location in which the medical intervention takes place.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موقع الاستجابة", + "بيانات الاستشارة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Location of intervention - If Health Facility, specify", + "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", + "Specify Health Facility", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Health facility'", + "", + "", + "", + "Arabic", + "اذا منشأة صحية، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If Health Facility, specify", + "CLGnlnFqqnk", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Location of intervention - If MSF Health Facility, specify", + "41e68dee-a2a3-4e6c-9d96-53def5caff52", + "Specify MSF Health Facility", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'MSF health facility'", + "", + "", + "", + "Arabic", + "اذا منشأة صحية لأطباء بلا حدود، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If MSF Health Facility, specify", + "f64XCwzJW02", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Location of intervention - If Mobile Clinic, specify", + "08cd4b4a-4b0b-4391-987b-b5b3d770d30f", + "Specify Mobile Clinic", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "Clinic", + "A health clinic.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000447", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Mobile clinic'", + "", + "", + "", + "Arabic", + "اذا عيادات متنقلة، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If Mobile Clinic, specify", + "YeaUNruqmca", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Type of intervention", + "82978311-bef9-46f9-9a9a-cc62254b00a6", + "", + "", + "Coded", + "", + "Type of Mental Health intervention - MHPSS", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-163311", + "Mental health interventions", + "No DEF", + "No answers in CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الاستجابة", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Location of intervention - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If other, specify", + "KjgDauY9v4J", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Referral source", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Patient referred by", + "c3c86c1b-07be-4506-ab25-8f35f4389b19", + "", + "", + "Coded", + "", + "Patient referred by - MH", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1290", + "CIEL-164408", + "Source of initial patient referral", + "Where the patient was initially referred from.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تمت الإحالة من قسم ", + "تمت الإحالة من قسم", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Main problem or reason for referral", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Main problem or reason for referral", + "53b450aa-d27c-4c2f-9a4e-98513bbe645f", + "", + "Why is the patient coming to the MH department? Write in patient’s words", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-61", + "", + "Reason for referral", + "A list of concerns or other issues that led to the patient's referral.", + " ", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المشكلة الرئيسية أو سبب الإحالة", + "المشكلة الرئيسية أو سبب الإحالة (لماذا جاء هذا المريض إلى قسم رعاية الصحة النفسية؟ اكتب مستخدماً كلمات المريض)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Current symptoms or complaints - 1. Psychosomatic", + "c899d33a-adde-4c70-ad65-2326b8843e3b", + "1. Psychosomatic", + "", + "Coded", + "", + "Current symptoms or complaints - Psychosomatic", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-459", + "", + "Psychosomatic problems", + "Any psychological condition that leads to physical symptoms, often without any clear medical explanation.", + "Don't create this item - for display only. Create only one multiple choice concept", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " المشكلة الرئيسية أو سبب الإحالة", + "المشكلة الرئيسية أو سبب الإحالة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The answers are missing under 1. Psychosomatic | Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Current symptoms or complaints - 2. Depression related", + "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", + "2. Depression related", + "", + "Coded", + "", + "Current symptoms or complaints - Depression related", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-1298", + "", + "Depression symptoms", + "The symptoms of depression experienced by the patient.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالاكتئاب", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Current symptoms or complaints - 3. Anxiety related", + "241b3278-3803-478b-8484-70e2b17e5543", + "3. Anxiety related", + "", + "Coded", + "", + "Current symptoms or complaints - Anxiety related", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-819", + "", + "Anxiety symptoms", + "The patient is experiencing symptoms of anxiety, such as feeling restless, wound-up, on edge, easily fatigued, difficulty concentrating, irritable, having headaches, muscle aches, stomach aches, unexplained pains, difficulty controlling feelings of worry, or sleep problems such as difficulty falling alseep or staying alseep", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالقلق", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Current symptoms or complaints - 4. Trauma related", + "3a0c003c-9149-4a5f-a236-ed5d61231950", + "4. Trauma related", + "", + "Coded", + "", + "Current symptoms or complaints - Trauma related", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-820", + "", + "Trauma-related symptoms", + "The patient is experiencing symptoms related to trauma, such as unpredictable emotions, flashbacks, strained relationships, headaches, or nausea\n", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالصدمة", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Current symptoms or complaints - 5. Psychosis related", + "612c130a-0ae9-4565-af09-b5437334c742", + "5. Psychosis related", + "", + "Coded", + "", + "Current symptoms or complaints - Psychosis related", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "Psychosis", + "Mental disorder combining symptoms that result in an impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000696", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-823", + "", + "Psychosis symptoms", + "The patient has symptoms of psychosis, such as changes in behavior, new trouble thinking clearly or concentrating, suspicousness, paranoid ideas, withdrawing socially, decline in self-care or personal hygiene, difficulty telling reality from fantasy, confused speech or trouble communicating.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالذهان", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Current symptoms or complaints - 6. Neurocognitive problems", + "a5b552b6-44db-42f1-a436-6f2f12de471e", + "6. Neurocognitive problems", + "", + "Coded", + "", + "Current symptoms or complaints - Neurocognitive problems", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "Neurocognitive problem", + "Neurocognitive disorder", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001291", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-825", + "", + "Neurocognitive symptoms", + "The patient has neurocognitive symtopms, such as agitation, confusion, dementia, or delirium.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عصبية إدراكية", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Current symptoms or complaints - 7. Behavior problems", + "5b271a75-d44b-466a-8baf-71153dc1895c", + "7. Behavior problems", + "", + "Coded", + "", + "Current symptoms or complaints - Behavior problems", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-889", + "", + "Adult behavioral problem", + "Adult patient displays a behavioral problem", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في السلوكيات", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Current symptoms or complaints - 8. Other symptoms", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8. Other symptoms", + "", + "Coded", + "", + "Current symptoms or complaints - Other symptoms", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "MSF-7", + "", + "Other", + "A generic, descriptive, and non-coded response to a question", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعراض أخرى", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Current symptoms or complaints - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-2563", + "", + "Other findings description", + "No DEF", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Current symptoms or complaints] !== '8.1 Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "TEXT", + "Mental Health-Baseline consultation- If other symptoms 1, specify", + "pj5hIE6iyAR", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Clinical diagnosis", + "22809b19-54ca-4d88-8d26-9577637c184e", + "Clinical diagnosis (only to be established by a psychologist)", + "", + "Coded", + "", + "Clinical diagnosis - MH", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + "Clinical diagnosis", + "Case diagnosis based on clinical presentation without adequate laboratory confirmation. ", + "N/A", + "Misc", + "164398AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1364", + "", + "Diagnosis", + "The identification of the problem(s) a patient is facing.", + " ", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "[Should be available only if provider = psychologist] -> NO + label modified", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "", + "", + "", + "", + "", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "BOOLEAN", + "Mental Health-Baseline consultation- Diagnosis by Psychologist", + "pN4iQH4AEzk", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFN: need to populate the [Diagnosis by Psychologist] data element in DHIS2 with 'Yes' if the provider is a psychologist", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Clinical diagnosis - If other, specify", + "819f79e7-b9af-4afd-85d4-2ab677223113", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + "Clinical diagnosis", + "Case diagnosis based on clinical presentation without adequate laboratory confirmation. ", + "N/A", + "Misc", + "164398AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Clinical", + "Generic clinical procedure", + "N/A", + "Procedure", + "12e0d20b-48b5-448c-871e-aba5f64a98ac", + 90, + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 50, + "", + "", + "", + "", + "Hide question if [Clinical diagnosis] !== '18. Other disorder'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "TEXT", + "Mental Health-Baseline consultation- Clinical diagnosis - If other, specify", + "W7cPAi8iXLZ", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Current symptoms or complaints 1", + "45b39cbf-0fb2-4682-8544-8aaf3e07a744", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "See MSF-815, 'Main syndrom', but the MSF question only have the main categories as answers", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 1", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Current symptoms or complaints 2", + "ee1b7973-e931-494e-a9cb-22b814b4d8ed", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Check if same as 1st complaint", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 2", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 2", + "RnbiVrrSFdm", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Current symptoms or complaints 3", + "92a92f62-3ff6-4944-9ea9-a7af23949bad", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Check if same as 1st complaint", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 3", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 3", + "CUdI1BJ5W8G", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Current symptoms or complaints - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Current symptoms or complaints 1] !== '8.1 Other' and [Current symptoms or complaints 2] !== '8.1 Other' and [Current symptoms or complaints 3] !== '8.1 Other'", + "", + "", + "", + "Arabic", + "أخرى", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation- If other symptoms 1, specify", + "pj5hIE6iyAR", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Main category of symptoms", + "9a8204ca-d908-4157-9285-7c970dbb5287", + "", + "", + "Coded", + "", + "Main category of symptoms - MH", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-815", + "", + "Main syndrome", + "What is the patient's primary syndrome from a coded list of answers.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تصنيف الاعراض والشكاوي", + " الأعراض أو الشكاوي الحالية (استمرار)", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain the categories of the answers that have been selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Duration of the main symptom", + "3edcfddb-7988-4ce5-97a0-d4c46b267a04", + "", + "", + "Coded", + "", + "Duration of the main symptom - MH", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-1731", + "Sign / symptom duration", + "The numeric value of the duration of the sign or symptom.", + "Not found in MSF and CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المدة الزمنية للعرض الرئيسي", + " الأعراض أو الشكاوي الحالية (استمرار)", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Important details of the main problem", + "4c9228b2-4ba2-4edb-8daf-31a824e5fa9a", + "Important details of the main problem: How long have they had the problem (significant events, etc.)?", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-162676", + "Symptom progression", + "Qualitative description of symptom progression or status.", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تفاصيل مهمة حول المشكلة الرئيسية: منذ متى يعاني المريض من المشكلة (ما هي بعض الأحداث الرئيسية، إلخ.)؟", + " الأعراض أو الشكاوي الحالية (استمرار)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Patient presentation", + "ddf9cb24-f51a-485f-b059-76f307bf468f", + "", + "How do they look or speak / motor activity / mood / thoughts / perceptions? Is the patient oriented in time / space / person / recent events?", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "CIEL-163043", + "Mental status exam findings", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مظهر المريض: كيف يبدو أو يتحدث / نشاطه الحركي / حالته المزاجية / أفكاره / تصوراته؟ هل المريض واعي زمانياً / مكانياً / لشخصه / للأحداث الجارية؟", + " الأعراض أو الشكاوي الحالية (استمرار)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Did you have problems performing daily activities, such as cooking, bathing, or chores outside the household?", + "b5c4b6d2-c880-43c5-a250-8fe09c9e394c", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت أي مشاكل عند اداء نشاطاتك اليومية, مثلا عند الطبخ, الاستحمام, او اداء المهام خارج المنزل؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Did you have problems getting along with family or friends?", + "b8968e50-436f-444e-8ab6-4b707fab090c", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت مشاكل في التوافق مع العائلة أو الأصدقاء؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Did you have any problems sleeping, such as sleeping too much or not enough?", + "f44f52dd-6eda-4ca5-8375-61164bff5a32", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت أي مشاكل بالنوم, مثلا نوم بشكل كثير او عدم النوم بشكل كافي؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Have you been bothered by unpleasant thoughts, worries or ideas?", + "9ba3837-cc74-4fe5-8be4-e439b02a1d62", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل شعرت بالانزعاج من تفكير غير سار, قلق او افكار؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Have you felt sad or nervous?", + "79d37985-b959-49c2-a7b8-7fe1618d641b", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل شعرت بالحزن او التوتر؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Have you been suffering?", + "802f0ec2-169f-41b7-ae83-2e8f2fc86e3a", + "", + "", + "Coded", + "", + "MHOS", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل كنت تعاني؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "MHOS score", + "b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df", + "", + "", + "Numeric", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "MHOS score at discharge", + "The score received on the MHOS scale at the time of discharge.", + "Numeric", + "Question", + "MSF-AAAAAA000000000000001721", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-829", + "", + "Mental Health Outcome Scale", + "The patient's score on the Mental Health Outcome Scale", + "", + "number", + "", + "", + 0, + 65, + "(did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (did_you_have_problems_getting_along_with_family_or_friends_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : did_you_have_problems_getting_along_with_family_or_friends_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : did_you_have_problems_getting_along_with_family_or_friends_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : did_you_have_problems_getting_along_with_family_or_friends_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : did_you_have_problems_getting_along_with_family_or_friends_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (_did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_felt_sad_or_nervous_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_felt_sad_or_nervous_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_felt_sad_or_nervous_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_felt_sad_or_nervous_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_felt_sad_or_nervous_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_been_suffering_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_been_suffering_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_been_suffering_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_been_suffering_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_been_suffering_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0)", + "", + "Yes", + "", + "", + "Arabic", + "MHOS النقاط", + "خلال الاسبوع الماضي… (MHOS)", + "INTEGER", + "Mental Health-Baseline consultation - MHOS", + "MF3RML0HLbP", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Little interest or pleasure in doing things?", + "eeac083f-9acd-4c04-bafc-b4266a02a3a3", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Little interest or pleasure in doing things", + "Similar to CIEL:165537", + "Coded", + "Question", + "85bdc2d2-afaa-4d5e-bc6b-ee8277d160f1", + 95, + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة الاهتمام أو الاستمتاع بممارسة الأشياء", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Feeling down, depressed, or hopeless?", + "0902dd6a-3f4e-422c-92eb-10e89cb783e2", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Feeling down, depressed, or hopeless", + "Similar to CIEL:165536", + "Coded", + "Question", + "01bf95d6-bcd0-44fb-8752-3da72f71ab6d", + 94, + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالحزن أو ضيق الصدر أو اليأس", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Trouble falling or staying asleep, or sleeping too much?", + "2ad5e737-fb27-44ea-bcf9-fafcbd7640fd", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Trouble falling or staying asleep, or sleeping too much", + "Similar to CIEL:142371", + "Coded", + "Question", + "c85fc943-b747-4d72-a0a8-6ca2dc8fb568", + 96, + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصعوبة في الرآون إلى النوم أو النوم بانتظام أو النوم أآثر من العادة", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Feeling tired or having little energy?", + "f899935f-13f0-472e-b1dd-569ead3c63f1", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Feeling tired or having little energy", + "Similar to Tired (CIEL:124628)", + "Coded", + "Question", + "8a034046-5fea-4253-a105-3af86b0679fe", + 94, + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالتعب أو بقلة الحيوية.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Poor appetite or overeating?", + "48177433-e9c0-43b7-be27-7d4992723e01", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + "Poor appetite", + "Abnormally reduced appetite. Clinical manifestation consisting of a physiopathological lack or loss of appetite accompanied by an aversion to food and the inability to eat.", + "N/A", + "Symptom/Finding", + "6031AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poor appetite or overeating", + "Adapted from PHQ-9 question 5 for Compañeros en Salud. The standard PHQ-9 question is \"Poor appetite or overeating.\"", + "Coded", + "Question", + "a34eb8de-4272-4da5-b785-6462dfb97cc2", + 92, + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة الشهية أو آثرة الأآل.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Feeling bad about yourself - or that you are a failure or have let yourself or your family down?", + "eb14c9f6-8c32-4cbb-a595-66ffd72b8cdb", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "Feeling bad about yourself or that you're a failure or have let yourself or your family down", + "How often has the patient felt bad about themself or that they're a failure or have let themself or their family down.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001245", + 95, + "Feeling bad about yourself or that you're a failure or have let yourself or your family down", + "", + "Coded", + "Question", + "167071AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بعدم الرضا عن النفس أو بالفشل أو الإحباط تجاه ذويك.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Trouble concentrating on things, such as reading the newspaper or watching television?", + "2bf607e1-85f3-4514-9e07-e3f8caabbc57", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "Trouble concentrating on things such as reading the newspaper or watching television", + "How often has the patient had trouble concentrating on things such as reading the newspaper or watching television.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001246", + 97, + "Trouble concentrating on things such as reading the newspaper or watching television", + "", + "Coded", + "Question", + "167072AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصعوبة في الترآيز على الأشياء، مثل قراءة الصحف أو مشاهدة التليفزيون.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Moving or speaking so slowly that other people could have noticed? Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual?", + "50fb199e-410c-40d4-bbd9-44f641d4421d", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "Moving or speaking so slowly that other people could have noticed or being so fidgety or restless that you have been moving around lot more than usual", + "How often has the patient been moving or speaking so slowly that other people could have noticed or being so fidgety or restless that they have been moving around lot more than usual.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001247", + 93, + "Moving or speaking so slowly that other people could have noticed or being so fidgety or restless that you have been moving around lot more than usual", + "", + "Coded", + "Question", + "167073AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 93, + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بطء في الحرآة أو الكلام بدرجة ملحوظة من الآخرين؟ أو على العكس من ذلك آثرة التململ والتحرك إلى درجة فوق العادة.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Thoughts that you would be better off dead, or of hurting yourself in some way?", + "5723ae77-b752-404a-a5dd-5b1d8be222c4", + "", + "", + "Coded", + "", + "PHQ9", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "Thoughts that you would be better off dead or of hurting yourself in some way", + "How often has the patient had thoughts that they would be better off dead or of hurting themself in some way.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001248", + 97, + "Thoughts that you would be better off dead or of hurting yourself in some way", + "", + "Coded", + "Question", + "167074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بتفضيل الموت عن الحياة أو بإيذاء النفس بطريقة ما.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "PHQ-9 score", + "5f3d618e-5c89-43bd-8c79-07e4e98c2f23", + "", + "Sum of all points from answers above", + "Numeric", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-1429", + "", + "Patient Health Questionnaire 9", + "The PHQ-9 is a nine-item self-report measure of depressive symptoms. The brief measure has been used in multiple settings and validated among multiple cultural groups.", + " ", + "number", + "", + "", + 0, + 27, + "(no_interest === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : no_interest === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : no_interest === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (depressed === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : depressed === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : depressed==='163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (sleep === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : sleep === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : sleep === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (feelingTired === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : feelingTired === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : feelingTired === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) +(poorAppetite === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : poorAppetite === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : poorAppetite === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (troubled === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : troubled === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : troubled === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (feelingBad === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : feelingBad === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : feelingBad === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (speakingSlowly === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : speakingSlowly === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : speakingSlowly === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (betterDead === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : betterDead === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : betterDead === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0)", + "", + "", + "", + "", + "Arabic", + "PHQ9 النقاط", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "(Tooltip added) | OpenFn: integer in OpenMRS, coded in DHIS2 / or map with the Depression severity scale", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Depression severity scale", + "ffead923-80bc-4afa-833d-7690f35bf5b0", + "", + "A patient is considered as having signs of depression if: The answer to at least one of the first two questions is “more than half the time” AND the question about difficulty at home, work and going along with others is answered at least “somewhat difficult”", + "Coded", + "", + "Depression severity scale", + "", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "select", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Rendering modified + Tooltip added", + "" + ], + [ + "Scores", + "CGI - Clinical Global Impression", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "CGI-S score", + "a1a75011-0fef-460a-b666-dda2d171f39b", + "CGI-S score - How mentally ill is the patient at this time?", + "", + "Coded", + "", + "CGI-S", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-830", + "", + "Clinical GIobal Impression- Severity score", + "The patient's Clinical GIobal Impression severity score , ranging from 0 (not assesed) to 7 (very much worse).", + "", + "select", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قياس درجة الشدة (CGI-S): ما مدى شدة المرض النفسي لدى المريض في هذه الفترة؟", + "CGI", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Positive functionality", + "00617df0-f2bb-4e9c-84b8-836c9d281a20", + "Positive functionality: Is the patient capable of being independent, caring for themselves (bathing/eating), going to work/school, etc.?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Not found in MSF and CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "القدرة الوظيفية: هل المريض قادر على أن يكون مستقلاً، وأن يعتني بنفسه (أن يستحم / يأكل)، وأن يذهب إلى العمل / المدرسة، إلخ.؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Internal resources", + "021d9afe-7d46-406c-b450-c0cd1e251f79", + "Internal resources: Does the patient believe that they have the abilities needed to overcome the current problem / do they have hope for their future?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الداخلية: هل يعتقد المريض أن لديه القدرات اللازمة لتجاوز المشكلة الحالية / هل لديه أمل في مستقبله؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "External resources", + "b745fc24-46ec-433b-8df6-78bbd6733472", + "External resources: Does the patient believe that they have someone who they can rely on for help in their lives?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الخارجية: هل يعتقد المريض أن لديه أحد يمكنه الاعتماد عليه، ويمكن أن يساعده في حياته؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Spiritual / moral resources", + "e3babf1f-95da-4e30-9593-a37beeff8ef2", + "Spiritual / moral resources: Are the patient’s beliefs a source of strength for them when dealing with problems?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الروحية / المعنوية: هل معتقدات المريض مصدرُ قوة له عند التعامل مع المشاكل؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Has the patient had thoughts of death or suicide?", + "c2664992-8a5a-4a6d-9238-5df591307d55", + "1. Has the patient had thoughts of death or suicide?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل راودت المريض أفكار عن الموت أو الانتحار؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient had thoughts of death or suicide?", + "OZViJk8FPVd", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Section name modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Thoughts of death or suicide - Frequency", + "a590d345-65d1-4534-bfe4-375ef780e424", + "Frequency", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Has the patient had thoughts of death or suicide?] !== 'Yes'", + "", + "", + "", + "Arabic", + "درجة تواتر الفكرة", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Has the patient hurt themselves / caused self-harm?", + "d3d978ab-da68-4672-ae0c-8270fa992a08", + "2. Has the patient hurt themselves / caused self-harm?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل قام المريض بأذية نفسه أو تسبب بأذيتها؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Patient hurt themselves / caused self-harm - Type of behavior and frequency", + "8ab1ff08-c32d-4832-bc9d-5542be594d12", + "Type of behavior and frequency", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Has the patient hurt themselves / caused self-harm?] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع السلوك ودرجة تواتره", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Has the patient attempted suicide or tried to kill themselves?", + "a6c5188c-29f0-4d3d-8cf5-7852998df86f", + "3. Has the patient attempted suicide or tried to kill themselves?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل حاول المريض الانتحار أو قتل نفسه؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient attempted suicide or tried to kill themselves?", + "dfdv3SkeXKe", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Patient attempted suicide or tried to kill themselves - Number of attempts and method", + "667ebdfe-e989-4b56-8511-bb7a3165b327", + "Number of attempts and method", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Has the patient attempted suicide or tried to kill themselves?] !== 'Yes'", + "", + "", + "", + "Arabic", + "عدد المحاولات والأسلوب", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "abede172-ba87-4ebe-8054-3afadb181ea3", + "4. Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يمثل المريض في الوقت الحالي خطراً على نفسه، من حيث أنه قد يؤذي نفسه أو يحاول الانتحار؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "hWMBCCA2yy1", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Patient currently at risk of hurting himself/herself or attempting suicide - Action taken to reduce risk ", + "58187804-7c6c-47bf-b9d4-d45effbb3665", + "Action taken to reduce risk ", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Is the patient currently at risk of hurting himself/herself or attempting suicide?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراءات المتبعة للحد من الخطر", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Is the patient currently at risk of hurting others?", + "ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab", + "5. Is the patient currently at risk of hurting others?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يمثل المريض في الوقت الحالي خطراً على الآخرين، من حيث أنه قد يؤذيهم؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation - Is the patient currently at risk of hurting others", + "TWuCY5r2wx7", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Patient currently at risk of hurting others - Action taken to reduce risk ", + "517ff456-6aa7-4deb-8526-c0773423632f", + "Action taken to reduce risk ", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Is the patient currently at risk of hurting others?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراءات المتبعة للحد من الخطر", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Does the patient regularly use alcohol / substances to become intoxicated?", + "d516de07-979b-411c-b7e4-bd09cf7d9d91", + "6. Does the patient regularly use alcohol / substances to become intoxicated?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يتعاطى المريض الكحول / العقاقير لكي يثمل بشكل منتظم أو معتاد؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Does the patient regularly use alcohol / substances to become intoxicated?", + "QHrIUMhjZlO", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Patient regularly uses alcohol / substances to become intoxicated - Type of substance and frequency ", + "7a62e58e-4f0f-4669-8d7c-51b5e21c5c4c", + "Type of substance and frequency ", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Does the patient regularly use alcohol / substances to become intoxicated?] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع العقار وانتظام تعاطيه", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Is the patient currently on psychotropic / psychiatric medication?", + "5f5e126b-962f-4c92-96bc-cbb1f3f06ba3", + "7. Is the patient currently on psychotropic / psychiatric medication?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل المريض يأخذ في الوقت الحالي أدوية علاج نفسي / مؤثرات عقلية؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Patient currently on psychotropic / psychiatric medication - Prescribed by", + "d5d1e465-d663-44b4-b0e4-d9ce3eb1d5c2", + "Prescribed by", + "", + "Coded", + "", + "Medication prescribed by - MH", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide if [Is the patient currently on psychotropic / psychiatric medication?] !== 'Yes'", + "", + "", + "", + "Arabic", + "قام بوصف الدواء", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Has the patient experienced an act of aggression or violence?", + "3e97c2d0-15c1-4cfd-884f-7a4721079217", + "8. Has the patient experienced an act of aggression or violence?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل المريض يأخذ في الوقت الحالي أدوية علاج نفسي / مؤثرات عقلية؟ ", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient experienced an act of aggression or violence?", + "H1fMCaOzr8F", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Patient experienced an act of aggression or violence - What type(s) of violence?", + "d8c84af2-bd9b-4bf3-a815-81652cb0b0bc", + "What type(s) of violence?", + "", + "Coded", + "", + "Type of violence", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، فأي نوع من", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip logic must be verified | OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "", + "", + "", + "", + "Coded", + "", + "Type of violence 2", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "", + "", + "", + "", + "Coded", + "", + "Type of violence 3", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Type(s) of violence - If other, specify", + "d9b92c93-5017-4229-be19-2a0ebf9e9169", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "=\"Hide question if [\"&R[-3]C[-40]&\"] !== 'Other'\"", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Patient experienced an act of aggression or violence - Time between violence event and consultation", + "aae000c3-5242-4e3c-bd1f-7e922a6d3d34", + "Time between violence event and consultation", + "", + "Coded", + "", + "Time between violence event and consultation", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence?] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، المدة الزمنية بين حادث العنف والاستشارة", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Would the patient like a referral to the medical department for treatment?", + "af302eef-4738-4337-b4b9-e154adbbab49", + "9. If yes, would the patient like a referral to the medical department for treatment (or midwife/maternity for sexual violence)?", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence?] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، فهل يرغب المريض بأن تتم إحالته إلى القسم الطبي من أجل تلقي العلاج (أو لمراجعة قابلة / أو أخصائية أمومة في حالة العنف الجنسي)؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Patient would like a referral to the medical department for treatment - Action taken", + "30b0ac06-848f-4a86-93d7-c91debb8f2ad", + "Action taken", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Would the patient like a referral to the medical department for treatment?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراء المتخذ", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Past / Precipitating Events - Medical conditions", + "0d2523ea-f175-4f37-8ece-32c28c68367a", + "1. Medical conditions", + "", + "Coded", + "", + "Past / Precipitating Events - Medical conditions", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "Medical condition", + "MH stressors category", + "Coded", + "Question", + "MSF-AAAAAA000000000000001209", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحالات الطبية", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Past / Precipitating Events - Violence", + "9b3fb5d2-e40d-434d-a755-d136cee7d5f9", + "2. Violence", + "", + "Coded", + "", + "Past / Precipitating Events - Violence", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " العنف", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Past / Precipitating Events - Separation or loss", + "edab07a2-b620-4e56-a079-af7fc9449039", + "3. Separation or loss", + "", + "Coded", + "", + "Past / Precipitating Events - Separation or loss", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانفصال او الفقد", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Past / Precipitating Events - Disaster", + "4267a98b-e8c1-4471-8afa-928be2599f66", + "4. Disaster", + "", + "Coded", + "", + "Past / Precipitating Events - Disaster", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكوارث", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Past / Precipitating Events - Other", + "af96ffd7-e0f3-487f-98a0-ef4dee327b38", + "5. Other", + "", + "Coded", + "", + "Past / Precipitating Events - Other", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Past / Precipitating Events - If other, specify", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "If other, specify", + "", + "Text", + "=IF(RC[-1]=\"Coded\",IF(RC[-5]<>OFFSET(RC[-5],-1,0),1,MAXIFS(INDIRECT(\"G$1:G\"&ROW()-1),INDIRECT(\"A$1:A\"&ROW()-1),RC[-8],INDIRECT(\"D$1:D\"&ROW()-1),RC[-5])+1),\"\")", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 50, + "", + "", + "", + "", + "Hide question if [Past / Precipitating Events] !== '5.3 Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1 - If other, specify", + "m8qis4iUOTo", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Main past or precipitating events - 1", + "d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608", + "", + "", + "Coded", + "", + "Past / precipitating events", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الأولى", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Section renamed | The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Main past or precipitating events - 2", + "54a9b20e-bce5-4d4a-8c9c-e0248a182586", + "", + "", + "Coded", + "", + "Past / precipitating events", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الثانية", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Main past or precipitating events - 3", + "e0d4e006-85b5-41cb-8a21-e013b1978b8b", + "", + "", + "Coded", + "", + "Past / precipitating events", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الثالثة", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Main category of precipitating event", + "c1a3ed2d-6d9a-453d-9d93-749164a76413", + "", + "", + "Coded", + "", + "Main category of precipitating event", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الحدث المحفز الرئيسي", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain the categories of the answers that have been selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Relevant details of the past / precipitating events", + "2e6ca6a9-886e-483a-911f-92f6a16b11c9", + "", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تفاصيل ذات صلة بالأحداث الماضية / المحفزة", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Overall goals for therapy", + "8bea5a61-73e6-40c1-af04-43dec63749a4", + "", + "What are you trying to accomplish over several sessions with the patient? Try to be specific & define these with the patient.", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أهداف العلاج النفسي الإجمالية (ما الذي تحاول إنجازه على مدى عدة جلسات مع المريض؟ حاول أن تكون دقيقاً في طرحك، وقم بتحديد الإجابة مع المريض)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Today’s session", + "c0744459-b715-4a66-8d65-4bdaef3f90b7", + "Today’s Session (what did you do today in session?)", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جلسة اليوم (ماذا فعلتم في جلسة اليوم؟)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Homework", + "8e7e0064-59c3-4440-b687-a253d7880c29", + "Homework (what will the patient do before next session?)", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-2915", + "", + "", + "Plan for next session", + "Specify topic and person informed (patient and/or caregiver)", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المقرر المنزلي (ماذا سيفعل المريض قبل الجلسة القادمة؟)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Follow up session required?", + "5f6e245c-83fc-421b-8d46-061ac773ae71", + "Follow up session required? (If no, fill the Exit form)", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "Follow up session", + "", + "N/A", + "Misc", + "f5dc7cdd-dc1b-4a83-8981-ec03b390149e", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-834", + "", + "", + "Follow-up need status", + "Does the patient need a follow up consultation", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جلسة المتابعة مطلوبة? (إذا كانت الإجابة لا، املأ نموذج الخروج)", + "المتابعة", + "BOOLEAN", + "Mental Health-Baseline consultation- Follow up session required", + "yCwuZ0htrlH", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Set the next appointment date in Appointments module", + "", + "", + "", + "Text", + "=IF(RC[-1]=\"Coded\",IF(RC[-5]<>OFFSET(RC[-5],-1,0),1,MAXIFS(INDIRECT(\"G$1:G\"&ROW()-1),INDIRECT(\"A$1:A\"&ROW()-1),RC[-8],INDIRECT(\"D$1:D\"&ROW()-1),RC[-5])+1),\"\")", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "markdown", + "", + "", + "", + "", + "", + "Hide question if [Follow up session required] !== 'Yes'", + "", + "", + "", + "Arabic", + "تعيين تاريخ الموعد التالي في وحدة المواعيد", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Question replaced by a comment (markdown)", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Referral done", + "6d3876be-0a27-466d-ad58-92edcc8c31fb", + "", + "", + "Coded", + "", + "Yes-no", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "Referral", + "Patient was referred to another facility.", + "N/A", + "Misc", + "93eb9716-6866-4d13-9b8f-59c0a7605a11", + 90, + " ", + "", + "", + "", + "", + " ", + "Referral", + "", + "N/A", + "Misc", + "124073f0-1f67-419e-bf18-254db082406b", + 90, + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-2062", + "", + "", + "Referral", + "Patient was referred to another facility", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " تم إعادة إحالة المريض", + "المتابعة", + "BOOLEAN", + "Mental Health-Baseline consultation- Referral out done", + "RiiH9A53rvG", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Type of referral", + "8fb3bb7d-c935-4b57-8444-1b953470e109", + "", + "", + "Coded", + "", + "Type of referral - MH", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use CIEL manual", + "Yes", + "", + "PIH-1272", + "Type of referral ordered", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Referral done] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع الإحالة", + "المتابعة", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Type of referral - If other, specify", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "If other, specify", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Type of referral] !== 'Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + "=OFFSET(RC,-1,0)+IF(OR(RC[1]=\"\",RC[1]=OFFSET(RC[1],-1,0)),0,1)", + "Reason for referral", + "b7fdcd18-fc30-4b5d-82b2-bb0eec31f0e4", + "", + "", + "Text", + "", + "", + "=IF(ISBLANK(RC[-7]),\"\",IF(ISBLANK(RC[-5]),RC[-7],RC[-5]))", + "Reason for referral", + "A list of concerns or other issues that led to the patient's referral.", + "Coded", + "Question", + "MSF-AAAAAA000000000000000461", + 95, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "=IF(OR(RC[-14]<>\"\", RC[-8]<>\"\", RC[-2]<>\"\", RC[3]<>\"\", RC[4]<>\"\"), \"Found\", \"Missing\")", + "Use MSF manual", + "Yes", + "MSF-62", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Referral done] !== 'Yes'", + "", + "", + "", + "Arabic", + "أسباب الإحالة", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ] + ], + "hidden": null, + "rowCount": 101, + "rowIndex": 0, + "valueTypes": [ + [ + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Double", + "Double", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "Double", + "Double", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Double", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "String", + "String", + "String", + "Double", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "Empty", + "String", + "String", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "String", + "Empty", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ], + [ + "String", + "String", + "Double", + "String", + "String", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "Double", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Double", + "Empty", + "Empty", + "Empty", + "Empty", + "String", + "Empty", + "Empty", + "Empty", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "String", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty", + "Empty" + ] + ], + "values": [ + [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + " ", + "", + "", + "", + "", + "", + "Automatch Suggestions from CIEL Source", + "", + "", + "", + "", + "", + "Automatch Suggestions from PIH Source", + "", + "", + "", + "", + "", + "", + "OCL ", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "DHIS2", + "", + "", + "", + "", + "", + "", + "", + "OpenFn", + "", + "", + "", + "", + "", + "" + ], + [ + "Page", + "Section", + "Question #", + "Question", + "External ID", + "Label if different", + "Tooltip i", + "Datatype", + "Answer ID", + "OptionSet name", + "Label", + "MSF Source Suggestion", + "MSF Source Description", + "MSF Source Datatype", + "MSF Source Class", + "MSF Source External ID", + "MSF Source Score", + "CIEL Source Suggestion", + "CIEL Source Description", + "CIEL Source Datatype", + "CIEL Source Class", + "CIEL Source External ID", + "CIEL Source Score", + "PIH Source Suggestion", + "PIH Source Description", + "PIH Source Datatype", + "PIH Source Class", + "PIH Source External ID", + "PIH Source Score", + "Concept found", + "OCL validation", + "1st occ.", + "MSF concept ID", + "CIEL/PIH concept ID", + "OCL/PIH name", + "OCL/PIH definition", + "OCL/PIH Comments", + "Rendering", + "Validation (length)", + "Default value", + "Lower limit", + "Upper limit", + "Calculation", + "Skip logic", + "Mandatory", + "PII / Sensitive", + "Anonymization", + "Locale", + "Translation - Question", + "Translation - Section", + "DHIS2 type", + "DHIS2 DE full name", + "DHIS2 DE UID", + "DHIS2 Option Set name", + "DHIS2 Option Set UID", + "DHIS2 Option name", + "DHIS2 Option UID", + "Configuration", + "OMRS Data Value Path", + "OMRS Data Sample", + "Transformation", + "Workflow", + "Expose in OpenFn\nrun logs?", + "Comments", + "Status" + ], + [ + "Consultation", + "Admission", + 1, + "Admission type", + "4dae5b12-070f-4153-b1ca-fbec906106e1", + "", + "", + "Coded", + "", + "Admission type - MH", + "Admission type", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-2473", + "", + "Admission category", + "No DEF", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الدخول", + "دخول المريض", + "TEXT", + "Mental Health-Baseline consultation- Admission type", + "rSIazMFEBjD", + "GL - Admission type", + "wTGMuMQQwmQ", + "{always blank}", + "{always blank}", + "", + "(object.attributeName)", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Admission", + 2, + "Sex", + "ec42d68d-3e23-43de-b8c5-a03bb538e7c7", + "", + "", + "Coded", + "", + "Sex - Standard", + "Sex", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الجنس", + "دخول المريض", + "TEXT", + "Sex", + "qptKDiv9uPl", + "GL - Sex / Sex (M/F)", + "DNOavthBRGL", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "Added" + ], + [ + "Consultation", + "Admission", + 3, + "How many people live with the patient?", + "58dec757-38d5-4c7b-9bd3-713d965f4883", + "", + "", + "Numeric", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "number", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "كم شخصاً يعيش مع المريض؟", + "دخول المريض", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "Added" + ], + [ + "Consultation", + "Consultation information", + 4, + "Type of consultation", + "1a8bf24f-4f36-4971-aad9-ae77f3525738", + "", + "", + "Coded", + "", + "Type of consultation - MHPSS baseline", + "Type of consultation", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-1314", + "", + "Type of therapeutic session", + "The type of activity/ session/consultation provided.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الاستشارة", + "بيانات الاستشارة", + "TEXT", + "Mental Health-Baseline consultation- Consultation type", + "KSBMR1BDGwx", + "Mental Health-Baseline- Consultation type", + "O72UnPJGuKC", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + 5, + "Total number of beneficiaries in family consultation", + "b87a93ff-a4a1-4601-b35d-1e42bfa7e194", + "", + "", + "Numeric", + "", + "", + "Total number of beneficiaries in family consultation", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Not found", + "number", + "", + "", + 0, + 99, + "", + "Hide question if [Type of consultation] !== 'Family'", + "", + "", + "", + "Arabic", + "عائلية عدد المرضى", + "بيانات الاستشارة", + "INTEGER", + "Mental Health-Baseline consultation- Total number of beneficiaries in family consultation", + "DMaLm9u4GCq", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + 6, + "Consultation done by", + "722dd83a-c1cf-48ad-ac99-45ac131ccc96", + "", + "", + "Coded", + "", + "Consultation done by - MHPSS baseline", + "Consultation done by", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL manual", + "Yes", + "", + "CIEL-5507", + "Consultant", + "Form completed today by: Consultant", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشخص الذي قام بالاستجابة", + "بيانات الاستشارة", + "TEXT", + "Mental health-Baseline consultation- Consultation done by", + "WDY6MkQWyHb", + "Mental health - Consultation done by", + "LT0yOAOGLDf", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Corresponds to roles but we keep the question here - improvements to be considered later (i.e. automatically populate on the basis of the role)", + "" + ], + [ + "Consultation", + "Consultation information", + 7, + "Location of intervention", + "82978311-bef9-46f9-9a9a-cc62254b00a6", + "", + "", + "Coded", + "", + "Location of intervention - MHPSS", + "Location of intervention", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-1297", + "", + "Intervention setting", + "The location in which the medical intervention takes place.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "موقع الاستجابة", + "بيانات الاستشارة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention", + "AuDPJg6gZE7", + "Mental Health-Baseline- Location of first consultation", + "zdJEZvP5dVf", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + 8, + "Location of intervention - If Health Facility, specify", + "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d", + "Specify Health Facility", + "", + "Text", + "", + "", + "Specify Health Facility", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Health facility'", + "", + "", + "", + "Arabic", + "اذا منشأة صحية، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If Health Facility, specify", + "CLGnlnFqqnk", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + 9, + "Location of intervention - If MSF Health Facility, specify", + "41e68dee-a2a3-4e6c-9d96-53def5caff52", + "Specify MSF Health Facility", + "", + "Text", + "", + "", + "Specify MSF Health Facility", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'MSF health facility'", + "", + "", + "", + "Arabic", + "اذا منشأة صحية لأطباء بلا حدود، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If MSF Health Facility, specify", + "f64XCwzJW02", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + 10, + "Location of intervention - If Mobile Clinic, specify", + "08cd4b4a-4b0b-4391-987b-b5b3d770d30f", + "Specify Mobile Clinic", + "", + "Text", + "", + "", + "Specify Mobile Clinic", + "Clinic", + "A health clinic.", + "N/A", + "Misc", + "MSF-AAAAAA000000000000000447", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "To be discussed - name of facility / clinic", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Mobile clinic'", + "", + "", + "", + "Arabic", + "اذا عيادات متنقلة، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If Mobile Clinic, specify", + "YeaUNruqmca", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + 11, + "Type of intervention", + "82978311-bef9-46f9-9a9a-cc62254b00a6", + "", + "", + "Coded", + "", + "Type of Mental Health intervention - MHPSS", + "Type of intervention", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL manual", + "Yes", + "", + "CIEL-163311", + "Mental health interventions", + "No DEF", + "No answers in CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الاستجابة", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Type of Intervention", + "KeyiEPc4pII", + "Mental Health- Type of Intervention", + "F350PsrQw3Z", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Consultation information", + 12, + "Location of intervention - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "If other, specify", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Location of intervention] !== 'Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الاستجابة", + "TEXT", + "Mental Health-Baseline consultation- Location of Intervention - If other, specify", + "KjgDauY9v4J", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Consultation", + "Referral source", + 13, + "Patient referred by", + "c3c86c1b-07be-4506-ab25-8f35f4389b19", + "", + "", + "Coded", + "", + "Patient referred by - MH", + "Patient referred by", + "", + "", + "", + "", + "", + " ", + "Patient referred", + "Whether a patient was referred to the facility or not. Question on a form answered with a check box.", + "Boolean", + "Question", + "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + "Patient", + "Person with illness or receiving care", + "N/A", + "Misc", + "1249F550-FF24-4F3E-A743-B37232E9E1C3", + 90, + "Found", + "Use MSF manual", + "Yes", + "MSF-1290", + "CIEL-164408", + "Source of initial patient referral", + "Where the patient was initially referred from.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تمت الإحالة من قسم ", + "تمت الإحالة من قسم", + "TEXT", + "Mental Health-Baseline consultation- Patient referred by", + "qfYPXP76j8g", + "Mental Health-Baseline- Patient referred by", + "xZNOeqJ7DuL", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Main problem or reason for referral", + 14, + "Main problem or reason for referral", + "53b450aa-d27c-4c2f-9a4e-98513bbe645f", + "", + "Why is the patient coming to the MH department? Write in patient’s words", + "Text", + "", + "", + "Main problem or reason for referral", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-61", + "", + "Reason for referral", + "A list of concerns or other issues that led to the patient's referral.", + " ", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المشكلة الرئيسية أو سبب الإحالة", + "المشكلة الرئيسية أو سبب الإحالة (لماذا جاء هذا المريض إلى قسم رعاية الصحة النفسية؟ اكتب مستخدماً كلمات المريض)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + 15, + "Current symptoms or complaints - 1. Psychosomatic", + "c899d33a-adde-4c70-ad65-2326b8843e3b", + "1. Psychosomatic", + "", + "Coded", + "", + "Current symptoms or complaints - Psychosomatic", + "1. Psychosomatic", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "MSF-459", + "", + "Psychosomatic problems", + "Any psychological condition that leads to physical symptoms, often without any clear medical explanation.", + "Don't create this item - for display only. Create only one multiple choice concept", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " المشكلة الرئيسية أو سبب الإحالة", + "المشكلة الرئيسية أو سبب الإحالة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The answers are missing under 1. Psychosomatic | Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + 16, + "Current symptoms or complaints - 2. Depression related", + "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", + "2. Depression related", + "", + "Coded", + "", + "Current symptoms or complaints - Depression related", + "2. Depression related", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "No mapping", + "", + "MSF-1298", + "", + "Depression symptoms", + "The symptoms of depression experienced by the patient.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالاكتئاب", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + 17, + "Current symptoms or complaints - 3. Anxiety related", + "241b3278-3803-478b-8484-70e2b17e5543", + "3. Anxiety related", + "", + "Coded", + "", + "Current symptoms or complaints - Anxiety related", + "3. Anxiety related", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "MSF-819", + "", + "Anxiety symptoms", + "The patient is experiencing symptoms of anxiety, such as feeling restless, wound-up, on edge, easily fatigued, difficulty concentrating, irritable, having headaches, muscle aches, stomach aches, unexplained pains, difficulty controlling feelings of worry, or sleep problems such as difficulty falling alseep or staying alseep", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالقلق", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + 18, + "Current symptoms or complaints - 4. Trauma related", + "3a0c003c-9149-4a5f-a236-ed5d61231950", + "4. Trauma related", + "", + "Coded", + "", + "Current symptoms or complaints - Trauma related", + "4. Trauma related", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "MSF-820", + "", + "Trauma-related symptoms", + "The patient is experiencing symptoms related to trauma, such as unpredictable emotions, flashbacks, strained relationships, headaches, or nausea\n", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالصدمة", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + 19, + "Current symptoms or complaints - 5. Psychosis related", + "612c130a-0ae9-4565-af09-b5437334c742", + "5. Psychosis related", + "", + "Coded", + "", + "Current symptoms or complaints - Psychosis related", + "5. Psychosis related", + "Psychosis", + "Mental disorder combining symptoms that result in an impaired relationship with reality.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000696", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "MSF-823", + "", + "Psychosis symptoms", + "The patient has symptoms of psychosis, such as changes in behavior, new trouble thinking clearly or concentrating, suspicousness, paranoid ideas, withdrawing socially, decline in self-care or personal hygiene, difficulty telling reality from fantasy, confused speech or trouble communicating.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مرتبطة بالذهان", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + 20, + "Current symptoms or complaints - 6. Neurocognitive problems", + "a5b552b6-44db-42f1-a436-6f2f12de471e", + "6. Neurocognitive problems", + "", + "Coded", + "", + "Current symptoms or complaints - Neurocognitive problems", + "6. Neurocognitive problems", + "Neurocognitive problem", + "Neurocognitive disorder", + "N/A", + "Finding", + "MSF-AAAAAA000000000000001291", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "MSF-825", + "", + "Neurocognitive symptoms", + "The patient has neurocognitive symtopms, such as agitation, confusion, dementia, or delirium.", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل عصبية إدراكية", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + 21, + "Current symptoms or complaints - 7. Behavior problems", + "5b271a75-d44b-466a-8baf-71153dc1895c", + "7. Behavior problems", + "", + "Coded", + "", + "Current symptoms or complaints - Behavior problems", + "7. Behavior problems", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "MSF-889", + "", + "Adult behavioral problem", + "Adult patient displays a behavioral problem", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مشاكل في السلوكيات", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + 22, + "Current symptoms or complaints - 8. Other symptoms", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "8. Other symptoms", + "", + "Coded", + "", + "Current symptoms or complaints - Other symptoms", + "8. Other symptoms", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "MSF-7", + "", + "Other", + "A generic, descriptive, and non-coded response to a question", + "Don't create this item - for display only", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "اعراض أخرى", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Current symptoms and complaints]", + "Do not create concept" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + 23, + "Current symptoms or complaints - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "If other, specify", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Already mapped", + "No", + "MSF-2563", + "", + "Other findings description", + "No DEF", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Current symptoms or complaints] !== '8.1 Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الأعراض أو الشكاوي الحالية (ما الذي يشتكي منه المريض / ما الذي يراه؟)", + "TEXT", + "Mental Health-Baseline consultation- If other symptoms 1, specify", + "pj5hIE6iyAR", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + 24, + "Clinical diagnosis", + "22809b19-54ca-4d88-8d26-9577637c184e", + "Clinical diagnosis (only to be established by a psychologist)", + "", + "Coded", + "", + "Clinical diagnosis - MH", + "Clinical diagnosis (only to be established by a psychologist)", + "", + "", + "", + "", + "", + " ", + "Clinical diagnosis", + "Case diagnosis based on clinical presentation without adequate laboratory confirmation. ", + "N/A", + "Misc", + "164398AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-1364", + "", + "Diagnosis", + "The identification of the problem(s) a patient is facing.", + " ", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "TEXT", + "Mental Health-Baseline consultation - Clinical diagnosis", + "RqsvaPH9vHt", + "Mental Health-Baseline- Clinical diagnosis", + "flvpQl6fVkp", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "[Should be available only if provider = psychologist] -> NO + label modified", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + 24, + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "BOOLEAN", + "Mental Health-Baseline consultation- Diagnosis by Psychologist", + "pN4iQH4AEzk", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFN: need to populate the [Diagnosis by Psychologist] data element in DHIS2 with 'Yes' if the provider is a psychologist", + "" + ], + [ + "Problems / symptoms", + "Clinical diagnosis", + 25, + "Clinical diagnosis - If other, specify", + "819f79e7-b9af-4afd-85d4-2ab677223113", + "If other, specify", + "", + "Text", + "", + "", + "If other, specify", + "", + "", + "", + "", + "", + " ", + "Clinical diagnosis", + "Case diagnosis based on clinical presentation without adequate laboratory confirmation. ", + "N/A", + "Misc", + "164398AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Clinical", + "Generic clinical procedure", + "N/A", + "Procedure", + "12e0d20b-48b5-448c-871e-aba5f64a98ac", + 90, + "Found", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 50, + "", + "", + "", + "", + "Hide question if [Clinical diagnosis] !== '18. Other disorder'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "TEXT", + "Mental Health-Baseline consultation- Clinical diagnosis - If other, specify", + "W7cPAi8iXLZ", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + 26, + "Current symptoms or complaints 1", + "45b39cbf-0fb2-4682-8544-8aaf3e07a744", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "Current symptoms or complaints 1", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "See MSF-815, 'Main syndrom', but the MSF question only have the main categories as answers", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 1", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 1", + "PCGI7EnvCQS", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + 27, + "Current symptoms or complaints 2", + "ee1b7973-e931-494e-a9cb-22b814b4d8ed", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "Current symptoms or complaints 2", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Check if same as 1st complaint", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 2", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 2", + "RnbiVrrSFdm", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + 28, + "Current symptoms or complaints 3", + "92a92f62-3ff6-4944-9ea9-a7af23949bad", + "", + "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician.", + "Coded", + "", + "Current symptoms or complaints - MH", + "Current symptoms or complaints 3", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Check if same as 1st complaint", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الأعراض أو الشكاوي الحالية 3", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation - Signs and symptoms 3", + "CUdI1BJ5W8G", + "Mental Health-Baseline - Signs and symptoms", + "MRNqXzrPl0H", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Select the main problems prioritized as 1, 2 and 3 from the lists", + 29, + "Current symptoms or complaints - If other, specify", + "e08d532b-e56c-43dc-b831-af705654d2dc", + "If other, specify", + "", + "Text", + "", + "", + "If other, specify", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Current symptoms or complaints 1] !== '8.1 Other' and [Current symptoms or complaints 2] !== '8.1 Other' and [Current symptoms or complaints 3] !== '8.1 Other'", + "", + "", + "", + "Arabic", + "أخرى", + "حدد الأولويات واكتب رمز الأعراض أو الشكاوي الثلاثة الرئيسية", + "TEXT", + "Mental Health-Baseline consultation- If other symptoms 1, specify", + "pj5hIE6iyAR", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + 30, + "Main category of symptoms", + "9a8204ca-d908-4157-9285-7c970dbb5287", + "", + "", + "Coded", + "", + "Main category of symptoms - MH", + "Main category of symptoms", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-815", + "", + "Main syndrome", + "What is the patient's primary syndrome from a coded list of answers.", + " ", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تصنيف الاعراض والشكاوي", + " الأعراض أو الشكاوي الحالية (استمرار)", + "TEXT", + "Mental Health-Baseline consultation- Main category of symptoms", + "YfcNA5bvkxT", + "Mental Health-Baseline- Main category of symptoms", + "ErGIyIc33Sw", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain the categories of the answers that have been selected above in [Current Symptoms or Complaints] question", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + 31, + "Duration of the main symptom", + "3edcfddb-7988-4ce5-97a0-d4c46b267a04", + "", + "", + "Coded", + "", + "Duration of the main symptom - MH", + "Duration of the main symptom", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL manual", + "Yes", + "", + "CIEL-1731", + "Sign / symptom duration", + "The numeric value of the duration of the sign or symptom.", + "Not found in MSF and CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المدة الزمنية للعرض الرئيسي", + " الأعراض أو الشكاوي الحالية (استمرار)", + "TEXT", + "Mental Health-Baseline consultation- Duration of the main symptom", + "vC3bg9NwJ78", + "Mental Health-Baseline- Duration of the main symptom", + "CzXDqkzN6Nq", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + 32, + "Important details of the main problem", + "4c9228b2-4ba2-4edb-8daf-31a824e5fa9a", + "Important details of the main problem: How long have they had the problem (significant events, etc.)?", + "", + "Text", + "", + "", + "Important details of the main problem: How long have they had the problem (significant events, etc.)?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL manual", + "Yes", + "", + "CIEL-162676", + "Symptom progression", + "Qualitative description of symptom progression or status.", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تفاصيل مهمة حول المشكلة الرئيسية: منذ متى يعاني المريض من المشكلة (ما هي بعض الأحداث الرئيسية، إلخ.)؟", + " الأعراض أو الشكاوي الحالية (استمرار)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Problems / symptoms", + "Current symptoms or complaints (continuation)", + 33, + "Patient presentation", + "ddf9cb24-f51a-485f-b059-76f307bf468f", + "", + "How do they look or speak / motor activity / mood / thoughts / perceptions? Is the patient oriented in time / space / person / recent events?", + "Text", + "", + "", + "Patient presentation", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL manual", + "Yes", + "", + "CIEL-163043", + "Mental status exam findings", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "مظهر المريض: كيف يبدو أو يتحدث / نشاطه الحركي / حالته المزاجية / أفكاره / تصوراته؟ هل المريض واعي زمانياً / مكانياً / لشخصه / للأحداث الجارية؟", + " الأعراض أو الشكاوي الحالية (استمرار)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + 34, + "Did you have problems performing daily activities, such as cooking, bathing, or chores outside the household?", + "b5c4b6d2-c880-43c5-a250-8fe09c9e394c", + "", + "", + "Coded", + "", + "MHOS", + "Did you have problems performing daily activities, such as cooking, bathing, or chores outside the household?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت أي مشاكل عند اداء نشاطاتك اليومية, مثلا عند الطبخ, الاستحمام, او اداء المهام خارج المنزل؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + 35, + "Did you have problems getting along with family or friends?", + "b8968e50-436f-444e-8ab6-4b707fab090c", + "", + "", + "Coded", + "", + "MHOS", + "Did you have problems getting along with family or friends?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت مشاكل في التوافق مع العائلة أو الأصدقاء؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + 36, + "Did you have any problems sleeping, such as sleeping too much or not enough?", + "f44f52dd-6eda-4ca5-8375-61164bff5a32", + "", + "", + "Coded", + "", + "MHOS", + "Did you have any problems sleeping, such as sleeping too much or not enough?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل واجهت أي مشاكل بالنوم, مثلا نوم بشكل كثير او عدم النوم بشكل كافي؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + 37, + "Have you been bothered by unpleasant thoughts, worries or ideas?", + "9ba3837-cc74-4fe5-8be4-e439b02a1d62", + "", + "", + "Coded", + "", + "MHOS", + "Have you been bothered by unpleasant thoughts, worries or ideas?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل شعرت بالانزعاج من تفكير غير سار, قلق او افكار؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + 38, + "Have you felt sad or nervous?", + "79d37985-b959-49c2-a7b8-7fe1618d641b", + "", + "", + "Coded", + "", + "MHOS", + "Have you felt sad or nervous?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل شعرت بالحزن او التوتر؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + 39, + "Have you been suffering?", + "802f0ec2-169f-41b7-ae83-2e8f2fc86e3a", + "", + "", + "Coded", + "", + "MHOS", + "Have you been suffering?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل كنت تعاني؟", + "خلال الاسبوع الماضي… (MHOS)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "MHOS (required) - In the past week…", + 40, + "MHOS score", + "b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df", + "", + "", + "Numeric", + "", + "", + "MHOS score", + "MHOS score at discharge", + "The score received on the MHOS scale at the time of discharge.", + "Numeric", + "Question", + "MSF-AAAAAA000000000000001721", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-829", + "", + "Mental Health Outcome Scale", + "The patient's score on the Mental Health Outcome Scale", + "", + "number", + "", + "", + 0, + 65, + "(did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (did_you_have_problems_getting_along_with_family_or_friends_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : did_you_have_problems_getting_along_with_family_or_friends_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : did_you_have_problems_getting_along_with_family_or_friends_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : did_you_have_problems_getting_along_with_family_or_friends_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : did_you_have_problems_getting_along_with_family_or_friends_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (_did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_felt_sad_or_nervous_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_felt_sad_or_nervous_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_felt_sad_or_nervous_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_felt_sad_or_nervous_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_felt_sad_or_nervous_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_been_suffering_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_been_suffering_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_been_suffering_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_been_suffering_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_been_suffering_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0)", + "", + "Yes", + "", + "", + "Arabic", + "MHOS النقاط", + "خلال الاسبوع الماضي… (MHOS)", + "INTEGER", + "Mental Health-Baseline consultation - MHOS", + "MF3RML0HLbP", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + 41, + "Little interest or pleasure in doing things?", + "eeac083f-9acd-4c04-bafc-b4266a02a3a3", + "", + "", + "Coded", + "", + "PHQ9", + "Little interest or pleasure in doing things?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Little interest or pleasure in doing things", + "Similar to CIEL:165537", + "Coded", + "Question", + "85bdc2d2-afaa-4d5e-bc6b-ee8277d160f1", + 95, + "Found", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة الاهتمام أو الاستمتاع بممارسة الأشياء", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + 42, + "Feeling down, depressed, or hopeless?", + "0902dd6a-3f4e-422c-92eb-10e89cb783e2", + "", + "", + "Coded", + "", + "PHQ9", + "Feeling down, depressed, or hopeless?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Feeling down, depressed, or hopeless", + "Similar to CIEL:165536", + "Coded", + "Question", + "01bf95d6-bcd0-44fb-8752-3da72f71ab6d", + 94, + "Found", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالحزن أو ضيق الصدر أو اليأس", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + 43, + "Trouble falling or staying asleep, or sleeping too much?", + "2ad5e737-fb27-44ea-bcf9-fafcbd7640fd", + "", + "", + "Coded", + "", + "PHQ9", + "Trouble falling or staying asleep, or sleeping too much?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Trouble falling or staying asleep, or sleeping too much", + "Similar to CIEL:142371", + "Coded", + "Question", + "c85fc943-b747-4d72-a0a8-6ca2dc8fb568", + 96, + "Found", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصعوبة في الرآون إلى النوم أو النوم بانتظام أو النوم أآثر من العادة", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + 44, + "Feeling tired or having little energy?", + "f899935f-13f0-472e-b1dd-569ead3c63f1", + "", + "", + "Coded", + "", + "PHQ9", + "Feeling tired or having little energy?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + "Feeling tired or having little energy", + "Similar to Tired (CIEL:124628)", + "Coded", + "Question", + "8a034046-5fea-4253-a105-3af86b0679fe", + 94, + "Found", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بالتعب أو بقلة الحيوية.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + 45, + "Poor appetite or overeating?", + "48177433-e9c0-43b7-be27-7d4992723e01", + "", + "", + "Coded", + "", + "PHQ9", + "Poor appetite or overeating?", + "", + "", + "", + "", + "", + " ", + "Poor appetite", + "Abnormally reduced appetite. Clinical manifestation consisting of a physiopathological lack or loss of appetite accompanied by an aversion to food and the inability to eat.", + "N/A", + "Symptom/Finding", + "6031AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Poor appetite or overeating", + "Adapted from PHQ-9 question 5 for Compañeros en Salud. The standard PHQ-9 question is \"Poor appetite or overeating.\"", + "Coded", + "Question", + "a34eb8de-4272-4da5-b785-6462dfb97cc2", + 92, + "Found", + "Use PIH automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قلة الشهية أو آثرة الأآل.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + 46, + "Feeling bad about yourself - or that you are a failure or have let yourself or your family down?", + "eb14c9f6-8c32-4cbb-a595-66ffd72b8cdb", + "", + "", + "Coded", + "", + "PHQ9", + "Feeling bad about yourself - or that you are a failure or have let yourself or your family down?", + "Feeling bad about yourself or that you're a failure or have let yourself or your family down", + "How often has the patient felt bad about themself or that they're a failure or have let themself or their family down.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001245", + 95, + "Feeling bad about yourself or that you're a failure or have let yourself or your family down", + "", + "Coded", + "Question", + "167071AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 95, + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بعدم الرضا عن النفس أو بالفشل أو الإحباط تجاه ذويك.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + 47, + "Trouble concentrating on things, such as reading the newspaper or watching television?", + "2bf607e1-85f3-4514-9e07-e3f8caabbc57", + "", + "", + "Coded", + "", + "PHQ9", + "Trouble concentrating on things, such as reading the newspaper or watching television?", + "Trouble concentrating on things such as reading the newspaper or watching television", + "How often has the patient had trouble concentrating on things such as reading the newspaper or watching television.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001246", + 97, + "Trouble concentrating on things such as reading the newspaper or watching television", + "", + "Coded", + "Question", + "167072AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الصعوبة في الترآيز على الأشياء، مثل قراءة الصحف أو مشاهدة التليفزيون.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + 48, + "Moving or speaking so slowly that other people could have noticed? Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual?", + "50fb199e-410c-40d4-bbd9-44f641d4421d", + "", + "", + "Coded", + "", + "PHQ9", + "Moving or speaking so slowly that other people could have noticed? Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual?", + "Moving or speaking so slowly that other people could have noticed or being so fidgety or restless that you have been moving around lot more than usual", + "How often has the patient been moving or speaking so slowly that other people could have noticed or being so fidgety or restless that they have been moving around lot more than usual.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001247", + 93, + "Moving or speaking so slowly that other people could have noticed or being so fidgety or restless that you have been moving around lot more than usual", + "", + "Coded", + "Question", + "167073AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 93, + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "بطء في الحرآة أو الكلام بدرجة ملحوظة من الآخرين؟ أو على العكس من ذلك آثرة التململ والتحرك إلى درجة فوق العادة.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + 49, + "Thoughts that you would be better off dead, or of hurting yourself in some way?", + "5723ae77-b752-404a-a5dd-5b1d8be222c4", + "", + "", + "Coded", + "", + "PHQ9", + "Thoughts that you would be better off dead, or of hurting yourself in some way?", + "Thoughts that you would be better off dead or of hurting yourself in some way", + "How often has the patient had thoughts that they would be better off dead or of hurting themself in some way.", + "Coded", + "Question", + "MSF-AAAAAA000000000000001248", + 97, + "Thoughts that you would be better off dead or of hurting yourself in some way", + "", + "Coded", + "Question", + "167074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 97, + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL automatch", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الشعور بتفضيل الموت عن الحياة أو بإيذاء النفس بطريقة ما.", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + 50, + "PHQ-9 score", + "5f3d618e-5c89-43bd-8c79-07e4e98c2f23", + "", + "Sum of all points from answers above", + "Numeric", + "", + "", + "PHQ-9 score", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-1429", + "", + "Patient Health Questionnaire 9", + "The PHQ-9 is a nine-item self-report measure of depressive symptoms. The brief measure has been used in multiple settings and validated among multiple cultural groups.", + " ", + "number", + "", + "", + 0, + 27, + "(no_interest === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : no_interest === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : no_interest === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (depressed === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : depressed === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : depressed==='163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (sleep === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : sleep === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : sleep === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (feelingTired === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : feelingTired === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : feelingTired === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) +(poorAppetite === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : poorAppetite === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : poorAppetite === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (troubled === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : troubled === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : troubled === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (feelingBad === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : feelingBad === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : feelingBad === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (speakingSlowly === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : speakingSlowly === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : speakingSlowly === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (betterDead === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : betterDead === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : betterDead === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0)", + "", + "", + "", + "", + "Arabic", + "PHQ9 النقاط", + "(م عانيت من المشاآل التالية خلال الأسبوعين الماضيين؟ (فقط في حالة الاكتئاب PHQ9", + "TEXT", + "Mental Health-Baseline consultation- PHQ 9", + "tsFOVnlc6lz", + "Mental Health-Baseline- PHQ 9", + "kGo1HnuI19j", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "(Tooltip added) | OpenFn: integer in OpenMRS, coded in DHIS2 / or map with the Depression severity scale", + "" + ], + [ + "Scores", + "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + 51, + "Depression severity scale", + "ffead923-80bc-4afa-833d-7690f35bf5b0", + "", + "A patient is considered as having signs of depression if: The answer to at least one of the first two questions is “more than half the time” AND the question about difficulty at home, work and going along with others is answered at least “somewhat difficult”", + "Coded", + "", + "Depression severity scale", + "", + "Depression", + "Depressive episode, unspecified. Mood disorder that causes a persistent feeling of sadness and loss of interest and can interfere with the daily functioning.", + "N/A", + "Diagnosis", + "MSF-AAAAAA000000000000000560", + 90, + "Depression", + "", + "N/A", + "Diagnosis", + "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + "Depression", + "Affective disorder with anhedonia, melancholia, psychomotor retardation.", + "N/A", + "Diagnosis", + "3cce9514-26fe-102b-80cb-0017a47871b2", + 90, + "Found", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "select", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Rendering modified + Tooltip added", + "" + ], + [ + "Scores", + "CGI - Clinical Global Impression", + 52, + "CGI-S score", + "a1a75011-0fef-460a-b666-dda2d171f39b", + "CGI-S score - How mentally ill is the patient at this time?", + "", + "Coded", + "", + "CGI-S", + "CGI-S score - How mentally ill is the patient at this time?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-830", + "", + "Clinical GIobal Impression- Severity score", + "The patient's Clinical GIobal Impression severity score , ranging from 0 (not assesed) to 7 (very much worse).", + "", + "select", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "قياس درجة الشدة (CGI-S): ما مدى شدة المرض النفسي لدى المريض في هذه الفترة؟", + "CGI", + "TEXT", + "Mental Health-Baseline consultation- CGI-S", + "qacGXlyyQOS", + "Mental Health-Baseline- CGI-S", + "zJqzYMzqCw7", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + 53, + "Positive functionality", + "00617df0-f2bb-4e9c-84b8-836c9d281a20", + "Positive functionality: Is the patient capable of being independent, caring for themselves (bathing/eating), going to work/school, etc.?", + "", + "Coded", + "", + "Yes-no", + "Positive functionality: Is the patient capable of being independent, caring for themselves (bathing/eating), going to work/school, etc.?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "Not found in MSF and CIEL", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "القدرة الوظيفية: هل المريض قادر على أن يكون مستقلاً، وأن يعتني بنفسه (أن يستحم / يأكل)، وأن يذهب إلى العمل / المدرسة، إلخ.؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + 54, + "Internal resources", + "021d9afe-7d46-406c-b450-c0cd1e251f79", + "Internal resources: Does the patient believe that they have the abilities needed to overcome the current problem / do they have hope for their future?", + "", + "Coded", + "", + "Yes-no", + "Internal resources: Does the patient believe that they have the abilities needed to overcome the current problem / do they have hope for their future?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الداخلية: هل يعتقد المريض أن لديه القدرات اللازمة لتجاوز المشكلة الحالية / هل لديه أمل في مستقبله؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + 55, + "External resources", + "b745fc24-46ec-433b-8df6-78bbd6733472", + "External resources: Does the patient believe that they have someone who they can rely on for help in their lives?", + "", + "Coded", + "", + "Yes-no", + "External resources: Does the patient believe that they have someone who they can rely on for help in their lives?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الخارجية: هل يعتقد المريض أن لديه أحد يمكنه الاعتماد عليه، ويمكن أن يساعده في حياته؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Resilience & coping", + "Resilience & coping", + 56, + "Spiritual / moral resources", + "e3babf1f-95da-4e30-9593-a37beeff8ef2", + "Spiritual / moral resources: Are the patient’s beliefs a source of strength for them when dealing with problems?", + "", + "Coded", + "", + "Yes-no", + "Spiritual / moral resources: Are the patient’s beliefs a source of strength for them when dealing with problems?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الموارد الروحية / المعنوية: هل معتقدات المريض مصدرُ قوة له عند التعامل مع المشاكل؟", + "التحمل والتكيف", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 57, + "Has the patient had thoughts of death or suicide?", + "c2664992-8a5a-4a6d-9238-5df591307d55", + "1. Has the patient had thoughts of death or suicide?", + "", + "Coded", + "", + "Yes-no", + "1. Has the patient had thoughts of death or suicide?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل راودت المريض أفكار عن الموت أو الانتحار؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient had thoughts of death or suicide?", + "OZViJk8FPVd", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Section name modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 58, + "Thoughts of death or suicide - Frequency", + "a590d345-65d1-4534-bfe4-375ef780e424", + "Frequency", + "", + "Text", + "", + "", + "Frequency", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Has the patient had thoughts of death or suicide?] !== 'Yes'", + "", + "", + "", + "Arabic", + "درجة تواتر الفكرة", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 59, + "Has the patient hurt themselves / caused self-harm?", + "d3d978ab-da68-4672-ae0c-8270fa992a08", + "2. Has the patient hurt themselves / caused self-harm?", + "", + "Coded", + "", + "Yes-no", + "2. Has the patient hurt themselves / caused self-harm?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل قام المريض بأذية نفسه أو تسبب بأذيتها؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 60, + "Patient hurt themselves / caused self-harm - Type of behavior and frequency", + "8ab1ff08-c32d-4832-bc9d-5542be594d12", + "Type of behavior and frequency", + "", + "Text", + "", + "", + "Type of behavior and frequency", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Has the patient hurt themselves / caused self-harm?] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع السلوك ودرجة تواتره", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 61, + "Has the patient attempted suicide or tried to kill themselves?", + "a6c5188c-29f0-4d3d-8cf5-7852998df86f", + "3. Has the patient attempted suicide or tried to kill themselves?", + "", + "Coded", + "", + "Yes-no", + "3. Has the patient attempted suicide or tried to kill themselves?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل حاول المريض الانتحار أو قتل نفسه؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient attempted suicide or tried to kill themselves?", + "dfdv3SkeXKe", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 62, + "Patient attempted suicide or tried to kill themselves - Number of attempts and method", + "667ebdfe-e989-4b56-8511-bb7a3165b327", + "Number of attempts and method", + "", + "Text", + "", + "", + "Number of attempts and method", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Has the patient attempted suicide or tried to kill themselves?] !== 'Yes'", + "", + "", + "", + "Arabic", + "عدد المحاولات والأسلوب", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 63, + "Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "abede172-ba87-4ebe-8054-3afadb181ea3", + "4. Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "", + "Coded", + "", + "Yes-no", + "4. Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يمثل المريض في الوقت الحالي خطراً على نفسه، من حيث أنه قد يؤذي نفسه أو يحاول الانتحار؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Is the patient currently at risk of hurting himself/herself or attempting suicide?", + "hWMBCCA2yy1", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 64, + "Patient currently at risk of hurting himself/herself or attempting suicide - Action taken to reduce risk ", + "58187804-7c6c-47bf-b9d4-d45effbb3665", + "Action taken to reduce risk ", + "", + "Text", + "", + "", + "Action taken to reduce risk ", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Is the patient currently at risk of hurting himself/herself or attempting suicide?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراءات المتبعة للحد من الخطر", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 65, + "Is the patient currently at risk of hurting others?", + "ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab", + "5. Is the patient currently at risk of hurting others?", + "", + "Coded", + "", + "Yes-no", + "5. Is the patient currently at risk of hurting others?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يمثل المريض في الوقت الحالي خطراً على الآخرين، من حيث أنه قد يؤذيهم؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation - Is the patient currently at risk of hurting others", + "TWuCY5r2wx7", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 66, + "Patient currently at risk of hurting others - Action taken to reduce risk ", + "517ff456-6aa7-4deb-8526-c0773423632f", + "Action taken to reduce risk ", + "", + "Text", + "", + "", + "Action taken to reduce risk ", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Is the patient currently at risk of hurting others?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراءات المتبعة للحد من الخطر", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 67, + "Does the patient regularly use alcohol / substances to become intoxicated?", + "d516de07-979b-411c-b7e4-bd09cf7d9d91", + "6. Does the patient regularly use alcohol / substances to become intoxicated?", + "", + "Coded", + "", + "Yes-no", + "6. Does the patient regularly use alcohol / substances to become intoxicated?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل يتعاطى المريض الكحول / العقاقير لكي يثمل بشكل منتظم أو معتاد؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Does the patient regularly use alcohol / substances to become intoxicated?", + "QHrIUMhjZlO", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 68, + "Patient regularly uses alcohol / substances to become intoxicated - Type of substance and frequency ", + "7a62e58e-4f0f-4669-8d7c-51b5e21c5c4c", + "Type of substance and frequency ", + "", + "Text", + "", + "", + "Type of substance and frequency ", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide if [Does the patient regularly use alcohol / substances to become intoxicated?] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع العقار وانتظام تعاطيه", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 69, + "Is the patient currently on psychotropic / psychiatric medication?", + "5f5e126b-962f-4c92-96bc-cbb1f3f06ba3", + "7. Is the patient currently on psychotropic / psychiatric medication?", + "", + "Coded", + "", + "Yes-no", + "7. Is the patient currently on psychotropic / psychiatric medication?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل المريض يأخذ في الوقت الحالي أدوية علاج نفسي / مؤثرات عقلية؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 70, + "Patient currently on psychotropic / psychiatric medication - Prescribed by", + "d5d1e465-d663-44b4-b0e4-d9ce3eb1d5c2", + "Prescribed by", + "", + "Coded", + "", + "Medication prescribed by - MH", + "Prescribed by", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide if [Is the patient currently on psychotropic / psychiatric medication?] !== 'Yes'", + "", + "", + "", + "Arabic", + "قام بوصف الدواء", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 71, + "Has the patient experienced an act of aggression or violence?", + "3e97c2d0-15c1-4cfd-884f-7a4721079217", + "8. Has the patient experienced an act of aggression or violence?", + "", + "Coded", + "", + "Yes-no", + "8. Has the patient experienced an act of aggression or violence?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "هل المريض يأخذ في الوقت الحالي أدوية علاج نفسي / مؤثرات عقلية؟ ", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "BOOLEAN", + "Mental Health-Baseline consultation- Has the patient experienced an act of aggression or violence?", + "H1fMCaOzr8F", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 72, + "Patient experienced an act of aggression or violence - What type(s) of violence?", + "d8c84af2-bd9b-4bf3-a815-81652cb0b0bc", + "What type(s) of violence?", + "", + "Coded", + "", + "Type of violence", + "What type(s) of violence?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، فأي نوع من", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 1?", + "qgfKPlIHjcD", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip logic must be verified | OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 72, + "", + "", + "", + "", + "Coded", + "", + "Type of violence 2", + "", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 2?", + "TjNs41OJDqW", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 72, + "", + "", + "", + "", + "Coded", + "", + "Type of violence 3", + "", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "No mapping", + "Yes", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "TEXT", + "Mental Health-Baseline consultation- If yes, what type of violence 3?", + "JH5B8Fns8k5", + "Mental Health-Baseline- Aggression/violence type", + "GINqtAY9hir", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "OpenFn: one question mapped with 3 DHIS2 data elements. If more than 3 types of violence are selected, only take the 3 with higher priority. Order of priority, from higher to lower: 'Sexual', 'Physical', 'Other', 'Psychological', 'Verbal'", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 73, + "Type(s) of violence - If other, specify", + "d9b92c93-5017-4229-be19-2a0ebf9e9169", + "If other, specify", + "", + "Text", + "", + "", + "If other, specify", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Patient experienced an act of aggression or violence - What type(s) of violence?] !== 'Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 74, + "Patient experienced an act of aggression or violence - Time between violence event and consultation", + "aae000c3-5242-4e3c-bd1f-7e922a6d3d34", + "Time between violence event and consultation", + "", + "Coded", + "", + "Time between violence event and consultation", + "Time between violence event and consultation", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence?] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، المدة الزمنية بين حادث العنف والاستشارة", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "TEXT", + "Mental Health-Baseline consultation - Time between violence event and consultation", + "S22iy8o0iLg", + "Mental Health-Baseline- Time between violence event and consultation", + "xbSW2ewpmGX", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 75, + "Would the patient like a referral to the medical department for treatment?", + "af302eef-4738-4337-b4b9-e154adbbab49", + "9. If yes, would the patient like a referral to the medical department for treatment (or midwife/maternity for sexual violence)?", + "", + "Coded", + "", + "Yes-no", + "9. If yes, would the patient like a referral to the medical department for treatment (or midwife/maternity for sexual violence)?", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Has the patient experienced an act of aggression or violence?] !== 'Yes'", + "", + "", + "", + "Arabic", + "إذا كانت الإجابة نعم، فهل يرغب المريض بأن تتم إحالته إلى القسم الطبي من أجل تلقي العلاج (أو لمراجعة قابلة / أو أخصائية أمومة في حالة العنف الجنسي)؟", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Risk factors", + "Risk factors (in the last 6 months, except for the last question)", + 76, + "Patient would like a referral to the medical department for treatment - Action taken", + "30b0ac06-848f-4a86-93d7-c91debb8f2ad", + "Action taken", + "", + "Text", + "", + "", + "Action taken", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Would the patient like a referral to the medical department for treatment?] !== 'Yes'", + "", + "", + "", + "Arabic", + "الإجراء المتخذ", + "عوامل الخطر (في الأشهر الستة الماضية ,باستثناء السؤال الأخير)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The skip modified", + "" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + 77, + "Past / Precipitating Events - Medical conditions", + "0d2523ea-f175-4f37-8ece-32c28c68367a", + "1. Medical conditions", + "", + "Coded", + "", + "Past / Precipitating Events - Medical conditions", + "1. Medical conditions", + "Medical condition", + "MH stressors category", + "Coded", + "Question", + "MSF-AAAAAA000000000000001209", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الحالات الطبية", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + 78, + "Past / Precipitating Events - Violence", + "9b3fb5d2-e40d-434d-a755-d136cee7d5f9", + "2. Violence", + "", + "Coded", + "", + "Past / Precipitating Events - Violence", + "2. Violence", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " العنف", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + 79, + "Past / Precipitating Events - Separation or loss", + "edab07a2-b620-4e56-a079-af7fc9449039", + "3. Separation or loss", + "", + "Coded", + "", + "Past / Precipitating Events - Separation or loss", + "3. Separation or loss", + "", + "", + "", + "", + "", + " ", + "Separation", + "Legal dissolution of an officially recognized marriage relationship.", + "N/A", + "Diagnosis", + "126729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + 90, + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الانفصال او الفقد", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + 80, + "Past / Precipitating Events - Disaster", + "4267a98b-e8c1-4471-8afa-928be2599f66", + "4. Disaster", + "", + "Coded", + "", + "Past / Precipitating Events - Disaster", + "4. Disaster", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "الكوارث", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + 81, + "Past / Precipitating Events - Other", + "af96ffd7-e0f3-487f-98a0-ef4dee327b38", + "5. Other", + "", + "Coded", + "", + "Past / Precipitating Events - Other", + "5. Other", + "Other", + "A generic, descriptive, and non-coded response to a question.", + "N/A", + "Misc", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "No mapping", + "", + "", + "", + "", + "", + "", + "multiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أخرى", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Questions here are the titles of the categories of answers - for display only: there will be only one question [Past / Precipitating Events]", + "Do not create concept" + ], + [ + "Events", + "Past / precipitating events (possible reasons or causes linked to current problem)", + 82, + "Past / Precipitating Events - If other, specify", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "If other, specify", + "", + "Text", + "", + "", + "If other, specify", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 50, + "", + "", + "", + "", + "Hide question if [Past / Precipitating Events] !== '5.3 Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "الأحداث الماضية / المحفزة (الأسباب الممكنة ذات الصلة بالمشكلة الحالية)", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1 - If other, specify", + "m8qis4iUOTo", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + 83, + "Main past or precipitating events - 1", + "d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608", + "", + "", + "Coded", + "", + "Past / precipitating events", + "Main past or precipitating events - 1", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الأولى", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 1", + "v0qFX0qv1tX", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Section renamed | The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + 84, + "Main past or precipitating events - 2", + "54a9b20e-bce5-4d4a-8c9c-e0248a182586", + "", + "", + "Coded", + "", + "Past / precipitating events", + "Main past or precipitating events - 2", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الثانية", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 2", + "SsQqwDBGxjh", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + 85, + "Main past or precipitating events - 3", + "e0d4e006-85b5-41cb-8a21-e013b1978b8b", + "", + "", + "Coded", + "", + "Past / precipitating events", + "Main past or precipitating events - 3", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "inlineMultiCheckbox", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " الأحداث الرئيسية الماضية / المحفزة - الثالثة", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Precipitating event 3", + "FLIlRjAwn4G", + "Mental Health-Baseline- Main precipitating factor", + "yHYkho3rRNV", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain only the answers selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + 86, + "Main category of precipitating event", + "c1a3ed2d-6d9a-453d-9d93-749164a76413", + "", + "", + "Coded", + "", + "Main category of precipitating event", + "Main category of precipitating event", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "نوع الحدث المحفز الرئيسي", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "TEXT", + "Mental Health-Baseline consultation- Main category of precipitating event", + "JUabDHhT1wJ", + "Mental Health-Baseline consultation- Main category of precipitating event", + "kjuVu7bQnEj", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "The list of answers should be filtered to contain the categories of the answers that have been selected above in [Past / Precipitating Events] question", + "" + ], + [ + "Events", + "Select the main events prioritized as 1, 2 and 3 from the lists", + 87, + "Relevant details of the past / precipitating events", + "2e6ca6a9-886e-483a-911f-92f6a16b11c9", + "", + "", + "Text", + "", + "", + "Relevant details of the past / precipitating events", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "تفاصيل ذات صلة بالأحداث الماضية / المحفزة", + "حدد الأولويات واكتب رمز الأحداث الماضية / المحفزة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + 88, + "Overall goals for therapy", + "8bea5a61-73e6-40c1-af04-43dec63749a4", + "", + "What are you trying to accomplish over several sessions with the patient? Try to be specific & define these with the patient.", + "Text", + "", + "", + "Overall goals for therapy", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "أهداف العلاج النفسي الإجمالية (ما الذي تحاول إنجازه على مدى عدة جلسات مع المريض؟ حاول أن تكون دقيقاً في طرحك، وقم بتحديد الإجابة مع المريض)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + 89, + "Today’s session", + "c0744459-b715-4a66-8d65-4bdaef3f90b7", + "Today’s Session (what did you do today in session?)", + "", + "Text", + "", + "", + "Today’s Session (what did you do today in session?)", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Missing", + "Create in OCG", + "Yes", + "", + "", + "", + "", + "", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جلسة اليوم (ماذا فعلتم في جلسة اليوم؟)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Intervention", + 90, + "Homework", + "8e7e0064-59c3-4440-b687-a253d7880c29", + "Homework (what will the patient do before next session?)", + "", + "Text", + "", + "", + "Homework (what will the patient do before next session?)", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-2915", + "", + "", + "Plan for next session", + "Specify topic and person informed (patient and/or caregiver)", + "textarea", + 3000, + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "المقرر المنزلي (ماذا سيفعل المريض قبل الجلسة القادمة؟)", + "نوع الاستجابة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + 91, + "Follow up session required?", + "5f6e245c-83fc-421b-8d46-061ac773ae71", + "Follow up session required? (If no, fill the Exit form)", + "", + "Coded", + "", + "Yes-no", + "Follow up session required? (If no, fill the Exit form)", + "Follow up session", + "", + "N/A", + "Misc", + "f5dc7cdd-dc1b-4a83-8981-ec03b390149e", + 90, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-834", + "", + "", + "Follow-up need status", + "Does the patient need a follow up consultation", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + "جلسة المتابعة مطلوبة? (إذا كانت الإجابة لا، املأ نموذج الخروج)", + "المتابعة", + "BOOLEAN", + "Mental Health-Baseline consultation- Follow up session required", + "yCwuZ0htrlH", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + 92, + "Set the next appointment date in Appointments module", + "", + "", + "", + "Text", + "", + "", + "Set the next appointment date in Appointments module", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "markdown", + "", + "", + "", + "", + "", + "Hide question if [Follow up session required] !== 'Yes'", + "", + "", + "", + "Arabic", + "تعيين تاريخ الموعد التالي في وحدة المواعيد", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "Question replaced by a comment (markdown)", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + 93, + "Referral done", + "6d3876be-0a27-466d-ad58-92edcc8c31fb", + "", + "", + "Coded", + "", + "Yes-no", + "Referral done", + "Referral", + "Patient was referred to another facility.", + "N/A", + "Misc", + "93eb9716-6866-4d13-9b8f-59c0a7605a11", + 90, + " ", + "", + "", + "", + "", + " ", + "Referral", + "", + "N/A", + "Misc", + "124073f0-1f67-419e-bf18-254db082406b", + 90, + "Found", + "Use MSF manual", + "Yes", + "MSF-2062", + "", + "", + "Referral", + "Patient was referred to another facility", + "radio", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Arabic", + " تم إعادة إحالة المريض", + "المتابعة", + "BOOLEAN", + "Mental Health-Baseline consultation- Referral out done", + "RiiH9A53rvG", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + 94, + "Type of referral", + "8fb3bb7d-c935-4b57-8444-1b953470e109", + "", + "", + "Coded", + "", + "Type of referral - MH", + "Type of referral", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use CIEL manual", + "Yes", + "", + "PIH-1272", + "Type of referral ordered", + "", + "", + "radio", + "", + "", + "", + "", + "", + "Hide question if [Referral done] !== 'Yes'", + "", + "", + "", + "Arabic", + "نوع الإحالة", + "المتابعة", + "TEXT", + "Mental Health-Baseline consultation- Type of referral", + "DlqJSA5VApl", + "Mental Health-Baseline- Patient referred to", + "Zu6s2NWggMt", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + 95, + "Type of referral - If other, specify", + "790b41ce-e1e7-11e8-b02f-0242ac130002", + "If other, specify", + "", + "Text", + "", + "", + "If other, specify", + "", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Already mapped", + "No", + "MSF-7", + "", + "", + "", + "Context-specific 'other'", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Type of referral] !== 'Other'", + "", + "", + "", + "Arabic", + "اذا أخرى، حدد", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ], + [ + "Intervention & follow-up", + "Follow-up", + 96, + "Reason for referral", + "b7fdcd18-fc30-4b5d-82b2-bb0eec31f0e4", + "", + "", + "Text", + "", + "", + "Reason for referral", + "Reason for referral", + "A list of concerns or other issues that led to the patient's referral.", + "Coded", + "Question", + "MSF-AAAAAA000000000000000461", + 95, + " ", + "", + "", + "", + "", + " ", + " ", + "", + "", + "", + "", + "", + "Found", + "Use MSF manual", + "Yes", + "MSF-62", + "", + "", + "", + "", + "text", + 255, + "", + "", + "", + "", + "Hide question if [Referral done] !== 'Yes'", + "", + "", + "", + "Arabic", + "أسباب الإحالة", + "المتابعة", + "NA", + "NA", + "NA", + "NA", + "NA", + "{always blank}", + "{always blank}", + "", + "", + "", + "", + "", + "", + "", + "" + ] + ] +} From 4b23b9db519f68fcc0c41e28947b4625a97f97f6 Mon Sep 17 00:00:00 2001 From: Aisha Hassen <167166847+AishaHassen@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:40:37 +0300 Subject: [PATCH 24/61] Create metadata_mapping.json --- metadata/metadata_mapping.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 metadata/metadata_mapping.json diff --git a/metadata/metadata_mapping.json b/metadata/metadata_mapping.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/metadata/metadata_mapping.json @@ -0,0 +1 @@ +{} From 2aaa8d8a4904f9448357d00f5b621f46fff78f77 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Fri, 18 Oct 2024 10:27:20 +0300 Subject: [PATCH 25/61] Update metadata content --- metadata/metadata_mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/metadata_mapping.json b/metadata/metadata_mapping.json index 0967ef4..8d2d95b 100644 --- a/metadata/metadata_mapping.json +++ b/metadata/metadata_mapping.json @@ -1 +1 @@ -{} +{"a":"a","b":"b"} \ No newline at end of file From 55dcf4484bee4db7333bd7f0066a48a6f18bb696 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Fri, 18 Oct 2024 19:43:31 +0300 Subject: [PATCH 26/61] Update metadata content --- metadata/metadata_mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/metadata_mapping.json b/metadata/metadata_mapping.json index 8d2d95b..9bb5145 100644 --- a/metadata/metadata_mapping.json +++ b/metadata/metadata_mapping.json @@ -1 +1 @@ -{"a":"a","b":"b"} \ No newline at end of file +{"optionSets":{"qptKDiv9uPl":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","rSIazMFEBjD":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","KSBMR1BDGwx":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","WDY6MkQWyHb":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","AuDPJg6gZE7":"790b41ce-e1e7-11e8-b02f-0242ac130002","KeyiEPc4pII":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","qfYPXP76j8g":"410a0731-cb41-4181-9897-6eb9894bf7b8","PCGI7EnvCQS":"790b41ce-e1e7-11e8-b02f-0242ac130002","RqsvaPH9vHt":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","YfcNA5bvkxT":"790b41ce-e1e7-11e8-b02f-0242ac130002","vC3bg9NwJ78":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","qacGXlyyQOS":"0f115f25-cdd0-49c3-b009-ba9acb041fef","qgfKPlIHjcD":"790b41ce-e1e7-11e8-b02f-0242ac130002","TjNs41OJDqW":"790b41ce-e1e7-11e8-b02f-0242ac130002","JH5B8Fns8k5":"790b41ce-e1e7-11e8-b02f-0242ac130002","S22iy8o0iLg":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","v0qFX0qv1tX":"790b41ce-e1e7-11e8-b02f-0242ac130002","DlqJSA5VApl":"790b41ce-e1e7-11e8-b02f-0242ac130002","ai1f1Nd7tTk":"a5c5563e-df0e-4742-a335-b24fb63664ee","jEbjrXqhNEO":"a5c5563e-df0e-4742-a335-b24fb63664ee"},"f01MphssBaseline":[{"value.uuid - External ID":"4dae5b12-070f-4153-b1ca-fbec906106e1","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"1a8bf24f-4f36-4971-aad9-ae77f3525738","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","DHIS2 DE full name":"Mental Health-Baseline consultation- Total number of beneficiaries in family consultation","DHIS2 DE UID":"DMaLm9u4GCq","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"82978311-bef9-46f9-9a9a-cc62254b00a6","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If Health Facility, specify","DHIS2 DE UID":"CLGnlnFqqnk","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If MSF Health Facility, specify","DHIS2 DE UID":"f64XCwzJW02","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If Mobile Clinic, specify","DHIS2 DE UID":"YeaUNruqmca","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"82978311-bef9-46f9-9a9a-cc62254b00a6","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If other, specify","DHIS2 DE UID":"KjgDauY9v4J","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c3c86c1b-07be-4506-ab25-8f35f4389b19","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- If other symptoms 1, specify","DHIS2 DE UID":"pj5hIE6iyAR","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"22809b19-54ca-4d88-8d26-9577637c184e","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"819f79e7-b9af-4afd-85d4-2ab677223113","DHIS2 DE full name":"Mental Health-Baseline consultation- Clinical diagnosis - If other, specify","DHIS2 DE UID":"W7cPAi8iXLZ","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 2","DHIS2 DE UID":"RnbiVrrSFdm","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"92a92f62-3ff6-4944-9ea9-a7af23949bad","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 3","DHIS2 DE UID":"CUdI1BJ5W8G","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- If other symptoms 1, specify","DHIS2 DE UID":"pj5hIE6iyAR","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"9a8204ca-d908-4157-9285-7c970dbb5287","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","DHIS2 DE full name":"Mental Health-Baseline consultation - MHOS","DHIS2 DE UID":"MF3RML0HLbP","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","DHIS2 DE full name":"Mental Health-Baseline consultation- PHQ 9","DHIS2 DE UID":"tsFOVnlc6lz","OptionSet name":"","DHIS2 Option Set UID":"Mental Health-Baseline- PHQ 9","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"a1a75011-0fef-460a-b666-dda2d171f39b","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c2664992-8a5a-4a6d-9238-5df591307d55","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient had thoughts of death or suicide?","DHIS2 DE UID":"OZViJk8FPVd","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient attempted suicide or tried to kill themselves?","DHIS2 DE UID":"dfdv3SkeXKe","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"abede172-ba87-4ebe-8054-3afadb181ea3","DHIS2 DE full name":"Mental Health-Baseline consultation- Is the patient currently at risk of hurting himself/herself or attempting suicide?","DHIS2 DE UID":"hWMBCCA2yy1","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Is the patient currently at risk of hurting others","DHIS2 DE UID":"TWuCY5r2wx7","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d516de07-979b-411c-b7e4-bd09cf7d9d91","DHIS2 DE full name":"Mental Health-Baseline consultation- Does the patient regularly use alcohol / substances to become intoxicated?","DHIS2 DE UID":"QHrIUMhjZlO","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"3e97c2d0-15c1-4cfd-884f-7a4721079217","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient experienced an act of aggression or violence?","DHIS2 DE UID":"H1fMCaOzr8F","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1 - If other, specify","DHIS2 DE UID":"m8qis4iUOTo","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c1a3ed2d-6d9a-453d-9d93-749164a76413","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"5f6e245c-83fc-421b-8d46-061ac773ae71","DHIS2 DE full name":"Mental Health-Baseline consultation- Follow up session required","DHIS2 DE UID":"yCwuZ0htrlH","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"6d3876be-0a27-466d-ad58-92edcc8c31fb","DHIS2 DE full name":"Mental Health-Baseline consultation- Referral out done","DHIS2 DE UID":"RiiH9A53rvG","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"8fb3bb7d-c935-4b57-8444-1b953470e109","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"}]} \ No newline at end of file From 87aea1fdd872c617514775cc9eeedc99d9dc4d81 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Fri, 18 Oct 2024 19:48:20 +0300 Subject: [PATCH 27/61] Update metadata content From b68cf07ba8f8518ae3288949f91b3f5ed120065c Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Fri, 18 Oct 2024 19:51:19 +0300 Subject: [PATCH 28/61] Update metadata content From 565c730ea27253f3c19547529d765b53d664bdbb Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Fri, 18 Oct 2024 19:53:04 +0300 Subject: [PATCH 29/61] Update metadata content --- metadata/metadata_mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/metadata_mapping.json b/metadata/metadata_mapping.json index 9bb5145..8d2d95b 100644 --- a/metadata/metadata_mapping.json +++ b/metadata/metadata_mapping.json @@ -1 +1 @@ -{"optionSets":{"qptKDiv9uPl":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","rSIazMFEBjD":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","KSBMR1BDGwx":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","WDY6MkQWyHb":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","AuDPJg6gZE7":"790b41ce-e1e7-11e8-b02f-0242ac130002","KeyiEPc4pII":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","qfYPXP76j8g":"410a0731-cb41-4181-9897-6eb9894bf7b8","PCGI7EnvCQS":"790b41ce-e1e7-11e8-b02f-0242ac130002","RqsvaPH9vHt":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","YfcNA5bvkxT":"790b41ce-e1e7-11e8-b02f-0242ac130002","vC3bg9NwJ78":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","qacGXlyyQOS":"0f115f25-cdd0-49c3-b009-ba9acb041fef","qgfKPlIHjcD":"790b41ce-e1e7-11e8-b02f-0242ac130002","TjNs41OJDqW":"790b41ce-e1e7-11e8-b02f-0242ac130002","JH5B8Fns8k5":"790b41ce-e1e7-11e8-b02f-0242ac130002","S22iy8o0iLg":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","v0qFX0qv1tX":"790b41ce-e1e7-11e8-b02f-0242ac130002","DlqJSA5VApl":"790b41ce-e1e7-11e8-b02f-0242ac130002","ai1f1Nd7tTk":"a5c5563e-df0e-4742-a335-b24fb63664ee","jEbjrXqhNEO":"a5c5563e-df0e-4742-a335-b24fb63664ee"},"f01MphssBaseline":[{"value.uuid - External ID":"4dae5b12-070f-4153-b1ca-fbec906106e1","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"1a8bf24f-4f36-4971-aad9-ae77f3525738","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","DHIS2 DE full name":"Mental Health-Baseline consultation- Total number of beneficiaries in family consultation","DHIS2 DE UID":"DMaLm9u4GCq","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"82978311-bef9-46f9-9a9a-cc62254b00a6","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If Health Facility, specify","DHIS2 DE UID":"CLGnlnFqqnk","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If MSF Health Facility, specify","DHIS2 DE UID":"f64XCwzJW02","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If Mobile Clinic, specify","DHIS2 DE UID":"YeaUNruqmca","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"82978311-bef9-46f9-9a9a-cc62254b00a6","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If other, specify","DHIS2 DE UID":"KjgDauY9v4J","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c3c86c1b-07be-4506-ab25-8f35f4389b19","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- If other symptoms 1, specify","DHIS2 DE UID":"pj5hIE6iyAR","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"22809b19-54ca-4d88-8d26-9577637c184e","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"819f79e7-b9af-4afd-85d4-2ab677223113","DHIS2 DE full name":"Mental Health-Baseline consultation- Clinical diagnosis - If other, specify","DHIS2 DE UID":"W7cPAi8iXLZ","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 2","DHIS2 DE UID":"RnbiVrrSFdm","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"92a92f62-3ff6-4944-9ea9-a7af23949bad","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 3","DHIS2 DE UID":"CUdI1BJ5W8G","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- If other symptoms 1, specify","DHIS2 DE UID":"pj5hIE6iyAR","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"9a8204ca-d908-4157-9285-7c970dbb5287","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","DHIS2 DE full name":"Mental Health-Baseline consultation - MHOS","DHIS2 DE UID":"MF3RML0HLbP","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","DHIS2 DE full name":"Mental Health-Baseline consultation- PHQ 9","DHIS2 DE UID":"tsFOVnlc6lz","OptionSet name":"","DHIS2 Option Set UID":"Mental Health-Baseline- PHQ 9","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"a1a75011-0fef-460a-b666-dda2d171f39b","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c2664992-8a5a-4a6d-9238-5df591307d55","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient had thoughts of death or suicide?","DHIS2 DE UID":"OZViJk8FPVd","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient attempted suicide or tried to kill themselves?","DHIS2 DE UID":"dfdv3SkeXKe","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"abede172-ba87-4ebe-8054-3afadb181ea3","DHIS2 DE full name":"Mental Health-Baseline consultation- Is the patient currently at risk of hurting himself/herself or attempting suicide?","DHIS2 DE UID":"hWMBCCA2yy1","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Is the patient currently at risk of hurting others","DHIS2 DE UID":"TWuCY5r2wx7","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d516de07-979b-411c-b7e4-bd09cf7d9d91","DHIS2 DE full name":"Mental Health-Baseline consultation- Does the patient regularly use alcohol / substances to become intoxicated?","DHIS2 DE UID":"QHrIUMhjZlO","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"3e97c2d0-15c1-4cfd-884f-7a4721079217","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient experienced an act of aggression or violence?","DHIS2 DE UID":"H1fMCaOzr8F","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1 - If other, specify","DHIS2 DE UID":"m8qis4iUOTo","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c1a3ed2d-6d9a-453d-9d93-749164a76413","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"5f6e245c-83fc-421b-8d46-061ac773ae71","DHIS2 DE full name":"Mental Health-Baseline consultation- Follow up session required","DHIS2 DE UID":"yCwuZ0htrlH","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"6d3876be-0a27-466d-ad58-92edcc8c31fb","DHIS2 DE full name":"Mental Health-Baseline consultation- Referral out done","DHIS2 DE UID":"RiiH9A53rvG","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"8fb3bb7d-c935-4b57-8444-1b953470e109","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"}]} \ No newline at end of file +{"a":"a","b":"b"} \ No newline at end of file From 9e61fa279ed89ef82534bd38fe7805f2cdfffd5c Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Fri, 18 Oct 2024 20:00:33 +0300 Subject: [PATCH 30/61] Update metadata content --- metadata/metadata_mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/metadata_mapping.json b/metadata/metadata_mapping.json index 8d2d95b..9bb5145 100644 --- a/metadata/metadata_mapping.json +++ b/metadata/metadata_mapping.json @@ -1 +1 @@ -{"a":"a","b":"b"} \ No newline at end of file +{"optionSets":{"qptKDiv9uPl":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","rSIazMFEBjD":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","KSBMR1BDGwx":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","WDY6MkQWyHb":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","AuDPJg6gZE7":"790b41ce-e1e7-11e8-b02f-0242ac130002","KeyiEPc4pII":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","qfYPXP76j8g":"410a0731-cb41-4181-9897-6eb9894bf7b8","PCGI7EnvCQS":"790b41ce-e1e7-11e8-b02f-0242ac130002","RqsvaPH9vHt":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","YfcNA5bvkxT":"790b41ce-e1e7-11e8-b02f-0242ac130002","vC3bg9NwJ78":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","qacGXlyyQOS":"0f115f25-cdd0-49c3-b009-ba9acb041fef","qgfKPlIHjcD":"790b41ce-e1e7-11e8-b02f-0242ac130002","TjNs41OJDqW":"790b41ce-e1e7-11e8-b02f-0242ac130002","JH5B8Fns8k5":"790b41ce-e1e7-11e8-b02f-0242ac130002","S22iy8o0iLg":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","v0qFX0qv1tX":"790b41ce-e1e7-11e8-b02f-0242ac130002","DlqJSA5VApl":"790b41ce-e1e7-11e8-b02f-0242ac130002","ai1f1Nd7tTk":"a5c5563e-df0e-4742-a335-b24fb63664ee","jEbjrXqhNEO":"a5c5563e-df0e-4742-a335-b24fb63664ee"},"f01MphssBaseline":[{"value.uuid - External ID":"4dae5b12-070f-4153-b1ca-fbec906106e1","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"1a8bf24f-4f36-4971-aad9-ae77f3525738","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","DHIS2 DE full name":"Mental Health-Baseline consultation- Total number of beneficiaries in family consultation","DHIS2 DE UID":"DMaLm9u4GCq","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"82978311-bef9-46f9-9a9a-cc62254b00a6","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If Health Facility, specify","DHIS2 DE UID":"CLGnlnFqqnk","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If MSF Health Facility, specify","DHIS2 DE UID":"f64XCwzJW02","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If Mobile Clinic, specify","DHIS2 DE UID":"YeaUNruqmca","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"82978311-bef9-46f9-9a9a-cc62254b00a6","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If other, specify","DHIS2 DE UID":"KjgDauY9v4J","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c3c86c1b-07be-4506-ab25-8f35f4389b19","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- If other symptoms 1, specify","DHIS2 DE UID":"pj5hIE6iyAR","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"22809b19-54ca-4d88-8d26-9577637c184e","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"819f79e7-b9af-4afd-85d4-2ab677223113","DHIS2 DE full name":"Mental Health-Baseline consultation- Clinical diagnosis - If other, specify","DHIS2 DE UID":"W7cPAi8iXLZ","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 2","DHIS2 DE UID":"RnbiVrrSFdm","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"92a92f62-3ff6-4944-9ea9-a7af23949bad","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 3","DHIS2 DE UID":"CUdI1BJ5W8G","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- If other symptoms 1, specify","DHIS2 DE UID":"pj5hIE6iyAR","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"9a8204ca-d908-4157-9285-7c970dbb5287","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","DHIS2 DE full name":"Mental Health-Baseline consultation - MHOS","DHIS2 DE UID":"MF3RML0HLbP","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","DHIS2 DE full name":"Mental Health-Baseline consultation- PHQ 9","DHIS2 DE UID":"tsFOVnlc6lz","OptionSet name":"","DHIS2 Option Set UID":"Mental Health-Baseline- PHQ 9","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"a1a75011-0fef-460a-b666-dda2d171f39b","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c2664992-8a5a-4a6d-9238-5df591307d55","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient had thoughts of death or suicide?","DHIS2 DE UID":"OZViJk8FPVd","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient attempted suicide or tried to kill themselves?","DHIS2 DE UID":"dfdv3SkeXKe","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"abede172-ba87-4ebe-8054-3afadb181ea3","DHIS2 DE full name":"Mental Health-Baseline consultation- Is the patient currently at risk of hurting himself/herself or attempting suicide?","DHIS2 DE UID":"hWMBCCA2yy1","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Is the patient currently at risk of hurting others","DHIS2 DE UID":"TWuCY5r2wx7","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d516de07-979b-411c-b7e4-bd09cf7d9d91","DHIS2 DE full name":"Mental Health-Baseline consultation- Does the patient regularly use alcohol / substances to become intoxicated?","DHIS2 DE UID":"QHrIUMhjZlO","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"3e97c2d0-15c1-4cfd-884f-7a4721079217","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient experienced an act of aggression or violence?","DHIS2 DE UID":"H1fMCaOzr8F","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1 - If other, specify","DHIS2 DE UID":"m8qis4iUOTo","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c1a3ed2d-6d9a-453d-9d93-749164a76413","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"5f6e245c-83fc-421b-8d46-061ac773ae71","DHIS2 DE full name":"Mental Health-Baseline consultation- Follow up session required","DHIS2 DE UID":"yCwuZ0htrlH","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"6d3876be-0a27-466d-ad58-92edcc8c31fb","DHIS2 DE full name":"Mental Health-Baseline consultation- Referral out done","DHIS2 DE UID":"RiiH9A53rvG","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"8fb3bb7d-c935-4b57-8444-1b953470e109","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"}]} \ No newline at end of file From dea520356f62d565f6180c4a4544f0c7ff5d4521 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Fri, 18 Oct 2024 20:04:27 +0300 Subject: [PATCH 31/61] Update metadata content From 4a520c8947add6107142f5474da7f40df1c742d5 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Wed, 23 Oct 2024 07:41:53 +0300 Subject: [PATCH 32/61] Update metadata content --- metadata/metadata_mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/metadata_mapping.json b/metadata/metadata_mapping.json index 9bb5145..8df12a5 100644 --- a/metadata/metadata_mapping.json +++ b/metadata/metadata_mapping.json @@ -1 +1 @@ -{"optionSets":{"qptKDiv9uPl":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","rSIazMFEBjD":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","KSBMR1BDGwx":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","WDY6MkQWyHb":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","AuDPJg6gZE7":"790b41ce-e1e7-11e8-b02f-0242ac130002","KeyiEPc4pII":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","qfYPXP76j8g":"410a0731-cb41-4181-9897-6eb9894bf7b8","PCGI7EnvCQS":"790b41ce-e1e7-11e8-b02f-0242ac130002","RqsvaPH9vHt":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","YfcNA5bvkxT":"790b41ce-e1e7-11e8-b02f-0242ac130002","vC3bg9NwJ78":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","qacGXlyyQOS":"0f115f25-cdd0-49c3-b009-ba9acb041fef","qgfKPlIHjcD":"790b41ce-e1e7-11e8-b02f-0242ac130002","TjNs41OJDqW":"790b41ce-e1e7-11e8-b02f-0242ac130002","JH5B8Fns8k5":"790b41ce-e1e7-11e8-b02f-0242ac130002","S22iy8o0iLg":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","v0qFX0qv1tX":"790b41ce-e1e7-11e8-b02f-0242ac130002","DlqJSA5VApl":"790b41ce-e1e7-11e8-b02f-0242ac130002","ai1f1Nd7tTk":"a5c5563e-df0e-4742-a335-b24fb63664ee","jEbjrXqhNEO":"a5c5563e-df0e-4742-a335-b24fb63664ee"},"f01MphssBaseline":[{"value.uuid - External ID":"4dae5b12-070f-4153-b1ca-fbec906106e1","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"1a8bf24f-4f36-4971-aad9-ae77f3525738","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","DHIS2 DE full name":"Mental Health-Baseline consultation- Total number of beneficiaries in family consultation","DHIS2 DE UID":"DMaLm9u4GCq","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"82978311-bef9-46f9-9a9a-cc62254b00a6","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If Health Facility, specify","DHIS2 DE UID":"CLGnlnFqqnk","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If MSF Health Facility, specify","DHIS2 DE UID":"f64XCwzJW02","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If Mobile Clinic, specify","DHIS2 DE UID":"YeaUNruqmca","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"82978311-bef9-46f9-9a9a-cc62254b00a6","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If other, specify","DHIS2 DE UID":"KjgDauY9v4J","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c3c86c1b-07be-4506-ab25-8f35f4389b19","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- If other symptoms 1, specify","DHIS2 DE UID":"pj5hIE6iyAR","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"22809b19-54ca-4d88-8d26-9577637c184e","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"819f79e7-b9af-4afd-85d4-2ab677223113","DHIS2 DE full name":"Mental Health-Baseline consultation- Clinical diagnosis - If other, specify","DHIS2 DE UID":"W7cPAi8iXLZ","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 2","DHIS2 DE UID":"RnbiVrrSFdm","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"92a92f62-3ff6-4944-9ea9-a7af23949bad","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 3","DHIS2 DE UID":"CUdI1BJ5W8G","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- If other symptoms 1, specify","DHIS2 DE UID":"pj5hIE6iyAR","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"9a8204ca-d908-4157-9285-7c970dbb5287","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","DHIS2 DE full name":"Mental Health-Baseline consultation - MHOS","DHIS2 DE UID":"MF3RML0HLbP","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","DHIS2 DE full name":"Mental Health-Baseline consultation- PHQ 9","DHIS2 DE UID":"tsFOVnlc6lz","OptionSet name":"","DHIS2 Option Set UID":"Mental Health-Baseline- PHQ 9","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"a1a75011-0fef-460a-b666-dda2d171f39b","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c2664992-8a5a-4a6d-9238-5df591307d55","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient had thoughts of death or suicide?","DHIS2 DE UID":"OZViJk8FPVd","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient attempted suicide or tried to kill themselves?","DHIS2 DE UID":"dfdv3SkeXKe","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"abede172-ba87-4ebe-8054-3afadb181ea3","DHIS2 DE full name":"Mental Health-Baseline consultation- Is the patient currently at risk of hurting himself/herself or attempting suicide?","DHIS2 DE UID":"hWMBCCA2yy1","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Is the patient currently at risk of hurting others","DHIS2 DE UID":"TWuCY5r2wx7","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d516de07-979b-411c-b7e4-bd09cf7d9d91","DHIS2 DE full name":"Mental Health-Baseline consultation- Does the patient regularly use alcohol / substances to become intoxicated?","DHIS2 DE UID":"QHrIUMhjZlO","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"3e97c2d0-15c1-4cfd-884f-7a4721079217","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient experienced an act of aggression or violence?","DHIS2 DE UID":"H1fMCaOzr8F","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1 - If other, specify","DHIS2 DE UID":"m8qis4iUOTo","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c1a3ed2d-6d9a-453d-9d93-749164a76413","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"5f6e245c-83fc-421b-8d46-061ac773ae71","DHIS2 DE full name":"Mental Health-Baseline consultation- Follow up session required","DHIS2 DE UID":"yCwuZ0htrlH","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"6d3876be-0a27-466d-ad58-92edcc8c31fb","DHIS2 DE full name":"Mental Health-Baseline consultation- Referral out done","DHIS2 DE UID":"RiiH9A53rvG","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"8fb3bb7d-c935-4b57-8444-1b953470e109","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"}]} \ No newline at end of file +{"optionSets":{"qptKDiv9uPl":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","rSIazMFEBjD":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","KSBMR1BDGwx":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","WDY6MkQWyHb":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","AuDPJg6gZE7":"790b41ce-e1e7-11e8-b02f-0242ac130002","KeyiEPc4pII":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","qfYPXP76j8g":"410a0731-cb41-4181-9897-6eb9894bf7b8","PCGI7EnvCQS":"790b41ce-e1e7-11e8-b02f-0242ac130002","RqsvaPH9vHt":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","YfcNA5bvkxT":"790b41ce-e1e7-11e8-b02f-0242ac130002","vC3bg9NwJ78":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","qacGXlyyQOS":"0f115f25-cdd0-49c3-b009-ba9acb041fef","qgfKPlIHjcD":"790b41ce-e1e7-11e8-b02f-0242ac130002","TjNs41OJDqW":"790b41ce-e1e7-11e8-b02f-0242ac130002","JH5B8Fns8k5":"790b41ce-e1e7-11e8-b02f-0242ac130002","S22iy8o0iLg":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","v0qFX0qv1tX":"790b41ce-e1e7-11e8-b02f-0242ac130002","DlqJSA5VApl":"790b41ce-e1e7-11e8-b02f-0242ac130002","ai1f1Nd7tTk":"a5c5563e-df0e-4742-a335-b24fb63664ee","jEbjrXqhNEO":"a5c5563e-df0e-4742-a335-b24fb63664ee"}} \ No newline at end of file From bfb3d5b81d3774c3ce16df9d176fee5b9a6e2126 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Wed, 23 Oct 2024 09:29:48 +0300 Subject: [PATCH 33/61] Update metadata content From 947369791fc89cf175a1bc051392e888f0e1db0c Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Wed, 23 Oct 2024 09:31:49 +0300 Subject: [PATCH 34/61] Update metadata content --- metadata/metadata_mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/metadata_mapping.json b/metadata/metadata_mapping.json index 8df12a5..e302231 100644 --- a/metadata/metadata_mapping.json +++ b/metadata/metadata_mapping.json @@ -1 +1 @@ -{"optionSets":{"qptKDiv9uPl":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","rSIazMFEBjD":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","KSBMR1BDGwx":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","WDY6MkQWyHb":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","AuDPJg6gZE7":"790b41ce-e1e7-11e8-b02f-0242ac130002","KeyiEPc4pII":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","qfYPXP76j8g":"410a0731-cb41-4181-9897-6eb9894bf7b8","PCGI7EnvCQS":"790b41ce-e1e7-11e8-b02f-0242ac130002","RqsvaPH9vHt":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","YfcNA5bvkxT":"790b41ce-e1e7-11e8-b02f-0242ac130002","vC3bg9NwJ78":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","qacGXlyyQOS":"0f115f25-cdd0-49c3-b009-ba9acb041fef","qgfKPlIHjcD":"790b41ce-e1e7-11e8-b02f-0242ac130002","TjNs41OJDqW":"790b41ce-e1e7-11e8-b02f-0242ac130002","JH5B8Fns8k5":"790b41ce-e1e7-11e8-b02f-0242ac130002","S22iy8o0iLg":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","v0qFX0qv1tX":"790b41ce-e1e7-11e8-b02f-0242ac130002","DlqJSA5VApl":"790b41ce-e1e7-11e8-b02f-0242ac130002","ai1f1Nd7tTk":"a5c5563e-df0e-4742-a335-b24fb63664ee","jEbjrXqhNEO":"a5c5563e-df0e-4742-a335-b24fb63664ee"}} \ No newline at end of file +{"optionSets":{"qptKDiv9uPl":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","rSIazMFEBjD":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","KSBMR1BDGwx":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","WDY6MkQWyHb":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","AuDPJg6gZE7":"790b41ce-e1e7-11e8-b02f-0242ac130002","KeyiEPc4pII":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","qfYPXP76j8g":"410a0731-cb41-4181-9897-6eb9894bf7b8","PCGI7EnvCQS":"790b41ce-e1e7-11e8-b02f-0242ac130002","RqsvaPH9vHt":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","YfcNA5bvkxT":"790b41ce-e1e7-11e8-b02f-0242ac130002","vC3bg9NwJ78":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","qacGXlyyQOS":"0f115f25-cdd0-49c3-b009-ba9acb041fef","qgfKPlIHjcD":"790b41ce-e1e7-11e8-b02f-0242ac130002","TjNs41OJDqW":"790b41ce-e1e7-11e8-b02f-0242ac130002","JH5B8Fns8k5":"790b41ce-e1e7-11e8-b02f-0242ac130002","S22iy8o0iLg":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","v0qFX0qv1tX":"790b41ce-e1e7-11e8-b02f-0242ac130002","DlqJSA5VApl":"790b41ce-e1e7-11e8-b02f-0242ac130002","ai1f1Nd7tTk":"a5c5563e-df0e-4742-a335-b24fb63664ee","jEbjrXqhNEO":"a5c5563e-df0e-4742-a335-b24fb63664ee"},"f01MhpssBaseline":[{"value.uuid - External ID":"4dae5b12-070f-4153-b1ca-fbec906106e1","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"1a8bf24f-4f36-4971-aad9-ae77f3525738","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","DHIS2 DE full name":"Mental Health-Baseline consultation- Total number of beneficiaries in family consultation","DHIS2 DE UID":"DMaLm9u4GCq","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"82978311-bef9-46f9-9a9a-cc62254b00a6","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If Health Facility, specify","DHIS2 DE UID":"CLGnlnFqqnk","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If MSF Health Facility, specify","DHIS2 DE UID":"f64XCwzJW02","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If Mobile Clinic, specify","DHIS2 DE UID":"YeaUNruqmca","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"82978311-bef9-46f9-9a9a-cc62254b00a6","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If other, specify","DHIS2 DE UID":"KjgDauY9v4J","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c3c86c1b-07be-4506-ab25-8f35f4389b19","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- If other symptoms 1, specify","DHIS2 DE UID":"pj5hIE6iyAR","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"22809b19-54ca-4d88-8d26-9577637c184e","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"819f79e7-b9af-4afd-85d4-2ab677223113","DHIS2 DE full name":"Mental Health-Baseline consultation- Clinical diagnosis - If other, specify","DHIS2 DE UID":"W7cPAi8iXLZ","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 2","DHIS2 DE UID":"RnbiVrrSFdm","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"92a92f62-3ff6-4944-9ea9-a7af23949bad","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 3","DHIS2 DE UID":"CUdI1BJ5W8G","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- If other symptoms 1, specify","DHIS2 DE UID":"pj5hIE6iyAR","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"9a8204ca-d908-4157-9285-7c970dbb5287","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","DHIS2 DE full name":"Mental Health-Baseline consultation - MHOS","DHIS2 DE UID":"MF3RML0HLbP","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","DHIS2 DE full name":"Mental Health-Baseline consultation- PHQ 9","DHIS2 DE UID":"tsFOVnlc6lz","OptionSet name":"","DHIS2 Option Set UID":"Mental Health-Baseline- PHQ 9","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"a1a75011-0fef-460a-b666-dda2d171f39b","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c2664992-8a5a-4a6d-9238-5df591307d55","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient had thoughts of death or suicide?","DHIS2 DE UID":"OZViJk8FPVd","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient attempted suicide or tried to kill themselves?","DHIS2 DE UID":"dfdv3SkeXKe","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"abede172-ba87-4ebe-8054-3afadb181ea3","DHIS2 DE full name":"Mental Health-Baseline consultation- Is the patient currently at risk of hurting himself/herself or attempting suicide?","DHIS2 DE UID":"hWMBCCA2yy1","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Is the patient currently at risk of hurting others","DHIS2 DE UID":"TWuCY5r2wx7","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d516de07-979b-411c-b7e4-bd09cf7d9d91","DHIS2 DE full name":"Mental Health-Baseline consultation- Does the patient regularly use alcohol / substances to become intoxicated?","DHIS2 DE UID":"QHrIUMhjZlO","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"3e97c2d0-15c1-4cfd-884f-7a4721079217","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient experienced an act of aggression or violence?","DHIS2 DE UID":"H1fMCaOzr8F","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1 - If other, specify","DHIS2 DE UID":"m8qis4iUOTo","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c1a3ed2d-6d9a-453d-9d93-749164a76413","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"5f6e245c-83fc-421b-8d46-061ac773ae71","DHIS2 DE full name":"Mental Health-Baseline consultation- Follow up session required","DHIS2 DE UID":"yCwuZ0htrlH","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"6d3876be-0a27-466d-ad58-92edcc8c31fb","DHIS2 DE full name":"Mental Health-Baseline consultation- Referral out done","DHIS2 DE UID":"RiiH9A53rvG","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"8fb3bb7d-c935-4b57-8444-1b953470e109","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"}]} \ No newline at end of file From 1b9ac121cfe5465ef4b3393d86cb1a382c3a18ad Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Wed, 23 Oct 2024 09:53:35 +0300 Subject: [PATCH 35/61] Update metadata content --- metadata/metadata_mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/metadata_mapping.json b/metadata/metadata_mapping.json index e302231..506d91d 100644 --- a/metadata/metadata_mapping.json +++ b/metadata/metadata_mapping.json @@ -1 +1 @@ -{"optionSets":{"qptKDiv9uPl":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","rSIazMFEBjD":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","KSBMR1BDGwx":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","WDY6MkQWyHb":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","AuDPJg6gZE7":"790b41ce-e1e7-11e8-b02f-0242ac130002","KeyiEPc4pII":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","qfYPXP76j8g":"410a0731-cb41-4181-9897-6eb9894bf7b8","PCGI7EnvCQS":"790b41ce-e1e7-11e8-b02f-0242ac130002","RqsvaPH9vHt":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","YfcNA5bvkxT":"790b41ce-e1e7-11e8-b02f-0242ac130002","vC3bg9NwJ78":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","qacGXlyyQOS":"0f115f25-cdd0-49c3-b009-ba9acb041fef","qgfKPlIHjcD":"790b41ce-e1e7-11e8-b02f-0242ac130002","TjNs41OJDqW":"790b41ce-e1e7-11e8-b02f-0242ac130002","JH5B8Fns8k5":"790b41ce-e1e7-11e8-b02f-0242ac130002","S22iy8o0iLg":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","v0qFX0qv1tX":"790b41ce-e1e7-11e8-b02f-0242ac130002","DlqJSA5VApl":"790b41ce-e1e7-11e8-b02f-0242ac130002","ai1f1Nd7tTk":"a5c5563e-df0e-4742-a335-b24fb63664ee","jEbjrXqhNEO":"a5c5563e-df0e-4742-a335-b24fb63664ee"},"f01MhpssBaseline":[{"value.uuid - External ID":"4dae5b12-070f-4153-b1ca-fbec906106e1","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"1a8bf24f-4f36-4971-aad9-ae77f3525738","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","DHIS2 DE full name":"Mental Health-Baseline consultation- Total number of beneficiaries in family consultation","DHIS2 DE UID":"DMaLm9u4GCq","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"82978311-bef9-46f9-9a9a-cc62254b00a6","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If Health Facility, specify","DHIS2 DE UID":"CLGnlnFqqnk","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If MSF Health Facility, specify","DHIS2 DE UID":"f64XCwzJW02","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If Mobile Clinic, specify","DHIS2 DE UID":"YeaUNruqmca","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"82978311-bef9-46f9-9a9a-cc62254b00a6","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention - If other, specify","DHIS2 DE UID":"KjgDauY9v4J","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c3c86c1b-07be-4506-ab25-8f35f4389b19","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- If other symptoms 1, specify","DHIS2 DE UID":"pj5hIE6iyAR","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"22809b19-54ca-4d88-8d26-9577637c184e","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"819f79e7-b9af-4afd-85d4-2ab677223113","DHIS2 DE full name":"Mental Health-Baseline consultation- Clinical diagnosis - If other, specify","DHIS2 DE UID":"W7cPAi8iXLZ","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 2","DHIS2 DE UID":"RnbiVrrSFdm","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"92a92f62-3ff6-4944-9ea9-a7af23949bad","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 3","DHIS2 DE UID":"CUdI1BJ5W8G","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e08d532b-e56c-43dc-b831-af705654d2dc","DHIS2 DE full name":"Mental Health-Baseline consultation- If other symptoms 1, specify","DHIS2 DE UID":"pj5hIE6iyAR","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"9a8204ca-d908-4157-9285-7c970dbb5287","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","DHIS2 DE full name":"Mental Health-Baseline consultation - MHOS","DHIS2 DE UID":"MF3RML0HLbP","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","DHIS2 DE full name":"Mental Health-Baseline consultation- PHQ 9","DHIS2 DE UID":"tsFOVnlc6lz","OptionSet name":"","DHIS2 Option Set UID":"Mental Health-Baseline- PHQ 9","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"a1a75011-0fef-460a-b666-dda2d171f39b","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c2664992-8a5a-4a6d-9238-5df591307d55","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient had thoughts of death or suicide?","DHIS2 DE UID":"OZViJk8FPVd","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient attempted suicide or tried to kill themselves?","DHIS2 DE UID":"dfdv3SkeXKe","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"abede172-ba87-4ebe-8054-3afadb181ea3","DHIS2 DE full name":"Mental Health-Baseline consultation- Is the patient currently at risk of hurting himself/herself or attempting suicide?","DHIS2 DE UID":"hWMBCCA2yy1","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Is the patient currently at risk of hurting others","DHIS2 DE UID":"TWuCY5r2wx7","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d516de07-979b-411c-b7e4-bd09cf7d9d91","DHIS2 DE full name":"Mental Health-Baseline consultation- Does the patient regularly use alcohol / substances to become intoxicated?","DHIS2 DE UID":"QHrIUMhjZlO","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"3e97c2d0-15c1-4cfd-884f-7a4721079217","DHIS2 DE full name":"Mental Health-Baseline consultation- Has the patient experienced an act of aggression or violence?","DHIS2 DE UID":"H1fMCaOzr8F","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1 - If other, specify","DHIS2 DE UID":"m8qis4iUOTo","OptionSet name":"","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"c1a3ed2d-6d9a-453d-9d93-749164a76413","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"5f6e245c-83fc-421b-8d46-061ac773ae71","DHIS2 DE full name":"Mental Health-Baseline consultation- Follow up session required","DHIS2 DE UID":"yCwuZ0htrlH","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"6d3876be-0a27-466d-ad58-92edcc8c31fb","DHIS2 DE full name":"Mental Health-Baseline consultation- Referral out done","DHIS2 DE UID":"RiiH9A53rvG","OptionSet name":"Yes-no","DHIS2 Option Set UID":"NA","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"},{"value.uuid - External ID":"8fb3bb7d-c935-4b57-8444-1b953470e109","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"{always blank}","DHIS2 Option UID":"{always blank}"}]} \ No newline at end of file +{"optionSets":[{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":""},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":""},{"value.display - Answers":"Transgender male","value.uuid - External ID":"37ccc7b5-0d1d-48d3-87a6-aee614bb500f","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender male","DHIS2 Option UID":"OcJsz1BOHTf","DHIS2 Option Code":""},{"value.display - Answers":"Transgender female","value.uuid - External ID":"1226d253-376f-4e73-9ae2-36c7e9362e8b","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender female","DHIS2 Option UID":"l8RshnosXNy","DHIS2 Option Code":""},{"value.display - Answers":"Gender variant - Non conforming","value.uuid - External ID":"810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Gender variant - Non conforming","DHIS2 Option UID":"V8RXdmOdY8L","DHIS2 Option Code":""},{"value.display - Answers":"Prefer not to answer","value.uuid - External ID":"245151ca-691e-4d5a-a792-64cb573e2b34","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Prefer not to answer","DHIS2 Option UID":"QQzTV76xGfF","DHIS2 Option Code":""},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":""},{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":""},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":""},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":""},{"value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"New admission","DHIS2 Option UID":"ytN3iatLPSV","DHIS2 Option Code":"new_admission"},{"value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"Readmission","DHIS2 Option UID":"j7Omz3uFWvT","DHIS2 Option Code":"readmission"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Individual","DHIS2 Option UID":"JMnQs1hB0kK","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Couple","DHIS2 Option UID":"mD02hgMyFVD","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Family","DHIS2 Option UID":"hv96C4ctfZI","DHIS2 Option Code":"family"},{"value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Parent-Child","DHIS2 Option UID":"PNWXisyNbE4","DHIS2 Option Code":"mother_child"},{"value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Psychologist","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist"},{"value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Counsellor","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor"},{"value.display - Answers":"Health facility","value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Health facility","DHIS2 Option UID":"r4XbBWmqXmu","DHIS2 Option Code":"health_center"},{"value.display - Answers":"MSF health facility","value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"MSF health facility","DHIS2 Option UID":"QjHFWlrDAi3","DHIS2 Option Code":"msf_health_facility"},{"value.display - Answers":"Mobile clinic","value.uuid - External ID":"48984e47-3e9b-4d8e-a66d-317af5c36f02","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Mobile clinic","DHIS2 Option UID":"SENCNKONSMT","DHIS2 Option Code":"mobile_clinic"},{"value.display - Answers":"Home visit","value.uuid - External ID":"bd5bf44b-164c-415c-8bff-b1d4849928d3","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Home","DHIS2 Option UID":"Klk9UQeoyeM","DHIS2 Option Code":"home"},{"value.display - Answers":"School visit","value.uuid - External ID":"7091b6ea-7067-4ee3-9f67-8805904e2f61","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"School","DHIS2 Option UID":"mKGlluwx83y","DHIS2 Option Code":"school"},{"value.display - Answers":"Remote / phone","value.uuid - External ID":"398ce872-5862-4826-bba8-826915eddf98","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Remote / Phone","DHIS2 Option UID":"CL7Yj72PgmV","DHIS2 Option Code":"remote_phone"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Other","DHIS2 Option UID":"MSRu3TwArTh","DHIS2 Option Code":"other"},{"value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor"},{"value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist"},{"value.display - Answers":"IPD MSF","value.uuid - External ID":"d17350e6-12de-4454-b902-58c2fc1e59aa","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"IPD MSF","DHIS2 Option UID":"hUkr13HVkFe","DHIS2 Option Code":"inpatient_department"},{"value.display - Answers":"Emergency department MSF","value.uuid - External ID":"c709f78b-5787-4c7e-b5bd-66aad28f7ff4","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"ER MSF","DHIS2 Option UID":"v1uQIEM3yTP","DHIS2 Option Code":"emergency_department"},{"value.display - Answers":"Primary Health Center MSF","value.uuid - External ID":"82815438-a49d-48d7-a67f-dd294aa3c1e2","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Primary Health Center MSF","DHIS2 Option UID":"vcsgSPTyIPC","DHIS2 Option Code":"primary_health_center"},{"value.display - Answers":"Health Promotion/sensitization","value.uuid - External ID":"edb619d5-309f-45db-9521-70fcc22b30aa","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"HP / Sensitization","DHIS2 Option UID":"xihtGfyAQG9","DHIS2 Option Code":"sensitization"},{"value.display - Answers":"Other MSF personnel","value.uuid - External ID":"200a3de4-00a7-4a2e-a113-852013d6f4c5","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Other MSF staff","DHIS2 Option UID":"csTGh6JIRmf","DHIS2 Option Code":"other_msf_staff"},{"value.display - Answers":"MSF social worker","value.uuid - External ID":"92f7c3e2-89e1-4ebd-9da9-7c2976de815c","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"MSF social worker","DHIS2 Option UID":"cuIef31D5QL","DHIS2 Option Code":"social_work_msf"},{"value.display - Answers":"Other health structure","value.uuid - External ID":"923c6b39-4094-45e4-95ab-b44f7a381980","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Other Health Structure","DHIS2 Option UID":"bZZjZast35n","DHIS2 Option Code":"other_health_structure"},{"value.display - Answers":"Local health worker (non-MSF)","value.uuid - External ID":"54054512-7317-45c4-9494-f74be6ab4549","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Local health worker non MSF","DHIS2 Option UID":"NIXRVxxeiLm","DHIS2 Option Code":"hw_local"},{"value.display - Answers":"Institutions (NGOs/Church/IGO)","value.uuid - External ID":"f9688da4-cdcf-4cb3-90c2-263812fa064f","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Institutions (Church, NGO, International Agencies)","DHIS2 Option UID":"eHP0GjRUPx4","DHIS2 Option Code":"institutions_church_ngo_international_agencies"},{"value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Self Referral","DHIS2 Option UID":"riMSWiZKZ2Q","DHIS2 Option Code":"self_referral"},{"value.display - Answers":"Family member / friend /neighbor","value.uuid - External ID":"a8432309-bc74-4da0-8639-76988c02cbb5","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Family / Friend / Neighbor","DHIS2 Option UID":"bDu4hsAwaAB","DHIS2 Option Code":"family_friend_neighbor"},{"value.display - Answers":"Community leader","value.uuid - External ID":"8b93d848-9e20-41b3-94e5-895a356e5ed7","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Community leader","DHIS2 Option UID":"waFIAukspK9","DHIS2 Option Code":"community_leader"},{"value.display - Answers":"School / University","value.uuid - External ID":"98b1e458-2d46-4025-b912-7340f9d39610","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"School / University","DHIS2 Option UID":"ipYSgBna9cP","DHIS2 Option Code":"school_university"},{"value.display - Answers":"Authorities","value.uuid - External ID":"80575f44-be81-4694-aba4-012999328339","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Authorities","DHIS2 Option UID":"gh5agL1I7Nz","DHIS2 Option Code":"authorities"},{"value.display - Answers":"Legal attorney office","value.uuid - External ID":"14940a46-5cce-4744-ac2a-c2d1fdc64e11","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Legal attorney office","DHIS2 Option UID":"DqMj4xwn5EC","DHIS2 Option Code":"legal_attorney_office"},{"value.display - Answers":"Prosecutor office","value.uuid - External ID":"b989e916-8299-40f6-9a92-c0c8d8e70f20","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Prosecutor office","DHIS2 Option UID":"EDDo3uX7Hjp","DHIS2 Option Code":"fiscalia_de_la_mujer"},{"value.display - Answers":"Forensic department","value.uuid - External ID":"f85b0def-4af3-4901-839d-0a9dc8ace318","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Forensic department","DHIS2 Option UID":"qkalVIdgmBS","DHIS2 Option Code":"medicina_forense"},{"value.display - Answers":"CHOW (Community Health Outreach Worker)","value.uuid - External ID":"127bfdc9-8059-4421-a3cc-967bfbfee0ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"CHOW","DHIS2 Option UID":"LCk7N10isIp","DHIS2 Option Code":"chow"},{"value.display - Answers":"Community educator","value.uuid - External ID":"410a0731-cb41-4181-9897-6eb9894bf7b8","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Community educator","DHIS2 Option UID":"PWjmOym543x","DHIS2 Option Code":"community_educattor"},{"value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints"},{"value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.2 Eating problems","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems"},{"value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems"},{"value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems"},{"value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.5 Sexual problems","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems"},{"value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction"},{"value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.1 Sad mood","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood"},{"value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger"},{"value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia"},{"value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.4 Hopelessness","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness"},{"value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness"},{"value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts"},{"value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt"},{"value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm"},{"value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite"},{"value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.1 Constant stress","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress"},{"value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.2 Persistent worry","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry"},{"value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened"},{"value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack"},{"value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior"},{"value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts"},{"value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.2 Flashbacks","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks"},{"value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli"},{"value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response"},{"value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations"},{"value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking"},{"value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions"},{"value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations"},{"value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations"},{"value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech"},{"value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior"},{"value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation"},{"value.display - Answers":"6.1 Problems with concentration, memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning"},{"value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development"},{"value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication"},{"value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties"},{"value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures"},{"value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse"},{"value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness"},{"value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children"},{"value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity"},{"value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.5 Impulsivity","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity"},{"value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.6 Regression in development","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development"},{"value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal"},{"value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"8.1 Other (specify)","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other"},{"value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomotic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints"},{"value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomotic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.2 Eating problems","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems"},{"value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomotic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems"},{"value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomotic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems"},{"value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomotic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.5 Sexual problems","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems"},{"value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomotic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction"},{"value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.1 Sad mood","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood"},{"value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger"},{"value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia"},{"value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.4 Hopelessness","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness"},{"value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness"},{"value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts"},{"value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt"},{"value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm"},{"value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite"},{"value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.1 Constant stress","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress"},{"value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.2 Persistent worry","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry"},{"value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened"},{"value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack"},{"value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior"},{"value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts"},{"value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.2 Flashbacks","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks"},{"value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli"},{"value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response"},{"value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations"},{"value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking"},{"value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions"},{"value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations"},{"value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations"},{"value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech"},{"value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior"},{"value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation"},{"value.display - Answers":"6.1 Problems with concentration memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning"},{"value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development"},{"value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication"},{"value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties"},{"value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures"},{"value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse"},{"value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness"},{"value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children"},{"value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity"},{"value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.5 Impulsivity","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity"},{"value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.6 Regression in development","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development"},{"value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal"},{"value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Other symptoms","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"8.1 Other (specify)","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other"},{"value.display - Answers":"1. Acute stress reaction","value.uuid - External ID":"a2f8295b-1259-481f-8ef3-34e213b7b4d6","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Acute stress reaction","DHIS2 Option UID":"I2TnSpzmNZV","DHIS2 Option Code":"acute_stress_reaction"},{"value.display - Answers":"2. Bereavement/grief","value.uuid - External ID":"7d486d0c-0e2b-475d-8e17-07296cc624b9","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Bereavement / grief","DHIS2 Option UID":"fiMmy7FVXqj","DHIS2 Option Code":"bereavement_grief"},{"value.display - Answers":"3. Post-Traumatic Stress Disorder","value.uuid - External ID":"ec7a63e8-5d0b-4dcf-8f72-7529c1df699a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Post-Traumatic Stress Disorder","DHIS2 Option UID":"GtXv2BevE4i","DHIS2 Option Code":"ptsd"},{"value.display - Answers":"4. Conversion/Dissociative reaction","value.uuid - External ID":"58881584-4f0e-4cf3-b2bf-d9f0898ae106","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Dissociative / Conversive disorder","DHIS2 Option UID":"DzEHTmwsbwz","DHIS2 Option Code":"dissociative_onversive_disorder"},{"value.display - Answers":"5. Anxiety Disorder","value.uuid - External ID":"2564bdee-c24c-4d96-903e-d44010f2a8ec","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Anxiety Disorder","DHIS2 Option UID":"RBjv7HDiR95","DHIS2 Option Code":"anxiety_disorder"},{"value.display - Answers":"6. Medically Unexplained Physical Symptoms (MUPS)","value.uuid - External ID":"9df01581-6135-4876-8fb8-cbaaa522064e","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Medically Unexplained Physical Symptoms","DHIS2 Option UID":"bCJLe9PMYeL","DHIS2 Option Code":"mups"},{"value.display - Answers":"7. Depression","value.uuid - External ID":"2066f043-2f21-4c19-8c04-77301d7404f9","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Depression","DHIS2 Option UID":"cBAzRxJxoKF","DHIS2 Option Code":"depression"},{"value.display - Answers":"8. Self-harming behavior/suicide attempt","value.uuid - External ID":"b27187bd-e94a-4dbc-9a77-46c0cefad25a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Self-harm / suicide","DHIS2 Option UID":"StKvhy342Ik","DHIS2 Option Code":"self_harm_suicide"},{"value.display - Answers":"9. Acute psychosis (incl. post-partum psychosis)","value.uuid - External ID":"b33dac1c-b0c0-4fcd-b639-661bb6678924","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Acute psychosis","DHIS2 Option UID":"RU3BLFqOhZe","DHIS2 Option Code":"acute_psychosis"},{"value.display - Answers":"10. Chronic psychosis (incl. schizophrenia)","value.uuid - External ID":"97f1f41-b0c7-407d-b95f-b1e26c3fd23c","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Chronic psychosis","DHIS2 Option UID":"ndznYG4Vbbs","DHIS2 Option Code":"chronic_psychosis"},{"value.display - Answers":"11. Bipolar disorder (incl. mania)","value.uuid - External ID":"1ba02bf8-6bbe-46a6-baff-d18b5c9f6425","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Bipolar disorder","DHIS2 Option UID":"V30FRwMiqy7","DHIS2 Option Code":"bipolar_disorder"},{"value.display - Answers":"12. Enuresis / Encopresis","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Enuresis","DHIS2 Option UID":"Ef59Tr7bwiG","DHIS2 Option Code":"enuresis"},{"value.display - Answers":"13. Developmental disorder (incl. intellectual disability, autism)","value.uuid - External ID":"63f73696-3d7c-4dc5-8c16-5382c20c3f9f","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Developmental disorder (incl. intellectual disability, autism)","DHIS2 Option UID":"veb2vWtp2QT","DHIS2 Option Code":"developmental_disorder"},{"value.display - Answers":"14. Childhood behavioral disorder (incl. ADHD, conduct disorder)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Childhood behavioral disorder","DHIS2 Option UID":"k6LNSHULzvA","DHIS2 Option Code":"childhood_behavioral_disorder"},{"value.display - Answers":"15. Childhood emotional disorder","value.uuid - External ID":"52d85e63-b238-4161-985c-97f75ad80c9a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Childhood emotional disorder","DHIS2 Option UID":"JznaioxOZKP","DHIS2 Option Code":"childhood_emotional_disorder"},{"value.display - Answers":"16. Substance-related disorder","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Substance-related disorders","DHIS2 Option UID":"HllN5G1TKNb","DHIS2 Option Code":"substance_related_disorders"},{"value.display - Answers":"17. Epilepsy / seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Epilepsy / seizures","DHIS2 Option UID":"KYmRwgkkgsl","DHIS2 Option Code":"epilepsy_seizures"},{"value.display - Answers":"18. Other disorder","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Other disorder, specify","DHIS2 Option UID":"G7j5nsi8r7T","DHIS2 Option Code":"other_disorder_specify"},{"value.display - Answers":"19. No diagnosis","value.uuid - External ID":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"No diagnosis","DHIS2 Option UID":"qNroeJqYQmn","DHIS2 Option Code":"no_diagnosis"},{"value.display - Answers":"1. Psychosomatic","value.uuid - External ID":"c899d33a-adde-4c70-ad65-2326b8843e3b","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"1. Psychosomatic","DHIS2 Option UID":"YLwstT7QxPg","DHIS2 Option Code":"1_psychosomatic"},{"value.display - Answers":"2. Depression related","value.uuid - External ID":"7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"2. Depression related","DHIS2 Option UID":"IEdTLNPdysy","DHIS2 Option Code":"2_depression_related"},{"value.display - Answers":"3. Anxiety related","value.uuid - External ID":"241b3278-3803-478b-8484-70e2b17e5543","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"3. Anxiety related","DHIS2 Option UID":"WgBIYmHZdJc","DHIS2 Option Code":"3_anxiety_related"},{"value.display - Answers":"4. Trauma related","value.uuid - External ID":"3a0c003c-9149-4a5f-a236-ed5d61231950","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"4. Trauma related","DHIS2 Option UID":"vC3XeVwbmLY","DHIS2 Option Code":"4_trauma_related"},{"value.display - Answers":"5. Psychosis related","value.uuid - External ID":"612c130a-0ae9-4565-af09-b5437334c742","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"5. Psychosis related","DHIS2 Option UID":"NuEhgdvdwHA","DHIS2 Option Code":"5_psychosis_related"},{"value.display - Answers":"6. Neuro cognitive problems","value.uuid - External ID":"a5b552b6-44db-42f1-a436-6f2f12de471e","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"6. Neuro cognitive problems","DHIS2 Option UID":"x9vk1fImSr7","DHIS2 Option Code":"6_neuro_cognitive_problems"},{"value.display - Answers":"7. Behaviour problems","value.uuid - External ID":"5b271a75-d44b-466a-8baf-71153dc1895c","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"7. Behaviour problems","DHIS2 Option UID":"S5v9RKrCwIx","DHIS2 Option Code":"7_behaviour_problems"},{"value.display - Answers":"8. Other symptoms","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"8. Other symptoms","DHIS2 Option UID":"GaJQMD4oqS5","DHIS2 Option Code":"8_other_symptoms"},{"value.display - Answers":"1 - 3 days","value.uuid - External ID":"a3d78d0a-613d-46ab-ae00-de985dd822eb","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 3 days","DHIS2 Option UID":"Syw1PVWr0UX","DHIS2 Option Code":"1_3_days"},{"value.display - Answers":"4 - 7 days","value.uuid - External ID":"7a5a7a86-1ebf-4309-915a-d58e6c907db1","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"4 - 7 days","DHIS2 Option UID":"jVQNrNJHHkN","DHIS2 Option Code":"4_7_days"},{"value.display - Answers":"1 - 4 weeks","value.uuid - External ID":"d5ea3587-be05-4b66-809c-3c63481300b3","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 4 weeks","DHIS2 Option UID":"IcUeaP23Ayu","DHIS2 Option Code":"1_4_weeks"},{"value.display - Answers":"1 - 6 months","value.uuid - External ID":"a2ffa3e1-eabe-4417-af29-09ea962d584e","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 6 months","DHIS2 Option UID":"qgvtHQTTScW","DHIS2 Option Code":"1_6_months"},{"value.display - Answers":"6 - 12 months","value.uuid - External ID":"f9c40a2d-7e94-418b-b222-e73959845e4d","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"6 - 12 months","DHIS2 Option UID":"y6MYfCvaJkX","DHIS2 Option Code":"6_12_months"},{"value.display - Answers":"> 1 year","value.uuid - External ID":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"> 1 year","DHIS2 Option UID":"ACcQT2fwiwz","DHIS2 Option Code":">1_year"},{"value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"0","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-s_score|0"},{"value.display - Answers":"1 - Normal/not ill","value.uuid - External ID":"d884d3dd-7649-4260-b139-2d740baf9767","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"1","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-s_score|1"},{"value.display - Answers":"2 - Suspected mentally ill","value.uuid - External ID":"031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"2","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-s_score|2"},{"value.display - Answers":"3 - Mildly ill","value.uuid - External ID":"c90610d0-29ee-437e-af93-7bcc49fda2f1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"3","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-s_score|3"},{"value.display - Answers":"4 - Moderately ill","value.uuid - External ID":"e81cfac7-6c80-4e1b-af86-3d896c9bbdac","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"4","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-s_score|4"},{"value.display - Answers":"5 - Markedly ill","value.uuid - External ID":"cf122053-f10b-4450-89e1-ed9adabb413c","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"5","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-s_score|5"},{"value.display - Answers":"6 - Severely ill","value.uuid - External ID":"a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"6","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-s_score|6"},{"value.display - Answers":"7 - Extremely ill patient","value.uuid - External ID":"0f115f25-cdd0-49c3-b009-ba9acb041fef","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"7","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-s_score|7"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"< 24 hrs","value.uuid - External ID":"63a236d1-add1-49ec-88c9-8e89108a71f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"< 24 hrs","DHIS2 Option UID":"rboxGBCpxP5","DHIS2 Option Code":"< 24 hrs"},{"value.display - Answers":"24 -72hrs","value.uuid - External ID":"8d9cf61e-1f64-4f25-b202-52da17e8c634","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"24 -72hrs","DHIS2 Option UID":"Fi67snqrRPm","DHIS2 Option Code":"24 -72hrs"},{"value.display - Answers":"Less than 1 month","value.uuid - External ID":"0e298528-7c8c-4724-a24f-d71ee7c1ebea","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Less than 1 month","DHIS2 Option UID":"W90N4TbsQYD","DHIS2 Option Code":"less_than_1_month"},{"value.display - Answers":"Less than 1 year","value.uuid - External ID":"b5b58ef8-1bdf-4c14-9384-afbeb848d571","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Less than 1 year","DHIS2 Option UID":"NEIhaoKeaqc","DHIS2 Option Code":"less_than_1_year"},{"value.display - Answers":">= 1 year","value.uuid - External ID":"4a17e0a6-1add-49a6-9831-d8ad7c647ec9","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":">= 1 year","DHIS2 Option UID":"ifUaNyIglm3","DHIS2 Option Code":">= 1_year"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Unknown","DHIS2 Option UID":"Ldq2j9ZBfMI","DHIS2 Option Code":"unknown"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"Medical care (MSF, MoH, NGO)","value.uuid - External ID":"5f121c90-eca2-4af4-bc2f-49ad1a50ff2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Medical attention (MSF, MoH, NGO)","DHIS2 Option UID":"BDhNTdJWTFA","DHIS2 Option Code":"medical_attention_msf_moh_ngo"},{"value.display - Answers":"MSF psychiatric services","value.uuid - External ID":"485939c5-1e77-4495-b5e1-77fb2abbcfd7","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"MSF psychiatric services","DHIS2 Option UID":"x2caKDwJiQT","DHIS2 Option Code":"psychiatric_care"},{"value.display - Answers":"Non-MSF psychiatrist services","value.uuid - External ID":"489b042d-5ed4-436f-944c-27b7f31bef3f","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Non-MSF psychiatrist services","DHIS2 Option UID":"OdNA1Ql2kCX","DHIS2 Option Code":"non_msf_psychiatrist"},{"value.display - Answers":"Social services","value.uuid - External ID":"978fa5d2-e6c4-4b2a-a293-73c098de0af6","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Social services","DHIS2 Option UID":"ShYuCnlXhfi","DHIS2 Option Code":"msf_social_worker"},{"value.display - Answers":"Legal services","value.uuid - External ID":"8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Legal services","DHIS2 Option UID":"K2opinEAoOm","DHIS2 Option Code":"legal_services"},{"value.display - Answers":"Protection services","value.uuid - External ID":"eff27d0b-d485-4983-814f-febbc4fe185a","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Protection services","DHIS2 Option UID":"bsyZzHUInhX","DHIS2 Option Code":"protection_services"},{"value.display - Answers":"Hospitalisation","value.uuid - External ID":"6b8fca2d-0147-4dd8-a8f5-3b813152b952","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Hospitalisation","DHIS2 Option UID":"wivtq78V9eS","DHIS2 Option Code":"hospitalisation"},{"value.display - Answers":"CHW","value.uuid - External ID":"9bcbf231-c6ca-41c4-b247-bc4bced260c3","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"CHW","DHIS2 Option UID":"WwdmMnGtj4o","DHIS2 Option Code":"chw"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Other","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site","DHIS2 DE UID":"ai1f1Nd7tTk","OptionSet name":"Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - yes/no","DHIS2 Option name":"Yes","DHIS2 Option UID":"wN4N3pjj0Tw","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site","DHIS2 DE UID":"ai1f1Nd7tTk","OptionSet name":"Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - yes/no","DHIS2 Option name":"No","DHIS2 Option UID":"JdYryPy7tHW","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option name":"Yes","DHIS2 Option UID":"RA1z7oYeLBW","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option name":"No","DHIS2 Option UID":"cULP83r16XQ","DHIS2 Option Code":"no"}],"f01MhpssBaseline":{"rSIazMFEBjD":"4dae5b12-070f-4153-b1ca-fbec906106e1","qptKDiv9uPl":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","KSBMR1BDGwx":"1a8bf24f-4f36-4971-aad9-ae77f3525738","DMaLm9u4GCq":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","WDY6MkQWyHb":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","AuDPJg6gZE7":"82978311-bef9-46f9-9a9a-cc62254b00a6","CLGnlnFqqnk":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","f64XCwzJW02":"41e68dee-a2a3-4e6c-9d96-53def5caff52","YeaUNruqmca":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","KeyiEPc4pII":"82978311-bef9-46f9-9a9a-cc62254b00a6","KjgDauY9v4J":"e08d532b-e56c-43dc-b831-af705654d2dc","qfYPXP76j8g":"c3c86c1b-07be-4506-ab25-8f35f4389b19","pj5hIE6iyAR":"e08d532b-e56c-43dc-b831-af705654d2dc","RqsvaPH9vHt":"22809b19-54ca-4d88-8d26-9577637c184e","W7cPAi8iXLZ":"819f79e7-b9af-4afd-85d4-2ab677223113","PCGI7EnvCQS":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","RnbiVrrSFdm":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","CUdI1BJ5W8G":"92a92f62-3ff6-4944-9ea9-a7af23949bad","YfcNA5bvkxT":"9a8204ca-d908-4157-9285-7c970dbb5287","vC3bg9NwJ78":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","MF3RML0HLbP":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","tsFOVnlc6lz":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","qacGXlyyQOS":"a1a75011-0fef-460a-b666-dda2d171f39b","OZViJk8FPVd":"c2664992-8a5a-4a6d-9238-5df591307d55","dfdv3SkeXKe":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","hWMBCCA2yy1":"abede172-ba87-4ebe-8054-3afadb181ea3","TWuCY5r2wx7":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","QHrIUMhjZlO":"d516de07-979b-411c-b7e4-bd09cf7d9d91","H1fMCaOzr8F":"3e97c2d0-15c1-4cfd-884f-7a4721079217","qgfKPlIHjcD":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","S22iy8o0iLg":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","m8qis4iUOTo":"790b41ce-e1e7-11e8-b02f-0242ac130002","v0qFX0qv1tX":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","SsQqwDBGxjh":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","FLIlRjAwn4G":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","JUabDHhT1wJ":"c1a3ed2d-6d9a-453d-9d93-749164a76413","yCwuZ0htrlH":"5f6e245c-83fc-421b-8d46-061ac773ae71","RiiH9A53rvG":"6d3876be-0a27-466d-ad58-92edcc8c31fb","DlqJSA5VApl":"8fb3bb7d-c935-4b57-8444-1b953470e109"}} \ No newline at end of file From 4671209b28a80bbef91b0eeef5fe0385251ef0da Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Wed, 23 Oct 2024 10:28:45 +0300 Subject: [PATCH 36/61] Update metadata content From 512d0e02cbc0d0da902ea9d336a6e3026ec04d66 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Wed, 23 Oct 2024 10:36:31 +0300 Subject: [PATCH 37/61] Update metadata content --- metadata/metadata_mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/metadata_mapping.json b/metadata/metadata_mapping.json index 506d91d..bb57e0d 100644 --- a/metadata/metadata_mapping.json +++ b/metadata/metadata_mapping.json @@ -1 +1 @@ -{"optionSets":[{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":""},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":""},{"value.display - Answers":"Transgender male","value.uuid - External ID":"37ccc7b5-0d1d-48d3-87a6-aee614bb500f","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender male","DHIS2 Option UID":"OcJsz1BOHTf","DHIS2 Option Code":""},{"value.display - Answers":"Transgender female","value.uuid - External ID":"1226d253-376f-4e73-9ae2-36c7e9362e8b","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender female","DHIS2 Option UID":"l8RshnosXNy","DHIS2 Option Code":""},{"value.display - Answers":"Gender variant - Non conforming","value.uuid - External ID":"810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Gender variant - Non conforming","DHIS2 Option UID":"V8RXdmOdY8L","DHIS2 Option Code":""},{"value.display - Answers":"Prefer not to answer","value.uuid - External ID":"245151ca-691e-4d5a-a792-64cb573e2b34","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Prefer not to answer","DHIS2 Option UID":"QQzTV76xGfF","DHIS2 Option Code":""},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":""},{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":""},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":""},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":""},{"value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"New admission","DHIS2 Option UID":"ytN3iatLPSV","DHIS2 Option Code":"new_admission"},{"value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"Readmission","DHIS2 Option UID":"j7Omz3uFWvT","DHIS2 Option Code":"readmission"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Individual","DHIS2 Option UID":"JMnQs1hB0kK","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Couple","DHIS2 Option UID":"mD02hgMyFVD","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Family","DHIS2 Option UID":"hv96C4ctfZI","DHIS2 Option Code":"family"},{"value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Parent-Child","DHIS2 Option UID":"PNWXisyNbE4","DHIS2 Option Code":"mother_child"},{"value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Psychologist","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist"},{"value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Counsellor","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor"},{"value.display - Answers":"Health facility","value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Health facility","DHIS2 Option UID":"r4XbBWmqXmu","DHIS2 Option Code":"health_center"},{"value.display - Answers":"MSF health facility","value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"MSF health facility","DHIS2 Option UID":"QjHFWlrDAi3","DHIS2 Option Code":"msf_health_facility"},{"value.display - Answers":"Mobile clinic","value.uuid - External ID":"48984e47-3e9b-4d8e-a66d-317af5c36f02","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Mobile clinic","DHIS2 Option UID":"SENCNKONSMT","DHIS2 Option Code":"mobile_clinic"},{"value.display - Answers":"Home visit","value.uuid - External ID":"bd5bf44b-164c-415c-8bff-b1d4849928d3","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Home","DHIS2 Option UID":"Klk9UQeoyeM","DHIS2 Option Code":"home"},{"value.display - Answers":"School visit","value.uuid - External ID":"7091b6ea-7067-4ee3-9f67-8805904e2f61","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"School","DHIS2 Option UID":"mKGlluwx83y","DHIS2 Option Code":"school"},{"value.display - Answers":"Remote / phone","value.uuid - External ID":"398ce872-5862-4826-bba8-826915eddf98","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Remote / Phone","DHIS2 Option UID":"CL7Yj72PgmV","DHIS2 Option Code":"remote_phone"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Other","DHIS2 Option UID":"MSRu3TwArTh","DHIS2 Option Code":"other"},{"value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor"},{"value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist"},{"value.display - Answers":"IPD MSF","value.uuid - External ID":"d17350e6-12de-4454-b902-58c2fc1e59aa","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"IPD MSF","DHIS2 Option UID":"hUkr13HVkFe","DHIS2 Option Code":"inpatient_department"},{"value.display - Answers":"Emergency department MSF","value.uuid - External ID":"c709f78b-5787-4c7e-b5bd-66aad28f7ff4","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"ER MSF","DHIS2 Option UID":"v1uQIEM3yTP","DHIS2 Option Code":"emergency_department"},{"value.display - Answers":"Primary Health Center MSF","value.uuid - External ID":"82815438-a49d-48d7-a67f-dd294aa3c1e2","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Primary Health Center MSF","DHIS2 Option UID":"vcsgSPTyIPC","DHIS2 Option Code":"primary_health_center"},{"value.display - Answers":"Health Promotion/sensitization","value.uuid - External ID":"edb619d5-309f-45db-9521-70fcc22b30aa","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"HP / Sensitization","DHIS2 Option UID":"xihtGfyAQG9","DHIS2 Option Code":"sensitization"},{"value.display - Answers":"Other MSF personnel","value.uuid - External ID":"200a3de4-00a7-4a2e-a113-852013d6f4c5","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Other MSF staff","DHIS2 Option UID":"csTGh6JIRmf","DHIS2 Option Code":"other_msf_staff"},{"value.display - Answers":"MSF social worker","value.uuid - External ID":"92f7c3e2-89e1-4ebd-9da9-7c2976de815c","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"MSF social worker","DHIS2 Option UID":"cuIef31D5QL","DHIS2 Option Code":"social_work_msf"},{"value.display - Answers":"Other health structure","value.uuid - External ID":"923c6b39-4094-45e4-95ab-b44f7a381980","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Other Health Structure","DHIS2 Option UID":"bZZjZast35n","DHIS2 Option Code":"other_health_structure"},{"value.display - Answers":"Local health worker (non-MSF)","value.uuid - External ID":"54054512-7317-45c4-9494-f74be6ab4549","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Local health worker non MSF","DHIS2 Option UID":"NIXRVxxeiLm","DHIS2 Option Code":"hw_local"},{"value.display - Answers":"Institutions (NGOs/Church/IGO)","value.uuid - External ID":"f9688da4-cdcf-4cb3-90c2-263812fa064f","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Institutions (Church, NGO, International Agencies)","DHIS2 Option UID":"eHP0GjRUPx4","DHIS2 Option Code":"institutions_church_ngo_international_agencies"},{"value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Self Referral","DHIS2 Option UID":"riMSWiZKZ2Q","DHIS2 Option Code":"self_referral"},{"value.display - Answers":"Family member / friend /neighbor","value.uuid - External ID":"a8432309-bc74-4da0-8639-76988c02cbb5","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Family / Friend / Neighbor","DHIS2 Option UID":"bDu4hsAwaAB","DHIS2 Option Code":"family_friend_neighbor"},{"value.display - Answers":"Community leader","value.uuid - External ID":"8b93d848-9e20-41b3-94e5-895a356e5ed7","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Community leader","DHIS2 Option UID":"waFIAukspK9","DHIS2 Option Code":"community_leader"},{"value.display - Answers":"School / University","value.uuid - External ID":"98b1e458-2d46-4025-b912-7340f9d39610","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"School / University","DHIS2 Option UID":"ipYSgBna9cP","DHIS2 Option Code":"school_university"},{"value.display - Answers":"Authorities","value.uuid - External ID":"80575f44-be81-4694-aba4-012999328339","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Authorities","DHIS2 Option UID":"gh5agL1I7Nz","DHIS2 Option Code":"authorities"},{"value.display - Answers":"Legal attorney office","value.uuid - External ID":"14940a46-5cce-4744-ac2a-c2d1fdc64e11","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Legal attorney office","DHIS2 Option UID":"DqMj4xwn5EC","DHIS2 Option Code":"legal_attorney_office"},{"value.display - Answers":"Prosecutor office","value.uuid - External ID":"b989e916-8299-40f6-9a92-c0c8d8e70f20","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Prosecutor office","DHIS2 Option UID":"EDDo3uX7Hjp","DHIS2 Option Code":"fiscalia_de_la_mujer"},{"value.display - Answers":"Forensic department","value.uuid - External ID":"f85b0def-4af3-4901-839d-0a9dc8ace318","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Forensic department","DHIS2 Option UID":"qkalVIdgmBS","DHIS2 Option Code":"medicina_forense"},{"value.display - Answers":"CHOW (Community Health Outreach Worker)","value.uuid - External ID":"127bfdc9-8059-4421-a3cc-967bfbfee0ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"CHOW","DHIS2 Option UID":"LCk7N10isIp","DHIS2 Option Code":"chow"},{"value.display - Answers":"Community educator","value.uuid - External ID":"410a0731-cb41-4181-9897-6eb9894bf7b8","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Community educator","DHIS2 Option UID":"PWjmOym543x","DHIS2 Option Code":"community_educattor"},{"value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints"},{"value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.2 Eating problems","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems"},{"value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems"},{"value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems"},{"value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.5 Sexual problems","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems"},{"value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction"},{"value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.1 Sad mood","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood"},{"value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger"},{"value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia"},{"value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.4 Hopelessness","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness"},{"value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness"},{"value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts"},{"value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt"},{"value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm"},{"value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite"},{"value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.1 Constant stress","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress"},{"value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.2 Persistent worry","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry"},{"value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened"},{"value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack"},{"value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior"},{"value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts"},{"value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.2 Flashbacks","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks"},{"value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli"},{"value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response"},{"value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations"},{"value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking"},{"value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions"},{"value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations"},{"value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations"},{"value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech"},{"value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior"},{"value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation"},{"value.display - Answers":"6.1 Problems with concentration, memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning"},{"value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development"},{"value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication"},{"value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties"},{"value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures"},{"value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse"},{"value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness"},{"value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children"},{"value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity"},{"value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.5 Impulsivity","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity"},{"value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.6 Regression in development","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development"},{"value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal"},{"value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"8.1 Other (specify)","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other"},{"value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomotic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints"},{"value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomotic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.2 Eating problems","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems"},{"value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomotic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems"},{"value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomotic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems"},{"value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomotic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.5 Sexual problems","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems"},{"value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomotic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction"},{"value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.1 Sad mood","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood"},{"value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger"},{"value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia"},{"value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.4 Hopelessness","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness"},{"value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness"},{"value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts"},{"value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt"},{"value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm"},{"value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite"},{"value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.1 Constant stress","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress"},{"value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.2 Persistent worry","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry"},{"value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened"},{"value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack"},{"value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior"},{"value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts"},{"value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.2 Flashbacks","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks"},{"value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli"},{"value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response"},{"value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations"},{"value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking"},{"value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions"},{"value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations"},{"value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations"},{"value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech"},{"value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior"},{"value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation"},{"value.display - Answers":"6.1 Problems with concentration memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning"},{"value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development"},{"value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication"},{"value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties"},{"value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures"},{"value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse"},{"value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness"},{"value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children"},{"value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity"},{"value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.5 Impulsivity","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity"},{"value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.6 Regression in development","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development"},{"value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal"},{"value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Other symptoms","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"8.1 Other (specify)","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other"},{"value.display - Answers":"1. Acute stress reaction","value.uuid - External ID":"a2f8295b-1259-481f-8ef3-34e213b7b4d6","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Acute stress reaction","DHIS2 Option UID":"I2TnSpzmNZV","DHIS2 Option Code":"acute_stress_reaction"},{"value.display - Answers":"2. Bereavement/grief","value.uuid - External ID":"7d486d0c-0e2b-475d-8e17-07296cc624b9","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Bereavement / grief","DHIS2 Option UID":"fiMmy7FVXqj","DHIS2 Option Code":"bereavement_grief"},{"value.display - Answers":"3. Post-Traumatic Stress Disorder","value.uuid - External ID":"ec7a63e8-5d0b-4dcf-8f72-7529c1df699a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Post-Traumatic Stress Disorder","DHIS2 Option UID":"GtXv2BevE4i","DHIS2 Option Code":"ptsd"},{"value.display - Answers":"4. Conversion/Dissociative reaction","value.uuid - External ID":"58881584-4f0e-4cf3-b2bf-d9f0898ae106","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Dissociative / Conversive disorder","DHIS2 Option UID":"DzEHTmwsbwz","DHIS2 Option Code":"dissociative_onversive_disorder"},{"value.display - Answers":"5. Anxiety Disorder","value.uuid - External ID":"2564bdee-c24c-4d96-903e-d44010f2a8ec","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Anxiety Disorder","DHIS2 Option UID":"RBjv7HDiR95","DHIS2 Option Code":"anxiety_disorder"},{"value.display - Answers":"6. Medically Unexplained Physical Symptoms (MUPS)","value.uuid - External ID":"9df01581-6135-4876-8fb8-cbaaa522064e","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Medically Unexplained Physical Symptoms","DHIS2 Option UID":"bCJLe9PMYeL","DHIS2 Option Code":"mups"},{"value.display - Answers":"7. Depression","value.uuid - External ID":"2066f043-2f21-4c19-8c04-77301d7404f9","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Depression","DHIS2 Option UID":"cBAzRxJxoKF","DHIS2 Option Code":"depression"},{"value.display - Answers":"8. Self-harming behavior/suicide attempt","value.uuid - External ID":"b27187bd-e94a-4dbc-9a77-46c0cefad25a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Self-harm / suicide","DHIS2 Option UID":"StKvhy342Ik","DHIS2 Option Code":"self_harm_suicide"},{"value.display - Answers":"9. Acute psychosis (incl. post-partum psychosis)","value.uuid - External ID":"b33dac1c-b0c0-4fcd-b639-661bb6678924","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Acute psychosis","DHIS2 Option UID":"RU3BLFqOhZe","DHIS2 Option Code":"acute_psychosis"},{"value.display - Answers":"10. Chronic psychosis (incl. schizophrenia)","value.uuid - External ID":"97f1f41-b0c7-407d-b95f-b1e26c3fd23c","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Chronic psychosis","DHIS2 Option UID":"ndznYG4Vbbs","DHIS2 Option Code":"chronic_psychosis"},{"value.display - Answers":"11. Bipolar disorder (incl. mania)","value.uuid - External ID":"1ba02bf8-6bbe-46a6-baff-d18b5c9f6425","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Bipolar disorder","DHIS2 Option UID":"V30FRwMiqy7","DHIS2 Option Code":"bipolar_disorder"},{"value.display - Answers":"12. Enuresis / Encopresis","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Enuresis","DHIS2 Option UID":"Ef59Tr7bwiG","DHIS2 Option Code":"enuresis"},{"value.display - Answers":"13. Developmental disorder (incl. intellectual disability, autism)","value.uuid - External ID":"63f73696-3d7c-4dc5-8c16-5382c20c3f9f","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Developmental disorder (incl. intellectual disability, autism)","DHIS2 Option UID":"veb2vWtp2QT","DHIS2 Option Code":"developmental_disorder"},{"value.display - Answers":"14. Childhood behavioral disorder (incl. ADHD, conduct disorder)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Childhood behavioral disorder","DHIS2 Option UID":"k6LNSHULzvA","DHIS2 Option Code":"childhood_behavioral_disorder"},{"value.display - Answers":"15. Childhood emotional disorder","value.uuid - External ID":"52d85e63-b238-4161-985c-97f75ad80c9a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Childhood emotional disorder","DHIS2 Option UID":"JznaioxOZKP","DHIS2 Option Code":"childhood_emotional_disorder"},{"value.display - Answers":"16. Substance-related disorder","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Substance-related disorders","DHIS2 Option UID":"HllN5G1TKNb","DHIS2 Option Code":"substance_related_disorders"},{"value.display - Answers":"17. Epilepsy / seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Epilepsy / seizures","DHIS2 Option UID":"KYmRwgkkgsl","DHIS2 Option Code":"epilepsy_seizures"},{"value.display - Answers":"18. Other disorder","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Other disorder, specify","DHIS2 Option UID":"G7j5nsi8r7T","DHIS2 Option Code":"other_disorder_specify"},{"value.display - Answers":"19. No diagnosis","value.uuid - External ID":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"No diagnosis","DHIS2 Option UID":"qNroeJqYQmn","DHIS2 Option Code":"no_diagnosis"},{"value.display - Answers":"1. Psychosomatic","value.uuid - External ID":"c899d33a-adde-4c70-ad65-2326b8843e3b","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"1. Psychosomatic","DHIS2 Option UID":"YLwstT7QxPg","DHIS2 Option Code":"1_psychosomatic"},{"value.display - Answers":"2. Depression related","value.uuid - External ID":"7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"2. Depression related","DHIS2 Option UID":"IEdTLNPdysy","DHIS2 Option Code":"2_depression_related"},{"value.display - Answers":"3. Anxiety related","value.uuid - External ID":"241b3278-3803-478b-8484-70e2b17e5543","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"3. Anxiety related","DHIS2 Option UID":"WgBIYmHZdJc","DHIS2 Option Code":"3_anxiety_related"},{"value.display - Answers":"4. Trauma related","value.uuid - External ID":"3a0c003c-9149-4a5f-a236-ed5d61231950","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"4. Trauma related","DHIS2 Option UID":"vC3XeVwbmLY","DHIS2 Option Code":"4_trauma_related"},{"value.display - Answers":"5. Psychosis related","value.uuid - External ID":"612c130a-0ae9-4565-af09-b5437334c742","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"5. Psychosis related","DHIS2 Option UID":"NuEhgdvdwHA","DHIS2 Option Code":"5_psychosis_related"},{"value.display - Answers":"6. Neuro cognitive problems","value.uuid - External ID":"a5b552b6-44db-42f1-a436-6f2f12de471e","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"6. Neuro cognitive problems","DHIS2 Option UID":"x9vk1fImSr7","DHIS2 Option Code":"6_neuro_cognitive_problems"},{"value.display - Answers":"7. Behaviour problems","value.uuid - External ID":"5b271a75-d44b-466a-8baf-71153dc1895c","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"7. Behaviour problems","DHIS2 Option UID":"S5v9RKrCwIx","DHIS2 Option Code":"7_behaviour_problems"},{"value.display - Answers":"8. Other symptoms","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"8. Other symptoms","DHIS2 Option UID":"GaJQMD4oqS5","DHIS2 Option Code":"8_other_symptoms"},{"value.display - Answers":"1 - 3 days","value.uuid - External ID":"a3d78d0a-613d-46ab-ae00-de985dd822eb","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 3 days","DHIS2 Option UID":"Syw1PVWr0UX","DHIS2 Option Code":"1_3_days"},{"value.display - Answers":"4 - 7 days","value.uuid - External ID":"7a5a7a86-1ebf-4309-915a-d58e6c907db1","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"4 - 7 days","DHIS2 Option UID":"jVQNrNJHHkN","DHIS2 Option Code":"4_7_days"},{"value.display - Answers":"1 - 4 weeks","value.uuid - External ID":"d5ea3587-be05-4b66-809c-3c63481300b3","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 4 weeks","DHIS2 Option UID":"IcUeaP23Ayu","DHIS2 Option Code":"1_4_weeks"},{"value.display - Answers":"1 - 6 months","value.uuid - External ID":"a2ffa3e1-eabe-4417-af29-09ea962d584e","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 6 months","DHIS2 Option UID":"qgvtHQTTScW","DHIS2 Option Code":"1_6_months"},{"value.display - Answers":"6 - 12 months","value.uuid - External ID":"f9c40a2d-7e94-418b-b222-e73959845e4d","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"6 - 12 months","DHIS2 Option UID":"y6MYfCvaJkX","DHIS2 Option Code":"6_12_months"},{"value.display - Answers":"> 1 year","value.uuid - External ID":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"> 1 year","DHIS2 Option UID":"ACcQT2fwiwz","DHIS2 Option Code":">1_year"},{"value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"0","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-s_score|0"},{"value.display - Answers":"1 - Normal/not ill","value.uuid - External ID":"d884d3dd-7649-4260-b139-2d740baf9767","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"1","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-s_score|1"},{"value.display - Answers":"2 - Suspected mentally ill","value.uuid - External ID":"031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"2","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-s_score|2"},{"value.display - Answers":"3 - Mildly ill","value.uuid - External ID":"c90610d0-29ee-437e-af93-7bcc49fda2f1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"3","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-s_score|3"},{"value.display - Answers":"4 - Moderately ill","value.uuid - External ID":"e81cfac7-6c80-4e1b-af86-3d896c9bbdac","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"4","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-s_score|4"},{"value.display - Answers":"5 - Markedly ill","value.uuid - External ID":"cf122053-f10b-4450-89e1-ed9adabb413c","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"5","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-s_score|5"},{"value.display - Answers":"6 - Severely ill","value.uuid - External ID":"a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"6","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-s_score|6"},{"value.display - Answers":"7 - Extremely ill patient","value.uuid - External ID":"0f115f25-cdd0-49c3-b009-ba9acb041fef","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"7","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-s_score|7"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"< 24 hrs","value.uuid - External ID":"63a236d1-add1-49ec-88c9-8e89108a71f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"< 24 hrs","DHIS2 Option UID":"rboxGBCpxP5","DHIS2 Option Code":"< 24 hrs"},{"value.display - Answers":"24 -72hrs","value.uuid - External ID":"8d9cf61e-1f64-4f25-b202-52da17e8c634","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"24 -72hrs","DHIS2 Option UID":"Fi67snqrRPm","DHIS2 Option Code":"24 -72hrs"},{"value.display - Answers":"Less than 1 month","value.uuid - External ID":"0e298528-7c8c-4724-a24f-d71ee7c1ebea","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Less than 1 month","DHIS2 Option UID":"W90N4TbsQYD","DHIS2 Option Code":"less_than_1_month"},{"value.display - Answers":"Less than 1 year","value.uuid - External ID":"b5b58ef8-1bdf-4c14-9384-afbeb848d571","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Less than 1 year","DHIS2 Option UID":"NEIhaoKeaqc","DHIS2 Option Code":"less_than_1_year"},{"value.display - Answers":">= 1 year","value.uuid - External ID":"4a17e0a6-1add-49a6-9831-d8ad7c647ec9","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":">= 1 year","DHIS2 Option UID":"ifUaNyIglm3","DHIS2 Option Code":">= 1_year"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Unknown","DHIS2 Option UID":"Ldq2j9ZBfMI","DHIS2 Option Code":"unknown"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"Medical care (MSF, MoH, NGO)","value.uuid - External ID":"5f121c90-eca2-4af4-bc2f-49ad1a50ff2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Medical attention (MSF, MoH, NGO)","DHIS2 Option UID":"BDhNTdJWTFA","DHIS2 Option Code":"medical_attention_msf_moh_ngo"},{"value.display - Answers":"MSF psychiatric services","value.uuid - External ID":"485939c5-1e77-4495-b5e1-77fb2abbcfd7","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"MSF psychiatric services","DHIS2 Option UID":"x2caKDwJiQT","DHIS2 Option Code":"psychiatric_care"},{"value.display - Answers":"Non-MSF psychiatrist services","value.uuid - External ID":"489b042d-5ed4-436f-944c-27b7f31bef3f","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Non-MSF psychiatrist services","DHIS2 Option UID":"OdNA1Ql2kCX","DHIS2 Option Code":"non_msf_psychiatrist"},{"value.display - Answers":"Social services","value.uuid - External ID":"978fa5d2-e6c4-4b2a-a293-73c098de0af6","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Social services","DHIS2 Option UID":"ShYuCnlXhfi","DHIS2 Option Code":"msf_social_worker"},{"value.display - Answers":"Legal services","value.uuid - External ID":"8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Legal services","DHIS2 Option UID":"K2opinEAoOm","DHIS2 Option Code":"legal_services"},{"value.display - Answers":"Protection services","value.uuid - External ID":"eff27d0b-d485-4983-814f-febbc4fe185a","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Protection services","DHIS2 Option UID":"bsyZzHUInhX","DHIS2 Option Code":"protection_services"},{"value.display - Answers":"Hospitalisation","value.uuid - External ID":"6b8fca2d-0147-4dd8-a8f5-3b813152b952","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Hospitalisation","DHIS2 Option UID":"wivtq78V9eS","DHIS2 Option Code":"hospitalisation"},{"value.display - Answers":"CHW","value.uuid - External ID":"9bcbf231-c6ca-41c4-b247-bc4bced260c3","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"CHW","DHIS2 Option UID":"WwdmMnGtj4o","DHIS2 Option Code":"chw"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Other","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site","DHIS2 DE UID":"ai1f1Nd7tTk","OptionSet name":"Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - yes/no","DHIS2 Option name":"Yes","DHIS2 Option UID":"wN4N3pjj0Tw","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Antitetanus dose given on site","DHIS2 DE UID":"ai1f1Nd7tTk","OptionSet name":"Yes-no - Vaccination status of the mother - Antitetanus - Last dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - yes/no","DHIS2 Option name":"No","DHIS2 Option UID":"JdYryPy7tHW","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option name":"Yes","DHIS2 Option UID":"RA1z7oYeLBW","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option name":"No","DHIS2 Option UID":"cULP83r16XQ","DHIS2 Option Code":"no"}],"f01MhpssBaseline":{"rSIazMFEBjD":"4dae5b12-070f-4153-b1ca-fbec906106e1","qptKDiv9uPl":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","KSBMR1BDGwx":"1a8bf24f-4f36-4971-aad9-ae77f3525738","DMaLm9u4GCq":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","WDY6MkQWyHb":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","AuDPJg6gZE7":"82978311-bef9-46f9-9a9a-cc62254b00a6","CLGnlnFqqnk":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","f64XCwzJW02":"41e68dee-a2a3-4e6c-9d96-53def5caff52","YeaUNruqmca":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","KeyiEPc4pII":"82978311-bef9-46f9-9a9a-cc62254b00a6","KjgDauY9v4J":"e08d532b-e56c-43dc-b831-af705654d2dc","qfYPXP76j8g":"c3c86c1b-07be-4506-ab25-8f35f4389b19","pj5hIE6iyAR":"e08d532b-e56c-43dc-b831-af705654d2dc","RqsvaPH9vHt":"22809b19-54ca-4d88-8d26-9577637c184e","W7cPAi8iXLZ":"819f79e7-b9af-4afd-85d4-2ab677223113","PCGI7EnvCQS":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","RnbiVrrSFdm":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","CUdI1BJ5W8G":"92a92f62-3ff6-4944-9ea9-a7af23949bad","YfcNA5bvkxT":"9a8204ca-d908-4157-9285-7c970dbb5287","vC3bg9NwJ78":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","MF3RML0HLbP":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","tsFOVnlc6lz":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","qacGXlyyQOS":"a1a75011-0fef-460a-b666-dda2d171f39b","OZViJk8FPVd":"c2664992-8a5a-4a6d-9238-5df591307d55","dfdv3SkeXKe":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","hWMBCCA2yy1":"abede172-ba87-4ebe-8054-3afadb181ea3","TWuCY5r2wx7":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","QHrIUMhjZlO":"d516de07-979b-411c-b7e4-bd09cf7d9d91","H1fMCaOzr8F":"3e97c2d0-15c1-4cfd-884f-7a4721079217","qgfKPlIHjcD":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","S22iy8o0iLg":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","m8qis4iUOTo":"790b41ce-e1e7-11e8-b02f-0242ac130002","v0qFX0qv1tX":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","SsQqwDBGxjh":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","FLIlRjAwn4G":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","JUabDHhT1wJ":"c1a3ed2d-6d9a-453d-9d93-749164a76413","yCwuZ0htrlH":"5f6e245c-83fc-421b-8d46-061ac773ae71","RiiH9A53rvG":"6d3876be-0a27-466d-ad58-92edcc8c31fb","DlqJSA5VApl":"8fb3bb7d-c935-4b57-8444-1b953470e109"}} \ No newline at end of file +{"optionSets":[{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":""},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":""},{"value.display - Answers":"Transgender male","value.uuid - External ID":"37ccc7b5-0d1d-48d3-87a6-aee614bb500f","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender male","DHIS2 Option UID":"OcJsz1BOHTf","DHIS2 Option Code":""},{"value.display - Answers":"Transgender female","value.uuid - External ID":"1226d253-376f-4e73-9ae2-36c7e9362e8b","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender female","DHIS2 Option UID":"l8RshnosXNy","DHIS2 Option Code":""},{"value.display - Answers":"Gender variant - Non conforming","value.uuid - External ID":"810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Gender variant - Non conforming","DHIS2 Option UID":"V8RXdmOdY8L","DHIS2 Option Code":""},{"value.display - Answers":"Prefer not to answer","value.uuid - External ID":"245151ca-691e-4d5a-a792-64cb573e2b34","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Prefer not to answer","DHIS2 Option UID":"QQzTV76xGfF","DHIS2 Option Code":""},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":""},{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":""},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":""},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":""},{"value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"New admission","DHIS2 Option UID":"ytN3iatLPSV","DHIS2 Option Code":"new_admission"},{"value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"Readmission","DHIS2 Option UID":"j7Omz3uFWvT","DHIS2 Option Code":"readmission"},{"value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option name":"New admission","DHIS2 Option UID":"wYldfEstUDw","DHIS2 Option Code":"new_admission"},{"value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option name":"Readmission","DHIS2 Option UID":"Rpcv8mgy0LH","DHIS2 Option Code":"readmission"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Individual","DHIS2 Option UID":"JMnQs1hB0kK","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Couple","DHIS2 Option UID":"mD02hgMyFVD","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Family","DHIS2 Option UID":"hv96C4ctfZI","DHIS2 Option Code":"family"},{"value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Parent-Child","DHIS2 Option UID":"PNWXisyNbE4","DHIS2 Option Code":"mother_child"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Individual","DHIS2 Option UID":"BWaOLwO6b6A","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Couple","DHIS2 Option UID":"He6N2xKBXcT","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Family","DHIS2 Option UID":"Njlwl5xyuyO","DHIS2 Option Code":"family"},{"value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Parent-Child","DHIS2 Option UID":"A1dYYhmV4ob","DHIS2 Option Code":"mother_child"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Individual","DHIS2 Option UID":"sOoJSyT6ZDO","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Couple","DHIS2 Option UID":"HTeXUWFE4P6","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Family","DHIS2 Option UID":"VsbQQh86Jlb","DHIS2 Option Code":"family"},{"value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Psychologist","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist"},{"value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Counsellor","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor"},{"value.display - Answers":"Health facility","value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Health facility","DHIS2 Option UID":"r4XbBWmqXmu","DHIS2 Option Code":"health_center"},{"value.display - Answers":"MSF health facility","value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"MSF health facility","DHIS2 Option UID":"QjHFWlrDAi3","DHIS2 Option Code":"msf_health_facility"},{"value.display - Answers":"Mobile clinic","value.uuid - External ID":"48984e47-3e9b-4d8e-a66d-317af5c36f02","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Mobile clinic","DHIS2 Option UID":"SENCNKONSMT","DHIS2 Option Code":"mobile_clinic"},{"value.display - Answers":"Home visit","value.uuid - External ID":"bd5bf44b-164c-415c-8bff-b1d4849928d3","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Home","DHIS2 Option UID":"Klk9UQeoyeM","DHIS2 Option Code":"home"},{"value.display - Answers":"School visit","value.uuid - External ID":"7091b6ea-7067-4ee3-9f67-8805904e2f61","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"School","DHIS2 Option UID":"mKGlluwx83y","DHIS2 Option Code":"school"},{"value.display - Answers":"Remote / phone","value.uuid - External ID":"398ce872-5862-4826-bba8-826915eddf98","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Remote / Phone","DHIS2 Option UID":"CL7Yj72PgmV","DHIS2 Option Code":"remote_phone"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Other","DHIS2 Option UID":"MSRu3TwArTh","DHIS2 Option Code":"other"},{"value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation done by","DHIS2 DE UID":"aCTIvKSNndK","OptionSet name":"Consultation done by - MHPSS follow-up","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Psychologist","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist"},{"value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation done by","DHIS2 DE UID":"aCTIvKSNndK","OptionSet name":"Consultation done by - MHPSS follow-up","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Counsellor","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor"},{"value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor"},{"value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist"},{"value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor"},{"value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist"},{"value.display - Answers":"IPD MSF","value.uuid - External ID":"d17350e6-12de-4454-b902-58c2fc1e59aa","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"IPD MSF","DHIS2 Option UID":"hUkr13HVkFe","DHIS2 Option Code":"inpatient_department"},{"value.display - Answers":"Emergency department MSF","value.uuid - External ID":"c709f78b-5787-4c7e-b5bd-66aad28f7ff4","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"ER MSF","DHIS2 Option UID":"v1uQIEM3yTP","DHIS2 Option Code":"emergency_department"},{"value.display - Answers":"Primary Health Center MSF","value.uuid - External ID":"82815438-a49d-48d7-a67f-dd294aa3c1e2","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Primary Health Center MSF","DHIS2 Option UID":"vcsgSPTyIPC","DHIS2 Option Code":"primary_health_center"},{"value.display - Answers":"Health Promotion/sensitization","value.uuid - External ID":"edb619d5-309f-45db-9521-70fcc22b30aa","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"HP / Sensitization","DHIS2 Option UID":"xihtGfyAQG9","DHIS2 Option Code":"sensitization"},{"value.display - Answers":"Other MSF personnel","value.uuid - External ID":"200a3de4-00a7-4a2e-a113-852013d6f4c5","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Other MSF staff","DHIS2 Option UID":"csTGh6JIRmf","DHIS2 Option Code":"other_msf_staff"},{"value.display - Answers":"MSF social worker","value.uuid - External ID":"92f7c3e2-89e1-4ebd-9da9-7c2976de815c","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"MSF social worker","DHIS2 Option UID":"cuIef31D5QL","DHIS2 Option Code":"social_work_msf"},{"value.display - Answers":"Other health structure","value.uuid - External ID":"923c6b39-4094-45e4-95ab-b44f7a381980","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Other Health Structure","DHIS2 Option UID":"bZZjZast35n","DHIS2 Option Code":"other_health_structure"},{"value.display - Answers":"Local health worker (non-MSF)","value.uuid - External ID":"54054512-7317-45c4-9494-f74be6ab4549","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Local health worker non MSF","DHIS2 Option UID":"NIXRVxxeiLm","DHIS2 Option Code":"hw_local"},{"value.display - Answers":"Institutions (NGOs/Church/IGO)","value.uuid - External ID":"f9688da4-cdcf-4cb3-90c2-263812fa064f","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Institutions (Church, NGO, International Agencies)","DHIS2 Option UID":"eHP0GjRUPx4","DHIS2 Option Code":"institutions_church_ngo_international_agencies"},{"value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Self Referral","DHIS2 Option UID":"riMSWiZKZ2Q","DHIS2 Option Code":"self_referral"},{"value.display - Answers":"Family member / friend /neighbor","value.uuid - External ID":"a8432309-bc74-4da0-8639-76988c02cbb5","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Family / Friend / Neighbor","DHIS2 Option UID":"bDu4hsAwaAB","DHIS2 Option Code":"family_friend_neighbor"},{"value.display - Answers":"Community leader","value.uuid - External ID":"8b93d848-9e20-41b3-94e5-895a356e5ed7","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Community leader","DHIS2 Option UID":"waFIAukspK9","DHIS2 Option Code":"community_leader"},{"value.display - Answers":"School / University","value.uuid - External ID":"98b1e458-2d46-4025-b912-7340f9d39610","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"School / University","DHIS2 Option UID":"ipYSgBna9cP","DHIS2 Option Code":"school_university"},{"value.display - Answers":"Authorities","value.uuid - External ID":"80575f44-be81-4694-aba4-012999328339","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Authorities","DHIS2 Option UID":"gh5agL1I7Nz","DHIS2 Option Code":"authorities"},{"value.display - Answers":"Legal attorney office","value.uuid - External ID":"14940a46-5cce-4744-ac2a-c2d1fdc64e11","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Legal attorney office","DHIS2 Option UID":"DqMj4xwn5EC","DHIS2 Option Code":"legal_attorney_office"},{"value.display - Answers":"Prosecutor office","value.uuid - External ID":"b989e916-8299-40f6-9a92-c0c8d8e70f20","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Prosecutor office","DHIS2 Option UID":"EDDo3uX7Hjp","DHIS2 Option Code":"fiscalia_de_la_mujer"},{"value.display - Answers":"Forensic department","value.uuid - External ID":"f85b0def-4af3-4901-839d-0a9dc8ace318","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Forensic department","DHIS2 Option UID":"qkalVIdgmBS","DHIS2 Option Code":"medicina_forense"},{"value.display - Answers":"CHOW (Community Health Outreach Worker)","value.uuid - External ID":"127bfdc9-8059-4421-a3cc-967bfbfee0ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"CHOW","DHIS2 Option UID":"LCk7N10isIp","DHIS2 Option Code":"chow"},{"value.display - Answers":"Community educator","value.uuid - External ID":"410a0731-cb41-4181-9897-6eb9894bf7b8","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Community educator","DHIS2 Option UID":"PWjmOym543x","DHIS2 Option Code":"community_educattor"},{"value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 DE UID":"EqfHPdSmUyv","OptionSet name":"Patient referred by - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 Option name":"Self-referral","DHIS2 Option UID":"snH8Rb7148A","DHIS2 Option Code":"self_referred"},{"value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints"},{"value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.2 Eating problems","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems"},{"value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems"},{"value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems"},{"value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.5 Sexual problems","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems"},{"value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction"},{"value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.1 Sad mood","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood"},{"value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger"},{"value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia"},{"value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.4 Hopelessness","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness"},{"value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness"},{"value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts"},{"value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt"},{"value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm"},{"value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite"},{"value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.1 Constant stress","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress"},{"value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.2 Persistent worry","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry"},{"value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened"},{"value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack"},{"value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior"},{"value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts"},{"value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.2 Flashbacks","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks"},{"value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli"},{"value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response"},{"value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations"},{"value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking"},{"value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions"},{"value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations"},{"value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations"},{"value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech"},{"value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior"},{"value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation"},{"value.display - Answers":"6.1 Problems with concentration, memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning"},{"value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development"},{"value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication"},{"value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties"},{"value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures"},{"value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse"},{"value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness"},{"value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children"},{"value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity"},{"value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.5 Impulsivity","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity"},{"value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.6 Regression in development","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development"},{"value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal"},{"value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"8.1 Other (specify)","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other"},{"value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints"},{"value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.2 Eating problems","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems"},{"value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems"},{"value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems"},{"value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.5 Sexual problems","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems"},{"value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction"},{"value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.1 Sad mood","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood"},{"value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger"},{"value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia"},{"value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.4 Hopelessness","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness"},{"value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness"},{"value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts"},{"value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt"},{"value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm"},{"value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite"},{"value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.1 Constant stress","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress"},{"value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.2 Persistent worry","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry"},{"value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened"},{"value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack"},{"value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior"},{"value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts"},{"value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.2 Flashbacks","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks"},{"value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli"},{"value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response"},{"value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations"},{"value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking"},{"value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions"},{"value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations"},{"value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations"},{"value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech"},{"value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior"},{"value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation"},{"value.display - Answers":"6.1 Problems with concentration memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning"},{"value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development"},{"value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication"},{"value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties"},{"value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures"},{"value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse"},{"value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness"},{"value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children"},{"value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity"},{"value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.5 Impulsivity","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity"},{"value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.6 Regression in development","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development"},{"value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal"},{"value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Other symptoms","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"8.1 Other (specify)","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other"},{"value.display - Answers":"1. Acute stress reaction","value.uuid - External ID":"a2f8295b-1259-481f-8ef3-34e213b7b4d6","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Acute stress reaction","DHIS2 Option UID":"I2TnSpzmNZV","DHIS2 Option Code":"acute_stress_reaction"},{"value.display - Answers":"2. Bereavement/grief","value.uuid - External ID":"7d486d0c-0e2b-475d-8e17-07296cc624b9","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Bereavement / grief","DHIS2 Option UID":"fiMmy7FVXqj","DHIS2 Option Code":"bereavement_grief"},{"value.display - Answers":"3. Post-Traumatic Stress Disorder","value.uuid - External ID":"ec7a63e8-5d0b-4dcf-8f72-7529c1df699a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Post-Traumatic Stress Disorder","DHIS2 Option UID":"GtXv2BevE4i","DHIS2 Option Code":"ptsd"},{"value.display - Answers":"4. Conversion/Dissociative reaction","value.uuid - External ID":"58881584-4f0e-4cf3-b2bf-d9f0898ae106","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Dissociative / Conversive disorder","DHIS2 Option UID":"DzEHTmwsbwz","DHIS2 Option Code":"dissociative_onversive_disorder"},{"value.display - Answers":"5. Anxiety Disorder","value.uuid - External ID":"2564bdee-c24c-4d96-903e-d44010f2a8ec","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Anxiety Disorder","DHIS2 Option UID":"RBjv7HDiR95","DHIS2 Option Code":"anxiety_disorder"},{"value.display - Answers":"6. Medically Unexplained Physical Symptoms (MUPS)","value.uuid - External ID":"9df01581-6135-4876-8fb8-cbaaa522064e","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Medically Unexplained Physical Symptoms","DHIS2 Option UID":"bCJLe9PMYeL","DHIS2 Option Code":"mups"},{"value.display - Answers":"7. Depression","value.uuid - External ID":"2066f043-2f21-4c19-8c04-77301d7404f9","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Depression","DHIS2 Option UID":"cBAzRxJxoKF","DHIS2 Option Code":"depression"},{"value.display - Answers":"8. Self-harming behavior/suicide attempt","value.uuid - External ID":"b27187bd-e94a-4dbc-9a77-46c0cefad25a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Self-harm / suicide","DHIS2 Option UID":"StKvhy342Ik","DHIS2 Option Code":"self_harm_suicide"},{"value.display - Answers":"9. Acute psychosis (incl. post-partum psychosis)","value.uuid - External ID":"b33dac1c-b0c0-4fcd-b639-661bb6678924","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Acute psychosis","DHIS2 Option UID":"RU3BLFqOhZe","DHIS2 Option Code":"acute_psychosis"},{"value.display - Answers":"10. Chronic psychosis (incl. schizophrenia)","value.uuid - External ID":"97f1f41-b0c7-407d-b95f-b1e26c3fd23c","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Chronic psychosis","DHIS2 Option UID":"ndznYG4Vbbs","DHIS2 Option Code":"chronic_psychosis"},{"value.display - Answers":"11. Bipolar disorder (incl. mania)","value.uuid - External ID":"1ba02bf8-6bbe-46a6-baff-d18b5c9f6425","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Bipolar disorder","DHIS2 Option UID":"V30FRwMiqy7","DHIS2 Option Code":"bipolar_disorder"},{"value.display - Answers":"12. Enuresis / Encopresis","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Enuresis","DHIS2 Option UID":"Ef59Tr7bwiG","DHIS2 Option Code":"enuresis"},{"value.display - Answers":"13. Developmental disorder (incl. intellectual disability, autism)","value.uuid - External ID":"63f73696-3d7c-4dc5-8c16-5382c20c3f9f","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Developmental disorder (incl. intellectual disability, autism)","DHIS2 Option UID":"veb2vWtp2QT","DHIS2 Option Code":"developmental_disorder"},{"value.display - Answers":"14. Childhood behavioral disorder (incl. ADHD, conduct disorder)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Childhood behavioral disorder","DHIS2 Option UID":"k6LNSHULzvA","DHIS2 Option Code":"childhood_behavioral_disorder"},{"value.display - Answers":"15. Childhood emotional disorder","value.uuid - External ID":"52d85e63-b238-4161-985c-97f75ad80c9a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Childhood emotional disorder","DHIS2 Option UID":"JznaioxOZKP","DHIS2 Option Code":"childhood_emotional_disorder"},{"value.display - Answers":"16. Substance-related disorder","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Substance-related disorders","DHIS2 Option UID":"HllN5G1TKNb","DHIS2 Option Code":"substance_related_disorders"},{"value.display - Answers":"17. Epilepsy / seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Epilepsy / seizures","DHIS2 Option UID":"KYmRwgkkgsl","DHIS2 Option Code":"epilepsy_seizures"},{"value.display - Answers":"18. Other disorder","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Other disorder, specify","DHIS2 Option UID":"G7j5nsi8r7T","DHIS2 Option Code":"other_disorder_specify"},{"value.display - Answers":"19. No diagnosis","value.uuid - External ID":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"No diagnosis","DHIS2 Option UID":"qNroeJqYQmn","DHIS2 Option Code":"no_diagnosis"},{"value.display - Answers":"1. Psychosomatic","value.uuid - External ID":"c899d33a-adde-4c70-ad65-2326b8843e3b","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"1. Psychosomatic","DHIS2 Option UID":"YLwstT7QxPg","DHIS2 Option Code":"1_psychosomatic"},{"value.display - Answers":"2. Depression related","value.uuid - External ID":"7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"2. Depression related","DHIS2 Option UID":"IEdTLNPdysy","DHIS2 Option Code":"2_depression_related"},{"value.display - Answers":"3. Anxiety related","value.uuid - External ID":"241b3278-3803-478b-8484-70e2b17e5543","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"3. Anxiety related","DHIS2 Option UID":"WgBIYmHZdJc","DHIS2 Option Code":"3_anxiety_related"},{"value.display - Answers":"4. Trauma related","value.uuid - External ID":"3a0c003c-9149-4a5f-a236-ed5d61231950","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"4. Trauma related","DHIS2 Option UID":"vC3XeVwbmLY","DHIS2 Option Code":"4_trauma_related"},{"value.display - Answers":"5. Psychosis related","value.uuid - External ID":"612c130a-0ae9-4565-af09-b5437334c742","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"5. Psychosis related","DHIS2 Option UID":"NuEhgdvdwHA","DHIS2 Option Code":"5_psychosis_related"},{"value.display - Answers":"6. Neuro cognitive problems","value.uuid - External ID":"a5b552b6-44db-42f1-a436-6f2f12de471e","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"6. Neuro cognitive problems","DHIS2 Option UID":"x9vk1fImSr7","DHIS2 Option Code":"6_neuro_cognitive_problems"},{"value.display - Answers":"7. Behaviour problems","value.uuid - External ID":"5b271a75-d44b-466a-8baf-71153dc1895c","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"7. Behaviour problems","DHIS2 Option UID":"S5v9RKrCwIx","DHIS2 Option Code":"7_behaviour_problems"},{"value.display - Answers":"8. Other symptoms","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"8. Other symptoms","DHIS2 Option UID":"GaJQMD4oqS5","DHIS2 Option Code":"8_other_symptoms"},{"value.display - Answers":"1 - 3 days","value.uuid - External ID":"a3d78d0a-613d-46ab-ae00-de985dd822eb","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 3 days","DHIS2 Option UID":"Syw1PVWr0UX","DHIS2 Option Code":"1_3_days"},{"value.display - Answers":"4 - 7 days","value.uuid - External ID":"7a5a7a86-1ebf-4309-915a-d58e6c907db1","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"4 - 7 days","DHIS2 Option UID":"jVQNrNJHHkN","DHIS2 Option Code":"4_7_days"},{"value.display - Answers":"1 - 4 weeks","value.uuid - External ID":"d5ea3587-be05-4b66-809c-3c63481300b3","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 4 weeks","DHIS2 Option UID":"IcUeaP23Ayu","DHIS2 Option Code":"1_4_weeks"},{"value.display - Answers":"1 - 6 months","value.uuid - External ID":"a2ffa3e1-eabe-4417-af29-09ea962d584e","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 6 months","DHIS2 Option UID":"qgvtHQTTScW","DHIS2 Option Code":"1_6_months"},{"value.display - Answers":"6 - 12 months","value.uuid - External ID":"f9c40a2d-7e94-418b-b222-e73959845e4d","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"6 - 12 months","DHIS2 Option UID":"y6MYfCvaJkX","DHIS2 Option Code":"6_12_months"},{"value.display - Answers":"> 1 year","value.uuid - External ID":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"> 1 year","DHIS2 Option UID":"ACcQT2fwiwz","DHIS2 Option Code":">1_year"},{"value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"0","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-s_score|0"},{"value.display - Answers":"1 - Normal/not ill","value.uuid - External ID":"d884d3dd-7649-4260-b139-2d740baf9767","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"1","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-s_score|1"},{"value.display - Answers":"2 - Suspected mentally ill","value.uuid - External ID":"031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"2","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-s_score|2"},{"value.display - Answers":"3 - Mildly ill","value.uuid - External ID":"c90610d0-29ee-437e-af93-7bcc49fda2f1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"3","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-s_score|3"},{"value.display - Answers":"4 - Moderately ill","value.uuid - External ID":"e81cfac7-6c80-4e1b-af86-3d896c9bbdac","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"4","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-s_score|4"},{"value.display - Answers":"5 - Markedly ill","value.uuid - External ID":"cf122053-f10b-4450-89e1-ed9adabb413c","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"5","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-s_score|5"},{"value.display - Answers":"6 - Severely ill","value.uuid - External ID":"a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"6","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-s_score|6"},{"value.display - Answers":"7 - Extremely ill patient","value.uuid - External ID":"0f115f25-cdd0-49c3-b009-ba9acb041fef","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"7","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-s_score|7"},{"value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"0","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-i_score|0"},{"value.display - Answers":"1 - Very much improved","value.uuid - External ID":"7f91e377-d1bf-4d59-b2fd-ad21c08a833a","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"1","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-i_score|1"},{"value.display - Answers":"2 - Much improved","value.uuid - External ID":"a8db8105-87a7-47b9-8aad-7b524ed8f530","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"2","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-i_score|2"},{"value.display - Answers":"3 - Minimally improved","value.uuid - External ID":"e19f352f-b693-434a-af4d-2813487de15c","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"3","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-i_score|3"},{"value.display - Answers":"4 - No change","value.uuid - External ID":"6e4cc3f3-9e9a-4fd6-ac3e-cf2acd701c91","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"4","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-i_score|4"},{"value.display - Answers":"5 - Minimally worse","value.uuid - External ID":"65ff54d3-f624-463d-8da9-655c3586ad1f","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"5","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-i_score|5"},{"value.display - Answers":"6 - Much worse","value.uuid - External ID":"a666c8f2-d5c8-4646-9a89-cfb597bb5380","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"6","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-i_score|6"},{"value.display - Answers":"7 - Very much worse","value.uuid - External ID":"ece17856-b110-4453-9bc5-a92891f86846","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"7","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-i_score|7"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"< 24 hrs","value.uuid - External ID":"63a236d1-add1-49ec-88c9-8e89108a71f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"< 24 hrs","DHIS2 Option UID":"rboxGBCpxP5","DHIS2 Option Code":"< 24 hrs"},{"value.display - Answers":"24 -72hrs","value.uuid - External ID":"8d9cf61e-1f64-4f25-b202-52da17e8c634","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"24 -72hrs","DHIS2 Option UID":"Fi67snqrRPm","DHIS2 Option Code":"24 -72hrs"},{"value.display - Answers":"Less than 1 month","value.uuid - External ID":"0e298528-7c8c-4724-a24f-d71ee7c1ebea","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Less than 1 month","DHIS2 Option UID":"W90N4TbsQYD","DHIS2 Option Code":"less_than_1_month"},{"value.display - Answers":"Less than 1 year","value.uuid - External ID":"b5b58ef8-1bdf-4c14-9384-afbeb848d571","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Less than 1 year","DHIS2 Option UID":"NEIhaoKeaqc","DHIS2 Option Code":"less_than_1_year"},{"value.display - Answers":">= 1 year","value.uuid - External ID":"4a17e0a6-1add-49a6-9831-d8ad7c647ec9","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":">= 1 year","DHIS2 Option UID":"ifUaNyIglm3","DHIS2 Option Code":">= 1_year"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Unknown","DHIS2 Option UID":"Ldq2j9ZBfMI","DHIS2 Option Code":"unknown"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"Medical Conditions","value.uuid - External ID":"e8846576-7fae-4ae1-b747-48eccd524d4d","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"1. Medical Conditions","DHIS2 Option UID":"EdVWOgMdfNc","DHIS2 Option Code":"1_medical_conditions"},{"value.display - Answers":"Violence","value.uuid - External ID":"0d56f886-875b-4932-a0c2-cde2886a286c","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"2. Violence","DHIS2 Option UID":"od6MVdk4TOT","DHIS2 Option Code":"2_violence"},{"value.display - Answers":"Separation or Loss","value.uuid - External ID":"2e8cee73-d7ec-490f-8422-30bc7615e24d","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"3. Separation or Loss","DHIS2 Option UID":"Mc24Je2EJ4Q","DHIS2 Option Code":"3_separation_or_loss"},{"value.display - Answers":"Disaster","value.uuid - External ID":"73fcb975-b93d-4de6-bd42-dfeb1a221412","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"4. Disaster","DHIS2 Option UID":"iHgeTnhykW6","DHIS2 Option Code":"4_disaster"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"5. Other","DHIS2 Option UID":"vITRvVrsOKr","DHIS2 Option Code":"5_other"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Other","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other"},{"value.display - Answers":"Medical care (MSF, MoH, NGO)","value.uuid - External ID":"5f121c90-eca2-4af4-bc2f-49ad1a50ff2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Medical attention (MSF, MoH, NGO)","DHIS2 Option UID":"BDhNTdJWTFA","DHIS2 Option Code":"medical_attention_msf_moh_ngo"},{"value.display - Answers":"MSF psychiatric services","value.uuid - External ID":"485939c5-1e77-4495-b5e1-77fb2abbcfd7","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"MSF psychiatric services","DHIS2 Option UID":"x2caKDwJiQT","DHIS2 Option Code":"psychiatric_care"},{"value.display - Answers":"Non-MSF psychiatrist services","value.uuid - External ID":"489b042d-5ed4-436f-944c-27b7f31bef3f","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Non-MSF psychiatrist services","DHIS2 Option UID":"OdNA1Ql2kCX","DHIS2 Option Code":"non_msf_psychiatrist"},{"value.display - Answers":"Social services","value.uuid - External ID":"978fa5d2-e6c4-4b2a-a293-73c098de0af6","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Social services","DHIS2 Option UID":"ShYuCnlXhfi","DHIS2 Option Code":"msf_social_worker"},{"value.display - Answers":"Legal services","value.uuid - External ID":"8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Legal services","DHIS2 Option UID":"K2opinEAoOm","DHIS2 Option Code":"legal_services"},{"value.display - Answers":"Protection services","value.uuid - External ID":"eff27d0b-d485-4983-814f-febbc4fe185a","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Protection services","DHIS2 Option UID":"bsyZzHUInhX","DHIS2 Option Code":"protection_services"},{"value.display - Answers":"Hospitalisation","value.uuid - External ID":"6b8fca2d-0147-4dd8-a8f5-3b813152b952","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Hospitalisation","DHIS2 Option UID":"wivtq78V9eS","DHIS2 Option Code":"hospitalisation"},{"value.display - Answers":"CHW","value.uuid - External ID":"9bcbf231-c6ca-41c4-b247-bc4bced260c3","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"CHW","DHIS2 Option UID":"WwdmMnGtj4o","DHIS2 Option Code":"chw"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Other","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - External referral: place 1","DHIS2 DE UID":"fk4VUQLs8wJ","OptionSet name":"Type of referral - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - External referral","DHIS2 Option name":"Other","DHIS2 Option UID":"pDZWLoOisyT","DHIS2 Option Code":"other"},{"value.display - Answers":"Patient forgot about session","value.uuid - External ID":"df40472b-d192-4d0d-87c6-dadfae58270d","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient forgot about session","DHIS2 Option UID":"K10sA9MeyuB","DHIS2 Option Code":"patient_forgot_about_session"},{"value.display - Answers":"No transportation / unable to attend","value.uuid - External ID":"988d1f88-1202-4a13-8ae7-02156b5ccbe2","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"No transportation / unable to attend","DHIS2 Option UID":"a9jCSQB7xkU","DHIS2 Option Code":"no_transportation_unable_to_attend"},{"value.display - Answers":"Patient unreachable","value.uuid - External ID":"e0f8014a-aa6c-4a59-aa09-ed6e3dad6b47","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient unreachable","DHIS2 Option UID":"A1myk0SonK2","DHIS2 Option Code":"patient_unreachable"},{"value.display - Answers":"Patient no longer wants services","value.uuid - External ID":"49da2b46-b7d1-4ba7-ba57-cfe219694a9c","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient no longer wants services","DHIS2 Option UID":"DfTWJKP67rN","DHIS2 Option Code":"patient_no_longer_wants_services"},{"value.display - Answers":"Patient was busy","value.uuid - External ID":"cd1a5f24-c862-4cb6-9ef9-db2f3d46aad2","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient was busy","DHIS2 Option UID":"jtKK82mthKK","DHIS2 Option Code":"patient_was_busy"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Other","DHIS2 Option UID":"tkqMcbSlYzz","DHIS2 Option Code":"other"},{"value.display - Answers":"Discharge with the patient’s agreement: end of care","value.uuid - External ID":"76a8d333-9cdd-4375-b1a2-a2487365d8f3","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"1. Discharge with the patient’s agreement: end of care","DHIS2 Option UID":"dLPq55MxBwB","DHIS2 Option Code":"1"},{"value.display - Answers":"Discharge with the patient’s agreement: single consultation","value.uuid - External ID":"193d1bc8-5b68-4beb-a319-5278dea965bb","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"2. Discharge with the patient’s agreement: single consultation","DHIS2 Option UID":"brp4CVnY3jG","DHIS2 Option Code":"2"},{"value.display - Answers":"Discharge with the patient’s agreement: patient moved","value.uuid - External ID":"6df81c5c-1b71-4df2-90b4-7ce57b34f32a","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"3. Discharge with the patient’s agreement: patient moved","DHIS2 Option UID":"YeMJpC1WFDD","DHIS2 Option Code":"3"},{"value.display - Answers":"Discharge with the patient’s agreement: patient referred","value.uuid - External ID":"8e67e45a-82de-4a3a-896f-2ef326375fa5","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"4. Discharge with the patient’s agreement: patient referred","DHIS2 Option UID":"QO22EMZRSNa","DHIS2 Option Code":"4"},{"value.display - Answers":"Patient cannot access the service: MSF is no longer","value.uuid - External ID":"1cb43f9e-16f1-41d9-af61-ff0ca1bdda6b","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"5. Patient cannot access the service: MSF is no longer there","DHIS2 Option UID":"dr4ZmvSaUB9","DHIS2 Option Code":"5"},{"value.display - Answers":"Patient cannot access the service: transport issues","value.uuid - External ID":"c6c45e52-4226-45de-989e-010ecc8c5a52","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"6. Patient cannot access the service: transport issues","DHIS2 Option UID":"deCWsA6Ui5b","DHIS2 Option Code":"6"},{"value.display - Answers":"Patient cannot access the service: arrested/kidnaped","value.uuid - External ID":"032e96fe-26f1-48e9-ad8f-115c40bd05d7","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"7. Patient cannot access the service: arrested/kidnaped","DHIS2 Option UID":"nhyIbBRYaWX","DHIS2 Option Code":"7"},{"value.display - Answers":"Lost to follow up: unable to trace","value.uuid - External ID":"e6e89670-8072-4362-a8d3-20ccf58df7d3","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"8. Lost to follow up: unable to trace","DHIS2 Option UID":"P78sA75FJ2i","DHIS2 Option Code":"8"},{"value.display - Answers":"Lost to follow up: dissatisfied/different expectations","value.uuid - External ID":"e813870b-c8db-488a-82ab-49b1446d1854","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"9. Lost to follow up: dissatisfied/different expectations","DHIS2 Option UID":"hiYHmyIYvrN","DHIS2 Option Code":"9"},{"value.display - Answers":"Deceased/missing","value.uuid - External ID":"380f61cd-b510-4830-97d8-7010b160c322","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"10. Deceased/missing","DHIS2 Option UID":"nyQCSDpS4zc","DHIS2 Option Code":"10"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option name":"Yes","DHIS2 Option UID":"RA1z7oYeLBW","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option name":"No","DHIS2 Option UID":"cULP83r16XQ","DHIS2 Option Code":"no"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 DE UID":"nJQ7cGaitte","OptionSet name":"Oedema - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 Option name":"No","DHIS2 Option UID":"UgSEjYfPIXs","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option name":"Yes","DHIS2 Option UID":"OJR1wOuzdAu","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option name":"No","DHIS2 Option UID":"SzkvKP70Pww","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 DE UID":"K9QHCnhCULa","OptionSet name":"Yes-no - Cotrimoxazole prophylaxis - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 Option name":"Yes","DHIS2 Option UID":"PWbRKCzIDUM","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 DE UID":"K9QHCnhCULa","OptionSet name":"Yes-no - Cotrimoxazole prophylaxis - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 Option name":"No","DHIS2 Option UID":"zkQoZ3Uq3EM","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site","DHIS2 DE UID":"cG8uCalPdNU","OptionSet name":"Yes-no - Vaccination - Last dose given on site - Hepatitis B at birth - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"sBr9pPNqd28","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site","DHIS2 DE UID":"cG8uCalPdNU","OptionSet name":"Yes-no - Vaccination - Last dose given on site - Hepatitis B at birth - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site","DHIS2 Option name":"No","DHIS2 Option UID":"aKS3CymU5Ns","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 DE UID":"nHzyndo6Opn","OptionSet name":"Yes-no - Vaccination - Last dose given on site - HPV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"WklX5Gy9bvP","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 DE UID":"nHzyndo6Opn","OptionSet name":"Yes-no - Vaccination - Last dose given on site - HPV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 Option name":"No","DHIS2 Option UID":"AhpHRa3pQ00","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 DE UID":"L33Iqgj6wh8","OptionSet name":"Yes-no - Vaccination - Last dose given on site - PPV 23 - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"OF5xbph1XiN","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 DE UID":"L33Iqgj6wh8","OptionSet name":"Yes-no - Vaccination - Last dose given on site - PPV 23 - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 Option name":"No","DHIS2 Option UID":"ZfPkEIgzMwl","DHIS2 Option Code":"no"}],"f01MhpssBaseline":{"rSIazMFEBjD":"4dae5b12-070f-4153-b1ca-fbec906106e1","qptKDiv9uPl":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","KSBMR1BDGwx":"1a8bf24f-4f36-4971-aad9-ae77f3525738","DMaLm9u4GCq":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","WDY6MkQWyHb":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","AuDPJg6gZE7":"82978311-bef9-46f9-9a9a-cc62254b00a6","CLGnlnFqqnk":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","f64XCwzJW02":"41e68dee-a2a3-4e6c-9d96-53def5caff52","YeaUNruqmca":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","KjgDauY9v4J":"e08d532b-e56c-43dc-b831-af705654d2dc","KeyiEPc4pII":"82978311-bef9-46f9-9a9a-cc62254b00a6","qfYPXP76j8g":"c3c86c1b-07be-4506-ab25-8f35f4389b19","pj5hIE6iyAR":"e08d532b-e56c-43dc-b831-af705654d2dc","PCGI7EnvCQS":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","RnbiVrrSFdm":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","CUdI1BJ5W8G":"92a92f62-3ff6-4944-9ea9-a7af23949bad","YfcNA5bvkxT":"9a8204ca-d908-4157-9285-7c970dbb5287","vC3bg9NwJ78":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","RqsvaPH9vHt":"22809b19-54ca-4d88-8d26-9577637c184e","W7cPAi8iXLZ":"819f79e7-b9af-4afd-85d4-2ab677223113","MF3RML0HLbP":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","tsFOVnlc6lz":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","qacGXlyyQOS":"a1a75011-0fef-460a-b666-dda2d171f39b","OZViJk8FPVd":"c2664992-8a5a-4a6d-9238-5df591307d55","dfdv3SkeXKe":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","hWMBCCA2yy1":"abede172-ba87-4ebe-8054-3afadb181ea3","TWuCY5r2wx7":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","QHrIUMhjZlO":"d516de07-979b-411c-b7e4-bd09cf7d9d91","H1fMCaOzr8F":"3e97c2d0-15c1-4cfd-884f-7a4721079217","qgfKPlIHjcD":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","S22iy8o0iLg":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","m8qis4iUOTo":"790b41ce-e1e7-11e8-b02f-0242ac130002","v0qFX0qv1tX":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","SsQqwDBGxjh":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","FLIlRjAwn4G":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","JUabDHhT1wJ":"c1a3ed2d-6d9a-453d-9d93-749164a76413","yCwuZ0htrlH":"5f6e245c-83fc-421b-8d46-061ac773ae71","RiiH9A53rvG":"6d3876be-0a27-466d-ad58-92edcc8c31fb","DlqJSA5VApl":"8fb3bb7d-c935-4b57-8444-1b953470e109"}} \ No newline at end of file From b3fb697e79bd442921c727c3c4b1cb24dc786831 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Wed, 23 Oct 2024 11:50:24 +0300 Subject: [PATCH 38/61] Update metadata content --- metadata/metadata_mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/metadata_mapping.json b/metadata/metadata_mapping.json index bb57e0d..4583a6d 100644 --- a/metadata/metadata_mapping.json +++ b/metadata/metadata_mapping.json @@ -1 +1 @@ -{"optionSets":[{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":""},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":""},{"value.display - Answers":"Transgender male","value.uuid - External ID":"37ccc7b5-0d1d-48d3-87a6-aee614bb500f","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender male","DHIS2 Option UID":"OcJsz1BOHTf","DHIS2 Option Code":""},{"value.display - Answers":"Transgender female","value.uuid - External ID":"1226d253-376f-4e73-9ae2-36c7e9362e8b","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender female","DHIS2 Option UID":"l8RshnosXNy","DHIS2 Option Code":""},{"value.display - Answers":"Gender variant - Non conforming","value.uuid - External ID":"810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Gender variant - Non conforming","DHIS2 Option UID":"V8RXdmOdY8L","DHIS2 Option Code":""},{"value.display - Answers":"Prefer not to answer","value.uuid - External ID":"245151ca-691e-4d5a-a792-64cb573e2b34","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Prefer not to answer","DHIS2 Option UID":"QQzTV76xGfF","DHIS2 Option Code":""},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":""},{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":""},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":""},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":""},{"value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"New admission","DHIS2 Option UID":"ytN3iatLPSV","DHIS2 Option Code":"new_admission"},{"value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"Readmission","DHIS2 Option UID":"j7Omz3uFWvT","DHIS2 Option Code":"readmission"},{"value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option name":"New admission","DHIS2 Option UID":"wYldfEstUDw","DHIS2 Option Code":"new_admission"},{"value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option name":"Readmission","DHIS2 Option UID":"Rpcv8mgy0LH","DHIS2 Option Code":"readmission"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Individual","DHIS2 Option UID":"JMnQs1hB0kK","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Couple","DHIS2 Option UID":"mD02hgMyFVD","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Family","DHIS2 Option UID":"hv96C4ctfZI","DHIS2 Option Code":"family"},{"value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Parent-Child","DHIS2 Option UID":"PNWXisyNbE4","DHIS2 Option Code":"mother_child"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Individual","DHIS2 Option UID":"BWaOLwO6b6A","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Couple","DHIS2 Option UID":"He6N2xKBXcT","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Family","DHIS2 Option UID":"Njlwl5xyuyO","DHIS2 Option Code":"family"},{"value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Parent-Child","DHIS2 Option UID":"A1dYYhmV4ob","DHIS2 Option Code":"mother_child"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Individual","DHIS2 Option UID":"sOoJSyT6ZDO","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Couple","DHIS2 Option UID":"HTeXUWFE4P6","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Family","DHIS2 Option UID":"VsbQQh86Jlb","DHIS2 Option Code":"family"},{"value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Psychologist","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist"},{"value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Counsellor","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor"},{"value.display - Answers":"Health facility","value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Health facility","DHIS2 Option UID":"r4XbBWmqXmu","DHIS2 Option Code":"health_center"},{"value.display - Answers":"MSF health facility","value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"MSF health facility","DHIS2 Option UID":"QjHFWlrDAi3","DHIS2 Option Code":"msf_health_facility"},{"value.display - Answers":"Mobile clinic","value.uuid - External ID":"48984e47-3e9b-4d8e-a66d-317af5c36f02","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Mobile clinic","DHIS2 Option UID":"SENCNKONSMT","DHIS2 Option Code":"mobile_clinic"},{"value.display - Answers":"Home visit","value.uuid - External ID":"bd5bf44b-164c-415c-8bff-b1d4849928d3","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Home","DHIS2 Option UID":"Klk9UQeoyeM","DHIS2 Option Code":"home"},{"value.display - Answers":"School visit","value.uuid - External ID":"7091b6ea-7067-4ee3-9f67-8805904e2f61","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"School","DHIS2 Option UID":"mKGlluwx83y","DHIS2 Option Code":"school"},{"value.display - Answers":"Remote / phone","value.uuid - External ID":"398ce872-5862-4826-bba8-826915eddf98","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Remote / Phone","DHIS2 Option UID":"CL7Yj72PgmV","DHIS2 Option Code":"remote_phone"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Other","DHIS2 Option UID":"MSRu3TwArTh","DHIS2 Option Code":"other"},{"value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation done by","DHIS2 DE UID":"aCTIvKSNndK","OptionSet name":"Consultation done by - MHPSS follow-up","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Psychologist","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist"},{"value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation done by","DHIS2 DE UID":"aCTIvKSNndK","OptionSet name":"Consultation done by - MHPSS follow-up","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Counsellor","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor"},{"value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor"},{"value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist"},{"value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor"},{"value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist"},{"value.display - Answers":"IPD MSF","value.uuid - External ID":"d17350e6-12de-4454-b902-58c2fc1e59aa","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"IPD MSF","DHIS2 Option UID":"hUkr13HVkFe","DHIS2 Option Code":"inpatient_department"},{"value.display - Answers":"Emergency department MSF","value.uuid - External ID":"c709f78b-5787-4c7e-b5bd-66aad28f7ff4","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"ER MSF","DHIS2 Option UID":"v1uQIEM3yTP","DHIS2 Option Code":"emergency_department"},{"value.display - Answers":"Primary Health Center MSF","value.uuid - External ID":"82815438-a49d-48d7-a67f-dd294aa3c1e2","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Primary Health Center MSF","DHIS2 Option UID":"vcsgSPTyIPC","DHIS2 Option Code":"primary_health_center"},{"value.display - Answers":"Health Promotion/sensitization","value.uuid - External ID":"edb619d5-309f-45db-9521-70fcc22b30aa","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"HP / Sensitization","DHIS2 Option UID":"xihtGfyAQG9","DHIS2 Option Code":"sensitization"},{"value.display - Answers":"Other MSF personnel","value.uuid - External ID":"200a3de4-00a7-4a2e-a113-852013d6f4c5","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Other MSF staff","DHIS2 Option UID":"csTGh6JIRmf","DHIS2 Option Code":"other_msf_staff"},{"value.display - Answers":"MSF social worker","value.uuid - External ID":"92f7c3e2-89e1-4ebd-9da9-7c2976de815c","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"MSF social worker","DHIS2 Option UID":"cuIef31D5QL","DHIS2 Option Code":"social_work_msf"},{"value.display - Answers":"Other health structure","value.uuid - External ID":"923c6b39-4094-45e4-95ab-b44f7a381980","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Other Health Structure","DHIS2 Option UID":"bZZjZast35n","DHIS2 Option Code":"other_health_structure"},{"value.display - Answers":"Local health worker (non-MSF)","value.uuid - External ID":"54054512-7317-45c4-9494-f74be6ab4549","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Local health worker non MSF","DHIS2 Option UID":"NIXRVxxeiLm","DHIS2 Option Code":"hw_local"},{"value.display - Answers":"Institutions (NGOs/Church/IGO)","value.uuid - External ID":"f9688da4-cdcf-4cb3-90c2-263812fa064f","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Institutions (Church, NGO, International Agencies)","DHIS2 Option UID":"eHP0GjRUPx4","DHIS2 Option Code":"institutions_church_ngo_international_agencies"},{"value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Self Referral","DHIS2 Option UID":"riMSWiZKZ2Q","DHIS2 Option Code":"self_referral"},{"value.display - Answers":"Family member / friend /neighbor","value.uuid - External ID":"a8432309-bc74-4da0-8639-76988c02cbb5","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Family / Friend / Neighbor","DHIS2 Option UID":"bDu4hsAwaAB","DHIS2 Option Code":"family_friend_neighbor"},{"value.display - Answers":"Community leader","value.uuid - External ID":"8b93d848-9e20-41b3-94e5-895a356e5ed7","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Community leader","DHIS2 Option UID":"waFIAukspK9","DHIS2 Option Code":"community_leader"},{"value.display - Answers":"School / University","value.uuid - External ID":"98b1e458-2d46-4025-b912-7340f9d39610","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"School / University","DHIS2 Option UID":"ipYSgBna9cP","DHIS2 Option Code":"school_university"},{"value.display - Answers":"Authorities","value.uuid - External ID":"80575f44-be81-4694-aba4-012999328339","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Authorities","DHIS2 Option UID":"gh5agL1I7Nz","DHIS2 Option Code":"authorities"},{"value.display - Answers":"Legal attorney office","value.uuid - External ID":"14940a46-5cce-4744-ac2a-c2d1fdc64e11","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Legal attorney office","DHIS2 Option UID":"DqMj4xwn5EC","DHIS2 Option Code":"legal_attorney_office"},{"value.display - Answers":"Prosecutor office","value.uuid - External ID":"b989e916-8299-40f6-9a92-c0c8d8e70f20","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Prosecutor office","DHIS2 Option UID":"EDDo3uX7Hjp","DHIS2 Option Code":"fiscalia_de_la_mujer"},{"value.display - Answers":"Forensic department","value.uuid - External ID":"f85b0def-4af3-4901-839d-0a9dc8ace318","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Forensic department","DHIS2 Option UID":"qkalVIdgmBS","DHIS2 Option Code":"medicina_forense"},{"value.display - Answers":"CHOW (Community Health Outreach Worker)","value.uuid - External ID":"127bfdc9-8059-4421-a3cc-967bfbfee0ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"CHOW","DHIS2 Option UID":"LCk7N10isIp","DHIS2 Option Code":"chow"},{"value.display - Answers":"Community educator","value.uuid - External ID":"410a0731-cb41-4181-9897-6eb9894bf7b8","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Community educator","DHIS2 Option UID":"PWjmOym543x","DHIS2 Option Code":"community_educattor"},{"value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 DE UID":"EqfHPdSmUyv","OptionSet name":"Patient referred by - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 Option name":"Self-referral","DHIS2 Option UID":"snH8Rb7148A","DHIS2 Option Code":"self_referred"},{"value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints"},{"value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.2 Eating problems","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems"},{"value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems"},{"value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems"},{"value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.5 Sexual problems","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems"},{"value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction"},{"value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.1 Sad mood","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood"},{"value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger"},{"value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia"},{"value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.4 Hopelessness","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness"},{"value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness"},{"value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts"},{"value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt"},{"value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm"},{"value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite"},{"value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.1 Constant stress","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress"},{"value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.2 Persistent worry","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry"},{"value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened"},{"value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack"},{"value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior"},{"value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts"},{"value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.2 Flashbacks","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks"},{"value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli"},{"value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response"},{"value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations"},{"value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking"},{"value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions"},{"value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations"},{"value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations"},{"value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech"},{"value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior"},{"value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation"},{"value.display - Answers":"6.1 Problems with concentration, memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning"},{"value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development"},{"value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication"},{"value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties"},{"value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures"},{"value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse"},{"value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness"},{"value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children"},{"value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity"},{"value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.5 Impulsivity","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity"},{"value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.6 Regression in development","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development"},{"value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal"},{"value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"8.1 Other (specify)","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other"},{"value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints"},{"value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.2 Eating problems","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems"},{"value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems"},{"value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems"},{"value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.5 Sexual problems","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems"},{"value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction"},{"value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.1 Sad mood","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood"},{"value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger"},{"value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia"},{"value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.4 Hopelessness","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness"},{"value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness"},{"value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts"},{"value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt"},{"value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm"},{"value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite"},{"value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.1 Constant stress","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress"},{"value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.2 Persistent worry","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry"},{"value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened"},{"value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack"},{"value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior"},{"value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts"},{"value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.2 Flashbacks","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks"},{"value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli"},{"value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response"},{"value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations"},{"value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking"},{"value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions"},{"value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations"},{"value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations"},{"value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech"},{"value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior"},{"value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation"},{"value.display - Answers":"6.1 Problems with concentration memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning"},{"value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development"},{"value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication"},{"value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties"},{"value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures"},{"value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse"},{"value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness"},{"value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children"},{"value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity"},{"value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.5 Impulsivity","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity"},{"value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.6 Regression in development","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development"},{"value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal"},{"value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Other symptoms","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"8.1 Other (specify)","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other"},{"value.display - Answers":"1. Acute stress reaction","value.uuid - External ID":"a2f8295b-1259-481f-8ef3-34e213b7b4d6","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Acute stress reaction","DHIS2 Option UID":"I2TnSpzmNZV","DHIS2 Option Code":"acute_stress_reaction"},{"value.display - Answers":"2. Bereavement/grief","value.uuid - External ID":"7d486d0c-0e2b-475d-8e17-07296cc624b9","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Bereavement / grief","DHIS2 Option UID":"fiMmy7FVXqj","DHIS2 Option Code":"bereavement_grief"},{"value.display - Answers":"3. Post-Traumatic Stress Disorder","value.uuid - External ID":"ec7a63e8-5d0b-4dcf-8f72-7529c1df699a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Post-Traumatic Stress Disorder","DHIS2 Option UID":"GtXv2BevE4i","DHIS2 Option Code":"ptsd"},{"value.display - Answers":"4. Conversion/Dissociative reaction","value.uuid - External ID":"58881584-4f0e-4cf3-b2bf-d9f0898ae106","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Dissociative / Conversive disorder","DHIS2 Option UID":"DzEHTmwsbwz","DHIS2 Option Code":"dissociative_onversive_disorder"},{"value.display - Answers":"5. Anxiety Disorder","value.uuid - External ID":"2564bdee-c24c-4d96-903e-d44010f2a8ec","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Anxiety Disorder","DHIS2 Option UID":"RBjv7HDiR95","DHIS2 Option Code":"anxiety_disorder"},{"value.display - Answers":"6. Medically Unexplained Physical Symptoms (MUPS)","value.uuid - External ID":"9df01581-6135-4876-8fb8-cbaaa522064e","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Medically Unexplained Physical Symptoms","DHIS2 Option UID":"bCJLe9PMYeL","DHIS2 Option Code":"mups"},{"value.display - Answers":"7. Depression","value.uuid - External ID":"2066f043-2f21-4c19-8c04-77301d7404f9","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Depression","DHIS2 Option UID":"cBAzRxJxoKF","DHIS2 Option Code":"depression"},{"value.display - Answers":"8. Self-harming behavior/suicide attempt","value.uuid - External ID":"b27187bd-e94a-4dbc-9a77-46c0cefad25a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Self-harm / suicide","DHIS2 Option UID":"StKvhy342Ik","DHIS2 Option Code":"self_harm_suicide"},{"value.display - Answers":"9. Acute psychosis (incl. post-partum psychosis)","value.uuid - External ID":"b33dac1c-b0c0-4fcd-b639-661bb6678924","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Acute psychosis","DHIS2 Option UID":"RU3BLFqOhZe","DHIS2 Option Code":"acute_psychosis"},{"value.display - Answers":"10. Chronic psychosis (incl. schizophrenia)","value.uuid - External ID":"97f1f41-b0c7-407d-b95f-b1e26c3fd23c","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Chronic psychosis","DHIS2 Option UID":"ndznYG4Vbbs","DHIS2 Option Code":"chronic_psychosis"},{"value.display - Answers":"11. Bipolar disorder (incl. mania)","value.uuid - External ID":"1ba02bf8-6bbe-46a6-baff-d18b5c9f6425","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Bipolar disorder","DHIS2 Option UID":"V30FRwMiqy7","DHIS2 Option Code":"bipolar_disorder"},{"value.display - Answers":"12. Enuresis / Encopresis","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Enuresis","DHIS2 Option UID":"Ef59Tr7bwiG","DHIS2 Option Code":"enuresis"},{"value.display - Answers":"13. Developmental disorder (incl. intellectual disability, autism)","value.uuid - External ID":"63f73696-3d7c-4dc5-8c16-5382c20c3f9f","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Developmental disorder (incl. intellectual disability, autism)","DHIS2 Option UID":"veb2vWtp2QT","DHIS2 Option Code":"developmental_disorder"},{"value.display - Answers":"14. Childhood behavioral disorder (incl. ADHD, conduct disorder)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Childhood behavioral disorder","DHIS2 Option UID":"k6LNSHULzvA","DHIS2 Option Code":"childhood_behavioral_disorder"},{"value.display - Answers":"15. Childhood emotional disorder","value.uuid - External ID":"52d85e63-b238-4161-985c-97f75ad80c9a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Childhood emotional disorder","DHIS2 Option UID":"JznaioxOZKP","DHIS2 Option Code":"childhood_emotional_disorder"},{"value.display - Answers":"16. Substance-related disorder","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Substance-related disorders","DHIS2 Option UID":"HllN5G1TKNb","DHIS2 Option Code":"substance_related_disorders"},{"value.display - Answers":"17. Epilepsy / seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Epilepsy / seizures","DHIS2 Option UID":"KYmRwgkkgsl","DHIS2 Option Code":"epilepsy_seizures"},{"value.display - Answers":"18. Other disorder","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Other disorder, specify","DHIS2 Option UID":"G7j5nsi8r7T","DHIS2 Option Code":"other_disorder_specify"},{"value.display - Answers":"19. No diagnosis","value.uuid - External ID":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"No diagnosis","DHIS2 Option UID":"qNroeJqYQmn","DHIS2 Option Code":"no_diagnosis"},{"value.display - Answers":"1. Psychosomatic","value.uuid - External ID":"c899d33a-adde-4c70-ad65-2326b8843e3b","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"1. Psychosomatic","DHIS2 Option UID":"YLwstT7QxPg","DHIS2 Option Code":"1_psychosomatic"},{"value.display - Answers":"2. Depression related","value.uuid - External ID":"7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"2. Depression related","DHIS2 Option UID":"IEdTLNPdysy","DHIS2 Option Code":"2_depression_related"},{"value.display - Answers":"3. Anxiety related","value.uuid - External ID":"241b3278-3803-478b-8484-70e2b17e5543","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"3. Anxiety related","DHIS2 Option UID":"WgBIYmHZdJc","DHIS2 Option Code":"3_anxiety_related"},{"value.display - Answers":"4. Trauma related","value.uuid - External ID":"3a0c003c-9149-4a5f-a236-ed5d61231950","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"4. Trauma related","DHIS2 Option UID":"vC3XeVwbmLY","DHIS2 Option Code":"4_trauma_related"},{"value.display - Answers":"5. Psychosis related","value.uuid - External ID":"612c130a-0ae9-4565-af09-b5437334c742","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"5. Psychosis related","DHIS2 Option UID":"NuEhgdvdwHA","DHIS2 Option Code":"5_psychosis_related"},{"value.display - Answers":"6. Neuro cognitive problems","value.uuid - External ID":"a5b552b6-44db-42f1-a436-6f2f12de471e","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"6. Neuro cognitive problems","DHIS2 Option UID":"x9vk1fImSr7","DHIS2 Option Code":"6_neuro_cognitive_problems"},{"value.display - Answers":"7. Behaviour problems","value.uuid - External ID":"5b271a75-d44b-466a-8baf-71153dc1895c","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"7. Behaviour problems","DHIS2 Option UID":"S5v9RKrCwIx","DHIS2 Option Code":"7_behaviour_problems"},{"value.display - Answers":"8. Other symptoms","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"8. Other symptoms","DHIS2 Option UID":"GaJQMD4oqS5","DHIS2 Option Code":"8_other_symptoms"},{"value.display - Answers":"1 - 3 days","value.uuid - External ID":"a3d78d0a-613d-46ab-ae00-de985dd822eb","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 3 days","DHIS2 Option UID":"Syw1PVWr0UX","DHIS2 Option Code":"1_3_days"},{"value.display - Answers":"4 - 7 days","value.uuid - External ID":"7a5a7a86-1ebf-4309-915a-d58e6c907db1","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"4 - 7 days","DHIS2 Option UID":"jVQNrNJHHkN","DHIS2 Option Code":"4_7_days"},{"value.display - Answers":"1 - 4 weeks","value.uuid - External ID":"d5ea3587-be05-4b66-809c-3c63481300b3","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 4 weeks","DHIS2 Option UID":"IcUeaP23Ayu","DHIS2 Option Code":"1_4_weeks"},{"value.display - Answers":"1 - 6 months","value.uuid - External ID":"a2ffa3e1-eabe-4417-af29-09ea962d584e","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 6 months","DHIS2 Option UID":"qgvtHQTTScW","DHIS2 Option Code":"1_6_months"},{"value.display - Answers":"6 - 12 months","value.uuid - External ID":"f9c40a2d-7e94-418b-b222-e73959845e4d","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"6 - 12 months","DHIS2 Option UID":"y6MYfCvaJkX","DHIS2 Option Code":"6_12_months"},{"value.display - Answers":"> 1 year","value.uuid - External ID":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"> 1 year","DHIS2 Option UID":"ACcQT2fwiwz","DHIS2 Option Code":">1_year"},{"value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"0","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-s_score|0"},{"value.display - Answers":"1 - Normal/not ill","value.uuid - External ID":"d884d3dd-7649-4260-b139-2d740baf9767","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"1","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-s_score|1"},{"value.display - Answers":"2 - Suspected mentally ill","value.uuid - External ID":"031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"2","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-s_score|2"},{"value.display - Answers":"3 - Mildly ill","value.uuid - External ID":"c90610d0-29ee-437e-af93-7bcc49fda2f1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"3","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-s_score|3"},{"value.display - Answers":"4 - Moderately ill","value.uuid - External ID":"e81cfac7-6c80-4e1b-af86-3d896c9bbdac","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"4","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-s_score|4"},{"value.display - Answers":"5 - Markedly ill","value.uuid - External ID":"cf122053-f10b-4450-89e1-ed9adabb413c","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"5","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-s_score|5"},{"value.display - Answers":"6 - Severely ill","value.uuid - External ID":"a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"6","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-s_score|6"},{"value.display - Answers":"7 - Extremely ill patient","value.uuid - External ID":"0f115f25-cdd0-49c3-b009-ba9acb041fef","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"7","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-s_score|7"},{"value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"0","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-i_score|0"},{"value.display - Answers":"1 - Very much improved","value.uuid - External ID":"7f91e377-d1bf-4d59-b2fd-ad21c08a833a","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"1","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-i_score|1"},{"value.display - Answers":"2 - Much improved","value.uuid - External ID":"a8db8105-87a7-47b9-8aad-7b524ed8f530","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"2","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-i_score|2"},{"value.display - Answers":"3 - Minimally improved","value.uuid - External ID":"e19f352f-b693-434a-af4d-2813487de15c","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"3","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-i_score|3"},{"value.display - Answers":"4 - No change","value.uuid - External ID":"6e4cc3f3-9e9a-4fd6-ac3e-cf2acd701c91","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"4","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-i_score|4"},{"value.display - Answers":"5 - Minimally worse","value.uuid - External ID":"65ff54d3-f624-463d-8da9-655c3586ad1f","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"5","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-i_score|5"},{"value.display - Answers":"6 - Much worse","value.uuid - External ID":"a666c8f2-d5c8-4646-9a89-cfb597bb5380","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"6","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-i_score|6"},{"value.display - Answers":"7 - Very much worse","value.uuid - External ID":"ece17856-b110-4453-9bc5-a92891f86846","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"7","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-i_score|7"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"< 24 hrs","value.uuid - External ID":"63a236d1-add1-49ec-88c9-8e89108a71f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"< 24 hrs","DHIS2 Option UID":"rboxGBCpxP5","DHIS2 Option Code":"< 24 hrs"},{"value.display - Answers":"24 -72hrs","value.uuid - External ID":"8d9cf61e-1f64-4f25-b202-52da17e8c634","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"24 -72hrs","DHIS2 Option UID":"Fi67snqrRPm","DHIS2 Option Code":"24 -72hrs"},{"value.display - Answers":"Less than 1 month","value.uuid - External ID":"0e298528-7c8c-4724-a24f-d71ee7c1ebea","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Less than 1 month","DHIS2 Option UID":"W90N4TbsQYD","DHIS2 Option Code":"less_than_1_month"},{"value.display - Answers":"Less than 1 year","value.uuid - External ID":"b5b58ef8-1bdf-4c14-9384-afbeb848d571","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Less than 1 year","DHIS2 Option UID":"NEIhaoKeaqc","DHIS2 Option Code":"less_than_1_year"},{"value.display - Answers":">= 1 year","value.uuid - External ID":"4a17e0a6-1add-49a6-9831-d8ad7c647ec9","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":">= 1 year","DHIS2 Option UID":"ifUaNyIglm3","DHIS2 Option Code":">= 1_year"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Unknown","DHIS2 Option UID":"Ldq2j9ZBfMI","DHIS2 Option Code":"unknown"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"Medical Conditions","value.uuid - External ID":"e8846576-7fae-4ae1-b747-48eccd524d4d","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"1. Medical Conditions","DHIS2 Option UID":"EdVWOgMdfNc","DHIS2 Option Code":"1_medical_conditions"},{"value.display - Answers":"Violence","value.uuid - External ID":"0d56f886-875b-4932-a0c2-cde2886a286c","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"2. Violence","DHIS2 Option UID":"od6MVdk4TOT","DHIS2 Option Code":"2_violence"},{"value.display - Answers":"Separation or Loss","value.uuid - External ID":"2e8cee73-d7ec-490f-8422-30bc7615e24d","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"3. Separation or Loss","DHIS2 Option UID":"Mc24Je2EJ4Q","DHIS2 Option Code":"3_separation_or_loss"},{"value.display - Answers":"Disaster","value.uuid - External ID":"73fcb975-b93d-4de6-bd42-dfeb1a221412","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"4. Disaster","DHIS2 Option UID":"iHgeTnhykW6","DHIS2 Option Code":"4_disaster"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"5. Other","DHIS2 Option UID":"vITRvVrsOKr","DHIS2 Option Code":"5_other"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Other","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other"},{"value.display - Answers":"Medical care (MSF, MoH, NGO)","value.uuid - External ID":"5f121c90-eca2-4af4-bc2f-49ad1a50ff2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Medical attention (MSF, MoH, NGO)","DHIS2 Option UID":"BDhNTdJWTFA","DHIS2 Option Code":"medical_attention_msf_moh_ngo"},{"value.display - Answers":"MSF psychiatric services","value.uuid - External ID":"485939c5-1e77-4495-b5e1-77fb2abbcfd7","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"MSF psychiatric services","DHIS2 Option UID":"x2caKDwJiQT","DHIS2 Option Code":"psychiatric_care"},{"value.display - Answers":"Non-MSF psychiatrist services","value.uuid - External ID":"489b042d-5ed4-436f-944c-27b7f31bef3f","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Non-MSF psychiatrist services","DHIS2 Option UID":"OdNA1Ql2kCX","DHIS2 Option Code":"non_msf_psychiatrist"},{"value.display - Answers":"Social services","value.uuid - External ID":"978fa5d2-e6c4-4b2a-a293-73c098de0af6","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Social services","DHIS2 Option UID":"ShYuCnlXhfi","DHIS2 Option Code":"msf_social_worker"},{"value.display - Answers":"Legal services","value.uuid - External ID":"8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Legal services","DHIS2 Option UID":"K2opinEAoOm","DHIS2 Option Code":"legal_services"},{"value.display - Answers":"Protection services","value.uuid - External ID":"eff27d0b-d485-4983-814f-febbc4fe185a","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Protection services","DHIS2 Option UID":"bsyZzHUInhX","DHIS2 Option Code":"protection_services"},{"value.display - Answers":"Hospitalisation","value.uuid - External ID":"6b8fca2d-0147-4dd8-a8f5-3b813152b952","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Hospitalisation","DHIS2 Option UID":"wivtq78V9eS","DHIS2 Option Code":"hospitalisation"},{"value.display - Answers":"CHW","value.uuid - External ID":"9bcbf231-c6ca-41c4-b247-bc4bced260c3","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"CHW","DHIS2 Option UID":"WwdmMnGtj4o","DHIS2 Option Code":"chw"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Other","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - External referral: place 1","DHIS2 DE UID":"fk4VUQLs8wJ","OptionSet name":"Type of referral - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - External referral","DHIS2 Option name":"Other","DHIS2 Option UID":"pDZWLoOisyT","DHIS2 Option Code":"other"},{"value.display - Answers":"Patient forgot about session","value.uuid - External ID":"df40472b-d192-4d0d-87c6-dadfae58270d","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient forgot about session","DHIS2 Option UID":"K10sA9MeyuB","DHIS2 Option Code":"patient_forgot_about_session"},{"value.display - Answers":"No transportation / unable to attend","value.uuid - External ID":"988d1f88-1202-4a13-8ae7-02156b5ccbe2","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"No transportation / unable to attend","DHIS2 Option UID":"a9jCSQB7xkU","DHIS2 Option Code":"no_transportation_unable_to_attend"},{"value.display - Answers":"Patient unreachable","value.uuid - External ID":"e0f8014a-aa6c-4a59-aa09-ed6e3dad6b47","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient unreachable","DHIS2 Option UID":"A1myk0SonK2","DHIS2 Option Code":"patient_unreachable"},{"value.display - Answers":"Patient no longer wants services","value.uuid - External ID":"49da2b46-b7d1-4ba7-ba57-cfe219694a9c","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient no longer wants services","DHIS2 Option UID":"DfTWJKP67rN","DHIS2 Option Code":"patient_no_longer_wants_services"},{"value.display - Answers":"Patient was busy","value.uuid - External ID":"cd1a5f24-c862-4cb6-9ef9-db2f3d46aad2","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient was busy","DHIS2 Option UID":"jtKK82mthKK","DHIS2 Option Code":"patient_was_busy"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Other","DHIS2 Option UID":"tkqMcbSlYzz","DHIS2 Option Code":"other"},{"value.display - Answers":"Discharge with the patient’s agreement: end of care","value.uuid - External ID":"76a8d333-9cdd-4375-b1a2-a2487365d8f3","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"1. Discharge with the patient’s agreement: end of care","DHIS2 Option UID":"dLPq55MxBwB","DHIS2 Option Code":"1"},{"value.display - Answers":"Discharge with the patient’s agreement: single consultation","value.uuid - External ID":"193d1bc8-5b68-4beb-a319-5278dea965bb","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"2. Discharge with the patient’s agreement: single consultation","DHIS2 Option UID":"brp4CVnY3jG","DHIS2 Option Code":"2"},{"value.display - Answers":"Discharge with the patient’s agreement: patient moved","value.uuid - External ID":"6df81c5c-1b71-4df2-90b4-7ce57b34f32a","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"3. Discharge with the patient’s agreement: patient moved","DHIS2 Option UID":"YeMJpC1WFDD","DHIS2 Option Code":"3"},{"value.display - Answers":"Discharge with the patient’s agreement: patient referred","value.uuid - External ID":"8e67e45a-82de-4a3a-896f-2ef326375fa5","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"4. Discharge with the patient’s agreement: patient referred","DHIS2 Option UID":"QO22EMZRSNa","DHIS2 Option Code":"4"},{"value.display - Answers":"Patient cannot access the service: MSF is no longer","value.uuid - External ID":"1cb43f9e-16f1-41d9-af61-ff0ca1bdda6b","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"5. Patient cannot access the service: MSF is no longer there","DHIS2 Option UID":"dr4ZmvSaUB9","DHIS2 Option Code":"5"},{"value.display - Answers":"Patient cannot access the service: transport issues","value.uuid - External ID":"c6c45e52-4226-45de-989e-010ecc8c5a52","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"6. Patient cannot access the service: transport issues","DHIS2 Option UID":"deCWsA6Ui5b","DHIS2 Option Code":"6"},{"value.display - Answers":"Patient cannot access the service: arrested/kidnaped","value.uuid - External ID":"032e96fe-26f1-48e9-ad8f-115c40bd05d7","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"7. Patient cannot access the service: arrested/kidnaped","DHIS2 Option UID":"nhyIbBRYaWX","DHIS2 Option Code":"7"},{"value.display - Answers":"Lost to follow up: unable to trace","value.uuid - External ID":"e6e89670-8072-4362-a8d3-20ccf58df7d3","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"8. Lost to follow up: unable to trace","DHIS2 Option UID":"P78sA75FJ2i","DHIS2 Option Code":"8"},{"value.display - Answers":"Lost to follow up: dissatisfied/different expectations","value.uuid - External ID":"e813870b-c8db-488a-82ab-49b1446d1854","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"9. Lost to follow up: dissatisfied/different expectations","DHIS2 Option UID":"hiYHmyIYvrN","DHIS2 Option Code":"9"},{"value.display - Answers":"Deceased/missing","value.uuid - External ID":"380f61cd-b510-4830-97d8-7010b160c322","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"10. Deceased/missing","DHIS2 Option UID":"nyQCSDpS4zc","DHIS2 Option Code":"10"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option name":"Yes","DHIS2 Option UID":"RA1z7oYeLBW","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option name":"No","DHIS2 Option UID":"cULP83r16XQ","DHIS2 Option Code":"no"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 DE UID":"nJQ7cGaitte","OptionSet name":"Oedema - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 Option name":"No","DHIS2 Option UID":"UgSEjYfPIXs","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option name":"Yes","DHIS2 Option UID":"OJR1wOuzdAu","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option name":"No","DHIS2 Option UID":"SzkvKP70Pww","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 DE UID":"K9QHCnhCULa","OptionSet name":"Yes-no - Cotrimoxazole prophylaxis - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 Option name":"Yes","DHIS2 Option UID":"PWbRKCzIDUM","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 DE UID":"K9QHCnhCULa","OptionSet name":"Yes-no - Cotrimoxazole prophylaxis - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 Option name":"No","DHIS2 Option UID":"zkQoZ3Uq3EM","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site","DHIS2 DE UID":"cG8uCalPdNU","OptionSet name":"Yes-no - Vaccination - Last dose given on site - Hepatitis B at birth - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"sBr9pPNqd28","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site","DHIS2 DE UID":"cG8uCalPdNU","OptionSet name":"Yes-no - Vaccination - Last dose given on site - Hepatitis B at birth - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site","DHIS2 Option name":"No","DHIS2 Option UID":"aKS3CymU5Ns","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 DE UID":"nHzyndo6Opn","OptionSet name":"Yes-no - Vaccination - Last dose given on site - HPV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"WklX5Gy9bvP","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 DE UID":"nHzyndo6Opn","OptionSet name":"Yes-no - Vaccination - Last dose given on site - HPV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 Option name":"No","DHIS2 Option UID":"AhpHRa3pQ00","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 DE UID":"L33Iqgj6wh8","OptionSet name":"Yes-no - Vaccination - Last dose given on site - PPV 23 - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"OF5xbph1XiN","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 DE UID":"L33Iqgj6wh8","OptionSet name":"Yes-no - Vaccination - Last dose given on site - PPV 23 - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 Option name":"No","DHIS2 Option UID":"ZfPkEIgzMwl","DHIS2 Option Code":"no"}],"f01MhpssBaseline":{"rSIazMFEBjD":"4dae5b12-070f-4153-b1ca-fbec906106e1","qptKDiv9uPl":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","KSBMR1BDGwx":"1a8bf24f-4f36-4971-aad9-ae77f3525738","DMaLm9u4GCq":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","WDY6MkQWyHb":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","AuDPJg6gZE7":"82978311-bef9-46f9-9a9a-cc62254b00a6","CLGnlnFqqnk":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","f64XCwzJW02":"41e68dee-a2a3-4e6c-9d96-53def5caff52","YeaUNruqmca":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","KjgDauY9v4J":"e08d532b-e56c-43dc-b831-af705654d2dc","KeyiEPc4pII":"82978311-bef9-46f9-9a9a-cc62254b00a6","qfYPXP76j8g":"c3c86c1b-07be-4506-ab25-8f35f4389b19","pj5hIE6iyAR":"e08d532b-e56c-43dc-b831-af705654d2dc","PCGI7EnvCQS":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","RnbiVrrSFdm":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","CUdI1BJ5W8G":"92a92f62-3ff6-4944-9ea9-a7af23949bad","YfcNA5bvkxT":"9a8204ca-d908-4157-9285-7c970dbb5287","vC3bg9NwJ78":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","RqsvaPH9vHt":"22809b19-54ca-4d88-8d26-9577637c184e","W7cPAi8iXLZ":"819f79e7-b9af-4afd-85d4-2ab677223113","MF3RML0HLbP":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","tsFOVnlc6lz":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","qacGXlyyQOS":"a1a75011-0fef-460a-b666-dda2d171f39b","OZViJk8FPVd":"c2664992-8a5a-4a6d-9238-5df591307d55","dfdv3SkeXKe":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","hWMBCCA2yy1":"abede172-ba87-4ebe-8054-3afadb181ea3","TWuCY5r2wx7":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","QHrIUMhjZlO":"d516de07-979b-411c-b7e4-bd09cf7d9d91","H1fMCaOzr8F":"3e97c2d0-15c1-4cfd-884f-7a4721079217","qgfKPlIHjcD":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","S22iy8o0iLg":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","m8qis4iUOTo":"790b41ce-e1e7-11e8-b02f-0242ac130002","v0qFX0qv1tX":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","SsQqwDBGxjh":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","FLIlRjAwn4G":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","JUabDHhT1wJ":"c1a3ed2d-6d9a-453d-9d93-749164a76413","yCwuZ0htrlH":"5f6e245c-83fc-421b-8d46-061ac773ae71","RiiH9A53rvG":"6d3876be-0a27-466d-ad58-92edcc8c31fb","DlqJSA5VApl":"8fb3bb7d-c935-4b57-8444-1b953470e109"}} \ No newline at end of file +{"optionSets":[{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":""},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":""},{"value.display - Answers":"Transgender male","value.uuid - External ID":"37ccc7b5-0d1d-48d3-87a6-aee614bb500f","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender male","DHIS2 Option UID":"OcJsz1BOHTf","DHIS2 Option Code":""},{"value.display - Answers":"Transgender female","value.uuid - External ID":"1226d253-376f-4e73-9ae2-36c7e9362e8b","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender female","DHIS2 Option UID":"l8RshnosXNy","DHIS2 Option Code":""},{"value.display - Answers":"Gender variant - Non conforming","value.uuid - External ID":"810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Gender variant - Non conforming","DHIS2 Option UID":"V8RXdmOdY8L","DHIS2 Option Code":""},{"value.display - Answers":"Prefer not to answer","value.uuid - External ID":"245151ca-691e-4d5a-a792-64cb573e2b34","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Prefer not to answer","DHIS2 Option UID":"QQzTV76xGfF","DHIS2 Option Code":""},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":""},{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":""},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":""},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":""},{"value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"New admission","DHIS2 Option UID":"ytN3iatLPSV","DHIS2 Option Code":"new_admission"},{"value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"Readmission","DHIS2 Option UID":"j7Omz3uFWvT","DHIS2 Option Code":"readmission"},{"value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option name":"New admission","DHIS2 Option UID":"wYldfEstUDw","DHIS2 Option Code":"new_admission"},{"value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option name":"Readmission","DHIS2 Option UID":"Rpcv8mgy0LH","DHIS2 Option Code":"readmission"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Individual","DHIS2 Option UID":"JMnQs1hB0kK","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Couple","DHIS2 Option UID":"mD02hgMyFVD","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Family","DHIS2 Option UID":"hv96C4ctfZI","DHIS2 Option Code":"family"},{"value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Parent-Child","DHIS2 Option UID":"PNWXisyNbE4","DHIS2 Option Code":"mother_child"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Individual","DHIS2 Option UID":"BWaOLwO6b6A","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Couple","DHIS2 Option UID":"He6N2xKBXcT","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Family","DHIS2 Option UID":"Njlwl5xyuyO","DHIS2 Option Code":"family"},{"value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Parent-Child","DHIS2 Option UID":"A1dYYhmV4ob","DHIS2 Option Code":"mother_child"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Individual","DHIS2 Option UID":"sOoJSyT6ZDO","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Couple","DHIS2 Option UID":"HTeXUWFE4P6","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Family","DHIS2 Option UID":"VsbQQh86Jlb","DHIS2 Option Code":"family"},{"value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Psychologist","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist"},{"value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Counsellor","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor"},{"value.display - Answers":"Health facility","value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Health facility","DHIS2 Option UID":"r4XbBWmqXmu","DHIS2 Option Code":"health_center"},{"value.display - Answers":"MSF health facility","value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"MSF health facility","DHIS2 Option UID":"QjHFWlrDAi3","DHIS2 Option Code":"msf_health_facility"},{"value.display - Answers":"Mobile clinic","value.uuid - External ID":"48984e47-3e9b-4d8e-a66d-317af5c36f02","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Mobile clinic","DHIS2 Option UID":"SENCNKONSMT","DHIS2 Option Code":"mobile_clinic"},{"value.display - Answers":"Home visit","value.uuid - External ID":"bd5bf44b-164c-415c-8bff-b1d4849928d3","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Home","DHIS2 Option UID":"Klk9UQeoyeM","DHIS2 Option Code":"home"},{"value.display - Answers":"School visit","value.uuid - External ID":"7091b6ea-7067-4ee3-9f67-8805904e2f61","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"School","DHIS2 Option UID":"mKGlluwx83y","DHIS2 Option Code":"school"},{"value.display - Answers":"Remote / phone","value.uuid - External ID":"398ce872-5862-4826-bba8-826915eddf98","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Remote / Phone","DHIS2 Option UID":"CL7Yj72PgmV","DHIS2 Option Code":"remote_phone"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Other","DHIS2 Option UID":"MSRu3TwArTh","DHIS2 Option Code":"other"},{"value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation done by","DHIS2 DE UID":"aCTIvKSNndK","OptionSet name":"Consultation done by - MHPSS follow-up","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Psychologist","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist"},{"value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation done by","DHIS2 DE UID":"aCTIvKSNndK","OptionSet name":"Consultation done by - MHPSS follow-up","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Counsellor","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor"},{"value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor"},{"value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist"},{"value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor"},{"value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist"},{"value.display - Answers":"IPD MSF","value.uuid - External ID":"d17350e6-12de-4454-b902-58c2fc1e59aa","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"IPD MSF","DHIS2 Option UID":"hUkr13HVkFe","DHIS2 Option Code":"inpatient_department"},{"value.display - Answers":"Emergency department MSF","value.uuid - External ID":"c709f78b-5787-4c7e-b5bd-66aad28f7ff4","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"ER MSF","DHIS2 Option UID":"v1uQIEM3yTP","DHIS2 Option Code":"emergency_department"},{"value.display - Answers":"Primary Health Center MSF","value.uuid - External ID":"82815438-a49d-48d7-a67f-dd294aa3c1e2","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Primary Health Center MSF","DHIS2 Option UID":"vcsgSPTyIPC","DHIS2 Option Code":"primary_health_center"},{"value.display - Answers":"Health Promotion/sensitization","value.uuid - External ID":"edb619d5-309f-45db-9521-70fcc22b30aa","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"HP / Sensitization","DHIS2 Option UID":"xihtGfyAQG9","DHIS2 Option Code":"sensitization"},{"value.display - Answers":"Other MSF personnel","value.uuid - External ID":"200a3de4-00a7-4a2e-a113-852013d6f4c5","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Other MSF staff","DHIS2 Option UID":"csTGh6JIRmf","DHIS2 Option Code":"other_msf_staff"},{"value.display - Answers":"MSF social worker","value.uuid - External ID":"92f7c3e2-89e1-4ebd-9da9-7c2976de815c","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"MSF social worker","DHIS2 Option UID":"cuIef31D5QL","DHIS2 Option Code":"social_work_msf"},{"value.display - Answers":"Other health structure","value.uuid - External ID":"923c6b39-4094-45e4-95ab-b44f7a381980","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Other Health Structure","DHIS2 Option UID":"bZZjZast35n","DHIS2 Option Code":"other_health_structure"},{"value.display - Answers":"Local health worker (non-MSF)","value.uuid - External ID":"54054512-7317-45c4-9494-f74be6ab4549","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Local health worker non MSF","DHIS2 Option UID":"NIXRVxxeiLm","DHIS2 Option Code":"hw_local"},{"value.display - Answers":"Institutions (NGOs/Church/IGO)","value.uuid - External ID":"f9688da4-cdcf-4cb3-90c2-263812fa064f","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Institutions (Church, NGO, International Agencies)","DHIS2 Option UID":"eHP0GjRUPx4","DHIS2 Option Code":"institutions_church_ngo_international_agencies"},{"value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Self Referral","DHIS2 Option UID":"riMSWiZKZ2Q","DHIS2 Option Code":"self_referral"},{"value.display - Answers":"Family member / friend /neighbor","value.uuid - External ID":"a8432309-bc74-4da0-8639-76988c02cbb5","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Family / Friend / Neighbor","DHIS2 Option UID":"bDu4hsAwaAB","DHIS2 Option Code":"family_friend_neighbor"},{"value.display - Answers":"Community leader","value.uuid - External ID":"8b93d848-9e20-41b3-94e5-895a356e5ed7","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Community leader","DHIS2 Option UID":"waFIAukspK9","DHIS2 Option Code":"community_leader"},{"value.display - Answers":"School / University","value.uuid - External ID":"98b1e458-2d46-4025-b912-7340f9d39610","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"School / University","DHIS2 Option UID":"ipYSgBna9cP","DHIS2 Option Code":"school_university"},{"value.display - Answers":"Authorities","value.uuid - External ID":"80575f44-be81-4694-aba4-012999328339","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Authorities","DHIS2 Option UID":"gh5agL1I7Nz","DHIS2 Option Code":"authorities"},{"value.display - Answers":"Legal attorney office","value.uuid - External ID":"14940a46-5cce-4744-ac2a-c2d1fdc64e11","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Legal attorney office","DHIS2 Option UID":"DqMj4xwn5EC","DHIS2 Option Code":"legal_attorney_office"},{"value.display - Answers":"Prosecutor office","value.uuid - External ID":"b989e916-8299-40f6-9a92-c0c8d8e70f20","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Prosecutor office","DHIS2 Option UID":"EDDo3uX7Hjp","DHIS2 Option Code":"fiscalia_de_la_mujer"},{"value.display - Answers":"Forensic department","value.uuid - External ID":"f85b0def-4af3-4901-839d-0a9dc8ace318","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Forensic department","DHIS2 Option UID":"qkalVIdgmBS","DHIS2 Option Code":"medicina_forense"},{"value.display - Answers":"CHOW (Community Health Outreach Worker)","value.uuid - External ID":"127bfdc9-8059-4421-a3cc-967bfbfee0ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"CHOW","DHIS2 Option UID":"LCk7N10isIp","DHIS2 Option Code":"chow"},{"value.display - Answers":"Community educator","value.uuid - External ID":"410a0731-cb41-4181-9897-6eb9894bf7b8","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Community educator","DHIS2 Option UID":"PWjmOym543x","DHIS2 Option Code":"community_educattor"},{"value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 DE UID":"EqfHPdSmUyv","OptionSet name":"Patient referred by - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 Option name":"Self-referral","DHIS2 Option UID":"snH8Rb7148A","DHIS2 Option Code":"self_referred"},{"value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints"},{"value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.2 Eating problems","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems"},{"value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems"},{"value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems"},{"value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.5 Sexual problems","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems"},{"value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction"},{"value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.1 Sad mood","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood"},{"value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger"},{"value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia"},{"value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.4 Hopelessness","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness"},{"value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness"},{"value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts"},{"value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt"},{"value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm"},{"value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite"},{"value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.1 Constant stress","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress"},{"value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.2 Persistent worry","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry"},{"value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened"},{"value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack"},{"value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior"},{"value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts"},{"value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.2 Flashbacks","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks"},{"value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli"},{"value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response"},{"value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations"},{"value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking"},{"value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions"},{"value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations"},{"value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations"},{"value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech"},{"value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior"},{"value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation"},{"value.display - Answers":"6.1 Problems with concentration, memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning"},{"value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development"},{"value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication"},{"value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties"},{"value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures"},{"value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse"},{"value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness"},{"value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children"},{"value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity"},{"value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.5 Impulsivity","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity"},{"value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.6 Regression in development","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development"},{"value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal"},{"value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"8.1 Other (specify)","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other"},{"value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints"},{"value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.2 Eating problems","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems"},{"value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems"},{"value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems"},{"value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.5 Sexual problems","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems"},{"value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction"},{"value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.1 Sad mood","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood"},{"value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger"},{"value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia"},{"value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.4 Hopelessness","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness"},{"value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness"},{"value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts"},{"value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt"},{"value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm"},{"value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite"},{"value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.1 Constant stress","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress"},{"value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.2 Persistent worry","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry"},{"value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened"},{"value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack"},{"value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior"},{"value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts"},{"value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.2 Flashbacks","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks"},{"value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli"},{"value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response"},{"value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations"},{"value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking"},{"value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions"},{"value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations"},{"value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations"},{"value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech"},{"value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior"},{"value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation"},{"value.display - Answers":"6.1 Problems with concentration memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning"},{"value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development"},{"value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication"},{"value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties"},{"value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures"},{"value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse"},{"value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness"},{"value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children"},{"value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity"},{"value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.5 Impulsivity","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity"},{"value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.6 Regression in development","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development"},{"value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal"},{"value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Other symptoms","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"8.1 Other (specify)","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other"},{"value.display - Answers":"1. Acute stress reaction","value.uuid - External ID":"a2f8295b-1259-481f-8ef3-34e213b7b4d6","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Acute stress reaction","DHIS2 Option UID":"I2TnSpzmNZV","DHIS2 Option Code":"acute_stress_reaction"},{"value.display - Answers":"2. Bereavement/grief","value.uuid - External ID":"7d486d0c-0e2b-475d-8e17-07296cc624b9","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Bereavement / grief","DHIS2 Option UID":"fiMmy7FVXqj","DHIS2 Option Code":"bereavement_grief"},{"value.display - Answers":"3. Post-Traumatic Stress Disorder","value.uuid - External ID":"ec7a63e8-5d0b-4dcf-8f72-7529c1df699a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Post-Traumatic Stress Disorder","DHIS2 Option UID":"GtXv2BevE4i","DHIS2 Option Code":"ptsd"},{"value.display - Answers":"4. Conversion/Dissociative reaction","value.uuid - External ID":"58881584-4f0e-4cf3-b2bf-d9f0898ae106","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Dissociative / Conversive disorder","DHIS2 Option UID":"DzEHTmwsbwz","DHIS2 Option Code":"dissociative_onversive_disorder"},{"value.display - Answers":"5. Anxiety Disorder","value.uuid - External ID":"2564bdee-c24c-4d96-903e-d44010f2a8ec","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Anxiety Disorder","DHIS2 Option UID":"RBjv7HDiR95","DHIS2 Option Code":"anxiety_disorder"},{"value.display - Answers":"6. Medically Unexplained Physical Symptoms (MUPS)","value.uuid - External ID":"9df01581-6135-4876-8fb8-cbaaa522064e","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Medically Unexplained Physical Symptoms","DHIS2 Option UID":"bCJLe9PMYeL","DHIS2 Option Code":"mups"},{"value.display - Answers":"7. Depression","value.uuid - External ID":"2066f043-2f21-4c19-8c04-77301d7404f9","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Depression","DHIS2 Option UID":"cBAzRxJxoKF","DHIS2 Option Code":"depression"},{"value.display - Answers":"8. Self-harming behavior/suicide attempt","value.uuid - External ID":"b27187bd-e94a-4dbc-9a77-46c0cefad25a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Self-harm / suicide","DHIS2 Option UID":"StKvhy342Ik","DHIS2 Option Code":"self_harm_suicide"},{"value.display - Answers":"9. Acute psychosis (incl. post-partum psychosis)","value.uuid - External ID":"b33dac1c-b0c0-4fcd-b639-661bb6678924","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Acute psychosis","DHIS2 Option UID":"RU3BLFqOhZe","DHIS2 Option Code":"acute_psychosis"},{"value.display - Answers":"10. Chronic psychosis (incl. schizophrenia)","value.uuid - External ID":"97f1f41-b0c7-407d-b95f-b1e26c3fd23c","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Chronic psychosis","DHIS2 Option UID":"ndznYG4Vbbs","DHIS2 Option Code":"chronic_psychosis"},{"value.display - Answers":"11. Bipolar disorder (incl. mania)","value.uuid - External ID":"1ba02bf8-6bbe-46a6-baff-d18b5c9f6425","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Bipolar disorder","DHIS2 Option UID":"V30FRwMiqy7","DHIS2 Option Code":"bipolar_disorder"},{"value.display - Answers":"12. Enuresis / Encopresis","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Enuresis","DHIS2 Option UID":"Ef59Tr7bwiG","DHIS2 Option Code":"enuresis"},{"value.display - Answers":"13. Developmental disorder (incl. intellectual disability, autism)","value.uuid - External ID":"63f73696-3d7c-4dc5-8c16-5382c20c3f9f","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Developmental disorder (incl. intellectual disability, autism)","DHIS2 Option UID":"veb2vWtp2QT","DHIS2 Option Code":"developmental_disorder"},{"value.display - Answers":"14. Childhood behavioral disorder (incl. ADHD, conduct disorder)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Childhood behavioral disorder","DHIS2 Option UID":"k6LNSHULzvA","DHIS2 Option Code":"childhood_behavioral_disorder"},{"value.display - Answers":"15. Childhood emotional disorder","value.uuid - External ID":"52d85e63-b238-4161-985c-97f75ad80c9a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Childhood emotional disorder","DHIS2 Option UID":"JznaioxOZKP","DHIS2 Option Code":"childhood_emotional_disorder"},{"value.display - Answers":"16. Substance-related disorder","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Substance-related disorders","DHIS2 Option UID":"HllN5G1TKNb","DHIS2 Option Code":"substance_related_disorders"},{"value.display - Answers":"17. Epilepsy / seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Epilepsy / seizures","DHIS2 Option UID":"KYmRwgkkgsl","DHIS2 Option Code":"epilepsy_seizures"},{"value.display - Answers":"18. Other disorder","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Other disorder, specify","DHIS2 Option UID":"G7j5nsi8r7T","DHIS2 Option Code":"other_disorder_specify"},{"value.display - Answers":"19. No diagnosis","value.uuid - External ID":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"No diagnosis","DHIS2 Option UID":"qNroeJqYQmn","DHIS2 Option Code":"no_diagnosis"},{"value.display - Answers":"1. Psychosomatic","value.uuid - External ID":"c899d33a-adde-4c70-ad65-2326b8843e3b","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"1. Psychosomatic","DHIS2 Option UID":"YLwstT7QxPg","DHIS2 Option Code":"1_psychosomatic"},{"value.display - Answers":"2. Depression related","value.uuid - External ID":"7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"2. Depression related","DHIS2 Option UID":"IEdTLNPdysy","DHIS2 Option Code":"2_depression_related"},{"value.display - Answers":"3. Anxiety related","value.uuid - External ID":"241b3278-3803-478b-8484-70e2b17e5543","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"3. Anxiety related","DHIS2 Option UID":"WgBIYmHZdJc","DHIS2 Option Code":"3_anxiety_related"},{"value.display - Answers":"4. Trauma related","value.uuid - External ID":"3a0c003c-9149-4a5f-a236-ed5d61231950","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"4. Trauma related","DHIS2 Option UID":"vC3XeVwbmLY","DHIS2 Option Code":"4_trauma_related"},{"value.display - Answers":"5. Psychosis related","value.uuid - External ID":"612c130a-0ae9-4565-af09-b5437334c742","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"5. Psychosis related","DHIS2 Option UID":"NuEhgdvdwHA","DHIS2 Option Code":"5_psychosis_related"},{"value.display - Answers":"6. Neuro cognitive problems","value.uuid - External ID":"a5b552b6-44db-42f1-a436-6f2f12de471e","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"6. Neuro cognitive problems","DHIS2 Option UID":"x9vk1fImSr7","DHIS2 Option Code":"6_neuro_cognitive_problems"},{"value.display - Answers":"7. Behaviour problems","value.uuid - External ID":"5b271a75-d44b-466a-8baf-71153dc1895c","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"7. Behaviour problems","DHIS2 Option UID":"S5v9RKrCwIx","DHIS2 Option Code":"7_behaviour_problems"},{"value.display - Answers":"8. Other symptoms","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"8. Other symptoms","DHIS2 Option UID":"GaJQMD4oqS5","DHIS2 Option Code":"8_other_symptoms"},{"value.display - Answers":"1 - 3 days","value.uuid - External ID":"a3d78d0a-613d-46ab-ae00-de985dd822eb","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 3 days","DHIS2 Option UID":"Syw1PVWr0UX","DHIS2 Option Code":"1_3_days"},{"value.display - Answers":"4 - 7 days","value.uuid - External ID":"7a5a7a86-1ebf-4309-915a-d58e6c907db1","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"4 - 7 days","DHIS2 Option UID":"jVQNrNJHHkN","DHIS2 Option Code":"4_7_days"},{"value.display - Answers":"1 - 4 weeks","value.uuid - External ID":"d5ea3587-be05-4b66-809c-3c63481300b3","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 4 weeks","DHIS2 Option UID":"IcUeaP23Ayu","DHIS2 Option Code":"1_4_weeks"},{"value.display - Answers":"1 - 6 months","value.uuid - External ID":"a2ffa3e1-eabe-4417-af29-09ea962d584e","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 6 months","DHIS2 Option UID":"qgvtHQTTScW","DHIS2 Option Code":"1_6_months"},{"value.display - Answers":"6 - 12 months","value.uuid - External ID":"f9c40a2d-7e94-418b-b222-e73959845e4d","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"6 - 12 months","DHIS2 Option UID":"y6MYfCvaJkX","DHIS2 Option Code":"6_12_months"},{"value.display - Answers":"> 1 year","value.uuid - External ID":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"> 1 year","DHIS2 Option UID":"ACcQT2fwiwz","DHIS2 Option Code":">1_year"},{"value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"0","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-s_score|0"},{"value.display - Answers":"1 - Normal/not ill","value.uuid - External ID":"d884d3dd-7649-4260-b139-2d740baf9767","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"1","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-s_score|1"},{"value.display - Answers":"2 - Suspected mentally ill","value.uuid - External ID":"031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"2","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-s_score|2"},{"value.display - Answers":"3 - Mildly ill","value.uuid - External ID":"c90610d0-29ee-437e-af93-7bcc49fda2f1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"3","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-s_score|3"},{"value.display - Answers":"4 - Moderately ill","value.uuid - External ID":"e81cfac7-6c80-4e1b-af86-3d896c9bbdac","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"4","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-s_score|4"},{"value.display - Answers":"5 - Markedly ill","value.uuid - External ID":"cf122053-f10b-4450-89e1-ed9adabb413c","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"5","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-s_score|5"},{"value.display - Answers":"6 - Severely ill","value.uuid - External ID":"a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"6","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-s_score|6"},{"value.display - Answers":"7 - Extremely ill patient","value.uuid - External ID":"0f115f25-cdd0-49c3-b009-ba9acb041fef","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"7","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-s_score|7"},{"value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"0","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-i_score|0"},{"value.display - Answers":"1 - Very much improved","value.uuid - External ID":"7f91e377-d1bf-4d59-b2fd-ad21c08a833a","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"1","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-i_score|1"},{"value.display - Answers":"2 - Much improved","value.uuid - External ID":"a8db8105-87a7-47b9-8aad-7b524ed8f530","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"2","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-i_score|2"},{"value.display - Answers":"3 - Minimally improved","value.uuid - External ID":"e19f352f-b693-434a-af4d-2813487de15c","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"3","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-i_score|3"},{"value.display - Answers":"4 - No change","value.uuid - External ID":"6e4cc3f3-9e9a-4fd6-ac3e-cf2acd701c91","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"4","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-i_score|4"},{"value.display - Answers":"5 - Minimally worse","value.uuid - External ID":"65ff54d3-f624-463d-8da9-655c3586ad1f","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"5","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-i_score|5"},{"value.display - Answers":"6 - Much worse","value.uuid - External ID":"a666c8f2-d5c8-4646-9a89-cfb597bb5380","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"6","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-i_score|6"},{"value.display - Answers":"7 - Very much worse","value.uuid - External ID":"ece17856-b110-4453-9bc5-a92891f86846","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"7","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-i_score|7"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"< 24 hrs","value.uuid - External ID":"63a236d1-add1-49ec-88c9-8e89108a71f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"< 24 hrs","DHIS2 Option UID":"rboxGBCpxP5","DHIS2 Option Code":"< 24 hrs"},{"value.display - Answers":"24 -72hrs","value.uuid - External ID":"8d9cf61e-1f64-4f25-b202-52da17e8c634","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"24 -72hrs","DHIS2 Option UID":"Fi67snqrRPm","DHIS2 Option Code":"24 -72hrs"},{"value.display - Answers":"Less than 1 month","value.uuid - External ID":"0e298528-7c8c-4724-a24f-d71ee7c1ebea","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Less than 1 month","DHIS2 Option UID":"W90N4TbsQYD","DHIS2 Option Code":"less_than_1_month"},{"value.display - Answers":"Less than 1 year","value.uuid - External ID":"b5b58ef8-1bdf-4c14-9384-afbeb848d571","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Less than 1 year","DHIS2 Option UID":"NEIhaoKeaqc","DHIS2 Option Code":"less_than_1_year"},{"value.display - Answers":">= 1 year","value.uuid - External ID":"4a17e0a6-1add-49a6-9831-d8ad7c647ec9","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":">= 1 year","DHIS2 Option UID":"ifUaNyIglm3","DHIS2 Option Code":">= 1_year"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Unknown","DHIS2 Option UID":"Ldq2j9ZBfMI","DHIS2 Option Code":"unknown"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"Medical Conditions","value.uuid - External ID":"e8846576-7fae-4ae1-b747-48eccd524d4d","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"1. Medical Conditions","DHIS2 Option UID":"EdVWOgMdfNc","DHIS2 Option Code":"1_medical_conditions"},{"value.display - Answers":"Violence","value.uuid - External ID":"0d56f886-875b-4932-a0c2-cde2886a286c","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"2. Violence","DHIS2 Option UID":"od6MVdk4TOT","DHIS2 Option Code":"2_violence"},{"value.display - Answers":"Separation or Loss","value.uuid - External ID":"2e8cee73-d7ec-490f-8422-30bc7615e24d","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"3. Separation or Loss","DHIS2 Option UID":"Mc24Je2EJ4Q","DHIS2 Option Code":"3_separation_or_loss"},{"value.display - Answers":"Disaster","value.uuid - External ID":"73fcb975-b93d-4de6-bd42-dfeb1a221412","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"4. Disaster","DHIS2 Option UID":"iHgeTnhykW6","DHIS2 Option Code":"4_disaster"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"5. Other","DHIS2 Option UID":"vITRvVrsOKr","DHIS2 Option Code":"5_other"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Other","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other"},{"value.display - Answers":"Medical care (MSF, MoH, NGO)","value.uuid - External ID":"5f121c90-eca2-4af4-bc2f-49ad1a50ff2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Medical attention (MSF, MoH, NGO)","DHIS2 Option UID":"BDhNTdJWTFA","DHIS2 Option Code":"medical_attention_msf_moh_ngo"},{"value.display - Answers":"MSF psychiatric services","value.uuid - External ID":"485939c5-1e77-4495-b5e1-77fb2abbcfd7","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"MSF psychiatric services","DHIS2 Option UID":"x2caKDwJiQT","DHIS2 Option Code":"psychiatric_care"},{"value.display - Answers":"Non-MSF psychiatrist services","value.uuid - External ID":"489b042d-5ed4-436f-944c-27b7f31bef3f","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Non-MSF psychiatrist services","DHIS2 Option UID":"OdNA1Ql2kCX","DHIS2 Option Code":"non_msf_psychiatrist"},{"value.display - Answers":"Social services","value.uuid - External ID":"978fa5d2-e6c4-4b2a-a293-73c098de0af6","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Social services","DHIS2 Option UID":"ShYuCnlXhfi","DHIS2 Option Code":"msf_social_worker"},{"value.display - Answers":"Legal services","value.uuid - External ID":"8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Legal services","DHIS2 Option UID":"K2opinEAoOm","DHIS2 Option Code":"legal_services"},{"value.display - Answers":"Protection services","value.uuid - External ID":"eff27d0b-d485-4983-814f-febbc4fe185a","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Protection services","DHIS2 Option UID":"bsyZzHUInhX","DHIS2 Option Code":"protection_services"},{"value.display - Answers":"Hospitalisation","value.uuid - External ID":"6b8fca2d-0147-4dd8-a8f5-3b813152b952","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Hospitalisation","DHIS2 Option UID":"wivtq78V9eS","DHIS2 Option Code":"hospitalisation"},{"value.display - Answers":"CHW","value.uuid - External ID":"9bcbf231-c6ca-41c4-b247-bc4bced260c3","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"CHW","DHIS2 Option UID":"WwdmMnGtj4o","DHIS2 Option Code":"chw"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Other","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - External referral: place 1","DHIS2 DE UID":"fk4VUQLs8wJ","OptionSet name":"Type of referral - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - External referral","DHIS2 Option name":"Other","DHIS2 Option UID":"pDZWLoOisyT","DHIS2 Option Code":"other"},{"value.display - Answers":"Patient forgot about session","value.uuid - External ID":"df40472b-d192-4d0d-87c6-dadfae58270d","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient forgot about session","DHIS2 Option UID":"K10sA9MeyuB","DHIS2 Option Code":"patient_forgot_about_session"},{"value.display - Answers":"No transportation / unable to attend","value.uuid - External ID":"988d1f88-1202-4a13-8ae7-02156b5ccbe2","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"No transportation / unable to attend","DHIS2 Option UID":"a9jCSQB7xkU","DHIS2 Option Code":"no_transportation_unable_to_attend"},{"value.display - Answers":"Patient unreachable","value.uuid - External ID":"e0f8014a-aa6c-4a59-aa09-ed6e3dad6b47","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient unreachable","DHIS2 Option UID":"A1myk0SonK2","DHIS2 Option Code":"patient_unreachable"},{"value.display - Answers":"Patient no longer wants services","value.uuid - External ID":"49da2b46-b7d1-4ba7-ba57-cfe219694a9c","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient no longer wants services","DHIS2 Option UID":"DfTWJKP67rN","DHIS2 Option Code":"patient_no_longer_wants_services"},{"value.display - Answers":"Patient was busy","value.uuid - External ID":"cd1a5f24-c862-4cb6-9ef9-db2f3d46aad2","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient was busy","DHIS2 Option UID":"jtKK82mthKK","DHIS2 Option Code":"patient_was_busy"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Other","DHIS2 Option UID":"tkqMcbSlYzz","DHIS2 Option Code":"other"},{"value.display - Answers":"Discharge with the patient’s agreement: end of care","value.uuid - External ID":"76a8d333-9cdd-4375-b1a2-a2487365d8f3","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"1. Discharge with the patient’s agreement: end of care","DHIS2 Option UID":"dLPq55MxBwB","DHIS2 Option Code":"1"},{"value.display - Answers":"Discharge with the patient’s agreement: single consultation","value.uuid - External ID":"193d1bc8-5b68-4beb-a319-5278dea965bb","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"2. Discharge with the patient’s agreement: single consultation","DHIS2 Option UID":"brp4CVnY3jG","DHIS2 Option Code":"2"},{"value.display - Answers":"Discharge with the patient’s agreement: patient moved","value.uuid - External ID":"6df81c5c-1b71-4df2-90b4-7ce57b34f32a","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"3. Discharge with the patient’s agreement: patient moved","DHIS2 Option UID":"YeMJpC1WFDD","DHIS2 Option Code":"3"},{"value.display - Answers":"Discharge with the patient’s agreement: patient referred","value.uuid - External ID":"8e67e45a-82de-4a3a-896f-2ef326375fa5","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"4. Discharge with the patient’s agreement: patient referred","DHIS2 Option UID":"QO22EMZRSNa","DHIS2 Option Code":"4"},{"value.display - Answers":"Patient cannot access the service: MSF is no longer","value.uuid - External ID":"1cb43f9e-16f1-41d9-af61-ff0ca1bdda6b","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"5. Patient cannot access the service: MSF is no longer there","DHIS2 Option UID":"dr4ZmvSaUB9","DHIS2 Option Code":"5"},{"value.display - Answers":"Patient cannot access the service: transport issues","value.uuid - External ID":"c6c45e52-4226-45de-989e-010ecc8c5a52","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"6. Patient cannot access the service: transport issues","DHIS2 Option UID":"deCWsA6Ui5b","DHIS2 Option Code":"6"},{"value.display - Answers":"Patient cannot access the service: arrested/kidnaped","value.uuid - External ID":"032e96fe-26f1-48e9-ad8f-115c40bd05d7","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"7. Patient cannot access the service: arrested/kidnaped","DHIS2 Option UID":"nhyIbBRYaWX","DHIS2 Option Code":"7"},{"value.display - Answers":"Lost to follow up: unable to trace","value.uuid - External ID":"e6e89670-8072-4362-a8d3-20ccf58df7d3","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"8. Lost to follow up: unable to trace","DHIS2 Option UID":"P78sA75FJ2i","DHIS2 Option Code":"8"},{"value.display - Answers":"Lost to follow up: dissatisfied/different expectations","value.uuid - External ID":"e813870b-c8db-488a-82ab-49b1446d1854","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"9. Lost to follow up: dissatisfied/different expectations","DHIS2 Option UID":"hiYHmyIYvrN","DHIS2 Option Code":"9"},{"value.display - Answers":"Deceased/missing","value.uuid - External ID":"380f61cd-b510-4830-97d8-7010b160c322","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"10. Deceased/missing","DHIS2 Option UID":"nyQCSDpS4zc","DHIS2 Option Code":"10"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option name":"Yes","DHIS2 Option UID":"RA1z7oYeLBW","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option name":"No","DHIS2 Option UID":"cULP83r16XQ","DHIS2 Option Code":"no"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 DE UID":"nJQ7cGaitte","OptionSet name":"Oedema - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 Option name":"No","DHIS2 Option UID":"UgSEjYfPIXs","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option name":"Yes","DHIS2 Option UID":"OJR1wOuzdAu","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option name":"No","DHIS2 Option UID":"SzkvKP70Pww","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 DE UID":"K9QHCnhCULa","OptionSet name":"Yes-no - Cotrimoxazole prophylaxis - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 Option name":"Yes","DHIS2 Option UID":"PWbRKCzIDUM","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 DE UID":"K9QHCnhCULa","OptionSet name":"Yes-no - Cotrimoxazole prophylaxis - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 Option name":"No","DHIS2 Option UID":"zkQoZ3Uq3EM","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site","DHIS2 DE UID":"cG8uCalPdNU","OptionSet name":"Yes-no - Vaccination - Last dose given on site - Hepatitis B at birth - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"sBr9pPNqd28","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site","DHIS2 DE UID":"cG8uCalPdNU","OptionSet name":"Yes-no - Vaccination - Last dose given on site - Hepatitis B at birth - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site","DHIS2 Option name":"No","DHIS2 Option UID":"aKS3CymU5Ns","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 DE UID":"nHzyndo6Opn","OptionSet name":"Yes-no - Vaccination - Last dose given on site - HPV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"WklX5Gy9bvP","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 DE UID":"nHzyndo6Opn","OptionSet name":"Yes-no - Vaccination - Last dose given on site - HPV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 Option name":"No","DHIS2 Option UID":"AhpHRa3pQ00","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 DE UID":"L33Iqgj6wh8","OptionSet name":"Yes-no - Vaccination - Last dose given on site - PPV 23 - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"OF5xbph1XiN","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 DE UID":"L33Iqgj6wh8","OptionSet name":"Yes-no - Vaccination - Last dose given on site - PPV 23 - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 Option name":"No","DHIS2 Option UID":"ZfPkEIgzMwl","DHIS2 Option Code":"no"}],"f01MhpssBaseline":{"rSIazMFEBjD":"4dae5b12-070f-4153-b1ca-fbec906106e1","qptKDiv9uPl":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","KSBMR1BDGwx":"1a8bf24f-4f36-4971-aad9-ae77f3525738","DMaLm9u4GCq":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","WDY6MkQWyHb":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","AuDPJg6gZE7":"82978311-bef9-46f9-9a9a-cc62254b00a6","CLGnlnFqqnk":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","f64XCwzJW02":"41e68dee-a2a3-4e6c-9d96-53def5caff52","YeaUNruqmca":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","KjgDauY9v4J":"e08d532b-e56c-43dc-b831-af705654d2dc","KeyiEPc4pII":"82978311-bef9-46f9-9a9a-cc62254b00a6","qfYPXP76j8g":"c3c86c1b-07be-4506-ab25-8f35f4389b19","pj5hIE6iyAR":"e08d532b-e56c-43dc-b831-af705654d2dc","PCGI7EnvCQS":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","RnbiVrrSFdm":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","CUdI1BJ5W8G":"92a92f62-3ff6-4944-9ea9-a7af23949bad","YfcNA5bvkxT":"9a8204ca-d908-4157-9285-7c970dbb5287","vC3bg9NwJ78":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","RqsvaPH9vHt":"22809b19-54ca-4d88-8d26-9577637c184e","W7cPAi8iXLZ":"819f79e7-b9af-4afd-85d4-2ab677223113","MF3RML0HLbP":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","tsFOVnlc6lz":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","qacGXlyyQOS":"a1a75011-0fef-460a-b666-dda2d171f39b","OZViJk8FPVd":"c2664992-8a5a-4a6d-9238-5df591307d55","dfdv3SkeXKe":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","hWMBCCA2yy1":"abede172-ba87-4ebe-8054-3afadb181ea3","TWuCY5r2wx7":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","QHrIUMhjZlO":"d516de07-979b-411c-b7e4-bd09cf7d9d91","H1fMCaOzr8F":"3e97c2d0-15c1-4cfd-884f-7a4721079217","qgfKPlIHjcD":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","S22iy8o0iLg":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","m8qis4iUOTo":"790b41ce-e1e7-11e8-b02f-0242ac130002","v0qFX0qv1tX":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","SsQqwDBGxjh":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","FLIlRjAwn4G":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","JUabDHhT1wJ":"c1a3ed2d-6d9a-453d-9d93-749164a76413","yCwuZ0htrlH":"5f6e245c-83fc-421b-8d46-061ac773ae71","RiiH9A53rvG":"6d3876be-0a27-466d-ad58-92edcc8c31fb","DlqJSA5VApl":"8fb3bb7d-c935-4b57-8444-1b953470e109"},"f02MhpssFollowUp":{"CcA8pc2YqWz":"d9454e9c-6e3c-45ab-8a9a-834a9353ae11","d8Dok4D8Fl4":"1a8bf24f-4f36-4971-aad9-ae77f3525738","E7MVMTTdvPi":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","aCTIvKSNndK":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","UlSJrSD78HS":"82978311-bef9-46f9-9a9a-cc62254b00a6","sGEOde9q9p9":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","LCdm2xe86ln":"41e68dee-a2a3-4e6c-9d96-53def5caff52","rGS6S4jyKu3":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","L6Jj7Tppr5q":"e08d532b-e56c-43dc-b831-af705654d2dc","vWWl7izQpqd":"82978311-bef9-46f9-9a9a-cc62254b00a6","G0hLyxqgcO7":"54e8c1b6-6397-4822-89a4-cf81fbc68ce9","tloy0Bd9qDf":"d7410cd3-29be-4f8b-93d6-eb4de005db29","AZUFlZzPN6V":"278d3d1e-c02a-4db1-8ab3-8db3b82eb9b5","HNZHetAtowR":"d34d5e93-03d6-494e-8f4c-2d7221227162","t4HoHWCYdvm":"790b41ce-e1e7-11e8-b02f-0242ac130002","MF3RML0HLbP":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","faQI7NN3hyp":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","C5XtlggtVmd":"a1a75011-0fef-460a-b666-dda2d171f39b","yTFUtaFJ1QU":"f94de17e-9771-4711-aabb-c5bb0c022be2","F6q03Gan7Ro":"22809b19-54ca-4d88-8d26-9577637c184e","OeA71vAyGZV":"819f79e7-b9af-4afd-85d4-2ab677223113","OZViJk8FPVd":"c2664992-8a5a-4a6d-9238-5df591307d55","piKsOVnFIXO":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","llBTRwwM94C":"abede172-ba87-4ebe-8054-3afadb181ea3","j8IYwKvxK4q":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","Lw2Kkl2y6mj":"d516de07-979b-411c-b7e4-bd09cf7d9d91","a9J7luvOwhF":"3e97c2d0-15c1-4cfd-884f-7a4721079217","EM4ouSS9Kxe":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","KjOAmUFJJgs":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","GVTXoz0VrAd":"5f6e245c-83fc-421b-8d46-061ac773ae71","N6GYmCjAhfh":"6d3876be-0a27-466d-ad58-92edcc8c31fb","wvVn2LfmNDO":"8fb3bb7d-c935-4b57-8444-1b953470e109"},"f03MhgapBaseline":{"f6FhkzfZ5j3":"4dae5b12-070f-4153-b1ca-fbec906106e1","pHoZYTrR7N0":"2be92591-da1b-4418-ba49-43b3fc0e4ce5","hMcCdEkhhjZ":"f6cefc80-506a-44b0-ab5f-d6f5908cf7a5","VnXwFYqHNqM":"15748787-7372-4022-b5d4-81ff8d6887ca","xRuC0NQRqZk":"99a8b512-17f9-4a5d-9fd4-80c27500995b","R3g94vJ2yFR":"22809b19-54ca-4d88-8d26-9577637c184e","Yt4NhxZU5Vo":"819f79e7-b9af-4afd-85d4-2ab677223113","DCEJHFQvPWa":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","qacGXlyyQOS":"a1a75011-0fef-460a-b666-dda2d171f39b","TZGKlSVIsN8":"5f6e245c-83fc-421b-8d46-061ac773ae71"},"f04MhgapFollowUp":{"CcA8pc2YqWz":"d9454e9c-6e3c-45ab-8a9a-834a9353ae11","G0hLyxqgcO7":"54e8c1b6-6397-4822-89a4-cf81fbc68ce9","tloy0Bd9qDf":"d7410cd3-29be-4f8b-93d6-eb4de005db29","AZUFlZzPN6V":"278d3d1e-c02a-4db1-8ab3-8db3b82eb9b5","HNZHetAtowR":"d34d5e93-03d6-494e-8f4c-2d7221227162","t4HoHWCYdvm":"790b41ce-e1e7-11e8-b02f-0242ac130002","MDbDqs5Mwow":"22809b19-54ca-4d88-8d26-9577637c184e","EYIPzqO7mpZ":"819f79e7-b9af-4afd-85d4-2ab677223113","faQI7NN3hyp":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","yTFUtaFJ1QU":"a1a75011-0fef-460a-b666-dda2d171f39b","C5XtlggtVmd":"f94de17e-9771-4711-aabb-c5bb0c022be2","AiUr0KZgS9e":"dbf35880-d18e-4f15-ad9c-97b5b053e14a","OBAHc3Rljln":"dc072a1a-20d8-4512-9e57-3585a07cb074","WKDFgUTUHWl":"5f6e245c-83fc-421b-8d46-061ac773ae71"},"f05MhpssClosure":{"RoBHeg55Mle":"8a9d2ace-372f-4413-a1c4-8999f55e2de2","TqjvJA0GUOA":"401b2df0-e26f-4f49-9165-6e20a1b8865a","Lht8GKTAHu8":"9e861ef1-e07c-4955-9650-2ebac3138fc3","tvQUeCICtFB":"93eb9716-6866-4d13-9b8f-59c0a7605a11","pQG72ee2lkl":"90b3d09c-d296-44d2-8292-8e04377fe027","tsFOVnlc6lz":"6545b874-f44d-4d18-9ab1-7a8bb21c0a15","iEdamWl0wzQ":"c64dfacd-2fb5-464d-83a9-ebb9eb8d3ab3","c4TiPRUQ56A":"77f1a782-24af-40ba-bac1-b97d9a080f40"}} \ No newline at end of file From a753c1c29f03896fb661513ccd6022edd87693a3 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Wed, 23 Oct 2024 11:56:12 +0300 Subject: [PATCH 39/61] Update metadata content From 542001377b119ca5d583480fa14f3afccab46403 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Wed, 23 Oct 2024 13:59:18 +0300 Subject: [PATCH 40/61] Update metadata content From 46fb788308900b135cf800bcc925c770115aa4f4 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Thu, 24 Oct 2024 12:10:42 +0300 Subject: [PATCH 41/61] Update metadata content --- metadata/metadata_mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/metadata_mapping.json b/metadata/metadata_mapping.json index 4583a6d..b4e9715 100644 --- a/metadata/metadata_mapping.json +++ b/metadata/metadata_mapping.json @@ -1 +1 @@ -{"optionSets":[{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":""},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":""},{"value.display - Answers":"Transgender male","value.uuid - External ID":"37ccc7b5-0d1d-48d3-87a6-aee614bb500f","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender male","DHIS2 Option UID":"OcJsz1BOHTf","DHIS2 Option Code":""},{"value.display - Answers":"Transgender female","value.uuid - External ID":"1226d253-376f-4e73-9ae2-36c7e9362e8b","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender female","DHIS2 Option UID":"l8RshnosXNy","DHIS2 Option Code":""},{"value.display - Answers":"Gender variant - Non conforming","value.uuid - External ID":"810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Gender variant - Non conforming","DHIS2 Option UID":"V8RXdmOdY8L","DHIS2 Option Code":""},{"value.display - Answers":"Prefer not to answer","value.uuid - External ID":"245151ca-691e-4d5a-a792-64cb573e2b34","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Prefer not to answer","DHIS2 Option UID":"QQzTV76xGfF","DHIS2 Option Code":""},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":""},{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":""},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":""},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":""},{"value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"New admission","DHIS2 Option UID":"ytN3iatLPSV","DHIS2 Option Code":"new_admission"},{"value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"Readmission","DHIS2 Option UID":"j7Omz3uFWvT","DHIS2 Option Code":"readmission"},{"value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option name":"New admission","DHIS2 Option UID":"wYldfEstUDw","DHIS2 Option Code":"new_admission"},{"value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option name":"Readmission","DHIS2 Option UID":"Rpcv8mgy0LH","DHIS2 Option Code":"readmission"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Individual","DHIS2 Option UID":"JMnQs1hB0kK","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Couple","DHIS2 Option UID":"mD02hgMyFVD","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Family","DHIS2 Option UID":"hv96C4ctfZI","DHIS2 Option Code":"family"},{"value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Parent-Child","DHIS2 Option UID":"PNWXisyNbE4","DHIS2 Option Code":"mother_child"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Individual","DHIS2 Option UID":"BWaOLwO6b6A","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Couple","DHIS2 Option UID":"He6N2xKBXcT","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Family","DHIS2 Option UID":"Njlwl5xyuyO","DHIS2 Option Code":"family"},{"value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Parent-Child","DHIS2 Option UID":"A1dYYhmV4ob","DHIS2 Option Code":"mother_child"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Individual","DHIS2 Option UID":"sOoJSyT6ZDO","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Couple","DHIS2 Option UID":"HTeXUWFE4P6","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Family","DHIS2 Option UID":"VsbQQh86Jlb","DHIS2 Option Code":"family"},{"value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Psychologist","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist"},{"value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Counsellor","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor"},{"value.display - Answers":"Health facility","value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Health facility","DHIS2 Option UID":"r4XbBWmqXmu","DHIS2 Option Code":"health_center"},{"value.display - Answers":"MSF health facility","value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"MSF health facility","DHIS2 Option UID":"QjHFWlrDAi3","DHIS2 Option Code":"msf_health_facility"},{"value.display - Answers":"Mobile clinic","value.uuid - External ID":"48984e47-3e9b-4d8e-a66d-317af5c36f02","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Mobile clinic","DHIS2 Option UID":"SENCNKONSMT","DHIS2 Option Code":"mobile_clinic"},{"value.display - Answers":"Home visit","value.uuid - External ID":"bd5bf44b-164c-415c-8bff-b1d4849928d3","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Home","DHIS2 Option UID":"Klk9UQeoyeM","DHIS2 Option Code":"home"},{"value.display - Answers":"School visit","value.uuid - External ID":"7091b6ea-7067-4ee3-9f67-8805904e2f61","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"School","DHIS2 Option UID":"mKGlluwx83y","DHIS2 Option Code":"school"},{"value.display - Answers":"Remote / phone","value.uuid - External ID":"398ce872-5862-4826-bba8-826915eddf98","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Remote / Phone","DHIS2 Option UID":"CL7Yj72PgmV","DHIS2 Option Code":"remote_phone"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Other","DHIS2 Option UID":"MSRu3TwArTh","DHIS2 Option Code":"other"},{"value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation done by","DHIS2 DE UID":"aCTIvKSNndK","OptionSet name":"Consultation done by - MHPSS follow-up","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Psychologist","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist"},{"value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation done by","DHIS2 DE UID":"aCTIvKSNndK","OptionSet name":"Consultation done by - MHPSS follow-up","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Counsellor","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor"},{"value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor"},{"value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist"},{"value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor"},{"value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist"},{"value.display - Answers":"IPD MSF","value.uuid - External ID":"d17350e6-12de-4454-b902-58c2fc1e59aa","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"IPD MSF","DHIS2 Option UID":"hUkr13HVkFe","DHIS2 Option Code":"inpatient_department"},{"value.display - Answers":"Emergency department MSF","value.uuid - External ID":"c709f78b-5787-4c7e-b5bd-66aad28f7ff4","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"ER MSF","DHIS2 Option UID":"v1uQIEM3yTP","DHIS2 Option Code":"emergency_department"},{"value.display - Answers":"Primary Health Center MSF","value.uuid - External ID":"82815438-a49d-48d7-a67f-dd294aa3c1e2","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Primary Health Center MSF","DHIS2 Option UID":"vcsgSPTyIPC","DHIS2 Option Code":"primary_health_center"},{"value.display - Answers":"Health Promotion/sensitization","value.uuid - External ID":"edb619d5-309f-45db-9521-70fcc22b30aa","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"HP / Sensitization","DHIS2 Option UID":"xihtGfyAQG9","DHIS2 Option Code":"sensitization"},{"value.display - Answers":"Other MSF personnel","value.uuid - External ID":"200a3de4-00a7-4a2e-a113-852013d6f4c5","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Other MSF staff","DHIS2 Option UID":"csTGh6JIRmf","DHIS2 Option Code":"other_msf_staff"},{"value.display - Answers":"MSF social worker","value.uuid - External ID":"92f7c3e2-89e1-4ebd-9da9-7c2976de815c","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"MSF social worker","DHIS2 Option UID":"cuIef31D5QL","DHIS2 Option Code":"social_work_msf"},{"value.display - Answers":"Other health structure","value.uuid - External ID":"923c6b39-4094-45e4-95ab-b44f7a381980","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Other Health Structure","DHIS2 Option UID":"bZZjZast35n","DHIS2 Option Code":"other_health_structure"},{"value.display - Answers":"Local health worker (non-MSF)","value.uuid - External ID":"54054512-7317-45c4-9494-f74be6ab4549","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Local health worker non MSF","DHIS2 Option UID":"NIXRVxxeiLm","DHIS2 Option Code":"hw_local"},{"value.display - Answers":"Institutions (NGOs/Church/IGO)","value.uuid - External ID":"f9688da4-cdcf-4cb3-90c2-263812fa064f","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Institutions (Church, NGO, International Agencies)","DHIS2 Option UID":"eHP0GjRUPx4","DHIS2 Option Code":"institutions_church_ngo_international_agencies"},{"value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Self Referral","DHIS2 Option UID":"riMSWiZKZ2Q","DHIS2 Option Code":"self_referral"},{"value.display - Answers":"Family member / friend /neighbor","value.uuid - External ID":"a8432309-bc74-4da0-8639-76988c02cbb5","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Family / Friend / Neighbor","DHIS2 Option UID":"bDu4hsAwaAB","DHIS2 Option Code":"family_friend_neighbor"},{"value.display - Answers":"Community leader","value.uuid - External ID":"8b93d848-9e20-41b3-94e5-895a356e5ed7","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Community leader","DHIS2 Option UID":"waFIAukspK9","DHIS2 Option Code":"community_leader"},{"value.display - Answers":"School / University","value.uuid - External ID":"98b1e458-2d46-4025-b912-7340f9d39610","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"School / University","DHIS2 Option UID":"ipYSgBna9cP","DHIS2 Option Code":"school_university"},{"value.display - Answers":"Authorities","value.uuid - External ID":"80575f44-be81-4694-aba4-012999328339","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Authorities","DHIS2 Option UID":"gh5agL1I7Nz","DHIS2 Option Code":"authorities"},{"value.display - Answers":"Legal attorney office","value.uuid - External ID":"14940a46-5cce-4744-ac2a-c2d1fdc64e11","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Legal attorney office","DHIS2 Option UID":"DqMj4xwn5EC","DHIS2 Option Code":"legal_attorney_office"},{"value.display - Answers":"Prosecutor office","value.uuid - External ID":"b989e916-8299-40f6-9a92-c0c8d8e70f20","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Prosecutor office","DHIS2 Option UID":"EDDo3uX7Hjp","DHIS2 Option Code":"fiscalia_de_la_mujer"},{"value.display - Answers":"Forensic department","value.uuid - External ID":"f85b0def-4af3-4901-839d-0a9dc8ace318","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Forensic department","DHIS2 Option UID":"qkalVIdgmBS","DHIS2 Option Code":"medicina_forense"},{"value.display - Answers":"CHOW (Community Health Outreach Worker)","value.uuid - External ID":"127bfdc9-8059-4421-a3cc-967bfbfee0ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"CHOW","DHIS2 Option UID":"LCk7N10isIp","DHIS2 Option Code":"chow"},{"value.display - Answers":"Community educator","value.uuid - External ID":"410a0731-cb41-4181-9897-6eb9894bf7b8","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Community educator","DHIS2 Option UID":"PWjmOym543x","DHIS2 Option Code":"community_educattor"},{"value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 DE UID":"EqfHPdSmUyv","OptionSet name":"Patient referred by - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 Option name":"Self-referral","DHIS2 Option UID":"snH8Rb7148A","DHIS2 Option Code":"self_referred"},{"value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints"},{"value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.2 Eating problems","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems"},{"value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems"},{"value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems"},{"value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.5 Sexual problems","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems"},{"value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction"},{"value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.1 Sad mood","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood"},{"value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger"},{"value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia"},{"value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.4 Hopelessness","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness"},{"value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness"},{"value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts"},{"value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt"},{"value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm"},{"value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite"},{"value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.1 Constant stress","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress"},{"value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.2 Persistent worry","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry"},{"value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened"},{"value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack"},{"value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior"},{"value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts"},{"value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.2 Flashbacks","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks"},{"value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli"},{"value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response"},{"value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations"},{"value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking"},{"value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions"},{"value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations"},{"value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations"},{"value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech"},{"value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior"},{"value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation"},{"value.display - Answers":"6.1 Problems with concentration, memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning"},{"value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development"},{"value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication"},{"value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties"},{"value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures"},{"value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse"},{"value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness"},{"value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children"},{"value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity"},{"value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.5 Impulsivity","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity"},{"value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.6 Regression in development","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development"},{"value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal"},{"value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"8.1 Other (specify)","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other"},{"value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints"},{"value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.2 Eating problems","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems"},{"value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems"},{"value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems"},{"value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.5 Sexual problems","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems"},{"value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction"},{"value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.1 Sad mood","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood"},{"value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger"},{"value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia"},{"value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.4 Hopelessness","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness"},{"value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness"},{"value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts"},{"value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt"},{"value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm"},{"value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite"},{"value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.1 Constant stress","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress"},{"value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.2 Persistent worry","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry"},{"value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened"},{"value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack"},{"value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior"},{"value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts"},{"value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.2 Flashbacks","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks"},{"value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli"},{"value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response"},{"value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations"},{"value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking"},{"value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions"},{"value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations"},{"value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations"},{"value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech"},{"value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior"},{"value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation"},{"value.display - Answers":"6.1 Problems with concentration memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning"},{"value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development"},{"value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication"},{"value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties"},{"value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures"},{"value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse"},{"value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness"},{"value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children"},{"value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity"},{"value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.5 Impulsivity","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity"},{"value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.6 Regression in development","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development"},{"value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal"},{"value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Other symptoms","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"8.1 Other (specify)","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other"},{"value.display - Answers":"1. Acute stress reaction","value.uuid - External ID":"a2f8295b-1259-481f-8ef3-34e213b7b4d6","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Acute stress reaction","DHIS2 Option UID":"I2TnSpzmNZV","DHIS2 Option Code":"acute_stress_reaction"},{"value.display - Answers":"2. Bereavement/grief","value.uuid - External ID":"7d486d0c-0e2b-475d-8e17-07296cc624b9","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Bereavement / grief","DHIS2 Option UID":"fiMmy7FVXqj","DHIS2 Option Code":"bereavement_grief"},{"value.display - Answers":"3. Post-Traumatic Stress Disorder","value.uuid - External ID":"ec7a63e8-5d0b-4dcf-8f72-7529c1df699a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Post-Traumatic Stress Disorder","DHIS2 Option UID":"GtXv2BevE4i","DHIS2 Option Code":"ptsd"},{"value.display - Answers":"4. Conversion/Dissociative reaction","value.uuid - External ID":"58881584-4f0e-4cf3-b2bf-d9f0898ae106","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Dissociative / Conversive disorder","DHIS2 Option UID":"DzEHTmwsbwz","DHIS2 Option Code":"dissociative_onversive_disorder"},{"value.display - Answers":"5. Anxiety Disorder","value.uuid - External ID":"2564bdee-c24c-4d96-903e-d44010f2a8ec","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Anxiety Disorder","DHIS2 Option UID":"RBjv7HDiR95","DHIS2 Option Code":"anxiety_disorder"},{"value.display - Answers":"6. Medically Unexplained Physical Symptoms (MUPS)","value.uuid - External ID":"9df01581-6135-4876-8fb8-cbaaa522064e","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Medically Unexplained Physical Symptoms","DHIS2 Option UID":"bCJLe9PMYeL","DHIS2 Option Code":"mups"},{"value.display - Answers":"7. Depression","value.uuid - External ID":"2066f043-2f21-4c19-8c04-77301d7404f9","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Depression","DHIS2 Option UID":"cBAzRxJxoKF","DHIS2 Option Code":"depression"},{"value.display - Answers":"8. Self-harming behavior/suicide attempt","value.uuid - External ID":"b27187bd-e94a-4dbc-9a77-46c0cefad25a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Self-harm / suicide","DHIS2 Option UID":"StKvhy342Ik","DHIS2 Option Code":"self_harm_suicide"},{"value.display - Answers":"9. Acute psychosis (incl. post-partum psychosis)","value.uuid - External ID":"b33dac1c-b0c0-4fcd-b639-661bb6678924","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Acute psychosis","DHIS2 Option UID":"RU3BLFqOhZe","DHIS2 Option Code":"acute_psychosis"},{"value.display - Answers":"10. Chronic psychosis (incl. schizophrenia)","value.uuid - External ID":"97f1f41-b0c7-407d-b95f-b1e26c3fd23c","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Chronic psychosis","DHIS2 Option UID":"ndznYG4Vbbs","DHIS2 Option Code":"chronic_psychosis"},{"value.display - Answers":"11. Bipolar disorder (incl. mania)","value.uuid - External ID":"1ba02bf8-6bbe-46a6-baff-d18b5c9f6425","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Bipolar disorder","DHIS2 Option UID":"V30FRwMiqy7","DHIS2 Option Code":"bipolar_disorder"},{"value.display - Answers":"12. Enuresis / Encopresis","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Enuresis","DHIS2 Option UID":"Ef59Tr7bwiG","DHIS2 Option Code":"enuresis"},{"value.display - Answers":"13. Developmental disorder (incl. intellectual disability, autism)","value.uuid - External ID":"63f73696-3d7c-4dc5-8c16-5382c20c3f9f","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Developmental disorder (incl. intellectual disability, autism)","DHIS2 Option UID":"veb2vWtp2QT","DHIS2 Option Code":"developmental_disorder"},{"value.display - Answers":"14. Childhood behavioral disorder (incl. ADHD, conduct disorder)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Childhood behavioral disorder","DHIS2 Option UID":"k6LNSHULzvA","DHIS2 Option Code":"childhood_behavioral_disorder"},{"value.display - Answers":"15. Childhood emotional disorder","value.uuid - External ID":"52d85e63-b238-4161-985c-97f75ad80c9a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Childhood emotional disorder","DHIS2 Option UID":"JznaioxOZKP","DHIS2 Option Code":"childhood_emotional_disorder"},{"value.display - Answers":"16. Substance-related disorder","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Substance-related disorders","DHIS2 Option UID":"HllN5G1TKNb","DHIS2 Option Code":"substance_related_disorders"},{"value.display - Answers":"17. Epilepsy / seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Epilepsy / seizures","DHIS2 Option UID":"KYmRwgkkgsl","DHIS2 Option Code":"epilepsy_seizures"},{"value.display - Answers":"18. Other disorder","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Other disorder, specify","DHIS2 Option UID":"G7j5nsi8r7T","DHIS2 Option Code":"other_disorder_specify"},{"value.display - Answers":"19. No diagnosis","value.uuid - External ID":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"No diagnosis","DHIS2 Option UID":"qNroeJqYQmn","DHIS2 Option Code":"no_diagnosis"},{"value.display - Answers":"1. Psychosomatic","value.uuid - External ID":"c899d33a-adde-4c70-ad65-2326b8843e3b","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"1. Psychosomatic","DHIS2 Option UID":"YLwstT7QxPg","DHIS2 Option Code":"1_psychosomatic"},{"value.display - Answers":"2. Depression related","value.uuid - External ID":"7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"2. Depression related","DHIS2 Option UID":"IEdTLNPdysy","DHIS2 Option Code":"2_depression_related"},{"value.display - Answers":"3. Anxiety related","value.uuid - External ID":"241b3278-3803-478b-8484-70e2b17e5543","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"3. Anxiety related","DHIS2 Option UID":"WgBIYmHZdJc","DHIS2 Option Code":"3_anxiety_related"},{"value.display - Answers":"4. Trauma related","value.uuid - External ID":"3a0c003c-9149-4a5f-a236-ed5d61231950","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"4. Trauma related","DHIS2 Option UID":"vC3XeVwbmLY","DHIS2 Option Code":"4_trauma_related"},{"value.display - Answers":"5. Psychosis related","value.uuid - External ID":"612c130a-0ae9-4565-af09-b5437334c742","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"5. Psychosis related","DHIS2 Option UID":"NuEhgdvdwHA","DHIS2 Option Code":"5_psychosis_related"},{"value.display - Answers":"6. Neuro cognitive problems","value.uuid - External ID":"a5b552b6-44db-42f1-a436-6f2f12de471e","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"6. Neuro cognitive problems","DHIS2 Option UID":"x9vk1fImSr7","DHIS2 Option Code":"6_neuro_cognitive_problems"},{"value.display - Answers":"7. Behaviour problems","value.uuid - External ID":"5b271a75-d44b-466a-8baf-71153dc1895c","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"7. Behaviour problems","DHIS2 Option UID":"S5v9RKrCwIx","DHIS2 Option Code":"7_behaviour_problems"},{"value.display - Answers":"8. Other symptoms","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"8. Other symptoms","DHIS2 Option UID":"GaJQMD4oqS5","DHIS2 Option Code":"8_other_symptoms"},{"value.display - Answers":"1 - 3 days","value.uuid - External ID":"a3d78d0a-613d-46ab-ae00-de985dd822eb","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 3 days","DHIS2 Option UID":"Syw1PVWr0UX","DHIS2 Option Code":"1_3_days"},{"value.display - Answers":"4 - 7 days","value.uuid - External ID":"7a5a7a86-1ebf-4309-915a-d58e6c907db1","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"4 - 7 days","DHIS2 Option UID":"jVQNrNJHHkN","DHIS2 Option Code":"4_7_days"},{"value.display - Answers":"1 - 4 weeks","value.uuid - External ID":"d5ea3587-be05-4b66-809c-3c63481300b3","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 4 weeks","DHIS2 Option UID":"IcUeaP23Ayu","DHIS2 Option Code":"1_4_weeks"},{"value.display - Answers":"1 - 6 months","value.uuid - External ID":"a2ffa3e1-eabe-4417-af29-09ea962d584e","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 6 months","DHIS2 Option UID":"qgvtHQTTScW","DHIS2 Option Code":"1_6_months"},{"value.display - Answers":"6 - 12 months","value.uuid - External ID":"f9c40a2d-7e94-418b-b222-e73959845e4d","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"6 - 12 months","DHIS2 Option UID":"y6MYfCvaJkX","DHIS2 Option Code":"6_12_months"},{"value.display - Answers":"> 1 year","value.uuid - External ID":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"> 1 year","DHIS2 Option UID":"ACcQT2fwiwz","DHIS2 Option Code":">1_year"},{"value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"0","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-s_score|0"},{"value.display - Answers":"1 - Normal/not ill","value.uuid - External ID":"d884d3dd-7649-4260-b139-2d740baf9767","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"1","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-s_score|1"},{"value.display - Answers":"2 - Suspected mentally ill","value.uuid - External ID":"031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"2","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-s_score|2"},{"value.display - Answers":"3 - Mildly ill","value.uuid - External ID":"c90610d0-29ee-437e-af93-7bcc49fda2f1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"3","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-s_score|3"},{"value.display - Answers":"4 - Moderately ill","value.uuid - External ID":"e81cfac7-6c80-4e1b-af86-3d896c9bbdac","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"4","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-s_score|4"},{"value.display - Answers":"5 - Markedly ill","value.uuid - External ID":"cf122053-f10b-4450-89e1-ed9adabb413c","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"5","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-s_score|5"},{"value.display - Answers":"6 - Severely ill","value.uuid - External ID":"a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"6","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-s_score|6"},{"value.display - Answers":"7 - Extremely ill patient","value.uuid - External ID":"0f115f25-cdd0-49c3-b009-ba9acb041fef","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"7","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-s_score|7"},{"value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"0","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-i_score|0"},{"value.display - Answers":"1 - Very much improved","value.uuid - External ID":"7f91e377-d1bf-4d59-b2fd-ad21c08a833a","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"1","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-i_score|1"},{"value.display - Answers":"2 - Much improved","value.uuid - External ID":"a8db8105-87a7-47b9-8aad-7b524ed8f530","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"2","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-i_score|2"},{"value.display - Answers":"3 - Minimally improved","value.uuid - External ID":"e19f352f-b693-434a-af4d-2813487de15c","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"3","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-i_score|3"},{"value.display - Answers":"4 - No change","value.uuid - External ID":"6e4cc3f3-9e9a-4fd6-ac3e-cf2acd701c91","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"4","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-i_score|4"},{"value.display - Answers":"5 - Minimally worse","value.uuid - External ID":"65ff54d3-f624-463d-8da9-655c3586ad1f","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"5","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-i_score|5"},{"value.display - Answers":"6 - Much worse","value.uuid - External ID":"a666c8f2-d5c8-4646-9a89-cfb597bb5380","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"6","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-i_score|6"},{"value.display - Answers":"7 - Very much worse","value.uuid - External ID":"ece17856-b110-4453-9bc5-a92891f86846","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"7","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-i_score|7"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"< 24 hrs","value.uuid - External ID":"63a236d1-add1-49ec-88c9-8e89108a71f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"< 24 hrs","DHIS2 Option UID":"rboxGBCpxP5","DHIS2 Option Code":"< 24 hrs"},{"value.display - Answers":"24 -72hrs","value.uuid - External ID":"8d9cf61e-1f64-4f25-b202-52da17e8c634","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"24 -72hrs","DHIS2 Option UID":"Fi67snqrRPm","DHIS2 Option Code":"24 -72hrs"},{"value.display - Answers":"Less than 1 month","value.uuid - External ID":"0e298528-7c8c-4724-a24f-d71ee7c1ebea","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Less than 1 month","DHIS2 Option UID":"W90N4TbsQYD","DHIS2 Option Code":"less_than_1_month"},{"value.display - Answers":"Less than 1 year","value.uuid - External ID":"b5b58ef8-1bdf-4c14-9384-afbeb848d571","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Less than 1 year","DHIS2 Option UID":"NEIhaoKeaqc","DHIS2 Option Code":"less_than_1_year"},{"value.display - Answers":">= 1 year","value.uuid - External ID":"4a17e0a6-1add-49a6-9831-d8ad7c647ec9","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":">= 1 year","DHIS2 Option UID":"ifUaNyIglm3","DHIS2 Option Code":">= 1_year"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Unknown","DHIS2 Option UID":"Ldq2j9ZBfMI","DHIS2 Option Code":"unknown"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"Medical Conditions","value.uuid - External ID":"e8846576-7fae-4ae1-b747-48eccd524d4d","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"1. Medical Conditions","DHIS2 Option UID":"EdVWOgMdfNc","DHIS2 Option Code":"1_medical_conditions"},{"value.display - Answers":"Violence","value.uuid - External ID":"0d56f886-875b-4932-a0c2-cde2886a286c","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"2. Violence","DHIS2 Option UID":"od6MVdk4TOT","DHIS2 Option Code":"2_violence"},{"value.display - Answers":"Separation or Loss","value.uuid - External ID":"2e8cee73-d7ec-490f-8422-30bc7615e24d","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"3. Separation or Loss","DHIS2 Option UID":"Mc24Je2EJ4Q","DHIS2 Option Code":"3_separation_or_loss"},{"value.display - Answers":"Disaster","value.uuid - External ID":"73fcb975-b93d-4de6-bd42-dfeb1a221412","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"4. Disaster","DHIS2 Option UID":"iHgeTnhykW6","DHIS2 Option Code":"4_disaster"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"5. Other","DHIS2 Option UID":"vITRvVrsOKr","DHIS2 Option Code":"5_other"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Other","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other"},{"value.display - Answers":"Medical care (MSF, MoH, NGO)","value.uuid - External ID":"5f121c90-eca2-4af4-bc2f-49ad1a50ff2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Medical attention (MSF, MoH, NGO)","DHIS2 Option UID":"BDhNTdJWTFA","DHIS2 Option Code":"medical_attention_msf_moh_ngo"},{"value.display - Answers":"MSF psychiatric services","value.uuid - External ID":"485939c5-1e77-4495-b5e1-77fb2abbcfd7","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"MSF psychiatric services","DHIS2 Option UID":"x2caKDwJiQT","DHIS2 Option Code":"psychiatric_care"},{"value.display - Answers":"Non-MSF psychiatrist services","value.uuid - External ID":"489b042d-5ed4-436f-944c-27b7f31bef3f","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Non-MSF psychiatrist services","DHIS2 Option UID":"OdNA1Ql2kCX","DHIS2 Option Code":"non_msf_psychiatrist"},{"value.display - Answers":"Social services","value.uuid - External ID":"978fa5d2-e6c4-4b2a-a293-73c098de0af6","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Social services","DHIS2 Option UID":"ShYuCnlXhfi","DHIS2 Option Code":"msf_social_worker"},{"value.display - Answers":"Legal services","value.uuid - External ID":"8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Legal services","DHIS2 Option UID":"K2opinEAoOm","DHIS2 Option Code":"legal_services"},{"value.display - Answers":"Protection services","value.uuid - External ID":"eff27d0b-d485-4983-814f-febbc4fe185a","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Protection services","DHIS2 Option UID":"bsyZzHUInhX","DHIS2 Option Code":"protection_services"},{"value.display - Answers":"Hospitalisation","value.uuid - External ID":"6b8fca2d-0147-4dd8-a8f5-3b813152b952","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Hospitalisation","DHIS2 Option UID":"wivtq78V9eS","DHIS2 Option Code":"hospitalisation"},{"value.display - Answers":"CHW","value.uuid - External ID":"9bcbf231-c6ca-41c4-b247-bc4bced260c3","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"CHW","DHIS2 Option UID":"WwdmMnGtj4o","DHIS2 Option Code":"chw"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Other","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - External referral: place 1","DHIS2 DE UID":"fk4VUQLs8wJ","OptionSet name":"Type of referral - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - External referral","DHIS2 Option name":"Other","DHIS2 Option UID":"pDZWLoOisyT","DHIS2 Option Code":"other"},{"value.display - Answers":"Patient forgot about session","value.uuid - External ID":"df40472b-d192-4d0d-87c6-dadfae58270d","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient forgot about session","DHIS2 Option UID":"K10sA9MeyuB","DHIS2 Option Code":"patient_forgot_about_session"},{"value.display - Answers":"No transportation / unable to attend","value.uuid - External ID":"988d1f88-1202-4a13-8ae7-02156b5ccbe2","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"No transportation / unable to attend","DHIS2 Option UID":"a9jCSQB7xkU","DHIS2 Option Code":"no_transportation_unable_to_attend"},{"value.display - Answers":"Patient unreachable","value.uuid - External ID":"e0f8014a-aa6c-4a59-aa09-ed6e3dad6b47","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient unreachable","DHIS2 Option UID":"A1myk0SonK2","DHIS2 Option Code":"patient_unreachable"},{"value.display - Answers":"Patient no longer wants services","value.uuid - External ID":"49da2b46-b7d1-4ba7-ba57-cfe219694a9c","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient no longer wants services","DHIS2 Option UID":"DfTWJKP67rN","DHIS2 Option Code":"patient_no_longer_wants_services"},{"value.display - Answers":"Patient was busy","value.uuid - External ID":"cd1a5f24-c862-4cb6-9ef9-db2f3d46aad2","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient was busy","DHIS2 Option UID":"jtKK82mthKK","DHIS2 Option Code":"patient_was_busy"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Other","DHIS2 Option UID":"tkqMcbSlYzz","DHIS2 Option Code":"other"},{"value.display - Answers":"Discharge with the patient’s agreement: end of care","value.uuid - External ID":"76a8d333-9cdd-4375-b1a2-a2487365d8f3","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"1. Discharge with the patient’s agreement: end of care","DHIS2 Option UID":"dLPq55MxBwB","DHIS2 Option Code":"1"},{"value.display - Answers":"Discharge with the patient’s agreement: single consultation","value.uuid - External ID":"193d1bc8-5b68-4beb-a319-5278dea965bb","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"2. Discharge with the patient’s agreement: single consultation","DHIS2 Option UID":"brp4CVnY3jG","DHIS2 Option Code":"2"},{"value.display - Answers":"Discharge with the patient’s agreement: patient moved","value.uuid - External ID":"6df81c5c-1b71-4df2-90b4-7ce57b34f32a","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"3. Discharge with the patient’s agreement: patient moved","DHIS2 Option UID":"YeMJpC1WFDD","DHIS2 Option Code":"3"},{"value.display - Answers":"Discharge with the patient’s agreement: patient referred","value.uuid - External ID":"8e67e45a-82de-4a3a-896f-2ef326375fa5","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"4. Discharge with the patient’s agreement: patient referred","DHIS2 Option UID":"QO22EMZRSNa","DHIS2 Option Code":"4"},{"value.display - Answers":"Patient cannot access the service: MSF is no longer","value.uuid - External ID":"1cb43f9e-16f1-41d9-af61-ff0ca1bdda6b","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"5. Patient cannot access the service: MSF is no longer there","DHIS2 Option UID":"dr4ZmvSaUB9","DHIS2 Option Code":"5"},{"value.display - Answers":"Patient cannot access the service: transport issues","value.uuid - External ID":"c6c45e52-4226-45de-989e-010ecc8c5a52","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"6. Patient cannot access the service: transport issues","DHIS2 Option UID":"deCWsA6Ui5b","DHIS2 Option Code":"6"},{"value.display - Answers":"Patient cannot access the service: arrested/kidnaped","value.uuid - External ID":"032e96fe-26f1-48e9-ad8f-115c40bd05d7","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"7. Patient cannot access the service: arrested/kidnaped","DHIS2 Option UID":"nhyIbBRYaWX","DHIS2 Option Code":"7"},{"value.display - Answers":"Lost to follow up: unable to trace","value.uuid - External ID":"e6e89670-8072-4362-a8d3-20ccf58df7d3","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"8. Lost to follow up: unable to trace","DHIS2 Option UID":"P78sA75FJ2i","DHIS2 Option Code":"8"},{"value.display - Answers":"Lost to follow up: dissatisfied/different expectations","value.uuid - External ID":"e813870b-c8db-488a-82ab-49b1446d1854","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"9. Lost to follow up: dissatisfied/different expectations","DHIS2 Option UID":"hiYHmyIYvrN","DHIS2 Option Code":"9"},{"value.display - Answers":"Deceased/missing","value.uuid - External ID":"380f61cd-b510-4830-97d8-7010b160c322","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"10. Deceased/missing","DHIS2 Option UID":"nyQCSDpS4zc","DHIS2 Option Code":"10"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option name":"Yes","DHIS2 Option UID":"RA1z7oYeLBW","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option name":"No","DHIS2 Option UID":"cULP83r16XQ","DHIS2 Option Code":"no"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 DE UID":"nJQ7cGaitte","OptionSet name":"Oedema - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 Option name":"No","DHIS2 Option UID":"UgSEjYfPIXs","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option name":"Yes","DHIS2 Option UID":"OJR1wOuzdAu","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option name":"No","DHIS2 Option UID":"SzkvKP70Pww","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 DE UID":"K9QHCnhCULa","OptionSet name":"Yes-no - Cotrimoxazole prophylaxis - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 Option name":"Yes","DHIS2 Option UID":"PWbRKCzIDUM","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 DE UID":"K9QHCnhCULa","OptionSet name":"Yes-no - Cotrimoxazole prophylaxis - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 Option name":"No","DHIS2 Option UID":"zkQoZ3Uq3EM","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site","DHIS2 DE UID":"cG8uCalPdNU","OptionSet name":"Yes-no - Vaccination - Last dose given on site - Hepatitis B at birth - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"sBr9pPNqd28","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site","DHIS2 DE UID":"cG8uCalPdNU","OptionSet name":"Yes-no - Vaccination - Last dose given on site - Hepatitis B at birth - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site","DHIS2 Option name":"No","DHIS2 Option UID":"aKS3CymU5Ns","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 DE UID":"nHzyndo6Opn","OptionSet name":"Yes-no - Vaccination - Last dose given on site - HPV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"WklX5Gy9bvP","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 DE UID":"nHzyndo6Opn","OptionSet name":"Yes-no - Vaccination - Last dose given on site - HPV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 Option name":"No","DHIS2 Option UID":"AhpHRa3pQ00","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 DE UID":"L33Iqgj6wh8","OptionSet name":"Yes-no - Vaccination - Last dose given on site - PPV 23 - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"OF5xbph1XiN","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 DE UID":"L33Iqgj6wh8","OptionSet name":"Yes-no - Vaccination - Last dose given on site - PPV 23 - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 Option name":"No","DHIS2 Option UID":"ZfPkEIgzMwl","DHIS2 Option Code":"no"}],"f01MhpssBaseline":{"rSIazMFEBjD":"4dae5b12-070f-4153-b1ca-fbec906106e1","qptKDiv9uPl":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","KSBMR1BDGwx":"1a8bf24f-4f36-4971-aad9-ae77f3525738","DMaLm9u4GCq":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","WDY6MkQWyHb":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","AuDPJg6gZE7":"82978311-bef9-46f9-9a9a-cc62254b00a6","CLGnlnFqqnk":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","f64XCwzJW02":"41e68dee-a2a3-4e6c-9d96-53def5caff52","YeaUNruqmca":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","KjgDauY9v4J":"e08d532b-e56c-43dc-b831-af705654d2dc","KeyiEPc4pII":"82978311-bef9-46f9-9a9a-cc62254b00a6","qfYPXP76j8g":"c3c86c1b-07be-4506-ab25-8f35f4389b19","pj5hIE6iyAR":"e08d532b-e56c-43dc-b831-af705654d2dc","PCGI7EnvCQS":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","RnbiVrrSFdm":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","CUdI1BJ5W8G":"92a92f62-3ff6-4944-9ea9-a7af23949bad","YfcNA5bvkxT":"9a8204ca-d908-4157-9285-7c970dbb5287","vC3bg9NwJ78":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","RqsvaPH9vHt":"22809b19-54ca-4d88-8d26-9577637c184e","W7cPAi8iXLZ":"819f79e7-b9af-4afd-85d4-2ab677223113","MF3RML0HLbP":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","tsFOVnlc6lz":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","qacGXlyyQOS":"a1a75011-0fef-460a-b666-dda2d171f39b","OZViJk8FPVd":"c2664992-8a5a-4a6d-9238-5df591307d55","dfdv3SkeXKe":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","hWMBCCA2yy1":"abede172-ba87-4ebe-8054-3afadb181ea3","TWuCY5r2wx7":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","QHrIUMhjZlO":"d516de07-979b-411c-b7e4-bd09cf7d9d91","H1fMCaOzr8F":"3e97c2d0-15c1-4cfd-884f-7a4721079217","qgfKPlIHjcD":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","S22iy8o0iLg":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","m8qis4iUOTo":"790b41ce-e1e7-11e8-b02f-0242ac130002","v0qFX0qv1tX":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","SsQqwDBGxjh":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","FLIlRjAwn4G":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","JUabDHhT1wJ":"c1a3ed2d-6d9a-453d-9d93-749164a76413","yCwuZ0htrlH":"5f6e245c-83fc-421b-8d46-061ac773ae71","RiiH9A53rvG":"6d3876be-0a27-466d-ad58-92edcc8c31fb","DlqJSA5VApl":"8fb3bb7d-c935-4b57-8444-1b953470e109"},"f02MhpssFollowUp":{"CcA8pc2YqWz":"d9454e9c-6e3c-45ab-8a9a-834a9353ae11","d8Dok4D8Fl4":"1a8bf24f-4f36-4971-aad9-ae77f3525738","E7MVMTTdvPi":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","aCTIvKSNndK":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","UlSJrSD78HS":"82978311-bef9-46f9-9a9a-cc62254b00a6","sGEOde9q9p9":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","LCdm2xe86ln":"41e68dee-a2a3-4e6c-9d96-53def5caff52","rGS6S4jyKu3":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","L6Jj7Tppr5q":"e08d532b-e56c-43dc-b831-af705654d2dc","vWWl7izQpqd":"82978311-bef9-46f9-9a9a-cc62254b00a6","G0hLyxqgcO7":"54e8c1b6-6397-4822-89a4-cf81fbc68ce9","tloy0Bd9qDf":"d7410cd3-29be-4f8b-93d6-eb4de005db29","AZUFlZzPN6V":"278d3d1e-c02a-4db1-8ab3-8db3b82eb9b5","HNZHetAtowR":"d34d5e93-03d6-494e-8f4c-2d7221227162","t4HoHWCYdvm":"790b41ce-e1e7-11e8-b02f-0242ac130002","MF3RML0HLbP":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","faQI7NN3hyp":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","C5XtlggtVmd":"a1a75011-0fef-460a-b666-dda2d171f39b","yTFUtaFJ1QU":"f94de17e-9771-4711-aabb-c5bb0c022be2","F6q03Gan7Ro":"22809b19-54ca-4d88-8d26-9577637c184e","OeA71vAyGZV":"819f79e7-b9af-4afd-85d4-2ab677223113","OZViJk8FPVd":"c2664992-8a5a-4a6d-9238-5df591307d55","piKsOVnFIXO":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","llBTRwwM94C":"abede172-ba87-4ebe-8054-3afadb181ea3","j8IYwKvxK4q":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","Lw2Kkl2y6mj":"d516de07-979b-411c-b7e4-bd09cf7d9d91","a9J7luvOwhF":"3e97c2d0-15c1-4cfd-884f-7a4721079217","EM4ouSS9Kxe":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","KjOAmUFJJgs":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","GVTXoz0VrAd":"5f6e245c-83fc-421b-8d46-061ac773ae71","N6GYmCjAhfh":"6d3876be-0a27-466d-ad58-92edcc8c31fb","wvVn2LfmNDO":"8fb3bb7d-c935-4b57-8444-1b953470e109"},"f03MhgapBaseline":{"f6FhkzfZ5j3":"4dae5b12-070f-4153-b1ca-fbec906106e1","pHoZYTrR7N0":"2be92591-da1b-4418-ba49-43b3fc0e4ce5","hMcCdEkhhjZ":"f6cefc80-506a-44b0-ab5f-d6f5908cf7a5","VnXwFYqHNqM":"15748787-7372-4022-b5d4-81ff8d6887ca","xRuC0NQRqZk":"99a8b512-17f9-4a5d-9fd4-80c27500995b","R3g94vJ2yFR":"22809b19-54ca-4d88-8d26-9577637c184e","Yt4NhxZU5Vo":"819f79e7-b9af-4afd-85d4-2ab677223113","DCEJHFQvPWa":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","qacGXlyyQOS":"a1a75011-0fef-460a-b666-dda2d171f39b","TZGKlSVIsN8":"5f6e245c-83fc-421b-8d46-061ac773ae71"},"f04MhgapFollowUp":{"CcA8pc2YqWz":"d9454e9c-6e3c-45ab-8a9a-834a9353ae11","G0hLyxqgcO7":"54e8c1b6-6397-4822-89a4-cf81fbc68ce9","tloy0Bd9qDf":"d7410cd3-29be-4f8b-93d6-eb4de005db29","AZUFlZzPN6V":"278d3d1e-c02a-4db1-8ab3-8db3b82eb9b5","HNZHetAtowR":"d34d5e93-03d6-494e-8f4c-2d7221227162","t4HoHWCYdvm":"790b41ce-e1e7-11e8-b02f-0242ac130002","MDbDqs5Mwow":"22809b19-54ca-4d88-8d26-9577637c184e","EYIPzqO7mpZ":"819f79e7-b9af-4afd-85d4-2ab677223113","faQI7NN3hyp":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","yTFUtaFJ1QU":"a1a75011-0fef-460a-b666-dda2d171f39b","C5XtlggtVmd":"f94de17e-9771-4711-aabb-c5bb0c022be2","AiUr0KZgS9e":"dbf35880-d18e-4f15-ad9c-97b5b053e14a","OBAHc3Rljln":"dc072a1a-20d8-4512-9e57-3585a07cb074","WKDFgUTUHWl":"5f6e245c-83fc-421b-8d46-061ac773ae71"},"f05MhpssClosure":{"RoBHeg55Mle":"8a9d2ace-372f-4413-a1c4-8999f55e2de2","TqjvJA0GUOA":"401b2df0-e26f-4f49-9165-6e20a1b8865a","Lht8GKTAHu8":"9e861ef1-e07c-4955-9650-2ebac3138fc3","tvQUeCICtFB":"93eb9716-6866-4d13-9b8f-59c0a7605a11","pQG72ee2lkl":"90b3d09c-d296-44d2-8292-8e04377fe027","tsFOVnlc6lz":"6545b874-f44d-4d18-9ab1-7a8bb21c0a15","iEdamWl0wzQ":"c64dfacd-2fb5-464d-83a9-ebb9eb8d3ab3","c4TiPRUQ56A":"77f1a782-24af-40ba-bac1-b97d9a080f40"}} \ No newline at end of file +{"optionSets":[{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":"","DHIS2 Option name":"Male","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":"","DHIS2 Option name":"Female","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option UID":"OcJsz1BOHTf","DHIS2 Option Code":"","DHIS2 Option name":"Transgender male","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Transgender male","value.uuid - External ID":"37ccc7b5-0d1d-48d3-87a6-aee614bb500f"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option UID":"l8RshnosXNy","DHIS2 Option Code":"","DHIS2 Option name":"Transgender female","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Transgender female","value.uuid - External ID":"1226d253-376f-4e73-9ae2-36c7e9362e8b"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option UID":"V8RXdmOdY8L","DHIS2 Option Code":"","DHIS2 Option name":"Gender variant - Non conforming","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Gender variant - Non conforming","value.uuid - External ID":"810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option UID":"QQzTV76xGfF","DHIS2 Option Code":"","DHIS2 Option name":"Prefer not to answer","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Prefer not to answer","value.uuid - External ID":"245151ca-691e-4d5a-a792-64cb573e2b34"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":"","DHIS2 Option name":"Unknown","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":"","DHIS2 Option name":"Male","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":"","DHIS2 Option name":"Female","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":"","DHIS2 Option name":"Unknown","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8"},{"DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option UID":"ytN3iatLPSV","DHIS2 Option Code":"new_admission","DHIS2 Option name":"New admission","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 Option Set UID":"GL - Admission type","value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130"},{"DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option UID":"j7Omz3uFWvT","DHIS2 Option Code":"readmission","DHIS2 Option name":"Readmission","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 Option Set UID":"GL - Admission type","value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf"},{"DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option UID":"wYldfEstUDw","DHIS2 Option Code":"new_admission","DHIS2 Option name":"New admission","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130"},{"DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option UID":"Rpcv8mgy0LH","DHIS2 Option Code":"readmission","DHIS2 Option name":"Readmission","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf"},{"DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option UID":"JMnQs1hB0kK","DHIS2 Option Code":"individual","DHIS2 Option name":"Individual","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87"},{"DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option UID":"mD02hgMyFVD","DHIS2 Option Code":"couple","DHIS2 Option name":"Couple","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978"},{"DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option UID":"hv96C4ctfZI","DHIS2 Option Code":"family","DHIS2 Option name":"Family","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9"},{"DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option UID":"PNWXisyNbE4","DHIS2 Option Code":"mother_child","DHIS2 Option name":"Parent-Child","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd"},{"DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option UID":"BWaOLwO6b6A","DHIS2 Option Code":"individual","DHIS2 Option name":"Individual","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87"},{"DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option UID":"He6N2xKBXcT","DHIS2 Option Code":"couple","DHIS2 Option name":"Couple","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978"},{"DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option UID":"Njlwl5xyuyO","DHIS2 Option Code":"family","DHIS2 Option name":"Family","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9"},{"DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option UID":"A1dYYhmV4ob","DHIS2 Option Code":"mother_child","DHIS2 Option name":"Parent-Child","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd"},{"DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option UID":"sOoJSyT6ZDO","DHIS2 Option Code":"individual","DHIS2 Option name":"Individual","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 Option Set UID":"Mental Health - Type of consultation","value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87"},{"DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option UID":"HTeXUWFE4P6","DHIS2 Option Code":"couple","DHIS2 Option name":"Couple","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 Option Set UID":"Mental Health - Type of consultation","value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978"},{"DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option UID":"VsbQQh86Jlb","DHIS2 Option Code":"family","DHIS2 Option name":"Family","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 Option Set UID":"Mental Health - Type of consultation","value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9"},{"DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist","DHIS2 Option name":"Psychologist","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 Option Set UID":"Mental health - Consultation done by","value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98"},{"DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor","DHIS2 Option name":"Counsellor","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 Option Set UID":"Mental health - Consultation done by","value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331"},{"DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option UID":"r4XbBWmqXmu","DHIS2 Option Code":"health_center","DHIS2 Option name":"Health facility","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","value.display - Answers":"Health facility","value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d"},{"DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option UID":"QjHFWlrDAi3","DHIS2 Option Code":"msf_health_facility","DHIS2 Option name":"MSF health facility","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","value.display - Answers":"MSF health facility","value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52"},{"DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option UID":"SENCNKONSMT","DHIS2 Option Code":"mobile_clinic","DHIS2 Option name":"Mobile clinic","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","value.display - Answers":"Mobile clinic","value.uuid - External ID":"48984e47-3e9b-4d8e-a66d-317af5c36f02"},{"DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option UID":"Klk9UQeoyeM","DHIS2 Option Code":"home","DHIS2 Option name":"Home","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","value.display - Answers":"Home visit","value.uuid - External ID":"bd5bf44b-164c-415c-8bff-b1d4849928d3"},{"DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option UID":"mKGlluwx83y","DHIS2 Option Code":"school","DHIS2 Option name":"School","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","value.display - Answers":"School visit","value.uuid - External ID":"7091b6ea-7067-4ee3-9f67-8805904e2f61"},{"DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option UID":"CL7Yj72PgmV","DHIS2 Option Code":"remote_phone","DHIS2 Option name":"Remote / Phone","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","value.display - Answers":"Remote / phone","value.uuid - External ID":"398ce872-5862-4826-bba8-826915eddf98"},{"DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option UID":"MSRu3TwArTh","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"aCTIvKSNndK","OptionSet name":"Consultation done by - MHPSS follow-up","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist","DHIS2 Option name":"Psychologist","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation done by","DHIS2 Option Set UID":"Mental health - Consultation done by","value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98"},{"DHIS2 DE UID":"aCTIvKSNndK","OptionSet name":"Consultation done by - MHPSS follow-up","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor","DHIS2 Option name":"Counsellor","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation done by","DHIS2 Option Set UID":"Mental health - Consultation done by","value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331"},{"DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b"},{"DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4"},{"DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b"},{"DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"hUkr13HVkFe","DHIS2 Option Code":"inpatient_department","DHIS2 Option name":"IPD MSF","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"IPD MSF","value.uuid - External ID":"d17350e6-12de-4454-b902-58c2fc1e59aa"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"v1uQIEM3yTP","DHIS2 Option Code":"emergency_department","DHIS2 Option name":"ER MSF","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Emergency department MSF","value.uuid - External ID":"c709f78b-5787-4c7e-b5bd-66aad28f7ff4"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"vcsgSPTyIPC","DHIS2 Option Code":"primary_health_center","DHIS2 Option name":"Primary Health Center MSF","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Primary Health Center MSF","value.uuid - External ID":"82815438-a49d-48d7-a67f-dd294aa3c1e2"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"xihtGfyAQG9","DHIS2 Option Code":"sensitization","DHIS2 Option name":"HP / Sensitization","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Health Promotion/sensitization","value.uuid - External ID":"edb619d5-309f-45db-9521-70fcc22b30aa"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"csTGh6JIRmf","DHIS2 Option Code":"other_msf_staff","DHIS2 Option name":"Other MSF staff","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Other MSF personnel","value.uuid - External ID":"200a3de4-00a7-4a2e-a113-852013d6f4c5"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"cuIef31D5QL","DHIS2 Option Code":"social_work_msf","DHIS2 Option name":"MSF social worker","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"MSF social worker","value.uuid - External ID":"92f7c3e2-89e1-4ebd-9da9-7c2976de815c"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"bZZjZast35n","DHIS2 Option Code":"other_health_structure","DHIS2 Option name":"Other Health Structure","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Other health structure","value.uuid - External ID":"923c6b39-4094-45e4-95ab-b44f7a381980"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"NIXRVxxeiLm","DHIS2 Option Code":"hw_local","DHIS2 Option name":"Local health worker non MSF","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Local health worker (non-MSF)","value.uuid - External ID":"54054512-7317-45c4-9494-f74be6ab4549"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"eHP0GjRUPx4","DHIS2 Option Code":"institutions_church_ngo_international_agencies","DHIS2 Option name":"Institutions (Church, NGO, International Agencies)","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Institutions (NGOs/Church/IGO)","value.uuid - External ID":"f9688da4-cdcf-4cb3-90c2-263812fa064f"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"riMSWiZKZ2Q","DHIS2 Option Code":"self_referral","DHIS2 Option name":"Self Referral","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"bDu4hsAwaAB","DHIS2 Option Code":"family_friend_neighbor","DHIS2 Option name":"Family / Friend / Neighbor","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Family member / friend /neighbor","value.uuid - External ID":"a8432309-bc74-4da0-8639-76988c02cbb5"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"waFIAukspK9","DHIS2 Option Code":"community_leader","DHIS2 Option name":"Community leader","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Community leader","value.uuid - External ID":"8b93d848-9e20-41b3-94e5-895a356e5ed7"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"ipYSgBna9cP","DHIS2 Option Code":"school_university","DHIS2 Option name":"School / University","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"School / University","value.uuid - External ID":"98b1e458-2d46-4025-b912-7340f9d39610"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"gh5agL1I7Nz","DHIS2 Option Code":"authorities","DHIS2 Option name":"Authorities","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Authorities","value.uuid - External ID":"80575f44-be81-4694-aba4-012999328339"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"DqMj4xwn5EC","DHIS2 Option Code":"legal_attorney_office","DHIS2 Option name":"Legal attorney office","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Legal attorney office","value.uuid - External ID":"14940a46-5cce-4744-ac2a-c2d1fdc64e11"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"EDDo3uX7Hjp","DHIS2 Option Code":"fiscalia_de_la_mujer","DHIS2 Option name":"Prosecutor office","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Prosecutor office","value.uuid - External ID":"b989e916-8299-40f6-9a92-c0c8d8e70f20"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"qkalVIdgmBS","DHIS2 Option Code":"medicina_forense","DHIS2 Option name":"Forensic department","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Forensic department","value.uuid - External ID":"f85b0def-4af3-4901-839d-0a9dc8ace318"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"LCk7N10isIp","DHIS2 Option Code":"chow","DHIS2 Option name":"CHOW","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"CHOW (Community Health Outreach Worker)","value.uuid - External ID":"127bfdc9-8059-4421-a3cc-967bfbfee0ce"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"PWjmOym543x","DHIS2 Option Code":"community_educattor","DHIS2 Option name":"Community educator","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Community educator","value.uuid - External ID":"410a0731-cb41-4181-9897-6eb9894bf7b8"},{"DHIS2 DE UID":"EqfHPdSmUyv","OptionSet name":"Patient referred by - ITFC","DHIS2 Option UID":"snH8Rb7148A","DHIS2 Option Code":"self_referred","DHIS2 Option name":"Self-referral","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - by whom / from where","value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems","DHIS2 Option name":"1.2 Eating problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems","DHIS2 Option name":"1.5 Sexual problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood","DHIS2 Option name":"2.1 Sad mood","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness","DHIS2 Option name":"2.4 Hopelessness","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress","DHIS2 Option name":"3.1 Constant stress","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry","DHIS2 Option name":"3.2 Persistent worry","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks","DHIS2 Option name":"4.2 Flashbacks","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.1 Problems with concentration, memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity","DHIS2 Option name":"7.5 Impulsivity","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development","DHIS2 Option name":"7.6 Regression in development","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other","DHIS2 Option name":"8.1 Other (specify)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems","DHIS2 Option name":"1.2 Eating problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems","DHIS2 Option name":"1.5 Sexual problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood","DHIS2 Option name":"2.1 Sad mood","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness","DHIS2 Option name":"2.4 Hopelessness","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress","DHIS2 Option name":"3.1 Constant stress","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry","DHIS2 Option name":"3.2 Persistent worry","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks","DHIS2 Option name":"4.2 Flashbacks","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.1 Problems with concentration memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity","DHIS2 Option name":"7.5 Impulsivity","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development","DHIS2 Option name":"7.6 Regression in development","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Other symptoms","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other","DHIS2 Option name":"8.1 Other (specify)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"I2TnSpzmNZV","DHIS2 Option Code":"acute_stress_reaction","DHIS2 Option name":"Acute stress reaction","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"1. Acute stress reaction","value.uuid - External ID":"a2f8295b-1259-481f-8ef3-34e213b7b4d6"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"fiMmy7FVXqj","DHIS2 Option Code":"bereavement_grief","DHIS2 Option name":"Bereavement / grief","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"2. Bereavement/grief","value.uuid - External ID":"7d486d0c-0e2b-475d-8e17-07296cc624b9"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"GtXv2BevE4i","DHIS2 Option Code":"ptsd","DHIS2 Option name":"Post-Traumatic Stress Disorder","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"3. Post-Traumatic Stress Disorder","value.uuid - External ID":"ec7a63e8-5d0b-4dcf-8f72-7529c1df699a"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"DzEHTmwsbwz","DHIS2 Option Code":"dissociative_onversive_disorder","DHIS2 Option name":"Dissociative / Conversive disorder","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"4. Conversion/Dissociative reaction","value.uuid - External ID":"58881584-4f0e-4cf3-b2bf-d9f0898ae106"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"RBjv7HDiR95","DHIS2 Option Code":"anxiety_disorder","DHIS2 Option name":"Anxiety Disorder","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"5. Anxiety Disorder","value.uuid - External ID":"2564bdee-c24c-4d96-903e-d44010f2a8ec"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"bCJLe9PMYeL","DHIS2 Option Code":"mups","DHIS2 Option name":"Medically Unexplained Physical Symptoms","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"6. Medically Unexplained Physical Symptoms (MUPS)","value.uuid - External ID":"9df01581-6135-4876-8fb8-cbaaa522064e"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"cBAzRxJxoKF","DHIS2 Option Code":"depression","DHIS2 Option name":"Depression","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"7. Depression","value.uuid - External ID":"2066f043-2f21-4c19-8c04-77301d7404f9"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"StKvhy342Ik","DHIS2 Option Code":"self_harm_suicide","DHIS2 Option name":"Self-harm / suicide","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"8. Self-harming behavior/suicide attempt","value.uuid - External ID":"b27187bd-e94a-4dbc-9a77-46c0cefad25a"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"RU3BLFqOhZe","DHIS2 Option Code":"acute_psychosis","DHIS2 Option name":"Acute psychosis","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"9. Acute psychosis (incl. post-partum psychosis)","value.uuid - External ID":"b33dac1c-b0c0-4fcd-b639-661bb6678924"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"ndznYG4Vbbs","DHIS2 Option Code":"chronic_psychosis","DHIS2 Option name":"Chronic psychosis","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"10. Chronic psychosis (incl. schizophrenia)","value.uuid - External ID":"97f1f41-b0c7-407d-b95f-b1e26c3fd23c"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"V30FRwMiqy7","DHIS2 Option Code":"bipolar_disorder","DHIS2 Option name":"Bipolar disorder","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"11. Bipolar disorder (incl. mania)","value.uuid - External ID":"1ba02bf8-6bbe-46a6-baff-d18b5c9f6425"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"Ef59Tr7bwiG","DHIS2 Option Code":"enuresis","DHIS2 Option name":"Enuresis","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"12. Enuresis / Encopresis","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"veb2vWtp2QT","DHIS2 Option Code":"developmental_disorder","DHIS2 Option name":"Developmental disorder (incl. intellectual disability, autism)","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"13. Developmental disorder (incl. intellectual disability, autism)","value.uuid - External ID":"63f73696-3d7c-4dc5-8c16-5382c20c3f9f"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"k6LNSHULzvA","DHIS2 Option Code":"childhood_behavioral_disorder","DHIS2 Option name":"Childhood behavioral disorder","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"14. Childhood behavioral disorder (incl. ADHD, conduct disorder)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"JznaioxOZKP","DHIS2 Option Code":"childhood_emotional_disorder","DHIS2 Option name":"Childhood emotional disorder","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"15. Childhood emotional disorder","value.uuid - External ID":"52d85e63-b238-4161-985c-97f75ad80c9a"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"HllN5G1TKNb","DHIS2 Option Code":"substance_related_disorders","DHIS2 Option name":"Substance-related disorders","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"16. Substance-related disorder","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"KYmRwgkkgsl","DHIS2 Option Code":"epilepsy_seizures","DHIS2 Option name":"Epilepsy / seizures","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"17. Epilepsy / seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"G7j5nsi8r7T","DHIS2 Option Code":"other_disorder_specify","DHIS2 Option name":"Other disorder, specify","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"18. Other disorder","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"qNroeJqYQmn","DHIS2 Option Code":"no_diagnosis","DHIS2 Option name":"No diagnosis","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"19. No diagnosis","value.uuid - External ID":"dc77c73a-5ce5-4aac-821e-81f19f81b65f"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"YLwstT7QxPg","DHIS2 Option Code":"1_psychosomatic","DHIS2 Option name":"1. Psychosomatic","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"1. Psychosomatic","value.uuid - External ID":"c899d33a-adde-4c70-ad65-2326b8843e3b"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"IEdTLNPdysy","DHIS2 Option Code":"2_depression_related","DHIS2 Option name":"2. Depression related","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"2. Depression related","value.uuid - External ID":"7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"WgBIYmHZdJc","DHIS2 Option Code":"3_anxiety_related","DHIS2 Option name":"3. Anxiety related","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"3. Anxiety related","value.uuid - External ID":"241b3278-3803-478b-8484-70e2b17e5543"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"vC3XeVwbmLY","DHIS2 Option Code":"4_trauma_related","DHIS2 Option name":"4. Trauma related","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"4. Trauma related","value.uuid - External ID":"3a0c003c-9149-4a5f-a236-ed5d61231950"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"NuEhgdvdwHA","DHIS2 Option Code":"5_psychosis_related","DHIS2 Option name":"5. Psychosis related","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"5. Psychosis related","value.uuid - External ID":"612c130a-0ae9-4565-af09-b5437334c742"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"x9vk1fImSr7","DHIS2 Option Code":"6_neuro_cognitive_problems","DHIS2 Option name":"6. Neuro cognitive problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"6. Neuro cognitive problems","value.uuid - External ID":"a5b552b6-44db-42f1-a436-6f2f12de471e"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"S5v9RKrCwIx","DHIS2 Option Code":"7_behaviour_problems","DHIS2 Option name":"7. Behaviour problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"7. Behaviour problems","value.uuid - External ID":"5b271a75-d44b-466a-8baf-71153dc1895c"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"GaJQMD4oqS5","DHIS2 Option Code":"8_other_symptoms","DHIS2 Option name":"8. Other symptoms","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"8. Other symptoms","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option UID":"Syw1PVWr0UX","DHIS2 Option Code":"1_3_days","DHIS2 Option name":"1 - 3 days","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","value.display - Answers":"1 - 3 days","value.uuid - External ID":"a3d78d0a-613d-46ab-ae00-de985dd822eb"},{"DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option UID":"jVQNrNJHHkN","DHIS2 Option Code":"4_7_days","DHIS2 Option name":"4 - 7 days","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","value.display - Answers":"4 - 7 days","value.uuid - External ID":"7a5a7a86-1ebf-4309-915a-d58e6c907db1"},{"DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option UID":"IcUeaP23Ayu","DHIS2 Option Code":"1_4_weeks","DHIS2 Option name":"1 - 4 weeks","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","value.display - Answers":"1 - 4 weeks","value.uuid - External ID":"d5ea3587-be05-4b66-809c-3c63481300b3"},{"DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option UID":"qgvtHQTTScW","DHIS2 Option Code":"1_6_months","DHIS2 Option name":"1 - 6 months","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","value.display - Answers":"1 - 6 months","value.uuid - External ID":"a2ffa3e1-eabe-4417-af29-09ea962d584e"},{"DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option UID":"y6MYfCvaJkX","DHIS2 Option Code":"6_12_months","DHIS2 Option name":"6 - 12 months","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","value.display - Answers":"6 - 12 months","value.uuid - External ID":"f9c40a2d-7e94-418b-b222-e73959845e4d"},{"DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option UID":"ACcQT2fwiwz","DHIS2 Option Code":">1_year","DHIS2 Option name":"> 1 year","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","value.display - Answers":"> 1 year","value.uuid - External ID":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-s_score|0","DHIS2 Option name":"0","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-s_score|1","DHIS2 Option name":"1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"1 - Normal/not ill","value.uuid - External ID":"d884d3dd-7649-4260-b139-2d740baf9767"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-s_score|2","DHIS2 Option name":"2","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"2 - Suspected mentally ill","value.uuid - External ID":"031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-s_score|3","DHIS2 Option name":"3","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"3 - Mildly ill","value.uuid - External ID":"c90610d0-29ee-437e-af93-7bcc49fda2f1"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-s_score|4","DHIS2 Option name":"4","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"4 - Moderately ill","value.uuid - External ID":"e81cfac7-6c80-4e1b-af86-3d896c9bbdac"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-s_score|5","DHIS2 Option name":"5","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"5 - Markedly ill","value.uuid - External ID":"cf122053-f10b-4450-89e1-ed9adabb413c"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-s_score|6","DHIS2 Option name":"6","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"6 - Severely ill","value.uuid - External ID":"a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-s_score|7","DHIS2 Option name":"7","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"7 - Extremely ill patient","value.uuid - External ID":"0f115f25-cdd0-49c3-b009-ba9acb041fef"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-i_score|0","DHIS2 Option name":"0","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-i_score|1","DHIS2 Option name":"1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"1 - Very much improved","value.uuid - External ID":"7f91e377-d1bf-4d59-b2fd-ad21c08a833a"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-i_score|2","DHIS2 Option name":"2","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"2 - Much improved","value.uuid - External ID":"a8db8105-87a7-47b9-8aad-7b524ed8f530"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-i_score|3","DHIS2 Option name":"3","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"3 - Minimally improved","value.uuid - External ID":"e19f352f-b693-434a-af4d-2813487de15c"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-i_score|4","DHIS2 Option name":"4","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"4 - No change","value.uuid - External ID":"6e4cc3f3-9e9a-4fd6-ac3e-cf2acd701c91"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-i_score|5","DHIS2 Option name":"5","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"5 - Minimally worse","value.uuid - External ID":"65ff54d3-f624-463d-8da9-655c3586ad1f"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-i_score|6","DHIS2 Option name":"6","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"6 - Much worse","value.uuid - External ID":"a666c8f2-d5c8-4646-9a89-cfb597bb5380"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-i_score|7","DHIS2 Option name":"7","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"7 - Very much worse","value.uuid - External ID":"ece17856-b110-4453-9bc5-a92891f86846"},{"DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual","DHIS2 Option name":"Sexual","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304"},{"DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical","DHIS2 Option name":"Physical","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97"},{"DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal","DHIS2 Option name":"Verbal","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d"},{"DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic","DHIS2 Option name":"Psychological","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd"},{"DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical","DHIS2 Option name":"Physical","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97"},{"DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic","DHIS2 Option name":"Psychological","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd"},{"DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual","DHIS2 Option name":"Sexual","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304"},{"DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal","DHIS2 Option name":"Verbal","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d"},{"DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical","DHIS2 Option name":"Physical","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97"},{"DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic","DHIS2 Option name":"Psychological","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd"},{"DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual","DHIS2 Option name":"Sexual","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304"},{"DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal","DHIS2 Option name":"Verbal","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d"},{"DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option UID":"rboxGBCpxP5","DHIS2 Option Code":"< 24 hrs","DHIS2 Option name":"< 24 hrs","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","value.display - Answers":"< 24 hrs","value.uuid - External ID":"63a236d1-add1-49ec-88c9-8e89108a71f2"},{"DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option UID":"Fi67snqrRPm","DHIS2 Option Code":"24 -72hrs","DHIS2 Option name":"24 -72hrs","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","value.display - Answers":"24 -72hrs","value.uuid - External ID":"8d9cf61e-1f64-4f25-b202-52da17e8c634"},{"DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option UID":"W90N4TbsQYD","DHIS2 Option Code":"less_than_1_month","DHIS2 Option name":"Less than 1 month","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","value.display - Answers":"Less than 1 month","value.uuid - External ID":"0e298528-7c8c-4724-a24f-d71ee7c1ebea"},{"DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option UID":"NEIhaoKeaqc","DHIS2 Option Code":"less_than_1_year","DHIS2 Option name":"Less than 1 year","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","value.display - Answers":"Less than 1 year","value.uuid - External ID":"b5b58ef8-1bdf-4c14-9384-afbeb848d571"},{"DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option UID":"ifUaNyIglm3","DHIS2 Option Code":">= 1_year","DHIS2 Option name":">= 1 year","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","value.display - Answers":">= 1 year","value.uuid - External ID":"4a17e0a6-1add-49a6-9831-d8ad7c647ec9"},{"DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option UID":"Ldq2j9ZBfMI","DHIS2 Option Code":"unknown","DHIS2 Option name":"Unknown","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation","DHIS2 Option name":"2.6 Deportation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence","DHIS2 Option name":"2.7 Domestic violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats","DHIS2 Option name":"2.8 Received threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage","DHIS2 Option name":"2.19 Child marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income","DHIS2 Option name":"3.5 Loss of income","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems","DHIS2 Option name":"3.7 Relationship problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents","DHIS2 Option name":"4.2 Road accidents","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems","DHIS2 Option name":"5.1 Financial problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify","DHIS2 Option name":"5.3 Other, specify","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation","DHIS2 Option name":"2.6 Deportation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence","DHIS2 Option name":"2.7 Domestic violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats","DHIS2 Option name":"2.8 Received threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage","DHIS2 Option name":"2.19 Child marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income","DHIS2 Option name":"3.5 Loss of income","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems","DHIS2 Option name":"3.7 Relationship problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents","DHIS2 Option name":"4.2 Road accidents","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems","DHIS2 Option name":"5.1 Financial problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify","DHIS2 Option name":"5.3 Other, specify","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage","DHIS2 Option name":"2.19 Child marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation","DHIS2 Option name":"2.6 Deportation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence","DHIS2 Option name":"2.7 Domestic violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats","DHIS2 Option name":"2.8 Received threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income","DHIS2 Option name":"3.5 Loss of income","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems","DHIS2 Option name":"3.7 Relationship problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents","DHIS2 Option name":"4.2 Road accidents","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems","DHIS2 Option name":"5.1 Financial problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify","DHIS2 Option name":"5.3 Other, specify","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage","DHIS2 Option name":"2.19 Child marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation","DHIS2 Option name":"2.6 Deportation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence","DHIS2 Option name":"2.7 Domestic violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats","DHIS2 Option name":"2.8 Received threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income","DHIS2 Option name":"3.5 Loss of income","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems","DHIS2 Option name":"3.7 Relationship problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents","DHIS2 Option name":"4.2 Road accidents","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems","DHIS2 Option name":"5.1 Financial problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify","DHIS2 Option name":"5.3 Other, specify","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option UID":"EdVWOgMdfNc","DHIS2 Option Code":"1_medical_conditions","DHIS2 Option name":"1. Medical Conditions","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","value.display - Answers":"Medical Conditions","value.uuid - External ID":"e8846576-7fae-4ae1-b747-48eccd524d4d"},{"DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option UID":"od6MVdk4TOT","DHIS2 Option Code":"2_violence","DHIS2 Option name":"2. Violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","value.display - Answers":"Violence","value.uuid - External ID":"0d56f886-875b-4932-a0c2-cde2886a286c"},{"DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option UID":"Mc24Je2EJ4Q","DHIS2 Option Code":"3_separation_or_loss","DHIS2 Option name":"3. Separation or Loss","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","value.display - Answers":"Separation or Loss","value.uuid - External ID":"2e8cee73-d7ec-490f-8422-30bc7615e24d"},{"DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option UID":"iHgeTnhykW6","DHIS2 Option Code":"4_disaster","DHIS2 Option name":"4. Disaster","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","value.display - Answers":"Disaster","value.uuid - External ID":"73fcb975-b93d-4de6-bd42-dfeb1a221412"},{"DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option UID":"vITRvVrsOKr","DHIS2 Option Code":"5_other","DHIS2 Option name":"5. Other","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"BDhNTdJWTFA","DHIS2 Option Code":"medical_attention_msf_moh_ngo","DHIS2 Option name":"Medical attention (MSF, MoH, NGO)","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Medical care (MSF, MoH, NGO)","value.uuid - External ID":"5f121c90-eca2-4af4-bc2f-49ad1a50ff2e"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"x2caKDwJiQT","DHIS2 Option Code":"psychiatric_care","DHIS2 Option name":"MSF psychiatric services","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"MSF psychiatric services","value.uuid - External ID":"485939c5-1e77-4495-b5e1-77fb2abbcfd7"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"OdNA1Ql2kCX","DHIS2 Option Code":"non_msf_psychiatrist","DHIS2 Option name":"Non-MSF psychiatrist services","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Non-MSF psychiatrist services","value.uuid - External ID":"489b042d-5ed4-436f-944c-27b7f31bef3f"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"ShYuCnlXhfi","DHIS2 Option Code":"msf_social_worker","DHIS2 Option name":"Social services","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Social services","value.uuid - External ID":"978fa5d2-e6c4-4b2a-a293-73c098de0af6"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"K2opinEAoOm","DHIS2 Option Code":"legal_services","DHIS2 Option name":"Legal services","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Legal services","value.uuid - External ID":"8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"bsyZzHUInhX","DHIS2 Option Code":"protection_services","DHIS2 Option name":"Protection services","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Protection services","value.uuid - External ID":"eff27d0b-d485-4983-814f-febbc4fe185a"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"wivtq78V9eS","DHIS2 Option Code":"hospitalisation","DHIS2 Option name":"Hospitalisation","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Hospitalisation","value.uuid - External ID":"6b8fca2d-0147-4dd8-a8f5-3b813152b952"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"WwdmMnGtj4o","DHIS2 Option Code":"chw","DHIS2 Option name":"CHW","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"CHW","value.uuid - External ID":"9bcbf231-c6ca-41c4-b247-bc4bced260c3"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"fk4VUQLs8wJ","OptionSet name":"Type of referral - ITFC","DHIS2 Option UID":"pDZWLoOisyT","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - External referral: place 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - External referral","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option UID":"K10sA9MeyuB","DHIS2 Option Code":"patient_forgot_about_session","DHIS2 Option name":"Patient forgot about session","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","value.display - Answers":"Patient forgot about session","value.uuid - External ID":"df40472b-d192-4d0d-87c6-dadfae58270d"},{"DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option UID":"a9jCSQB7xkU","DHIS2 Option Code":"no_transportation_unable_to_attend","DHIS2 Option name":"No transportation / unable to attend","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","value.display - Answers":"No transportation / unable to attend","value.uuid - External ID":"988d1f88-1202-4a13-8ae7-02156b5ccbe2"},{"DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option UID":"A1myk0SonK2","DHIS2 Option Code":"patient_unreachable","DHIS2 Option name":"Patient unreachable","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","value.display - Answers":"Patient unreachable","value.uuid - External ID":"e0f8014a-aa6c-4a59-aa09-ed6e3dad6b47"},{"DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option UID":"DfTWJKP67rN","DHIS2 Option Code":"patient_no_longer_wants_services","DHIS2 Option name":"Patient no longer wants services","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","value.display - Answers":"Patient no longer wants services","value.uuid - External ID":"49da2b46-b7d1-4ba7-ba57-cfe219694a9c"},{"DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option UID":"jtKK82mthKK","DHIS2 Option Code":"patient_was_busy","DHIS2 Option name":"Patient was busy","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","value.display - Answers":"Patient was busy","value.uuid - External ID":"cd1a5f24-c862-4cb6-9ef9-db2f3d46aad2"},{"DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option UID":"tkqMcbSlYzz","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"dLPq55MxBwB","DHIS2 Option Code":"1","DHIS2 Option name":"1. Discharge with the patient’s agreement: end of care","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Discharge with the patient’s agreement: end of care","value.uuid - External ID":"76a8d333-9cdd-4375-b1a2-a2487365d8f3"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"brp4CVnY3jG","DHIS2 Option Code":"2","DHIS2 Option name":"2. Discharge with the patient’s agreement: single consultation","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Discharge with the patient’s agreement: single consultation","value.uuid - External ID":"193d1bc8-5b68-4beb-a319-5278dea965bb"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"YeMJpC1WFDD","DHIS2 Option Code":"3","DHIS2 Option name":"3. Discharge with the patient’s agreement: patient moved","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Discharge with the patient’s agreement: patient moved","value.uuid - External ID":"6df81c5c-1b71-4df2-90b4-7ce57b34f32a"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"QO22EMZRSNa","DHIS2 Option Code":"4","DHIS2 Option name":"4. Discharge with the patient’s agreement: patient referred","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Discharge with the patient’s agreement: patient referred","value.uuid - External ID":"8e67e45a-82de-4a3a-896f-2ef326375fa5"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"dr4ZmvSaUB9","DHIS2 Option Code":"5","DHIS2 Option name":"5. Patient cannot access the service: MSF is no longer there","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Patient cannot access the service: MSF is no longer","value.uuid - External ID":"1cb43f9e-16f1-41d9-af61-ff0ca1bdda6b"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"deCWsA6Ui5b","DHIS2 Option Code":"6","DHIS2 Option name":"6. Patient cannot access the service: transport issues","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Patient cannot access the service: transport issues","value.uuid - External ID":"c6c45e52-4226-45de-989e-010ecc8c5a52"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"nhyIbBRYaWX","DHIS2 Option Code":"7","DHIS2 Option name":"7. Patient cannot access the service: arrested/kidnaped","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Patient cannot access the service: arrested/kidnaped","value.uuid - External ID":"032e96fe-26f1-48e9-ad8f-115c40bd05d7"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"P78sA75FJ2i","DHIS2 Option Code":"8","DHIS2 Option name":"8. Lost to follow up: unable to trace","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Lost to follow up: unable to trace","value.uuid - External ID":"e6e89670-8072-4362-a8d3-20ccf58df7d3"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"hiYHmyIYvrN","DHIS2 Option Code":"9","DHIS2 Option name":"9. Lost to follow up: dissatisfied/different expectations","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Lost to follow up: dissatisfied/different expectations","value.uuid - External ID":"e813870b-c8db-488a-82ab-49b1446d1854"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"nyQCSDpS4zc","DHIS2 Option Code":"10","DHIS2 Option name":"10. Deceased/missing","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Deceased/missing","value.uuid - External ID":"380f61cd-b510-4830-97d8-7010b160c322"},{"DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option UID":"RA1z7oYeLBW","DHIS2 Option Code":"yes","DHIS2 Option name":"Yes","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd"},{"DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option UID":"cULP83r16XQ","DHIS2 Option Code":"no","DHIS2 Option name":"No","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee"},{"DHIS2 DE UID":"nJQ7cGaitte","OptionSet name":"Oedema - ITFC","DHIS2 Option UID":"UgSEjYfPIXs","DHIS2 Option Code":"no","DHIS2 Option name":"No","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Oedema","value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee"},{"DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option UID":"OJR1wOuzdAu","DHIS2 Option Code":"yes","DHIS2 Option name":"Yes","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd"},{"DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option UID":"SzkvKP70Pww","DHIS2 Option Code":"no","DHIS2 Option name":"No","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee"},{"DHIS2 DE UID":"K9QHCnhCULa","OptionSet name":"Yes-no - Cotrimoxazole prophylaxis - ITFC","DHIS2 Option UID":"PWbRKCzIDUM","DHIS2 Option Code":"yes","DHIS2 Option name":"Yes","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd"},{"DHIS2 DE UID":"K9QHCnhCULa","OptionSet name":"Yes-no - Cotrimoxazole prophylaxis - ITFC","DHIS2 Option UID":"zkQoZ3Uq3EM","DHIS2 Option Code":"no","DHIS2 Option name":"No","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee"},{"DHIS2 DE UID":"cG8uCalPdNU","OptionSet name":"Yes-no - Vaccination - Last dose given on site - Hepatitis B at birth - ITFC","DHIS2 Option UID":"sBr9pPNqd28","DHIS2 Option Code":"yes","DHIS2 Option name":"Yes","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site","value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd"},{"DHIS2 DE UID":"cG8uCalPdNU","OptionSet name":"Yes-no - Vaccination - Last dose given on site - Hepatitis B at birth - ITFC","DHIS2 Option UID":"aKS3CymU5Ns","DHIS2 Option Code":"no","DHIS2 Option name":"No","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site","value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee"},{"DHIS2 DE UID":"nHzyndo6Opn","OptionSet name":"Yes-no - Vaccination - Last dose given on site - HPV - ITFC","DHIS2 Option UID":"WklX5Gy9bvP","DHIS2 Option Code":"yes","DHIS2 Option name":"Yes","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd"},{"DHIS2 DE UID":"nHzyndo6Opn","OptionSet name":"Yes-no - Vaccination - Last dose given on site - HPV - ITFC","DHIS2 Option UID":"AhpHRa3pQ00","DHIS2 Option Code":"no","DHIS2 Option name":"No","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee"},{"DHIS2 DE UID":"L33Iqgj6wh8","OptionSet name":"Yes-no - Vaccination - Last dose given on site - PPV 23 - ITFC","DHIS2 Option UID":"OF5xbph1XiN","DHIS2 Option Code":"yes","DHIS2 Option name":"Yes","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd"},{"DHIS2 DE UID":"L33Iqgj6wh8","OptionSet name":"Yes-no - Vaccination - Last dose given on site - PPV 23 - ITFC","DHIS2 Option UID":"ZfPkEIgzMwl","DHIS2 Option Code":"no","DHIS2 Option name":"No","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee"}],"f01MhpssBaseline":{"AuDPJg6gZE7":"82978311-bef9-46f9-9a9a-cc62254b00a6","CLGnlnFqqnk":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","CUdI1BJ5W8G":"92a92f62-3ff6-4944-9ea9-a7af23949bad","DMaLm9u4GCq":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","DlqJSA5VApl":"8fb3bb7d-c935-4b57-8444-1b953470e109","FLIlRjAwn4G":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","H1fMCaOzr8F":"3e97c2d0-15c1-4cfd-884f-7a4721079217","JUabDHhT1wJ":"c1a3ed2d-6d9a-453d-9d93-749164a76413","KSBMR1BDGwx":"1a8bf24f-4f36-4971-aad9-ae77f3525738","KeyiEPc4pII":"82978311-bef9-46f9-9a9a-cc62254b00a6","KjgDauY9v4J":"e08d532b-e56c-43dc-b831-af705654d2dc","MF3RML0HLbP":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","OZViJk8FPVd":"c2664992-8a5a-4a6d-9238-5df591307d55","PCGI7EnvCQS":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","QHrIUMhjZlO":"d516de07-979b-411c-b7e4-bd09cf7d9d91","RiiH9A53rvG":"6d3876be-0a27-466d-ad58-92edcc8c31fb","RnbiVrrSFdm":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","RqsvaPH9vHt":"22809b19-54ca-4d88-8d26-9577637c184e","S22iy8o0iLg":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","SsQqwDBGxjh":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","TWuCY5r2wx7":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","W7cPAi8iXLZ":"819f79e7-b9af-4afd-85d4-2ab677223113","WDY6MkQWyHb":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","YeaUNruqmca":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","YfcNA5bvkxT":"9a8204ca-d908-4157-9285-7c970dbb5287","dfdv3SkeXKe":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","f64XCwzJW02":"41e68dee-a2a3-4e6c-9d96-53def5caff52","hWMBCCA2yy1":"abede172-ba87-4ebe-8054-3afadb181ea3","m8qis4iUOTo":"790b41ce-e1e7-11e8-b02f-0242ac130002","pj5hIE6iyAR":"e08d532b-e56c-43dc-b831-af705654d2dc","qacGXlyyQOS":"a1a75011-0fef-460a-b666-dda2d171f39b","qfYPXP76j8g":"c3c86c1b-07be-4506-ab25-8f35f4389b19","qgfKPlIHjcD":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","qptKDiv9uPl":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","rSIazMFEBjD":"4dae5b12-070f-4153-b1ca-fbec906106e1","tsFOVnlc6lz":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","v0qFX0qv1tX":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","vC3bg9NwJ78":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","yCwuZ0htrlH":"5f6e245c-83fc-421b-8d46-061ac773ae71"},"f02MhpssFollowUp":{"AZUFlZzPN6V":"278d3d1e-c02a-4db1-8ab3-8db3b82eb9b5","C5XtlggtVmd":"a1a75011-0fef-460a-b666-dda2d171f39b","CcA8pc2YqWz":"d9454e9c-6e3c-45ab-8a9a-834a9353ae11","E7MVMTTdvPi":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","EM4ouSS9Kxe":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","F6q03Gan7Ro":"22809b19-54ca-4d88-8d26-9577637c184e","G0hLyxqgcO7":"54e8c1b6-6397-4822-89a4-cf81fbc68ce9","GVTXoz0VrAd":"5f6e245c-83fc-421b-8d46-061ac773ae71","HNZHetAtowR":"d34d5e93-03d6-494e-8f4c-2d7221227162","KjOAmUFJJgs":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","L6Jj7Tppr5q":"e08d532b-e56c-43dc-b831-af705654d2dc","LCdm2xe86ln":"41e68dee-a2a3-4e6c-9d96-53def5caff52","Lw2Kkl2y6mj":"d516de07-979b-411c-b7e4-bd09cf7d9d91","MF3RML0HLbP":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","N6GYmCjAhfh":"6d3876be-0a27-466d-ad58-92edcc8c31fb","OZViJk8FPVd":"c2664992-8a5a-4a6d-9238-5df591307d55","OeA71vAyGZV":"819f79e7-b9af-4afd-85d4-2ab677223113","UlSJrSD78HS":"82978311-bef9-46f9-9a9a-cc62254b00a6","a9J7luvOwhF":"3e97c2d0-15c1-4cfd-884f-7a4721079217","aCTIvKSNndK":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","d8Dok4D8Fl4":"1a8bf24f-4f36-4971-aad9-ae77f3525738","faQI7NN3hyp":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","j8IYwKvxK4q":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","llBTRwwM94C":"abede172-ba87-4ebe-8054-3afadb181ea3","piKsOVnFIXO":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","rGS6S4jyKu3":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","sGEOde9q9p9":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","t4HoHWCYdvm":"790b41ce-e1e7-11e8-b02f-0242ac130002","tloy0Bd9qDf":"d7410cd3-29be-4f8b-93d6-eb4de005db29","vWWl7izQpqd":"82978311-bef9-46f9-9a9a-cc62254b00a6","wvVn2LfmNDO":"8fb3bb7d-c935-4b57-8444-1b953470e109","yTFUtaFJ1QU":"f94de17e-9771-4711-aabb-c5bb0c022be2"},"f03MhgapBaseline":{"DCEJHFQvPWa":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","R3g94vJ2yFR":"22809b19-54ca-4d88-8d26-9577637c184e","TZGKlSVIsN8":"5f6e245c-83fc-421b-8d46-061ac773ae71","VnXwFYqHNqM":"15748787-7372-4022-b5d4-81ff8d6887ca","Yt4NhxZU5Vo":"819f79e7-b9af-4afd-85d4-2ab677223113","f6FhkzfZ5j3":"4dae5b12-070f-4153-b1ca-fbec906106e1","hMcCdEkhhjZ":"f6cefc80-506a-44b0-ab5f-d6f5908cf7a5","pHoZYTrR7N0":"2be92591-da1b-4418-ba49-43b3fc0e4ce5","qacGXlyyQOS":"a1a75011-0fef-460a-b666-dda2d171f39b","xRuC0NQRqZk":"99a8b512-17f9-4a5d-9fd4-80c27500995b"},"f04MhgapFollowUp":{"AZUFlZzPN6V":"278d3d1e-c02a-4db1-8ab3-8db3b82eb9b5","AiUr0KZgS9e":"dbf35880-d18e-4f15-ad9c-97b5b053e14a","C5XtlggtVmd":"f94de17e-9771-4711-aabb-c5bb0c022be2","CcA8pc2YqWz":"d9454e9c-6e3c-45ab-8a9a-834a9353ae11","EYIPzqO7mpZ":"819f79e7-b9af-4afd-85d4-2ab677223113","G0hLyxqgcO7":"54e8c1b6-6397-4822-89a4-cf81fbc68ce9","HNZHetAtowR":"d34d5e93-03d6-494e-8f4c-2d7221227162","MDbDqs5Mwow":"22809b19-54ca-4d88-8d26-9577637c184e","OBAHc3Rljln":"dc072a1a-20d8-4512-9e57-3585a07cb074","WKDFgUTUHWl":"5f6e245c-83fc-421b-8d46-061ac773ae71","faQI7NN3hyp":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","t4HoHWCYdvm":"790b41ce-e1e7-11e8-b02f-0242ac130002","tloy0Bd9qDf":"d7410cd3-29be-4f8b-93d6-eb4de005db29","yTFUtaFJ1QU":"a1a75011-0fef-460a-b666-dda2d171f39b"},"f05MhpssClosure":{"Lht8GKTAHu8":"9e861ef1-e07c-4955-9650-2ebac3138fc3","RoBHeg55Mle":"8a9d2ace-372f-4413-a1c4-8999f55e2de2","TqjvJA0GUOA":"401b2df0-e26f-4f49-9165-6e20a1b8865a","c4TiPRUQ56A":"77f1a782-24af-40ba-bac1-b97d9a080f40","iEdamWl0wzQ":"c64dfacd-2fb5-464d-83a9-ebb9eb8d3ab3","pQG72ee2lkl":"90b3d09c-d296-44d2-8292-8e04377fe027","tsFOVnlc6lz":"6545b874-f44d-4d18-9ab1-7a8bb21c0a15","tvQUeCICtFB":"93eb9716-6866-4d13-9b8f-59c0a7605a11"}} \ No newline at end of file From 04512bae767e1d384f9a16405f3a5b4d79520084 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 28 Oct 2024 11:27:38 +0300 Subject: [PATCH 42/61] Update metadata content --- metadata/metadata_mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/metadata_mapping.json b/metadata/metadata_mapping.json index b4e9715..deb30f6 100644 --- a/metadata/metadata_mapping.json +++ b/metadata/metadata_mapping.json @@ -1 +1 @@ -{"optionSets":[{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":"","DHIS2 Option name":"Male","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":"","DHIS2 Option name":"Female","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option UID":"OcJsz1BOHTf","DHIS2 Option Code":"","DHIS2 Option name":"Transgender male","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Transgender male","value.uuid - External ID":"37ccc7b5-0d1d-48d3-87a6-aee614bb500f"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option UID":"l8RshnosXNy","DHIS2 Option Code":"","DHIS2 Option name":"Transgender female","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Transgender female","value.uuid - External ID":"1226d253-376f-4e73-9ae2-36c7e9362e8b"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option UID":"V8RXdmOdY8L","DHIS2 Option Code":"","DHIS2 Option name":"Gender variant - Non conforming","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Gender variant - Non conforming","value.uuid - External ID":"810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option UID":"QQzTV76xGfF","DHIS2 Option Code":"","DHIS2 Option name":"Prefer not to answer","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Prefer not to answer","value.uuid - External ID":"245151ca-691e-4d5a-a792-64cb573e2b34"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":"","DHIS2 Option name":"Unknown","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":"","DHIS2 Option name":"Male","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":"","DHIS2 Option name":"Female","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7"},{"DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":"","DHIS2 Option name":"Unknown","DHIS2 DE full name":"Sex","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8"},{"DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option UID":"ytN3iatLPSV","DHIS2 Option Code":"new_admission","DHIS2 Option name":"New admission","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 Option Set UID":"GL - Admission type","value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130"},{"DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option UID":"j7Omz3uFWvT","DHIS2 Option Code":"readmission","DHIS2 Option name":"Readmission","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 Option Set UID":"GL - Admission type","value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf"},{"DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option UID":"wYldfEstUDw","DHIS2 Option Code":"new_admission","DHIS2 Option name":"New admission","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130"},{"DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option UID":"Rpcv8mgy0LH","DHIS2 Option Code":"readmission","DHIS2 Option name":"Readmission","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf"},{"DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option UID":"JMnQs1hB0kK","DHIS2 Option Code":"individual","DHIS2 Option name":"Individual","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87"},{"DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option UID":"mD02hgMyFVD","DHIS2 Option Code":"couple","DHIS2 Option name":"Couple","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978"},{"DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option UID":"hv96C4ctfZI","DHIS2 Option Code":"family","DHIS2 Option name":"Family","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9"},{"DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option UID":"PNWXisyNbE4","DHIS2 Option Code":"mother_child","DHIS2 Option name":"Parent-Child","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd"},{"DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option UID":"BWaOLwO6b6A","DHIS2 Option Code":"individual","DHIS2 Option name":"Individual","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87"},{"DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option UID":"He6N2xKBXcT","DHIS2 Option Code":"couple","DHIS2 Option name":"Couple","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978"},{"DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option UID":"Njlwl5xyuyO","DHIS2 Option Code":"family","DHIS2 Option name":"Family","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9"},{"DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option UID":"A1dYYhmV4ob","DHIS2 Option Code":"mother_child","DHIS2 Option name":"Parent-Child","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd"},{"DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option UID":"sOoJSyT6ZDO","DHIS2 Option Code":"individual","DHIS2 Option name":"Individual","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 Option Set UID":"Mental Health - Type of consultation","value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87"},{"DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option UID":"HTeXUWFE4P6","DHIS2 Option Code":"couple","DHIS2 Option name":"Couple","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 Option Set UID":"Mental Health - Type of consultation","value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978"},{"DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option UID":"VsbQQh86Jlb","DHIS2 Option Code":"family","DHIS2 Option name":"Family","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 Option Set UID":"Mental Health - Type of consultation","value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9"},{"DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist","DHIS2 Option name":"Psychologist","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 Option Set UID":"Mental health - Consultation done by","value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98"},{"DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor","DHIS2 Option name":"Counsellor","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 Option Set UID":"Mental health - Consultation done by","value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331"},{"DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option UID":"r4XbBWmqXmu","DHIS2 Option Code":"health_center","DHIS2 Option name":"Health facility","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","value.display - Answers":"Health facility","value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d"},{"DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option UID":"QjHFWlrDAi3","DHIS2 Option Code":"msf_health_facility","DHIS2 Option name":"MSF health facility","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","value.display - Answers":"MSF health facility","value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52"},{"DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option UID":"SENCNKONSMT","DHIS2 Option Code":"mobile_clinic","DHIS2 Option name":"Mobile clinic","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","value.display - Answers":"Mobile clinic","value.uuid - External ID":"48984e47-3e9b-4d8e-a66d-317af5c36f02"},{"DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option UID":"Klk9UQeoyeM","DHIS2 Option Code":"home","DHIS2 Option name":"Home","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","value.display - Answers":"Home visit","value.uuid - External ID":"bd5bf44b-164c-415c-8bff-b1d4849928d3"},{"DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option UID":"mKGlluwx83y","DHIS2 Option Code":"school","DHIS2 Option name":"School","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","value.display - Answers":"School visit","value.uuid - External ID":"7091b6ea-7067-4ee3-9f67-8805904e2f61"},{"DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option UID":"CL7Yj72PgmV","DHIS2 Option Code":"remote_phone","DHIS2 Option name":"Remote / Phone","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","value.display - Answers":"Remote / phone","value.uuid - External ID":"398ce872-5862-4826-bba8-826915eddf98"},{"DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option UID":"MSRu3TwArTh","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"aCTIvKSNndK","OptionSet name":"Consultation done by - MHPSS follow-up","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist","DHIS2 Option name":"Psychologist","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation done by","DHIS2 Option Set UID":"Mental health - Consultation done by","value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98"},{"DHIS2 DE UID":"aCTIvKSNndK","OptionSet name":"Consultation done by - MHPSS follow-up","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor","DHIS2 Option name":"Counsellor","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation done by","DHIS2 Option Set UID":"Mental health - Consultation done by","value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331"},{"DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b"},{"DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4"},{"DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b"},{"DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"hUkr13HVkFe","DHIS2 Option Code":"inpatient_department","DHIS2 Option name":"IPD MSF","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"IPD MSF","value.uuid - External ID":"d17350e6-12de-4454-b902-58c2fc1e59aa"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"v1uQIEM3yTP","DHIS2 Option Code":"emergency_department","DHIS2 Option name":"ER MSF","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Emergency department MSF","value.uuid - External ID":"c709f78b-5787-4c7e-b5bd-66aad28f7ff4"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"vcsgSPTyIPC","DHIS2 Option Code":"primary_health_center","DHIS2 Option name":"Primary Health Center MSF","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Primary Health Center MSF","value.uuid - External ID":"82815438-a49d-48d7-a67f-dd294aa3c1e2"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"xihtGfyAQG9","DHIS2 Option Code":"sensitization","DHIS2 Option name":"HP / Sensitization","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Health Promotion/sensitization","value.uuid - External ID":"edb619d5-309f-45db-9521-70fcc22b30aa"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"csTGh6JIRmf","DHIS2 Option Code":"other_msf_staff","DHIS2 Option name":"Other MSF staff","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Other MSF personnel","value.uuid - External ID":"200a3de4-00a7-4a2e-a113-852013d6f4c5"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"cuIef31D5QL","DHIS2 Option Code":"social_work_msf","DHIS2 Option name":"MSF social worker","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"MSF social worker","value.uuid - External ID":"92f7c3e2-89e1-4ebd-9da9-7c2976de815c"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"bZZjZast35n","DHIS2 Option Code":"other_health_structure","DHIS2 Option name":"Other Health Structure","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Other health structure","value.uuid - External ID":"923c6b39-4094-45e4-95ab-b44f7a381980"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"NIXRVxxeiLm","DHIS2 Option Code":"hw_local","DHIS2 Option name":"Local health worker non MSF","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Local health worker (non-MSF)","value.uuid - External ID":"54054512-7317-45c4-9494-f74be6ab4549"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"eHP0GjRUPx4","DHIS2 Option Code":"institutions_church_ngo_international_agencies","DHIS2 Option name":"Institutions (Church, NGO, International Agencies)","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Institutions (NGOs/Church/IGO)","value.uuid - External ID":"f9688da4-cdcf-4cb3-90c2-263812fa064f"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"riMSWiZKZ2Q","DHIS2 Option Code":"self_referral","DHIS2 Option name":"Self Referral","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"bDu4hsAwaAB","DHIS2 Option Code":"family_friend_neighbor","DHIS2 Option name":"Family / Friend / Neighbor","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Family member / friend /neighbor","value.uuid - External ID":"a8432309-bc74-4da0-8639-76988c02cbb5"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"waFIAukspK9","DHIS2 Option Code":"community_leader","DHIS2 Option name":"Community leader","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Community leader","value.uuid - External ID":"8b93d848-9e20-41b3-94e5-895a356e5ed7"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"ipYSgBna9cP","DHIS2 Option Code":"school_university","DHIS2 Option name":"School / University","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"School / University","value.uuid - External ID":"98b1e458-2d46-4025-b912-7340f9d39610"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"gh5agL1I7Nz","DHIS2 Option Code":"authorities","DHIS2 Option name":"Authorities","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Authorities","value.uuid - External ID":"80575f44-be81-4694-aba4-012999328339"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"DqMj4xwn5EC","DHIS2 Option Code":"legal_attorney_office","DHIS2 Option name":"Legal attorney office","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Legal attorney office","value.uuid - External ID":"14940a46-5cce-4744-ac2a-c2d1fdc64e11"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"EDDo3uX7Hjp","DHIS2 Option Code":"fiscalia_de_la_mujer","DHIS2 Option name":"Prosecutor office","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Prosecutor office","value.uuid - External ID":"b989e916-8299-40f6-9a92-c0c8d8e70f20"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"qkalVIdgmBS","DHIS2 Option Code":"medicina_forense","DHIS2 Option name":"Forensic department","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Forensic department","value.uuid - External ID":"f85b0def-4af3-4901-839d-0a9dc8ace318"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"LCk7N10isIp","DHIS2 Option Code":"chow","DHIS2 Option name":"CHOW","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"CHOW (Community Health Outreach Worker)","value.uuid - External ID":"127bfdc9-8059-4421-a3cc-967bfbfee0ce"},{"DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option UID":"PWjmOym543x","DHIS2 Option Code":"community_educattor","DHIS2 Option name":"Community educator","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","value.display - Answers":"Community educator","value.uuid - External ID":"410a0731-cb41-4181-9897-6eb9894bf7b8"},{"DHIS2 DE UID":"EqfHPdSmUyv","OptionSet name":"Patient referred by - ITFC","DHIS2 Option UID":"snH8Rb7148A","DHIS2 Option Code":"self_referred","DHIS2 Option name":"Self-referral","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - by whom / from where","value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems","DHIS2 Option name":"1.2 Eating problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems","DHIS2 Option name":"1.5 Sexual problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood","DHIS2 Option name":"2.1 Sad mood","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness","DHIS2 Option name":"2.4 Hopelessness","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress","DHIS2 Option name":"3.1 Constant stress","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry","DHIS2 Option name":"3.2 Persistent worry","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks","DHIS2 Option name":"4.2 Flashbacks","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.1 Problems with concentration, memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity","DHIS2 Option name":"7.5 Impulsivity","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development","DHIS2 Option name":"7.6 Regression in development","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other","DHIS2 Option name":"8.1 Other (specify)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems","DHIS2 Option name":"1.2 Eating problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems","DHIS2 Option name":"1.5 Sexual problems","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood","DHIS2 Option name":"2.1 Sad mood","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness","DHIS2 Option name":"2.4 Hopelessness","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress","DHIS2 Option name":"3.1 Constant stress","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry","DHIS2 Option name":"3.2 Persistent worry","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks","DHIS2 Option name":"4.2 Flashbacks","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.1 Problems with concentration memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity","DHIS2 Option name":"7.5 Impulsivity","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development","DHIS2 Option name":"7.6 Regression in development","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738"},{"DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Other symptoms","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other","DHIS2 Option name":"8.1 Other (specify)","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"I2TnSpzmNZV","DHIS2 Option Code":"acute_stress_reaction","DHIS2 Option name":"Acute stress reaction","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"1. Acute stress reaction","value.uuid - External ID":"a2f8295b-1259-481f-8ef3-34e213b7b4d6"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"fiMmy7FVXqj","DHIS2 Option Code":"bereavement_grief","DHIS2 Option name":"Bereavement / grief","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"2. Bereavement/grief","value.uuid - External ID":"7d486d0c-0e2b-475d-8e17-07296cc624b9"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"GtXv2BevE4i","DHIS2 Option Code":"ptsd","DHIS2 Option name":"Post-Traumatic Stress Disorder","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"3. Post-Traumatic Stress Disorder","value.uuid - External ID":"ec7a63e8-5d0b-4dcf-8f72-7529c1df699a"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"DzEHTmwsbwz","DHIS2 Option Code":"dissociative_onversive_disorder","DHIS2 Option name":"Dissociative / Conversive disorder","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"4. Conversion/Dissociative reaction","value.uuid - External ID":"58881584-4f0e-4cf3-b2bf-d9f0898ae106"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"RBjv7HDiR95","DHIS2 Option Code":"anxiety_disorder","DHIS2 Option name":"Anxiety Disorder","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"5. Anxiety Disorder","value.uuid - External ID":"2564bdee-c24c-4d96-903e-d44010f2a8ec"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"bCJLe9PMYeL","DHIS2 Option Code":"mups","DHIS2 Option name":"Medically Unexplained Physical Symptoms","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"6. Medically Unexplained Physical Symptoms (MUPS)","value.uuid - External ID":"9df01581-6135-4876-8fb8-cbaaa522064e"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"cBAzRxJxoKF","DHIS2 Option Code":"depression","DHIS2 Option name":"Depression","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"7. Depression","value.uuid - External ID":"2066f043-2f21-4c19-8c04-77301d7404f9"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"StKvhy342Ik","DHIS2 Option Code":"self_harm_suicide","DHIS2 Option name":"Self-harm / suicide","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"8. Self-harming behavior/suicide attempt","value.uuid - External ID":"b27187bd-e94a-4dbc-9a77-46c0cefad25a"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"RU3BLFqOhZe","DHIS2 Option Code":"acute_psychosis","DHIS2 Option name":"Acute psychosis","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"9. Acute psychosis (incl. post-partum psychosis)","value.uuid - External ID":"b33dac1c-b0c0-4fcd-b639-661bb6678924"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"ndznYG4Vbbs","DHIS2 Option Code":"chronic_psychosis","DHIS2 Option name":"Chronic psychosis","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"10. Chronic psychosis (incl. schizophrenia)","value.uuid - External ID":"97f1f41-b0c7-407d-b95f-b1e26c3fd23c"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"V30FRwMiqy7","DHIS2 Option Code":"bipolar_disorder","DHIS2 Option name":"Bipolar disorder","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"11. Bipolar disorder (incl. mania)","value.uuid - External ID":"1ba02bf8-6bbe-46a6-baff-d18b5c9f6425"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"Ef59Tr7bwiG","DHIS2 Option Code":"enuresis","DHIS2 Option name":"Enuresis","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"12. Enuresis / Encopresis","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"veb2vWtp2QT","DHIS2 Option Code":"developmental_disorder","DHIS2 Option name":"Developmental disorder (incl. intellectual disability, autism)","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"13. Developmental disorder (incl. intellectual disability, autism)","value.uuid - External ID":"63f73696-3d7c-4dc5-8c16-5382c20c3f9f"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"k6LNSHULzvA","DHIS2 Option Code":"childhood_behavioral_disorder","DHIS2 Option name":"Childhood behavioral disorder","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"14. Childhood behavioral disorder (incl. ADHD, conduct disorder)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"JznaioxOZKP","DHIS2 Option Code":"childhood_emotional_disorder","DHIS2 Option name":"Childhood emotional disorder","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"15. Childhood emotional disorder","value.uuid - External ID":"52d85e63-b238-4161-985c-97f75ad80c9a"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"HllN5G1TKNb","DHIS2 Option Code":"substance_related_disorders","DHIS2 Option name":"Substance-related disorders","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"16. Substance-related disorder","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"KYmRwgkkgsl","DHIS2 Option Code":"epilepsy_seizures","DHIS2 Option name":"Epilepsy / seizures","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"17. Epilepsy / seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"G7j5nsi8r7T","DHIS2 Option Code":"other_disorder_specify","DHIS2 Option name":"Other disorder, specify","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"18. Other disorder","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option UID":"qNroeJqYQmn","DHIS2 Option Code":"no_diagnosis","DHIS2 Option name":"No diagnosis","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","value.display - Answers":"19. No diagnosis","value.uuid - External ID":"dc77c73a-5ce5-4aac-821e-81f19f81b65f"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"YLwstT7QxPg","DHIS2 Option Code":"1_psychosomatic","DHIS2 Option name":"1. Psychosomatic","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"1. Psychosomatic","value.uuid - External ID":"c899d33a-adde-4c70-ad65-2326b8843e3b"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"IEdTLNPdysy","DHIS2 Option Code":"2_depression_related","DHIS2 Option name":"2. Depression related","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"2. Depression related","value.uuid - External ID":"7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"WgBIYmHZdJc","DHIS2 Option Code":"3_anxiety_related","DHIS2 Option name":"3. Anxiety related","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"3. Anxiety related","value.uuid - External ID":"241b3278-3803-478b-8484-70e2b17e5543"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"vC3XeVwbmLY","DHIS2 Option Code":"4_trauma_related","DHIS2 Option name":"4. Trauma related","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"4. Trauma related","value.uuid - External ID":"3a0c003c-9149-4a5f-a236-ed5d61231950"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"NuEhgdvdwHA","DHIS2 Option Code":"5_psychosis_related","DHIS2 Option name":"5. Psychosis related","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"5. Psychosis related","value.uuid - External ID":"612c130a-0ae9-4565-af09-b5437334c742"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"x9vk1fImSr7","DHIS2 Option Code":"6_neuro_cognitive_problems","DHIS2 Option name":"6. Neuro cognitive problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"6. Neuro cognitive problems","value.uuid - External ID":"a5b552b6-44db-42f1-a436-6f2f12de471e"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"S5v9RKrCwIx","DHIS2 Option Code":"7_behaviour_problems","DHIS2 Option name":"7. Behaviour problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"7. Behaviour problems","value.uuid - External ID":"5b271a75-d44b-466a-8baf-71153dc1895c"},{"DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option UID":"GaJQMD4oqS5","DHIS2 Option Code":"8_other_symptoms","DHIS2 Option name":"8. Other symptoms","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","value.display - Answers":"8. Other symptoms","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option UID":"Syw1PVWr0UX","DHIS2 Option Code":"1_3_days","DHIS2 Option name":"1 - 3 days","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","value.display - Answers":"1 - 3 days","value.uuid - External ID":"a3d78d0a-613d-46ab-ae00-de985dd822eb"},{"DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option UID":"jVQNrNJHHkN","DHIS2 Option Code":"4_7_days","DHIS2 Option name":"4 - 7 days","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","value.display - Answers":"4 - 7 days","value.uuid - External ID":"7a5a7a86-1ebf-4309-915a-d58e6c907db1"},{"DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option UID":"IcUeaP23Ayu","DHIS2 Option Code":"1_4_weeks","DHIS2 Option name":"1 - 4 weeks","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","value.display - Answers":"1 - 4 weeks","value.uuid - External ID":"d5ea3587-be05-4b66-809c-3c63481300b3"},{"DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option UID":"qgvtHQTTScW","DHIS2 Option Code":"1_6_months","DHIS2 Option name":"1 - 6 months","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","value.display - Answers":"1 - 6 months","value.uuid - External ID":"a2ffa3e1-eabe-4417-af29-09ea962d584e"},{"DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option UID":"y6MYfCvaJkX","DHIS2 Option Code":"6_12_months","DHIS2 Option name":"6 - 12 months","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","value.display - Answers":"6 - 12 months","value.uuid - External ID":"f9c40a2d-7e94-418b-b222-e73959845e4d"},{"DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option UID":"ACcQT2fwiwz","DHIS2 Option Code":">1_year","DHIS2 Option name":"> 1 year","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","value.display - Answers":"> 1 year","value.uuid - External ID":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-s_score|0","DHIS2 Option name":"0","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-s_score|1","DHIS2 Option name":"1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"1 - Normal/not ill","value.uuid - External ID":"d884d3dd-7649-4260-b139-2d740baf9767"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-s_score|2","DHIS2 Option name":"2","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"2 - Suspected mentally ill","value.uuid - External ID":"031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-s_score|3","DHIS2 Option name":"3","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"3 - Mildly ill","value.uuid - External ID":"c90610d0-29ee-437e-af93-7bcc49fda2f1"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-s_score|4","DHIS2 Option name":"4","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"4 - Moderately ill","value.uuid - External ID":"e81cfac7-6c80-4e1b-af86-3d896c9bbdac"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-s_score|5","DHIS2 Option name":"5","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"5 - Markedly ill","value.uuid - External ID":"cf122053-f10b-4450-89e1-ed9adabb413c"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-s_score|6","DHIS2 Option name":"6","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"6 - Severely ill","value.uuid - External ID":"a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-s_score|7","DHIS2 Option name":"7","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"7 - Extremely ill patient","value.uuid - External ID":"0f115f25-cdd0-49c3-b009-ba9acb041fef"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-i_score|0","DHIS2 Option name":"0","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-i_score|1","DHIS2 Option name":"1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"1 - Very much improved","value.uuid - External ID":"7f91e377-d1bf-4d59-b2fd-ad21c08a833a"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-i_score|2","DHIS2 Option name":"2","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"2 - Much improved","value.uuid - External ID":"a8db8105-87a7-47b9-8aad-7b524ed8f530"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-i_score|3","DHIS2 Option name":"3","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"3 - Minimally improved","value.uuid - External ID":"e19f352f-b693-434a-af4d-2813487de15c"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-i_score|4","DHIS2 Option name":"4","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"4 - No change","value.uuid - External ID":"6e4cc3f3-9e9a-4fd6-ac3e-cf2acd701c91"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-i_score|5","DHIS2 Option name":"5","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"5 - Minimally worse","value.uuid - External ID":"65ff54d3-f624-463d-8da9-655c3586ad1f"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-i_score|6","DHIS2 Option name":"6","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"6 - Much worse","value.uuid - External ID":"a666c8f2-d5c8-4646-9a89-cfb597bb5380"},{"DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-i_score|7","DHIS2 Option name":"7","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","value.display - Answers":"7 - Very much worse","value.uuid - External ID":"ece17856-b110-4453-9bc5-a92891f86846"},{"DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual","DHIS2 Option name":"Sexual","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304"},{"DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical","DHIS2 Option name":"Physical","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97"},{"DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal","DHIS2 Option name":"Verbal","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d"},{"DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic","DHIS2 Option name":"Psychological","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd"},{"DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical","DHIS2 Option name":"Physical","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97"},{"DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic","DHIS2 Option name":"Psychological","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd"},{"DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual","DHIS2 Option name":"Sexual","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304"},{"DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal","DHIS2 Option name":"Verbal","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d"},{"DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical","DHIS2 Option name":"Physical","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97"},{"DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic","DHIS2 Option name":"Psychological","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd"},{"DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual","DHIS2 Option name":"Sexual","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304"},{"DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal","DHIS2 Option name":"Verbal","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d"},{"DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option UID":"rboxGBCpxP5","DHIS2 Option Code":"< 24 hrs","DHIS2 Option name":"< 24 hrs","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","value.display - Answers":"< 24 hrs","value.uuid - External ID":"63a236d1-add1-49ec-88c9-8e89108a71f2"},{"DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option UID":"Fi67snqrRPm","DHIS2 Option Code":"24 -72hrs","DHIS2 Option name":"24 -72hrs","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","value.display - Answers":"24 -72hrs","value.uuid - External ID":"8d9cf61e-1f64-4f25-b202-52da17e8c634"},{"DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option UID":"W90N4TbsQYD","DHIS2 Option Code":"less_than_1_month","DHIS2 Option name":"Less than 1 month","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","value.display - Answers":"Less than 1 month","value.uuid - External ID":"0e298528-7c8c-4724-a24f-d71ee7c1ebea"},{"DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option UID":"NEIhaoKeaqc","DHIS2 Option Code":"less_than_1_year","DHIS2 Option name":"Less than 1 year","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","value.display - Answers":"Less than 1 year","value.uuid - External ID":"b5b58ef8-1bdf-4c14-9384-afbeb848d571"},{"DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option UID":"ifUaNyIglm3","DHIS2 Option Code":">= 1_year","DHIS2 Option name":">= 1 year","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","value.display - Answers":">= 1 year","value.uuid - External ID":"4a17e0a6-1add-49a6-9831-d8ad7c647ec9"},{"DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option UID":"Ldq2j9ZBfMI","DHIS2 Option Code":"unknown","DHIS2 Option name":"Unknown","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation","DHIS2 Option name":"2.6 Deportation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence","DHIS2 Option name":"2.7 Domestic violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats","DHIS2 Option name":"2.8 Received threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage","DHIS2 Option name":"2.19 Child marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income","DHIS2 Option name":"3.5 Loss of income","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems","DHIS2 Option name":"3.7 Relationship problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents","DHIS2 Option name":"4.2 Road accidents","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems","DHIS2 Option name":"5.1 Financial problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify","DHIS2 Option name":"5.3 Other, specify","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation","DHIS2 Option name":"2.6 Deportation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence","DHIS2 Option name":"2.7 Domestic violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats","DHIS2 Option name":"2.8 Received threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage","DHIS2 Option name":"2.19 Child marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income","DHIS2 Option name":"3.5 Loss of income","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems","DHIS2 Option name":"3.7 Relationship problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents","DHIS2 Option name":"4.2 Road accidents","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems","DHIS2 Option name":"5.1 Financial problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8"},{"DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify","DHIS2 Option name":"5.3 Other, specify","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage","DHIS2 Option name":"2.19 Child marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation","DHIS2 Option name":"2.6 Deportation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence","DHIS2 Option name":"2.7 Domestic violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats","DHIS2 Option name":"2.8 Received threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income","DHIS2 Option name":"3.5 Loss of income","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems","DHIS2 Option name":"3.7 Relationship problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents","DHIS2 Option name":"4.2 Road accidents","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems","DHIS2 Option name":"5.1 Financial problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8"},{"DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify","DHIS2 Option name":"5.3 Other, specify","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage","DHIS2 Option name":"2.19 Child marriage","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation","DHIS2 Option name":"2.6 Deportation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence","DHIS2 Option name":"2.7 Domestic violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats","DHIS2 Option name":"2.8 Received threats","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income","DHIS2 Option name":"3.5 Loss of income","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems","DHIS2 Option name":"3.7 Relationship problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents","DHIS2 Option name":"4.2 Road accidents","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems","DHIS2 Option name":"5.1 Financial problems","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8"},{"DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify","DHIS2 Option name":"5.3 Other, specify","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option UID":"EdVWOgMdfNc","DHIS2 Option Code":"1_medical_conditions","DHIS2 Option name":"1. Medical Conditions","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","value.display - Answers":"Medical Conditions","value.uuid - External ID":"e8846576-7fae-4ae1-b747-48eccd524d4d"},{"DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option UID":"od6MVdk4TOT","DHIS2 Option Code":"2_violence","DHIS2 Option name":"2. Violence","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","value.display - Answers":"Violence","value.uuid - External ID":"0d56f886-875b-4932-a0c2-cde2886a286c"},{"DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option UID":"Mc24Je2EJ4Q","DHIS2 Option Code":"3_separation_or_loss","DHIS2 Option name":"3. Separation or Loss","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","value.display - Answers":"Separation or Loss","value.uuid - External ID":"2e8cee73-d7ec-490f-8422-30bc7615e24d"},{"DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option UID":"iHgeTnhykW6","DHIS2 Option Code":"4_disaster","DHIS2 Option name":"4. Disaster","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","value.display - Answers":"Disaster","value.uuid - External ID":"73fcb975-b93d-4de6-bd42-dfeb1a221412"},{"DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option UID":"vITRvVrsOKr","DHIS2 Option Code":"5_other","DHIS2 Option name":"5. Other","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"BDhNTdJWTFA","DHIS2 Option Code":"medical_attention_msf_moh_ngo","DHIS2 Option name":"Medical attention (MSF, MoH, NGO)","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Medical care (MSF, MoH, NGO)","value.uuid - External ID":"5f121c90-eca2-4af4-bc2f-49ad1a50ff2e"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"x2caKDwJiQT","DHIS2 Option Code":"psychiatric_care","DHIS2 Option name":"MSF psychiatric services","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"MSF psychiatric services","value.uuid - External ID":"485939c5-1e77-4495-b5e1-77fb2abbcfd7"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"OdNA1Ql2kCX","DHIS2 Option Code":"non_msf_psychiatrist","DHIS2 Option name":"Non-MSF psychiatrist services","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Non-MSF psychiatrist services","value.uuid - External ID":"489b042d-5ed4-436f-944c-27b7f31bef3f"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"ShYuCnlXhfi","DHIS2 Option Code":"msf_social_worker","DHIS2 Option name":"Social services","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Social services","value.uuid - External ID":"978fa5d2-e6c4-4b2a-a293-73c098de0af6"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"K2opinEAoOm","DHIS2 Option Code":"legal_services","DHIS2 Option name":"Legal services","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Legal services","value.uuid - External ID":"8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"bsyZzHUInhX","DHIS2 Option Code":"protection_services","DHIS2 Option name":"Protection services","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Protection services","value.uuid - External ID":"eff27d0b-d485-4983-814f-febbc4fe185a"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"wivtq78V9eS","DHIS2 Option Code":"hospitalisation","DHIS2 Option name":"Hospitalisation","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Hospitalisation","value.uuid - External ID":"6b8fca2d-0147-4dd8-a8f5-3b813152b952"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"WwdmMnGtj4o","DHIS2 Option Code":"chw","DHIS2 Option name":"CHW","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"CHW","value.uuid - External ID":"9bcbf231-c6ca-41c4-b247-bc4bced260c3"},{"DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"fk4VUQLs8wJ","OptionSet name":"Type of referral - ITFC","DHIS2 Option UID":"pDZWLoOisyT","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - External referral: place 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - External referral","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option UID":"K10sA9MeyuB","DHIS2 Option Code":"patient_forgot_about_session","DHIS2 Option name":"Patient forgot about session","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","value.display - Answers":"Patient forgot about session","value.uuid - External ID":"df40472b-d192-4d0d-87c6-dadfae58270d"},{"DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option UID":"a9jCSQB7xkU","DHIS2 Option Code":"no_transportation_unable_to_attend","DHIS2 Option name":"No transportation / unable to attend","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","value.display - Answers":"No transportation / unable to attend","value.uuid - External ID":"988d1f88-1202-4a13-8ae7-02156b5ccbe2"},{"DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option UID":"A1myk0SonK2","DHIS2 Option Code":"patient_unreachable","DHIS2 Option name":"Patient unreachable","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","value.display - Answers":"Patient unreachable","value.uuid - External ID":"e0f8014a-aa6c-4a59-aa09-ed6e3dad6b47"},{"DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option UID":"DfTWJKP67rN","DHIS2 Option Code":"patient_no_longer_wants_services","DHIS2 Option name":"Patient no longer wants services","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","value.display - Answers":"Patient no longer wants services","value.uuid - External ID":"49da2b46-b7d1-4ba7-ba57-cfe219694a9c"},{"DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option UID":"jtKK82mthKK","DHIS2 Option Code":"patient_was_busy","DHIS2 Option name":"Patient was busy","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","value.display - Answers":"Patient was busy","value.uuid - External ID":"cd1a5f24-c862-4cb6-9ef9-db2f3d46aad2"},{"DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option UID":"tkqMcbSlYzz","DHIS2 Option Code":"other","DHIS2 Option name":"Other","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"dLPq55MxBwB","DHIS2 Option Code":"1","DHIS2 Option name":"1. Discharge with the patient’s agreement: end of care","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Discharge with the patient’s agreement: end of care","value.uuid - External ID":"76a8d333-9cdd-4375-b1a2-a2487365d8f3"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"brp4CVnY3jG","DHIS2 Option Code":"2","DHIS2 Option name":"2. Discharge with the patient’s agreement: single consultation","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Discharge with the patient’s agreement: single consultation","value.uuid - External ID":"193d1bc8-5b68-4beb-a319-5278dea965bb"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"YeMJpC1WFDD","DHIS2 Option Code":"3","DHIS2 Option name":"3. Discharge with the patient’s agreement: patient moved","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Discharge with the patient’s agreement: patient moved","value.uuid - External ID":"6df81c5c-1b71-4df2-90b4-7ce57b34f32a"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"QO22EMZRSNa","DHIS2 Option Code":"4","DHIS2 Option name":"4. Discharge with the patient’s agreement: patient referred","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Discharge with the patient’s agreement: patient referred","value.uuid - External ID":"8e67e45a-82de-4a3a-896f-2ef326375fa5"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"dr4ZmvSaUB9","DHIS2 Option Code":"5","DHIS2 Option name":"5. Patient cannot access the service: MSF is no longer there","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Patient cannot access the service: MSF is no longer","value.uuid - External ID":"1cb43f9e-16f1-41d9-af61-ff0ca1bdda6b"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"deCWsA6Ui5b","DHIS2 Option Code":"6","DHIS2 Option name":"6. Patient cannot access the service: transport issues","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Patient cannot access the service: transport issues","value.uuid - External ID":"c6c45e52-4226-45de-989e-010ecc8c5a52"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"nhyIbBRYaWX","DHIS2 Option Code":"7","DHIS2 Option name":"7. Patient cannot access the service: arrested/kidnaped","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Patient cannot access the service: arrested/kidnaped","value.uuid - External ID":"032e96fe-26f1-48e9-ad8f-115c40bd05d7"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"P78sA75FJ2i","DHIS2 Option Code":"8","DHIS2 Option name":"8. Lost to follow up: unable to trace","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Lost to follow up: unable to trace","value.uuid - External ID":"e6e89670-8072-4362-a8d3-20ccf58df7d3"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"hiYHmyIYvrN","DHIS2 Option Code":"9","DHIS2 Option name":"9. Lost to follow up: dissatisfied/different expectations","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Lost to follow up: dissatisfied/different expectations","value.uuid - External ID":"e813870b-c8db-488a-82ab-49b1446d1854"},{"DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option UID":"nyQCSDpS4zc","DHIS2 Option Code":"10","DHIS2 Option name":"10. Deceased/missing","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 Option Set UID":"Mental Health - Type of closure","value.display - Answers":"Deceased/missing","value.uuid - External ID":"380f61cd-b510-4830-97d8-7010b160c322"},{"DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option UID":"RA1z7oYeLBW","DHIS2 Option Code":"yes","DHIS2 Option name":"Yes","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd"},{"DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option UID":"cULP83r16XQ","DHIS2 Option Code":"no","DHIS2 Option name":"No","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee"},{"DHIS2 DE UID":"nJQ7cGaitte","OptionSet name":"Oedema - ITFC","DHIS2 Option UID":"UgSEjYfPIXs","DHIS2 Option Code":"no","DHIS2 Option name":"No","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Oedema","value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee"},{"DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option UID":"OJR1wOuzdAu","DHIS2 Option Code":"yes","DHIS2 Option name":"Yes","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd"},{"DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option UID":"SzkvKP70Pww","DHIS2 Option Code":"no","DHIS2 Option name":"No","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee"},{"DHIS2 DE UID":"K9QHCnhCULa","OptionSet name":"Yes-no - Cotrimoxazole prophylaxis - ITFC","DHIS2 Option UID":"PWbRKCzIDUM","DHIS2 Option Code":"yes","DHIS2 Option name":"Yes","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd"},{"DHIS2 DE UID":"K9QHCnhCULa","OptionSet name":"Yes-no - Cotrimoxazole prophylaxis - ITFC","DHIS2 Option UID":"zkQoZ3Uq3EM","DHIS2 Option Code":"no","DHIS2 Option name":"No","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee"},{"DHIS2 DE UID":"cG8uCalPdNU","OptionSet name":"Yes-no - Vaccination - Last dose given on site - Hepatitis B at birth - ITFC","DHIS2 Option UID":"sBr9pPNqd28","DHIS2 Option Code":"yes","DHIS2 Option name":"Yes","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site","value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd"},{"DHIS2 DE UID":"cG8uCalPdNU","OptionSet name":"Yes-no - Vaccination - Last dose given on site - Hepatitis B at birth - ITFC","DHIS2 Option UID":"aKS3CymU5Ns","DHIS2 Option Code":"no","DHIS2 Option name":"No","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site","value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee"},{"DHIS2 DE UID":"nHzyndo6Opn","OptionSet name":"Yes-no - Vaccination - Last dose given on site - HPV - ITFC","DHIS2 Option UID":"WklX5Gy9bvP","DHIS2 Option Code":"yes","DHIS2 Option name":"Yes","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd"},{"DHIS2 DE UID":"nHzyndo6Opn","OptionSet name":"Yes-no - Vaccination - Last dose given on site - HPV - ITFC","DHIS2 Option UID":"AhpHRa3pQ00","DHIS2 Option Code":"no","DHIS2 Option name":"No","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee"},{"DHIS2 DE UID":"L33Iqgj6wh8","OptionSet name":"Yes-no - Vaccination - Last dose given on site - PPV 23 - ITFC","DHIS2 Option UID":"OF5xbph1XiN","DHIS2 Option Code":"yes","DHIS2 Option name":"Yes","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd"},{"DHIS2 DE UID":"L33Iqgj6wh8","OptionSet name":"Yes-no - Vaccination - Last dose given on site - PPV 23 - ITFC","DHIS2 Option UID":"ZfPkEIgzMwl","DHIS2 Option Code":"no","DHIS2 Option name":"No","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee"}],"f01MhpssBaseline":{"AuDPJg6gZE7":"82978311-bef9-46f9-9a9a-cc62254b00a6","CLGnlnFqqnk":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","CUdI1BJ5W8G":"92a92f62-3ff6-4944-9ea9-a7af23949bad","DMaLm9u4GCq":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","DlqJSA5VApl":"8fb3bb7d-c935-4b57-8444-1b953470e109","FLIlRjAwn4G":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","H1fMCaOzr8F":"3e97c2d0-15c1-4cfd-884f-7a4721079217","JUabDHhT1wJ":"c1a3ed2d-6d9a-453d-9d93-749164a76413","KSBMR1BDGwx":"1a8bf24f-4f36-4971-aad9-ae77f3525738","KeyiEPc4pII":"82978311-bef9-46f9-9a9a-cc62254b00a6","KjgDauY9v4J":"e08d532b-e56c-43dc-b831-af705654d2dc","MF3RML0HLbP":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","OZViJk8FPVd":"c2664992-8a5a-4a6d-9238-5df591307d55","PCGI7EnvCQS":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","QHrIUMhjZlO":"d516de07-979b-411c-b7e4-bd09cf7d9d91","RiiH9A53rvG":"6d3876be-0a27-466d-ad58-92edcc8c31fb","RnbiVrrSFdm":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","RqsvaPH9vHt":"22809b19-54ca-4d88-8d26-9577637c184e","S22iy8o0iLg":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","SsQqwDBGxjh":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","TWuCY5r2wx7":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","W7cPAi8iXLZ":"819f79e7-b9af-4afd-85d4-2ab677223113","WDY6MkQWyHb":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","YeaUNruqmca":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","YfcNA5bvkxT":"9a8204ca-d908-4157-9285-7c970dbb5287","dfdv3SkeXKe":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","f64XCwzJW02":"41e68dee-a2a3-4e6c-9d96-53def5caff52","hWMBCCA2yy1":"abede172-ba87-4ebe-8054-3afadb181ea3","m8qis4iUOTo":"790b41ce-e1e7-11e8-b02f-0242ac130002","pj5hIE6iyAR":"e08d532b-e56c-43dc-b831-af705654d2dc","qacGXlyyQOS":"a1a75011-0fef-460a-b666-dda2d171f39b","qfYPXP76j8g":"c3c86c1b-07be-4506-ab25-8f35f4389b19","qgfKPlIHjcD":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","qptKDiv9uPl":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","rSIazMFEBjD":"4dae5b12-070f-4153-b1ca-fbec906106e1","tsFOVnlc6lz":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","v0qFX0qv1tX":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","vC3bg9NwJ78":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","yCwuZ0htrlH":"5f6e245c-83fc-421b-8d46-061ac773ae71"},"f02MhpssFollowUp":{"AZUFlZzPN6V":"278d3d1e-c02a-4db1-8ab3-8db3b82eb9b5","C5XtlggtVmd":"a1a75011-0fef-460a-b666-dda2d171f39b","CcA8pc2YqWz":"d9454e9c-6e3c-45ab-8a9a-834a9353ae11","E7MVMTTdvPi":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","EM4ouSS9Kxe":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","F6q03Gan7Ro":"22809b19-54ca-4d88-8d26-9577637c184e","G0hLyxqgcO7":"54e8c1b6-6397-4822-89a4-cf81fbc68ce9","GVTXoz0VrAd":"5f6e245c-83fc-421b-8d46-061ac773ae71","HNZHetAtowR":"d34d5e93-03d6-494e-8f4c-2d7221227162","KjOAmUFJJgs":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","L6Jj7Tppr5q":"e08d532b-e56c-43dc-b831-af705654d2dc","LCdm2xe86ln":"41e68dee-a2a3-4e6c-9d96-53def5caff52","Lw2Kkl2y6mj":"d516de07-979b-411c-b7e4-bd09cf7d9d91","MF3RML0HLbP":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","N6GYmCjAhfh":"6d3876be-0a27-466d-ad58-92edcc8c31fb","OZViJk8FPVd":"c2664992-8a5a-4a6d-9238-5df591307d55","OeA71vAyGZV":"819f79e7-b9af-4afd-85d4-2ab677223113","UlSJrSD78HS":"82978311-bef9-46f9-9a9a-cc62254b00a6","a9J7luvOwhF":"3e97c2d0-15c1-4cfd-884f-7a4721079217","aCTIvKSNndK":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","d8Dok4D8Fl4":"1a8bf24f-4f36-4971-aad9-ae77f3525738","faQI7NN3hyp":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","j8IYwKvxK4q":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","llBTRwwM94C":"abede172-ba87-4ebe-8054-3afadb181ea3","piKsOVnFIXO":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","rGS6S4jyKu3":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","sGEOde9q9p9":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","t4HoHWCYdvm":"790b41ce-e1e7-11e8-b02f-0242ac130002","tloy0Bd9qDf":"d7410cd3-29be-4f8b-93d6-eb4de005db29","vWWl7izQpqd":"82978311-bef9-46f9-9a9a-cc62254b00a6","wvVn2LfmNDO":"8fb3bb7d-c935-4b57-8444-1b953470e109","yTFUtaFJ1QU":"f94de17e-9771-4711-aabb-c5bb0c022be2"},"f03MhgapBaseline":{"DCEJHFQvPWa":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","R3g94vJ2yFR":"22809b19-54ca-4d88-8d26-9577637c184e","TZGKlSVIsN8":"5f6e245c-83fc-421b-8d46-061ac773ae71","VnXwFYqHNqM":"15748787-7372-4022-b5d4-81ff8d6887ca","Yt4NhxZU5Vo":"819f79e7-b9af-4afd-85d4-2ab677223113","f6FhkzfZ5j3":"4dae5b12-070f-4153-b1ca-fbec906106e1","hMcCdEkhhjZ":"f6cefc80-506a-44b0-ab5f-d6f5908cf7a5","pHoZYTrR7N0":"2be92591-da1b-4418-ba49-43b3fc0e4ce5","qacGXlyyQOS":"a1a75011-0fef-460a-b666-dda2d171f39b","xRuC0NQRqZk":"99a8b512-17f9-4a5d-9fd4-80c27500995b"},"f04MhgapFollowUp":{"AZUFlZzPN6V":"278d3d1e-c02a-4db1-8ab3-8db3b82eb9b5","AiUr0KZgS9e":"dbf35880-d18e-4f15-ad9c-97b5b053e14a","C5XtlggtVmd":"f94de17e-9771-4711-aabb-c5bb0c022be2","CcA8pc2YqWz":"d9454e9c-6e3c-45ab-8a9a-834a9353ae11","EYIPzqO7mpZ":"819f79e7-b9af-4afd-85d4-2ab677223113","G0hLyxqgcO7":"54e8c1b6-6397-4822-89a4-cf81fbc68ce9","HNZHetAtowR":"d34d5e93-03d6-494e-8f4c-2d7221227162","MDbDqs5Mwow":"22809b19-54ca-4d88-8d26-9577637c184e","OBAHc3Rljln":"dc072a1a-20d8-4512-9e57-3585a07cb074","WKDFgUTUHWl":"5f6e245c-83fc-421b-8d46-061ac773ae71","faQI7NN3hyp":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","t4HoHWCYdvm":"790b41ce-e1e7-11e8-b02f-0242ac130002","tloy0Bd9qDf":"d7410cd3-29be-4f8b-93d6-eb4de005db29","yTFUtaFJ1QU":"a1a75011-0fef-460a-b666-dda2d171f39b"},"f05MhpssClosure":{"Lht8GKTAHu8":"9e861ef1-e07c-4955-9650-2ebac3138fc3","RoBHeg55Mle":"8a9d2ace-372f-4413-a1c4-8999f55e2de2","TqjvJA0GUOA":"401b2df0-e26f-4f49-9165-6e20a1b8865a","c4TiPRUQ56A":"77f1a782-24af-40ba-bac1-b97d9a080f40","iEdamWl0wzQ":"c64dfacd-2fb5-464d-83a9-ebb9eb8d3ab3","pQG72ee2lkl":"90b3d09c-d296-44d2-8292-8e04377fe027","tsFOVnlc6lz":"6545b874-f44d-4d18-9ab1-7a8bb21c0a15","tvQUeCICtFB":"93eb9716-6866-4d13-9b8f-59c0a7605a11"}} \ No newline at end of file +{"optionSets":[{"value.display - Answers":"Yes","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Any","DHIS2 DE UID":"Any","OptionSet name":"Yes/No","DHIS2 Option Set UID":"True/False","DHIS2 Option name":"true","DHIS2 Option UID":"true","DHIS2 Option Code":"true"},{"value.display - Answers":"No","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Any","DHIS2 DE UID":"Any","OptionSet name":"Yes/No","DHIS2 Option Set UID":"True/False","DHIS2 Option name":"false","DHIS2 Option UID":"false","DHIS2 Option Code":"false"},{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":"male"},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":"female"},{"value.display - Answers":"Transgender male","value.uuid - External ID":"37ccc7b5-0d1d-48d3-87a6-aee614bb500f","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender male","DHIS2 Option UID":"OcJsz1BOHTf","DHIS2 Option Code":"transgender_male"},{"value.display - Answers":"Transgender female","value.uuid - External ID":"1226d253-376f-4e73-9ae2-36c7e9362e8b","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender female","DHIS2 Option UID":"l8RshnosXNy","DHIS2 Option Code":"transgender_female"},{"value.display - Answers":"Gender variant - Non conforming","value.uuid - External ID":"810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Gender variant - Non conforming","DHIS2 Option UID":"V8RXdmOdY8L","DHIS2 Option Code":"gender_variant_non_conforming"},{"value.display - Answers":"Prefer not to answer","value.uuid - External ID":"245151ca-691e-4d5a-a792-64cb573e2b34","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Prefer not to answer","DHIS2 Option UID":"QQzTV76xGfF","DHIS2 Option Code":"prefer_not_to_answer"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Standard","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":"male"},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":"female"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"Sex - Male/Female/Other","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Afghanistan","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Afghanistan","DHIS2 Option UID":"diVYBILjUmV","DHIS2 Option Code":"afghanistan"},{"value.display - Answers":"Albania","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Albania","DHIS2 Option UID":"nutwBYPa3c6","DHIS2 Option Code":"albania"},{"value.display - Answers":"Algeria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Algeria","DHIS2 Option UID":"vFzGZbjzRgT","DHIS2 Option Code":"algeria"},{"value.display - Answers":"Angola","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Angola","DHIS2 Option UID":"AEZqjWQaHtc","DHIS2 Option Code":"angola"},{"value.display - Answers":"Anguilla","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Anguilla","DHIS2 Option UID":"DzKGZxfc1If","DHIS2 Option Code":"anguilla"},{"value.display - Answers":"Argentina","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Argentina","DHIS2 Option UID":"ZtvWa7Lms2D","DHIS2 Option Code":"argentina"},{"value.display - Answers":"Armenia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Armenia","DHIS2 Option UID":"fHUrTZCGrsE","DHIS2 Option Code":"armenia"},{"value.display - Answers":"Aruba","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Aruba","DHIS2 Option UID":"nW24eGST2rr","DHIS2 Option Code":"aruba"},{"value.display - Answers":"Azerbaijan","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Azerbaijan","DHIS2 Option UID":"yJAD7ZvdPB9","DHIS2 Option Code":"azerbaijan"},{"value.display - Answers":"Bangladesh","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Bangladesh","DHIS2 Option UID":"w86dbYs43jg","DHIS2 Option Code":"bangladesh"},{"value.display - Answers":"Belarus","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Belarus","DHIS2 Option UID":"sErv1yTCjIk","DHIS2 Option Code":"belarus"},{"value.display - Answers":"Benin","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Benin","DHIS2 Option UID":"ONeYUriDrCm","DHIS2 Option Code":"benin"},{"value.display - Answers":"Bhutan","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Bhutan","DHIS2 Option UID":"p9BIOdMGTz6","DHIS2 Option Code":"bhutan"},{"value.display - Answers":"Bolivia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Bolivia","DHIS2 Option UID":"XQ9Wxt2gh20","DHIS2 Option Code":"bolivia"},{"value.display - Answers":"Bosnia and Herzegovina","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Bosnia and Herzegovina","DHIS2 Option UID":"xSjqYV8ADNi","DHIS2 Option Code":"bosnia_and_herzegovina"},{"value.display - Answers":"Botswana","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Botswana","DHIS2 Option UID":"kiI9Nkhhtsw","DHIS2 Option Code":"botswana"},{"value.display - Answers":"Brazil","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Brazil","DHIS2 Option UID":"otuaAfFAMm9","DHIS2 Option Code":"brazil"},{"value.display - Answers":"British Virgin Islands","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"British Virgin Islands","DHIS2 Option UID":"oGtke47HQjw","DHIS2 Option Code":"british_virgin_islands"},{"value.display - Answers":"Bulgaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Bulgaria","DHIS2 Option UID":"sxgEvvHGASc","DHIS2 Option Code":"bulgaria"},{"value.display - Answers":"Burkina Faso","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Burkina Faso","DHIS2 Option UID":"labcPsf6vlS","DHIS2 Option Code":"burkina_faso"},{"value.display - Answers":"Burundi","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Burundi","DHIS2 Option UID":"EO7IXBoCRQM","DHIS2 Option Code":"burundi"},{"value.display - Answers":"Cambodia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Cambodia","DHIS2 Option UID":"BssvituAfov","DHIS2 Option Code":"cambodia"},{"value.display - Answers":"Cameroon","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Cameroon","DHIS2 Option UID":"LzxTtERApOy","DHIS2 Option Code":"cameroon"},{"value.display - Answers":"Cape Verde","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Cape Verde","DHIS2 Option UID":"HvZxt4vKoOx","DHIS2 Option Code":"cape_verde"},{"value.display - Answers":"Central African Republic","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Central African Republic","DHIS2 Option UID":"B09WCauYtJ7","DHIS2 Option Code":"central_african_republic"},{"value.display - Answers":"Chad","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Chad","DHIS2 Option UID":"JtMeoonLcqo","DHIS2 Option Code":"chad"},{"value.display - Answers":"Chile","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Chile","DHIS2 Option UID":"pdTWdFqXStd","DHIS2 Option Code":"chile"},{"value.display - Answers":"China","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"China","DHIS2 Option UID":"CcpigvKey7O","DHIS2 Option Code":"china"},{"value.display - Answers":"Colombia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Colombia","DHIS2 Option UID":"zAMRnEi2Yhg","DHIS2 Option Code":"colombia"},{"value.display - Answers":"Comoros","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Comoros","DHIS2 Option UID":"uAyMV131HCO","DHIS2 Option Code":"comoros"},{"value.display - Answers":"Costa Rica","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Costa Rica","DHIS2 Option UID":"vErHiezEajY","DHIS2 Option Code":"costa_rica"},{"value.display - Answers":"Côte d'Ivoire","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Côte d'Ivoire","DHIS2 Option UID":"IRepwvOtkII","DHIS2 Option Code":"cote_divoire"},{"value.display - Answers":"Cuba","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Cuba","DHIS2 Option UID":"Mh9Ckr9QhMa","DHIS2 Option Code":"cuba"},{"value.display - Answers":"Djibouti","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Djibouti","DHIS2 Option UID":"cvAMdgckhOk","DHIS2 Option Code":"djibouti"},{"value.display - Answers":"Dominica","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Dominica","DHIS2 Option UID":"oC2s7ZiRTv3","DHIS2 Option Code":"dominica"},{"value.display - Answers":"Dominican Republic","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Dominican Republic","DHIS2 Option UID":"XuXolVGjILU","DHIS2 Option Code":"dominican_republic"},{"value.display - Answers":"DRC Congo","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"DRC Congo","DHIS2 Option UID":"hDl6AdC035K","DHIS2 Option Code":"drc_congo"},{"value.display - Answers":"East Timor","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"East Timor","DHIS2 Option UID":"l1QF9SxmTEe","DHIS2 Option Code":"east_timor"},{"value.display - Answers":"Ecuador","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Ecuador","DHIS2 Option UID":"gGjltDyQDjq","DHIS2 Option Code":"ecuador"},{"value.display - Answers":"Egypt","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Egypt","DHIS2 Option UID":"xHcq7n4iLjZ","DHIS2 Option Code":"egypt"},{"value.display - Answers":"El Salvador","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"El Salvador","DHIS2 Option UID":"oLtI4UknARs","DHIS2 Option Code":"el_salvador"},{"value.display - Answers":"Equatorial Guinea","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Equatorial Guinea","DHIS2 Option UID":"Sipme5yxx48","DHIS2 Option Code":"equatorial_guinea"},{"value.display - Answers":"Eritrea","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Eritrea","DHIS2 Option UID":"HkEJcTRqnd5","DHIS2 Option Code":"eritrea"},{"value.display - Answers":"Ethiopia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Ethiopia","DHIS2 Option UID":"NYkv05WpCXj","DHIS2 Option Code":"ethiopia"},{"value.display - Answers":"Gabon","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Gabon","DHIS2 Option UID":"E84FcVzHZDM","DHIS2 Option Code":"gabon"},{"value.display - Answers":"Gambia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Gambia","DHIS2 Option UID":"LfPn2DOfRew","DHIS2 Option Code":"gambia"},{"value.display - Answers":"Georgia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Georgia","DHIS2 Option UID":"jBklhTXjStK","DHIS2 Option Code":"georgia"},{"value.display - Answers":"Ghana","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Ghana","DHIS2 Option UID":"eO0gTpGne9P","DHIS2 Option Code":"ghana"},{"value.display - Answers":"Greece","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Greece","DHIS2 Option UID":"JSuVBbvnBwi","DHIS2 Option Code":"greece"},{"value.display - Answers":"Guam","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Guam","DHIS2 Option UID":"dVJ1jT4qwhr","DHIS2 Option Code":"guam"},{"value.display - Answers":"Guatemala","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Guatemala","DHIS2 Option UID":"rHE2fw0dq78","DHIS2 Option Code":"guatemala"},{"value.display - Answers":"Guinea","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Guinea","DHIS2 Option UID":"Lgo53lIlEFU","DHIS2 Option Code":"guinea"},{"value.display - Answers":"Guinea-Bissau","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Guinea-Bissau","DHIS2 Option UID":"OwuIcXiNnLf","DHIS2 Option Code":"guinea_bissau"},{"value.display - Answers":"Guyana","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Guyana","DHIS2 Option UID":"LStaPbnFPxB","DHIS2 Option Code":"guyana"},{"value.display - Answers":"Haiti","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Haiti","DHIS2 Option UID":"WZqpZ6BYYMc","DHIS2 Option Code":"haiti"},{"value.display - Answers":"Honduras","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Honduras","DHIS2 Option UID":"yK7fFWtOFmj","DHIS2 Option Code":"honduras"},{"value.display - Answers":"India","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"India","DHIS2 Option UID":"vD6J24m3CjP","DHIS2 Option Code":"india"},{"value.display - Answers":"Indonesia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Indonesia","DHIS2 Option UID":"xdeMD7HSXiE","DHIS2 Option Code":"indonesia"},{"value.display - Answers":"Iran","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Iran","DHIS2 Option UID":"CbnR3yhYXLB","DHIS2 Option Code":"iran"},{"value.display - Answers":"Iraq","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Iraq","DHIS2 Option UID":"akUZWd42amN","DHIS2 Option Code":"iraq"},{"value.display - Answers":"Jordan","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Jordan","DHIS2 Option UID":"Tqqf3od9wZw","DHIS2 Option Code":"jordan"},{"value.display - Answers":"Kazakhstan","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Kazakhstan","DHIS2 Option UID":"vUOaYjStGLy","DHIS2 Option Code":"kazakhstan"},{"value.display - Answers":"Kenya","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Kenya","DHIS2 Option UID":"wHGMztCNS6m","DHIS2 Option Code":"kenya"},{"value.display - Answers":"Kuwait","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Kuwait","DHIS2 Option UID":"eoLtNAlAHZl","DHIS2 Option Code":"kuwait"},{"value.display - Answers":"Kyrgyzstan","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Kyrgyzstan","DHIS2 Option UID":"a0lJJYryhi4","DHIS2 Option Code":"kyrgyzstan"},{"value.display - Answers":"Laos","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Laos","DHIS2 Option UID":"uQDRtKY8c5U","DHIS2 Option Code":"laos"},{"value.display - Answers":"Lebanon","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Lebanon","DHIS2 Option UID":"GJ7m7BCOAOV","DHIS2 Option Code":"lebanon"},{"value.display - Answers":"Lesotho","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Lesotho","DHIS2 Option UID":"xTpZ9IdGDaR","DHIS2 Option Code":"lesotho"},{"value.display - Answers":"Liberia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Liberia","DHIS2 Option UID":"RYkXhX8vzoZ","DHIS2 Option Code":"liberia"},{"value.display - Answers":"Libya","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Libya","DHIS2 Option UID":"kev7mHYfTYY","DHIS2 Option Code":"libya"},{"value.display - Answers":"Macedonia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Macedonia","DHIS2 Option UID":"z33jX0aGBTW","DHIS2 Option Code":"macedonia"},{"value.display - Answers":"Madagascar","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Madagascar","DHIS2 Option UID":"x08DzDg5Nqh","DHIS2 Option Code":"madagascar"},{"value.display - Answers":"Malawi","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Malawi","DHIS2 Option UID":"X2FD6vMUbhE","DHIS2 Option Code":"malawi"},{"value.display - Answers":"Malaysia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Malaysia","DHIS2 Option UID":"E3RSmm22ZCw","DHIS2 Option Code":"malaysia"},{"value.display - Answers":"Mali","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Mali","DHIS2 Option UID":"qWMNMVwW3f6","DHIS2 Option Code":"mali"},{"value.display - Answers":"Martinique","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Martinique","DHIS2 Option UID":"OSaI3ynQc2B","DHIS2 Option Code":"martinique"},{"value.display - Answers":"Mauritania","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Mauritania","DHIS2 Option UID":"juWqPkQv0Jm","DHIS2 Option Code":"mauritania"},{"value.display - Answers":"Mauritius","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Mauritius","DHIS2 Option UID":"QYoc7owgftv","DHIS2 Option Code":"mauritius"},{"value.display - Answers":"Mayotte","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Mayotte","DHIS2 Option UID":"ynwDAes7aAW","DHIS2 Option Code":"mayotte"},{"value.display - Answers":"Mexico","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Mexico","DHIS2 Option UID":"kmT493hNL5S","DHIS2 Option Code":"mexico"},{"value.display - Answers":"Moldova","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Moldova","DHIS2 Option UID":"fx0DT1autSt","DHIS2 Option Code":"moldova"},{"value.display - Answers":"Mongolia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Mongolia","DHIS2 Option UID":"TUgTdt3xIWK","DHIS2 Option Code":"mongolia"},{"value.display - Answers":"Morocco","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Morocco","DHIS2 Option UID":"L36FJRjmXWL","DHIS2 Option Code":"morocco"},{"value.display - Answers":"Mozambique","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Mozambique","DHIS2 Option UID":"p7nmSATxbN1","DHIS2 Option Code":"mozambique"},{"value.display - Answers":"Myanmar","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Myanmar","DHIS2 Option UID":"rYQqfQ7DQbm","DHIS2 Option Code":"myanmar"},{"value.display - Answers":"Namibia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Namibia","DHIS2 Option UID":"O1zvQatEJp5","DHIS2 Option Code":"namibia"},{"value.display - Answers":"Nauru","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Nauru","DHIS2 Option UID":"f0yjC5qZlPc","DHIS2 Option Code":"nauru"},{"value.display - Answers":"Nepal","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Nepal","DHIS2 Option UID":"iAFuacwzUvp","DHIS2 Option Code":"nepal"},{"value.display - Answers":"New Caledonia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"New Caledonia","DHIS2 Option UID":"htSoK0QkB38","DHIS2 Option Code":"new_caledonia"},{"value.display - Answers":"Nicaragua","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Nicaragua","DHIS2 Option UID":"TM5JHHJSepL","DHIS2 Option Code":"nicaragua"},{"value.display - Answers":"Niger","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Niger","DHIS2 Option UID":"n6jS263I3fP","DHIS2 Option Code":"niger"},{"value.display - Answers":"Nigeria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Nigeria","DHIS2 Option UID":"yCwLYjhUxYV","DHIS2 Option Code":"nigeria"},{"value.display - Answers":"North Korea","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"North Korea","DHIS2 Option UID":"AaaEWin7qH1","DHIS2 Option Code":"north_korea"},{"value.display - Answers":"Oman","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Oman","DHIS2 Option UID":"ibsHfsJGGDN","DHIS2 Option Code":"oman"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Other","DHIS2 Option UID":"CLdu0MxWYHQ","DHIS2 Option Code":"other"},{"value.display - Answers":"Pakistan","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Pakistan","DHIS2 Option UID":"JYD72Xs1Mzz","DHIS2 Option Code":"pakistan"},{"value.display - Answers":"Palestine","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Palestine","DHIS2 Option UID":"oXNGgwEJSsY","DHIS2 Option Code":"palestine"},{"value.display - Answers":"Panama","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Panama","DHIS2 Option UID":"zVoWkjxJFbF","DHIS2 Option Code":"panama"},{"value.display - Answers":"Papua New Guinea","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Papua New Guinea","DHIS2 Option UID":"Z313HJcROSN","DHIS2 Option Code":"papua_new_guinea"},{"value.display - Answers":"Paraguay","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Paraguay","DHIS2 Option UID":"hBJq89c5RTj","DHIS2 Option Code":"paraguay"},{"value.display - Answers":"Peru","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Peru","DHIS2 Option UID":"YTBWmjQr7XP","DHIS2 Option Code":"peru"},{"value.display - Answers":"Philippines","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Philippines","DHIS2 Option UID":"AdpKVdKRPcR","DHIS2 Option Code":"philippines"},{"value.display - Answers":"Puerto Rico","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Puerto Rico","DHIS2 Option UID":"FnQRQn7mgd1","DHIS2 Option Code":"puerto_rico"},{"value.display - Answers":"Republic of Congo","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Republic of Congo","DHIS2 Option UID":"FhbtKjDWBKO","DHIS2 Option Code":"republic_of_congo"},{"value.display - Answers":"Reunion","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Reunion","DHIS2 Option UID":"UTj8ZSh4W0W","DHIS2 Option Code":"reunion"},{"value.display - Answers":"Romania","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Romania","DHIS2 Option UID":"h4ADgng7o7V","DHIS2 Option Code":"romania"},{"value.display - Answers":"Rwanda","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Rwanda","DHIS2 Option UID":"Fbb3LoX8tN1","DHIS2 Option Code":"rwanda"},{"value.display - Answers":"Samoa","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Samoa","DHIS2 Option UID":"tdKdNPjLDpW","DHIS2 Option Code":"samoa"},{"value.display - Answers":"Sao Tome and Principe","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Sao Tome and Principe","DHIS2 Option UID":"iaxUuGD1Jci","DHIS2 Option Code":"sao_tome_and_principe"},{"value.display - Answers":"Saudi Arabia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Saudi Arabia","DHIS2 Option UID":"fWuLuHrUlth","DHIS2 Option Code":"saudi_arabia"},{"value.display - Answers":"Senegal","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Senegal","DHIS2 Option UID":"iIwF5zZHy3y","DHIS2 Option Code":"senegal"},{"value.display - Answers":"Serbia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Serbia","DHIS2 Option UID":"QZSt8K9rCuC","DHIS2 Option Code":"serbia"},{"value.display - Answers":"Sierra Leone","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Sierra Leone","DHIS2 Option UID":"Zfx8u9hEIEg","DHIS2 Option Code":"sierra_leone"},{"value.display - Answers":"Somalia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Somalia","DHIS2 Option UID":"LWk4HhtQw4P","DHIS2 Option Code":"somalia"},{"value.display - Answers":"South Africa","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"South Africa","DHIS2 Option UID":"swkvnZvvnKz","DHIS2 Option Code":"south_africa"},{"value.display - Answers":"South Korea","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"South Korea","DHIS2 Option UID":"Pk7VSPQGxOJ","DHIS2 Option Code":"south_korea"},{"value.display - Answers":"South Sudan","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"South Sudan","DHIS2 Option UID":"GM7K6uGf0RB","DHIS2 Option Code":"south_sudan"},{"value.display - Answers":"Sri Lanka","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Sri Lanka","DHIS2 Option UID":"X6Uxm9Nvh96","DHIS2 Option Code":"sri_lanka"},{"value.display - Answers":"Sudan","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Sudan","DHIS2 Option UID":"bh15sTZprwJ","DHIS2 Option Code":"sudan"},{"value.display - Answers":"Suriname","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Suriname","DHIS2 Option UID":"L1pJ6lyhkQ3","DHIS2 Option Code":"suriname"},{"value.display - Answers":"Swaziland","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Swaziland","DHIS2 Option UID":"hwQ2t3HqPWl","DHIS2 Option Code":"swaziland"},{"value.display - Answers":"Switzerland","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Switzerland","DHIS2 Option UID":"p9TZ1E3MwCJ","DHIS2 Option Code":"switzerland"},{"value.display - Answers":"Syria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Syria","DHIS2 Option UID":"Le58jNVqE2c","DHIS2 Option Code":"syria"},{"value.display - Answers":"Tajikistan","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Tajikistan","DHIS2 Option UID":"SpY4My0Tfdu","DHIS2 Option Code":"tajikistan"},{"value.display - Answers":"Tanzania","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Tanzania","DHIS2 Option UID":"BO39Gyu0pFB","DHIS2 Option Code":"tanzania"},{"value.display - Answers":"Thailand","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Thailand","DHIS2 Option UID":"OMthLOXkS7R","DHIS2 Option Code":"thailand"},{"value.display - Answers":"Togo","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Togo","DHIS2 Option UID":"ik6DEQokGoX","DHIS2 Option Code":"togo"},{"value.display - Answers":"Tonga","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Tonga","DHIS2 Option UID":"UwBOdNU0BoN","DHIS2 Option Code":"tonga"},{"value.display - Answers":"Tunisia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Tunisia","DHIS2 Option UID":"buJMOWwkvTU","DHIS2 Option Code":"tunisia"},{"value.display - Answers":"Turkey","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Turkey","DHIS2 Option UID":"CGZ6aUAdeEg","DHIS2 Option Code":"turkey"},{"value.display - Answers":"Turkmenistan","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Turkmenistan","DHIS2 Option UID":"vveUZtdAZ4b","DHIS2 Option Code":"turkmenistan"},{"value.display - Answers":"Uganda","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Uganda","DHIS2 Option UID":"HtKHD2UHkqO","DHIS2 Option Code":"uganda"},{"value.display - Answers":"Ukraine","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Ukraine","DHIS2 Option UID":"tcQzqbOunOH","DHIS2 Option Code":"ukraine"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Unknown","DHIS2 Option UID":"f3HLfWXDLR2","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Uruguay","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Uruguay","DHIS2 Option UID":"pgnkiQSCDn3","DHIS2 Option Code":"uruguay"},{"value.display - Answers":"Uzbekistan","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Uzbekistan","DHIS2 Option UID":"awnJIYW5YtB","DHIS2 Option Code":"uzbekistan"},{"value.display - Answers":"Venezuela","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Venezuela","DHIS2 Option UID":"YRQvQP5RcvF","DHIS2 Option Code":"venezuela"},{"value.display - Answers":"Vietnam","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Vietnam","DHIS2 Option UID":"kqXj8d1FBku","DHIS2 Option Code":"vietnam"},{"value.display - Answers":"Western Sahara","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Western Sahara","DHIS2 Option UID":"TQtN99MXJBl","DHIS2 Option Code":"western_sahara"},{"value.display - Answers":"Yemen","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Yemen","DHIS2 Option UID":"Xt3YtysLys1","DHIS2 Option Code":"yemen"},{"value.display - Answers":"Zambia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Zambia","DHIS2 Option UID":"dBdzuz547IL","DHIS2 Option Code":"zambia"},{"value.display - Answers":"Zimbabwe","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Nationality","DHIS2 DE UID":"Xvzc9e0JJmp","OptionSet name":"Country","DHIS2 Option Set UID":"GL - Nationality","DHIS2 Option name":"Zimbabwe","DHIS2 Option UID":"HLkotQtFN2s","DHIS2 Option Code":"zimbabwe"},{"value.display - Answers":"IDP","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Current status","DHIS2 DE UID":"YUIQIA2ClN6","OptionSet name":"Current status","DHIS2 Option Set UID":"GL - Current status","DHIS2 Option name":"IDP","DHIS2 Option UID":"fuqWrHbeLlA","DHIS2 Option Code":"idp"},{"value.display - Answers":"Internationally displaced","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Current status","DHIS2 DE UID":"YUIQIA2ClN6","OptionSet name":"Current status","DHIS2 Option Set UID":"GL - Current status","DHIS2 Option name":"Internationally displaced","DHIS2 Option UID":"l0DYdgTyfjf","DHIS2 Option Code":"internationally_displaced"},{"value.display - Answers":"Resident","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Current status","DHIS2 DE UID":"YUIQIA2ClN6","OptionSet name":"Current status","DHIS2 Option Set UID":"GL - Current status","DHIS2 Option name":"Resident","DHIS2 Option UID":"dHeC0bqKK5X","DHIS2 Option Code":"resident"},{"value.display - Answers":"Returnee","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Current status","DHIS2 DE UID":"YUIQIA2ClN6","OptionSet name":"Current status","DHIS2 Option Set UID":"GL - Current status","DHIS2 Option name":"Returnee","DHIS2 Option UID":"c7YSTI6DMVz","DHIS2 Option Code":"returnee"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Current status","DHIS2 DE UID":"YUIQIA2ClN6","OptionSet name":"Current status","DHIS2 Option Set UID":"GL - Current status","DHIS2 Option name":"Unknown","DHIS2 Option UID":"e09Sdzvq7Eb","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Asylum seeker","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Legal status","DHIS2 DE UID":"Qq6xQ2s6LO8","OptionSet name":"Legal status","DHIS2 Option Set UID":"GL - Legal status","DHIS2 Option name":"Asylum seeker","DHIS2 Option UID":"OkxNN39DQxK","DHIS2 Option Code":"asylum_seeker"},{"value.display - Answers":"No status","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Legal status","DHIS2 DE UID":"Qq6xQ2s6LO8","OptionSet name":"Legal status","DHIS2 Option Set UID":"GL - Legal status","DHIS2 Option name":"No status","DHIS2 Option UID":"Rq1gzUxSuOx","DHIS2 Option Code":"no_status"},{"value.display - Answers":"Refugee","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Legal status","DHIS2 DE UID":"Qq6xQ2s6LO8","OptionSet name":"Legal status","DHIS2 Option Set UID":"GL - Legal status","DHIS2 Option name":"Refugee","DHIS2 Option UID":"eCMoEdIoYip","DHIS2 Option Code":"refugee"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Legal status","DHIS2 DE UID":"Qq6xQ2s6LO8","OptionSet name":"Legal status","DHIS2 Option Set UID":"GL - Legal status","DHIS2 Option name":"Unknown","DHIS2 Option UID":"qIZDudMrl2h","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Single","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Marital status","DHIS2 DE UID":"FpuGAOu6itZ","OptionSet name":"Marital status","DHIS2 Option Set UID":"GL - Marital status","DHIS2 Option name":"Single","DHIS2 Option UID":"UWJ3rb4oSIT","DHIS2 Option Code":"single"},{"value.display - Answers":"Married","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Marital status","DHIS2 DE UID":"FpuGAOu6itZ","OptionSet name":"Marital status","DHIS2 Option Set UID":"GL - Marital status","DHIS2 Option name":"Married","DHIS2 Option UID":"KPqHQHHRcCr","DHIS2 Option Code":"married"},{"value.display - Answers":"Widowed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Marital status","DHIS2 DE UID":"FpuGAOu6itZ","OptionSet name":"Marital status","DHIS2 Option Set UID":"GL - Marital status","DHIS2 Option name":"Widowed","DHIS2 Option UID":"MCDTHvjCcXk","DHIS2 Option Code":"widowed"},{"value.display - Answers":"Divorced / separated","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Marital status","DHIS2 DE UID":"FpuGAOu6itZ","OptionSet name":"Marital status","DHIS2 Option Set UID":"GL - Marital status","DHIS2 Option name":"Divorced / separated","DHIS2 Option UID":"Xw72Tt47sh8","DHIS2 Option Code":"divorced_separated"},{"value.display - Answers":"Living with partner","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Marital status","DHIS2 DE UID":"FpuGAOu6itZ","OptionSet name":"Marital status","DHIS2 Option Set UID":"GL - Marital status","DHIS2 Option name":"Concubine","DHIS2 Option UID":"N3RUm7QCToz","DHIS2 Option Code":"concubine"},{"value.display - Answers":"Not applicable","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Marital status","DHIS2 DE UID":"FpuGAOu6itZ","OptionSet name":"Marital status","DHIS2 Option Set UID":"GL - Marital status","DHIS2 Option name":"Not applicable","DHIS2 Option UID":"hvQxPXvQTWb","DHIS2 Option Code":"not_applicable"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Marital status","DHIS2 DE UID":"FpuGAOu6itZ","OptionSet name":"Marital status","DHIS2 Option Set UID":"GL - Marital status","DHIS2 Option name":"Unknown","DHIS2 Option UID":"Wjo2m9cjodd","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Student","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Employment status","DHIS2 DE UID":"v7k4OcXrWR8","OptionSet name":"Employment status","DHIS2 Option Set UID":"GL - Employment status","DHIS2 Option name":"Student","DHIS2 Option UID":"fo87CWdDTWV","DHIS2 Option Code":"student"},{"value.display - Answers":"Permanent employee - full time","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Employment status","DHIS2 DE UID":"v7k4OcXrWR8","OptionSet name":"Employment status","DHIS2 Option Set UID":"GL - Employment status","DHIS2 Option name":"Permanent employee","DHIS2 Option UID":"xr9mD6TPYqb","DHIS2 Option Code":"fixed_employee"},{"value.display - Answers":"Permanent employee - part time","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Employment status","DHIS2 DE UID":"v7k4OcXrWR8","OptionSet name":"Employment status","DHIS2 Option Set UID":"GL - Employment status","DHIS2 Option name":"Permanent employee","DHIS2 Option UID":"xr9mD6TPYqb","DHIS2 Option Code":"fixed_employee"},{"value.display - Answers":"Occasional employee","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Employment status","DHIS2 DE UID":"v7k4OcXrWR8","OptionSet name":"Employment status","DHIS2 Option Set UID":"GL - Employment status","DHIS2 Option name":"Occasional employee","DHIS2 Option UID":"mvLwMpjazqS","DHIS2 Option Code":"occasional_employee"},{"value.display - Answers":"Unemployed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Employment status","DHIS2 DE UID":"v7k4OcXrWR8","OptionSet name":"Employment status","DHIS2 Option Set UID":"GL - Employment status","DHIS2 Option name":"Unemployed","DHIS2 Option UID":"cB5Xml6gEy6","DHIS2 Option Code":"unemployed"},{"value.display - Answers":"Housework","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Employment status","DHIS2 DE UID":"v7k4OcXrWR8","OptionSet name":"Employment status","DHIS2 Option Set UID":"GL - Employment status","DHIS2 Option name":"Housewife","DHIS2 Option UID":"xlN1a7VFrBV","DHIS2 Option Code":"housewife"},{"value.display - Answers":"Not applicable","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Employment status","DHIS2 DE UID":"v7k4OcXrWR8","OptionSet name":"Employment status","DHIS2 Option Set UID":"GL - Employment status","DHIS2 Option name":"Not applicable","DHIS2 Option UID":"mJT8pyvj9x4","DHIS2 Option Code":"not_applicable"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Employment status","DHIS2 DE UID":"v7k4OcXrWR8","OptionSet name":"Employment status","DHIS2 Option Set UID":"GL - Employment status","DHIS2 Option name":"Other","DHIS2 Option UID":"TSJMPoSPegN","DHIS2 Option Code":"other"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Employment status","DHIS2 DE UID":"v7k4OcXrWR8","OptionSet name":"Employment status","DHIS2 Option Set UID":"GL - Employment status","DHIS2 Option name":"Unknown","DHIS2 Option UID":"hQK01FExLdF","DHIS2 Option Code":"unknown"},{"value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"New admission","DHIS2 Option UID":"ytN3iatLPSV","DHIS2 Option Code":"new_admission"},{"value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","DHIS2 DE full name":"Mental Health-Baseline consultation- Admission type","DHIS2 DE UID":"rSIazMFEBjD","OptionSet name":"Admission type - MH","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"Readmission","DHIS2 Option UID":"j7Omz3uFWvT","DHIS2 Option Code":"readmission"},{"value.display - Answers":"Internal movement","value.uuid - External ID":"341376b1-c152-4f53-b784-ab1d5afc7799","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option name":"Internal movement","DHIS2 Option UID":"hbUToWVAaDs","DHIS2 Option Code":"internal_movement"},{"value.display - Answers":"New admission","value.uuid - External ID":"9f2fe30f-a8f0-49ba-82e4-71c232259130","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option name":"New admission","DHIS2 Option UID":"wYldfEstUDw","DHIS2 Option Code":"new_admission"},{"value.display - Answers":"Readmission","value.uuid - External ID":"e4e42ecd-196b-4aa8-a265-bfbed09d77cf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option name":"Readmission","DHIS2 Option UID":"Rpcv8mgy0LH","DHIS2 Option Code":"readmission"},{"value.display - Answers":"Relapse","value.uuid - External ID":"4199719a-56aa-491f-acdf-2cdcbbf208ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 DE UID":"nMeY390juYX","OptionSet name":"Admission type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Admission type","DHIS2 Option name":"Relapse","DHIS2 Option UID":"k33l9HPo5aJ","DHIS2 Option Code":"relapse"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Individual","DHIS2 Option UID":"JMnQs1hB0kK","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Couple","DHIS2 Option UID":"mD02hgMyFVD","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Family","DHIS2 Option UID":"hv96C4ctfZI","DHIS2 Option Code":"family"},{"value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","DHIS2 DE full name":"Mental Health-Baseline consultation- Consultation type","DHIS2 DE UID":"KSBMR1BDGwx","OptionSet name":"Type of consultation - MHPSS baseline","DHIS2 Option Set UID":"Mental Health-Baseline- Consultation type","DHIS2 Option name":"Parent-Child","DHIS2 Option UID":"PNWXisyNbE4","DHIS2 Option Code":"mother_child"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Individual","DHIS2 Option UID":"BWaOLwO6b6A","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Couple","DHIS2 Option UID":"He6N2xKBXcT","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Family","DHIS2 Option UID":"Njlwl5xyuyO","DHIS2 Option Code":"family"},{"value.display - Answers":"Parent-Child","value.uuid - External ID":"c39eaa06-6506-49f0-9c4f-c96fa957f9cd","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation type","DHIS2 DE UID":"d8Dok4D8Fl4","OptionSet name":"Type of consultation - MHPSS follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- Consultation type","DHIS2 Option name":"Parent-Child","DHIS2 Option UID":"A1dYYhmV4ob","DHIS2 Option Code":"mother_child"},{"value.display - Answers":"Individual","value.uuid - External ID":"96223dc7-6959-4ea5-a362-c0246d858c87","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Individual","DHIS2 Option UID":"sOoJSyT6ZDO","DHIS2 Option Code":"individual"},{"value.display - Answers":"Couple","value.uuid - External ID":"61b32a22-acef-4141-9faa-9c236cdfa978","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Couple","DHIS2 Option UID":"HTeXUWFE4P6","DHIS2 Option Code":"couple"},{"value.display - Answers":"Family","value.uuid - External ID":"f16d5d76-155b-453d-bd60-ea8ee4d344e9","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Main type of consultation","DHIS2 DE UID":"TqjvJA0GUOA","OptionSet name":"Type of consultation - MH closure","DHIS2 Option Set UID":"Mental Health - Type of consultation","DHIS2 Option name":"Family","DHIS2 Option UID":"VsbQQh86Jlb","DHIS2 Option Code":"family"},{"value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Psychologist","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist"},{"value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","DHIS2 DE full name":"Mental health-Baseline consultation- Consultation done by","DHIS2 DE UID":"WDY6MkQWyHb","OptionSet name":"Consultation done by - MHPSS baseline","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Counsellor","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor"},{"value.display - Answers":"Health facility","value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Health facility","DHIS2 Option UID":"r4XbBWmqXmu","DHIS2 Option Code":"health_center"},{"value.display - Answers":"MSF health facility","value.uuid - External ID":"41e68dee-a2a3-4e6c-9d96-53def5caff52","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"MSF health facility","DHIS2 Option UID":"QjHFWlrDAi3","DHIS2 Option Code":"msf_health_facility"},{"value.display - Answers":"Mobile clinic","value.uuid - External ID":"48984e47-3e9b-4d8e-a66d-317af5c36f02","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Mobile clinic","DHIS2 Option UID":"SENCNKONSMT","DHIS2 Option Code":"mobile_clinic"},{"value.display - Answers":"Home visit","value.uuid - External ID":"bd5bf44b-164c-415c-8bff-b1d4849928d3","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Home","DHIS2 Option UID":"Klk9UQeoyeM","DHIS2 Option Code":"home"},{"value.display - Answers":"School visit","value.uuid - External ID":"7091b6ea-7067-4ee3-9f67-8805904e2f61","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"School","DHIS2 Option UID":"mKGlluwx83y","DHIS2 Option Code":"school"},{"value.display - Answers":"Remote / phone","value.uuid - External ID":"398ce872-5862-4826-bba8-826915eddf98","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Remote / Phone","DHIS2 Option UID":"CL7Yj72PgmV","DHIS2 Option Code":"remote_phone"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Location of Intervention","DHIS2 DE UID":"AuDPJg6gZE7","OptionSet name":"Location of intervention - MHPSS","DHIS2 Option Set UID":"Mental Health-Baseline- Location of first consultation","DHIS2 Option name":"Other","DHIS2 Option UID":"MSRu3TwArTh","DHIS2 Option Code":"other"},{"value.display - Answers":"Psychologist","value.uuid - External ID":"278401ee-3d6f-4c65-9455-f1c16d0a7a98","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation done by","DHIS2 DE UID":"aCTIvKSNndK","OptionSet name":"Consultation done by - MHPSS follow-up","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Psychologist","DHIS2 Option UID":"gLrTwy3IQX5","DHIS2 Option Code":"psychologist"},{"value.display - Answers":"Counsellor","value.uuid - External ID":"fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331","DHIS2 DE full name":"Mental Health-Follow-up consultation- Consultation done by","DHIS2 DE UID":"aCTIvKSNndK","OptionSet name":"Consultation done by - MHPSS follow-up","DHIS2 Option Set UID":"Mental health - Consultation done by","DHIS2 Option name":"Counsellor","DHIS2 Option UID":"XP6WAfznTX0","DHIS2 Option Code":"counsellor"},{"value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor"},{"value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist"},{"value.display - Answers":"Counselling","value.uuid - External ID":"08c534b7-c901-46fb-9831-50ecfcd74d1b","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Counselling (with counsellor)","DHIS2 Option UID":"xUDWMZGGS2l","DHIS2 Option Code":"counselling_with_counsellor"},{"value.display - Answers":"Psychotherapy","value.uuid - External ID":"aa9c5d82-1ebf-43c7-9218-6766c4affbc4","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of Intervention","DHIS2 DE UID":"KeyiEPc4pII","OptionSet name":"Type of Mental Health intervention - MHPSS","DHIS2 Option Set UID":"Mental Health- Type of Intervention","DHIS2 Option name":"Psychotherapy (with psychologist)","DHIS2 Option UID":"JZwsTTNdzhq","DHIS2 Option Code":"psychotherapy_with_psychologist"},{"value.display - Answers":"IPD MSF","value.uuid - External ID":"d17350e6-12de-4454-b902-58c2fc1e59aa","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"IPD MSF","DHIS2 Option UID":"hUkr13HVkFe","DHIS2 Option Code":"inpatient_department"},{"value.display - Answers":"Emergency department MSF","value.uuid - External ID":"c709f78b-5787-4c7e-b5bd-66aad28f7ff4","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"ER MSF","DHIS2 Option UID":"v1uQIEM3yTP","DHIS2 Option Code":"emergency_department"},{"value.display - Answers":"Primary Health Center MSF","value.uuid - External ID":"82815438-a49d-48d7-a67f-dd294aa3c1e2","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Primary Health Center MSF","DHIS2 Option UID":"vcsgSPTyIPC","DHIS2 Option Code":"primary_health_center"},{"value.display - Answers":"Health Promotion/sensitization","value.uuid - External ID":"edb619d5-309f-45db-9521-70fcc22b30aa","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"HP / Sensitization","DHIS2 Option UID":"xihtGfyAQG9","DHIS2 Option Code":"sensitization"},{"value.display - Answers":"Other MSF personnel","value.uuid - External ID":"200a3de4-00a7-4a2e-a113-852013d6f4c5","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Other MSF staff","DHIS2 Option UID":"csTGh6JIRmf","DHIS2 Option Code":"other_msf_staff"},{"value.display - Answers":"MSF social worker","value.uuid - External ID":"92f7c3e2-89e1-4ebd-9da9-7c2976de815c","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"MSF social worker","DHIS2 Option UID":"cuIef31D5QL","DHIS2 Option Code":"social_work_msf"},{"value.display - Answers":"Other health structure","value.uuid - External ID":"923c6b39-4094-45e4-95ab-b44f7a381980","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Other Health Structure","DHIS2 Option UID":"bZZjZast35n","DHIS2 Option Code":"other_health_structure"},{"value.display - Answers":"Local health worker (non-MSF)","value.uuid - External ID":"54054512-7317-45c4-9494-f74be6ab4549","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Local health worker non MSF","DHIS2 Option UID":"NIXRVxxeiLm","DHIS2 Option Code":"hw_local"},{"value.display - Answers":"Institutions (NGOs/Church/IGO)","value.uuid - External ID":"f9688da4-cdcf-4cb3-90c2-263812fa064f","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Institutions (Church, NGO, International Agencies)","DHIS2 Option UID":"eHP0GjRUPx4","DHIS2 Option Code":"institutions_church_ngo_international_agencies"},{"value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Self Referral","DHIS2 Option UID":"riMSWiZKZ2Q","DHIS2 Option Code":"self_referral"},{"value.display - Answers":"Family member / friend /neighbor","value.uuid - External ID":"a8432309-bc74-4da0-8639-76988c02cbb5","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Family / Friend / Neighbor","DHIS2 Option UID":"bDu4hsAwaAB","DHIS2 Option Code":"family_friend_neighbor"},{"value.display - Answers":"Community leader","value.uuid - External ID":"8b93d848-9e20-41b3-94e5-895a356e5ed7","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Community leader","DHIS2 Option UID":"waFIAukspK9","DHIS2 Option Code":"community_leader"},{"value.display - Answers":"School / University","value.uuid - External ID":"98b1e458-2d46-4025-b912-7340f9d39610","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"School / University","DHIS2 Option UID":"ipYSgBna9cP","DHIS2 Option Code":"school_university"},{"value.display - Answers":"Authorities","value.uuid - External ID":"80575f44-be81-4694-aba4-012999328339","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Authorities","DHIS2 Option UID":"gh5agL1I7Nz","DHIS2 Option Code":"authorities"},{"value.display - Answers":"Legal attorney office","value.uuid - External ID":"14940a46-5cce-4744-ac2a-c2d1fdc64e11","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Legal attorney office","DHIS2 Option UID":"DqMj4xwn5EC","DHIS2 Option Code":"legal_attorney_office"},{"value.display - Answers":"Prosecutor office","value.uuid - External ID":"b989e916-8299-40f6-9a92-c0c8d8e70f20","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Prosecutor office","DHIS2 Option UID":"EDDo3uX7Hjp","DHIS2 Option Code":"fiscalia_de_la_mujer"},{"value.display - Answers":"Forensic department","value.uuid - External ID":"f85b0def-4af3-4901-839d-0a9dc8ace318","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Forensic department","DHIS2 Option UID":"qkalVIdgmBS","DHIS2 Option Code":"medicina_forense"},{"value.display - Answers":"CHOW (Community Health Outreach Worker)","value.uuid - External ID":"127bfdc9-8059-4421-a3cc-967bfbfee0ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"CHOW","DHIS2 Option UID":"LCk7N10isIp","DHIS2 Option Code":"chow"},{"value.display - Answers":"Community educator","value.uuid - External ID":"410a0731-cb41-4181-9897-6eb9894bf7b8","DHIS2 DE full name":"Mental Health-Baseline consultation- Patient referred by","DHIS2 DE UID":"qfYPXP76j8g","OptionSet name":"Patient referred by - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred by","DHIS2 Option name":"Community educator","DHIS2 Option UID":"PWjmOym543x","DHIS2 Option Code":"community_educattor"},{"value.display - Answers":"NGO","value.uuid - External ID":"80ea94ed-44ea-40fa-b697-98523b62df36","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 DE UID":"EqfHPdSmUyv","OptionSet name":"Patient referred by - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 Option name":"NGO","DHIS2 Option UID":"YZPzqNjIjkE","DHIS2 Option Code":"ngo"},{"value.display - Answers":"MSF ATFC","value.uuid - External ID":"6083e686-7f96-4c5c-860a-49d141b5df8c","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 DE UID":"EqfHPdSmUyv","OptionSet name":"Patient referred by - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 Option name":"MSF ATFC","DHIS2 Option UID":"eQhl8Cckky0","DHIS2 Option Code":"msf_atfc"},{"value.display - Answers":"Non-MSF ATFC","value.uuid - External ID":"dd7897b7-9a26-4df7-bc27-505f5a6b078e","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 DE UID":"EqfHPdSmUyv","OptionSet name":"Patient referred by - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 Option name":"Non-MSF ATFC","DHIS2 Option UID":"qd0LCPcNoWO","DHIS2 Option Code":"non_msf_atfc"},{"value.display - Answers":"Hospital or Health facility","value.uuid - External ID":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 DE UID":"EqfHPdSmUyv","OptionSet name":"Patient referred by - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 Option name":"Hospital or Health facility","DHIS2 Option UID":"TrHSyBJXKcT","DHIS2 Option Code":"hospital_health_facility"},{"value.display - Answers":"Self-referral","value.uuid - External ID":"8d9386b1-a641-4155-9822-7a06a16aa8e8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 DE UID":"EqfHPdSmUyv","OptionSet name":"Patient referred by - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 Option name":"Self-referral","DHIS2 Option UID":"snH8Rb7148A","DHIS2 Option Code":"self_referred"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 DE UID":"EqfHPdSmUyv","OptionSet name":"Patient referred by - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - by whom / from where","DHIS2 Option name":"Other","DHIS2 Option UID":"gyffBI4rHwm","DHIS2 Option Code":"other"},{"value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints"},{"value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.2 Eating problems","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems"},{"value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems"},{"value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems"},{"value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.5 Sexual problems","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems"},{"value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction"},{"value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.1 Sad mood","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood"},{"value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger"},{"value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia"},{"value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.4 Hopelessness","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness"},{"value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness"},{"value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts"},{"value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt"},{"value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm"},{"value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite"},{"value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.1 Constant stress","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress"},{"value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.2 Persistent worry","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry"},{"value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened"},{"value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack"},{"value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior"},{"value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts"},{"value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.2 Flashbacks","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks"},{"value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli"},{"value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response"},{"value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations"},{"value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking"},{"value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions"},{"value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations"},{"value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations"},{"value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech"},{"value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior"},{"value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation"},{"value.display - Answers":"6.1 Problems with concentration, memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning"},{"value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development"},{"value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication"},{"value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties"},{"value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures"},{"value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse"},{"value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness"},{"value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children"},{"value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity"},{"value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.5 Impulsivity","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity"},{"value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.6 Regression in development","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development"},{"value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal"},{"value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - MH","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"8.1 Other (specify)","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other"},{"value.display - Answers":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","value.uuid - External ID":"464c68b7-0fb0-495c-b931-0c1732b60397","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.1 Body pain or complaints (headache, palpitations, breathing problems, gastrointestinal, etc.)","DHIS2 Option UID":"UeYsD88aXOb","DHIS2 Option Code":"1_1_body_pain_or_complaints"},{"value.display - Answers":"1.2 Eating problems","value.uuid - External ID":"8cc7bf17-44f1-436e-9f0c-4ffed9fdd093","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.2 Eating problems","DHIS2 Option UID":"u1MYOfo6bZo","DHIS2 Option Code":"1_2_eating_problems"},{"value.display - Answers":"1.3 Sleeping problems","value.uuid - External ID":"42966954-f43f-4564-bc59-d9d133e53a75","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.3 Sleeping problems","DHIS2 Option UID":"kKLSjMaDB71","DHIS2 Option Code":"1_3_sleeping_problems"},{"value.display - Answers":"1.4 Bedwetting / retention problems","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.4 Bedwetting / retention problems","DHIS2 Option UID":"W445BWB0GQ3","DHIS2 Option Code":"1_4_Bedwetting_retention_problems"},{"value.display - Answers":"1.5 Sexual problems","value.uuid - External ID":"3ba98736-982f-4d9c-a675-f83b180a9f28","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.5 Sexual problems","DHIS2 Option UID":"qu1XKVn8CUS","DHIS2 Option Code":"1_5_sexual_problems"},{"value.display - Answers":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","value.uuid - External ID":"28adad48-b45b-46a4-ae94-4cca6118047e","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosomatic","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"1.6 Unexplained physical reaction (non-epileptic seizures, paralysis, unable to walk, unexplained fainting)","DHIS2 Option UID":"PClZEC4W4rM","DHIS2 Option Code":"1_6_unexplained_physical_reaction"},{"value.display - Answers":"2.1 Sad mood","value.uuid - External ID":"7f4699e5-e70a-49fb-bf34-c09afa867fdc","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.1 Sad mood","DHIS2 Option UID":"XPvA3hyChlA","DHIS2 Option Code":"2_1_sad_mood"},{"value.display - Answers":"2.2 Irritability / anger","value.uuid - External ID":"ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.2 Irritability / anger","DHIS2 Option UID":"vprUUUOBopr","DHIS2 Option Code":"2_2_irritability_anger"},{"value.display - Answers":"2.3 Loss of interest / anhedonia","value.uuid - External ID":"51061bb9-6084-4bb3-b83b-5c234e45b09c","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.3 Loss of interest / anhedonia","DHIS2 Option UID":"b4TqJ285UWa","DHIS2 Option Code":"2_3_loss_of_interest_anhedonia"},{"value.display - Answers":"2.4 Hopelessness","value.uuid - External ID":"ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.4 Hopelessness","DHIS2 Option UID":"Rzq6PFcbBa5","DHIS2 Option Code":"2_4_hopelessness"},{"value.display - Answers":"2.5 Guilt/self-blame/worthlessness","value.uuid - External ID":"e8166325-9ddc-4739-9452-da63ee7862d2","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.5 Guilt/self-blame/worthlessness","DHIS2 Option UID":"QZBfUwIyQm9","DHIS2 Option Code":"2_5_guilt_self_blame_worthlessness"},{"value.display - Answers":"2.6 Current suicidal thoughts","value.uuid - External ID":"4f8f7343-f191-4483-bcf9-c60027a6eca8","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.6 Current suicidal thoughts","DHIS2 Option UID":"WCyJmoOZsCZ","DHIS2 Option Code":"2_6_current_suicidal_thoughts"},{"value.display - Answers":"2.7 Recent suicidal attempt","value.uuid - External ID":"ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.7 Recent suicidal attempt","DHIS2 Option UID":"z8jBJ5nYwIS","DHIS2 Option Code":"2_7_recent_suicidal_attempt"},{"value.display - Answers":"2.8 Recent self-harm","value.uuid - External ID":"003b425a-d8c3-47ed-bbde-45a7c180c0a4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.8 Recent self-harm","DHIS2 Option UID":"XzLHZumvFOH","DHIS2 Option Code":"2_8_recent_self_harm"},{"value.display - Answers":"2.9 Changes in appetite","value.uuid - External ID":"ce47585c-fa23-4de3-9e3a-97f5eb309e72","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Depression related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"2.9 Lack of appetite","DHIS2 Option UID":"Y5NywW5KfoX","DHIS2 Option Code":"2_9_lack_of_appetite"},{"value.display - Answers":"3.1 Constant stress","value.uuid - External ID":"92d3cabc-e64c-4788-8d6b-e6e06f0b18fd","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.1 Constant stress","DHIS2 Option UID":"YpabM1EGBap","DHIS2 Option Code":"3_1_constant_stress"},{"value.display - Answers":"3.2 Persistent worry","value.uuid - External ID":"ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.2 Persistent worry","DHIS2 Option UID":"PsBi8qdxleW","DHIS2 Option Code":"3_2_persistent_worry"},{"value.display - Answers":"3.3 Intense fear / phobia / feeling threatened","value.uuid - External ID":"ae1ab702-fa58-4648-95e4-acca5c9078f7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.3 Intense fear / phobia / feeling threatened","DHIS2 Option UID":"JDP7sAjWj0r","DHIS2 Option Code":"3_3_intense_fear_phobia_feeling_threatened"},{"value.display - Answers":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","value.uuid - External ID":"473f0ea3-92e5-4a99-bbe0-358e371355ee","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.4 Panic attack (sudden intense fear with somatic symptoms such as chest pain)","DHIS2 Option UID":"hHoP5vhiGn3","DHIS2 Option Code":"3_4_panic_attack"},{"value.display - Answers":"3.5 Compulsive or repetitive behavior","value.uuid - External ID":"4fa8e185-3ce6-4bbf-92c4-12e069dc9631","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Anxiety related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"3.5 Compulsive or repetitive behavior","DHIS2 Option UID":"PgxhapZ8P9E","DHIS2 Option Code":"3_5_compulsive_or_repetitive_behavior"},{"value.display - Answers":"4.1 Intrusive feelings, thoughts","value.uuid - External ID":"ecf185bf-e3a3-4c46-948b-13dd0ddd1487","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.1 Intrusive feelings thoughts","DHIS2 Option UID":"sFbWwoZbiSF","DHIS2 Option Code":"4_1_intrusive_feelings_thoughts"},{"value.display - Answers":"4.2 Flashbacks","value.uuid - External ID":"c60a75c9-2ee9-4fb2-af53-6d730e45f074","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.2 Flashbacks","DHIS2 Option UID":"FibcXxxITz4","DHIS2 Option Code":"4_2_flashbacks"},{"value.display - Answers":"4.3 Avoidance of traumatic stimuli","value.uuid - External ID":"94083de5-2603-4b26-a6d8-ec4459f9eced","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.3 Avoidance of traumatic stimuli","DHIS2 Option UID":"TzFciNtGU4L","DHIS2 Option Code":"4_3_avoidance_of_traumatic_stimuli"},{"value.display - Answers":"4.4 Hypervigilance / excessive startle response","value.uuid - External ID":"06a3663d-f7c7-451d-a2e5-1daedfa7abb5","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.4 Hypervigilance / excessive startle response","DHIS2 Option UID":"Uhj6bkTtm2b","DHIS2 Option Code":"4_4_hypervigilance_excessive_startle_response"},{"value.display - Answers":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","value.uuid - External ID":"e5f10e57-9d21-4d27-b2c9-e03aa535b76a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.5 Trauma-related hallucinations (hearing voices associated with the traumatic event, seeing dead persons as cultural expression of distress)","DHIS2 Option UID":"DqF1son0fxy","DHIS2 Option Code":"4_5_trauma_related_hallucinations"},{"value.display - Answers":"4.6 Child has stopped talking","value.uuid - External ID":"96eca5fb-417d-4fdb-ab32-e701eb0f8e21","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Trauma related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"4.6 Child has stopped talking","DHIS2 Option UID":"xrr1xtIehD9","DHIS2 Option Code":"4_6_child_has_stopped_talking"},{"value.display - Answers":"5.1 Delusions (false beliefs)","value.uuid - External ID":"452fa7bf-ea9a-4057-bf15-bbc6c52284d4","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.1 Delusions (false beliefs)","DHIS2 Option UID":"vAcyKlSrQOK","DHIS2 Option Code":"5_1_delusions"},{"value.display - Answers":"5.2 Visual hallucinations","value.uuid - External ID":"c841b5eb-e2d8-49c9-9f1b-43944d9980e6","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.2 Visual hallucinations","DHIS2 Option UID":"lsyUg99Xik2","DHIS2 Option Code":"5_2_visual_hallucinations"},{"value.display - Answers":"5.3 Auditory hallucinations","value.uuid - External ID":"3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.3 Auditory hallucinations","DHIS2 Option UID":"BPYqkKFsav2","DHIS2 Option Code":"5_3_auditory_hallucinations"},{"value.display - Answers":"5.4 Disorganized thought /speech","value.uuid - External ID":"dfaf113c-72f2-4865-81c9-31aba9e95a74","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.4 Disorganized thought /speech","DHIS2 Option UID":"f50m0IXJNZ1","DHIS2 Option Code":"5_4_disorganized_thought_speech"},{"value.display - Answers":"5.5 Bizarre behavior","value.uuid - External ID":"8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.5 Bizarre behavior","DHIS2 Option UID":"SSaShXgyswX","DHIS2 Option Code":"5_5_bizarre_behavior"},{"value.display - Answers":"5.6 Psychotic agitation","value.uuid - External ID":"cda4f471-1da9-4192-8f26-ecec35775d5a","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Psychosis related","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"5.6 Psychotic agitation","DHIS2 Option UID":"BbQwHHYdAtY","DHIS2 Option Code":"5_6_psychotic_agitation"},{"value.display - Answers":"6.1 Problems with concentration memory or reasoning","value.uuid - External ID":"44274d50-bb85-4f20-9b55-d08f60343c38","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.1 Problems with concentration memory or reasoning","DHIS2 Option UID":"HxamZeSwli0","DHIS2 Option Code":"6_1_problems_with_concentration_memory_or_reasoning"},{"value.display - Answers":"6.2 Delayed development (milestones)","value.uuid - External ID":"66e446ee-8f82-4f2a-808f-00d664ac92de","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.2 Delayed development (milestones)","DHIS2 Option UID":"zAXxqqhE7hH","DHIS2 Option Code":"6_2_delayed_development"},{"value.display - Answers":"6.3 Abnormal social interaction and communication","value.uuid - External ID":"08e5f461-0f71-4d23-95a0-1e4ae3d141ab","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.3 Abnormal social interaction and communication","DHIS2 Option UID":"p1PiLH5LcpL","DHIS2 Option Code":"6_3_abnormal_social_interaction_and_communication"},{"value.display - Answers":"6.4 Learning difficulties","value.uuid - External ID":"9240ed56-8ba2-4ef2-b42f-e84179fcc333","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.4 Learning difficulties","DHIS2 Option UID":"ov5D4toFD3q","DHIS2 Option Code":"6_4_learning_difficulties"},{"value.display - Answers":"6.5 Epileptic seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Neurocognitive problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"6.5 Epileptic seizures","DHIS2 Option UID":"dpdekdgiUMZ","DHIS2 Option Code":"6_5_epileptic_seizures"},{"value.display - Answers":"7.1 Alcohol / substance abuse","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.1 Alcohol / substance abuse","DHIS2 Option UID":"u6J5PRo76eL","DHIS2 Option Code":"7_1_alcohol_substance_abuse"},{"value.display - Answers":"7.2 Aggressiveness","value.uuid - External ID":"977e8c6f-befa-4af3-87e1-1d29a57450c1","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.2 Aggressiveness","DHIS2 Option UID":"ZJKWvyAYFU4","DHIS2 Option Code":"7_2_aggressiveness"},{"value.display - Answers":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.3 Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)","DHIS2 Option UID":"XwiwuWP5Sze","DHIS2 Option Code":"7_3_conduct_problems_in_children"},{"value.display - Answers":"7.4 Hypo- or hyperactivity","value.uuid - External ID":"520eccda-99f4-4cab-950b-260cfe3ab767","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.4 Hypo or hyperactivity","DHIS2 Option UID":"D655HPkg8Sw","DHIS2 Option Code":"7_4_hypo_or_hyperactivity"},{"value.display - Answers":"7.5 Impulsivity","value.uuid - External ID":"12723e41-2955-4917-971c-7f05849412d7","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.5 Impulsivity","DHIS2 Option UID":"L6gwT6cBFEk","DHIS2 Option Code":"7_5_impulsivity"},{"value.display - Answers":"7.6 Regression in development","value.uuid - External ID":"c09cde65-4fa8-47bc-b795-06ccf0be1d8b","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.6 Regression in development","DHIS2 Option UID":"rhQpTzDeQPW","DHIS2 Option Code":"7_6_regression_in_development"},{"value.display - Answers":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","value.uuid - External ID":"07ff1a8a-2a0b-4e28-83ec-8c82f0681738","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Behavior problems","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"7.7 Social withdrawal (isolation/reduced attachment/involvement)","DHIS2 Option UID":"xBuK70tTHrj","DHIS2 Option Code":"7_7_social_withdrawal"},{"value.display - Answers":"8.1 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Signs and symptoms 1","DHIS2 DE UID":"PCGI7EnvCQS","OptionSet name":"Current symptoms or complaints - Other symptoms","DHIS2 Option Set UID":"Mental Health-Baseline - Signs and symptoms","DHIS2 Option name":"8.1 Other (specify)","DHIS2 Option UID":"tkP1jOd01Pn","DHIS2 Option Code":"8_1_other"},{"value.display - Answers":"1. Acute stress reaction","value.uuid - External ID":"a2f8295b-1259-481f-8ef3-34e213b7b4d6","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Acute stress reaction","DHIS2 Option UID":"I2TnSpzmNZV","DHIS2 Option Code":"acute_stress_reaction"},{"value.display - Answers":"2. Bereavement/grief","value.uuid - External ID":"7d486d0c-0e2b-475d-8e17-07296cc624b9","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Bereavement / grief","DHIS2 Option UID":"fiMmy7FVXqj","DHIS2 Option Code":"bereavement_grief"},{"value.display - Answers":"3. Post-Traumatic Stress Disorder","value.uuid - External ID":"ec7a63e8-5d0b-4dcf-8f72-7529c1df699a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Post-Traumatic Stress Disorder","DHIS2 Option UID":"GtXv2BevE4i","DHIS2 Option Code":"ptsd"},{"value.display - Answers":"4. Conversion/Dissociative reaction","value.uuid - External ID":"58881584-4f0e-4cf3-b2bf-d9f0898ae106","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Dissociative / Conversive disorder","DHIS2 Option UID":"DzEHTmwsbwz","DHIS2 Option Code":"dissociative_onversive_disorder"},{"value.display - Answers":"5. Anxiety Disorder","value.uuid - External ID":"2564bdee-c24c-4d96-903e-d44010f2a8ec","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Anxiety Disorder","DHIS2 Option UID":"RBjv7HDiR95","DHIS2 Option Code":"anxiety_disorder"},{"value.display - Answers":"6. Medically Unexplained Physical Symptoms (MUPS)","value.uuid - External ID":"9df01581-6135-4876-8fb8-cbaaa522064e","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Medically Unexplained Physical Symptoms","DHIS2 Option UID":"bCJLe9PMYeL","DHIS2 Option Code":"mups"},{"value.display - Answers":"7. Depression","value.uuid - External ID":"2066f043-2f21-4c19-8c04-77301d7404f9","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Depression","DHIS2 Option UID":"cBAzRxJxoKF","DHIS2 Option Code":"depression"},{"value.display - Answers":"8. Self-harming behavior/suicide attempt","value.uuid - External ID":"b27187bd-e94a-4dbc-9a77-46c0cefad25a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Self-harm / suicide","DHIS2 Option UID":"StKvhy342Ik","DHIS2 Option Code":"self_harm_suicide"},{"value.display - Answers":"9. Acute psychosis (incl. post-partum psychosis)","value.uuid - External ID":"b33dac1c-b0c0-4fcd-b639-661bb6678924","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Acute psychosis","DHIS2 Option UID":"RU3BLFqOhZe","DHIS2 Option Code":"acute_psychosis"},{"value.display - Answers":"10. Chronic psychosis (incl. schizophrenia)","value.uuid - External ID":"97f1f41-b0c7-407d-b95f-b1e26c3fd23c","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Chronic psychosis","DHIS2 Option UID":"ndznYG4Vbbs","DHIS2 Option Code":"chronic_psychosis"},{"value.display - Answers":"11. Bipolar disorder (incl. mania)","value.uuid - External ID":"1ba02bf8-6bbe-46a6-baff-d18b5c9f6425","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Bipolar disorder","DHIS2 Option UID":"V30FRwMiqy7","DHIS2 Option Code":"bipolar_disorder"},{"value.display - Answers":"12. Enuresis / Encopresis","value.uuid - External ID":"a22392b2-c8dc-43b5-8f8a-b18a223f25f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Enuresis","DHIS2 Option UID":"Ef59Tr7bwiG","DHIS2 Option Code":"enuresis"},{"value.display - Answers":"13. Developmental disorder (incl. intellectual disability, autism)","value.uuid - External ID":"63f73696-3d7c-4dc5-8c16-5382c20c3f9f","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Developmental disorder (incl. intellectual disability, autism)","DHIS2 Option UID":"veb2vWtp2QT","DHIS2 Option Code":"developmental_disorder"},{"value.display - Answers":"14. Childhood behavioral disorder (incl. ADHD, conduct disorder)","value.uuid - External ID":"1189fb28-8d79-4d69-a434-63fed6e0ea60","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Childhood behavioral disorder","DHIS2 Option UID":"k6LNSHULzvA","DHIS2 Option Code":"childhood_behavioral_disorder"},{"value.display - Answers":"15. Childhood emotional disorder","value.uuid - External ID":"52d85e63-b238-4161-985c-97f75ad80c9a","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Childhood emotional disorder","DHIS2 Option UID":"JznaioxOZKP","DHIS2 Option Code":"childhood_emotional_disorder"},{"value.display - Answers":"16. Substance-related disorder","value.uuid - External ID":"fcc01124-3d7b-4e6f-be35-50233a7f64cb","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Substance-related disorders","DHIS2 Option UID":"HllN5G1TKNb","DHIS2 Option Code":"substance_related_disorders"},{"value.display - Answers":"17. Epilepsy / seizures","value.uuid - External ID":"88f53582-4db7-4936-970d-7b6f685f0c68","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Epilepsy / seizures","DHIS2 Option UID":"KYmRwgkkgsl","DHIS2 Option Code":"epilepsy_seizures"},{"value.display - Answers":"18. Other disorder","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"Other disorder, specify","DHIS2 Option UID":"G7j5nsi8r7T","DHIS2 Option Code":"other_disorder_specify"},{"value.display - Answers":"19. No diagnosis","value.uuid - External ID":"dc77c73a-5ce5-4aac-821e-81f19f81b65f","DHIS2 DE full name":"Mental Health-Baseline consultation - Clinical diagnosis","DHIS2 DE UID":"RqsvaPH9vHt","OptionSet name":"Clinical diagnosis - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Clinical diagnosis","DHIS2 Option name":"No diagnosis","DHIS2 Option UID":"qNroeJqYQmn","DHIS2 Option Code":"no_diagnosis"},{"value.display - Answers":"1. Psychosomatic","value.uuid - External ID":"c899d33a-adde-4c70-ad65-2326b8843e3b","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"1. Psychosomatic","DHIS2 Option UID":"YLwstT7QxPg","DHIS2 Option Code":"1_psychosomatic"},{"value.display - Answers":"2. Depression related","value.uuid - External ID":"7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"2. Depression related","DHIS2 Option UID":"IEdTLNPdysy","DHIS2 Option Code":"2_depression_related"},{"value.display - Answers":"3. Anxiety related","value.uuid - External ID":"241b3278-3803-478b-8484-70e2b17e5543","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"3. Anxiety related","DHIS2 Option UID":"WgBIYmHZdJc","DHIS2 Option Code":"3_anxiety_related"},{"value.display - Answers":"4. Trauma related","value.uuid - External ID":"3a0c003c-9149-4a5f-a236-ed5d61231950","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"4. Trauma related","DHIS2 Option UID":"vC3XeVwbmLY","DHIS2 Option Code":"4_trauma_related"},{"value.display - Answers":"5. Psychosis related","value.uuid - External ID":"612c130a-0ae9-4565-af09-b5437334c742","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"5. Psychosis related","DHIS2 Option UID":"NuEhgdvdwHA","DHIS2 Option Code":"5_psychosis_related"},{"value.display - Answers":"6. Neuro cognitive problems","value.uuid - External ID":"a5b552b6-44db-42f1-a436-6f2f12de471e","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"6. Neuro cognitive problems","DHIS2 Option UID":"x9vk1fImSr7","DHIS2 Option Code":"6_neuro_cognitive_problems"},{"value.display - Answers":"7. Behaviour problems","value.uuid - External ID":"5b271a75-d44b-466a-8baf-71153dc1895c","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"7. Behaviour problems","DHIS2 Option UID":"S5v9RKrCwIx","DHIS2 Option Code":"7_behaviour_problems"},{"value.display - Answers":"8. Other symptoms","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of symptoms","DHIS2 DE UID":"YfcNA5bvkxT","OptionSet name":"Main category of symptoms - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Main category of symptoms","DHIS2 Option name":"8. Other symptoms","DHIS2 Option UID":"GaJQMD4oqS5","DHIS2 Option Code":"8_other_symptoms"},{"value.display - Answers":"1 - 3 days","value.uuid - External ID":"a3d78d0a-613d-46ab-ae00-de985dd822eb","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 3 days","DHIS2 Option UID":"Syw1PVWr0UX","DHIS2 Option Code":"1_3_days"},{"value.display - Answers":"4 - 7 days","value.uuid - External ID":"7a5a7a86-1ebf-4309-915a-d58e6c907db1","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"4 - 7 days","DHIS2 Option UID":"jVQNrNJHHkN","DHIS2 Option Code":"4_7_days"},{"value.display - Answers":"1 - 4 weeks","value.uuid - External ID":"d5ea3587-be05-4b66-809c-3c63481300b3","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 4 weeks","DHIS2 Option UID":"IcUeaP23Ayu","DHIS2 Option Code":"1_4_weeks"},{"value.display - Answers":"1 - 6 months","value.uuid - External ID":"a2ffa3e1-eabe-4417-af29-09ea962d584e","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"1 - 6 months","DHIS2 Option UID":"qgvtHQTTScW","DHIS2 Option Code":"1_6_months"},{"value.display - Answers":"6 - 12 months","value.uuid - External ID":"f9c40a2d-7e94-418b-b222-e73959845e4d","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"6 - 12 months","DHIS2 Option UID":"y6MYfCvaJkX","DHIS2 Option Code":"6_12_months"},{"value.display - Answers":"> 1 year","value.uuid - External ID":"f7ae6f81-0dcf-4316-9706-26d96a8d9c1e","DHIS2 DE full name":"Mental Health-Baseline consultation- Duration of the main symptom","DHIS2 DE UID":"vC3bg9NwJ78","OptionSet name":"Duration of the main symptom - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Duration of the main symptom","DHIS2 Option name":"> 1 year","DHIS2 Option UID":"ACcQT2fwiwz","DHIS2 Option Code":">1_year"},{"value.display - Answers":"0 - 4","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- PHQ 9","DHIS2 DE UID":"tsFOVnlc6lz","OptionSet name":"PHQ9 - Ranges - Baseline","DHIS2 Option Set UID":"Mental Health-Baseline- PHQ 9","DHIS2 Option name":"0 - 4","DHIS2 Option UID":"WckhKgP63BA","DHIS2 Option Code":"0_4"},{"value.display - Answers":"5 - 9","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- PHQ 9","DHIS2 DE UID":"tsFOVnlc6lz","OptionSet name":"PHQ9 - Ranges - Baseline","DHIS2 Option Set UID":"Mental Health-Baseline- PHQ 9","DHIS2 Option name":"5 - 9","DHIS2 Option UID":"YkBcbx6RBHh","DHIS2 Option Code":"5_9"},{"value.display - Answers":"10 - 14","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- PHQ 9","DHIS2 DE UID":"tsFOVnlc6lz","OptionSet name":"PHQ9 - Ranges - Baseline","DHIS2 Option Set UID":"Mental Health-Baseline- PHQ 9","DHIS2 Option name":"10 - 14","DHIS2 Option UID":"AJWrsjJAliA","DHIS2 Option Code":"10_14"},{"value.display - Answers":"15 - 19","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- PHQ 9","DHIS2 DE UID":"tsFOVnlc6lz","OptionSet name":"PHQ9 - Ranges - Baseline","DHIS2 Option Set UID":"Mental Health-Baseline- PHQ 9","DHIS2 Option name":"15 - 19","DHIS2 Option UID":"q0ubDgXvYpV","DHIS2 Option Code":"15_19"},{"value.display - Answers":">=20","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- PHQ 9","DHIS2 DE UID":"tsFOVnlc6lz","OptionSet name":"PHQ9 - Ranges - Baseline","DHIS2 Option Set UID":"Mental Health-Baseline- PHQ 9","DHIS2 Option name":">=20","DHIS2 Option UID":"vq07JGEe2mq","DHIS2 Option Code":">20"},{"value.display - Answers":"0 - 4","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Follow-up consultation- PHQ 9","DHIS2 DE UID":"faQI7NN3hyp","OptionSet name":"PHQ9 - Ranges - Follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- PHQ 9","DHIS2 Option name":"0 - 4","DHIS2 Option UID":"Qkti5idUkD8","DHIS2 Option Code":"0_4"},{"value.display - Answers":"5 - 9","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Follow-up consultation- PHQ 9","DHIS2 DE UID":"faQI7NN3hyp","OptionSet name":"PHQ9 - Ranges - Follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- PHQ 9","DHIS2 Option name":"5 - 9","DHIS2 Option UID":"GNedenQPj9c","DHIS2 Option Code":"5_9"},{"value.display - Answers":"10 - 14","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Follow-up consultation- PHQ 9","DHIS2 DE UID":"faQI7NN3hyp","OptionSet name":"PHQ9 - Ranges - Follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- PHQ 9","DHIS2 Option name":"10 - 14","DHIS2 Option UID":"uy7o8jI6A4X","DHIS2 Option Code":"10_14"},{"value.display - Answers":"15 - 19","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Follow-up consultation- PHQ 9","DHIS2 DE UID":"faQI7NN3hyp","OptionSet name":"PHQ9 - Ranges - Follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- PHQ 9","DHIS2 Option name":"15 - 19","DHIS2 Option UID":"BgidnykIBFl","DHIS2 Option Code":"15_19"},{"value.display - Answers":">=20","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Follow-up consultation- PHQ 9","DHIS2 DE UID":"faQI7NN3hyp","OptionSet name":"PHQ9 - Ranges - Follow-up","DHIS2 Option Set UID":"Mental Health-Follow up- PHQ 9","DHIS2 Option name":">=20","DHIS2 Option UID":"gYuya0VtTv3","DHIS2 Option Code":">20"},{"value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"0","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-s_score|0"},{"value.display - Answers":"1 - Normal/not ill","value.uuid - External ID":"d884d3dd-7649-4260-b139-2d740baf9767","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"1","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-s_score|1"},{"value.display - Answers":"2 - Suspected mentally ill","value.uuid - External ID":"031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"2","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-s_score|2"},{"value.display - Answers":"3 - Mildly ill","value.uuid - External ID":"c90610d0-29ee-437e-af93-7bcc49fda2f1","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"3","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-s_score|3"},{"value.display - Answers":"4 - Moderately ill","value.uuid - External ID":"e81cfac7-6c80-4e1b-af86-3d896c9bbdac","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"4","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-s_score|4"},{"value.display - Answers":"5 - Markedly ill","value.uuid - External ID":"cf122053-f10b-4450-89e1-ed9adabb413c","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"5","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-s_score|5"},{"value.display - Answers":"6 - Severely ill","value.uuid - External ID":"a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"6","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-s_score|6"},{"value.display - Answers":"7 - Extremely ill patient","value.uuid - External ID":"0f115f25-cdd0-49c3-b009-ba9acb041fef","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-S","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"7","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-s_score|7"},{"value.display - Answers":"0 - Not assessed","value.uuid - External ID":"eb770ad7-b106-4255-83bd-2dc284fbd7ce","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"0","DHIS2 Option UID":"G9EBBmiN9xy","DHIS2 Option Code":"cgi-i_score|0"},{"value.display - Answers":"1 - Very much improved","value.uuid - External ID":"7f91e377-d1bf-4d59-b2fd-ad21c08a833a","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"1","DHIS2 Option UID":"kA0sL0CXSw6","DHIS2 Option Code":"cgi-i_score|1"},{"value.display - Answers":"2 - Much improved","value.uuid - External ID":"a8db8105-87a7-47b9-8aad-7b524ed8f530","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"2","DHIS2 Option UID":"JZ7qkt6RFC8","DHIS2 Option Code":"cgi-i_score|2"},{"value.display - Answers":"3 - Minimally improved","value.uuid - External ID":"e19f352f-b693-434a-af4d-2813487de15c","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"3","DHIS2 Option UID":"Wdl3QmheipE","DHIS2 Option Code":"cgi-i_score|3"},{"value.display - Answers":"4 - No change","value.uuid - External ID":"6e4cc3f3-9e9a-4fd6-ac3e-cf2acd701c91","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"4","DHIS2 Option UID":"nCM6PF4SB9r","DHIS2 Option Code":"cgi-i_score|4"},{"value.display - Answers":"5 - Minimally worse","value.uuid - External ID":"65ff54d3-f624-463d-8da9-655c3586ad1f","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"5","DHIS2 Option UID":"nIwgqWMPi2T","DHIS2 Option Code":"cgi-i_score|5"},{"value.display - Answers":"6 - Much worse","value.uuid - External ID":"a666c8f2-d5c8-4646-9a89-cfb597bb5380","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"6","DHIS2 Option UID":"UD0mFMSQCkc","DHIS2 Option Code":"cgi-i_score|6"},{"value.display - Answers":"7 - Very much worse","value.uuid - External ID":"ece17856-b110-4453-9bc5-a92891f86846","DHIS2 DE full name":"Mental Health-Baseline consultation- CGI-S","DHIS2 DE UID":"qacGXlyyQOS","OptionSet name":"CGI-I","DHIS2 Option Set UID":"Mental Health-Baseline- CGI-S","DHIS2 Option name":"7","DHIS2 Option UID":"FYnMWvKXosf","DHIS2 Option Code":"cgi-i_score|7"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 1?","DHIS2 DE UID":"qgfKPlIHjcD","OptionSet name":"Type of violence","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 2?","DHIS2 DE UID":"TjNs41OJDqW","OptionSet name":"Type of violence 2","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"Physical","value.uuid - External ID":"6473ad84-53e1-4bb0-bb25-32ac424aaa97","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Physical","DHIS2 Option UID":"h2DdKZx4Vmo","DHIS2 Option Code":"physical"},{"value.display - Answers":"Psychological","value.uuid - External ID":"5d595702-1991-47fa-bea1-8682e23c62bd","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Psychological","DHIS2 Option UID":"IB5Dcn2mt73","DHIS2 Option Code":"psychic"},{"value.display - Answers":"Sexual","value.uuid - External ID":"51c61fb2-017e-43d7-9195-e95cc2cb9304","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Sexual","DHIS2 Option UID":"sXpow8pqklC","DHIS2 Option Code":"sexual"},{"value.display - Answers":"Verbal","value.uuid - External ID":"58bdf548-26ee-42da-8837-8ecaf82fce1d","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Verbal","DHIS2 Option UID":"x2WEys3MnzF","DHIS2 Option Code":"verbal"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- If yes, what type of violence 3?","DHIS2 DE UID":"JH5B8Fns8k5","OptionSet name":"Type of violence 3","DHIS2 Option Set UID":"Mental Health-Baseline- Aggression/violence type","DHIS2 Option name":"Other","DHIS2 Option UID":"memzDtuyqNN","DHIS2 Option Code":"other"},{"value.display - Answers":"< 24 hrs","value.uuid - External ID":"63a236d1-add1-49ec-88c9-8e89108a71f2","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"< 24 hrs","DHIS2 Option UID":"rboxGBCpxP5","DHIS2 Option Code":"< 24 hrs"},{"value.display - Answers":"24 -72hrs","value.uuid - External ID":"8d9cf61e-1f64-4f25-b202-52da17e8c634","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"24 -72hrs","DHIS2 Option UID":"Fi67snqrRPm","DHIS2 Option Code":"24 -72hrs"},{"value.display - Answers":"Less than 1 month","value.uuid - External ID":"0e298528-7c8c-4724-a24f-d71ee7c1ebea","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Less than 1 month","DHIS2 Option UID":"W90N4TbsQYD","DHIS2 Option Code":"less_than_1_month"},{"value.display - Answers":"Less than 1 year","value.uuid - External ID":"b5b58ef8-1bdf-4c14-9384-afbeb848d571","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Less than 1 year","DHIS2 Option UID":"NEIhaoKeaqc","DHIS2 Option Code":"less_than_1_year"},{"value.display - Answers":">= 1 year","value.uuid - External ID":"4a17e0a6-1add-49a6-9831-d8ad7c647ec9","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":">= 1 year","DHIS2 Option UID":"ifUaNyIglm3","DHIS2 Option Code":">= 1_year"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Mental Health-Baseline consultation - Time between violence event and consultation","DHIS2 DE UID":"S22iy8o0iLg","OptionSet name":"Time between violence event and consultation","DHIS2 Option Set UID":"Mental Health-Baseline- Time between violence event and consultation","DHIS2 Option name":"Unknown","DHIS2 Option UID":"Ldq2j9ZBfMI","DHIS2 Option Code":"unknown"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / precipitating events","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Medical conditions","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Violence","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Separation or loss","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Disaster","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 1","DHIS2 DE UID":"v0qFX0qv1tX","OptionSet name":"Past / Precipitating Events - Other","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 2","DHIS2 DE UID":"SsQqwDBGxjh","OptionSet name":"Precipitating event 2","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"1.1 Highly stigmatizing disease (HIV/AIDS, FHF, cancer, etc.)","value.uuid - External ID":"6e02debd-31eb-4112-8566-00e520835c76","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.1 Highly stigmatizing diseases","DHIS2 Option UID":"UtZAg9HOl2X","DHIS2 Option Code":"1_1_highly_stigmatized_diesases_aids_fhf_cancer_et"},{"value.display - Answers":"1.2 Severe medical condition (malnutrition, disability, sexual or reproductive problems, etc.)","value.uuid - External ID":"ccd5d010-12c7-44d7-966e-c5b17c02e3a2","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.2 Severe medical condition","DHIS2 Option UID":"kwVbO7rEDpa","DHIS2 Option Code":"1_2_severe_medical_condition_malnutrition_handicap"},{"value.display - Answers":"1.3 Unwanted pregnancy","value.uuid - External ID":"35910034-cc37-4dd1-abb7-ce140b0eff2b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.3 Unwanted pregnancy","DHIS2 Option UID":"adcxJg5csrG","DHIS2 Option Code":"1_3_unwanted_pregnancy"},{"value.display - Answers":"1.4 History of psychiatric problems","value.uuid - External ID":"72ad3cc7-820c-4799-ab1c-36ad8f1ca97d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.4 History of psychological or psychiatric problem","DHIS2 Option UID":"opjcxJLoee0","DHIS2 Option Code":"1_4_history_of_psychological_or_psychiatric_disord"},{"value.display - Answers":"1.5 Chronic disease (diabetes, hypertension, cancer, etc.) ","value.uuid - External ID":"4bf7b376-9193-4ee4-a51a-445d07d2d22b","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.5 Chronic Illness (diabetes, Hypertension, Cancer, etc)","DHIS2 Option UID":"oVNm1SpwSAX","DHIS2 Option Code":"1_5_chronic_illness_diabetes_hypertension_cancer_e"},{"value.display - Answers":"1.6 Family member with a serious medical condition","value.uuid - External ID":"42e8ab5a-607f-4259-a23f-9f9bac5d5b46","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"1.6 Family member with serious medical condition","DHIS2 Option UID":"hvzUIWVm3VY","DHIS2 Option Code":"1_6_family_member_disease"},{"value.display - Answers":"2.1 Sexual violence within the family","value.uuid - External ID":"5cccf137-2952-4c9b-b879-b4ed2a9be621","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.1 Sexual violence within the family","DHIS2 Option UID":"ucH7Y0tMLZ1","DHIS2 Option Code":"2_1_sexual_violence_inside_family"},{"value.display - Answers":"2.2 Sexual violence outside the family","value.uuid - External ID":"dbe73631-79ae-4ab9-a3c8-65d6732c8714","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.10 Witnessed violence / killing / threats","DHIS2 Option UID":"KSmryqQSjor","DHIS2 Option Code":"2_1_witnessed_violence_killing_threats"},{"value.display - Answers":"2.3 Exposed to war","value.uuid - External ID":"cf28335f-d72c-440a-afc1-bcca39b51155","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.11 Forced to flee / IDP / refugee / migration","DHIS2 Option UID":"f4ZY0427W7U","DHIS2 Option Code":"2_1_forced_to_flee_idp_refugee_migration"},{"value.display - Answers":"2.4 Incarceration/detention","value.uuid - External ID":"66492df1-6d26-498a-b6c7-b10931da1642","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.12 Target of social stigma / Marginalisation and discrimination","DHIS2 Option UID":"SIPCKdn1Dpv","DHIS2 Option Code":"2_1_marginalistation_target_of_social_stigma_and_d"},{"value.display - Answers":"2.5 Hostage/kidnapping/forced recruitment","value.uuid - External ID":"8917acb0-e25d-4f9e-84bb-cae9998abf35","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.13 Other physical violence (wounded, beaten, tortured)","DHIS2 Option UID":"V21lI1g5Fr7","DHIS2 Option Code":"2_1_other_physical_violence_wounded_beaten_torture"},{"value.display - Answers":"2.6 Deportation","value.uuid - External ID":"f279409d-71ba-41c6-8301-76ee90d239dc","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.14 Forced curfew and confinement","DHIS2 Option UID":"Q2Ue5Ws3Efj","DHIS2 Option Code":"2_1_curfew_and_confinement"},{"value.display - Answers":"2.7 Domestic violence","value.uuid - External ID":"e25f9ca1-0b33-4765-a8c4-5da48289bda7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.15 Suicide/suicide attempt","DHIS2 Option UID":"plG9iz6KL0j","DHIS2 Option Code":"2_15_suicide"},{"value.display - Answers":"2.8 Victim of threats","value.uuid - External ID":"7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.16 Self harming/mutilation","DHIS2 Option UID":"Sl40bVhY9x2","DHIS2 Option Code":"2_16_self_harming"},{"value.display - Answers":"2.9 Victim of human trafficking or smuggling","value.uuid - External ID":"5958f0fd-c755-4640-80d7-5ef0f9522b2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.17 Family member experienced an act of violence","DHIS2 Option UID":"c4izXXVfrTG","DHIS2 Option Code":"2_17_family_act_violence"},{"value.display - Answers":"2.10 Witness violence/killings/threats","value.uuid - External ID":"107a7f52-f95d-447f-bf1a-c801e1a0082c","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.18 Adult forced marriage","DHIS2 Option UID":"EnWWuU1n0rG","DHIS2 Option Code":"2.18_adult_forced_marriage"},{"value.display - Answers":"2.11 Forced to flee (IDP/refugee/migrant)","value.uuid - External ID":"a8b0e025-a735-407b-b958-fe9b29c370e7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.19 Child marriage","DHIS2 Option UID":"NMAgNOD3HQL","DHIS2 Option Code":"2.19_child_marriage"},{"value.display - Answers":"2.12 Target of stigma/discrimination/marginalization","value.uuid - External ID":"e702655a-57af-457a-a1ae-42e31f119f80","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.2 Sexual violence outside family","DHIS2 Option UID":"SjIexWH6Yol","DHIS2 Option Code":"2_2_sexual_violence_outside_family"},{"value.display - Answers":"2.13 Other violence (wounded/beaten/torture)","value.uuid - External ID":"c80eb3f7-31b1-4717-a78d-0aac623fc129","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.3 Combat experience / Exposure to war","DHIS2 Option UID":"LmfJQGG1kCh","DHIS2 Option Code":"2_3_combat_experience"},{"value.display - Answers":"2.14 Forced curfew or confinement","value.uuid - External ID":"ea673f5c-5f99-4da5-9f41-92c21446de31","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.4 Incarceration / Detention","DHIS2 Option UID":"Tm51ZasLMf0","DHIS2 Option Code":"2_4_incarceration_detention"},{"value.display - Answers":"2.15 History of suicide attempts","value.uuid - External ID":"160734e2-e5ed-44e9-b573-bdbb6e619e30","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.5 Hostage / Kidnapping / Forced recruitment (by armed groups)","DHIS2 Option UID":"evX4dDNHfhg","DHIS2 Option Code":"2_5_hostage_kidnapping_forced_recruitment_by_armed"},{"value.display - Answers":"2.16 History of self-harm/mutilation","value.uuid - External ID":"19408a7e-e17e-4040-adec-d6aa426564ce","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.6 Deportation","DHIS2 Option UID":"Uvk4jImA6wf","DHIS2 Option Code":"2_6_deportation"},{"value.display - Answers":"2.17 Family members lived a violent experience","value.uuid - External ID":"5a462534-7605-4137-8d5c-503584538eb4","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.7 Domestic violence","DHIS2 Option UID":"Mk5Lqn9HUpX","DHIS2 Option Code":"2_7_domestic_violence"},{"value.display - Answers":"2.18 Adult forced marriage ","value.uuid - External ID":"a725a884-e785-4c08-b08a-386d8652faaf","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.8 Received threats","DHIS2 Option UID":"fHXyGJXvI52","DHIS2 Option Code":"2_8_received_threats"},{"value.display - Answers":"2.19 Child marriage","value.uuid - External ID":"cf6a1837-ad3a-4efc-b99f-4c7679a171d6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"2.9 Victim of human trafficking / smuggling","DHIS2 Option UID":"BX90V68ibIY","DHIS2 Option Code":"2_9_victim_of_human_trafficking_smuggling"},{"value.display - Answers":"3.1 Family member killed or missing (arrested / detained / disappeared) ","value.uuid - External ID":"4e3ab089-6a99-4e15-8883-3c49a150e6c6","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.1 Family member(s) killed / missing","DHIS2 Option UID":"mpqu4T3wVmL","DHIS2 Option Code":"3_1_family_members_killed_missing"},{"value.display - Answers":"3.2 Unaccompanied minor or orphaned","value.uuid - External ID":"b10b3c8c-2f11-4f0e-9f45-2959a45997c8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.2 Unaccompanied minor / orphan","DHIS2 Option UID":"ml49BYDG4l2","DHIS2 Option Code":"3_2_unaccompanied_minor_orphan"},{"value.display - Answers":"3.3 Negligence of caretakers","value.uuid - External ID":"f2be320d-7757-4525-bcb0-6005368982d7","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.3 Negligence of caretakers","DHIS2 Option UID":"LdTBdS7JiAN","DHIS2 Option Code":"3_3_caretaker_neglected_to_children"},{"value.display - Answers":"3.4 Property destroyed or lost","value.uuid - External ID":"979b6137-2d14-412d-8e07-d3f2a1743deb","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.4 Property destroyed or lost","DHIS2 Option UID":"ZlHWfTaK2nv","DHIS2 Option Code":"3_4_property_destroyed_or_lost"},{"value.display - Answers":"3.5 Loss of income","value.uuid - External ID":"c88d3256-f445-4eee-8aac-c31542386f23","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.5 Loss of income","DHIS2 Option UID":"gzuSTngPfWO","DHIS2 Option Code":"3_5_loss_of_family_income"},{"value.display - Answers":"3.6 Death of family member (natural or accidental death)","value.uuid - External ID":"a98876f1-98f2-4821-b7d4-e2510b4ac3f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.6 Family member died (natural death or accident)","DHIS2 Option UID":"CkyfQyDXdyz","DHIS2 Option Code":"3_6_family_member_died_natural_death_or_accident"},{"value.display - Answers":"3.7 Relationship problems","value.uuid - External ID":"0e61d02d-5041-4cb2-8f4c-c59b89e7a17e","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.7 Relationship problems","DHIS2 Option UID":"s69DQfaGGOB","DHIS2 Option Code":"3_7_relationship_problems"},{"value.display - Answers":"3.8 Divorce/separation","value.uuid - External ID":"c461d1ad-5f8e-4e67-bcc7-70e4765640f1","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.8 Divorce / Separation","DHIS2 Option UID":"suMbGt8PBI5","DHIS2 Option Code":"3_8_divorce_separation"},{"value.display - Answers":"3.9 Migration due to financial reasons","value.uuid - External ID":"dca34aab-8ed4-4d8c-9dc6-7e6862e91504","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"3.9 Migration due to financial reasons","DHIS2 Option UID":"nT8YpSPXQrR","DHIS2 Option Code":"3_9_migration_financial_reasons"},{"value.display - Answers":"4.1 Natural disaster (earthquake, tsunami, flood, hurricane etc.)","value.uuid - External ID":"02dd014e-f5c7-443f-b9e7-053fdd27ce8d","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.1 Natural disaster (earthquake, tsunami, floods, hurricane, etc.)","DHIS2 Option UID":"SqB0dv8uUty","DHIS2 Option Code":"4_1_natural_disaster_earthquake_tsunami_floods_hur"},{"value.display - Answers":"4.2 Road accident","value.uuid - External ID":"9e0945eb-68f0-4d1c-a421-27f46fa41eaa","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"4.2 Road accidents","DHIS2 Option UID":"Qw4tckBucWL","DHIS2 Option Code":"4_2_accidents"},{"value.display - Answers":"5.1 Financial problems","value.uuid - External ID":"e6957cdb-3694-4ab6-b98b-2031c02b4460","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.1 Financial problems","DHIS2 Option UID":"Pw0DXg2Rod7","DHIS2 Option Code":"5_1_financial_problems"},{"value.display - Answers":"5.2 Difficult living conditions","value.uuid - External ID":"cd22a8af-1506-47af-9d1b-325c31c230a8","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.2 Difficult living conditions","DHIS2 Option UID":"vPKJ8kZECml","DHIS2 Option Code":"5_2_difficults_living_conditions"},{"value.display - Answers":"5.3 Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Precipitating event 3","DHIS2 DE UID":"FLIlRjAwn4G","OptionSet name":"Precipitating event 3","DHIS2 Option Set UID":"Mental Health-Baseline- Main precipitating factor","DHIS2 Option name":"5.3 Other, specify","DHIS2 Option UID":"kXTAw1jCAmB","DHIS2 Option Code":"5_3_specify"},{"value.display - Answers":"Medical Conditions","value.uuid - External ID":"e8846576-7fae-4ae1-b747-48eccd524d4d","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"1. Medical Conditions","DHIS2 Option UID":"EdVWOgMdfNc","DHIS2 Option Code":"1_medical_conditions"},{"value.display - Answers":"Violence","value.uuid - External ID":"0d56f886-875b-4932-a0c2-cde2886a286c","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"2. Violence","DHIS2 Option UID":"od6MVdk4TOT","DHIS2 Option Code":"2_violence"},{"value.display - Answers":"Separation or Loss","value.uuid - External ID":"2e8cee73-d7ec-490f-8422-30bc7615e24d","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"3. Separation or Loss","DHIS2 Option UID":"Mc24Je2EJ4Q","DHIS2 Option Code":"3_separation_or_loss"},{"value.display - Answers":"Disaster","value.uuid - External ID":"73fcb975-b93d-4de6-bd42-dfeb1a221412","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"4. Disaster","DHIS2 Option UID":"iHgeTnhykW6","DHIS2 Option Code":"4_disaster"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 DE UID":"JUabDHhT1wJ","OptionSet name":"Main category of precipitating event","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Main category of precipitating event","DHIS2 Option name":"5. Other","DHIS2 Option UID":"vITRvVrsOKr","DHIS2 Option Code":"5_other"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Other","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other"},{"value.display - Answers":"Medical care (MSF, MoH, NGO)","value.uuid - External ID":"5f121c90-eca2-4af4-bc2f-49ad1a50ff2e","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Medical attention (MSF, MoH, NGO)","DHIS2 Option UID":"BDhNTdJWTFA","DHIS2 Option Code":"medical_attention_msf_moh_ngo"},{"value.display - Answers":"MSF psychiatric services","value.uuid - External ID":"485939c5-1e77-4495-b5e1-77fb2abbcfd7","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"MSF psychiatric services","DHIS2 Option UID":"x2caKDwJiQT","DHIS2 Option Code":"psychiatric_care"},{"value.display - Answers":"Non-MSF psychiatrist services","value.uuid - External ID":"489b042d-5ed4-436f-944c-27b7f31bef3f","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Non-MSF psychiatrist services","DHIS2 Option UID":"OdNA1Ql2kCX","DHIS2 Option Code":"non_msf_psychiatrist"},{"value.display - Answers":"Social services","value.uuid - External ID":"978fa5d2-e6c4-4b2a-a293-73c098de0af6","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Social services","DHIS2 Option UID":"ShYuCnlXhfi","DHIS2 Option Code":"msf_social_worker"},{"value.display - Answers":"Legal services","value.uuid - External ID":"8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Legal services","DHIS2 Option UID":"K2opinEAoOm","DHIS2 Option Code":"legal_services"},{"value.display - Answers":"Protection services","value.uuid - External ID":"eff27d0b-d485-4983-814f-febbc4fe185a","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Protection services","DHIS2 Option UID":"bsyZzHUInhX","DHIS2 Option Code":"protection_services"},{"value.display - Answers":"Hospitalisation","value.uuid - External ID":"6b8fca2d-0147-4dd8-a8f5-3b813152b952","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Hospitalisation","DHIS2 Option UID":"wivtq78V9eS","DHIS2 Option Code":"hospitalisation"},{"value.display - Answers":"CHW","value.uuid - External ID":"9bcbf231-c6ca-41c4-b247-bc4bced260c3","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"CHW","DHIS2 Option UID":"WwdmMnGtj4o","DHIS2 Option Code":"chw"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Type of referral","DHIS2 DE UID":"DlqJSA5VApl","OptionSet name":"Type of referral - MH","DHIS2 Option Set UID":"Mental Health-Baseline- Patient referred to","DHIS2 Option name":"Other","DHIS2 Option UID":"nufb9yUQCNJ","DHIS2 Option Code":"other"},{"value.display - Answers":"Public Hospital / Health Centre (MoH)","value.uuid - External ID":"df7bad08-b51b-4380-b3bf-f2e3b9ce7963","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - External referral: place 1","DHIS2 DE UID":"fk4VUQLs8wJ","OptionSet name":"Type of referral - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - External referral","DHIS2 Option name":"Public Hospital / Health Centre (MoH)","DHIS2 Option UID":"k7I71VPzCyj","DHIS2 Option Code":"moh"},{"value.display - Answers":"NGO","value.uuid - External ID":"80ea94ed-44ea-40fa-b697-98523b62df36","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - External referral: place 1","DHIS2 DE UID":"fk4VUQLs8wJ","OptionSet name":"Type of referral - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - External referral","DHIS2 Option name":"NGO","DHIS2 Option UID":"HjKqvztfJdd","DHIS2 Option Code":"ngo"},{"value.display - Answers":"Private Hospital / Health Centre","value.uuid - External ID":"c2218d38-fa20-46e8-9883-a672e0955d11","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - External referral: place 1","DHIS2 DE UID":"fk4VUQLs8wJ","OptionSet name":"Type of referral - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - External referral","DHIS2 Option name":"Private Hospital / Health Centre","DHIS2 Option UID":"pTll1G9ZoMA","DHIS2 Option Code":"private_hospital"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - External referral: place 1","DHIS2 DE UID":"fk4VUQLs8wJ","OptionSet name":"Type of referral - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - External referral","DHIS2 Option name":"Other","DHIS2 Option UID":"pDZWLoOisyT","DHIS2 Option Code":"other"},{"value.display - Answers":"Discharge with the patient’s agreement: end of care","value.uuid - External ID":"76a8d333-9cdd-4375-b1a2-a2487365d8f3","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"1. Discharge with the patient’s agreement: end of care","DHIS2 Option UID":"dLPq55MxBwB","DHIS2 Option Code":"1"},{"value.display - Answers":"Discharge with the patient’s agreement: single consultation","value.uuid - External ID":"193d1bc8-5b68-4beb-a319-5278dea965bb","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"2. Discharge with the patient’s agreement: single consultation","DHIS2 Option UID":"brp4CVnY3jG","DHIS2 Option Code":"2"},{"value.display - Answers":"Discharge with the patient’s agreement: patient moved","value.uuid - External ID":"6df81c5c-1b71-4df2-90b4-7ce57b34f32a","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"3. Discharge with the patient’s agreement: patient moved","DHIS2 Option UID":"YeMJpC1WFDD","DHIS2 Option Code":"3"},{"value.display - Answers":"Discharge with the patient’s agreement: patient referred","value.uuid - External ID":"8e67e45a-82de-4a3a-896f-2ef326375fa5","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"4. Discharge with the patient’s agreement: patient referred","DHIS2 Option UID":"QO22EMZRSNa","DHIS2 Option Code":"4"},{"value.display - Answers":"Patient cannot access the service: MSF is no longer","value.uuid - External ID":"1cb43f9e-16f1-41d9-af61-ff0ca1bdda6b","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"5. Patient cannot access the service: MSF is no longer there","DHIS2 Option UID":"dr4ZmvSaUB9","DHIS2 Option Code":"5"},{"value.display - Answers":"Patient cannot access the service: transport issues","value.uuid - External ID":"c6c45e52-4226-45de-989e-010ecc8c5a52","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"6. Patient cannot access the service: transport issues","DHIS2 Option UID":"deCWsA6Ui5b","DHIS2 Option Code":"6"},{"value.display - Answers":"Patient cannot access the service: arrested/kidnaped","value.uuid - External ID":"032e96fe-26f1-48e9-ad8f-115c40bd05d7","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"7. Patient cannot access the service: arrested/kidnaped","DHIS2 Option UID":"nhyIbBRYaWX","DHIS2 Option Code":"7"},{"value.display - Answers":"Lost to follow up: unable to trace","value.uuid - External ID":"e6e89670-8072-4362-a8d3-20ccf58df7d3","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"8. Lost to follow up: unable to trace","DHIS2 Option UID":"P78sA75FJ2i","DHIS2 Option Code":"8"},{"value.display - Answers":"Lost to follow up: dissatisfied/different expectations","value.uuid - External ID":"e813870b-c8db-488a-82ab-49b1446d1854","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"9. Lost to follow up: dissatisfied/different expectations","DHIS2 Option UID":"hiYHmyIYvrN","DHIS2 Option Code":"9"},{"value.display - Answers":"Deceased/missing","value.uuid - External ID":"380f61cd-b510-4830-97d8-7010b160c322","DHIS2 DE full name":"Mental Health-Exit File closure- MHPSS - Type of closure","DHIS2 DE UID":"Lht8GKTAHu8","OptionSet name":"Type of closure - MH","DHIS2 Option Set UID":"Mental Health - Type of closure","DHIS2 Option name":"10. Deceased/missing","DHIS2 Option UID":"nyQCSDpS4zc","DHIS2 Option Code":"10"},{"value.display - Answers":"None","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"None","DHIS2 Option UID":"ta1v2sosPNL","DHIS2 Option Code":"none"},{"value.display - Answers":"Amitriptyline tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Amitriptyline tab","DHIS2 Option UID":"SFNY2nbmNC5","DHIS2 Option Code":"amitriptyline_tab"},{"value.display - Answers":"Biperiden tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Biperiden tab","DHIS2 Option UID":"KXUid9ZyWDi","DHIS2 Option Code":"biperiden_tab"},{"value.display - Answers":"Carbamazepine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Carbamazepine tab","DHIS2 Option UID":"LUN70CHRfGu","DHIS2 Option Code":"carbamazepine_tab"},{"value.display - Answers":"Chlorpromazine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Chlorpromazine tab","DHIS2 Option UID":"NMpVG9Bsu2a","DHIS2 Option Code":"chlorpromazine_tab"},{"value.display - Answers":"Diazepam tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Diazepam tab","DHIS2 Option UID":"AqIP0ICU2LG","DHIS2 Option Code":"diazepam_tab"},{"value.display - Answers":"Diphenhydramine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Diphenhydramine tab","DHIS2 Option UID":"sdwO5nE0Mw0","DHIS2 Option Code":"diphenhydramine_tab"},{"value.display - Answers":"Fluoxetine hydrochloride capsule","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Fluoxetine hydrochloride capsule","DHIS2 Option UID":"TRFSkt35bD2","DHIS2 Option Code":"fluoxetine_hydrochloride_capsule"},{"value.display - Answers":"Fluphenazine decanoate amp","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Fluphenazine decanoate amp","DHIS2 Option UID":"KCntIlk2i0F","DHIS2 Option Code":"fluphenazine_decanoate_amp"},{"value.display - Answers":"Haloperidol tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Haloperidol tab","DHIS2 Option UID":"Zz6Pv8uRAyJ","DHIS2 Option Code":"haloperidol_tab"},{"value.display - Answers":"Haloperidol decanoate amp","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Haloperidol decanoate amp","DHIS2 Option UID":"JcBOwASD0hr","DHIS2 Option Code":"haloperidol_decanoate_amp"},{"value.display - Answers":"Hydroxyzine dihydrochloride tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Hydroxyzine dihydrochloride tab","DHIS2 Option UID":"gyJW7Lb6a7j","DHIS2 Option Code":"hydroxyzine_dihydrochloride_tab"},{"value.display - Answers":"Olanzapine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Olanzapine tab","DHIS2 Option UID":"mCdt3GVvcUN","DHIS2 Option Code":"olanzapine_tab"},{"value.display - Answers":"Paroxetine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Paroxetine tab","DHIS2 Option UID":"j0nh1pnHZQi","DHIS2 Option Code":"paroxetine_tab"},{"value.display - Answers":"Promethazine hydrochloride tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Promethazine hydrochloride tab","DHIS2 Option UID":"XbQfMmwSOgK","DHIS2 Option Code":"promethazine_hydrochloride_tab"},{"value.display - Answers":"Risperidone tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Risperidone tab","DHIS2 Option UID":"KS2PzKAhZ3v","DHIS2 Option Code":"risperidone_tab"},{"value.display - Answers":"Sertraline tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Sertraline tab","DHIS2 Option UID":"Kd4mRb27dUb","DHIS2 Option Code":"sertraline_tab"},{"value.display - Answers":"Trihexyphenidyl hydrochloride tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Trihexyphenidyl hydrochloride tab","DHIS2 Option UID":"ZRq3huidlK0","DHIS2 Option Code":"trihexyphenidyl_hydrochloride_tab"},{"value.display - Answers":"Valproate sodium tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Valproate sodium tab","DHIS2 Option UID":"VM7VL7Ed5oi","DHIS2 Option Code":"valproate_sodium_tab "},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 1","DHIS2 DE UID":"jfQHIJYce5S","OptionSet name":"Medication - MH","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Other","DHIS2 Option UID":"Dv4LOhzmuP7","DHIS2 Option Code":"other"},{"value.display - Answers":"None","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"None","DHIS2 Option UID":"ta1v2sosPNL","DHIS2 Option Code":"none"},{"value.display - Answers":"Amitriptyline tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Amitriptyline tab","DHIS2 Option UID":"SFNY2nbmNC5","DHIS2 Option Code":"amitriptyline_tab"},{"value.display - Answers":"Biperiden tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Biperiden tab","DHIS2 Option UID":"KXUid9ZyWDi","DHIS2 Option Code":"biperiden_tab"},{"value.display - Answers":"Carbamazepine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Carbamazepine tab","DHIS2 Option UID":"LUN70CHRfGu","DHIS2 Option Code":"carbamazepine_tab"},{"value.display - Answers":"Chlorpromazine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Chlorpromazine tab","DHIS2 Option UID":"NMpVG9Bsu2a","DHIS2 Option Code":"chlorpromazine_tab"},{"value.display - Answers":"Diazepam tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Diazepam tab","DHIS2 Option UID":"AqIP0ICU2LG","DHIS2 Option Code":"diazepam_tab"},{"value.display - Answers":"Diphenhydramine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Diphenhydramine tab","DHIS2 Option UID":"sdwO5nE0Mw0","DHIS2 Option Code":"diphenhydramine_tab"},{"value.display - Answers":"Fluoxetine hydrochloride capsule","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Fluoxetine hydrochloride capsule","DHIS2 Option UID":"TRFSkt35bD2","DHIS2 Option Code":"fluoxetine_hydrochloride_capsule"},{"value.display - Answers":"Fluphenazine decanoate amp","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Fluphenazine decanoate amp","DHIS2 Option UID":"KCntIlk2i0F","DHIS2 Option Code":"fluphenazine_decanoate_amp"},{"value.display - Answers":"Haloperidol tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Haloperidol tab","DHIS2 Option UID":"Zz6Pv8uRAyJ","DHIS2 Option Code":"haloperidol_tab"},{"value.display - Answers":"Haloperidol decanoate amp","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Haloperidol decanoate amp","DHIS2 Option UID":"JcBOwASD0hr","DHIS2 Option Code":"haloperidol_decanoate_amp"},{"value.display - Answers":"Hydroxyzine dihydrochloride tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Hydroxyzine dihydrochloride tab","DHIS2 Option UID":"gyJW7Lb6a7j","DHIS2 Option Code":"hydroxyzine_dihydrochloride_tab"},{"value.display - Answers":"Olanzapine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Olanzapine tab","DHIS2 Option UID":"mCdt3GVvcUN","DHIS2 Option Code":"olanzapine_tab"},{"value.display - Answers":"Paroxetine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Paroxetine tab","DHIS2 Option UID":"j0nh1pnHZQi","DHIS2 Option Code":"paroxetine_tab"},{"value.display - Answers":"Promethazine hydrochloride tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Promethazine hydrochloride tab","DHIS2 Option UID":"XbQfMmwSOgK","DHIS2 Option Code":"promethazine_hydrochloride_tab"},{"value.display - Answers":"Risperidone tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Risperidone tab","DHIS2 Option UID":"KS2PzKAhZ3v","DHIS2 Option Code":"risperidone_tab"},{"value.display - Answers":"Sertraline tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Sertraline tab","DHIS2 Option UID":"Kd4mRb27dUb","DHIS2 Option Code":"sertraline_tab"},{"value.display - Answers":"Trihexyphenidyl hydrochloride tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Trihexyphenidyl hydrochloride tab","DHIS2 Option UID":"ZRq3huidlK0","DHIS2 Option Code":"trihexyphenidyl_hydrochloride_tab"},{"value.display - Answers":"Valproate sodium tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Valproate sodium tab","DHIS2 Option UID":"VM7VL7Ed5oi","DHIS2 Option Code":"valproate_sodium_tab "},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 2","DHIS2 DE UID":"K1GUGc24XG2","OptionSet name":"Medication - MH 2","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Other","DHIS2 Option UID":"Dv4LOhzmuP7","DHIS2 Option Code":"other"},{"value.display - Answers":"None","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"None","DHIS2 Option UID":"ta1v2sosPNL","DHIS2 Option Code":"none"},{"value.display - Answers":"Amitriptyline tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Amitriptyline tab","DHIS2 Option UID":"SFNY2nbmNC5","DHIS2 Option Code":"amitriptyline_tab"},{"value.display - Answers":"Biperiden tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Biperiden tab","DHIS2 Option UID":"KXUid9ZyWDi","DHIS2 Option Code":"biperiden_tab"},{"value.display - Answers":"Carbamazepine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Carbamazepine tab","DHIS2 Option UID":"LUN70CHRfGu","DHIS2 Option Code":"carbamazepine_tab"},{"value.display - Answers":"Chlorpromazine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Chlorpromazine tab","DHIS2 Option UID":"NMpVG9Bsu2a","DHIS2 Option Code":"chlorpromazine_tab"},{"value.display - Answers":"Diazepam tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Diazepam tab","DHIS2 Option UID":"AqIP0ICU2LG","DHIS2 Option Code":"diazepam_tab"},{"value.display - Answers":"Diphenhydramine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Diphenhydramine tab","DHIS2 Option UID":"sdwO5nE0Mw0","DHIS2 Option Code":"diphenhydramine_tab"},{"value.display - Answers":"Fluoxetine hydrochloride capsule","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Fluoxetine hydrochloride capsule","DHIS2 Option UID":"TRFSkt35bD2","DHIS2 Option Code":"fluoxetine_hydrochloride_capsule"},{"value.display - Answers":"Fluphenazine decanoate amp","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Fluphenazine decanoate amp","DHIS2 Option UID":"KCntIlk2i0F","DHIS2 Option Code":"fluphenazine_decanoate_amp"},{"value.display - Answers":"Haloperidol tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Haloperidol tab","DHIS2 Option UID":"Zz6Pv8uRAyJ","DHIS2 Option Code":"haloperidol_tab"},{"value.display - Answers":"Haloperidol decanoate amp","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Haloperidol decanoate amp","DHIS2 Option UID":"JcBOwASD0hr","DHIS2 Option Code":"haloperidol_decanoate_amp"},{"value.display - Answers":"Hydroxyzine dihydrochloride tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Hydroxyzine dihydrochloride tab","DHIS2 Option UID":"gyJW7Lb6a7j","DHIS2 Option Code":"hydroxyzine_dihydrochloride_tab"},{"value.display - Answers":"Olanzapine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Olanzapine tab","DHIS2 Option UID":"mCdt3GVvcUN","DHIS2 Option Code":"olanzapine_tab"},{"value.display - Answers":"Paroxetine tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Paroxetine tab","DHIS2 Option UID":"j0nh1pnHZQi","DHIS2 Option Code":"paroxetine_tab"},{"value.display - Answers":"Promethazine hydrochloride tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Promethazine hydrochloride tab","DHIS2 Option UID":"XbQfMmwSOgK","DHIS2 Option Code":"promethazine_hydrochloride_tab"},{"value.display - Answers":"Risperidone tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Risperidone tab","DHIS2 Option UID":"KS2PzKAhZ3v","DHIS2 Option Code":"risperidone_tab"},{"value.display - Answers":"Sertraline tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Sertraline tab","DHIS2 Option UID":"Kd4mRb27dUb","DHIS2 Option Code":"sertraline_tab"},{"value.display - Answers":"Trihexyphenidyl hydrochloride tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Trihexyphenidyl hydrochloride tab","DHIS2 Option UID":"ZRq3huidlK0","DHIS2 Option Code":"trihexyphenidyl_hydrochloride_tab"},{"value.display - Answers":"Valproate sodium tab","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Valproate sodium tab","DHIS2 Option UID":"VM7VL7Ed5oi","DHIS2 Option Code":"valproate_sodium_tab "},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Baseline consultation- Details of prescribed medications 3","DHIS2 DE UID":"GPoWZWC3Yfi","OptionSet name":"Medication - MH 3","DHIS2 Option Set UID":"Mental Health-Baseline consultation- Details of prescribed medications","DHIS2 Option name":"Other","DHIS2 Option UID":"Dv4LOhzmuP7","DHIS2 Option Code":"other"},{"value.display - Answers":"Patient forgot about session","value.uuid - External ID":"df40472b-d192-4d0d-87c6-dadfae58270d","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient forgot about session","DHIS2 Option UID":"K10sA9MeyuB","DHIS2 Option Code":"patient_forgot_about_session"},{"value.display - Answers":"No transportation / unable to attend","value.uuid - External ID":"988d1f88-1202-4a13-8ae7-02156b5ccbe2","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"No transportation / unable to attend","DHIS2 Option UID":"a9jCSQB7xkU","DHIS2 Option Code":"no_transportation_unable_to_attend"},{"value.display - Answers":"Patient unreachable","value.uuid - External ID":"e0f8014a-aa6c-4a59-aa09-ed6e3dad6b47","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient unreachable","DHIS2 Option UID":"A1myk0SonK2","DHIS2 Option Code":"patient_unreachable"},{"value.display - Answers":"Patient no longer wants services","value.uuid - External ID":"49da2b46-b7d1-4ba7-ba57-cfe219694a9c","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient no longer wants services","DHIS2 Option UID":"DfTWJKP67rN","DHIS2 Option Code":"patient_no_longer_wants_services"},{"value.display - Answers":"Patient was busy","value.uuid - External ID":"cd1a5f24-c862-4cb6-9ef9-db2f3d46aad2","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Patient was busy","DHIS2 Option UID":"jtKK82mthKK","DHIS2 Option Code":"patient_was_busy"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 DE UID":"HNZHetAtowR","OptionSet name":"Reason for missed appointment","DHIS2 Option Set UID":"Mental Health-Follow-up consultation- Reason for missed appointment","DHIS2 Option name":"Other","DHIS2 Option UID":"tkqMcbSlYzz","DHIS2 Option Code":"other"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option name":"Yes","DHIS2 Option UID":"RA1z7oYeLBW","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 DE UID":"jEbjrXqhNEO","OptionSet name":"Yes-no - Vaccination of accompanying children - Status checked","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying vacc. status checked","DHIS2 Option name":"No","DHIS2 Option UID":"cULP83r16XQ","DHIS2 Option Code":"no"},{"value.display - Answers":"Acute asthma","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Acute asthma","DHIS2 Option UID":"UoCC4TyaYZp","DHIS2 Option Code":"acute_asthma"},{"value.display - Answers":"Acute diarrhea (bloody)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Acute diarrhea (bloody)","DHIS2 Option UID":"bXbATZn7QwE","DHIS2 Option Code":"acute_diarrhea_bloody"},{"value.display - Answers":"Acute diarrhea (non-bloody)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Acute diarrhea (non-bloody)","DHIS2 Option UID":"FltwCRejivF","DHIS2 Option Code":"acute_diarrhea_non_bloody"},{"value.display - Answers":"Acute febrile illness (=<7 days)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Acute febrile illness (=<7 days)","DHIS2 Option UID":"fgeCTh9601Z","DHIS2 Option Code":"acute_febrile_illness_<7_days"},{"value.display - Answers":"Acute flaccid paralysis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Acute flaccid paralysis","DHIS2 Option UID":"r8U660ApU51","DHIS2 Option Code":"acute_flaccid_paralysis"},{"value.display - Answers":"Acute jaundice syndrome","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Acute jaundice syndrome","DHIS2 Option UID":"PkeGHY5X4hR","DHIS2 Option Code":"acute_jaundice_syndrome"},{"value.display - Answers":"Apnoea of prematurity","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Apnoea of prematurity","DHIS2 Option UID":"A07QEdOGULT","DHIS2 Option Code":"apnoea_of_prematurity"},{"value.display - Answers":"Bacterial meningitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Bacterial meningitis","DHIS2 Option UID":"ELkTBWRtnbU","DHIS2 Option Code":"bacterial_meningitis"},{"value.display - Answers":"Birth injury","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Birth injury","DHIS2 Option UID":"FtoAE4Ckgdc","DHIS2 Option Code":"birth_injury"},{"value.display - Answers":"Bronchiolitis obstructive bronchitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Bronchiolitis obstructive bronchitis","DHIS2 Option UID":"LAu8p10eBf1","DHIS2 Option Code":"bronchiolitis_obstructive_bronchitis"},{"value.display - Answers":"Bronchospasm","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Bronchospasm","DHIS2 Option UID":"AKJv8tPOPfq","DHIS2 Option Code":"bronchospasm"},{"value.display - Answers":"Burns","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Burns","DHIS2 Option UID":"Z0JCjHGqNaj","DHIS2 Option Code":"burns"},{"value.display - Answers":"Cardiogenic shock","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Cardiogenic shock","DHIS2 Option UID":"IwBXvTC07X4","DHIS2 Option Code":"cardiogenic_shock"},{"value.display - Answers":"Cerebral palsy - Neuro disability","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Cerebral palsy - Neuro disability","DHIS2 Option UID":"r8tFgDoOtCP","DHIS2 Option Code":"neuro_disability_of_any_cause"},{"value.display - Answers":"Cholera (suspected)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Cholera (suspected)","DHIS2 Option UID":"YKzNEhC9cq3","DHIS2 Option Code":"cholera_suspected"},{"value.display - Answers":"Cholera confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Cholera confirmed","DHIS2 Option UID":"eyfVX0CSq4s","DHIS2 Option Code":"cholera_confirmed"},{"value.display - Answers":"Complicated ear infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Complicated ear infection","DHIS2 Option UID":"Tj93mBtUkhu","DHIS2 Option Code":"complicated_ear_infection"},{"value.display - Answers":"Complications of SCD","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Complications of SCD","DHIS2 Option UID":"EO0bo8A7qDk","DHIS2 Option Code":"complications_of_scd"},{"value.display - Answers":"Congenital herpes virus infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Congenital herpes virus infection","DHIS2 Option UID":"B02tG0t2ZiN","DHIS2 Option Code":"congenital_herpes_virus_infection"},{"value.display - Answers":"Congenital malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Congenital malaria","DHIS2 Option UID":"pXF4knGswXw","DHIS2 Option Code":"congenital_malaria"},{"value.display - Answers":"Congenital or acquired cardiac pathology","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Congenital or acquired cardiac pathology","DHIS2 Option UID":"nvQpfHzvu6A","DHIS2 Option Code":"congenital_or_acquired_cardiac_pathology"},{"value.display - Answers":"Congenital syphilis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Congenital syphilis","DHIS2 Option UID":"qvaVyj95GlX","DHIS2 Option Code":"congenital_syphilis"},{"value.display - Answers":"Congestive Heart Failure","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Congestive Heart Failure","DHIS2 Option UID":"vNvbx4qpkUa","DHIS2 Option Code":"congestive_heart_failure"},{"value.display - Answers":"COPD","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"COPD","DHIS2 Option UID":"sCGnq3NK2Xy","DHIS2 Option Code":"copd"},{"value.display - Answers":"Covid-19 confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Covid-19 confirmed","DHIS2 Option UID":"m62n1ZUQGHF","DHIS2 Option Code":"covid_19_confirmed"},{"value.display - Answers":"Covid-19 probable","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Covid-19 probable","DHIS2 Option UID":"IUjXXVageyU","DHIS2 Option Code":"covid_19_probable"},{"value.display - Answers":"Cutaneous leishmaniosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Cutaneous leishmaniosis","DHIS2 Option UID":"pycPdcwaYgI","DHIS2 Option Code":"cutaneous_leishmaniosis"},{"value.display - Answers":"Dengue confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Dengue confirmed","DHIS2 Option UID":"CnHndylBSN3","DHIS2 Option Code":"dengue_confirmed"},{"value.display - Answers":"Dengue suspected","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Dengue suspected","DHIS2 Option UID":"sCqcBysQAon","DHIS2 Option Code":"dengue_suspected"},{"value.display - Answers":"Diabetes type 2 and complications","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Diabetes type 2 and complications","DHIS2 Option UID":"jQhAo2FVD69","DHIS2 Option Code":"diabetes_type_2_and_complications"},{"value.display - Answers":"Diabetes Type I and complications","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Diabetes Type I and complications","DHIS2 Option UID":"CzGkEukFnE5","DHIS2 Option Code":"diabetes_type_1_and_complications"},{"value.display - Answers":"Diarrhea (persistent)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Diarrhea (persistent)","DHIS2 Option UID":"apvC5aiDSgV","DHIS2 Option Code":"diarrhea_persistent"},{"value.display - Answers":"Diphtheria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Diphtheria","DHIS2 Option UID":"MtXYrdYlGOy","DHIS2 Option Code":"diphtheria"},{"value.display - Answers":"Dog bite","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Dog bite","DHIS2 Option UID":"rohyQ83YCPY","DHIS2 Option Code":"dog_bite"},{"value.display - Answers":"Epilepsy - Seizures","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Epilepsy - Seizures","DHIS2 Option UID":"JmfXWcy056y","DHIS2 Option Code":"epilepsy"},{"value.display - Answers":"Extra pulmonary tuberculosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Extra pulmonary tuberculosis","DHIS2 Option UID":"gNDMXmSlxY5","DHIS2 Option Code":"extra_pulmonary_tuberculosis"},{"value.display - Answers":"Eye diseases (including trachoma)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Eye diseases (including trachoma)","DHIS2 Option UID":"anzGBpfOjIE","DHIS2 Option Code":"eye_diseases_including_trachoma"},{"value.display - Answers":"Febrile convulsions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Febrile convulsions","DHIS2 Option UID":"cEFdvYz974J","DHIS2 Option Code":"febrile_convulsions "},{"value.display - Answers":"Gynaecological cases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Gynaecological cases","DHIS2 Option UID":"jznqlCDB7bD","DHIS2 Option Code":"gynaecological_cases"},{"value.display - Answers":"Hepatitis A","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Hepatitis A","DHIS2 Option UID":"ukKcORm1F6S","DHIS2 Option Code":"hepatitis_a"},{"value.display - Answers":"Hepatitis B","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Hepatitis B","DHIS2 Option UID":"lIUb0EAK51H","DHIS2 Option Code":"hepatitis_b"},{"value.display - Answers":"Hepatitis Delta","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Hepatitis Delta","DHIS2 Option UID":"hduXSHS4szJ","DHIS2 Option Code":"hepatitis_delta"},{"value.display - Answers":"Hepatitis E","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Hepatitis E","DHIS2 Option UID":"QwzXUJbzLXH","DHIS2 Option Code":"hepatitis_e"},{"value.display - Answers":"HIV Infection confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"HIV Infection confirmed","DHIS2 Option UID":"pUhMekDUu7f","DHIS2 Option Code":"hiv_infection_confirmed"},{"value.display - Answers":"Hyperglycemia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Hyperglycemia","DHIS2 Option UID":"SUvj2pUJRFh","DHIS2 Option Code":"hyperglycemia"},{"value.display - Answers":"Hyperreactive splenomegaly due to malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Hyperreactive splenomegaly due to malaria","DHIS2 Option UID":"X7Sk4ow3iI8","DHIS2 Option Code":"hyperreactive_splenomegaly_due_to_malaria"},{"value.display - Answers":"Hypoglycemia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Hypoglycemia","DHIS2 Option UID":"WeuqO510vgS","DHIS2 Option Code":"hypoglycemia"},{"value.display - Answers":"Hypovolemic shock","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Hypovolemic shock","DHIS2 Option UID":"EcBzdm2aQ23","DHIS2 Option Code":"hypovolemic_shock"},{"value.display - Answers":"Infectious diseases not otherwise classified","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Infectious diseases not otherwise classified","DHIS2 Option UID":"NRRuczCFMMF","DHIS2 Option Code":"infectious_diseases_not_otherwise_classified"},{"value.display - Answers":"Lower respiratory tract infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Lower respiratory tract infection","DHIS2 Option UID":"qc8bQZ5WivT","DHIS2 Option Code":"lower_respiratory_tract_infection"},{"value.display - Answers":"Measles (complicated)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Measles (complicated)","DHIS2 Option UID":"NBydum9qcq6","DHIS2 Option Code":"measles_complicated"},{"value.display - Answers":"Measles (uncomplicated)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Measles (uncomplicated)","DHIS2 Option UID":"Mzk9OdBug0o","DHIS2 Option Code":"measles_uncomplicated"},{"value.display - Answers":"Meningeal TB","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Meningeal TB","DHIS2 Option UID":"FMpzSLis7mi","DHIS2 Option Code":"meningeal_tb"},{"value.display - Answers":"Meningitis unspecified","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Meningitis unspecified","DHIS2 Option UID":"NzNRwhQ9cvG","DHIS2 Option Code":"meningitis_unspecified"},{"value.display - Answers":"Mental and psychiatric conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Mental and psychiatric conditions","DHIS2 Option UID":"K7PAEOyTRcr","DHIS2 Option Code":"mental_and_psychiatric_conditions"},{"value.display - Answers":"Moderate acute malnutrition","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Moderate acute malnutrition","DHIS2 Option UID":"TwYur55ToIF","DHIS2 Option Code":"moderate_acute_malnutrition"},{"value.display - Answers":"Musculoskeletal conditions (infectious origin)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Musculoskeletal conditions (infectious origin)","DHIS2 Option UID":"VWHtY3nz3Rw","DHIS2 Option Code":"musculoskeletal_conditions_infectious_origin"},{"value.display - Answers":"Musculoskeletal conditions (non-infectious)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Musculoskeletal conditions (non-infectious)","DHIS2 Option UID":"y0cWH3jWDqM","DHIS2 Option Code":"musculoskeletal_conditions_non_infectious"},{"value.display - Answers":"Necrotizing & bullous skin infections","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Necrotizing & bullous skin infections","DHIS2 Option UID":"lEkrxTnPMAm","DHIS2 Option Code":"necrotizing_&_bullous_skin_infections"},{"value.display - Answers":"Neglected tropical diseases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Neglected tropical diseases","DHIS2 Option UID":"LRNoNQQkUyp","DHIS2 Option Code":"neglected_tropical_diseases"},{"value.display - Answers":"Neonatal conjunctivitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Neonatal conjunctivitis","DHIS2 Option UID":"l7uIiP3Evps","DHIS2 Option Code":"neonatal_conjunctivitis"},{"value.display - Answers":"Neonatal convulsions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Neonatal convulsions","DHIS2 Option UID":"vUf0E6IPcTZ","DHIS2 Option Code":"neonatal_convulsions"},{"value.display - Answers":"Neonatal jaundice","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Neonatal jaundice","DHIS2 Option UID":"XLcSqtMfBxM","DHIS2 Option Code":"neonatal-jaundice"},{"value.display - Answers":"Neonatal meconial aspiration","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Neonatal meconial aspiration","DHIS2 Option UID":"iSr0WOSmT9U","DHIS2 Option Code":"neonatal_meconial_aspiration"},{"value.display - Answers":"Neonatal Necrotizing Enterocolitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Neonatal Necrotizing Enterocolitis","DHIS2 Option UID":"Jgx0hYetHaY","DHIS2 Option Code":"neonatal_necrotizing_nterocolitis"},{"value.display - Answers":"Neonatal pneumonia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Neonatal pneumonia","DHIS2 Option UID":"wa1RG3wnht0","DHIS2 Option Code":"neonatal_pneumonia"},{"value.display - Answers":"Neonatal pneumothorax","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Neonatal pneumothorax","DHIS2 Option UID":"s0XrcXrOnQ8","DHIS2 Option Code":"neonatal_pneumothorax"},{"value.display - Answers":"Neonatal tetanus","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Neonatal tetanus","DHIS2 Option UID":"luBkSC1qQbJ","DHIS2 Option Code":"neonatal_tetanus"},{"value.display - Answers":"Neonatal tuberculosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Neonatal tuberculosis","DHIS2 Option UID":"djiIx7NnwaX","DHIS2 Option Code":"neonatal_tuberculosis"},{"value.display - Answers":"Nephrotic Syndrome & Acute Glomerulonephritis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Nephrotic Syndrome & Acute Glomerulonephritis","DHIS2 Option UID":"ZcyurITHZes","DHIS2 Option Code":"nephrotic_syndrome_&_acute_glomerulonephritis"},{"value.display - Answers":"Newborn to an HIV+ mother","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Newborn to an HIV+ mother","DHIS2 Option UID":"yjJN567GnYG","DHIS2 Option Code":"newborn_to_an_hiv+_mother"},{"value.display - Answers":"Non cardiac congenital pathology","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Non cardiac congenital pathology","DHIS2 Option UID":"nXAR0YWa21v","DHIS2 Option Code":"non_cardiac_congenital_pathology"},{"value.display - Answers":"Non urgent surgical conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Non urgent surgical conditions","DHIS2 Option UID":"wyOWCkIW4RI","DHIS2 Option Code":"non_urgent_surgical_conditions"},{"value.display - Answers":"Non violence-related injuries","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Non violence-related injuries","DHIS2 Option UID":"kFutLc3yZOe","DHIS2 Option Code":"non_violence_related_injuries"},{"value.display - Answers":"Observation","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Observation","DHIS2 Option UID":"HjPEDuITUwp","DHIS2 Option Code":"observation"},{"value.display - Answers":"Obstetric cases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Obstetric cases","DHIS2 Option UID":"iI55Apf1fRF","DHIS2 Option Code":"obstetric_cases"},{"value.display - Answers":"Oral and digestive severe candidiasis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Oral and digestive severe candidiasis","DHIS2 Option UID":"aoQ6D9x6KLI","DHIS2 Option Code":"oral_and_digestive_severe_candidiasis"},{"value.display - Answers":"Other bites and stings","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Other bites and stings","DHIS2 Option UID":"Jm9wyH1SUvC","DHIS2 Option Code":"other_bites_and_stings"},{"value.display - Answers":"Other neurological conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Other neurological conditions","DHIS2 Option UID":"BIuSr3FxBRn","DHIS2 Option Code":"other_neurological_conditions"},{"value.display - Answers":"Other non communicable diseases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Other non communicable diseases","DHIS2 Option UID":"VtHhILJkLdJ","DHIS2 Option Code":"other_non_communicable_diseases"},{"value.display - Answers":"Other symptoms and abnor. clinical / lab findings","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Other symptoms and abnor. clinical / lab findings","DHIS2 Option UID":"JI4uetxlZEi","DHIS2 Option Code":"other_symptoms_and_abnor_clinical_lab_findings"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Others","DHIS2 Option UID":"OjK1cMG8jkk","DHIS2 Option Code":"others"},{"value.display - Answers":"Perinatal asphyxia and complications","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Perinatal asphyxia and complications","DHIS2 Option UID":"g0EI2QmcpdA","DHIS2 Option Code":"perinatal_asphyxia_and_complications"},{"value.display - Answers":"Persistent fever ( >7 days)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Persistent fever ( >7 days)","DHIS2 Option UID":"whyu4NpVxPn","DHIS2 Option Code":"persistent_fever_>7_days"},{"value.display - Answers":"Poliomyelitis confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Poliomyelitis confirmed","DHIS2 Option UID":"HT9ZZ93rKmF","DHIS2 Option Code":"poliomyelitis_confirmed"},{"value.display - Answers":"Post surgical infections","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Post surgical infections","DHIS2 Option UID":"LaFNaIRr31Y","DHIS2 Option Code":"post_surgical_infections"},{"value.display - Answers":"Prematurity and or low birth weight","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Prematurity and or low birth weight","DHIS2 Option UID":"QXUq8rmuwY6","DHIS2 Option Code":"prematurity_and_or_low_birth_weight"},{"value.display - Answers":"Pulmonary tuberculosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Pulmonary tuberculosis","DHIS2 Option UID":"ymehGVfxIuX","DHIS2 Option Code":"pulmonary_tuberculosis"},{"value.display - Answers":"Rabies","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Rabies","DHIS2 Option UID":"talayTpKnQj","DHIS2 Option Code":"rabies"},{"value.display - Answers":"Rheumatic heart disease","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Rheumatic heart disease","DHIS2 Option UID":"pt0OH3jp5Ne","DHIS2 Option Code":"rheumatic_heart_disease"},{"value.display - Answers":"Risk of sepsis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Risk of sepsis","DHIS2 Option UID":"MZ53av22vaw","DHIS2 Option Code":"risk_of_sepsis"},{"value.display - Answers":"Septic shock","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Septic shock","DHIS2 Option UID":"L6lauJp2IIF","DHIS2 Option Code":"septic_shock"},{"value.display - Answers":"Severe Acute Malnutrition (Kwashiorkor)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Severe Acute Malnutrition (Kwashiorkor)","DHIS2 Option UID":"JSPmBf2xyfH","DHIS2 Option Code":"severe_acute_malnutrition_kwashiorkor"},{"value.display - Answers":"Severe Acute Malnutrition (Marasmus - Kwashiorkor)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Severe Acute Malnutrition (Marasmus - Kwashiorkor)","DHIS2 Option UID":"SpoQWgDPyqx","DHIS2 Option Code":"severe_acute_malnutrition_marasmus_kwashiorkor"},{"value.display - Answers":"Severe Acute Malnutrition (Marasmus)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Severe Acute Malnutrition (Marasmus)","DHIS2 Option UID":"wAn3mqCpiiC","DHIS2 Option Code":"severe_acute_malnutrition_marasmus"},{"value.display - Answers":"Severe anaemia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Severe anaemia","DHIS2 Option UID":"vlEFy6xowzU","DHIS2 Option Code":"severe_anaemia"},{"value.display - Answers":"Severe dehydration","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Severe dehydration","DHIS2 Option UID":"GBQyB8xsCAw","DHIS2 Option Code":"severe_dehydration"},{"value.display - Answers":"Severe malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Severe malaria","DHIS2 Option UID":"EwKSGhZtPfR","DHIS2 Option Code":"severe_malaria"},{"value.display - Answers":"Sexual violence / rape","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Sexual violence / rape","DHIS2 Option UID":"lovYBi9o5Tp","DHIS2 Option Code":"sexual_violence_rape"},{"value.display - Answers":"Sexually transmitted disease (STI)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Sexually transmitted disease (STI)","DHIS2 Option UID":"fy6qMKLMIjI","DHIS2 Option Code":"sexually_transmitted_disease_sti"},{"value.display - Answers":"Shigellosis - Salmonellosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Shigellosis - Salmonellosis","DHIS2 Option UID":"zE90IarojUU","DHIS2 Option Code":"shigellosis"},{"value.display - Answers":"Shock uspecified","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Shock uspecified","DHIS2 Option UID":"nM58w8K8cVo","DHIS2 Option Code":"shock_uspecified"},{"value.display - Answers":"Sickle cell disease","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Sickle cell disease","DHIS2 Option UID":"L7N8qGvq28k","DHIS2 Option Code":"sickle_cell_disease"},{"value.display - Answers":"Simple malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Simple malaria","DHIS2 Option UID":"F0ByKIAMrVs","DHIS2 Option Code":"simple_malaria"},{"value.display - Answers":"Skin and soft tissue conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Skin and soft tissue conditions","DHIS2 Option UID":"xXMvb2TUtMW","DHIS2 Option Code":"skin_and_soft_tissue_conditions"},{"value.display - Answers":"Snake bites","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Snake bites","DHIS2 Option UID":"iRgUBoH1pvK","DHIS2 Option Code":"snake_bites"},{"value.display - Answers":"Substance abuse / dependency","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Substance abuse / dependency","DHIS2 Option UID":"ZDJi3kMhfDG","DHIS2 Option Code":"substance_abuse_dependency"},{"value.display - Answers":"Suspected or confirmed malignancy","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Suspected or confirmed malignancy","DHIS2 Option UID":"qcv5pPyiaim","DHIS2 Option Code":"suspected_or_confirmed_malignancy"},{"value.display - Answers":"Tetanus","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Tetanus","DHIS2 Option UID":"pTa1B1wYeLe","DHIS2 Option Code":"tetanus"},{"value.display - Answers":"Toxicity / poisoning","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Toxicity / poisoning","DHIS2 Option UID":"WINiS5BkeKv","DHIS2 Option Code":"toxicity_poisoning"},{"value.display - Answers":"Transient tachypnoea of the newborn","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Transient tachypnoea of the newborn","DHIS2 Option UID":"FKg2FRM2PtQ","DHIS2 Option Code":"transient_tachypnoea_of_the_newborn"},{"value.display - Answers":"Typhoid fever","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Typhoid fever","DHIS2 Option UID":"hOrtW9hFrki","DHIS2 Option Code":"typhoid_fever"},{"value.display - Answers":"Upper respiratory tract infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Upper respiratory tract infection","DHIS2 Option UID":"DoUIBmauj9E","DHIS2 Option Code":"upper_respiratory_tract_infection"},{"value.display - Answers":"Urgent surgical conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Urgent surgical conditions","DHIS2 Option UID":"jFUECw4W9aF","DHIS2 Option Code":"urgent_surgical_conditions"},{"value.display - Answers":"Urolithiasis / Renal colic","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Urolithiasis / Renal colic","DHIS2 Option UID":"sSW1cbhBzhW","DHIS2 Option Code":"urolithiasis_renal_colic"},{"value.display - Answers":"UTI and renal tract acute pathology","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"UTI and renal tract acute pathology","DHIS2 Option UID":"qTBmkavG2bG","DHIS2 Option Code":"uti_and_renal_tract_acute_pathology"},{"value.display - Answers":"Varicella","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Varicella","DHIS2 Option UID":"dgIaklTiH6m","DHIS2 Option Code":"varicella"},{"value.display - Answers":"Violence-related injuries","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Violence-related injuries","DHIS2 Option UID":"mrfLmzfhU5n","DHIS2 Option Code":"violence_related_injuries"},{"value.display - Answers":"Viral haemorrhagic fevers","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Viral haemorrhagic fevers","DHIS2 Option UID":"J0j4TX9lqqX","DHIS2 Option Code":"viral_haemorrhagic_fevers"},{"value.display - Answers":"Visceral leishmaniasis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Visceral leishmaniasis","DHIS2 Option UID":"Cjt04G2FlMe","DHIS2 Option Code":"visceral_leishmaniasis"},{"value.display - Answers":"Vit A deficiency","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Vit A deficiency","DHIS2 Option UID":"WyRZR3PNn2u","DHIS2 Option Code":"vit_a_deficiency"},{"value.display - Answers":"Vit B complex deficiency","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Vit B complex deficiency","DHIS2 Option UID":"zUNsdaOjgcv","DHIS2 Option Code":"vit_b_deficiency"},{"value.display - Answers":"Vit C deficiency (scurvy)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Vit C deficiency (scurvy)","DHIS2 Option UID":"JATciD21DwF","DHIS2 Option Code":"vit_c_deficiency_scurvy"},{"value.display - Answers":"Vit D deficiency (rickets)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Vit D deficiency (rickets)","DHIS2 Option UID":"za2LmUraSRD","DHIS2 Option Code":"vit_d_deficiency_rickets"},{"value.display - Answers":"Whooping cough","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Whooping cough","DHIS2 Option UID":"LnWb3O0ELPp","DHIS2 Option Code":"whooping_cough"},{"value.display - Answers":"Yellow fever","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Yellow fever","DHIS2 Option UID":"QJo7brpXC3Z","DHIS2 Option Code":"yellow_fever"},{"value.display - Answers":"Other neonatal conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 DE UID":"nP6DZ15RiCr","OptionSet name":"Diagnosis - Malnutrition - Main","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Most serious","DHIS2 Option name":"Other neonatal conditions","DHIS2 Option UID":"vW26SgsyQYB","DHIS2 Option Code":"other_neonatal_conditions"},{"value.display - Answers":"Acute asthma","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Acute asthma","DHIS2 Option UID":"Ezrxj8sEVkd","DHIS2 Option Code":"acute_asthma"},{"value.display - Answers":"Acute diarrhea (bloody)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Acute diarrhea (bloody)","DHIS2 Option UID":"wHIjteuw2Gc","DHIS2 Option Code":"acute_diarrhea_bloody"},{"value.display - Answers":"Acute diarrhea (non-bloody)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Acute diarrhea (non-bloody)","DHIS2 Option UID":"ZocSqLhwlHA","DHIS2 Option Code":"acute_diarrhea_non_bloody"},{"value.display - Answers":"Acute febrile illness (=<7 days)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Acute febrile illness (=<7 days)","DHIS2 Option UID":"GLs13BnQURD","DHIS2 Option Code":"acute_febrile_illness_<7_days"},{"value.display - Answers":"Acute flaccid paralysis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Acute flaccid paralysis","DHIS2 Option UID":"MJFGttGUaVX","DHIS2 Option Code":"acute_flaccid_paralysis"},{"value.display - Answers":"Acute jaundice syndrome","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Acute jaundice syndrome","DHIS2 Option UID":"cqz1DZNiiWp","DHIS2 Option Code":"acute_jaundice_syndrome"},{"value.display - Answers":"Bacterial meningitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Bacterial meningitis","DHIS2 Option UID":"ZKCmk9TMON5","DHIS2 Option Code":"bacterial_meningitis"},{"value.display - Answers":"Burns","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Burns","DHIS2 Option UID":"CM6bNqQE9tk","DHIS2 Option Code":"burns"},{"value.display - Answers":"Cholera (suspected)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Cholera (suspected)","DHIS2 Option UID":"IrqkKXJ9pL5","DHIS2 Option Code":"cholera_suspected"},{"value.display - Answers":"Cholera confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Cholera confirmed","DHIS2 Option UID":"fl3hbTSUUvY","DHIS2 Option Code":"cholera_confirmed"},{"value.display - Answers":"Complicated ear infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Complicated ear infection","DHIS2 Option UID":"tNBupLHGkO1","DHIS2 Option Code":"complicated_ear_infection"},{"value.display - Answers":"Complications of SCD","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Complications of SCD","DHIS2 Option UID":"qqdK48VF9V3","DHIS2 Option Code":"complications_of_scd"},{"value.display - Answers":"Congenital or acquired cardiac pathology","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Congenital or acquired cardiac pathology","DHIS2 Option UID":"IQ2vP5mMPRC","DHIS2 Option Code":"congenital_or_acquired_cardiac_pathology"},{"value.display - Answers":"Congestive Heart Failure","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Congestive Heart Failure","DHIS2 Option UID":"YzS1SrJkpfD","DHIS2 Option Code":"congestive_heart_failure"},{"value.display - Answers":"Cutaneous leishmaniosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Cutaneous leishmaniosis","DHIS2 Option UID":"c9sqPdQq6gZ","DHIS2 Option Code":"cutaneous_leishmaniosis"},{"value.display - Answers":"Dengue confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Dengue confirmed","DHIS2 Option UID":"JTeymbhEwKU","DHIS2 Option Code":"dengue_confirmed"},{"value.display - Answers":"Diabetes type 2 and complications","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Diabetes type 2 and complications","DHIS2 Option UID":"Xh2f6F0VSwN","DHIS2 Option Code":"diabetes_type_2_and_complications"},{"value.display - Answers":"Diabetes Type I and complications","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Diabetes Type I and complications","DHIS2 Option UID":"FQ2EF6qyD3P","DHIS2 Option Code":"diabetes_type_1_and_complications"},{"value.display - Answers":"Diarrhea (persistent)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Diarrhea (persistent)","DHIS2 Option UID":"T4ZsFEUKokD","DHIS2 Option Code":"diarrhea_persistent"},{"value.display - Answers":"Diphtheria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Diphtheria","DHIS2 Option UID":"TomHTmV7UU6","DHIS2 Option Code":"diphtheria"},{"value.display - Answers":"Epilepsy - Seizures","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Epilepsy - Seizures","DHIS2 Option UID":"l3tXrwEXhZv","DHIS2 Option Code":"epilepsy"},{"value.display - Answers":"Extra pulmonary tuberculosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Extra pulmonary tuberculosis","DHIS2 Option UID":"hWuPwQ7mo2s","DHIS2 Option Code":"extra_pulmonary_tuberculosis"},{"value.display - Answers":"Eye diseases (including trachoma)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Eye diseases (including trachoma)","DHIS2 Option UID":"KHqb5KzJjv2","DHIS2 Option Code":"eye_diseases_including_trachoma"},{"value.display - Answers":"Gynaecological cases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Gynaecological cases","DHIS2 Option UID":"b6GZG7ray6L","DHIS2 Option Code":"gynaecological_cases"},{"value.display - Answers":"Hepatitis A","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Hepatitis A","DHIS2 Option UID":"DoJ8USwbWAC","DHIS2 Option Code":"hepatitis_a"},{"value.display - Answers":"Hepatitis B","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Hepatitis B","DHIS2 Option UID":"LWL1kdtU2G1","DHIS2 Option Code":"hepatitis_b"},{"value.display - Answers":"Hepatitis Delta","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Hepatitis Delta","DHIS2 Option UID":"Ih6U6uYFdnf","DHIS2 Option Code":"hepatitis_delta"},{"value.display - Answers":"Hepatitis E","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Hepatitis E","DHIS2 Option UID":"TVoVhSXLq5s","DHIS2 Option Code":"hepatitis_e"},{"value.display - Answers":"HIV Infection confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"HIV Infection confirmed","DHIS2 Option UID":"egbcyosmS3z","DHIS2 Option Code":"hiv_infection_confirmed"},{"value.display - Answers":"Hyperreactive splenomegaly due to malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Hyperreactive splenomegaly due to malaria","DHIS2 Option UID":"h2QoZAOi0Vl","DHIS2 Option Code":"hyperreactive_splenomegaly_due_to_malaria"},{"value.display - Answers":"Infectious diseases not otherwise classified","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Infectious diseases not otherwise classified","DHIS2 Option UID":"KUUbE0XOsc2","DHIS2 Option Code":"infectious_diseases_not_otherwise_classified"},{"value.display - Answers":"Lower respiratory tract infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Lower respiratory tract infection","DHIS2 Option UID":"mJv2EIUspLf","DHIS2 Option Code":"lower_respiratory_tract_infection"},{"value.display - Answers":"Measles (complicated)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Measles (complicated)","DHIS2 Option UID":"JMuui1OC4qm","DHIS2 Option Code":"measles_complicated"},{"value.display - Answers":"Measles (uncomplicated)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Measles (uncomplicated)","DHIS2 Option UID":"F0jfwkECwC6","DHIS2 Option Code":"measles_uncomplicated"},{"value.display - Answers":"Meningeal TB","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Meningeal TB","DHIS2 Option UID":"A23Hei7Aqa7","DHIS2 Option Code":"meningeal_tb"},{"value.display - Answers":"Meningitis unspecified","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Meningitis unspecified","DHIS2 Option UID":"f08qUA7VdA8","DHIS2 Option Code":"meningitis_unspecified"},{"value.display - Answers":"Mental and psychiatric conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Mental and psychiatric conditions","DHIS2 Option UID":"BSHRS8ImQPt","DHIS2 Option Code":"mental_and_psychiatric_conditions"},{"value.display - Answers":"Moderate acute malnutrition","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Moderate acute malnutrition","DHIS2 Option UID":"vn4rkGBqxVZ","DHIS2 Option Code":"moderate_acute_malnutrition"},{"value.display - Answers":"Musculoskeletal conditions (infectious origin)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Musculoskeletal conditions (infectious origin)","DHIS2 Option UID":"k34KHbDpceV","DHIS2 Option Code":"musculoskeletal_conditions_infectious_origin"},{"value.display - Answers":"Musculoskeletal conditions (non-infectious)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Musculoskeletal conditions (non-infectious)","DHIS2 Option UID":"eeIIBA68Qqp","DHIS2 Option Code":"musculoskeletal_conditions_non_infectious"},{"value.display - Answers":"Necrotizing & bullous skin infections","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Necrotizing & bullous skin infections","DHIS2 Option UID":"sDZNxSTQR8R","DHIS2 Option Code":"necrotizing_&_bullous_skin_infections"},{"value.display - Answers":"Neglected tropical diseases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Neglected tropical diseases","DHIS2 Option UID":"FvxHIS3jqix","DHIS2 Option Code":"neglected_tropical_diseases"},{"value.display - Answers":"Nephrotic Syndrome & Acute Glomerulonephritis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Nephrotic Syndrome & Acute Glomerulonephritis","DHIS2 Option UID":"r6eWc8I8PDe","DHIS2 Option Code":"nephrotic_syndrome_&_acute_glomerulonephritis"},{"value.display - Answers":"Cerebral palsy/Neuro disability","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Cerebral palsy/Neuro disability","DHIS2 Option UID":"ddebsmKgy2u","DHIS2 Option Code":"neuro_disability_of_any_cause"},{"value.display - Answers":"Non urgent surgical conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Non urgent surgical conditions","DHIS2 Option UID":"uwM2sVPtUde","DHIS2 Option Code":"non_urgent_surgical_conditions"},{"value.display - Answers":"Non violence-related injuries","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Non violence-related injuries","DHIS2 Option UID":"RV6MQD0BaW1","DHIS2 Option Code":"non_violence_related_injuries"},{"value.display - Answers":"Obstetric cases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Obstetric cases","DHIS2 Option UID":"wZFYQnbuYkr","DHIS2 Option Code":"obstetric_cases"},{"value.display - Answers":"Oral and digestive severe candidiasis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Oral and digestive severe candidiasis","DHIS2 Option UID":"xTrkXo0f3jr","DHIS2 Option Code":"oral_and_digestive_severe_candidiasis"},{"value.display - Answers":"Persistent fever ( >7 days)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Persistent fever ( >7 days)","DHIS2 Option UID":"oQj59DPBYel","DHIS2 Option Code":"persistent_fever_>7_days"},{"value.display - Answers":"Poliomyelitis confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Poliomyelitis confirmed","DHIS2 Option UID":"myLcZsoMRk5","DHIS2 Option Code":"poliomyelitis_confirmed"},{"value.display - Answers":"Post surgical infections","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Post surgical infections","DHIS2 Option UID":"YVDu8NgUd87","DHIS2 Option Code":"post_surgical_infections"},{"value.display - Answers":"Pulmonary tuberculosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Pulmonary tuberculosis","DHIS2 Option UID":"GuReX44Ib4s","DHIS2 Option Code":"pulmonary_tuberculosis"},{"value.display - Answers":"Rabies","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Rabies","DHIS2 Option UID":"RDS6MJMiUtx","DHIS2 Option Code":"rabies"},{"value.display - Answers":"Severe Acute Malnutrition (Kwashiorkor)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Severe Acute Malnutrition (Kwashiorkor)","DHIS2 Option UID":"x8YPDz3YDwK","DHIS2 Option Code":"severe_acute_malnutrition_kwashiorkor"},{"value.display - Answers":"Severe Acute Malnutrition (Marasmus - Kwashiorkor)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Severe Acute Malnutrition (Marasmus - Kwashiorkor)","DHIS2 Option UID":"mMOlozsbqCr","DHIS2 Option Code":"severe_acute_malnutrition_marasmus_kwashiorkor"},{"value.display - Answers":"Severe Acute Malnutrition (Marasmus)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Severe Acute Malnutrition (Marasmus)","DHIS2 Option UID":"GZvCeMgWmt4","DHIS2 Option Code":"severe_acute_malnutrition_marasmus"},{"value.display - Answers":"Severe malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Severe malaria","DHIS2 Option UID":"UijCKzpfpUH","DHIS2 Option Code":"severe_malaria"},{"value.display - Answers":"Sexual violence / rape","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Sexual violence / rape","DHIS2 Option UID":"LM9t0dDBnIm","DHIS2 Option Code":"sexual_violence_rape"},{"value.display - Answers":"Sexually transmitted disease (STI)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Sexually transmitted disease (STI)","DHIS2 Option UID":"Z1xeGfsZWOQ","DHIS2 Option Code":"sexually_transmitted_disease_sti"},{"value.display - Answers":"Shigellosis - Salmonellosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Shigellosis - Salmonellosis","DHIS2 Option UID":"r8DzuoIylch","DHIS2 Option Code":"shigellosis"},{"value.display - Answers":"Sickle cell disease","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Sickle cell disease","DHIS2 Option UID":"JFwUloySp94","DHIS2 Option Code":"sickle_cell_disease"},{"value.display - Answers":"Simple malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Simple malaria","DHIS2 Option UID":"l6PDpl6ib86","DHIS2 Option Code":"simple_malaria"},{"value.display - Answers":"Skin and soft tissue conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Skin and soft tissue conditions","DHIS2 Option UID":"BOFkDhGzR8P","DHIS2 Option Code":"skin_and_soft_tissue_conditions"},{"value.display - Answers":"Snake bites","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Snake bites","DHIS2 Option UID":"NaxHVYSUOyW","DHIS2 Option Code":"snake_bites"},{"value.display - Answers":"Substance abuse / dependency","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Substance abuse / dependency","DHIS2 Option UID":"j3C7Fe8D4qu","DHIS2 Option Code":"substance_abuse_dependency"},{"value.display - Answers":"Suspected or confirmed malignancy","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Suspected or confirmed malignancy","DHIS2 Option UID":"WP4YznEWlNQ","DHIS2 Option Code":"suspected_or_confirmed_malignancy"},{"value.display - Answers":"Tetanus","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Tetanus","DHIS2 Option UID":"rFwJliVx1S8","DHIS2 Option Code":"tetanus"},{"value.display - Answers":"Toxicity / poisoning","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Toxicity / poisoning","DHIS2 Option UID":"uOjbsLAWUij","DHIS2 Option Code":"toxicity_poisoning"},{"value.display - Answers":"Typhoid fever","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Typhoid fever","DHIS2 Option UID":"NbfUngbPEAP","DHIS2 Option Code":"typhoid_fever"},{"value.display - Answers":"Upper respiratory tract infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Upper respiratory tract infection","DHIS2 Option UID":"OvztRwDtrx1","DHIS2 Option Code":"upper_respiratory_tract_infection"},{"value.display - Answers":"Urgent surgical conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Urgent surgical conditions","DHIS2 Option UID":"BlEaw6hgBhq","DHIS2 Option Code":"urgent_surgical_conditions"},{"value.display - Answers":"Urolithiasis / Renal colic","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Urolithiasis / Renal colic","DHIS2 Option UID":"WOUU3mmhdHZ","DHIS2 Option Code":"urolithiasis_renal_colic"},{"value.display - Answers":"UTI and renal tract acute pathology","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"UTI and renal tract acute pathology","DHIS2 Option UID":"cNnfA3fFLNr","DHIS2 Option Code":"uti_and_renal_tract_acute_pathology"},{"value.display - Answers":"Violence-related injuries","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Violence-related injuries","DHIS2 Option UID":"joxaKH5Rdul","DHIS2 Option Code":"violence_related_injuries"},{"value.display - Answers":"Viral haemorrhagic fevers","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Viral haemorrhagic fevers","DHIS2 Option UID":"yHVhPBKD9h2","DHIS2 Option Code":"viral_haemorrhagic_fevers"},{"value.display - Answers":"Visceral leishmaniasis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Visceral leishmaniasis","DHIS2 Option UID":"Bys1gZTxw4p","DHIS2 Option Code":"visceral_leishmaniasis"},{"value.display - Answers":"Vit A deficiency","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Vit A deficiency","DHIS2 Option UID":"i6JiY1PAEwc","DHIS2 Option Code":"vit_a_deficiency"},{"value.display - Answers":"Vit B complex deficiency","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Vit B complex deficiency","DHIS2 Option UID":"V8ISxvoysXS","DHIS2 Option Code":"vit_b_deficiency"},{"value.display - Answers":"Vit C deficiency (scurvy)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Vit C deficiency (scurvy)","DHIS2 Option UID":"iDPCH8hTbBY","DHIS2 Option Code":"vit_c_deficiency_scurvy"},{"value.display - Answers":"Vit D deficiency (rickets)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Vit D deficiency (rickets)","DHIS2 Option UID":"ug8Kgv37aSJ","DHIS2 Option Code":"vit_d_deficiency_rickets"},{"value.display - Answers":"Whooping cough","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Whooping cough","DHIS2 Option UID":"VOFYxJG5Bdy","DHIS2 Option Code":"whooping_cough"},{"value.display - Answers":"Yellow fever","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Yellow fever","DHIS2 Option UID":"RxYDFTlXi7B","DHIS2 Option Code":"yellow_fever"},{"value.display - Answers":"Other bites and stings","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Other bites and stings","DHIS2 Option UID":"BbDlC8AkR76","DHIS2 Option Code":"other_bites_and_stings"},{"value.display - Answers":"Other neurological conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Other neurological conditions","DHIS2 Option UID":"Sla3XxqZjTc","DHIS2 Option Code":"other_neurological_conditions"},{"value.display - Answers":"Other non communicable diseases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Other non communicable diseases","DHIS2 Option UID":"IHcB7buq0Lq","DHIS2 Option Code":"other_non_communicable_diseases"},{"value.display - Answers":"Other symptoms and abnor. clinical / lab findings","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Other symptoms and abnor. clinical / lab findings","DHIS2 Option UID":"yzLYFrzUuy9","DHIS2 Option Code":"other_symptoms_and_abnor_clinical_lab_findings"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Others","DHIS2 Option UID":"wXYdnbu32bf","DHIS2 Option Code":"others"},{"value.display - Answers":"Covid-19 confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Covid-19 confirmed","DHIS2 Option UID":"pX0VJTMfoAj","DHIS2 Option Code":"covid_19_confirmed"},{"value.display - Answers":"Covid-19 probable","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Covid-19 probable","DHIS2 Option UID":"HIfTGoweruV","DHIS2 Option Code":"covid_19_probable"},{"value.display - Answers":"Apnoea of prematurity","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Apnoea of prematurity","DHIS2 Option UID":"XiCLeKbQyoT","DHIS2 Option Code":"apnoea_of_prematurity"},{"value.display - Answers":"Birth injury","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Birth injury","DHIS2 Option UID":"WT20v167Xzg","DHIS2 Option Code":"birth_injury"},{"value.display - Answers":"COPD","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"COPD","DHIS2 Option UID":"d96Q6VDDtGr","DHIS2 Option Code":"copd"},{"value.display - Answers":"Bronchiolitis - obstructive bronchitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Bronchiolitis - obstructive bronchitis","DHIS2 Option UID":"U8prjAIzmCn","DHIS2 Option Code":"bronchiolitis_obstructive_bronchitis "},{"value.display - Answers":"Bronchospasm","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Bronchospasm","DHIS2 Option UID":"C4L4qbEt5mM","DHIS2 Option Code":"bronchospasm"},{"value.display - Answers":"Cardiogenic shock","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Cardiogenic shock","DHIS2 Option UID":"r8xoa1SyGBZ","DHIS2 Option Code":"cardiogenic_shock"},{"value.display - Answers":"Congenital herpes virus infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Congenital herpes virus infection","DHIS2 Option UID":"rSiZA1OeamN","DHIS2 Option Code":"congenital_herpes_virus_infection"},{"value.display - Answers":"Congenital malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Congenital malaria","DHIS2 Option UID":"hGPNkM4Dk4z","DHIS2 Option Code":"congenital_malaria"},{"value.display - Answers":"Congenital syphilis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Congenital syphilis","DHIS2 Option UID":"nfENb30coWb","DHIS2 Option Code":"congenital_syphilis"},{"value.display - Answers":"Dengue suspected","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Dengue suspected","DHIS2 Option UID":"ikNcvpbDixr","DHIS2 Option Code":"dengue_suspected"},{"value.display - Answers":"Dog bite","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Dog bite","DHIS2 Option UID":"BIs1jKjLRHN","DHIS2 Option Code":"dog_bite"},{"value.display - Answers":"Febrile convulsions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Febrile convulsions","DHIS2 Option UID":"c3O9dECIxOa","DHIS2 Option Code":"febrile_convulsions "},{"value.display - Answers":"Hyperglycemia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Hyperglycemia","DHIS2 Option UID":"p5JcLzBGNqp","DHIS2 Option Code":"hyperglycemia"},{"value.display - Answers":"Hypoglycemia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Hypoglycemia","DHIS2 Option UID":"LJVBk2Zh7hK","DHIS2 Option Code":"hypoglycemia"},{"value.display - Answers":"hypovolemic_shock","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"hypovolemic_shock","DHIS2 Option UID":"WnMpToZF0qr","DHIS2 Option Code":"hypovolemic_shock"},{"value.display - Answers":"Neonatal conjunctivitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Neonatal conjunctivitis","DHIS2 Option UID":"MOtQxxicneI","DHIS2 Option Code":"neonatal_conjunctivitis"},{"value.display - Answers":"Neonatal convulsions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Neonatal convulsions","DHIS2 Option UID":"bveva4WEwpk","DHIS2 Option Code":"neonatal_convulsions"},{"value.display - Answers":"Neonatal jaundice","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Neonatal jaundice","DHIS2 Option UID":"x3e3eB13HBC","DHIS2 Option Code":"neonatal_jaundice"},{"value.display - Answers":"Neonatal meconial aspiration","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Neonatal meconial aspiration","DHIS2 Option UID":"ZVbbk05skVn","DHIS2 Option Code":"neonatal_meconial_aspiration"},{"value.display - Answers":"Neonatal Necrotizing Enterocolitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Neonatal Necrotizing Enterocolitis","DHIS2 Option UID":"CV9RoDlgn0w","DHIS2 Option Code":"neonatal_necrotizing_enterocolitis"},{"value.display - Answers":"Neonatal pneumonia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Neonatal pneumonia","DHIS2 Option UID":"IuCGFWyFWFO","DHIS2 Option Code":"neonatal_pneumonia"},{"value.display - Answers":"Neonatal pneumothorax","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Neonatal pneumothorax","DHIS2 Option UID":"NSSABF8r5q8","DHIS2 Option Code":"neonatal_pneumothorax"},{"value.display - Answers":"Neonatal tetanus","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Neonatal tetanus","DHIS2 Option UID":"TOYetOKf4MU","DHIS2 Option Code":"neonatal_tetanus"},{"value.display - Answers":"Neonatal tuberculosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Neonatal tuberculosis","DHIS2 Option UID":"e9GUiPSsGQC","DHIS2 Option Code":"neonatal_tuberculosis"},{"value.display - Answers":"Non cardiac congenital pathology","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Non cardiac congenital pathology","DHIS2 Option UID":"GgiffxpUGcR","DHIS2 Option Code":"non_cardiac_congenital_pathology"},{"value.display - Answers":"Newborn to an HIV+ mother","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Newborn to an HIV+ mother","DHIS2 Option UID":"o7mxkyOuqRW","DHIS2 Option Code":"newborn_to_an_hiv+_mother"},{"value.display - Answers":"Observation","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Observation","DHIS2 Option UID":"q9596NeqFbK","DHIS2 Option Code":"observation"},{"value.display - Answers":"Perinatal asphyxia and complications","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Perinatal asphyxia and complications","DHIS2 Option UID":"C9vdUIZmji0","DHIS2 Option Code":"perinatal_asphyxia_and_complications"},{"value.display - Answers":"Prematurity and or low birth weight","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Prematurity and or low birth weight","DHIS2 Option UID":"n5bkPzahGYv","DHIS2 Option Code":"prematurity_and_or_low_birth_weight"},{"value.display - Answers":"Rheumatic heart disease","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Rheumatic heart disease","DHIS2 Option UID":"MndDsJKT02H","DHIS2 Option Code":"rheumatic_heart_disease"},{"value.display - Answers":"Risk of sepsis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Risk of sepsis","DHIS2 Option UID":"pOlHPAPSIwG","DHIS2 Option Code":"risk_of_sepsis"},{"value.display - Answers":"Septic shock","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Septic shock","DHIS2 Option UID":"Z4K838xu1el","DHIS2 Option Code":"septic_shock"},{"value.display - Answers":"Shock uspecified","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Shock uspecified","DHIS2 Option UID":"DzENG1greCA","DHIS2 Option Code":"shock_uspecified"},{"value.display - Answers":"Severe anaemia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Severe anaemia","DHIS2 Option UID":"rSM7i2VYQh8","DHIS2 Option Code":"severe_anaemia"},{"value.display - Answers":"Severe dehydration","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Severe dehydration","DHIS2 Option UID":"hvkuM6He8lg","DHIS2 Option Code":"severe_dehydration"},{"value.display - Answers":"Transient tachypnoea of the newborn","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Transient tachypnoea of the newborn","DHIS2 Option UID":"gLpLCbuDJSU","DHIS2 Option Code":"transient_tachypnoea_of_the-newborn"},{"value.display - Answers":"Varicella","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Varicella","DHIS2 Option UID":"ZxWtBfYPFaS","DHIS2 Option Code":"varicella"},{"value.display - Answers":"Other neonatal conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 DE UID":"iOgoFkTPbbl","OptionSet name":"Diagnosis - Malnutrition - Secondary 1","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 1","DHIS2 Option name":"Other neonatal conditions","DHIS2 Option UID":"wPLsmkaNgVw","DHIS2 Option Code":"other_neonatal_conditions"},{"value.display - Answers":"Acute asthma","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Acute asthma","DHIS2 Option UID":"HgX3vXrvsx6","DHIS2 Option Code":"acute_asthma"},{"value.display - Answers":"Acute diarrhea (bloody)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Acute diarrhea (bloody)","DHIS2 Option UID":"ZpRxFecqnwi","DHIS2 Option Code":"acute_diarrhea_bloody"},{"value.display - Answers":"Acute diarrhea (non-bloody)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Acute diarrhea (non-bloody)","DHIS2 Option UID":"zVgxlrZnnCe","DHIS2 Option Code":"acute_diarrhea_non_bloody"},{"value.display - Answers":"Acute febrile illness (=<7 days)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Acute febrile illness (=<7 days)","DHIS2 Option UID":"J8Vl7BI0QfR","DHIS2 Option Code":"acute_febrile_illness_<7_days"},{"value.display - Answers":"Acute flaccid paralysis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Acute flaccid paralysis","DHIS2 Option UID":"A7Ex0DFMTYf","DHIS2 Option Code":"acute_flaccid_paralysis"},{"value.display - Answers":"Acute jaundice syndrome","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Acute jaundice syndrome","DHIS2 Option UID":"GklH62cOq2Z","DHIS2 Option Code":"acute_jaundice_syndrome"},{"value.display - Answers":"Bacterial meningitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Bacterial meningitis","DHIS2 Option UID":"O9xz3jtr4xg","DHIS2 Option Code":"bacterial_meningitis"},{"value.display - Answers":"Burns","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Burns","DHIS2 Option UID":"oeR7NWklyjd","DHIS2 Option Code":"burns"},{"value.display - Answers":"Cholera (suspected)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Cholera (suspected)","DHIS2 Option UID":"YRAU0iIbNP9","DHIS2 Option Code":"cholera_suspected"},{"value.display - Answers":"Cholera confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Cholera confirmed","DHIS2 Option UID":"S46QMarDp5i","DHIS2 Option Code":"cholera_confirmed"},{"value.display - Answers":"Complicated ear infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Complicated ear infection","DHIS2 Option UID":"zdLmANKgrGO","DHIS2 Option Code":"complicated_ear_infection"},{"value.display - Answers":"Complications of SCD","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Complications of SCD","DHIS2 Option UID":"vYDgtp7MdTr","DHIS2 Option Code":"complications_of_scd"},{"value.display - Answers":"Congenital or acquired cardiac pathology","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Congenital or acquired cardiac pathology","DHIS2 Option UID":"Jil2qLIrVT9","DHIS2 Option Code":"congenital_or_acquired_cardiac_pathology"},{"value.display - Answers":"Congestive Heart Failure","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Congestive Heart Failure","DHIS2 Option UID":"Nwd22x068J2","DHIS2 Option Code":"congestive_heart_failure"},{"value.display - Answers":"Cutaneous leishmaniosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Cutaneous leishmaniosis","DHIS2 Option UID":"ftXcV1u3I8T","DHIS2 Option Code":"cutaneous_leishmaniosis"},{"value.display - Answers":"Dengue confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Dengue confirmed","DHIS2 Option UID":"ZnlAgYg6QR4","DHIS2 Option Code":"dengue_confirmed"},{"value.display - Answers":"Diabetes type 2 and complications","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Diabetes type 2 and complications","DHIS2 Option UID":"VrNBEbLfvq6","DHIS2 Option Code":"diabetes_type_2_and_complications"},{"value.display - Answers":"Diabetes Type I and complications","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Diabetes Type I and complications","DHIS2 Option UID":"oSTAIVxmb13","DHIS2 Option Code":"diabetes_type_1_and_complications"},{"value.display - Answers":"Diarrhea (persistent)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Diarrhea (persistent)","DHIS2 Option UID":"ZmSORuJ7MmO","DHIS2 Option Code":"diarrhea_persistent"},{"value.display - Answers":"Diphtheria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Diphtheria","DHIS2 Option UID":"FWJi9zFnVVH","DHIS2 Option Code":"diphtheria"},{"value.display - Answers":"Epilepsy - Seizures","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Epilepsy - Seizures","DHIS2 Option UID":"WYuwK5EiFkc","DHIS2 Option Code":"epilepsy"},{"value.display - Answers":"Extra pulmonary tuberculosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Extra pulmonary tuberculosis","DHIS2 Option UID":"LCWIVKAGXxQ","DHIS2 Option Code":"extra_pulmonary_tuberculosis"},{"value.display - Answers":"Eye diseases (including trachoma)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Eye diseases (including trachoma)","DHIS2 Option UID":"yrB1txNoXdz","DHIS2 Option Code":"eye_diseases_including_trachoma"},{"value.display - Answers":"Gynaecological cases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Gynaecological cases","DHIS2 Option UID":"UF0PmdoljJa","DHIS2 Option Code":"gynaecological_cases"},{"value.display - Answers":"Hepatitis A","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Hepatitis A","DHIS2 Option UID":"kJRN97QTpuD","DHIS2 Option Code":"hepatitis_a"},{"value.display - Answers":"Hepatitis B","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Hepatitis B","DHIS2 Option UID":"oPlApOiyRNf","DHIS2 Option Code":"hepatitis_b"},{"value.display - Answers":"Hepatitis Delta","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Hepatitis Delta","DHIS2 Option UID":"iKsXCU378GN","DHIS2 Option Code":"hepatitis_delta"},{"value.display - Answers":"Hepatitis E","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Hepatitis E","DHIS2 Option UID":"daNBQbvb4W6","DHIS2 Option Code":"hepatitis_e"},{"value.display - Answers":"HIV Infection confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"HIV Infection confirmed","DHIS2 Option UID":"h3VYXiJtitz","DHIS2 Option Code":"hiv_infection_confirmed"},{"value.display - Answers":"Hyperreactive splenomegaly due to malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Hyperreactive splenomegaly due to malaria","DHIS2 Option UID":"jmVxSKHbGG8","DHIS2 Option Code":"hyperreactive_splenomegaly_due_to_malaria"},{"value.display - Answers":"Infectious diseases not otherwise classified","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Infectious diseases not otherwise classified","DHIS2 Option UID":"xNduTQgsOKH","DHIS2 Option Code":"infectious_diseases_not_otherwise_classified"},{"value.display - Answers":"Lower respiratory tract infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Lower respiratory tract infection","DHIS2 Option UID":"VmtZbSQZKWB","DHIS2 Option Code":"lower_respiratory_tract_infection"},{"value.display - Answers":"Measles (complicated)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Measles (complicated)","DHIS2 Option UID":"Ldgjz9C0g8E","DHIS2 Option Code":"measles_complicated"},{"value.display - Answers":"Measles (uncomplicated)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Measles (uncomplicated)","DHIS2 Option UID":"YBqbmTLX7C0","DHIS2 Option Code":"measles_uncomplicated"},{"value.display - Answers":"Meningeal TB","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Meningeal TB","DHIS2 Option UID":"HnTQlyQywuD","DHIS2 Option Code":"meningeal_tb"},{"value.display - Answers":"Meningitis unspecified","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Meningitis unspecified","DHIS2 Option UID":"LR0LHjndAXu","DHIS2 Option Code":"meningitis_unspecified"},{"value.display - Answers":"Mental and psychiatric conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Mental and psychiatric conditions","DHIS2 Option UID":"aG0OfBS8ueF","DHIS2 Option Code":"mental_and_psychiatric_conditions"},{"value.display - Answers":"Moderate acute malnutrition","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Moderate acute malnutrition","DHIS2 Option UID":"QQaqc8toFYk","DHIS2 Option Code":"moderate_acute_malnutrition"},{"value.display - Answers":"Musculoskeletal conditions (infectious origin)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Musculoskeletal conditions (infectious origin)","DHIS2 Option UID":"bnkjJwvg6iQ","DHIS2 Option Code":"musculoskeletal_conditions_infectious_origin"},{"value.display - Answers":"Musculoskeletal conditions (non-infectious)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Musculoskeletal conditions (non-infectious)","DHIS2 Option UID":"J6aEdljbxgr","DHIS2 Option Code":"musculoskeletal_conditions_non_infectious"},{"value.display - Answers":"Necrotizing & bullous skin infections","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Necrotizing & bullous skin infections","DHIS2 Option UID":"utECVhpdUs4","DHIS2 Option Code":"necrotizing_&_bullous_skin_infections"},{"value.display - Answers":"Neglected tropical diseases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Neglected tropical diseases","DHIS2 Option UID":"NohI0zAbUc4","DHIS2 Option Code":"neglected_tropical_diseases"},{"value.display - Answers":"Nephrotic Syndrome & Acute Glomerulonephritis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Nephrotic Syndrome & Acute Glomerulonephritis","DHIS2 Option UID":"C1jvKxIjDxj","DHIS2 Option Code":"nephrotic_syndrome_&_acute_glomerulonephritis"},{"value.display - Answers":"Cerebral palsy - Neuro disability","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Cerebral palsy - Neuro disability","DHIS2 Option UID":"e8eyFjAUlQk","DHIS2 Option Code":"neuro_disability_of_any_cause"},{"value.display - Answers":"Non urgent surgical conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Non urgent surgical conditions","DHIS2 Option UID":"yeEBnmqXsQl","DHIS2 Option Code":"non_urgent_surgical_conditions"},{"value.display - Answers":"Non violence-related injuries","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Non violence-related injuries","DHIS2 Option UID":"yIE3xuGdorT","DHIS2 Option Code":"non_violence_related_injuries"},{"value.display - Answers":"Obstetric cases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Obstetric cases","DHIS2 Option UID":"lufXrIBxOSO","DHIS2 Option Code":"obstetric_cases"},{"value.display - Answers":"Oral and digestive severe candidiasis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Oral and digestive severe candidiasis","DHIS2 Option UID":"byDZOw8AhEH","DHIS2 Option Code":"oral_and_digestive_severe_candidiasis"},{"value.display - Answers":"Persistent fever ( >7 days)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Persistent fever ( >7 days)","DHIS2 Option UID":"ApD01rBFsP7","DHIS2 Option Code":"persistent_fever_>7_days"},{"value.display - Answers":"Poliomyelitis confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Poliomyelitis confirmed","DHIS2 Option UID":"eW1xtCC90c3","DHIS2 Option Code":"poliomyelitis_confirmed"},{"value.display - Answers":"Post surgical infections","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Post surgical infections","DHIS2 Option UID":"uGrIXRfwMwY","DHIS2 Option Code":"post_surgical_infections"},{"value.display - Answers":"Pulmonary tuberculosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Pulmonary tuberculosis","DHIS2 Option UID":"HJeN29Cv3kc","DHIS2 Option Code":"pulmonary_tuberculosis"},{"value.display - Answers":"Rabies","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Rabies","DHIS2 Option UID":"nL9YgpEXOzY","DHIS2 Option Code":"rabies"},{"value.display - Answers":"Severe Acute Malnutrition (Kwashiorkor)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Severe Acute Malnutrition (Kwashiorkor)","DHIS2 Option UID":"NBY05tQ8hQN","DHIS2 Option Code":"severe_acute_malnutrition_kwashiorkor"},{"value.display - Answers":"Severe Acute Malnutrition (Marasmus - Kwashiorkor)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Severe Acute Malnutrition (Marasmus - Kwashiorkor)","DHIS2 Option UID":"cX41mhUP4hg","DHIS2 Option Code":"severe_acute_malnutrition_marasmus_kwashiorkor"},{"value.display - Answers":"Severe Acute Malnutrition (Marasmus)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Severe Acute Malnutrition (Marasmus)","DHIS2 Option UID":"yCOLs7TI2Yf","DHIS2 Option Code":"severe_acute_malnutrition_marasmus"},{"value.display - Answers":"Severe malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Severe malaria","DHIS2 Option UID":"RqDxjW04LBM","DHIS2 Option Code":"severe_malaria"},{"value.display - Answers":"Sexual violence / rape","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Sexual violence / rape","DHIS2 Option UID":"t9OwU2PBjmi","DHIS2 Option Code":"sexual_violence_rape"},{"value.display - Answers":"Sexually transmitted disease (STI)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Sexually transmitted disease (STI)","DHIS2 Option UID":"rDDzlHmlVfb","DHIS2 Option Code":"sexually_transmitted_disease_sti"},{"value.display - Answers":"Shigellosis - Salmonellosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Shigellosis - Salmonellosis","DHIS2 Option UID":"C0RJm1JpNud","DHIS2 Option Code":"shigellosis"},{"value.display - Answers":"Sickle cell disease","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Sickle cell disease","DHIS2 Option UID":"QGLQEmOsLec","DHIS2 Option Code":"sickle_cell_disease"},{"value.display - Answers":"Simple malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Simple malaria","DHIS2 Option UID":"q3Grvfn9QGb","DHIS2 Option Code":"simple_malaria"},{"value.display - Answers":"Skin and soft tissue conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Skin and soft tissue conditions","DHIS2 Option UID":"i6qQp5uB0Ko","DHIS2 Option Code":"skin_and_soft_tissue_conditions"},{"value.display - Answers":"Snake bites","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Snake bites","DHIS2 Option UID":"It0cW5RQWpE","DHIS2 Option Code":"snake_bites"},{"value.display - Answers":"Substance abuse / dependency","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Substance abuse / dependency","DHIS2 Option UID":"jxDmdkqUYzT","DHIS2 Option Code":"substance_abuse_dependency"},{"value.display - Answers":"Suspected or confirmed malignancy","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Suspected or confirmed malignancy","DHIS2 Option UID":"SEVS3rGTnWG","DHIS2 Option Code":"suspected_or_confirmed_malignancy"},{"value.display - Answers":"Tetanus","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Tetanus","DHIS2 Option UID":"Kr9r979EtHx","DHIS2 Option Code":"tetanus"},{"value.display - Answers":"Toxicity / poisoning","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Toxicity / poisoning","DHIS2 Option UID":"wGTjx3JO66k","DHIS2 Option Code":"toxicity_poisoning"},{"value.display - Answers":"Typhoid fever","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Typhoid fever","DHIS2 Option UID":"ufSbySjV4nf","DHIS2 Option Code":"typhoid_fever"},{"value.display - Answers":"Upper respiratory tract infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Upper respiratory tract infection","DHIS2 Option UID":"UoTji9E533F","DHIS2 Option Code":"upper_respiratory_tract_infection"},{"value.display - Answers":"Urgent surgical conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Urgent surgical conditions","DHIS2 Option UID":"G4GBgpGBv1I","DHIS2 Option Code":"urgent_surgical_conditions"},{"value.display - Answers":"Urolithiasis / Renal colic","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Urolithiasis / Renal colic","DHIS2 Option UID":"pbbYJwsoExK","DHIS2 Option Code":"urolithiasis_renal_colic"},{"value.display - Answers":"UTI and renal tract acute pathology","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"UTI and renal tract acute pathology","DHIS2 Option UID":"hrtm8XMGsvI","DHIS2 Option Code":"uti_and_renal_tract_acute_pathology"},{"value.display - Answers":"Violence-related injuries","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Violence-related injuries","DHIS2 Option UID":"FGVvCNrsZd6","DHIS2 Option Code":"violence_related_injuries"},{"value.display - Answers":"Viral haemorrhagic fevers","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Viral haemorrhagic fevers","DHIS2 Option UID":"kVOcCpX2wET","DHIS2 Option Code":"viral_haemorrhagic_fevers"},{"value.display - Answers":"Visceral leishmaniasis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Visceral leishmaniasis","DHIS2 Option UID":"mWZtlCUSfv9","DHIS2 Option Code":"visceral_leishmaniasis"},{"value.display - Answers":"Vit A deficiency","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Vit A deficiency","DHIS2 Option UID":"Q8QmQpMAnQ4","DHIS2 Option Code":"vit_a_deficiency"},{"value.display - Answers":"Vit B complex deficiency","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Vit B complex deficiency","DHIS2 Option UID":"K970D8cUX8q","DHIS2 Option Code":"vit_b_deficiency"},{"value.display - Answers":"Vit C deficiency (scurvy)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Vit C deficiency (scurvy)","DHIS2 Option UID":"M4dWY0whWZ3","DHIS2 Option Code":"vit_c_deficiency_scurvy"},{"value.display - Answers":"Vit D deficiency (rickets)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Vit D deficiency (rickets)","DHIS2 Option UID":"Iad4CoXnCTM","DHIS2 Option Code":"vit_d_deficiency_rickets"},{"value.display - Answers":"Whooping cough","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Whooping cough","DHIS2 Option UID":"PJaiWyUC5Rv","DHIS2 Option Code":"whooping_cough"},{"value.display - Answers":"Yellow fever","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Yellow fever","DHIS2 Option UID":"XTczxMr7cBC","DHIS2 Option Code":"yellow_fever"},{"value.display - Answers":"Other bites and stings","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Other bites and stings","DHIS2 Option UID":"tMDEcnOrzaS","DHIS2 Option Code":"other_bites_and_stings"},{"value.display - Answers":"Other neurological conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Other neurological conditions","DHIS2 Option UID":"RZ6Gri5POqL","DHIS2 Option Code":"other_neurological_conditions"},{"value.display - Answers":"Other non communicable diseases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Other non communicable diseases","DHIS2 Option UID":"i3kF3xASTF0","DHIS2 Option Code":"other_non_communicable_diseases"},{"value.display - Answers":"Other symptoms and abnor. clinical / lab findings","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Other symptoms and abnor. clinical / lab findings","DHIS2 Option UID":"wo6gncCWDt8","DHIS2 Option Code":"other_symptoms_and_abnor_clinical_lab_findings"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Others","DHIS2 Option UID":"SLRzVQxrR6V","DHIS2 Option Code":"others"},{"value.display - Answers":"Covid-19 confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Covid-19 confirmed","DHIS2 Option UID":"lbR2rz0zKhv","DHIS2 Option Code":"covid_19_confirmed"},{"value.display - Answers":"Covid-19 probable","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Covid-19 probable","DHIS2 Option UID":"AyulwHw3Bj7","DHIS2 Option Code":"covid_19_probable"},{"value.display - Answers":"Apnoea of prematurity","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Apnoea of prematurity","DHIS2 Option UID":"mNPTDvpwGn5","DHIS2 Option Code":"apnoea_of_prematurity"},{"value.display - Answers":"Birth injury","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Birth injury","DHIS2 Option UID":"oJP7rkoXVg1","DHIS2 Option Code":"birth_injury"},{"value.display - Answers":"Bronchiolitis - obstructive bronchitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Bronchiolitis - obstructive bronchitis","DHIS2 Option UID":"Ra4H6sXRGR8","DHIS2 Option Code":"bronchiolitis_obstructive_bronchitis "},{"value.display - Answers":"Bronchospasm","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Bronchospasm","DHIS2 Option UID":"gJSba9WYKcN","DHIS2 Option Code":"bronchospasm"},{"value.display - Answers":"Cardiogenic shock","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Cardiogenic shock","DHIS2 Option UID":"EQCt6KPlhXh","DHIS2 Option Code":"cardiogenic_shock"},{"value.display - Answers":"Congenital herpes virus infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Congenital herpes virus infection","DHIS2 Option UID":"IEWIHnBHcKW","DHIS2 Option Code":"congenital_herpes_virus_infection"},{"value.display - Answers":"Congenital malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Congenital malaria","DHIS2 Option UID":"fzD74ridSY3","DHIS2 Option Code":"congenital_malaria"},{"value.display - Answers":"Congenital syphilis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Congenital syphilis","DHIS2 Option UID":"VlGKbqPPcqo","DHIS2 Option Code":"congenital_syphilis"},{"value.display - Answers":"COPD","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"COPD","DHIS2 Option UID":"VEF2GXOUCGn","DHIS2 Option Code":"copd"},{"value.display - Answers":"Dengue suspected","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Dengue suspected","DHIS2 Option UID":"ZcJqi7M0sIE","DHIS2 Option Code":"dengue_suspected"},{"value.display - Answers":"Dog bite","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Dog bite","DHIS2 Option UID":"i1cjdEToed4","DHIS2 Option Code":"dog_bite"},{"value.display - Answers":"Febrile convulsions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Febrile convulsions","DHIS2 Option UID":"jP8E3Nr5ePF","DHIS2 Option Code":"febrile_convulsions "},{"value.display - Answers":"Hyperglycemia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Hyperglycemia","DHIS2 Option UID":"CSFxUSl3Lrp","DHIS2 Option Code":"hyperglycemia"},{"value.display - Answers":"Hypoglycemia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Hypoglycemia","DHIS2 Option UID":"p94oukUpt38","DHIS2 Option Code":"hypoglycemia"},{"value.display - Answers":"Hypovolemic shock","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Hypovolemic shock","DHIS2 Option UID":"RdQaXExPuHY","DHIS2 Option Code":"hypovolemic_shock"},{"value.display - Answers":"Neonatal conjunctivitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Neonatal conjunctivitis","DHIS2 Option UID":"l9b20GYt8K8","DHIS2 Option Code":"neonatal_conjunctivitis"},{"value.display - Answers":"Neonatal convulsions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Neonatal convulsions","DHIS2 Option UID":"vHdiG2Glz2R","DHIS2 Option Code":"neonatal_convulsions"},{"value.display - Answers":"Neonatal jaundice","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Neonatal jaundice","DHIS2 Option UID":"bz0dwSs5R8q","DHIS2 Option Code":"neonatal_jaundice"},{"value.display - Answers":"Neonatal meconial aspiration","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Neonatal meconial aspiration","DHIS2 Option UID":"F7ph9cAUsjq","DHIS2 Option Code":"neonatal_meconial_aspiration"},{"value.display - Answers":"Neonatal Necrotizing Enterocolitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Neonatal Necrotizing Enterocolitis","DHIS2 Option UID":"PEUNHffrc5r","DHIS2 Option Code":"neonatal_necrotizing_enterocolitis"},{"value.display - Answers":"Neonatal pneumonia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Neonatal pneumonia","DHIS2 Option UID":"qfD7Pdor9Ke","DHIS2 Option Code":"neonatal_pneumonia"},{"value.display - Answers":"Neonatal pneumothorax","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Neonatal pneumothorax","DHIS2 Option UID":"QnWXeiCqjvs","DHIS2 Option Code":"neonatal_pneumothorax"},{"value.display - Answers":"Neonatal tetanus","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Neonatal tetanus","DHIS2 Option UID":"y6Z1pZrll3Z","DHIS2 Option Code":"neonatal_tetanus"},{"value.display - Answers":"Neonatal tuberculosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Neonatal tuberculosis","DHIS2 Option UID":"hG3VHYjksd7","DHIS2 Option Code":"neonatal_tuberculosis"},{"value.display - Answers":"Non cardiac congenital pathology","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Non cardiac congenital pathology","DHIS2 Option UID":"kNx7jnB8tpr","DHIS2 Option Code":"non_cardiac_congenital_pathology"},{"value.display - Answers":"Newborn to an HIV+ mother","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Newborn to an HIV+ mother","DHIS2 Option UID":"harSVfsnIAt","DHIS2 Option Code":"newborn_to_an_hiv+_mother"},{"value.display - Answers":"Observation","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Observation","DHIS2 Option UID":"xW2glpN3ZdI","DHIS2 Option Code":"observation"},{"value.display - Answers":"Perinatal asphyxia and complications","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Perinatal asphyxia and complications","DHIS2 Option UID":"ES9hj5pSPBm","DHIS2 Option Code":"perinatal_asphyxia_and_complications"},{"value.display - Answers":"Prematurity and or low birth weight","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Prematurity and or low birth weight","DHIS2 Option UID":"ApxIIyzZOvu","DHIS2 Option Code":"prematurity_and_or_low_birth_weight"},{"value.display - Answers":"Rheumatic heart disease","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Rheumatic heart disease","DHIS2 Option UID":"onaykQ33cTD","DHIS2 Option Code":"rheumatic_heart_disease"},{"value.display - Answers":"Risk of sepsis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Risk of sepsis","DHIS2 Option UID":"YeQfOMYWPyl","DHIS2 Option Code":"risk_of_sepsis"},{"value.display - Answers":"Septic shock","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Septic shock","DHIS2 Option UID":"e50oxQBEjFZ","DHIS2 Option Code":"septic_shock"},{"value.display - Answers":"Shock uspecified","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Shock uspecified","DHIS2 Option UID":"nduZ755HdUK","DHIS2 Option Code":"shock_uspecified"},{"value.display - Answers":"Severe anaemia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Severe anaemia","DHIS2 Option UID":"OosWiQ14i4U","DHIS2 Option Code":"severe_anaemia"},{"value.display - Answers":"Severe dehydration","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Severe dehydration","DHIS2 Option UID":"I49cMnQlRYb","DHIS2 Option Code":"severe_dehydration"},{"value.display - Answers":"Transient tachypnoea of the newborn","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Transient tachypnoea of the newborn","DHIS2 Option UID":"o0jzqeTCtcA","DHIS2 Option Code":"transient_tachypnoea_of_the_newborn"},{"value.display - Answers":"Varicella","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Varicella","DHIS2 Option UID":"H6yZB35ROGG","DHIS2 Option Code":"varicella"},{"value.display - Answers":"Other neonatal conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 DE UID":"soY8zYvIG1S","OptionSet name":"Diagnosis - Malnutrition - Secondary 2","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 2","DHIS2 Option name":"Other neonatal conditions","DHIS2 Option UID":"PFNsVEiE3Mg","DHIS2 Option Code":"other_neonatal_conditions"},{"value.display - Answers":"Acute asthma","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Acute asthma","DHIS2 Option UID":"bluop7krNFI","DHIS2 Option Code":"acute_asthma"},{"value.display - Answers":"Non cardiac congenital pathology","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Non cardiac congenital pathology","DHIS2 Option UID":"aVQ2oi3G43Y","DHIS2 Option Code":"non_cardiac_congenital_pathology"},{"value.display - Answers":"Neonatal tuberculosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Neonatal tuberculosis","DHIS2 Option UID":"b52kxhqjmV9","DHIS2 Option Code":"neonatal_tuberculosis"},{"value.display - Answers":"Neonatal tetanus","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Neonatal tetanus","DHIS2 Option UID":"WE6lCWupEYy","DHIS2 Option Code":"neonatal_tetanus"},{"value.display - Answers":"Neonatal pneumothorax","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Neonatal pneumothorax","DHIS2 Option UID":"HWfmCVKRv3I","DHIS2 Option Code":"neonatal_pneumothorax"},{"value.display - Answers":"Acute diarrhea (bloody)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Acute diarrhea (bloody)","DHIS2 Option UID":"ok2FInOgsTB","DHIS2 Option Code":"acute_diarrhea_bloody"},{"value.display - Answers":"Neonatal necrotizing enterocolitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Neonatal ecrotizing enterocolitisn","DHIS2 Option UID":"bt1b6Bxj2kF","DHIS2 Option Code":"neonatal_necrotizing_enterocolitis"},{"value.display - Answers":"Neonatal meconial aspiration","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Neonatal meconial aspiration","DHIS2 Option UID":"NKVXlNCLf17","DHIS2 Option Code":"neonatal_meconial_aspiration"},{"value.display - Answers":"Neonatal jaundice","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Neonatal jaundice","DHIS2 Option UID":"MBeU92FooY5","DHIS2 Option Code":"neonatal_jaundice"},{"value.display - Answers":"Neonatal convulsions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Neonatal convulsions","DHIS2 Option UID":"pJNzXChiGXl","DHIS2 Option Code":"neonatal_convulsions"},{"value.display - Answers":"Neonatal conjunctivitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Neonatal conjunctivitis","DHIS2 Option UID":"HT13icXo5YH","DHIS2 Option Code":"neonatal_conjunctivitis"},{"value.display - Answers":"Neonatal pneumonia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Neonatal pneumonia","DHIS2 Option UID":"tFvK0JjfEok","DHIS2 Option Code":"neonatal_pneumonia"},{"value.display - Answers":"Acute diarrhea (non-bloody)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Acute diarrhea (non-bloody)","DHIS2 Option UID":"lefj8RM9IfZ","DHIS2 Option Code":"acute_diarrhea_non_bloody"},{"value.display - Answers":"Acute febrile illness (=<7 days)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Acute febrile illness (=<7 days)","DHIS2 Option UID":"DawDRlElB9F","DHIS2 Option Code":"acute_febrile_illness_<7_days"},{"value.display - Answers":"Acute flaccid paralysis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Acute flaccid paralysis","DHIS2 Option UID":"GyhzORItLY8","DHIS2 Option Code":"acute_flaccid_paralysis"},{"value.display - Answers":"Acute jaundice syndrome","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Acute jaundice syndrome","DHIS2 Option UID":"xcAffGbjtaI","DHIS2 Option Code":"acute_jaundice_syndrome"},{"value.display - Answers":"Apnoea of prematurity","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Apnoea of prematurity","DHIS2 Option UID":"xH3LxnnChOf","DHIS2 Option Code":"apnoea_of_prematurity"},{"value.display - Answers":"Bacterial meningitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Bacterial meningitis","DHIS2 Option UID":"B9xVjlrAWHk","DHIS2 Option Code":"bacterial_meningitis"},{"value.display - Answers":"Birth injury","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Birth injury","DHIS2 Option UID":"rqX77y5nyBB","DHIS2 Option Code":"birth_injury"},{"value.display - Answers":"Bronchiolitis - obstructive bronchitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Bronchiolitis - obstructive bronchitis","DHIS2 Option UID":"jOVk2qkoqyy","DHIS2 Option Code":"bronchiolitis_obstructive_bronchitis "},{"value.display - Answers":"Bronchospasm","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Bronchospasm","DHIS2 Option UID":"XagfsDBPa2U","DHIS2 Option Code":"bronchospasm"},{"value.display - Answers":"Burns","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Burns","DHIS2 Option UID":"b7VwHnEElX4","DHIS2 Option Code":"burns"},{"value.display - Answers":"Cardiogenic shock","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Cardiogenic shock","DHIS2 Option UID":"CLTxVpE2nyA","DHIS2 Option Code":"cardiogenic_shock"},{"value.display - Answers":"Cerebral palsy - Neuro disability","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Cerebral palsy - Neuro disability","DHIS2 Option UID":"J80kH4PewuI","DHIS2 Option Code":"neuro_disability_of_any_cause"},{"value.display - Answers":"Cholera (suspected)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Cholera (suspected)","DHIS2 Option UID":"RlzumxPwBd4","DHIS2 Option Code":"cholera_suspected"},{"value.display - Answers":"Cholera confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Cholera confirmed","DHIS2 Option UID":"HtM1Sox2Vwj","DHIS2 Option Code":"cholera_confirmed"},{"value.display - Answers":"Complicated ear infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Complicated ear infection","DHIS2 Option UID":"nXBWUIZslkY","DHIS2 Option Code":"complicated_ear_infection"},{"value.display - Answers":"Complications of SCD","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Complications of SCD","DHIS2 Option UID":"POa0tRlSuBy","DHIS2 Option Code":"complications_of_scd"},{"value.display - Answers":"Congenital herpes virus infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Congenital herpes virus infection","DHIS2 Option UID":"YLMeuzLogS9","DHIS2 Option Code":"congenital_herpes_virus_infection"},{"value.display - Answers":"Congenital malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Congenital malaria","DHIS2 Option UID":"QFNeWiHVebh","DHIS2 Option Code":"congenital_malaria"},{"value.display - Answers":"Congenital or acquired cardiac pathology","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Congenital or acquired cardiac pathology","DHIS2 Option UID":"AJ4Xt5rFWGv","DHIS2 Option Code":"congenital_or_acquired_cardiac_pathology"},{"value.display - Answers":"Congenital syphilis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Congenital syphilis","DHIS2 Option UID":"uQkCX2hOxUz","DHIS2 Option Code":"congenital_syphilis"},{"value.display - Answers":"Congestive Heart Failure","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Congestive Heart Failure","DHIS2 Option UID":"PqbFgrmJdlD","DHIS2 Option Code":"congestive_heart_failure"},{"value.display - Answers":"COPD","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"COPD","DHIS2 Option UID":"guEVgXa3b6v","DHIS2 Option Code":"copd"},{"value.display - Answers":"Covid-19 confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Covid-19 confirmed","DHIS2 Option UID":"ynQdWMHuVnM","DHIS2 Option Code":"covid_19_confirmed"},{"value.display - Answers":"Covid-19 probable","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Covid-19 probable","DHIS2 Option UID":"V51gp9J0zWT","DHIS2 Option Code":"covid_19_probable"},{"value.display - Answers":"Cutaneous leishmaniosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Cutaneous leishmaniosis","DHIS2 Option UID":"q6Ae06r15Ho","DHIS2 Option Code":"cutaneous_leishmaniosis"},{"value.display - Answers":"Dengue confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Dengue confirmed","DHIS2 Option UID":"F2XsLwIR6fG","DHIS2 Option Code":"dengue_confirmed"},{"value.display - Answers":"Dengue suspected","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Dengue suspected","DHIS2 Option UID":"rlGC8uqJdzh","DHIS2 Option Code":"dengue_suspected"},{"value.display - Answers":"Diabetes type 2 and complications","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Diabetes type 2 and complications","DHIS2 Option UID":"n6mQ1I8sLr1","DHIS2 Option Code":"diabetes_type_2_and_complications"},{"value.display - Answers":"Diabetes Type I and complications","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Diabetes Type I and complications","DHIS2 Option UID":"LnguSPhlhvw","DHIS2 Option Code":"diabetes_type_1_and_complications"},{"value.display - Answers":"Diarrhea (persistent)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Diarrhea (persistent)","DHIS2 Option UID":"wIdOQXkA9vZ","DHIS2 Option Code":"diarrhea_persistent"},{"value.display - Answers":"Diphtheria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Diphtheria","DHIS2 Option UID":"fHN1Fc1XE3x","DHIS2 Option Code":"diphtheria"},{"value.display - Answers":"Dog bite","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Dog bite","DHIS2 Option UID":"sj85TsVZ3JX","DHIS2 Option Code":"dog bite"},{"value.display - Answers":"Epilepsy - Seizures","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Epilepsy - Seizures","DHIS2 Option UID":"EXN5Y8Bbe4U","DHIS2 Option Code":"epilepsy"},{"value.display - Answers":"Extra pulmonary tuberculosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Extra pulmonary tuberculosis","DHIS2 Option UID":"w4TaclahhD4","DHIS2 Option Code":"extra_pulmonary_tuberculosis"},{"value.display - Answers":"Eye diseases (including trachoma)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Eye diseases (including trachoma)","DHIS2 Option UID":"FTJPLScLlnW","DHIS2 Option Code":"eye_diseases_including_trachoma"},{"value.display - Answers":"Febrile convulsions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Febrile convulsions","DHIS2 Option UID":"JH2GCxIGcWf","DHIS2 Option Code":"febrile_convulsions "},{"value.display - Answers":"Gynaecological cases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Gynaecological cases","DHIS2 Option UID":"yjXZddwKmXl","DHIS2 Option Code":"gynaecological_cases"},{"value.display - Answers":"Hepatitis A","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Hepatitis A","DHIS2 Option UID":"gcSNHIXe5TM","DHIS2 Option Code":"hepatitis_a"},{"value.display - Answers":"Hepatitis B","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Hepatitis B","DHIS2 Option UID":"vWZOq83jtyI","DHIS2 Option Code":"hepatitis_b"},{"value.display - Answers":"Hepatitis Delta","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Hepatitis Delta","DHIS2 Option UID":"CTGA8o161O9","DHIS2 Option Code":"hepatitis_delta"},{"value.display - Answers":"Hepatitis E","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Hepatitis E","DHIS2 Option UID":"ZuuL8WkZEGq","DHIS2 Option Code":"hepatitis_e"},{"value.display - Answers":"HIV Infection confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"HIV Infection confirmed","DHIS2 Option UID":"sTU8qlhaC8h","DHIS2 Option Code":"hiv_infection_confirmed"},{"value.display - Answers":"Hyperglycemia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Hyperglycemia","DHIS2 Option UID":"kSePi7ROwlD","DHIS2 Option Code":"hyperglycemia"},{"value.display - Answers":"Hyperreactive splenomegaly due to malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Hyperreactive splenomegaly due to malaria","DHIS2 Option UID":"Fx4Tqmp4Aum","DHIS2 Option Code":"hyperreactive_splenomegaly_due_to_malaria"},{"value.display - Answers":"Hypoglycemia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Hypoglycemia","DHIS2 Option UID":"hFiMNaLFQqq","DHIS2 Option Code":"hypoglycemia"},{"value.display - Answers":"Hypovolemic shock","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Hypovolemic shock","DHIS2 Option UID":"zTCrtZh4N4r","DHIS2 Option Code":"hypovolemic_shock"},{"value.display - Answers":"Infectious diseases not otherwise classified","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Infectious diseases not otherwise classified","DHIS2 Option UID":"fvAf7HoLqiZ","DHIS2 Option Code":"infectious_diseases_not_otherwise_classified"},{"value.display - Answers":"Lower respiratory tract infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Lower respiratory tract infection","DHIS2 Option UID":"lWivqa14ywH","DHIS2 Option Code":"lower_respiratory_tract_infection"},{"value.display - Answers":"Measles (complicated)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Measles (complicated)","DHIS2 Option UID":"fA5OLx44Kqy","DHIS2 Option Code":"measles_complicated"},{"value.display - Answers":"Measles (uncomplicated)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Measles (uncomplicated)","DHIS2 Option UID":"QSGKKKOJgJy","DHIS2 Option Code":"measles_uncomplicated"},{"value.display - Answers":"Meningeal TB","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Meningeal TB","DHIS2 Option UID":"IYrzxMo1XdR","DHIS2 Option Code":"meningeal_tb"},{"value.display - Answers":"Meningitis unspecified","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Meningitis unspecified","DHIS2 Option UID":"SHBQIe1fUcx","DHIS2 Option Code":"meningitis_unspecified"},{"value.display - Answers":"Mental and psychiatric conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Mental and psychiatric conditions","DHIS2 Option UID":"Tel9TSdNRKv","DHIS2 Option Code":"mental_and_psychiatric_conditions"},{"value.display - Answers":"Moderate acute malnutrition","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Moderate acute malnutrition","DHIS2 Option UID":"Lizb2D5tY6F","DHIS2 Option Code":"moderate_acute_malnutrition"},{"value.display - Answers":"Musculoskeletal conditions (infectious origin)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Musculoskeletal conditions (infectious origin)","DHIS2 Option UID":"C2aGaLQ7wfC","DHIS2 Option Code":"musculoskeletal_conditions_infectious_origin"},{"value.display - Answers":"Musculoskeletal conditions (non-infectious)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Musculoskeletal conditions (non-infectious)","DHIS2 Option UID":"xbsxjRVbgFt","DHIS2 Option Code":"musculoskeletal_conditions_non_infectious"},{"value.display - Answers":"Necrotizing & bullous skin infections","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Necrotizing & bullous skin infections","DHIS2 Option UID":"HPgk2Ttjxgu","DHIS2 Option Code":"necrotizing_&_bullous_skin_infections"},{"value.display - Answers":"Neglected tropical diseases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Neglected tropical diseases","DHIS2 Option UID":"enxyg6CNRzX","DHIS2 Option Code":"neglected_tropical_diseases"},{"value.display - Answers":"Nephrotic Syndrome & Acute Glomerulonephritis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Nephrotic Syndrome & Acute Glomerulonephritis","DHIS2 Option UID":"jDpjwjOmzYi","DHIS2 Option Code":"nephrotic_syndrome_&_acute_glomerulonephritis"},{"value.display - Answers":"Non urgent surgical conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Non urgent surgical conditions","DHIS2 Option UID":"JS1JiSduXtv","DHIS2 Option Code":"non_urgent_surgical_conditions"},{"value.display - Answers":"Obstetric cases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Obstetric cases","DHIS2 Option UID":"VdEPVcQIJ9n","DHIS2 Option Code":"obstetric_cases"},{"value.display - Answers":"Oral and digestive severe candidiasis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Oral and digestive severe candidiasis","DHIS2 Option UID":"jv8EoB8Ixcc","DHIS2 Option Code":"oral_and_digestive_severe_candidiasis"},{"value.display - Answers":"Other bites and stings","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Other bites and stings","DHIS2 Option UID":"gX2JCGQxzrk","DHIS2 Option Code":"other_bites_and_stings"},{"value.display - Answers":"Other neurological conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Other neurological conditions","DHIS2 Option UID":"ltUMXNGhEq8","DHIS2 Option Code":"other_neurological_conditions"},{"value.display - Answers":"Other non communicable diseases","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Other non communicable diseases","DHIS2 Option UID":"ddklpeUOxUt","DHIS2 Option Code":"other_non_communicable_diseases"},{"value.display - Answers":"Other symptoms and abnor. clinical / lab findings","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Other symptoms and abnor. clinical / lab findings","DHIS2 Option UID":"pASiyT81UCq","DHIS2 Option Code":"other_symptoms_and_abnor_clinical_lab_findings"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Others","DHIS2 Option UID":"Dd15skECALP","DHIS2 Option Code":"others"},{"value.display - Answers":"Persistent fever ( >7 days)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Persistent fever ( >7 days)","DHIS2 Option UID":"HPg1Uen5FY0","DHIS2 Option Code":"persistent_fever_>7_days"},{"value.display - Answers":"Poliomyelitis confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Poliomyelitis confirmed","DHIS2 Option UID":"YQ8eAJMeeJH","DHIS2 Option Code":"poliomyelitis_confirmed"},{"value.display - Answers":"Post surgical infections","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Post surgical infections","DHIS2 Option UID":"lQqjSIZNH5D","DHIS2 Option Code":"post_surgical_infections"},{"value.display - Answers":"Pulmonary tuberculosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Pulmonary tuberculosis","DHIS2 Option UID":"nTT9Yte9u1S","DHIS2 Option Code":"pulmonary_tuberculosis"},{"value.display - Answers":"Rabies","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Rabies","DHIS2 Option UID":"NcqJU6GvwC2","DHIS2 Option Code":"rabies"},{"value.display - Answers":"Severe Acute Malnutrition (Kwashiorkor)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Severe Acute Malnutrition (Kwashiorkor)","DHIS2 Option UID":"lhvVc3FUCpO","DHIS2 Option Code":"severe_acute_malnutrition_kwashiorkor"},{"value.display - Answers":"Severe Acute Malnutrition (Marasmus - Kwashiorkor)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Severe Acute Malnutrition (Marasmus - Kwashiorkor)","DHIS2 Option UID":"bZZNGmGmH2F","DHIS2 Option Code":"severe_acute_malnutrition_marasmus_kwashiorkor"},{"value.display - Answers":"Severe Acute Malnutrition (Marasmus)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Severe Acute Malnutrition (Marasmus)","DHIS2 Option UID":"GlOW8o3i6mR","DHIS2 Option Code":"severe_acute_malnutrition_marasmus"},{"value.display - Answers":"Severe malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Severe malaria","DHIS2 Option UID":"LmXWiBEvHwI","DHIS2 Option Code":"severe_malaria"},{"value.display - Answers":"Sexual violence / rape","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Sexual violence / rape","DHIS2 Option UID":"MvS3SDtkUeq","DHIS2 Option Code":"sexual_violence_rape"},{"value.display - Answers":"Shigellosis - Salmonellosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Shigellosis - Salmonellosis","DHIS2 Option UID":"J0DdLu2MHDs","DHIS2 Option Code":"shigellosis"},{"value.display - Answers":"Sickle cell disease","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Sickle cell disease","DHIS2 Option UID":"JToZ8urVV4S","DHIS2 Option Code":"sickle_cell_disease"},{"value.display - Answers":"Simple malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Simple malaria","DHIS2 Option UID":"gZWPKGZRwcj","DHIS2 Option Code":"simple_malaria"},{"value.display - Answers":"Skin and soft tissue conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Skin and soft tissue conditions","DHIS2 Option UID":"oVCqPof3OrT","DHIS2 Option Code":"skin_and_soft_tissue_conditions"},{"value.display - Answers":"Snake bites","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Snake bites","DHIS2 Option UID":"uYnA0pnSaib","DHIS2 Option Code":"snake_bites"},{"value.display - Answers":"Substance abuse / dependency","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Substance abuse / dependency","DHIS2 Option UID":"KC9VbPmfCS0","DHIS2 Option Code":"substance_abuse_dependency"},{"value.display - Answers":"Suspected or confirmed malignancy","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Suspected or confirmed malignancy","DHIS2 Option UID":"Qx1uLto5yEX","DHIS2 Option Code":"suspected_or_confirmed_malignancy"},{"value.display - Answers":"Tetanus","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Tetanus","DHIS2 Option UID":"lIOfRgPuHgD","DHIS2 Option Code":"tetanus"},{"value.display - Answers":"Toxicity / poisoning","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Toxicity / poisoning","DHIS2 Option UID":"WO1S4bWy3kR","DHIS2 Option Code":"toxicity_poisoning"},{"value.display - Answers":"Typhoid fever","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Typhoid fever","DHIS2 Option UID":"ad45MmIrFgH","DHIS2 Option Code":"typhoid_fever"},{"value.display - Answers":"Newborn to an HIV+ mother","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Newborn to an HIV+ mother","DHIS2 Option UID":"Wa5DWnrKvGK","DHIS2 Option Code":"newborn_to_an_hiv+_mother"},{"value.display - Answers":"Sexually transmitted disease (STI)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Sexually transmitted disease (STI)","DHIS2 Option UID":"Lv66yP6CBue","DHIS2 Option Code":"sexually_transmitted_disease_sti"},{"value.display - Answers":"Upper respiratory tract infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Upper respiratory tract infection","DHIS2 Option UID":"hTK6DDFaG6e","DHIS2 Option Code":"upper_respiratory_tract_infection"},{"value.display - Answers":"Urgent surgical conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Urgent surgical conditions","DHIS2 Option UID":"qWULOu2OfQk","DHIS2 Option Code":"urgent_surgical_conditions"},{"value.display - Answers":"Urolithiasis / Renal colic","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Urolithiasis / Renal colic","DHIS2 Option UID":"OShtoAim3Wg","DHIS2 Option Code":"urolithiasis_renal_colic"},{"value.display - Answers":"UTI and renal tract acute pathology","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"UTI and renal tract acute pathology","DHIS2 Option UID":"MjGSCSxWji8","DHIS2 Option Code":"uti_and_renal_tract_acute_pathology"},{"value.display - Answers":"Violence-related injuries","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Violence-related injuries","DHIS2 Option UID":"NCKIOR3jQHw","DHIS2 Option Code":"violence_related_injuries"},{"value.display - Answers":"Viral haemorrhagic fevers","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Viral haemorrhagic fevers","DHIS2 Option UID":"kAgodBQdyLK","DHIS2 Option Code":"viral_haemorrhagic_fevers"},{"value.display - Answers":"Visceral leishmaniasis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Visceral leishmaniasis","DHIS2 Option UID":"OWklY4z4BDt","DHIS2 Option Code":"visceral_leishmaniasis"},{"value.display - Answers":"Vit A deficiency","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Vit A deficiency","DHIS2 Option UID":"CyUW5yS5Rgg","DHIS2 Option Code":"vit_a_deficiency"},{"value.display - Answers":"Vit B complex deficiency","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Vit B complex deficiency","DHIS2 Option UID":"pYEJB8o2qjA","DHIS2 Option Code":"vit_b_deficiency"},{"value.display - Answers":"Vit C deficiency (scurvy)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Vit C deficiency (scurvy)","DHIS2 Option UID":"kF6LZEDgeid","DHIS2 Option Code":"vit_c_deficiency_scurvy"},{"value.display - Answers":"Vit D deficiency (rickets)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Vit D deficiency (rickets)","DHIS2 Option UID":"W9HFlAbnhhg","DHIS2 Option Code":"vit_d_deficiency_rickets"},{"value.display - Answers":"Whooping cough","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Whooping cough","DHIS2 Option UID":"U3dzpFQgcmH","DHIS2 Option Code":"whooping_cough"},{"value.display - Answers":"Yellow fever","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Yellow fever","DHIS2 Option UID":"BQ0tEkOuzJ7","DHIS2 Option Code":"yellow_fever"},{"value.display - Answers":"Observation","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Observation","DHIS2 Option UID":"w3WM30UaV3P","DHIS2 Option Code":"observation"},{"value.display - Answers":"Perinatal asphyxia and complications","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Perinatal asphyxia and complications","DHIS2 Option UID":"zPHUZb5MEJP","DHIS2 Option Code":"perinatal_asphyxia_and_complications"},{"value.display - Answers":"Prematurity and/or low birth weight","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Prematurity and/or low birth weight","DHIS2 Option UID":"nbgZIc8oTzY","DHIS2 Option Code":"prematurity_and_or_low_birth_weight"},{"value.display - Answers":"Rheumatic heart disease","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Rheumatic heart disease","DHIS2 Option UID":"oGUhgcrpTRz","DHIS2 Option Code":"rheumatic_heart_disease"},{"value.display - Answers":"Risk of sepsis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Risk of sepsis","DHIS2 Option UID":"I8SfVL1ISjT","DHIS2 Option Code":"risk_of_sepsis"},{"value.display - Answers":"Septic shock","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Septic shock","DHIS2 Option UID":"Ppv9BTW1HUM","DHIS2 Option Code":"septic_shock"},{"value.display - Answers":"Shock uspecified","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Shock uspecified","DHIS2 Option UID":"oxHISHDzfPj","DHIS2 Option Code":"shock_uspecified"},{"value.display - Answers":"Severe anaemia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Severe anaemia","DHIS2 Option UID":"DY621CqJVK6","DHIS2 Option Code":"severe_anaemia"},{"value.display - Answers":"Severe dehydration","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Severe dehydration","DHIS2 Option UID":"Km8nbWcG57I","DHIS2 Option Code":"severe_dehydration"},{"value.display - Answers":"Transient tachypnoea of the newborn","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Transient tachypnoea of the newborn","DHIS2 Option UID":"duWhWZ2OorT","DHIS2 Option Code":"transient_tachypnoea_of_the_newborn"},{"value.display - Answers":"Varicella","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Varicella","DHIS2 Option UID":"Dx5mvv0dua0","DHIS2 Option Code":"varicella"},{"value.display - Answers":"Other neonatal conditions","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 DE UID":"A5jgsQN6cg6","OptionSet name":"Diagnosis - Malnutrition - Secondary 3","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Secondary 3","DHIS2 Option name":"Other neonatal conditions","DHIS2 Option UID":"VqNHFgx2IKp","DHIS2 Option Code":"other_neonatal_conditions"},{"value.display - Answers":"Positive","value.uuid - External ID":"ad30cb86-fe71-4dc5-a5e3-cd6c3f6545c8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Malaria test at admission","DHIS2 DE UID":"CsKmJhynThY","OptionSet name":"Test result - positive/negative/not done - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Malaria test at admission","DHIS2 Option name":"Positive","DHIS2 Option UID":"FJq2smZzWU1","DHIS2 Option Code":"positive"},{"value.display - Answers":"Negative","value.uuid - External ID":"a3699fc8-1781-48af-aded-2d9e8e233fde","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Malaria test at admission","DHIS2 DE UID":"CsKmJhynThY","OptionSet name":"Test result - positive/negative/not done - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Malaria test at admission","DHIS2 Option name":"Negative","DHIS2 Option UID":"tnhEAxJcakJ","DHIS2 Option Code":"negative"},{"value.display - Answers":"Not done","value.uuid - External ID":" a1ed13d4-10ed-4ae9-a8de-e24e53f722ab","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Malaria test at admission","DHIS2 DE UID":"CsKmJhynThY","OptionSet name":"Test result - positive/negative/not done - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Malaria test at admission","DHIS2 Option name":"Not done","DHIS2 Option UID":"HvCdFpeMa1B","DHIS2 Option Code":"not_done"},{"value.display - Answers":"+","value.uuid - External ID":"382578c2-91b4-4235-a02d-d20fbe9f8044","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 DE UID":"nJQ7cGaitte","OptionSet name":"Oedema - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 Option name":"+","DHIS2 Option UID":"QsCOahKA0yU","DHIS2 Option Code":"+"},{"value.display - Answers":"++","value.uuid - External ID":"709e4a07-af9f-432b-8711-b3caed41998c","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 DE UID":"nJQ7cGaitte","OptionSet name":"Oedema - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 Option name":"++","DHIS2 Option UID":"JMLjhlO27JL","DHIS2 Option Code":"++"},{"value.display - Answers":"+++","value.uuid - External ID":"9e6f2ae1-4aa3-4cbc-bd8d-98515b76cc15","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 DE UID":"nJQ7cGaitte","OptionSet name":"Oedema - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 Option name":"+++","DHIS2 Option UID":"GkWrUwMzeSn","DHIS2 Option Code":"+++"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 DE UID":"nJQ7cGaitte","OptionSet name":"Oedema - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Oedema","DHIS2 Option name":"No","DHIS2 Option UID":"UgSEjYfPIXs","DHIS2 Option Code":"no"},{"value.display - Answers":"Cured","value.uuid - External ID":"4afad5ca-6b49-4fc2-9dca-4468f5f3a3f6","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - if yes - MSF nut program outcome:","DHIS2 DE UID":"nZbFWoLlVXX","OptionSet name":"Outcome - Previous MSF nutrition treatment","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - outcome","DHIS2 Option name":"Cured","DHIS2 Option UID":"EO8likTHvJf","DHIS2 Option Code":"cured"},{"value.display - Answers":"Defaulter","value.uuid - External ID":"81cbc44a-ac84-4458-ab99-feab4d64c691","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - if yes - MSF nut program outcome:","DHIS2 DE UID":"nZbFWoLlVXX","OptionSet name":"Outcome - Previous MSF nutrition treatment","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - outcome","DHIS2 Option name":"Defaulter","DHIS2 Option UID":"kMKIWn4bWda","DHIS2 Option Code":"defaulter"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - if yes - MSF nut program outcome:","DHIS2 DE UID":"nZbFWoLlVXX","OptionSet name":"Outcome - Previous MSF nutrition treatment","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - outcome","DHIS2 Option name":"Other","DHIS2 Option UID":"zcWuD4SwDbn","DHIS2 Option Code":"other"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - if yes - MSF nut program outcome:","DHIS2 DE UID":"nZbFWoLlVXX","OptionSet name":"Outcome - Previous MSF nutrition treatment","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - outcome","DHIS2 Option name":"Unknown","DHIS2 Option UID":"UOLwMRd0QrS","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Cured","value.uuid - External ID":"4afad5ca-6b49-4fc2-9dca-4468f5f3a3f6","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 DE UID":"k3YdN2i8mG3","OptionSet name":"Outcome - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 Option name":"Cured","DHIS2 Option UID":"PsteJ8jW6WX","DHIS2 Option Code":"cured"},{"value.display - Answers":"Deceased","value.uuid - External ID":"dc1c7ac9-d9c3-4887-bc22-827c2db7689f","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 DE UID":"k3YdN2i8mG3","OptionSet name":"Outcome - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 Option name":"Deceased","DHIS2 Option UID":"V3YbvinaNzE","DHIS2 Option Code":"deceased"},{"value.display - Answers":"Defaulter","value.uuid - External ID":"81cbc44a-ac84-4458-ab99-feab4d64c691","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 DE UID":"k3YdN2i8mG3","OptionSet name":"Outcome - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 Option name":"Defaulter","DHIS2 Option UID":"JVwxNDNeq1g","DHIS2 Option Code":"defaulter"},{"value.display - Answers":"Non-responding","value.uuid - External ID":"e27bf740-edfd-40c7-802a-5d50fc69e464","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 DE UID":"k3YdN2i8mG3","OptionSet name":"Outcome - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 Option name":"Non-responding","DHIS2 Option UID":"b8kBQnSkLlz","DHIS2 Option Code":"non_responding"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 DE UID":"k3YdN2i8mG3","OptionSet name":"Outcome - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 Option name":"Other","DHIS2 Option UID":"TmA6AyBb717","DHIS2 Option Code":"other"},{"value.display - Answers":"Referal to another structure","value.uuid - External ID":"16dd7799-c0c3-4f1b-b170-59f455cb31d7","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 DE UID":"k3YdN2i8mG3","OptionSet name":"Outcome - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 Option name":"Referal to another structure","DHIS2 Option UID":"KwM8b0bFQ8Y","DHIS2 Option Code":"referal_to_another_structure"},{"value.display - Answers":"Stabilized and referred to MSF ATFC","value.uuid - External ID":"3c9e328b-9e8c-4c15-865e-9227644682da","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 DE UID":"k3YdN2i8mG3","OptionSet name":"Outcome - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 Option name":"Stabilized and referred to MSF ATFC","DHIS2 Option UID":"cQr8c4iOVfl","DHIS2 Option Code":"stabilized_and_referred_to_msf_atfc"},{"value.display - Answers":"Stabilized and referred to non-MSF nutritionnal structure","value.uuid - External ID":"113a9020-e429-4686-8d16-a696665479ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 DE UID":"k3YdN2i8mG3","OptionSet name":"Outcome - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 Option name":"Stabilized and referred to non-MSF nutritionnal structure","DHIS2 Option UID":"odmkzn7SsWs","DHIS2 Option Code":"stabilized_and_referred_to_non_msf_nutritionnal_st"},{"value.display - Answers":"Transferred","value.uuid - External ID":"18c795cb-7197-46da-926f-e4d1848b8c36","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 DE UID":"k3YdN2i8mG3","OptionSet name":"Outcome - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Outcome of the stay in ITFC","DHIS2 Option name":"Transferred","DHIS2 Option UID":"W68w5jbi86e","DHIS2 Option Code":"transferred"},{"value.display - Answers":"Dose 0","value.uuid - External ID":"616889c7-c78f-4166-8d8f-9cbac090b5fc","DHIS2 DE full name":"ATFC - AFP","DHIS2 DE UID":"YoM4ZXjmkWy","OptionSet name":"Vaccination - Status - AFP - ATFC","DHIS2 Option Set UID":"ATFC - AFP Dose","DHIS2 Option name":"Dose 0","DHIS2 Option UID":"q9obLcso00h","DHIS2 Option Code":"dose_0"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"ATFC - AFP","DHIS2 DE UID":"YoM4ZXjmkWy","OptionSet name":"Vaccination - Status - AFP - ATFC","DHIS2 Option Set UID":"ATFC - AFP Dose","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"M1zZBjyxpFK","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"ATFC - AFP","DHIS2 DE UID":"YoM4ZXjmkWy","OptionSet name":"Vaccination - Status - AFP - ATFC","DHIS2 Option Set UID":"ATFC - AFP Dose","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"szY6ULB4pLd","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Dose 3","value.uuid - External ID":"7f366b10-d4c8-4b5b-a503-78626e565ccb","DHIS2 DE full name":"ATFC - AFP","DHIS2 DE UID":"YoM4ZXjmkWy","OptionSet name":"Vaccination - Status - AFP - ATFC","DHIS2 Option Set UID":"ATFC - AFP Dose","DHIS2 Option name":"Dose 3","DHIS2 Option UID":"OeSSNcpZkle","DHIS2 Option Code":"dose_3"},{"value.display - Answers":"Dose 4","value.uuid - External ID":"0a3295a9-33c9-4898-966f-5109b146d2d7","DHIS2 DE full name":"ATFC - AFP","DHIS2 DE UID":"YoM4ZXjmkWy","OptionSet name":"Vaccination - Status - AFP - ATFC","DHIS2 Option Set UID":"ATFC - AFP Dose","DHIS2 Option name":"Dose 4","DHIS2 Option UID":"WIYYivREXsI","DHIS2 Option Code":"dose_4"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"ATFC - AFP","DHIS2 DE UID":"YoM4ZXjmkWy","OptionSet name":"Vaccination - Status - AFP - ATFC","DHIS2 Option Set UID":"ATFC - AFP Dose","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"nTjIc1Jq9Yt","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"ATFC - AFP","DHIS2 DE UID":"YoM4ZXjmkWy","OptionSet name":"Vaccination - Status - AFP - ATFC","DHIS2 Option Set UID":"ATFC - AFP Dose","DHIS2 Option name":"Unknown","DHIS2 Option UID":"iuSYTE0fVH4","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 0","value.uuid - External ID":"616889c7-c78f-4166-8d8f-9cbac090b5fc","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - AFP","DHIS2 DE UID":"tfpqlvcbn1N","OptionSet name":"Vaccination - Status - AFP - ITFC","DHIS2 Option Set UID":"ATFC - Dose 1-3, not vaccinated","DHIS2 Option name":"Dose 0","DHIS2 Option UID":"njckedtwZdc","DHIS2 Option Code":"dose_0"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - AFP","DHIS2 DE UID":"tfpqlvcbn1N","OptionSet name":"Vaccination - Status - AFP - ITFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"PxZFMT68zDd","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - AFP","DHIS2 DE UID":"tfpqlvcbn1N","OptionSet name":"Vaccination - Status - AFP - ITFC","DHIS2 Option Set UID":"ATFC - BCG","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"H6YSRKyanXo","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Dose 3","value.uuid - External ID":"7f366b10-d4c8-4b5b-a503-78626e565ccb","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - AFP","DHIS2 DE UID":"tfpqlvcbn1N","OptionSet name":"Vaccination - Status - AFP - ITFC","DHIS2 Option Set UID":"","DHIS2 Option name":"Dose 3","DHIS2 Option UID":"cwZTMIsCC5H","DHIS2 Option Code":"dose_3"},{"value.display - Answers":"Dose 4","value.uuid - External ID":"0a3295a9-33c9-4898-966f-5109b146d2d7","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - AFP","DHIS2 DE UID":"tfpqlvcbn1N","OptionSet name":"Vaccination - Status - AFP - ITFC","DHIS2 Option Set UID":"","DHIS2 Option name":"Dose 4","DHIS2 Option UID":"b1vCPYEEjce","DHIS2 Option Code":"dose_4"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - AFP","DHIS2 DE UID":"tfpqlvcbn1N","OptionSet name":"Vaccination - Status - AFP - ITFC","DHIS2 Option Set UID":"","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"RZVArvOeoQM","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - AFP","DHIS2 DE UID":"tfpqlvcbn1N","OptionSet name":"Vaccination - Status - AFP - ITFC","DHIS2 Option Set UID":"ATFC - IPV","DHIS2 Option name":"Unknown","DHIS2 Option UID":"koRJWvqd9fX","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"ATFC - BCG","DHIS2 DE UID":"LhxyOm7jJhS","OptionSet name":"Vaccination - Status - BCG - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"Y2HrwVLmfLP","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"No vaccinated","value.uuid - External ID":"0a3295a9-33c9-4898-966f-5109b146d2d7","DHIS2 DE full name":"ATFC - BCG","DHIS2 DE UID":"LhxyOm7jJhS","OptionSet name":"Vaccination - Status - BCG - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"No vaccinated","DHIS2 Option UID":"ZlDeBj9EyIf","DHIS2 Option Code":"no_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"ATFC - BCG","DHIS2 DE UID":"LhxyOm7jJhS","OptionSet name":"Vaccination - Status - BCG - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"Unknown","DHIS2 Option UID":"","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - BCG","DHIS2 DE UID":"YAKpZsurTRm","OptionSet name":"Vaccination - Status - BCG - ITFC","DHIS2 Option Set UID":"ATFC - IPV","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"v6E5MjPpqSb","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"No vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - BCG","DHIS2 DE UID":"YAKpZsurTRm","OptionSet name":"Vaccination - Status - BCG - ITFC","DHIS2 Option Set UID":"ATFC - Measles","DHIS2 Option name":"No vaccinated","DHIS2 Option UID":"O0Edj0kR5Nd","DHIS2 Option Code":"no_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - BCG","DHIS2 DE UID":"YAKpZsurTRm","OptionSet name":"Vaccination - Status - BCG - ITFC","DHIS2 Option Set UID":"ATFC - Measles","DHIS2 Option name":"Unknown","DHIS2 Option UID":"ydpXtzGHWHj","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Hepatitis B 0","DHIS2 DE UID":"BdlDQaqu7I7","OptionSet name":"Vaccination - Status - Hepatitis B at birth - ITFC","DHIS2 Option Set UID":"ATFC - Meningitis A","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"xGTdCJcKmAn","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Hepatitis B 0","DHIS2 DE UID":"BdlDQaqu7I7","OptionSet name":"Vaccination - Status - Hepatitis B at birth - ITFC","DHIS2 Option Set UID":"ATFC - Meningitis A","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"Xg0muNfVNkv","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Hepatitis B 0","DHIS2 DE UID":"BdlDQaqu7I7","OptionSet name":"Vaccination - Status - Hepatitis B at birth - ITFC","DHIS2 Option Set UID":"ATFC - Meningitis A","DHIS2 Option name":"Unknown","DHIS2 Option UID":"KY34sEEUpnr","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - HPV","DHIS2 DE UID":"Vl4aCplSJs8","OptionSet name":"Vaccination - Status - HPV - ITFC","DHIS2 Option Set UID":"ATFC - PCV","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"ZRDiTHJArw5","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - HPV","DHIS2 DE UID":"Vl4aCplSJs8","OptionSet name":"Vaccination - Status - HPV - ITFC","DHIS2 Option Set UID":"ATFC - PCV","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"Rruu1ulpzSe","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - HPV","DHIS2 DE UID":"Vl4aCplSJs8","OptionSet name":"Vaccination - Status - HPV - ITFC","DHIS2 Option Set UID":"ATFC - PCV","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"raLxCNMjp3j","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - HPV","DHIS2 DE UID":"Vl4aCplSJs8","OptionSet name":"Vaccination - Status - HPV - ITFC","DHIS2 Option Set UID":"ATFC - PCV","DHIS2 Option name":"Unknown","DHIS2 Option UID":"cU7AqGL8TRJ","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"ATFC - IPV","DHIS2 DE UID":"tgY5jjHhdZ7","OptionSet name":"Vaccination - Status - IPV - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"Y2HrwVLmfLP","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"ATFC - IPV","DHIS2 DE UID":"tgY5jjHhdZ7","OptionSet name":"Vaccination - Status - IPV - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Dose 3","value.uuid - External ID":"7f366b10-d4c8-4b5b-a503-78626e565ccb","DHIS2 DE full name":"ATFC - IPV","DHIS2 DE UID":"tgY5jjHhdZ7","OptionSet name":"Vaccination - Status - IPV - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"Dose 3","DHIS2 Option UID":"","DHIS2 Option Code":"dose_3"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"ATFC - IPV","DHIS2 DE UID":"tgY5jjHhdZ7","OptionSet name":"Vaccination - Status - IPV - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"ZlDeBj9EyIf","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"ATFC - IPV","DHIS2 DE UID":"tgY5jjHhdZ7","OptionSet name":"Vaccination - Status - IPV - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"Unknown","DHIS2 Option UID":"","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - IPV","DHIS2 DE UID":"GyQSpYJow8u","OptionSet name":"Vaccination - Status - IPV - ITFC","DHIS2 Option Set UID":"ATFC - Pentavalent","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"cUxnl1n3Elk","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - IPV","DHIS2 DE UID":"GyQSpYJow8u","OptionSet name":"Vaccination - Status - IPV - ITFC","DHIS2 Option Set UID":"ATFC - Pentavalent","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"IGb7BSiAggz","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Dose 3","value.uuid - External ID":"7f366b10-d4c8-4b5b-a503-78626e565ccb","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - IPV","DHIS2 DE UID":"GyQSpYJow8u","OptionSet name":"Vaccination - Status - IPV - ITFC","DHIS2 Option Set UID":"ATFC - Pentavalent","DHIS2 Option name":"Dose 3","DHIS2 Option UID":"HdgSh1EMq1l","DHIS2 Option Code":"dose_3"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - IPV","DHIS2 DE UID":"GyQSpYJow8u","OptionSet name":"Vaccination - Status - IPV - ITFC","DHIS2 Option Set UID":"ATFC - Rotvirus","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"QFcgfRifWyg","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - IPV","DHIS2 DE UID":"GyQSpYJow8u","OptionSet name":"Vaccination - Status - IPV - ITFC","DHIS2 Option Set UID":"ATFC - Rotvirus","DHIS2 Option name":"Unknown","DHIS2 Option UID":"XGk3KqPo8L2","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"ATFC - Measles","DHIS2 DE UID":"lvMz8Sy1Rbh","OptionSet name":"Vaccination - Status - Measles - ATFC","DHIS2 Option Set UID":"ATFC - Measels Dose","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"potZWEoWVaJ","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"ATFC - Measles","DHIS2 DE UID":"lvMz8Sy1Rbh","OptionSet name":"Vaccination - Status - Measles - ATFC","DHIS2 Option Set UID":"ATFC - Measels Dose","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"XEkNlyox3EK","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"ATFC - Measles","DHIS2 DE UID":"lvMz8Sy1Rbh","OptionSet name":"Vaccination - Status - Measles - ATFC","DHIS2 Option Set UID":"ATFC - Measels Dose","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"tSceiNx4rDR","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"ATFC - Measles","DHIS2 DE UID":"lvMz8Sy1Rbh","OptionSet name":"Vaccination - Status - Measles - ATFC","DHIS2 Option Set UID":"ATFC - Measels Dose","DHIS2 Option name":"Unknown","DHIS2 Option UID":"ncSehjR4Nno","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Measles","DHIS2 DE UID":"hsGeCg6CRmx","OptionSet name":"Vaccination - Status - Measles - ITFC","DHIS2 Option Set UID":"ATFC - Yellow Fever","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"PktzQX6fkgx","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Measles","DHIS2 DE UID":"hsGeCg6CRmx","OptionSet name":"Vaccination - Status - Measles - ITFC","DHIS2 Option Set UID":"ATFC - Yellow Fever","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"ocSTcDdyNTW","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Measles","DHIS2 DE UID":"hsGeCg6CRmx","OptionSet name":"Vaccination - Status - Measles - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Measels Dose","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"mTk3530bGYt","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Measles","DHIS2 DE UID":"hsGeCg6CRmx","OptionSet name":"Vaccination - Status - Measles - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Measels Dose","DHIS2 Option name":"Unknown","DHIS2 Option UID":"hu4HpZGxknQ","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"ATFC - Meningitis A","DHIS2 DE UID":"hwEfpEdmwau","OptionSet name":"Vaccination - Status - Meningitis A - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"Y2HrwVLmfLP","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"ATFC - Meningitis A","DHIS2 DE UID":"hwEfpEdmwau","OptionSet name":"Vaccination - Status - Meningitis A - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"ATFC - Meningitis A","DHIS2 DE UID":"hwEfpEdmwau","OptionSet name":"Vaccination - Status - Meningitis A - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"ZlDeBj9EyIf","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"ATFC - Meningitis A","DHIS2 DE UID":"hwEfpEdmwau","OptionSet name":"Vaccination - Status - Meningitis A - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"Unknown","DHIS2 Option UID":"","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Meningitis A","DHIS2 DE UID":"IkByJEFl9h9","OptionSet name":"Vaccination - Status - Meningitis A - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Meningitis A","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"QBENCGv4wSd","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Meningitis A","DHIS2 DE UID":"IkByJEFl9h9","OptionSet name":"Vaccination - Status - Meningitis A - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Meningitis A","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"TBI8FVnrLfW","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Meningitis A","DHIS2 DE UID":"IkByJEFl9h9","OptionSet name":"Vaccination - Status - Meningitis A - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Meningitis A","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"rTBp8C32W8w","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Meningitis A","DHIS2 DE UID":"IkByJEFl9h9","OptionSet name":"Vaccination - Status - Meningitis A - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Meningitis A","DHIS2 Option name":"Unknown","DHIS2 Option UID":"GH4ogeUFzXa","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"ATFC - PCV","DHIS2 DE UID":"OrzVUqroEiw","OptionSet name":"Vaccination - Status - PCV - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"FJVXGFzu9d6","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"ATFC - PCV","DHIS2 DE UID":"OrzVUqroEiw","OptionSet name":"Vaccination - Status - PCV - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"lG7HLcW7l1P","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Dose 3","value.uuid - External ID":"7f366b10-d4c8-4b5b-a503-78626e565ccb","DHIS2 DE full name":"ATFC - PCV","DHIS2 DE UID":"OrzVUqroEiw","OptionSet name":"Vaccination - Status - PCV - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 3","DHIS2 Option UID":"QD0DXn4FmZP","DHIS2 Option Code":"dose_3"},{"value.display - Answers":"Dose 4","value.uuid - External ID":"0a3295a9-33c9-4898-966f-5109b146d2d7","DHIS2 DE full name":"ATFC - PCV","DHIS2 DE UID":"OrzVUqroEiw","OptionSet name":"Vaccination - Status - PCV - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 4","DHIS2 Option UID":"nYGRVwQINMX","DHIS2 Option Code":"dose_4"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"ATFC - PCV","DHIS2 DE UID":"OrzVUqroEiw","OptionSet name":"Vaccination - Status - PCV - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-4, not vaccinated","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"dKs9E3iRAKc","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"ATFC - PCV","DHIS2 DE UID":"OrzVUqroEiw","OptionSet name":"Vaccination - Status - PCV - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-4, not vaccinated","DHIS2 Option name":"Unknown","DHIS2 Option UID":"","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - PCV","DHIS2 DE UID":"qiZnYaeHeTv","OptionSet name":"Vaccination - Status - PCV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"bZXl07GyWhL","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - PCV","DHIS2 DE UID":"qiZnYaeHeTv","OptionSet name":"Vaccination - Status - PCV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"T8IyHX0cXe5","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Dose 3","value.uuid - External ID":"7f366b10-d4c8-4b5b-a503-78626e565ccb","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - PCV","DHIS2 DE UID":"qiZnYaeHeTv","OptionSet name":"Vaccination - Status - PCV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 3","DHIS2 Option UID":"sw1D3rQGhGQ","DHIS2 Option Code":"dose_3"},{"value.display - Answers":"Dose 4","value.uuid - External ID":"0a3295a9-33c9-4898-966f-5109b146d2d7","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - PCV","DHIS2 DE UID":"qiZnYaeHeTv","OptionSet name":"Vaccination - Status - PCV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 4","DHIS2 Option UID":"OT5qZpJO7jc","DHIS2 Option Code":"dose_4"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - PCV","DHIS2 DE UID":"qiZnYaeHeTv","OptionSet name":"Vaccination - Status - PCV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"dvq6f79oLIz","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - PCV","DHIS2 DE UID":"qiZnYaeHeTv","OptionSet name":"Vaccination - Status - PCV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated","DHIS2 Option name":"Unknown","DHIS2 Option UID":"i4AQ0qRNehI","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"ATFC - Pentavalent","DHIS2 DE UID":"dDyW6GRmHIF","OptionSet name":"Vaccination - Status - Pentavalent - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"FJVXGFzu9d6","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"ATFC - Pentavalent","DHIS2 DE UID":"dDyW6GRmHIF","OptionSet name":"Vaccination - Status - Pentavalent - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"lG7HLcW7l1P","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Dose 3","value.uuid - External ID":"7f366b10-d4c8-4b5b-a503-78626e565ccb","DHIS2 DE full name":"ATFC - Pentavalent","DHIS2 DE UID":"dDyW6GRmHIF","OptionSet name":"Vaccination - Status - Pentavalent - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 3","DHIS2 Option UID":"QD0DXn4FmZP","DHIS2 Option Code":"dose_3"},{"value.display - Answers":"Dose 4","value.uuid - External ID":"0a3295a9-33c9-4898-966f-5109b146d2d7","DHIS2 DE full name":"ATFC - Pentavalent","DHIS2 DE UID":"dDyW6GRmHIF","OptionSet name":"Vaccination - Status - Pentavalent - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 4","DHIS2 Option UID":"nYGRVwQINMX","DHIS2 Option Code":"dose_4"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"ATFC - Pentavalent","DHIS2 DE UID":"dDyW6GRmHIF","OptionSet name":"Vaccination - Status - Pentavalent - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-4, not vaccinated","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"dKs9E3iRAKc","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"ATFC - Pentavalent","DHIS2 DE UID":"dDyW6GRmHIF","OptionSet name":"Vaccination - Status - Pentavalent - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-4, not vaccinated","DHIS2 Option name":"Unknown","DHIS2 Option UID":"","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Pentavalent","DHIS2 DE UID":"fzzS084urAF","OptionSet name":"Vaccination - Status - Pentavalent - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"bZXl07GyWhL","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Pentavalent","DHIS2 DE UID":"fzzS084urAF","OptionSet name":"Vaccination - Status - Pentavalent - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"T8IyHX0cXe5","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Dose 3","value.uuid - External ID":"7f366b10-d4c8-4b5b-a503-78626e565ccb","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Pentavalent","DHIS2 DE UID":"fzzS084urAF","OptionSet name":"Vaccination - Status - Pentavalent - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 3","DHIS2 Option UID":"sw1D3rQGhGQ","DHIS2 Option Code":"dose_3"},{"value.display - Answers":"Dose 4","value.uuid - External ID":"0a3295a9-33c9-4898-966f-5109b146d2d7","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Pentavalent","DHIS2 DE UID":"fzzS084urAF","OptionSet name":"Vaccination - Status - Pentavalent - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated","DHIS2 Option name":"Dose 4","DHIS2 Option UID":"OT5qZpJO7jc","DHIS2 Option Code":"dose_4"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Pentavalent","DHIS2 DE UID":"fzzS084urAF","OptionSet name":"Vaccination - Status - Pentavalent - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"dvq6f79oLIz","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Pentavalent","DHIS2 DE UID":"fzzS084urAF","OptionSet name":"Vaccination - Status - Pentavalent - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-4, not vaccinated","DHIS2 Option name":"Unknown","DHIS2 Option UID":"i4AQ0qRNehI","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - PPV 23","DHIS2 DE UID":"XL9syIDktD4","OptionSet name":"Vaccination - Status - PPV 23 - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - PPV 23","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"ipWO3gdU4Yp","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - PPV 23","DHIS2 DE UID":"XL9syIDktD4","OptionSet name":"Vaccination - Status - PPV 23 - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - PPV 23","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"QGiw4ry0TyJ","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - PPV 23","DHIS2 DE UID":"XL9syIDktD4","OptionSet name":"Vaccination - Status - PPV 23 - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - PPV 23","DHIS2 Option name":"Unknown","DHIS2 Option UID":"cSdyotNEi6R","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"ATFC - Rotvirus","DHIS2 DE UID":"iP2aG4MkPSo","OptionSet name":"Vaccination - Status - Rotavirus - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-3, not vaccinated","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"TScsH6GDeWY","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"ATFC - Rotvirus","DHIS2 DE UID":"iP2aG4MkPSo","OptionSet name":"Vaccination - Status - Rotavirus - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-3, not vaccinated","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"tcfwPDF6pNs","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Dose 3","value.uuid - External ID":"7f366b10-d4c8-4b5b-a503-78626e565ccb","DHIS2 DE full name":"ATFC - Rotvirus","DHIS2 DE UID":"iP2aG4MkPSo","OptionSet name":"Vaccination - Status - Rotavirus - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-3, not vaccinated","DHIS2 Option name":"Dose 3","DHIS2 Option UID":"QHndOQGI0zb","DHIS2 Option Code":"dose_3"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"ATFC - Rotvirus","DHIS2 DE UID":"iP2aG4MkPSo","OptionSet name":"Vaccination - Status - Rotavirus - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-3, not vaccinated","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"JsTPULRUEqH","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"ATFC - Rotvirus","DHIS2 DE UID":"iP2aG4MkPSo","OptionSet name":"Vaccination - Status - Rotavirus - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1-3, not vaccinated","DHIS2 Option name":"Unknown","DHIS2 Option UID":"","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Rotavirus","DHIS2 DE UID":"tu3IPOZ5ovK","OptionSet name":"Vaccination - Status - Rotavirus - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"EZMbl2HCG9p","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Dose 2","value.uuid - External ID":"1682cd9c-e569-493f-95e4-3a31d2e625f9","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Rotavirus","DHIS2 DE UID":"tu3IPOZ5ovK","OptionSet name":"Vaccination - Status - Rotavirus - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated","DHIS2 Option name":"Dose 2","DHIS2 Option UID":"hmEojVACROI","DHIS2 Option Code":"dose_2"},{"value.display - Answers":"Dose 3","value.uuid - External ID":"7f366b10-d4c8-4b5b-a503-78626e565ccb","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Rotavirus","DHIS2 DE UID":"tu3IPOZ5ovK","OptionSet name":"Vaccination - Status - Rotavirus - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated","DHIS2 Option name":"Dose 3","DHIS2 Option UID":"nDI0iPQUa1X","DHIS2 Option Code":"dose_3"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Rotavirus","DHIS2 DE UID":"tu3IPOZ5ovK","OptionSet name":"Vaccination - Status - Rotavirus - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"OpSJw5WAm18","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Rotavirus","DHIS2 DE UID":"tu3IPOZ5ovK","OptionSet name":"Vaccination - Status - Rotavirus - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1-3, not vaccinated","DHIS2 Option name":"Unknown","DHIS2 Option UID":"MZfMeIWOPam","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"ATFC - Yellow Fever","DHIS2 DE UID":"PND7ULTguYs","OptionSet name":"Vaccination - Status - Yellow Fever - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"Y2HrwVLmfLP","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"ATFC - Yellow Fever","DHIS2 DE UID":"PND7ULTguYs","OptionSet name":"Vaccination - Status - Yellow Fever - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"No vaccinated","DHIS2 Option UID":"ZlDeBj9EyIf","DHIS2 Option Code":"no_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"ATFC - Yellow Fever","DHIS2 DE UID":"PND7ULTguYs","OptionSet name":"Vaccination - Status - Yellow Fever - ATFC","DHIS2 Option Set UID":"ATFC - Dose 1, not vaccinated","DHIS2 Option name":"Unknown","DHIS2 Option UID":"","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Dose 1","value.uuid - External ID":"3117845c-23f7-42b0-a64a-b2fd2ec13965","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Yellow Fever","DHIS2 DE UID":"dwrIVipESXU","OptionSet name":"Vaccination - Status - Yellow Fever - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1, not vaccinated","DHIS2 Option name":"Dose 1","DHIS2 Option UID":"v6E5MjPpqSb","DHIS2 Option Code":"dose_1"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Yellow Fever","DHIS2 DE UID":"dwrIVipESXU","OptionSet name":"Vaccination - Status - Yellow Fever - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1, not vaccinated","DHIS2 Option name":"No vaccinated","DHIS2 Option UID":"O0Edj0kR5Nd","DHIS2 Option Code":"no_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Yellow Fever","DHIS2 DE UID":"dwrIVipESXU","OptionSet name":"Vaccination - Status - Yellow Fever - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Dose 1, not vaccinated","DHIS2 Option name":"Unknown","DHIS2 Option UID":"ydpXtzGHWHj","DHIS2 Option Code":"unknown"},{"value.display - Answers":"TT1","value.uuid - External ID":"df890b6d-ec6f-4041-8a77-f36cfb87d30a","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother","DHIS2 DE UID":"LX4rq90zAC1","OptionSet name":"Vaccination Antitetanus mother - Status - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother","DHIS2 Option name":"TT1","DHIS2 Option UID":"BaPawIuIMge","DHIS2 Option Code":"tt1"},{"value.display - Answers":"TT2","value.uuid - External ID":"fe632fa3-c7b8-4665-aae1-5e2aa9671cb5","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother","DHIS2 DE UID":"LX4rq90zAC1","OptionSet name":"Vaccination Antitetanus mother - Status - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother","DHIS2 Option name":"TT2","DHIS2 Option UID":"Ht9dML7mb0C","DHIS2 Option Code":"tt2"},{"value.display - Answers":"TT3","value.uuid - External ID":"66c5e98e-0e46-4d37-853d-eed01cb803d4","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother","DHIS2 DE UID":"LX4rq90zAC1","OptionSet name":"Vaccination Antitetanus mother - Status - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother","DHIS2 Option name":"TT3","DHIS2 Option UID":"IEQkdICorA3","DHIS2 Option Code":"tt3"},{"value.display - Answers":"TT4","value.uuid - External ID":"65df6859-cbdc-47b4-a7ec-9c615a70a724","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother","DHIS2 DE UID":"LX4rq90zAC1","OptionSet name":"Vaccination Antitetanus mother - Status - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother","DHIS2 Option name":"TT4","DHIS2 Option UID":"XyhSFgJ0lzp","DHIS2 Option Code":"tt4"},{"value.display - Answers":"≥TT5","value.uuid - External ID":"a8924fbf-06dd-43d1-b9bb-74b412a6750a","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother","DHIS2 DE UID":"LX4rq90zAC1","OptionSet name":"Vaccination Antitetanus mother - Status - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother","DHIS2 Option name":"≥TT5","DHIS2 Option UID":"WkDsQkKl3mE","DHIS2 Option Code":"≥tt5"},{"value.display - Answers":"Not vaccinated","value.uuid - External ID":"5ac4b7e2-7b92-4dc6-8378-e2b55c1da7bf","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother","DHIS2 DE UID":"LX4rq90zAC1","OptionSet name":"Vaccination Antitetanus mother - Status - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother","DHIS2 Option name":"Not vaccinated","DHIS2 Option UID":"flugHmgry3z","DHIS2 Option Code":"not_vaccinated"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother","DHIS2 DE UID":"LX4rq90zAC1","OptionSet name":"Vaccination Antitetanus mother - Status - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Antitetanus vaccination of the mother","DHIS2 Option name":"Unknown","DHIS2 Option UID":"AkYJr9EfFJp","DHIS2 Option Code":"unknown"},{"value.display - Answers":"Artesunate","value.uuid - External ID":"ea35d8ca-50a4-4bae-95f9-5a236563c2bd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Antimalaria type","DHIS2 DE UID":"l2KvoOIFGVJ","OptionSet name":"Antimalaria type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - type","DHIS2 Option name":"Artesunate","DHIS2 Option UID":"ENwJbF6T6SG","DHIS2 Option Code":"artesunate"},{"value.display - Answers":"Arthemeter","value.uuid - External ID":"ce320c22-cad6-4fcc-b3f2-020678dec385","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Antimalaria type","DHIS2 DE UID":"l2KvoOIFGVJ","OptionSet name":"Antimalaria type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - type","DHIS2 Option name":"Arthemeter","DHIS2 Option UID":"luQXGdNKBwa","DHIS2 Option Code":"arthemeter"},{"value.display - Answers":"ASAQ","value.uuid - External ID":"32994514-8d34-41fb-b510-c133bdb20655","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Antimalaria type","DHIS2 DE UID":"l2KvoOIFGVJ","OptionSet name":"Antimalaria type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - type","DHIS2 Option name":"ASAQ","DHIS2 Option UID":"vfWlMmZDVYN","DHIS2 Option Code":"asaq"},{"value.display - Answers":"Coartem","value.uuid - External ID":"09757e66-81bc-4222-9440-d0334fda294c","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Antimalaria type","DHIS2 DE UID":"l2KvoOIFGVJ","OptionSet name":"Antimalaria type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - type","DHIS2 Option name":"Coartem","DHIS2 Option UID":"S9rrmCyR7Hn","DHIS2 Option Code":"coartem"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Antimalaria type","DHIS2 DE UID":"l2KvoOIFGVJ","OptionSet name":"Antimalaria type - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - type","DHIS2 Option name":"Other","DHIS2 Option UID":"zmdfWcwTtFN","DHIS2 Option Code":"other"},{"value.display - Answers":"IV","value.uuid - External ID":"a8a1ebb5-52a4-4165-ac15-8b05805a9586","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Feeding method","DHIS2 DE UID":"zwwpPojj6Xq","OptionSet name":"Feeding method - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Feeding method","DHIS2 Option name":"IV","DHIS2 Option UID":"n3vb0bQmBFk","DHIS2 Option Code":"iv"},{"value.display - Answers":"PO","value.uuid - External ID":"11139589-45e7-45fd-a933-408b55e5ef76","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Feeding method","DHIS2 DE UID":"zwwpPojj6Xq","OptionSet name":"Feeding method - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Feeding method","DHIS2 Option name":"PO","DHIS2 Option UID":"TUTcIrJOFq7","DHIS2 Option Code":"po"},{"value.display - Answers":"OG/NG","value.uuid - External ID":"5dee10c2-0fbf-4f5a-b04a-aaef010c356d","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Feeding method","DHIS2 DE UID":"zwwpPojj6Xq","OptionSet name":"Feeding method - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Feeding method","DHIS2 Option name":"OG/NG","DHIS2 Option UID":"DpJv7QFDkn1","DHIS2 Option Code":"og_ng"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option name":"Yes","DHIS2 Option UID":"OJR1wOuzdAu","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option name":"No","DHIS2 Option UID":"SzkvKP70Pww","DHIS2 Option Code":"no"},{"value.display - Answers":"NA","value.uuid - External ID":"8fb2f830-52b3-4593-8e8f-5db8e2be7668","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 DE UID":"bVJD9TGjcfW","OptionSet name":"Vaccination of accompanying children - Vaccinated","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Accompanying children vaccinated","DHIS2 Option name":"NA","DHIS2 Option UID":"t3TQeaCkJiy","DHIS2 Option Code":"na"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 DE UID":"K9QHCnhCULa","OptionSet name":"Yes-no - Cotrimoxazole prophylaxis - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 Option name":"Yes","DHIS2 Option UID":"PWbRKCzIDUM","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 DE UID":"K9QHCnhCULa","OptionSet name":"Yes-no - Cotrimoxazole prophylaxis - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Cotrimoxazole prophylaxis","DHIS2 Option name":"No","DHIS2 Option UID":"zkQoZ3Uq3EM","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site","DHIS2 DE UID":"cG8uCalPdNU","OptionSet name":"Yes-no - Vaccination - Last dose given on site - Hepatitis B at birth - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"sBr9pPNqd28","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last Hepatitis B 0 dose given on site","DHIS2 DE UID":"cG8uCalPdNU","OptionSet name":"Yes-no - Vaccination - Last dose given on site - Hepatitis B at birth - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last hepatitus B 0 given on site","DHIS2 Option name":"No","DHIS2 Option UID":"aKS3CymU5Ns","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 DE UID":"nHzyndo6Opn","OptionSet name":"Yes-no - Vaccination - Last dose given on site - HPV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"WklX5Gy9bvP","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 DE UID":"nHzyndo6Opn","OptionSet name":"Yes-no - Vaccination - Last dose given on site - HPV - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last HPV dose given on site","DHIS2 Option name":"No","DHIS2 Option UID":"AhpHRa3pQ00","DHIS2 Option Code":"no"},{"value.display - Answers":"Yes","value.uuid - External ID":"681cf0bc-5213-492a-8470-0a0b3cc324dd","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 DE UID":"L33Iqgj6wh8","OptionSet name":"Yes-no - Vaccination - Last dose given on site - PPV 23 - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 Option name":"Yes","DHIS2 Option UID":"OF5xbph1XiN","DHIS2 Option Code":"yes"},{"value.display - Answers":"No","value.uuid - External ID":"a5c5563e-df0e-4742-a335-b24fb63664ee","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 DE UID":"L33Iqgj6wh8","OptionSet name":"Yes-no - Vaccination - Last dose given on site - PPV 23 - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Last PPV 23 dose given on site","DHIS2 Option name":"No","DHIS2 Option UID":"ZfPkEIgzMwl","DHIS2 Option Code":"no"},{"value.display - Answers":"Acute asthma","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Acute asthma","DHIS2 Option UID":"S3cIA6geIVv","DHIS2 Option Code":"acute_asthma"},{"value.display - Answers":"Acute diarrhea (bloody)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Acute diarrhea (bloody)","DHIS2 Option UID":"j9LnJ3ltQK9","DHIS2 Option Code":"acute_diarrhea_bloody"},{"value.display - Answers":"Acute diarrhea (non-bloody)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Acute diarrhea (non-bloody)","DHIS2 Option UID":"DLHbX8xaBL9","DHIS2 Option Code":"acute_diarrhea_non_bloody"},{"value.display - Answers":"Acute jaundice syndrome","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Acute jaundice syndrome","DHIS2 Option UID":"agtmk4xNw4Q","DHIS2 Option Code":"acute_jaundice_syndrome"},{"value.display - Answers":"Anaphylaxis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Anaphylaxis","DHIS2 Option UID":"pNEi8iSnjM4","DHIS2 Option Code":"anaphylaxis"},{"value.display - Answers":"Arythmia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Arythmia","DHIS2 Option UID":"ussq6UKosj9","DHIS2 Option Code":"arythmia"},{"value.display - Answers":"Bacterial meningitis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Bacterial meningitis","DHIS2 Option UID":"tis1SOVQPo8","DHIS2 Option Code":"bacterial_meningitis"},{"value.display - Answers":"Central nervous system failure","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Central nervous system failure","DHIS2 Option UID":"zcxQ8ea4e2S","DHIS2 Option Code":"central_nervous_system_failure"},{"value.display - Answers":"Cholera (suspected)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Cholera (suspected)","DHIS2 Option UID":"xodJNWvFnqx","DHIS2 Option Code":"cholera_suspected"},{"value.display - Answers":"Cholera confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Cholera confirmed","DHIS2 Option UID":"WIgJBRDle2F","DHIS2 Option Code":"cholera_confirmed"},{"value.display - Answers":"Complications of HIV","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Complications of HIV","DHIS2 Option UID":"RxdAJW9luhl","DHIS2 Option Code":"complications_of_hiv"},{"value.display - Answers":"Complications of sickle cell disease","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Complications of sickle cell disease","DHIS2 Option UID":"WkzxdfOGtGZ","DHIS2 Option Code":"complications_of_sickle_cell_disease"},{"value.display - Answers":"Congenital malformation","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Congenital malformation","DHIS2 Option UID":"g4gKoVHxw1E","DHIS2 Option Code":"congenital_malformation"},{"value.display - Answers":"Dengue","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Dengue","DHIS2 Option UID":"rcOmKZIBkvq","DHIS2 Option Code":"dengue"},{"value.display - Answers":"Diabetes and complications","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Diabetes and complications","DHIS2 Option UID":"jtJLUyPVaNI","DHIS2 Option Code":"diabetes_and_complications"},{"value.display - Answers":"Diphtheria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Diphtheria","DHIS2 Option UID":"nGp2KLmXhCt","DHIS2 Option Code":"diphtheria"},{"value.display - Answers":"Epilepsy","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Epilepsy","DHIS2 Option UID":"nCkuksfyBhA","DHIS2 Option Code":"epilepsy"},{"value.display - Answers":"Hepatitis B","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Hepatitis B","DHIS2 Option UID":"pWgiVEEeuya","DHIS2 Option Code":"hepatitis_b"},{"value.display - Answers":"Hepatitis C","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Hepatitis C","DHIS2 Option UID":"Mbyq9ZxdVHA","DHIS2 Option Code":"hepatitis_c"},{"value.display - Answers":"Lower respiratory tract infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Lower respiratory tract infection","DHIS2 Option UID":"oLCgnRLsozh","DHIS2 Option Code":"lower_respiratory_tract_infection"},{"value.display - Answers":"Measles and complications","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Measles and complications","DHIS2 Option UID":"Kt4FgXh4Z48","DHIS2 Option Code":"measles_and_complications"},{"value.display - Answers":"Meningeal TB","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Meningeal TB","DHIS2 Option UID":"pQMbF0Wq156","DHIS2 Option Code":"meningeal_tb"},{"value.display - Answers":"Meningitis unspecified","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Meningitis unspecified","DHIS2 Option UID":"i0rMMNqkpgG","DHIS2 Option Code":"meningitis_unspecified"},{"value.display - Answers":"Non violence-related injuries","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Non violence-related injuries","DHIS2 Option UID":"LAVbkrvqdxQ","DHIS2 Option Code":"non_violence_related_injuries"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Others","DHIS2 Option UID":"aDIgiAC2KRF","DHIS2 Option Code":"others"},{"value.display - Answers":"Perinatal asphyxia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Perinatal asphyxia","DHIS2 Option UID":"VGPpyqrftLH","DHIS2 Option Code":"perinatal_asphyxia"},{"value.display - Answers":"Poliomyelitis confirmed","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Poliomyelitis confirmed","DHIS2 Option UID":"iHFC0Hl2W0k","DHIS2 Option Code":"poliomyelitis_confirmed"},{"value.display - Answers":"Prematurity and/or low birth weight","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Prematurity and/or low birth weight","DHIS2 Option UID":"C6AlXUue7Uo","DHIS2 Option Code":"prematurity_andor_low_birth_weight"},{"value.display - Answers":"Pulmonary tuberculosis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Pulmonary tuberculosis","DHIS2 Option UID":"d0hzam8D8Gd","DHIS2 Option Code":"pulmonary_tuberculosis"},{"value.display - Answers":"Rabies","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Rabies","DHIS2 Option UID":"o5VLRvCSNFW","DHIS2 Option Code":"rabies"},{"value.display - Answers":"Renal failure","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Renal failure","DHIS2 Option UID":"qhsEpDbhh09","DHIS2 Option Code":"renal_failure"},{"value.display - Answers":"Respiratory failure","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Respiratory failure","DHIS2 Option UID":"LjtHkqaKi2Y","DHIS2 Option Code":"respiratory_failure"},{"value.display - Answers":"Sepsis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Sepsis","DHIS2 Option UID":"zgK8Ben3ds0","DHIS2 Option Code":"sepsis"},{"value.display - Answers":"Severe acute malnutrition","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Severe acute malnutrition","DHIS2 Option UID":"FTWu5pjqQBU","DHIS2 Option Code":"severe_acute_malnutrition"},{"value.display - Answers":"Severe malaria","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Severe malaria","DHIS2 Option UID":"i6gzNSDrviy","DHIS2 Option Code":"severe_malaria"},{"value.display - Answers":"Shock: cardiogenic","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Shock: cardiogenic","DHIS2 Option UID":"GNERNir3FDK","DHIS2 Option Code":"shock_cardiogenic"},{"value.display - Answers":"Shock: haemorrhagic","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Shock: haemorrhagic","DHIS2 Option UID":"ifISdecnNoc","DHIS2 Option Code":"shock_haemorrhagic"},{"value.display - Answers":"Shock: hypovolaemic","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Shock: hypovolaemic","DHIS2 Option UID":"wK20U9pkRgX","DHIS2 Option Code":"shock_hypovolaemic"},{"value.display - Answers":"Snake bites","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Snake bites","DHIS2 Option UID":"Kfn22OT92sb","DHIS2 Option Code":"snake_bites"},{"value.display - Answers":"Stroke / CVA","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Stroke / CVA","DHIS2 Option UID":"WHKzjGMUaC0","DHIS2 Option Code":"stroke_cva"},{"value.display - Answers":"Suspected or confirmed malignancy","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Suspected or confirmed malignancy","DHIS2 Option UID":"lO719KAzppV","DHIS2 Option Code":"suspected_or_confirmed_malignancy"},{"value.display - Answers":"Tetanus","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Tetanus","DHIS2 Option UID":"rs4g4L2wGwe","DHIS2 Option Code":"tetanus"},{"value.display - Answers":"Toxicity / poisoning","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Toxicity / poisoning","DHIS2 Option UID":"saPawW6Fzf6","DHIS2 Option Code":"toxicity_poisoning"},{"value.display - Answers":"Typhoid fever","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Typhoid fever","DHIS2 Option UID":"FBuQcisltxF","DHIS2 Option Code":"typhoid_fever"},{"value.display - Answers":"Traumatic brain injury","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Traumatic brain injury","DHIS2 Option UID":"wiHjtWeBSL2","DHIS2 Option Code":"traumatic_brain_injury"},{"value.display - Answers":"Violence-related injuries","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Violence-related injuries","DHIS2 Option UID":"pHGZ3tRBvTq","DHIS2 Option Code":"violence_related_injuries"},{"value.display - Answers":"Viral haemorrhagic fevers","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Viral haemorrhagic fevers","DHIS2 Option UID":"C71xDirwgGe","DHIS2 Option Code":"viral_haemorrhagic_fevers"},{"value.display - Answers":"Visceral leishmaniasis","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Visceral leishmaniasis","DHIS2 Option UID":"DBLlUnWHNHn","DHIS2 Option Code":"visceral_leishmaniasis"},{"value.display - Answers":"Whooping cough","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Whooping cough","DHIS2 Option UID":"PXgBApMfowg","DHIS2 Option Code":"whooping_cough"},{"value.display - Answers":"Yellow fever","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 DE UID":"GTEGTyRXbcI","OptionSet name":"Death cause - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - Death cause","DHIS2 Option name":"Yellow fever","DHIS2 Option UID":"g2CLMRLDZ6N","DHIS2 Option Code":"yellow_fever"},{"value.display - Answers":"ICU","value.uuid - External ID":"897751f5-b7a2-4e7c-90bb-986abb08b81b","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - If transfer, to where","DHIS2 DE UID":"VO2ZNFuFAzf","OptionSet name":"Transfer - Unit - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - If transfer, to where","DHIS2 Option name":"ICU","DHIS2 Option UID":"efAeumUQNKp","DHIS2 Option Code":"icu"},{"value.display - Answers":"Pediatrics","value.uuid - External ID":"a599cf2b-6568-493f-954c-c7229fee2e7f","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - If transfer, to where","DHIS2 DE UID":"VO2ZNFuFAzf","OptionSet name":"Transfer - Unit - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - If transfer, to where","DHIS2 Option name":"Pediatrics","DHIS2 Option UID":"vbYvWrvaq77","DHIS2 Option Code":"pediatrics"},{"value.display - Answers":"Surgery","value.uuid - External ID":"4d688780-019e-40fd-9004-044b69d9283f","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - If transfer, to where","DHIS2 DE UID":"VO2ZNFuFAzf","OptionSet name":"Transfer - Unit - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - If transfer, to where","DHIS2 Option name":"Surgery","DHIS2 Option UID":"vewgJOKkHno","DHIS2 Option Code":"surgery"},{"value.display - Answers":"Other","value.uuid - External ID":"790b41ce-e1e7-11e8-b02f-0242ac130002","DHIS2 DE full name":"Medical - Pediatrics/Nutrition - If transfer, to where","DHIS2 DE UID":"VO2ZNFuFAzf","OptionSet name":"Transfer - Unit - ITFC","DHIS2 Option Set UID":"Medical - Pediatrics/Nutrition - If transfer, to where","DHIS2 Option name":"Other","DHIS2 Option UID":"mJ8wDCCaVJP","DHIS2 Option Code":"other"},{"value.display - Answers":"Male condom","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- Male condoms","DHIS2 DE UID":"rfokxFdaBhD","OptionSet name":"Family planning method - Chosen","DHIS2 Option Set UID":"ICM-PP - Male condoms","DHIS2 Option name":"New Visit","DHIS2 Option UID":"x5YR23HTrKh","DHIS2 Option Code":"new_visit"},{"value.display - Answers":"Female condom","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- Female condoms","DHIS2 DE UID":"WJjPVa0iMez","OptionSet name":"Family planning method - Chosen","DHIS2 Option Set UID":"ICM-PP - Female condoms","DHIS2 Option name":"New Visit","DHIS2 Option UID":"AwxrqvdEG7x","DHIS2 Option Code":"new_visit"},{"value.display - Answers":"COC","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- Combined Pills","DHIS2 DE UID":"g0YfIPYQZXU","OptionSet name":"Family planning method - Chosen","DHIS2 Option Set UID":"ICM - Combined Pills","DHIS2 Option name":"New Visit","DHIS2 Option UID":"WEBKqy1suKT","DHIS2 Option Code":"new_visit"},{"value.display - Answers":"POP","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- Progestin only pills","DHIS2 DE UID":"QH1u2i1LNGX","OptionSet name":"Family planning method - Chosen","DHIS2 Option Set UID":"ICM-PP - Progestin only pills","DHIS2 Option name":"New Visit","DHIS2 Option UID":"AsQg8b6Sz8L","DHIS2 Option Code":"new_visit"},{"value.display - Answers":"Injectable Depo Provera","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- Injection","DHIS2 DE UID":"vAInVksR0vJ","OptionSet name":"Family planning method - Chosen","DHIS2 Option Set UID":"ICM - Injection","DHIS2 Option name":"New Visit","DHIS2 Option UID":"uJXt5WGEU3V","DHIS2 Option Code":"new_visit"},{"value.display - Answers":"Injectable Sayanna","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- Injection","DHIS2 DE UID":"vAInVksR0vJ","OptionSet name":"Family planning method - Chosen","DHIS2 Option Set UID":"ICM - Injection","DHIS2 Option name":"New Visit","DHIS2 Option UID":"uJXt5WGEU3V","DHIS2 Option Code":"new_visit"},{"value.display - Answers":"Implant","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- Implant","DHIS2 DE UID":"KLPZvrFHhM9","OptionSet name":"Family planning method - Chosen","DHIS2 Option Set UID":"ICM-PP - Implant","DHIS2 Option name":"New Visit","DHIS2 Option UID":"qyDUpvq1Mxc","DHIS2 Option Code":"new_visit"},{"value.display - Answers":"Copper IUD","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- IUD","DHIS2 DE UID":"NHoBTpY6ZZd","OptionSet name":"Family planning method - Chosen","DHIS2 Option Set UID":"ICM-PP - IUD","DHIS2 Option name":"New Visit","DHIS2 Option UID":"k9DKADP4EvD","DHIS2 Option Code":"new_visit"},{"value.display - Answers":"Hormonal IUD","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- IUD","DHIS2 DE UID":"NHoBTpY6ZZd","OptionSet name":"Family planning method - Chosen","DHIS2 Option Set UID":"ICM-PP - IUD","DHIS2 Option name":"New Visit","DHIS2 Option UID":"k9DKADP4EvD","DHIS2 Option Code":"new_visit"},{"value.display - Answers":"Male condom","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- Male condoms","DHIS2 DE UID":"rfokxFdaBhD","OptionSet name":"Family planning method - Follow up","DHIS2 Option Set UID":"ICM-PP - Male condoms","DHIS2 Option name":"Follow-up Visit","DHIS2 Option UID":"QiXIpsdLkLw","DHIS2 Option Code":"fup"},{"value.display - Answers":"Female condom","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- Female condoms","DHIS2 DE UID":"WJjPVa0iMez","OptionSet name":"Family planning method - Follow up","DHIS2 Option Set UID":"ICM-PP - Female condoms","DHIS2 Option name":"Follow-up Visit","DHIS2 Option UID":"iKZQYXO3E5u","DHIS2 Option Code":"fup"},{"value.display - Answers":"COC","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- Combined Pills","DHIS2 DE UID":"g0YfIPYQZXU","OptionSet name":"Family planning method - Follow up","DHIS2 Option Set UID":"ICM - Combined Pills","DHIS2 Option name":"Follow-up Visit","DHIS2 Option UID":"GeHsnQKQHcN","DHIS2 Option Code":"fup"},{"value.display - Answers":"POP","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- Progestin only pills","DHIS2 DE UID":"QH1u2i1LNGX","OptionSet name":"Family planning method - Follow up","DHIS2 Option Set UID":"ICM-PP - Progestin only pills","DHIS2 Option name":"Follow-up Visit","DHIS2 Option UID":"BYaWk0ZXzqg","DHIS2 Option Code":"fup"},{"value.display - Answers":"Injectable Depo Provera","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- Injection","DHIS2 DE UID":"vAInVksR0vJ","OptionSet name":"Family planning method - Follow up","DHIS2 Option Set UID":"ICM - Injection","DHIS2 Option name":"Follow-up Visit","DHIS2 Option UID":"hnxAmHrlSeP","DHIS2 Option Code":"fup"},{"value.display - Answers":"Injectable Sayanna","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- Injection","DHIS2 DE UID":"vAInVksR0vJ","OptionSet name":"Family planning method - Follow up","DHIS2 Option Set UID":"ICM - Injection","DHIS2 Option name":"Follow-up Visit","DHIS2 Option UID":"hnxAmHrlSeP","DHIS2 Option Code":"fup"},{"value.display - Answers":"Implant","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- Implant","DHIS2 DE UID":"KLPZvrFHhM9","OptionSet name":"Family planning method - Follow up","DHIS2 Option Set UID":"ICM-PP - Implant","DHIS2 Option name":"Follow-up Visit","DHIS2 Option UID":"FmO3Z7sOC5G","DHIS2 Option Code":"fup"},{"value.display - Answers":"Copper IUD","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- IUD","DHIS2 DE UID":"NHoBTpY6ZZd","OptionSet name":"Family planning method - Follow up","DHIS2 Option Set UID":"ICM-PP - IUD","DHIS2 Option name":"Follow-up Visit","DHIS2 Option UID":"fh5x1ya2VHU","DHIS2 Option Code":"fup"},{"value.display - Answers":"Hormonal IUD","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-FP- IUD","DHIS2 DE UID":"NHoBTpY6ZZd","OptionSet name":"Family planning method - Follow up","DHIS2 Option Set UID":"ICM-PP - IUD","DHIS2 Option name":"Follow-up Visit","DHIS2 Option UID":"fh5x1ya2VHU","DHIS2 Option Code":"fup"},{"value.display - Answers":"1st consultation","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Consultation number","DHIS2 DE UID":"Zt4CvWIBtiF","OptionSet name":"PNC - Consultation number","DHIS2 Option Set UID":"ICM-PNC - Consultation Number","DHIS2 Option name":"1st consultation","DHIS2 Option UID":"fYQpu9MdwNv","DHIS2 Option Code":"PNC_1"},{"value.display - Answers":"2nd consultation","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Consultation number","DHIS2 DE UID":"Zt4CvWIBtiF","OptionSet name":"PNC - Consultation number","DHIS2 Option Set UID":"ICM-PNC - Consultation Number","DHIS2 Option name":"2nd consultation","DHIS2 Option UID":"lwV0burpG1e","DHIS2 Option Code":"PNC_2"},{"value.display - Answers":"3rd consultation or more","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Consultation number","DHIS2 DE UID":"Zt4CvWIBtiF","OptionSet name":"PNC - Consultation number","DHIS2 Option Set UID":"ICM-PNC - Consultation Number","DHIS2 Option name":"3rd consultation or more","DHIS2 Option UID":"tywaQGKDDvp","DHIS2 Option Code":"PNC_3+"},{"value.display - Answers":"Ministry of Health (MOH) Health Centre","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Place of Delivery (to record only at PNC 1)","DHIS2 DE UID":"VTxS0cESB6D","OptionSet name":"PNC - Place of delivery","DHIS2 Option Set UID":"ICM - Place of Delivery (to record only at PNC 1)","DHIS2 Option name":"Ministry of Health (MOH) Health Centre","DHIS2 Option UID":"jozpQZEAlZf","DHIS2 Option Code":"moh"},{"value.display - Answers":"MSF Health Centre","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Place of Delivery (to record only at PNC 1)","DHIS2 DE UID":"VTxS0cESB6D","OptionSet name":"PNC - Place of delivery","DHIS2 Option Set UID":"ICM - Place of Delivery (to record only at PNC 1)","DHIS2 Option name":"MSF Health Centre","DHIS2 Option UID":"mpzCubQCedm","DHIS2 Option Code":"msf"},{"value.display - Answers":"Private Health Centre","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Place of Delivery (to record only at PNC 1)","DHIS2 DE UID":"VTxS0cESB6D","OptionSet name":"PNC - Place of delivery","DHIS2 Option Set UID":"ICM - Place of Delivery (to record only at PNC 1)","DHIS2 Option name":"Private Health Centre","DHIS2 Option UID":"JfhwI91gQew","DHIS2 Option Code":"private_hc"},{"value.display - Answers":"Home - attended by TBA / CHW","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Place of Delivery (to record only at PNC 1)","DHIS2 DE UID":"VTxS0cESB6D","OptionSet name":"PNC - Place of delivery","DHIS2 Option Set UID":"ICM - Place of Delivery (to record only at PNC 1)","DHIS2 Option name":"Home - attended by TBA / CHW","DHIS2 Option UID":"dhl42ogZ5AI","DHIS2 Option Code":"home_tba"},{"value.display - Answers":"Home - unattended","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Place of Delivery (to record only at PNC 1)","DHIS2 DE UID":"VTxS0cESB6D","OptionSet name":"PNC - Place of delivery","DHIS2 Option Set UID":"ICM - Place of Delivery (to record only at PNC 1)","DHIS2 Option name":"Home - unattended","DHIS2 Option UID":"TzKBcwIF3Z8","DHIS2 Option Code":"home_unattended"},{"value.display - Answers":"On the way to HC (in car, on road, etc.)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Place of Delivery (to record only at PNC 1)","DHIS2 DE UID":"VTxS0cESB6D","OptionSet name":"PNC - Place of delivery","DHIS2 Option Set UID":"ICM - Place of Delivery (to record only at PNC 1)","DHIS2 Option name":"En route to HC (in car, on road, etc.)","DHIS2 Option UID":"v18ek47yXWx","DHIS2 Option Code":"en_route"},{"value.display - Answers":"Other","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Place of Delivery (to record only at PNC 1)","DHIS2 DE UID":"VTxS0cESB6D","OptionSet name":"PNC - Place of delivery","DHIS2 Option Set UID":"ICM - Place of Delivery (to record only at PNC 1)","DHIS2 Option name":"Other","DHIS2 Option UID":"XuhvnWSxP9a","DHIS2 Option Code":"other"},{"value.display - Answers":"Male condom","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PFP- Male condoms","DHIS2 DE UID":"ItvL7OxdVfa","OptionSet name":"PNC - Contraception method","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"Female condom","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PFP- Female condoms","DHIS2 DE UID":"dWC5thP8c2q","OptionSet name":"PNC - Contraception method","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"COC","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PFP- Combined Pills","DHIS2 DE UID":"aijtSYzmVJ2","OptionSet name":"PNC - Contraception method","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"POP","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PFP- Progestin only pills","DHIS2 DE UID":"eubyVetKnZ5","OptionSet name":"PNC - Contraception method","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"Injectable Depo Provera","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PFP- Injection","DHIS2 DE UID":"lJ71iJEgxvH","OptionSet name":"PNC - Contraception method","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"Injectable Sayanna","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PFP- Injection","DHIS2 DE UID":"lJ71iJEgxvH","OptionSet name":"PNC - Contraception method","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"Implant","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PFP- Implant","DHIS2 DE UID":"SJMWo5Ophri","OptionSet name":"PNC - Contraception method","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"Copper IUD","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PFP- IUD","DHIS2 DE UID":"qbygbbEGefs","OptionSet name":"PNC - Contraception method","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"Hormonal IUD","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PFP- IUD","DHIS2 DE UID":"qbygbbEGefs","OptionSet name":"PNC - Contraception method","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"Emergency contraceptive","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PFP- Other (specify)","DHIS2 DE UID":"cHsIsrO6iIU","OptionSet name":"PNC - Contraception method","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"Tubal ligation","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PFP- Other (specify)","DHIS2 DE UID":"cHsIsrO6iIU","OptionSet name":"PNC - Contraception method","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"Vasectomy","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PFP- Other (specify)","DHIS2 DE UID":"cHsIsrO6iIU","OptionSet name":"PNC - Contraception method","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"Breastfeeding only","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Mother exclusively breastfeeding baby","DHIS2 DE UID":"fwYypP8uMGg","OptionSet name":"PNC - Feeding","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"Breastfeeding support","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Breast feeding counseling","DHIS2 DE UID":"lmkmP6vvGdj","OptionSet name":"PNC - Health education","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"Birth spacing and family planning","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Family planning counseling","DHIS2 DE UID":"KzaaxHTgrm6","OptionSet name":"PNC - Health education","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"Exclusive breasfeeding 6 months/weaning advice","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Breast feeding counseling","DHIS2 DE UID":"lmkmP6vvGdj","OptionSet name":"PNC - Health education","DHIS2 Option Set UID":"","DHIS2 Option name":"","DHIS2 Option UID":"","DHIS2 Option Code":""},{"value.display - Answers":"Routine visit - no complaint","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Postnatal Diagnosis","DHIS2 DE UID":"zPWIFpaCL5O","OptionSet name":"PNC - Postnatal Diagnosis","DHIS2 Option Set UID":"ICM - Postnatal Diagnosis","DHIS2 Option name":"Routine visit - no complaint","DHIS2 Option UID":"xxH7r7oJYhG","DHIS2 Option Code":"routine_visit"},{"value.display - Answers":"Genital infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Postnatal Diagnosis","DHIS2 DE UID":"zPWIFpaCL5O","OptionSet name":"PNC - Postnatal Diagnosis","DHIS2 Option Set UID":"ICM - Postnatal Diagnosis","DHIS2 Option name":"Genital infection","DHIS2 Option UID":"ddeIp1gPLck","DHIS2 Option Code":"genital_infection"},{"value.display - Answers":"Post partum infection after vaginal delivery","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Postnatal Diagnosis","DHIS2 DE UID":"zPWIFpaCL5O","OptionSet name":"PNC - Postnatal Diagnosis","DHIS2 Option Set UID":"ICM - Postnatal Diagnosis","DHIS2 Option name":"Post partum infection after vaginal delivery","DHIS2 Option UID":"mVTtNwym3QH","DHIS2 Option Code":"post_partum_infection"},{"value.display - Answers":"Post C-section infection","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Postnatal Diagnosis","DHIS2 DE UID":"zPWIFpaCL5O","OptionSet name":"PNC - Postnatal Diagnosis","DHIS2 Option Set UID":"ICM - Postnatal Diagnosis","DHIS2 Option name":"Post C-section infection","DHIS2 Option UID":"YFHUKWNFtZr","DHIS2 Option Code":"post_csection_infection"},{"value.display - Answers":"Anaemia","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Postnatal Diagnosis","DHIS2 DE UID":"zPWIFpaCL5O","OptionSet name":"PNC - Postnatal Diagnosis","DHIS2 Option Set UID":"ICM - Postnatal Diagnosis","DHIS2 Option name":"Anaemia","DHIS2 Option UID":"Vyo3JETedNr","DHIS2 Option Code":"anaemia"},{"value.display - Answers":"Breast / Breastfeeding problem","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Postnatal Diagnosis","DHIS2 DE UID":"zPWIFpaCL5O","OptionSet name":"PNC - Postnatal Diagnosis","DHIS2 Option Set UID":"ICM - Postnatal Diagnosis","DHIS2 Option name":"Breast / Breastfeeding problem","DHIS2 Option UID":"uKB39cjjzP5","DHIS2 Option Code":"breast_problem"},{"value.display - Answers":"Abnormal bleeding","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Postnatal Diagnosis","DHIS2 DE UID":"zPWIFpaCL5O","OptionSet name":"PNC - Postnatal Diagnosis","DHIS2 Option Set UID":"ICM - Postnatal Diagnosis","DHIS2 Option name":"Abnormal bleeding","DHIS2 Option UID":"PsFZawrxnBS","DHIS2 Option Code":"abnormal_bleeding"},{"value.display - Answers":"Newborn problem (mother with no complaint)","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Postnatal Diagnosis","DHIS2 DE UID":"zPWIFpaCL5O","OptionSet name":"PNC - Postnatal Diagnosis","DHIS2 Option Set UID":"ICM - Postnatal Diagnosis","DHIS2 Option name":"Newborn problem (mother with no complaint)","DHIS2 Option UID":"x5CoGrLEzZ4","DHIS2 Option Code":"newborn_problem"},{"value.display - Answers":"Other","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Postnatal Diagnosis","DHIS2 DE UID":"zPWIFpaCL5O","OptionSet name":"PNC - Postnatal Diagnosis","DHIS2 Option Set UID":"ICM - Postnatal Diagnosis","DHIS2 Option name":"Other","DHIS2 Option UID":"fxlmelgNhVx","DHIS2 Option Code":"other"},{"value.display - Answers":"Emergency","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Referral","DHIS2 DE UID":"VYM5NoPfKgx","OptionSet name":"PNC - Referral","DHIS2 Option Set UID":"ICM-ANC - Referral","DHIS2 Option name":"Hospital Emergency","DHIS2 Option UID":"ozWgAjsjFP2","DHIS2 Option Code":"hospital_emergency"},{"value.display - Answers":"Mental health","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Referral","DHIS2 DE UID":"VYM5NoPfKgx","OptionSet name":"PNC - Referral","DHIS2 Option Set UID":"ICM-ANC - Referral","DHIS2 Option name":"Mental Health","DHIS2 Option UID":"oKazpkoxE1U","DHIS2 Option Code":"mentalhealth"},{"value.display - Answers":"Nutrition","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Referral","DHIS2 DE UID":"VYM5NoPfKgx","OptionSet name":"PNC - Referral","DHIS2 Option Set UID":"ICM-ANC - Referral","DHIS2 Option name":"Nutrition","DHIS2 Option UID":"D2Fh4Gsg69b","DHIS2 Option Code":"nutrition"},{"value.display - Answers":"Gynecology","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Referral","DHIS2 DE UID":"VYM5NoPfKgx","OptionSet name":"PNC - Referral","DHIS2 Option Set UID":"ICM-ANC - Referral","DHIS2 Option name":"Specialist","DHIS2 Option UID":"X2SU2Ci2YgR","DHIS2 Option Code":"specialist"},{"value.display - Answers":"Other","value.uuid - External ID":"#N/A","DHIS2 DE full name":"SRH-PNC- Referral","DHIS2 DE UID":"VYM5NoPfKgx","OptionSet name":"PNC - Referral","DHIS2 Option Set UID":"ICM-ANC - Referral","DHIS2 Option name":"Other","DHIS2 Option UID":"ti4VehylUGg","DHIS2 Option Code":"other"},{"value.display - Answers":"Male","value.uuid - External ID":"625baaf5-ba75-4c23-bdef-283fd47c34db","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"SV - Gender","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Male","DHIS2 Option UID":"eQkRH9GTjBN","DHIS2 Option Code":"male"},{"value.display - Answers":"Female","value.uuid - External ID":"2ded9cfb-c089-4e1c-b032-7aa4a17882f7","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"SV - Gender","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Female","DHIS2 Option UID":"H61UkMHyNku","DHIS2 Option Code":"female"},{"value.display - Answers":"Transgender male","value.uuid - External ID":"37ccc7b5-0d1d-48d3-87a6-aee614bb500f","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"SV - Gender","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender male","DHIS2 Option UID":"OcJsz1BOHTf","DHIS2 Option Code":"transgender_male"},{"value.display - Answers":"Transgender female","value.uuid - External ID":"1226d253-376f-4e73-9ae2-36c7e9362e8b","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"SV - Gender","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Transgender female","DHIS2 Option UID":"l8RshnosXNy","DHIS2 Option Code":"transgender_female"},{"value.display - Answers":"Gender variant - Non conforming","value.uuid - External ID":"810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"SV - Gender","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Gender variant - Non conforming","DHIS2 Option UID":"V8RXdmOdY8L","DHIS2 Option Code":"gender_variant_non_conforming"},{"value.display - Answers":"Prefer not to answer","value.uuid - External ID":"245151ca-691e-4d5a-a792-64cb573e2b34","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"SV - Gender","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Prefer not to answer","DHIS2 Option UID":"QQzTV76xGfF","DHIS2 Option Code":"prefer_not_to_answer"},{"value.display - Answers":"Unknown","value.uuid - External ID":"ccb4c50d-13e0-46a2-bd5e-51c86d042ad8","DHIS2 DE full name":"Sex","DHIS2 DE UID":"qptKDiv9uPl","OptionSet name":"SV - Gender","DHIS2 Option Set UID":"GL - Sex / Sex (M/F)","DHIS2 Option name":"Unknown","DHIS2 Option UID":"YJw3CPNftrE","DHIS2 Option Code":"unknown"},{"value.display - Answers":"New admission","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Sexual/Gender-Based Violence-Baseline consultation- Admission type","DHIS2 DE UID":"vWt9UkZT13D","OptionSet name":"SV - Admission type","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"New admission ","DHIS2 Option UID":"ytN3iatLPSV","DHIS2 Option Code":"new_admission"},{"value.display - Answers":"Readmission","value.uuid - External ID":"#N/A","DHIS2 DE full name":"Sexual/Gender-Based Violence-Baseline consultation- Admission type","DHIS2 DE UID":"vWt9UkZT13D","OptionSet name":"SV - Admission type","DHIS2 Option Set UID":"GL - Admission type","DHIS2 Option name":"Readmission","DHIS2 Option UID":"j7Omz3uFWvT","DHIS2 Option Code":"readmission"}],"f01MhpssBaseline":{"rSIazMFEBjD":"4dae5b12-070f-4153-b1ca-fbec906106e1","qptKDiv9uPl":"ec42d68d-3e23-43de-b8c5-a03bb538e7c7","KSBMR1BDGwx":"1a8bf24f-4f36-4971-aad9-ae77f3525738","DMaLm9u4GCq":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","WDY6MkQWyHb":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","AuDPJg6gZE7":"82978311-bef9-46f9-9a9a-cc62254b00a6","CLGnlnFqqnk":"da33d74e-33b3-495a-9d7c-aa00a-aa0166","f64XCwzJW02":"41e68dee-a2a3-4e6c-9d96-53def5caff52","YeaUNruqmca":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","KjgDauY9v4J":"e08d532b-e56c-43dc-b831-af705654d2dc","KeyiEPc4pII":"82d1fcad-d1be-4ea2-a66c-c872fb4825b4","qfYPXP76j8g":"c3c86c1b-07be-4506-ab25-8f35f4389b19","pj5hIE6iyAR":"e08d532b-e56c-43dc-b831-af705654d2dc","PCGI7EnvCQS":"45b39cbf-0fb2-4682-8544-8aaf3e07a744","RnbiVrrSFdm":"ee1b7973-e931-494e-a9cb-22b814b4d8ed","CUdI1BJ5W8G":"92a92f62-3ff6-4944-9ea9-a7af23949bad","YfcNA5bvkxT":"9a8204ca-d908-4157-9285-7c970dbb5287","vC3bg9NwJ78":"3edcfddb-7988-4ce5-97a0-d4c46b267a04","RqsvaPH9vHt":"22809b19-54ca-4d88-8d26-9577637c184e","W7cPAi8iXLZ":"819f79e7-b9af-4afd-85d4-2ab677223113","MF3RML0HLbP":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","tsFOVnlc6lz":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","qacGXlyyQOS":"a1a75011-0fef-460a-b666-dda2d171f39b","OZViJk8FPVd":"c2664992-8a5a-4a6d-9238-5df591307d55","dfdv3SkeXKe":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","hWMBCCA2yy1":"abede172-ba87-4ebe-8054-3afadb181ea3","TWuCY5r2wx7":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","QHrIUMhjZlO":"d516de07-979b-411c-b7e4-bd09cf7d9d91","H1fMCaOzr8F":"3e97c2d0-15c1-4cfd-884f-7a4721079217","qgfKPlIHjcD":"6fe1e8b4-26cd-42ba-b0c2-25ee14c2813c","TjNs41OJDqW":"e40838bf-2180-4307-ac99-19c4cd9620fe","JH5B8Fns8k5":"89ff29ce-72ce-496b-9a5d-4661a651a3b8","S22iy8o0iLg":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","m8qis4iUOTo":"790b41ce-e1e7-11e8-b02f-0242ac130002","v0qFX0qv1tX":"d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608","SsQqwDBGxjh":"54a9b20e-bce5-4d4a-8c9c-e0248a182586","FLIlRjAwn4G":"e0d4e006-85b5-41cb-8a21-e013b1978b8b","JUabDHhT1wJ":"c1a3ed2d-6d9a-453d-9d93-749164a76413","yCwuZ0htrlH":"5f6e245c-83fc-421b-8d46-061ac773ae71","RiiH9A53rvG":"6d3876be-0a27-466d-ad58-92edcc8c31fb","DlqJSA5VApl":"8fb3bb7d-c935-4b57-8444-1b953470e109"},"f02MhpssFollowUp":{"CcA8pc2YqWz":"d9454e9c-6e3c-45ab-8a9a-834a9353ae11","d8Dok4D8Fl4":"1a8bf24f-4f36-4971-aad9-ae77f3525738","E7MVMTTdvPi":"b87a93ff-a4a1-4601-b35d-1e42bfa7e194","aCTIvKSNndK":"722dd83a-c1cf-48ad-ac99-45ac131ccc96","UlSJrSD78HS":"82978311-bef9-46f9-9a9a-cc62254b00a6","sGEOde9q9p9":"0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d","LCdm2xe86ln":"41e68dee-a2a3-4e6c-9d96-53def5caff52","rGS6S4jyKu3":"08cd4b4a-4b0b-4391-987b-b5b3d770d30f","L6Jj7Tppr5q":"e08d532b-e56c-43dc-b831-af705654d2dc","vWWl7izQpqd":"82d1fcad-d1be-4ea2-a66c-c872fb4825b4","G0hLyxqgcO7":"54e8c1b6-6397-4822-89a4-cf81fbc68ce9","tloy0Bd9qDf":"d7410cd3-29be-4f8b-93d6-eb4de005db29","AZUFlZzPN6V":"278d3d1e-c02a-4db1-8ab3-8db3b82eb9b5","HNZHetAtowR":"d34d5e93-03d6-494e-8f4c-2d7221227162","t4HoHWCYdvm":"790b41ce-e1e7-11e8-b02f-0242ac130002","MF3RML0HLbP":"b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df","faQI7NN3hyp":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","C5XtlggtVmd":"a1a75011-0fef-460a-b666-dda2d171f39b","yTFUtaFJ1QU":"f94de17e-9771-4711-aabb-c5bb0c022be2","F6q03Gan7Ro":"22809b19-54ca-4d88-8d26-9577637c184e","OeA71vAyGZV":"819f79e7-b9af-4afd-85d4-2ab677223113","OZViJk8FPVd":"c2664992-8a5a-4a6d-9238-5df591307d55","piKsOVnFIXO":"a6c5188c-29f0-4d3d-8cf5-7852998df86f","llBTRwwM94C":"abede172-ba87-4ebe-8054-3afadb181ea3","j8IYwKvxK4q":"ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab","Lw2Kkl2y6mj":"d516de07-979b-411c-b7e4-bd09cf7d9d91","a9J7luvOwhF":"3e97c2d0-15c1-4cfd-884f-7a4721079217","EM4ouSS9Kxe":"d8c84af2-bd9b-4bf3-a815-81652cb0b0bc","KjOAmUFJJgs":"aae000c3-5242-4e3c-bd1f-7e922a6d3d34","GVTXoz0VrAd":"5f6e245c-83fc-421b-8d46-061ac773ae71","N6GYmCjAhfh":"6d3876be-0a27-466d-ad58-92edcc8c31fb","wvVn2LfmNDO":"8fb3bb7d-c935-4b57-8444-1b953470e109"},"f03MhgapBaseline":{"f6FhkzfZ5j3":"4dae5b12-070f-4153-b1ca-fbec906106e1","pHoZYTrR7N0":"2be92591-da1b-4418-ba49-43b3fc0e4ce5","hMcCdEkhhjZ":"f6cefc80-506a-44b0-ab5f-d6f5908cf7a5","VnXwFYqHNqM":"15748787-7372-4022-b5d4-81ff8d6887ca","xRuC0NQRqZk":"99a8b512-17f9-4a5d-9fd4-80c27500995b","R3g94vJ2yFR":"22809b19-54ca-4d88-8d26-9577637c184e","Yt4NhxZU5Vo":"819f79e7-b9af-4afd-85d4-2ab677223113","DCEJHFQvPWa":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","qacGXlyyQOS":"a1a75011-0fef-460a-b666-dda2d171f39b","TZGKlSVIsN8":"5f6e245c-83fc-421b-8d46-061ac773ae71"},"f04MhgapFollowUp":{"CcA8pc2YqWz":"d9454e9c-6e3c-45ab-8a9a-834a9353ae11","G0hLyxqgcO7":"54e8c1b6-6397-4822-89a4-cf81fbc68ce9","tloy0Bd9qDf":"d7410cd3-29be-4f8b-93d6-eb4de005db29","AZUFlZzPN6V":"278d3d1e-c02a-4db1-8ab3-8db3b82eb9b5","HNZHetAtowR":"d34d5e93-03d6-494e-8f4c-2d7221227162","t4HoHWCYdvm":"790b41ce-e1e7-11e8-b02f-0242ac130002","MDbDqs5Mwow":"22809b19-54ca-4d88-8d26-9577637c184e","EYIPzqO7mpZ":"819f79e7-b9af-4afd-85d4-2ab677223113","faQI7NN3hyp":"5f3d618e-5c89-43bd-8c79-07e4e98c2f23","yTFUtaFJ1QU":"a1a75011-0fef-460a-b666-dda2d171f39b","C5XtlggtVmd":"f94de17e-9771-4711-aabb-c5bb0c022be2","AiUr0KZgS9e":"dbf35880-d18e-4f15-ad9c-97b5b053e14a","OBAHc3Rljln":"dc072a1a-20d8-4512-9e57-3585a07cb074","WKDFgUTUHWl":"5f6e245c-83fc-421b-8d46-061ac773ae71"},"f05MhpssClosure":{"RoBHeg55Mle":"8a9d2ace-372f-4413-a1c4-8999f55e2de2","TqjvJA0GUOA":"401b2df0-e26f-4f49-9165-6e20a1b8865a","Lht8GKTAHu8":"9e861ef1-e07c-4955-9650-2ebac3138fc3","tvQUeCICtFB":"93eb9716-6866-4d13-9b8f-59c0a7605a11","pQG72ee2lkl":"90b3d09c-d296-44d2-8292-8e04377fe027","tsFOVnlc6lz":"6545b874-f44d-4d18-9ab1-7a8bb21c0a15","iEdamWl0wzQ":"c64dfacd-2fb5-464d-83a9-ebb9eb8d3ab3","c4TiPRUQ56A":"77f1a782-24af-40ba-bac1-b97d9a080f40"}} \ No newline at end of file From 46cd0c25fc9ce30bd4806d0214dae06d9ab86c49 Mon Sep 17 00:00:00 2001 From: Aisha Hassen <167166847+AishaHassen@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:56:21 +0300 Subject: [PATCH 43/61] Create omrs-form-generation-script.json --- sample-data/omrs-form-generation-script.json | 3351 ++++++++++++++++++ 1 file changed, 3351 insertions(+) create mode 100644 sample-data/omrs-form-generation-script.json diff --git a/sample-data/omrs-form-generation-script.json b/sample-data/omrs-form-generation-script.json new file mode 100644 index 0000000..9338ee4 --- /dev/null +++ b/sample-data/omrs-form-generation-script.json @@ -0,0 +1,3351 @@ +[ + { + "question_id": "admissionType", + "question_label": "Admission type", + "questionOptions": { + "concept": "4dae5b12-070f-4153-b1ca-fbec906106e1", + "answers": [ + { + "label": "New admission", + "concept": "9f2fe30f-a8f0-49ba-82e4-71c232259130" + }, + { + "label": "Readmission", + "concept": "e4e42ecd-196b-4aa8-a265-bfbed09d77cf" + } + ] + } + }, + { + "question_id": "sex", + "question_label": "Sex", + "questionOptions": { + "concept": "ec42d68d-3e23-43de-b8c5-a03bb538e7c7", + "answers": [ + { + "label": "Male", + "concept": "625baaf5-ba75-4c23-bdef-283fd47c34db" + }, + { + "label": "Female", + "concept": "2ded9cfb-c089-4e1c-b032-7aa4a17882f7" + }, + { + "label": "Transgender male", + "concept": "37ccc7b5-0d1d-48d3-87a6-aee614bb500f" + }, + { + "label": "Transgender female", + "concept": "1226d253-376f-4e73-9ae2-36c7e9362e8b" + }, + { + "label": "Gender variant - Non conforming", + "concept": "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0" + }, + { + "label": "Prefer not to answer", + "concept": "245151ca-691e-4d5a-a792-64cb573e2b34" + }, + { + "label": "Unknown", + "concept": "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8" + } + ] + } + }, + { + "question_id": "typeOfConsultation", + "question_label": "Type of consultation", + "questionOptions": { + "concept": "1a8bf24f-4f36-4971-aad9-ae77f3525738", + "answers": [ + { + "label": "Individual", + "concept": "96223dc7-6959-4ea5-a362-c0246d858c87" + }, + { + "label": "Couple", + "concept": "61b32a22-acef-4141-9faa-9c236cdfa978" + }, + { + "label": "Family", + "concept": "f16d5d76-155b-453d-bd60-ea8ee4d344e9" + }, + { + "label": "Parent-Child", + "concept": "c39eaa06-6506-49f0-9c4f-c96fa957f9cd" + } + ] + } + }, + { + "question_id": "consultationDoneBy", + "question_label": "Consultation done by", + "questionOptions": { + "concept": "722dd83a-c1cf-48ad-ac99-45ac131ccc96", + "answers": [ + { + "label": "Psychologist", + "concept": "278401ee-3d6f-4c65-9455-f1c16d0a7a98" + }, + { + "label": "Counsellor", + "concept": "fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331" + } + ] + } + }, + { + "question_id": "locationOfIntervention", + "question_label": "Location of intervention", + "questionOptions": { + "concept": "82978311-bef9-46f9-9a9a-cc62254b00a6", + "answers": [ + { + "label": "Health facility", + "concept": "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d" + }, + { + "label": "MSF health facility", + "concept": "41e68dee-a2a3-4e6c-9d96-53def5caff52" + }, + { + "label": "Mobile clinic", + "concept": "48984e47-3e9b-4d8e-a66d-317af5c36f02" + }, + { + "label": "Home visit", + "concept": "bd5bf44b-164c-415c-8bff-b1d4849928d3" + }, + { + "label": "School visit", + "concept": "7091b6ea-7067-4ee3-9f67-8805904e2f61" + }, + { + "label": "Remote / phone", + "concept": "398ce872-5862-4826-bba8-826915eddf98" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "typeOfIntervention", + "question_label": "Type of intervention", + "questionOptions": { + "concept": "82d1fcad-d1be-4ea2-a66c-c872fb4825b4", + "answers": [ + { + "label": "Counselling", + "concept": "08c534b7-c901-46fb-9831-50ecfcd74d1b" + }, + { + "label": "Psychotherapy", + "concept": "aa9c5d82-1ebf-43c7-9218-6766c4affbc4" + } + ] + } + }, + { + "question_id": "patientReferredBy", + "question_label": "Patient referred by", + "questionOptions": { + "concept": "c3c86c1b-07be-4506-ab25-8f35f4389b19", + "answers": [ + { + "label": "IPD MSF", + "concept": "d17350e6-12de-4454-b902-58c2fc1e59aa" + }, + { + "label": "Emergency department MSF", + "concept": "c709f78b-5787-4c7e-b5bd-66aad28f7ff4" + }, + { + "label": "Primary Health Center MSF", + "concept": "82815438-a49d-48d7-a67f-dd294aa3c1e2" + }, + { + "label": "Health Promotion/sensitization", + "concept": "edb619d5-309f-45db-9521-70fcc22b30aa" + }, + { + "label": "Other MSF personnel", + "concept": "200a3de4-00a7-4a2e-a113-852013d6f4c5" + }, + { + "label": "MSF social worker", + "concept": "92f7c3e2-89e1-4ebd-9da9-7c2976de815c" + }, + { + "label": "Other health structure", + "concept": "923c6b39-4094-45e4-95ab-b44f7a381980" + }, + { + "label": "Local health worker (non-MSF)", + "concept": "54054512-7317-45c4-9494-f74be6ab4549" + }, + { + "label": "Institutions (NGOs/Church/IGO)", + "concept": "f9688da4-cdcf-4cb3-90c2-263812fa064f" + }, + { + "label": "Self-referral", + "concept": "8d9386b1-a641-4155-9822-7a06a16aa8e8" + }, + { + "label": "Family member / friend /neighbor", + "concept": "a8432309-bc74-4da0-8639-76988c02cbb5" + }, + { + "label": "Community leader", + "concept": "8b93d848-9e20-41b3-94e5-895a356e5ed7" + }, + { + "label": "School / University", + "concept": "98b1e458-2d46-4025-b912-7340f9d39610" + }, + { + "label": "Authorities", + "concept": "80575f44-be81-4694-aba4-012999328339" + }, + { + "label": "Legal attorney office", + "concept": "14940a46-5cce-4744-ac2a-c2d1fdc64e11" + }, + { + "label": "Prosecutor office", + "concept": "b989e916-8299-40f6-9a92-c0c8d8e70f20" + }, + { + "label": "Forensic department", + "concept": "f85b0def-4af3-4901-839d-0a9dc8ace318" + }, + { + "label": "CHOW (Community Health Outreach Worker)", + "concept": "127bfdc9-8059-4421-a3cc-967bfbfee0ce" + }, + { + "label": "Community educator", + "concept": "410a0731-cb41-4181-9897-6eb9894bf7b8" + } + ] + } + }, + { + "question_id": "psychosomatic", + "question_label": "Psychosomatic", + "questionOptions": { + "concept": "c899d33a-adde-4c70-ad65-2326b8843e3b", + "answers": [ + { + "label": "Body pain or complaints (headache palpitations breathing problems gastrointestinal etc.)", + "concept": "464c68b7-0fb0-495c-b931-0c1732b60397" + }, + { + "label": "Eating problems", + "concept": "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093" + }, + { + "label": "Sleeping problems", + "concept": "42966954-f43f-4564-bc59-d9d133e53a75" + }, + { + "label": "Bedwetting / retention problems", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Sexual problems", + "concept": "3ba98736-982f-4d9c-a675-f83b180a9f28" + }, + { + "label": "Unexplained physical reaction (non-epileptic seizures paralysis unable to walk unexplained fainting)", + "concept": "28adad48-b45b-46a4-ae94-4cca6118047e" + } + ] + } + }, + { + "question_id": "depressionRelated", + "question_label": "Depression related", + "questionOptions": { + "concept": "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", + "answers": [ + { + "label": "Sad mood", + "concept": "7f4699e5-e70a-49fb-bf34-c09afa867fdc" + }, + { + "label": "Irritability / anger", + "concept": "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0" + }, + { + "label": "Loss of interest / anhedonia", + "concept": "51061bb9-6084-4bb3-b83b-5c234e45b09c" + }, + { + "label": "Hopelessness", + "concept": "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f" + }, + { + "label": "Guilt/self-blame/worthlessness", + "concept": "e8166325-9ddc-4739-9452-da63ee7862d2" + }, + { + "label": "Current suicidal thoughts", + "concept": "4f8f7343-f191-4483-bcf9-c60027a6eca8" + }, + { + "label": "Recent suicidal attempt", + "concept": "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca" + }, + { + "label": "Recent self-harm", + "concept": "003b425a-d8c3-47ed-bbde-45a7c180c0a4" + }, + { + "label": "Changes in appetite", + "concept": "ce47585c-fa23-4de3-9e3a-97f5eb309e72" + } + ] + } + }, + { + "question_id": "anxietyRelated", + "question_label": "Anxiety related", + "questionOptions": { + "concept": "241b3278-3803-478b-8484-70e2b17e5543", + "answers": [ + { + "label": "Constant stress", + "concept": "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd" + }, + { + "label": "Persistent worry", + "concept": "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb" + }, + { + "label": "Intense fear / phobia / feeling threatened", + "concept": "ae1ab702-fa58-4648-95e4-acca5c9078f7" + }, + { + "label": "Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "concept": "473f0ea3-92e5-4a99-bbe0-358e371355ee" + }, + { + "label": "Compulsive or repetitive behavior", + "concept": "4fa8e185-3ce6-4bbf-92c4-12e069dc9631" + } + ] + } + }, + { + "question_id": "traumaRelated", + "question_label": "Trauma related", + "questionOptions": { + "concept": "3a0c003c-9149-4a5f-a236-ed5d61231950", + "answers": [ + { + "label": "Intrusive feelings thoughts", + "concept": "ecf185bf-e3a3-4c46-948b-13dd0ddd1487" + }, + { + "label": "Flashbacks", + "concept": "c60a75c9-2ee9-4fb2-af53-6d730e45f074" + }, + { + "label": "Avoidance of traumatic stimuli", + "concept": "94083de5-2603-4b26-a6d8-ec4459f9eced" + }, + { + "label": "Hypervigilance / excessive startle response", + "concept": "06a3663d-f7c7-451d-a2e5-1daedfa7abb5" + }, + { + "label": "Trauma-related hallucinations (hearing voices associated with the traumatic event seeing dead persons as cultural expression of distress)", + "concept": "e5f10e57-9d21-4d27-b2c9-e03aa535b76a" + }, + { + "label": "Child has stopped talking", + "concept": "96eca5fb-417d-4fdb-ab32-e701eb0f8e21" + } + ] + } + }, + { + "question_id": "psychosisRelated", + "question_label": "Psychosis related", + "questionOptions": { + "concept": "612c130a-0ae9-4565-af09-b5437334c742", + "answers": [ + { + "label": "Delusions (false beliefs)", + "concept": "452fa7bf-ea9a-4057-bf15-bbc6c52284d4" + }, + { + "label": "Visual hallucinations", + "concept": "c841b5eb-e2d8-49c9-9f1b-43944d9980e6" + }, + { + "label": "Auditory hallucinations", + "concept": "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1" + }, + { + "label": "Disorganized thought /speech", + "concept": "dfaf113c-72f2-4865-81c9-31aba9e95a74" + }, + { + "label": "Bizarre behavior", + "concept": "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f" + }, + { + "label": "Psychotic agitation", + "concept": "cda4f471-1da9-4192-8f26-ecec35775d5a" + } + ] + } + }, + { + "question_id": "neurocognitiveProblems", + "question_label": "Neurocognitive problems", + "questionOptions": { + "concept": "a5b552b6-44db-42f1-a436-6f2f12de471e", + "answers": [ + { + "label": "Problems with concentration memory or reasoning", + "concept": "44274d50-bb85-4f20-9b55-d08f60343c38" + }, + { + "label": "Delayed development (milestones)", + "concept": "66e446ee-8f82-4f2a-808f-00d664ac92de" + }, + { + "label": "Abnormal social interaction and communication", + "concept": "08e5f461-0f71-4d23-95a0-1e4ae3d141ab" + }, + { + "label": "Learning difficulties", + "concept": "9240ed56-8ba2-4ef2-b42f-e84179fcc333" + }, + { + "label": "Epileptic seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + } + ] + } + }, + { + "question_id": "behaviorProblems", + "question_label": "Behavior problems", + "questionOptions": { + "concept": "5b271a75-d44b-466a-8baf-71153dc1895c", + "answers": [ + { + "label": "Alcohol / substance abuse", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Aggressiveness", + "concept": "977e8c6f-befa-4af3-87e1-1d29a57450c1" + }, + { + "label": "Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Hypo- or hyperactivity", + "concept": "520eccda-99f4-4cab-950b-260cfe3ab767" + }, + { + "label": "Impulsivity", + "concept": "12723e41-2955-4917-971c-7f05849412d7" + }, + { + "label": "Regression in development", + "concept": "c09cde65-4fa8-47bc-b795-06ccf0be1d8b" + }, + { + "label": "Social withdrawal (isolation/reduced attachment/involvement)", + "concept": "07ff1a8a-2a0b-4e28-83ec-8c82f0681738" + } + ] + } + }, + { + "question_id": "otherSymptoms", + "question_label": "Other symptoms", + "questionOptions": { + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002", + "answers": [ + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "currentSymptomsOrComplaints1", + "question_label": "Current symptoms or complaints 1", + "questionOptions": { + "concept": "45b39cbf-0fb2-4682-8544-8aaf3e07a744", + "answers": [ + { + "label": "Body pain or complaints (headache palpitations breathing problems gastrointestinal etc.)", + "concept": "464c68b7-0fb0-495c-b931-0c1732b60397" + }, + { + "label": "Eating problems", + "concept": "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093" + }, + { + "label": "Sleeping problems", + "concept": "42966954-f43f-4564-bc59-d9d133e53a75" + }, + { + "label": "Bedwetting / retention problems", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Sexual problems", + "concept": "3ba98736-982f-4d9c-a675-f83b180a9f28" + }, + { + "label": "Unexplained physical reaction (non-epileptic seizures paralysis unable to walk unexplained fainting)", + "concept": "28adad48-b45b-46a4-ae94-4cca6118047e" + }, + { + "label": "Sad mood", + "concept": "7f4699e5-e70a-49fb-bf34-c09afa867fdc" + }, + { + "label": "Irritability / anger", + "concept": "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0" + }, + { + "label": "Loss of interest / anhedonia", + "concept": "51061bb9-6084-4bb3-b83b-5c234e45b09c" + }, + { + "label": "Hopelessness", + "concept": "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f" + }, + { + "label": "Guilt/self-blame/worthlessness", + "concept": "e8166325-9ddc-4739-9452-da63ee7862d2" + }, + { + "label": "Current suicidal thoughts", + "concept": "4f8f7343-f191-4483-bcf9-c60027a6eca8" + }, + { + "label": "Recent suicidal attempt", + "concept": "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca" + }, + { + "label": "Recent self-harm", + "concept": "003b425a-d8c3-47ed-bbde-45a7c180c0a4" + }, + { + "label": "Changes in appetite", + "concept": "ce47585c-fa23-4de3-9e3a-97f5eb309e72" + }, + { + "label": "Constant stress", + "concept": "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd" + }, + { + "label": "Persistent worry", + "concept": "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb" + }, + { + "label": "Intense fear / phobia / feeling threatened", + "concept": "ae1ab702-fa58-4648-95e4-acca5c9078f7" + }, + { + "label": "Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "concept": "473f0ea3-92e5-4a99-bbe0-358e371355ee" + }, + { + "label": "Compulsive or repetitive behavior", + "concept": "4fa8e185-3ce6-4bbf-92c4-12e069dc9631" + }, + { + "label": "Intrusive feelings thoughts", + "concept": "ecf185bf-e3a3-4c46-948b-13dd0ddd1487" + }, + { + "label": "Flashbacks", + "concept": "c60a75c9-2ee9-4fb2-af53-6d730e45f074" + }, + { + "label": "Avoidance of traumatic stimuli", + "concept": "94083de5-2603-4b26-a6d8-ec4459f9eced" + }, + { + "label": "Hypervigilance / excessive startle response", + "concept": "06a3663d-f7c7-451d-a2e5-1daedfa7abb5" + }, + { + "label": "Trauma-related hallucinations (hearing voices associated with the traumatic event seeing dead persons as cultural expression of distress)", + "concept": "e5f10e57-9d21-4d27-b2c9-e03aa535b76a" + }, + { + "label": "Child has stopped talking", + "concept": "96eca5fb-417d-4fdb-ab32-e701eb0f8e21" + }, + { + "label": "Delusions (false beliefs)", + "concept": "452fa7bf-ea9a-4057-bf15-bbc6c52284d4" + }, + { + "label": "Visual hallucinations", + "concept": "c841b5eb-e2d8-49c9-9f1b-43944d9980e6" + }, + { + "label": "Auditory hallucinations", + "concept": "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1" + }, + { + "label": "Disorganized thought /speech", + "concept": "dfaf113c-72f2-4865-81c9-31aba9e95a74" + }, + { + "label": "Bizarre behavior", + "concept": "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f" + }, + { + "label": "Psychotic agitation", + "concept": "cda4f471-1da9-4192-8f26-ecec35775d5a" + }, + { + "label": "Problems with concentration memory or reasoning", + "concept": "44274d50-bb85-4f20-9b55-d08f60343c38" + }, + { + "label": "Delayed development (milestones)", + "concept": "66e446ee-8f82-4f2a-808f-00d664ac92de" + }, + { + "label": "Abnormal social interaction and communication", + "concept": "08e5f461-0f71-4d23-95a0-1e4ae3d141ab" + }, + { + "label": "Learning difficulties", + "concept": "9240ed56-8ba2-4ef2-b42f-e84179fcc333" + }, + { + "label": "Epileptic seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + }, + { + "label": "Alcohol / substance abuse", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Aggressiveness", + "concept": "977e8c6f-befa-4af3-87e1-1d29a57450c1" + }, + { + "label": "Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Hypo- or hyperactivity", + "concept": "520eccda-99f4-4cab-950b-260cfe3ab767" + }, + { + "label": "Impulsivity", + "concept": "12723e41-2955-4917-971c-7f05849412d7" + }, + { + "label": "Regression in development", + "concept": "c09cde65-4fa8-47bc-b795-06ccf0be1d8b" + }, + { + "label": "Social withdrawal (isolation/reduced attachment/involvement)", + "concept": "07ff1a8a-2a0b-4e28-83ec-8c82f0681738" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "currentSymptomsOrComplaints2", + "question_label": "Current symptoms or complaints 2", + "questionOptions": { + "concept": "ee1b7973-e931-494e-a9cb-22b814b4d8ed", + "answers": [ + { + "label": "Body pain or complaints (headache palpitations breathing problems gastrointestinal etc.)", + "concept": "464c68b7-0fb0-495c-b931-0c1732b60397" + }, + { + "label": "Eating problems", + "concept": "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093" + }, + { + "label": "Sleeping problems", + "concept": "42966954-f43f-4564-bc59-d9d133e53a75" + }, + { + "label": "Bedwetting / retention problems", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Sexual problems", + "concept": "3ba98736-982f-4d9c-a675-f83b180a9f28" + }, + { + "label": "Unexplained physical reaction (non-epileptic seizures paralysis unable to walk unexplained fainting)", + "concept": "28adad48-b45b-46a4-ae94-4cca6118047e" + }, + { + "label": "Sad mood", + "concept": "7f4699e5-e70a-49fb-bf34-c09afa867fdc" + }, + { + "label": "Irritability / anger", + "concept": "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0" + }, + { + "label": "Loss of interest / anhedonia", + "concept": "51061bb9-6084-4bb3-b83b-5c234e45b09c" + }, + { + "label": "Hopelessness", + "concept": "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f" + }, + { + "label": "Guilt/self-blame/worthlessness", + "concept": "e8166325-9ddc-4739-9452-da63ee7862d2" + }, + { + "label": "Current suicidal thoughts", + "concept": "4f8f7343-f191-4483-bcf9-c60027a6eca8" + }, + { + "label": "Recent suicidal attempt", + "concept": "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca" + }, + { + "label": "Recent self-harm", + "concept": "003b425a-d8c3-47ed-bbde-45a7c180c0a4" + }, + { + "label": "Changes in appetite", + "concept": "ce47585c-fa23-4de3-9e3a-97f5eb309e72" + }, + { + "label": "Constant stress", + "concept": "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd" + }, + { + "label": "Persistent worry", + "concept": "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb" + }, + { + "label": "Intense fear / phobia / feeling threatened", + "concept": "ae1ab702-fa58-4648-95e4-acca5c9078f7" + }, + { + "label": "Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "concept": "473f0ea3-92e5-4a99-bbe0-358e371355ee" + }, + { + "label": "Compulsive or repetitive behavior", + "concept": "4fa8e185-3ce6-4bbf-92c4-12e069dc9631" + }, + { + "label": "Intrusive feelings thoughts", + "concept": "ecf185bf-e3a3-4c46-948b-13dd0ddd1487" + }, + { + "label": "Flashbacks", + "concept": "c60a75c9-2ee9-4fb2-af53-6d730e45f074" + }, + { + "label": "Avoidance of traumatic stimuli", + "concept": "94083de5-2603-4b26-a6d8-ec4459f9eced" + }, + { + "label": "Hypervigilance / excessive startle response", + "concept": "06a3663d-f7c7-451d-a2e5-1daedfa7abb5" + }, + { + "label": "Trauma-related hallucinations (hearing voices associated with the traumatic event seeing dead persons as cultural expression of distress)", + "concept": "e5f10e57-9d21-4d27-b2c9-e03aa535b76a" + }, + { + "label": "Child has stopped talking", + "concept": "96eca5fb-417d-4fdb-ab32-e701eb0f8e21" + }, + { + "label": "Delusions (false beliefs)", + "concept": "452fa7bf-ea9a-4057-bf15-bbc6c52284d4" + }, + { + "label": "Visual hallucinations", + "concept": "c841b5eb-e2d8-49c9-9f1b-43944d9980e6" + }, + { + "label": "Auditory hallucinations", + "concept": "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1" + }, + { + "label": "Disorganized thought /speech", + "concept": "dfaf113c-72f2-4865-81c9-31aba9e95a74" + }, + { + "label": "Bizarre behavior", + "concept": "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f" + }, + { + "label": "Psychotic agitation", + "concept": "cda4f471-1da9-4192-8f26-ecec35775d5a" + }, + { + "label": "Problems with concentration memory or reasoning", + "concept": "44274d50-bb85-4f20-9b55-d08f60343c38" + }, + { + "label": "Delayed development (milestones)", + "concept": "66e446ee-8f82-4f2a-808f-00d664ac92de" + }, + { + "label": "Abnormal social interaction and communication", + "concept": "08e5f461-0f71-4d23-95a0-1e4ae3d141ab" + }, + { + "label": "Learning difficulties", + "concept": "9240ed56-8ba2-4ef2-b42f-e84179fcc333" + }, + { + "label": "Epileptic seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + }, + { + "label": "Alcohol / substance abuse", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Aggressiveness", + "concept": "977e8c6f-befa-4af3-87e1-1d29a57450c1" + }, + { + "label": "Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Hypo- or hyperactivity", + "concept": "520eccda-99f4-4cab-950b-260cfe3ab767" + }, + { + "label": "Impulsivity", + "concept": "12723e41-2955-4917-971c-7f05849412d7" + }, + { + "label": "Regression in development", + "concept": "c09cde65-4fa8-47bc-b795-06ccf0be1d8b" + }, + { + "label": "Social withdrawal (isolation/reduced attachment/involvement)", + "concept": "07ff1a8a-2a0b-4e28-83ec-8c82f0681738" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "currentSymptomsOrComplaints3", + "question_label": "Current symptoms or complaints 3", + "questionOptions": { + "concept": "92a92f62-3ff6-4944-9ea9-a7af23949bad", + "answers": [ + { + "label": "Body pain or complaints (headache palpitations breathing problems gastrointestinal etc.)", + "concept": "464c68b7-0fb0-495c-b931-0c1732b60397" + }, + { + "label": "Eating problems", + "concept": "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093" + }, + { + "label": "Sleeping problems", + "concept": "42966954-f43f-4564-bc59-d9d133e53a75" + }, + { + "label": "Bedwetting / retention problems", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Sexual problems", + "concept": "3ba98736-982f-4d9c-a675-f83b180a9f28" + }, + { + "label": "Unexplained physical reaction (non-epileptic seizures paralysis unable to walk unexplained fainting)", + "concept": "28adad48-b45b-46a4-ae94-4cca6118047e" + }, + { + "label": "Sad mood", + "concept": "7f4699e5-e70a-49fb-bf34-c09afa867fdc" + }, + { + "label": "Irritability / anger", + "concept": "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0" + }, + { + "label": "Loss of interest / anhedonia", + "concept": "51061bb9-6084-4bb3-b83b-5c234e45b09c" + }, + { + "label": "Hopelessness", + "concept": "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f" + }, + { + "label": "Guilt/self-blame/worthlessness", + "concept": "e8166325-9ddc-4739-9452-da63ee7862d2" + }, + { + "label": "Current suicidal thoughts", + "concept": "4f8f7343-f191-4483-bcf9-c60027a6eca8" + }, + { + "label": "Recent suicidal attempt", + "concept": "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca" + }, + { + "label": "Recent self-harm", + "concept": "003b425a-d8c3-47ed-bbde-45a7c180c0a4" + }, + { + "label": "Changes in appetite", + "concept": "ce47585c-fa23-4de3-9e3a-97f5eb309e72" + }, + { + "label": "Constant stress", + "concept": "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd" + }, + { + "label": "Persistent worry", + "concept": "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb" + }, + { + "label": "Intense fear / phobia / feeling threatened", + "concept": "ae1ab702-fa58-4648-95e4-acca5c9078f7" + }, + { + "label": "Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "concept": "473f0ea3-92e5-4a99-bbe0-358e371355ee" + }, + { + "label": "Compulsive or repetitive behavior", + "concept": "4fa8e185-3ce6-4bbf-92c4-12e069dc9631" + }, + { + "label": "Intrusive feelings thoughts", + "concept": "ecf185bf-e3a3-4c46-948b-13dd0ddd1487" + }, + { + "label": "Flashbacks", + "concept": "c60a75c9-2ee9-4fb2-af53-6d730e45f074" + }, + { + "label": "Avoidance of traumatic stimuli", + "concept": "94083de5-2603-4b26-a6d8-ec4459f9eced" + }, + { + "label": "Hypervigilance / excessive startle response", + "concept": "06a3663d-f7c7-451d-a2e5-1daedfa7abb5" + }, + { + "label": "Trauma-related hallucinations (hearing voices associated with the traumatic event seeing dead persons as cultural expression of distress)", + "concept": "e5f10e57-9d21-4d27-b2c9-e03aa535b76a" + }, + { + "label": "Child has stopped talking", + "concept": "96eca5fb-417d-4fdb-ab32-e701eb0f8e21" + }, + { + "label": "Delusions (false beliefs)", + "concept": "452fa7bf-ea9a-4057-bf15-bbc6c52284d4" + }, + { + "label": "Visual hallucinations", + "concept": "c841b5eb-e2d8-49c9-9f1b-43944d9980e6" + }, + { + "label": "Auditory hallucinations", + "concept": "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1" + }, + { + "label": "Disorganized thought /speech", + "concept": "dfaf113c-72f2-4865-81c9-31aba9e95a74" + }, + { + "label": "Bizarre behavior", + "concept": "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f" + }, + { + "label": "Psychotic agitation", + "concept": "cda4f471-1da9-4192-8f26-ecec35775d5a" + }, + { + "label": "Problems with concentration memory or reasoning", + "concept": "44274d50-bb85-4f20-9b55-d08f60343c38" + }, + { + "label": "Delayed development (milestones)", + "concept": "66e446ee-8f82-4f2a-808f-00d664ac92de" + }, + { + "label": "Abnormal social interaction and communication", + "concept": "08e5f461-0f71-4d23-95a0-1e4ae3d141ab" + }, + { + "label": "Learning difficulties", + "concept": "9240ed56-8ba2-4ef2-b42f-e84179fcc333" + }, + { + "label": "Epileptic seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + }, + { + "label": "Alcohol / substance abuse", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Aggressiveness", + "concept": "977e8c6f-befa-4af3-87e1-1d29a57450c1" + }, + { + "label": "Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Hypo- or hyperactivity", + "concept": "520eccda-99f4-4cab-950b-260cfe3ab767" + }, + { + "label": "Impulsivity", + "concept": "12723e41-2955-4917-971c-7f05849412d7" + }, + { + "label": "Regression in development", + "concept": "c09cde65-4fa8-47bc-b795-06ccf0be1d8b" + }, + { + "label": "Social withdrawal (isolation/reduced attachment/involvement)", + "concept": "07ff1a8a-2a0b-4e28-83ec-8c82f0681738" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "mainCategoryOfSymptoms", + "question_label": "Main category of symptoms", + "questionOptions": { + "concept": "9a8204ca-d908-4157-9285-7c970dbb5287", + "answers": [ + { + "label": "Psychosomatic", + "concept": "c899d33a-adde-4c70-ad65-2326b8843e3b" + }, + { + "label": "Depression related", + "concept": "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd" + }, + { + "label": "Anxiety related", + "concept": "241b3278-3803-478b-8484-70e2b17e5543" + }, + { + "label": "Trauma related", + "concept": "3a0c003c-9149-4a5f-a236-ed5d61231950" + }, + { + "label": "Psychosis related", + "concept": "612c130a-0ae9-4565-af09-b5437334c742" + }, + { + "label": "Neuro cognitive problems", + "concept": "a5b552b6-44db-42f1-a436-6f2f12de471e" + }, + { + "label": "Behaviour problems", + "concept": "5b271a75-d44b-466a-8baf-71153dc1895c" + }, + { + "label": "Other symptoms", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "durationOfTheMainSymptom", + "question_label": "Duration of the main symptom", + "questionOptions": { + "concept": "3edcfddb-7988-4ce5-97a0-d4c46b267a04", + "answers": [ + { + "label": "1 - 3 days", + "concept": "a3d78d0a-613d-46ab-ae00-de985dd822eb" + }, + { + "label": "4 - 7 days", + "concept": "7a5a7a86-1ebf-4309-915a-d58e6c907db1" + }, + { + "label": "1 - 4 weeks", + "concept": "d5ea3587-be05-4b66-809c-3c63481300b3" + }, + { + "label": "1 - 6 months", + "concept": "a2ffa3e1-eabe-4417-af29-09ea962d584e" + }, + { + "label": "6 - 12 months", + "concept": "f9c40a2d-7e94-418b-b222-e73959845e4d" + }, + { + "label": "> 1 year", + "concept": "f7ae6f81-0dcf-4316-9706-26d96a8d9c1e" + } + ] + } + }, + { + "question_id": "clinicalDiagnosis", + "question_label": "Clinical diagnosis (only to be established by a psychologist)", + "questionOptions": { + "concept": "22809b19-54ca-4d88-8d26-9577637c184e", + "answers": [ + { + "label": "Acute stress reaction", + "concept": "a2f8295b-1259-481f-8ef3-34e213b7b4d6" + }, + { + "label": "Bereavement/grief", + "concept": "7d486d0c-0e2b-475d-8e17-07296cc624b9" + }, + { + "label": "Post-Traumatic Stress Disorder", + "concept": "ec7a63e8-5d0b-4dcf-8f72-7529c1df699a" + }, + { + "label": "Conversion/Dissociative reaction", + "concept": "58881584-4f0e-4cf3-b2bf-d9f0898ae106" + }, + { + "label": "Anxiety Disorder", + "concept": "2564bdee-c24c-4d96-903e-d44010f2a8ec" + }, + { + "label": "Medically Unexplained Physical Symptoms (MUPS)", + "concept": "9df01581-6135-4876-8fb8-cbaaa522064e" + }, + { + "label": "Depression", + "concept": "2066f043-2f21-4c19-8c04-77301d7404f9" + }, + { + "label": "Self-harming behavior/suicide attempt", + "concept": "b27187bd-e94a-4dbc-9a77-46c0cefad25a" + }, + { + "label": "Acute psychosis (incl. post-partum psychosis)", + "concept": "b33dac1c-b0c0-4fcd-b639-661bb6678924" + }, + { + "label": "Chronic psychosis (incl. schizophrenia)", + "concept": "97f1f41-b0c7-407d-b95f-b1e26c3fd23c" + }, + { + "label": "Bipolar disorder (incl. mania)", + "concept": "1ba02bf8-6bbe-46a6-baff-d18b5c9f6425" + }, + { + "label": "Enuresis / Encopresis", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Developmental disorder (incl. intellectual disability autism)", + "concept": "63f73696-3d7c-4dc5-8c16-5382c20c3f9f" + }, + { + "label": "Childhood behavioral disorder (incl. ADHD conduct disorder)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Childhood emotional disorder", + "concept": "52d85e63-b238-4161-985c-97f75ad80c9a" + }, + { + "label": "Substance-related disorder", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Epilepsy / seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + }, + { + "label": "Other disorder", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + }, + { + "label": "No diagnosis", + "concept": "dc77c73a-5ce5-4aac-821e-81f19f81b65f" + } + ] + } + }, + { + "question_id": "didYouHaveProblemsPerformingDailyActivitiesSuchAsCookingBathingOrChoresOutsideTheHousehold", + "question_label": "Did you have problems performing daily activities such as cooking bathing or chores outside the household", + "questionOptions": { + "concept": "b5c4b6d2-c880-43c5-a250-8fe09c9e394c", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didYouHaveProblemsGettingAlongWithFamilyOrFriends", + "question_label": "Did you have problems getting along with family or friends", + "questionOptions": { + "concept": "b8968e50-436f-444e-8ab6-4b707fab090c", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didYouHaveAnyProblemsSleepingSuchAsSleepingTooMuchOrNotEnough", + "question_label": "Did you have any problems sleeping such as sleeping too much or not enough", + "questionOptions": { + "concept": "f44f52dd-6eda-4ca5-8375-61164bff5a32", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "haveYouBeenBotheredByUnpleasantThoughtsWorriesOrIdeas", + "question_label": "Have you been bothered by unpleasant thoughts worries or ideas", + "questionOptions": { + "concept": "9ba3837-cc74-4fe5-8be4-e439b02a1d62", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "haveYouFeltSadOrNervous", + "question_label": "Have you felt sad or nervous", + "questionOptions": { + "concept": "79d37985-b959-49c2-a7b8-7fe1618d641b", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "haveYouBeenSuffering", + "question_label": "Have you been suffering", + "questionOptions": { + "concept": "802f0ec2-169f-41b7-ae83-2e8f2fc86e3a", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "inGeneralInThePastWeekHowWellHasTheChildBeenFeeling", + "question_label": "In general in the past week how well has the child been feeling", + "questionOptions": { + "concept": "inGeneralInThePastWeekHowWellHasTheChildBeenFeeling", + "answers": [ + { + "label": "Very good (1 point)", + "concept": "veryGood" + }, + { + "label": "Good (2 point)", + "concept": "good" + }, + { + "label": "Ok (3 point)", + "concept": "ok" + }, + { + "label": "Bad (4 point)", + "concept": "bad" + }, + { + "label": "Very bad (5 point)", + "concept": "veryBad" + } + ] + } + }, + { + "question_id": "didTheChildHaveProblemsPlayingDoingChoresHomeworkOrOtherDayToDayActivities", + "question_label": "Did the child have problems playing doing chores homework or other day to day activities", + "questionOptions": { + "concept": "didTheChildHaveProblemsPlayingDoingChoresHomeworkOrOtherDayToDayActivities", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildHaveProblemsGettingAlongWithOthers", + "question_label": "Did the child have problems getting along with others", + "questionOptions": { + "concept": "didTheChildHaveProblemsGettingAlongWithOthers", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildHaveProblemsPayingAttentionUnderstandingOrRememberingThings", + "question_label": "Did the child have problems paying attention understanding or remembering things", + "questionOptions": { + "concept": "didTheChildHaveProblemsPayingAttentionUnderstandingOrRememberingThings", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildHaveProblemsWithHisAppetiteSuchAsHavingTooLittleOrTooMuchHunger", + "question_label": "Did the child have problems with his appetite such as having too little or too much hunger", + "questionOptions": { + "concept": "didTheChildHaveProblemsWithHisAppetiteSuchAsHavingTooLittleOrTooMuchHunger", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildHaveProblemSleepingSuchAsSleepingTooMuchOrNotEnough", + "question_label": "Did the child have problem sleeping such as sleeping too much or not enough", + "questionOptions": { + "concept": "didTheChildHaveProblemSleepingSuchAsSleepingTooMuchOrNotEnough", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildComplainAboutPainOrDiscomfortWithHisOrHerBody", + "question_label": "Did the child complain about pain or discomfort with his/her body", + "questionOptions": { + "concept": "didTheChildComplainAboutPainOrDiscomfortWithHisOrHerBody", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildBehavePoorly", + "question_label": "Did the child behave poorly", + "questionOptions": { + "concept": "didTheChildBehavePoorly", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildSeekComfortAndClosenessFromSomeone", + "question_label": "Did the child seek comfort and closeness from someone", + "questionOptions": { + "concept": "didTheChildSeekComfortAndClosenessFromSomeone", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildWetTheBed", + "question_label": "Did the child wet the bed", + "questionOptions": { + "concept": "didTheChildWetTheBed", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "wasTheChildSadOrIrritable", + "question_label": "Was the child sad or irritable", + "questionOptions": { + "concept": "wasTheChildSadOrIrritable", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "wasTheChildWorriedOrScared", + "question_label": "Was the child worried or scared", + "questionOptions": { + "concept": "wasTheChildWorriedOrScared", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "hasTheChildBeenCrying", + "question_label": "Has the child been crying", + "questionOptions": { + "concept": "hasTheChildBeenCrying", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "hasTheChildBeenSuffering", + "question_label": "Has the child been suffering", + "questionOptions": { + "concept": "hasTheChildBeenSuffering", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "inGeneralHowHelpfulWereTheTherapeuticOrCounsellingSessionsForYourChild", + "question_label": "In general how helpful were the therapeutic or counselling sessions FOR YOUR CHILD", + "questionOptions": { + "concept": "inGeneralHowHelpfulWereTheTherapeuticOrCounsellingSessionsForYourChild", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "inGeneralHowHelpfulWereTheTherapeuticOrCounsellingSessionsForYou", + "question_label": "In general how helpful were the therapeutic or counselling sessions FOR YOU", + "questionOptions": { + "concept": "inGeneralHowHelpfulWereTheTherapeuticOrCounsellingSessionsForYou", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "littleInterestOrPleasureInDoingThings", + "question_label": "Little interest or pleasure in doing things", + "questionOptions": { + "concept": "eeac083f-9acd-4c04-bafc-b4266a02a3a3", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "feelingDownDepressedOrHopeless", + "question_label": "Feeling down depressed or hopeless", + "questionOptions": { + "concept": "0902dd6a-3f4e-422c-92eb-10e89cb783e2", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "troubleFallingOrStayingAsleepOrSleepingTooMuch", + "question_label": "Trouble falling or staying asleep or sleeping too much", + "questionOptions": { + "concept": "2ad5e737-fb27-44ea-bcf9-fafcbd7640fd", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "feelingTiredOrHavingLittleEnergy", + "question_label": "Feeling tired or having little energy", + "questionOptions": { + "concept": "f899935f-13f0-472e-b1dd-569ead3c63f1", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "poorAppetiteOrOvereating", + "question_label": "Poor appetite or overeating", + "questionOptions": { + "concept": "48177433-e9c0-43b7-be27-7d4992723e01", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "feelingBadAboutYourselfOrThatYouAreAFailureOrHaveLetYourselfOrYourFamilyDown", + "question_label": "Feeling bad about yourself - or that you are a failure or have let yourself or your family down", + "questionOptions": { + "concept": "eb14c9f6-8c32-4cbb-a595-66ffd72b8cdb", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "troubleConcentratingOnThingsSuchAsReadingTheNewspaperOrWatchingTelevision", + "question_label": "Trouble concentrating on things such as reading the newspaper or watching television", + "questionOptions": { + "concept": "2bf607e1-85f3-4514-9e07-e3f8caabbc57", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "movingOrSpeakingSoSlowlyThatOtherPeopleCouldHaveNoticedOrTheOppositeBeingSoFidgetyOrRestlessThatYouHaveBeenMovingAroundALotMoreThanUsual", + "question_label": "Moving or speaking so slowly that other people could have noticed Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual", + "questionOptions": { + "concept": "50fb199e-410c-40d4-bbd9-44f641d4421d", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "thoughtsThatYouWouldBeBetterOffDeadOrOfHurtingYourselfInSomeWay", + "question_label": "Thoughts that you would be better off dead or of hurting yourself in some way", + "questionOptions": { + "concept": "5723ae77-b752-404a-a5dd-5b1d8be222c4", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "depressionSeverityScale", + "question_label": "Depression severity scale", + "questionOptions": { + "concept": "ffead923-80bc-4afa-833d-7690f35bf5b0", + "answers": [ + { + "label": "No depression", + "concept": "5aa4edf5-b218-4470-b5da-ad1d88007954" + }, + { + "label": "Minimal symptoms", + "concept": "9d7d154f-e7a1-4490-b93a-85f5c2157f92" + }, + { + "label": "Minor to mild depression (or dysthymia)", + "concept": "ed7484ef-a3ea-4c95-bf59-58987c7f6d7c" + }, + { + "label": "Major depression", + "concept": "d163711c-9fcf-4050-b015-d3463b4602fa" + }, + { + "label": "Severe depression", + "concept": "0ff3a7dc-1a6e-4453-91d5-29cf6a9f790c" + } + ] + } + }, + { + "question_id": "cgiSScoreHowMentallyIllIsThePatientAtThisTime", + "question_label": "CGI-S score - How mentally ill is the patient at this time", + "questionOptions": { + "concept": "a1a75011-0fef-460a-b666-dda2d171f39b", + "answers": [ + { + "label": "- Not assessed", + "concept": "eb770ad7-b106-4255-83bd-2dc284fbd7ce" + }, + { + "label": "- Normal/not ill", + "concept": "d884d3dd-7649-4260-b139-2d740baf9767" + }, + { + "label": "- Suspected mentally ill", + "concept": "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1" + }, + { + "label": "- Mildly ill", + "concept": "c90610d0-29ee-437e-af93-7bcc49fda2f1" + }, + { + "label": "- Moderately ill", + "concept": "e81cfac7-6c80-4e1b-af86-3d896c9bbdac" + }, + { + "label": "- Markedly ill", + "concept": "cf122053-f10b-4450-89e1-ed9adabb413c" + }, + { + "label": "- Severely ill", + "concept": "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7" + }, + { + "label": "- Extremely ill patient", + "concept": "0f115f25-cdd0-49c3-b009-ba9acb041fef" + } + ] + } + }, + { + "question_id": "lastCgiSScore", + "question_label": "Last CGI-S score", + "questionOptions": { + "concept": "lastCgiSScore", + "answers": [ + { + "label": "- Not assessed", + "concept": "eb770ad7-b106-4255-83bd-2dc284fbd7ce" + }, + { + "label": "- Normal/not ill", + "concept": "d884d3dd-7649-4260-b139-2d740baf9767" + }, + { + "label": "- Suspected mentally ill", + "concept": "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1" + }, + { + "label": "- Mildly ill", + "concept": "c90610d0-29ee-437e-af93-7bcc49fda2f1" + }, + { + "label": "- Moderately ill", + "concept": "e81cfac7-6c80-4e1b-af86-3d896c9bbdac" + }, + { + "label": "- Markedly ill", + "concept": "cf122053-f10b-4450-89e1-ed9adabb413c" + }, + { + "label": "- Severely ill", + "concept": "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7" + }, + { + "label": "- Extremely ill patient", + "concept": "0f115f25-cdd0-49c3-b009-ba9acb041fef" + } + ] + } + }, + { + "question_id": "positiveFunctionalityIsThePatientCapableOfBeingIndependentCaringForThemselvesGoingToWorkOrSchoolEtc", + "question_label": "Positive functionality Is the patient capable of being independent caring for themselves (bathing/eating) going to work/school etc.", + "questionOptions": { + "concept": "00617df0-f2bb-4e9c-84b8-836c9d281a20", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "internalResourcesDoesThePatientBelieveThatTheyHaveTheAbilitiesNeededToOvercomeTheCurrentProblemOrDoTheyHaveHopeForTheirFuture", + "question_label": "Internal resources Does the patient believe that they have the abilities needed to overcome the current problem / do they have hope for their future", + "questionOptions": { + "concept": "021d9afe-7d46-406c-b450-c0cd1e251f79", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "externalResourcesDoesThePatientBelieveThatTheyHaveSomeoneWhoTheyCanRelyOnForHelpInTheirLives", + "question_label": "External resources Does the patient believe that they have someone who they can rely on for help in their lives", + "questionOptions": { + "concept": "b745fc24-46ec-433b-8df6-78bbd6733472", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "spiritualOrMoralResourcesAreThePatientsBeliefsASourceOfStrengthForThemWhenDealingWithProblems", + "question_label": "Spiritual / moral resources Are the patients beliefs a source of strength for them when dealing with problems", + "questionOptions": { + "concept": "e3babf1f-95da-4e30-9593-a37beeff8ef2", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "hasThePatientHadThoughtsOfDeathOrSuicide", + "question_label": "Has the patient had thoughts of death or suicide", + "questionOptions": { + "concept": "c2664992-8a5a-4a6d-9238-5df591307d55", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "hasThePatientHurtThemselvesOrCausedSelfHarm", + "question_label": "Has the patient hurt themselves / caused self-harm", + "questionOptions": { + "concept": "d3d978ab-da68-4672-ae0c-8270fa992a08", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "hasThePatientAttemptedSuicideOrTriedToKillThemselves", + "question_label": "Has the patient attempted suicide or tried to kill themselves", + "questionOptions": { + "concept": "a6c5188c-29f0-4d3d-8cf5-7852998df86f", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "isThePatientCurrentlyAtRiskOfHurtingHimselfOrHerselfOrAttemptingSuicide", + "question_label": "Is the patient currently at risk of hurting himself/herself or attempting suicide", + "questionOptions": { + "concept": "abede172-ba87-4ebe-8054-3afadb181ea3", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "isThePatientCurrentlyAtRiskOfHurtingOthers", + "question_label": "Is the patient currently at risk of hurting others", + "questionOptions": { + "concept": "ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "doesThePatientRegularlyUseAlcoholOrSubstancesToBecomeIntoxicated", + "question_label": "Does the patient regularly use alcohol / substances to become intoxicated", + "questionOptions": { + "concept": "d516de07-979b-411c-b7e4-bd09cf7d9d91", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "isThePatientCurrentlyOnPsychotropicOrPsychiatricMedication", + "question_label": "Is the patient currently on psychotropic / psychiatric medication", + "questionOptions": { + "concept": "5f5e126b-962f-4c92-96bc-cbb1f3f06ba3", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "prescribedBy", + "question_label": "Prescribed by", + "questionOptions": { + "concept": "d5d1e465-d663-44b4-b0e4-d9ce3eb1d5c2", + "answers": [ + { + "label": "MSF", + "concept": "74c9a7c6-e64d-4f49-b8a6-f10999eb25bc" + }, + { + "label": "Non MSF", + "concept": "77822de2-c236-4400-96f4-ee13b9334cea" + } + ] + } + }, + { + "question_id": "hasThePatientExperiencedAnActOfAggressionOrViolence", + "question_label": "Has the patient experienced an act of aggression or violence", + "questionOptions": { + "concept": "3e97c2d0-15c1-4cfd-884f-7a4721079217", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "whatTypeOfViolence1", + "question_label": "What type(s) of violence - 1", + "questionOptions": { + "concept": "6fe1e8b4-26cd-42ba-b0c2-25ee14c2813c", + "answers": [ + { + "label": "Sexual", + "concept": "51c61fb2-017e-43d7-9195-e95cc2cb9304" + }, + { + "label": "Physical", + "concept": "6473ad84-53e1-4bb0-bb25-32ac424aaa97" + }, + { + "label": "Verbal", + "concept": "58bdf548-26ee-42da-8837-8ecaf82fce1d" + }, + { + "label": "Psychological", + "concept": "5d595702-1991-47fa-bea1-8682e23c62bd" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "whatTypeOfViolence2", + "question_label": "What type(s) of violence - 2", + "questionOptions": { + "concept": "e40838bf-2180-4307-ac99-19c4cd9620fe", + "answers": [ + { + "label": "Sexual", + "concept": "51c61fb2-017e-43d7-9195-e95cc2cb9304" + }, + { + "label": "Physical", + "concept": "6473ad84-53e1-4bb0-bb25-32ac424aaa97" + }, + { + "label": "Verbal", + "concept": "58bdf548-26ee-42da-8837-8ecaf82fce1d" + }, + { + "label": "Psychological", + "concept": "5d595702-1991-47fa-bea1-8682e23c62bd" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "whatTypeOfViolence3", + "question_label": "What type(s) of violence - 3", + "questionOptions": { + "concept": "89ff29ce-72ce-496b-9a5d-4661a651a3b8", + "answers": [ + { + "label": "Sexual", + "concept": "51c61fb2-017e-43d7-9195-e95cc2cb9304" + }, + { + "label": "Physical", + "concept": "6473ad84-53e1-4bb0-bb25-32ac424aaa97" + }, + { + "label": "Verbal", + "concept": "58bdf548-26ee-42da-8837-8ecaf82fce1d" + }, + { + "label": "Psychological", + "concept": "5d595702-1991-47fa-bea1-8682e23c62bd" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "timeBetweenViolenceEventAndConsultation", + "question_label": "Time between violence event and consultation", + "questionOptions": { + "concept": "aae000c3-5242-4e3c-bd1f-7e922a6d3d34", + "answers": [ + { + "label": "< 24 hrs", + "concept": "63a236d1-add1-49ec-88c9-8e89108a71f2" + }, + { + "label": "-72hrs", + "concept": "8d9cf61e-1f64-4f25-b202-52da17e8c634" + }, + { + "label": "Less than 1 month", + "concept": "0e298528-7c8c-4724-a24f-d71ee7c1ebea" + }, + { + "label": "Less than 1 year", + "concept": "b5b58ef8-1bdf-4c14-9384-afbeb848d571" + }, + { + "label": "> 1 year", + "concept": "4a17e0a6-1add-49a6-9831-d8ad7c647ec9" + }, + { + "label": "Unknown", + "concept": "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8" + } + ] + } + }, + { + "question_id": "ifYesWouldThePatientLikeAReferralToTheMedicalDepartmentForTreatment", + "question_label": "If yes would the patient like a referral to the medical department for treatment (or midwife/maternity for sexual violence)", + "questionOptions": { + "concept": "af302eef-4738-4337-b4b9-e154adbbab49", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "medicalConditions", + "question_label": "Medical conditions", + "questionOptions": { + "concept": "0d2523ea-f175-4f37-8ece-32c28c68367a", + "answers": [ + { + "label": "Highly stigmatizing disease (HIV/AIDS FHF cancer etc.)", + "concept": "6e02debd-31eb-4112-8566-00e520835c76" + }, + { + "label": "Severe medical condition (malnutrition disability sexual or reproductive problems etc.)", + "concept": "ccd5d010-12c7-44d7-966e-c5b17c02e3a2" + }, + { + "label": "Unwanted pregnancy", + "concept": "35910034-cc37-4dd1-abb7-ce140b0eff2b" + }, + { + "label": "History of psychiatric problems", + "concept": "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d" + }, + { + "label": "Chronic disease (diabetes hypertension cancer etc.) ", + "concept": "4bf7b376-9193-4ee4-a51a-445d07d2d22b" + }, + { + "label": "Family member with a serious medical condition", + "concept": "42e8ab5a-607f-4259-a23f-9f9bac5d5b46" + } + ] + } + }, + { + "question_id": "violence", + "question_label": "Violence", + "questionOptions": { + "concept": "9b3fb5d2-e40d-434d-a755-d136cee7d5f9", + "answers": [ + { + "label": "Sexual violence within the family", + "concept": "5cccf137-2952-4c9b-b879-b4ed2a9be621" + }, + { + "label": "Sexual violence outside the family", + "concept": "dbe73631-79ae-4ab9-a3c8-65d6732c8714" + }, + { + "label": "Exposed to war", + "concept": "cf28335f-d72c-440a-afc1-bcca39b51155" + }, + { + "label": "Incarceration/detention", + "concept": "66492df1-6d26-498a-b6c7-b10931da1642" + }, + { + "label": "Hostage/kidnapping/forced recruitment", + "concept": "8917acb0-e25d-4f9e-84bb-cae9998abf35" + }, + { + "label": "Deportation", + "concept": "f279409d-71ba-41c6-8301-76ee90d239dc" + }, + { + "label": "Domestic violence", + "concept": "e25f9ca1-0b33-4765-a8c4-5da48289bda7" + }, + { + "label": "Victim of threats", + "concept": "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206" + }, + { + "label": "Victim of human trafficking or smuggling", + "concept": "5958f0fd-c755-4640-80d7-5ef0f9522b2e" + }, + { + "label": "Witness violence/killings/threats", + "concept": "107a7f52-f95d-447f-bf1a-c801e1a0082c" + }, + { + "label": "Forced to flee (IDP/refugee/migrant)", + "concept": "a8b0e025-a735-407b-b958-fe9b29c370e7" + }, + { + "label": "Target of stigma/discrimination/marginalization", + "concept": "e702655a-57af-457a-a1ae-42e31f119f80" + }, + { + "label": "Other violence (wounded/beaten/torture)", + "concept": "c80eb3f7-31b1-4717-a78d-0aac623fc129" + }, + { + "label": "Forced curfew or confinement", + "concept": "ea673f5c-5f99-4da5-9f41-92c21446de31" + }, + { + "label": "History of suicide attempts", + "concept": "160734e2-e5ed-44e9-b573-bdbb6e619e30" + }, + { + "label": "History of self-harm/mutilation", + "concept": "19408a7e-e17e-4040-adec-d6aa426564ce" + }, + { + "label": "Family members lived a violent experience", + "concept": "5a462534-7605-4137-8d5c-503584538eb4" + }, + { + "label": "Adult forced marriage ", + "concept": "a725a884-e785-4c08-b08a-386d8652faaf" + }, + { + "label": "Child marriage", + "concept": "cf6a1837-ad3a-4efc-b99f-4c7679a171d6" + } + ] + } + }, + { + "question_id": "separationOrLoss", + "question_label": "Separation or loss", + "questionOptions": { + "concept": "edab07a2-b620-4e56-a079-af7fc9449039", + "answers": [ + { + "label": "Family member killed or missing (arrested / detained / disappeared) ", + "concept": "4e3ab089-6a99-4e15-8883-3c49a150e6c6" + }, + { + "label": "Unaccompanied minor or orphaned", + "concept": "b10b3c8c-2f11-4f0e-9f45-2959a45997c8" + }, + { + "label": "Negligence of caretakers", + "concept": "f2be320d-7757-4525-bcb0-6005368982d7" + }, + { + "label": "Property destroyed or lost", + "concept": "979b6137-2d14-412d-8e07-d3f2a1743deb" + }, + { + "label": "Loss of income", + "concept": "c88d3256-f445-4eee-8aac-c31542386f23" + }, + { + "label": "Death of family member (natural or accidental death)", + "concept": "a98876f1-98f2-4821-b7d4-e2510b4ac3f1" + }, + { + "label": "Relationship problems", + "concept": "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e" + }, + { + "label": "Divorce/separation", + "concept": "c461d1ad-5f8e-4e67-bcc7-70e4765640f1" + }, + { + "label": "Migration due to financial reasons", + "concept": "dca34aab-8ed4-4d8c-9dc6-7e6862e91504" + } + ] + } + }, + { + "question_id": "disaster", + "question_label": "Disaster", + "questionOptions": { + "concept": "4267a98b-e8c1-4471-8afa-928be2599f66", + "answers": [ + { + "label": "Natural disaster (earthquake tsunami flood hurricane etc.)", + "concept": "02dd014e-f5c7-443f-b9e7-053fdd27ce8d" + }, + { + "label": "Road accident", + "concept": "9e0945eb-68f0-4d1c-a421-27f46fa41eaa" + } + ] + } + }, + { + "question_id": "other", + "question_label": "Other", + "questionOptions": { + "concept": "af96ffd7-e0f3-487f-98a0-ef4dee327b38", + "answers": [ + { + "label": "Financial problems", + "concept": "e6957cdb-3694-4ab6-b98b-2031c02b4460" + }, + { + "label": "Difficult living conditions", + "concept": "cd22a8af-1506-47af-9d1b-325c31c230a8" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "mainPastOrPrecipitatingEvents1", + "question_label": "Main past or precipitating events - 1", + "questionOptions": { + "concept": "d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608", + "answers": [ + { + "label": "Highly stigmatizing disease (HIV/AIDS FHF cancer etc.)", + "concept": "6e02debd-31eb-4112-8566-00e520835c76" + }, + { + "label": "Severe medical condition (malnutrition disability sexual or reproductive problems etc.)", + "concept": "ccd5d010-12c7-44d7-966e-c5b17c02e3a2" + }, + { + "label": "Unwanted pregnancy", + "concept": "35910034-cc37-4dd1-abb7-ce140b0eff2b" + }, + { + "label": "History of psychiatric problems", + "concept": "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d" + }, + { + "label": "Chronic disease (diabetes hypertension cancer etc.) ", + "concept": "4bf7b376-9193-4ee4-a51a-445d07d2d22b" + }, + { + "label": "Family member with a serious medical condition", + "concept": "42e8ab5a-607f-4259-a23f-9f9bac5d5b46" + }, + { + "label": "Sexual violence within the family", + "concept": "5cccf137-2952-4c9b-b879-b4ed2a9be621" + }, + { + "label": "Sexual violence outside the family", + "concept": "dbe73631-79ae-4ab9-a3c8-65d6732c8714" + }, + { + "label": "Exposed to war", + "concept": "cf28335f-d72c-440a-afc1-bcca39b51155" + }, + { + "label": "Incarceration/detention", + "concept": "66492df1-6d26-498a-b6c7-b10931da1642" + }, + { + "label": "Hostage/kidnapping/forced recruitment", + "concept": "8917acb0-e25d-4f9e-84bb-cae9998abf35" + }, + { + "label": "Deportation", + "concept": "f279409d-71ba-41c6-8301-76ee90d239dc" + }, + { + "label": "Domestic violence", + "concept": "e25f9ca1-0b33-4765-a8c4-5da48289bda7" + }, + { + "label": "Victim of threats", + "concept": "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206" + }, + { + "label": "Victim of human trafficking or smuggling", + "concept": "5958f0fd-c755-4640-80d7-5ef0f9522b2e" + }, + { + "label": "Witness violence/killings/threats", + "concept": "107a7f52-f95d-447f-bf1a-c801e1a0082c" + }, + { + "label": "Forced to flee (IDP/refugee/migrant)", + "concept": "a8b0e025-a735-407b-b958-fe9b29c370e7" + }, + { + "label": "Target of stigma/discrimination/marginalization", + "concept": "e702655a-57af-457a-a1ae-42e31f119f80" + }, + { + "label": "Other violence (wounded/beaten/torture)", + "concept": "c80eb3f7-31b1-4717-a78d-0aac623fc129" + }, + { + "label": "Forced curfew or confinement", + "concept": "ea673f5c-5f99-4da5-9f41-92c21446de31" + }, + { + "label": "History of suicide attempts", + "concept": "160734e2-e5ed-44e9-b573-bdbb6e619e30" + }, + { + "label": "History of self-harm/mutilation", + "concept": "19408a7e-e17e-4040-adec-d6aa426564ce" + }, + { + "label": "Family members lived a violent experience", + "concept": "5a462534-7605-4137-8d5c-503584538eb4" + }, + { + "label": "Adult forced marriage ", + "concept": "a725a884-e785-4c08-b08a-386d8652faaf" + }, + { + "label": "Child marriage", + "concept": "cf6a1837-ad3a-4efc-b99f-4c7679a171d6" + }, + { + "label": "Family member killed or missing (arrested / detained / disappeared) ", + "concept": "4e3ab089-6a99-4e15-8883-3c49a150e6c6" + }, + { + "label": "Unaccompanied minor or orphaned", + "concept": "b10b3c8c-2f11-4f0e-9f45-2959a45997c8" + }, + { + "label": "Negligence of caretakers", + "concept": "f2be320d-7757-4525-bcb0-6005368982d7" + }, + { + "label": "Property destroyed or lost", + "concept": "979b6137-2d14-412d-8e07-d3f2a1743deb" + }, + { + "label": "Loss of income", + "concept": "c88d3256-f445-4eee-8aac-c31542386f23" + }, + { + "label": "Death of family member (natural or accidental death)", + "concept": "a98876f1-98f2-4821-b7d4-e2510b4ac3f1" + }, + { + "label": "Relationship problems", + "concept": "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e" + }, + { + "label": "Divorce/separation", + "concept": "c461d1ad-5f8e-4e67-bcc7-70e4765640f1" + }, + { + "label": "Migration due to financial reasons", + "concept": "dca34aab-8ed4-4d8c-9dc6-7e6862e91504" + }, + { + "label": "Natural disaster (earthquake tsunami flood hurricane etc.)", + "concept": "02dd014e-f5c7-443f-b9e7-053fdd27ce8d" + }, + { + "label": "Road accident", + "concept": "9e0945eb-68f0-4d1c-a421-27f46fa41eaa" + }, + { + "label": "Financial problems", + "concept": "e6957cdb-3694-4ab6-b98b-2031c02b4460" + }, + { + "label": "Difficult living conditions", + "concept": "cd22a8af-1506-47af-9d1b-325c31c230a8" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "mainPastOrPrecipitatingEvents2", + "question_label": "Main past or precipitating events - 2", + "questionOptions": { + "concept": "54a9b20e-bce5-4d4a-8c9c-e0248a182586", + "answers": [ + { + "label": "Highly stigmatizing disease (HIV/AIDS FHF cancer etc.)", + "concept": "6e02debd-31eb-4112-8566-00e520835c76" + }, + { + "label": "Severe medical condition (malnutrition disability sexual or reproductive problems etc.)", + "concept": "ccd5d010-12c7-44d7-966e-c5b17c02e3a2" + }, + { + "label": "Unwanted pregnancy", + "concept": "35910034-cc37-4dd1-abb7-ce140b0eff2b" + }, + { + "label": "History of psychiatric problems", + "concept": "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d" + }, + { + "label": "Chronic disease (diabetes hypertension cancer etc.) ", + "concept": "4bf7b376-9193-4ee4-a51a-445d07d2d22b" + }, + { + "label": "Family member with a serious medical condition", + "concept": "42e8ab5a-607f-4259-a23f-9f9bac5d5b46" + }, + { + "label": "Sexual violence within the family", + "concept": "5cccf137-2952-4c9b-b879-b4ed2a9be621" + }, + { + "label": "Sexual violence outside the family", + "concept": "dbe73631-79ae-4ab9-a3c8-65d6732c8714" + }, + { + "label": "Exposed to war", + "concept": "cf28335f-d72c-440a-afc1-bcca39b51155" + }, + { + "label": "Incarceration/detention", + "concept": "66492df1-6d26-498a-b6c7-b10931da1642" + }, + { + "label": "Hostage/kidnapping/forced recruitment", + "concept": "8917acb0-e25d-4f9e-84bb-cae9998abf35" + }, + { + "label": "Deportation", + "concept": "f279409d-71ba-41c6-8301-76ee90d239dc" + }, + { + "label": "Domestic violence", + "concept": "e25f9ca1-0b33-4765-a8c4-5da48289bda7" + }, + { + "label": "Victim of threats", + "concept": "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206" + }, + { + "label": "Victim of human trafficking or smuggling", + "concept": "5958f0fd-c755-4640-80d7-5ef0f9522b2e" + }, + { + "label": "Witness violence/killings/threats", + "concept": "107a7f52-f95d-447f-bf1a-c801e1a0082c" + }, + { + "label": "Forced to flee (IDP/refugee/migrant)", + "concept": "a8b0e025-a735-407b-b958-fe9b29c370e7" + }, + { + "label": "Target of stigma/discrimination/marginalization", + "concept": "e702655a-57af-457a-a1ae-42e31f119f80" + }, + { + "label": "Other violence (wounded/beaten/torture)", + "concept": "c80eb3f7-31b1-4717-a78d-0aac623fc129" + }, + { + "label": "Forced curfew or confinement", + "concept": "ea673f5c-5f99-4da5-9f41-92c21446de31" + }, + { + "label": "History of suicide attempts", + "concept": "160734e2-e5ed-44e9-b573-bdbb6e619e30" + }, + { + "label": "History of self-harm/mutilation", + "concept": "19408a7e-e17e-4040-adec-d6aa426564ce" + }, + { + "label": "Family members lived a violent experience", + "concept": "5a462534-7605-4137-8d5c-503584538eb4" + }, + { + "label": "Adult forced marriage ", + "concept": "a725a884-e785-4c08-b08a-386d8652faaf" + }, + { + "label": "Child marriage", + "concept": "cf6a1837-ad3a-4efc-b99f-4c7679a171d6" + }, + { + "label": "Family member killed or missing (arrested / detained / disappeared) ", + "concept": "4e3ab089-6a99-4e15-8883-3c49a150e6c6" + }, + { + "label": "Unaccompanied minor or orphaned", + "concept": "b10b3c8c-2f11-4f0e-9f45-2959a45997c8" + }, + { + "label": "Negligence of caretakers", + "concept": "f2be320d-7757-4525-bcb0-6005368982d7" + }, + { + "label": "Property destroyed or lost", + "concept": "979b6137-2d14-412d-8e07-d3f2a1743deb" + }, + { + "label": "Loss of income", + "concept": "c88d3256-f445-4eee-8aac-c31542386f23" + }, + { + "label": "Death of family member (natural or accidental death)", + "concept": "a98876f1-98f2-4821-b7d4-e2510b4ac3f1" + }, + { + "label": "Relationship problems", + "concept": "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e" + }, + { + "label": "Divorce/separation", + "concept": "c461d1ad-5f8e-4e67-bcc7-70e4765640f1" + }, + { + "label": "Migration due to financial reasons", + "concept": "dca34aab-8ed4-4d8c-9dc6-7e6862e91504" + }, + { + "label": "Natural disaster (earthquake tsunami flood hurricane etc.)", + "concept": "02dd014e-f5c7-443f-b9e7-053fdd27ce8d" + }, + { + "label": "Road accident", + "concept": "9e0945eb-68f0-4d1c-a421-27f46fa41eaa" + }, + { + "label": "Financial problems", + "concept": "e6957cdb-3694-4ab6-b98b-2031c02b4460" + }, + { + "label": "Difficult living conditions", + "concept": "cd22a8af-1506-47af-9d1b-325c31c230a8" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "mainPastOrPrecipitatingEvents3", + "question_label": "Main past or precipitating events - 3", + "questionOptions": { + "concept": "e0d4e006-85b5-41cb-8a21-e013b1978b8b", + "answers": [ + { + "label": "Highly stigmatizing disease (HIV/AIDS FHF cancer etc.)", + "concept": "6e02debd-31eb-4112-8566-00e520835c76" + }, + { + "label": "Severe medical condition (malnutrition disability sexual or reproductive problems etc.)", + "concept": "ccd5d010-12c7-44d7-966e-c5b17c02e3a2" + }, + { + "label": "Unwanted pregnancy", + "concept": "35910034-cc37-4dd1-abb7-ce140b0eff2b" + }, + { + "label": "History of psychiatric problems", + "concept": "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d" + }, + { + "label": "Chronic disease (diabetes hypertension cancer etc.) ", + "concept": "4bf7b376-9193-4ee4-a51a-445d07d2d22b" + }, + { + "label": "Family member with a serious medical condition", + "concept": "42e8ab5a-607f-4259-a23f-9f9bac5d5b46" + }, + { + "label": "Sexual violence within the family", + "concept": "5cccf137-2952-4c9b-b879-b4ed2a9be621" + }, + { + "label": "Sexual violence outside the family", + "concept": "dbe73631-79ae-4ab9-a3c8-65d6732c8714" + }, + { + "label": "Exposed to war", + "concept": "cf28335f-d72c-440a-afc1-bcca39b51155" + }, + { + "label": "Incarceration/detention", + "concept": "66492df1-6d26-498a-b6c7-b10931da1642" + }, + { + "label": "Hostage/kidnapping/forced recruitment", + "concept": "8917acb0-e25d-4f9e-84bb-cae9998abf35" + }, + { + "label": "Deportation", + "concept": "f279409d-71ba-41c6-8301-76ee90d239dc" + }, + { + "label": "Domestic violence", + "concept": "e25f9ca1-0b33-4765-a8c4-5da48289bda7" + }, + { + "label": "Victim of threats", + "concept": "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206" + }, + { + "label": "Victim of human trafficking or smuggling", + "concept": "5958f0fd-c755-4640-80d7-5ef0f9522b2e" + }, + { + "label": "Witness violence/killings/threats", + "concept": "107a7f52-f95d-447f-bf1a-c801e1a0082c" + }, + { + "label": "Forced to flee (IDP/refugee/migrant)", + "concept": "a8b0e025-a735-407b-b958-fe9b29c370e7" + }, + { + "label": "Target of stigma/discrimination/marginalization", + "concept": "e702655a-57af-457a-a1ae-42e31f119f80" + }, + { + "label": "Other violence (wounded/beaten/torture)", + "concept": "c80eb3f7-31b1-4717-a78d-0aac623fc129" + }, + { + "label": "Forced curfew or confinement", + "concept": "ea673f5c-5f99-4da5-9f41-92c21446de31" + }, + { + "label": "History of suicide attempts", + "concept": "160734e2-e5ed-44e9-b573-bdbb6e619e30" + }, + { + "label": "History of self-harm/mutilation", + "concept": "19408a7e-e17e-4040-adec-d6aa426564ce" + }, + { + "label": "Family members lived a violent experience", + "concept": "5a462534-7605-4137-8d5c-503584538eb4" + }, + { + "label": "Adult forced marriage ", + "concept": "a725a884-e785-4c08-b08a-386d8652faaf" + }, + { + "label": "Child marriage", + "concept": "cf6a1837-ad3a-4efc-b99f-4c7679a171d6" + }, + { + "label": "Family member killed or missing (arrested / detained / disappeared) ", + "concept": "4e3ab089-6a99-4e15-8883-3c49a150e6c6" + }, + { + "label": "Unaccompanied minor or orphaned", + "concept": "b10b3c8c-2f11-4f0e-9f45-2959a45997c8" + }, + { + "label": "Negligence of caretakers", + "concept": "f2be320d-7757-4525-bcb0-6005368982d7" + }, + { + "label": "Property destroyed or lost", + "concept": "979b6137-2d14-412d-8e07-d3f2a1743deb" + }, + { + "label": "Loss of income", + "concept": "c88d3256-f445-4eee-8aac-c31542386f23" + }, + { + "label": "Death of family member (natural or accidental death)", + "concept": "a98876f1-98f2-4821-b7d4-e2510b4ac3f1" + }, + { + "label": "Relationship problems", + "concept": "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e" + }, + { + "label": "Divorce/separation", + "concept": "c461d1ad-5f8e-4e67-bcc7-70e4765640f1" + }, + { + "label": "Migration due to financial reasons", + "concept": "dca34aab-8ed4-4d8c-9dc6-7e6862e91504" + }, + { + "label": "Natural disaster (earthquake tsunami flood hurricane etc.)", + "concept": "02dd014e-f5c7-443f-b9e7-053fdd27ce8d" + }, + { + "label": "Road accident", + "concept": "9e0945eb-68f0-4d1c-a421-27f46fa41eaa" + }, + { + "label": "Financial problems", + "concept": "e6957cdb-3694-4ab6-b98b-2031c02b4460" + }, + { + "label": "Difficult living conditions", + "concept": "cd22a8af-1506-47af-9d1b-325c31c230a8" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "mainCategoryOfPrecipitatingEvent", + "question_label": "Main category of precipitating event", + "questionOptions": { + "concept": "c1a3ed2d-6d9a-453d-9d93-749164a76413", + "answers": [ + { + "label": "Medical Conditions", + "concept": "e8846576-7fae-4ae1-b747-48eccd524d4d" + }, + { + "label": "Violence", + "concept": "0d56f886-875b-4932-a0c2-cde2886a286c" + }, + { + "label": "Separation or Loss", + "concept": "2e8cee73-d7ec-490f-8422-30bc7615e24d" + }, + { + "label": "Disaster", + "concept": "73fcb975-b93d-4de6-bd42-dfeb1a221412" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "followUpSessionRequired", + "question_label": "Follow up session required (If no fill the Exit form)", + "questionOptions": { + "concept": "5f6e245c-83fc-421b-8d46-061ac773ae71", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "referralDone", + "question_label": "Referral done", + "questionOptions": { + "concept": "6d3876be-0a27-466d-ad58-92edcc8c31fb", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "typeOfReferral", + "question_label": "Type of referral", + "questionOptions": { + "concept": "8fb3bb7d-c935-4b57-8444-1b953470e109", + "answers": [ + { + "label": "Medical care (MSF MoH NGO)", + "concept": "5f121c90-eca2-4af4-bc2f-49ad1a50ff2e" + }, + { + "label": "MSF psychiatric services", + "concept": "485939c5-1e77-4495-b5e1-77fb2abbcfd7" + }, + { + "label": "Non-MSF psychiatrist services", + "concept": "489b042d-5ed4-436f-944c-27b7f31bef3f" + }, + { + "label": "Social services", + "concept": "978fa5d2-e6c4-4b2a-a293-73c098de0af6" + }, + { + "label": "Legal services", + "concept": "8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445" + }, + { + "label": "Protection services", + "concept": "eff27d0b-d485-4983-814f-febbc4fe185a" + }, + { + "label": "Hospitalisation", + "concept": "6b8fca2d-0147-4dd8-a8f5-3b813152b952" + }, + { + "label": "CHW", + "concept": "9bcbf231-c6ca-41c4-b247-bc4bced260c3" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + } +] From 1ec7f0543a276222f8b9564b098e3c22aa0e5804 Mon Sep 17 00:00:00 2001 From: Aisha Hassen <167166847+AishaHassen@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:40:26 +0300 Subject: [PATCH 44/61] Create all_questions_answers.json --- .../omrs-form-generation-jsons/all_questions_answers.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 sample-data/omrs-form-generation-jsons/all_questions_answers.json diff --git a/sample-data/omrs-form-generation-jsons/all_questions_answers.json b/sample-data/omrs-form-generation-jsons/all_questions_answers.json new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/sample-data/omrs-form-generation-jsons/all_questions_answers.json @@ -0,0 +1 @@ + From a526af01c5ee22e74570143f83553d28a71fab0d Mon Sep 17 00:00:00 2001 From: Aisha Hassen <167166847+AishaHassen@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:41:01 +0300 Subject: [PATCH 45/61] Update all_questions_answers.json --- .../all_questions_answers.json | 3352 ++++++++++++++++- 1 file changed, 3351 insertions(+), 1 deletion(-) diff --git a/sample-data/omrs-form-generation-jsons/all_questions_answers.json b/sample-data/omrs-form-generation-jsons/all_questions_answers.json index 8b13789..9338ee4 100644 --- a/sample-data/omrs-form-generation-jsons/all_questions_answers.json +++ b/sample-data/omrs-form-generation-jsons/all_questions_answers.json @@ -1 +1,3351 @@ - +[ + { + "question_id": "admissionType", + "question_label": "Admission type", + "questionOptions": { + "concept": "4dae5b12-070f-4153-b1ca-fbec906106e1", + "answers": [ + { + "label": "New admission", + "concept": "9f2fe30f-a8f0-49ba-82e4-71c232259130" + }, + { + "label": "Readmission", + "concept": "e4e42ecd-196b-4aa8-a265-bfbed09d77cf" + } + ] + } + }, + { + "question_id": "sex", + "question_label": "Sex", + "questionOptions": { + "concept": "ec42d68d-3e23-43de-b8c5-a03bb538e7c7", + "answers": [ + { + "label": "Male", + "concept": "625baaf5-ba75-4c23-bdef-283fd47c34db" + }, + { + "label": "Female", + "concept": "2ded9cfb-c089-4e1c-b032-7aa4a17882f7" + }, + { + "label": "Transgender male", + "concept": "37ccc7b5-0d1d-48d3-87a6-aee614bb500f" + }, + { + "label": "Transgender female", + "concept": "1226d253-376f-4e73-9ae2-36c7e9362e8b" + }, + { + "label": "Gender variant - Non conforming", + "concept": "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0" + }, + { + "label": "Prefer not to answer", + "concept": "245151ca-691e-4d5a-a792-64cb573e2b34" + }, + { + "label": "Unknown", + "concept": "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8" + } + ] + } + }, + { + "question_id": "typeOfConsultation", + "question_label": "Type of consultation", + "questionOptions": { + "concept": "1a8bf24f-4f36-4971-aad9-ae77f3525738", + "answers": [ + { + "label": "Individual", + "concept": "96223dc7-6959-4ea5-a362-c0246d858c87" + }, + { + "label": "Couple", + "concept": "61b32a22-acef-4141-9faa-9c236cdfa978" + }, + { + "label": "Family", + "concept": "f16d5d76-155b-453d-bd60-ea8ee4d344e9" + }, + { + "label": "Parent-Child", + "concept": "c39eaa06-6506-49f0-9c4f-c96fa957f9cd" + } + ] + } + }, + { + "question_id": "consultationDoneBy", + "question_label": "Consultation done by", + "questionOptions": { + "concept": "722dd83a-c1cf-48ad-ac99-45ac131ccc96", + "answers": [ + { + "label": "Psychologist", + "concept": "278401ee-3d6f-4c65-9455-f1c16d0a7a98" + }, + { + "label": "Counsellor", + "concept": "fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331" + } + ] + } + }, + { + "question_id": "locationOfIntervention", + "question_label": "Location of intervention", + "questionOptions": { + "concept": "82978311-bef9-46f9-9a9a-cc62254b00a6", + "answers": [ + { + "label": "Health facility", + "concept": "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d" + }, + { + "label": "MSF health facility", + "concept": "41e68dee-a2a3-4e6c-9d96-53def5caff52" + }, + { + "label": "Mobile clinic", + "concept": "48984e47-3e9b-4d8e-a66d-317af5c36f02" + }, + { + "label": "Home visit", + "concept": "bd5bf44b-164c-415c-8bff-b1d4849928d3" + }, + { + "label": "School visit", + "concept": "7091b6ea-7067-4ee3-9f67-8805904e2f61" + }, + { + "label": "Remote / phone", + "concept": "398ce872-5862-4826-bba8-826915eddf98" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "typeOfIntervention", + "question_label": "Type of intervention", + "questionOptions": { + "concept": "82d1fcad-d1be-4ea2-a66c-c872fb4825b4", + "answers": [ + { + "label": "Counselling", + "concept": "08c534b7-c901-46fb-9831-50ecfcd74d1b" + }, + { + "label": "Psychotherapy", + "concept": "aa9c5d82-1ebf-43c7-9218-6766c4affbc4" + } + ] + } + }, + { + "question_id": "patientReferredBy", + "question_label": "Patient referred by", + "questionOptions": { + "concept": "c3c86c1b-07be-4506-ab25-8f35f4389b19", + "answers": [ + { + "label": "IPD MSF", + "concept": "d17350e6-12de-4454-b902-58c2fc1e59aa" + }, + { + "label": "Emergency department MSF", + "concept": "c709f78b-5787-4c7e-b5bd-66aad28f7ff4" + }, + { + "label": "Primary Health Center MSF", + "concept": "82815438-a49d-48d7-a67f-dd294aa3c1e2" + }, + { + "label": "Health Promotion/sensitization", + "concept": "edb619d5-309f-45db-9521-70fcc22b30aa" + }, + { + "label": "Other MSF personnel", + "concept": "200a3de4-00a7-4a2e-a113-852013d6f4c5" + }, + { + "label": "MSF social worker", + "concept": "92f7c3e2-89e1-4ebd-9da9-7c2976de815c" + }, + { + "label": "Other health structure", + "concept": "923c6b39-4094-45e4-95ab-b44f7a381980" + }, + { + "label": "Local health worker (non-MSF)", + "concept": "54054512-7317-45c4-9494-f74be6ab4549" + }, + { + "label": "Institutions (NGOs/Church/IGO)", + "concept": "f9688da4-cdcf-4cb3-90c2-263812fa064f" + }, + { + "label": "Self-referral", + "concept": "8d9386b1-a641-4155-9822-7a06a16aa8e8" + }, + { + "label": "Family member / friend /neighbor", + "concept": "a8432309-bc74-4da0-8639-76988c02cbb5" + }, + { + "label": "Community leader", + "concept": "8b93d848-9e20-41b3-94e5-895a356e5ed7" + }, + { + "label": "School / University", + "concept": "98b1e458-2d46-4025-b912-7340f9d39610" + }, + { + "label": "Authorities", + "concept": "80575f44-be81-4694-aba4-012999328339" + }, + { + "label": "Legal attorney office", + "concept": "14940a46-5cce-4744-ac2a-c2d1fdc64e11" + }, + { + "label": "Prosecutor office", + "concept": "b989e916-8299-40f6-9a92-c0c8d8e70f20" + }, + { + "label": "Forensic department", + "concept": "f85b0def-4af3-4901-839d-0a9dc8ace318" + }, + { + "label": "CHOW (Community Health Outreach Worker)", + "concept": "127bfdc9-8059-4421-a3cc-967bfbfee0ce" + }, + { + "label": "Community educator", + "concept": "410a0731-cb41-4181-9897-6eb9894bf7b8" + } + ] + } + }, + { + "question_id": "psychosomatic", + "question_label": "Psychosomatic", + "questionOptions": { + "concept": "c899d33a-adde-4c70-ad65-2326b8843e3b", + "answers": [ + { + "label": "Body pain or complaints (headache palpitations breathing problems gastrointestinal etc.)", + "concept": "464c68b7-0fb0-495c-b931-0c1732b60397" + }, + { + "label": "Eating problems", + "concept": "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093" + }, + { + "label": "Sleeping problems", + "concept": "42966954-f43f-4564-bc59-d9d133e53a75" + }, + { + "label": "Bedwetting / retention problems", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Sexual problems", + "concept": "3ba98736-982f-4d9c-a675-f83b180a9f28" + }, + { + "label": "Unexplained physical reaction (non-epileptic seizures paralysis unable to walk unexplained fainting)", + "concept": "28adad48-b45b-46a4-ae94-4cca6118047e" + } + ] + } + }, + { + "question_id": "depressionRelated", + "question_label": "Depression related", + "questionOptions": { + "concept": "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", + "answers": [ + { + "label": "Sad mood", + "concept": "7f4699e5-e70a-49fb-bf34-c09afa867fdc" + }, + { + "label": "Irritability / anger", + "concept": "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0" + }, + { + "label": "Loss of interest / anhedonia", + "concept": "51061bb9-6084-4bb3-b83b-5c234e45b09c" + }, + { + "label": "Hopelessness", + "concept": "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f" + }, + { + "label": "Guilt/self-blame/worthlessness", + "concept": "e8166325-9ddc-4739-9452-da63ee7862d2" + }, + { + "label": "Current suicidal thoughts", + "concept": "4f8f7343-f191-4483-bcf9-c60027a6eca8" + }, + { + "label": "Recent suicidal attempt", + "concept": "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca" + }, + { + "label": "Recent self-harm", + "concept": "003b425a-d8c3-47ed-bbde-45a7c180c0a4" + }, + { + "label": "Changes in appetite", + "concept": "ce47585c-fa23-4de3-9e3a-97f5eb309e72" + } + ] + } + }, + { + "question_id": "anxietyRelated", + "question_label": "Anxiety related", + "questionOptions": { + "concept": "241b3278-3803-478b-8484-70e2b17e5543", + "answers": [ + { + "label": "Constant stress", + "concept": "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd" + }, + { + "label": "Persistent worry", + "concept": "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb" + }, + { + "label": "Intense fear / phobia / feeling threatened", + "concept": "ae1ab702-fa58-4648-95e4-acca5c9078f7" + }, + { + "label": "Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "concept": "473f0ea3-92e5-4a99-bbe0-358e371355ee" + }, + { + "label": "Compulsive or repetitive behavior", + "concept": "4fa8e185-3ce6-4bbf-92c4-12e069dc9631" + } + ] + } + }, + { + "question_id": "traumaRelated", + "question_label": "Trauma related", + "questionOptions": { + "concept": "3a0c003c-9149-4a5f-a236-ed5d61231950", + "answers": [ + { + "label": "Intrusive feelings thoughts", + "concept": "ecf185bf-e3a3-4c46-948b-13dd0ddd1487" + }, + { + "label": "Flashbacks", + "concept": "c60a75c9-2ee9-4fb2-af53-6d730e45f074" + }, + { + "label": "Avoidance of traumatic stimuli", + "concept": "94083de5-2603-4b26-a6d8-ec4459f9eced" + }, + { + "label": "Hypervigilance / excessive startle response", + "concept": "06a3663d-f7c7-451d-a2e5-1daedfa7abb5" + }, + { + "label": "Trauma-related hallucinations (hearing voices associated with the traumatic event seeing dead persons as cultural expression of distress)", + "concept": "e5f10e57-9d21-4d27-b2c9-e03aa535b76a" + }, + { + "label": "Child has stopped talking", + "concept": "96eca5fb-417d-4fdb-ab32-e701eb0f8e21" + } + ] + } + }, + { + "question_id": "psychosisRelated", + "question_label": "Psychosis related", + "questionOptions": { + "concept": "612c130a-0ae9-4565-af09-b5437334c742", + "answers": [ + { + "label": "Delusions (false beliefs)", + "concept": "452fa7bf-ea9a-4057-bf15-bbc6c52284d4" + }, + { + "label": "Visual hallucinations", + "concept": "c841b5eb-e2d8-49c9-9f1b-43944d9980e6" + }, + { + "label": "Auditory hallucinations", + "concept": "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1" + }, + { + "label": "Disorganized thought /speech", + "concept": "dfaf113c-72f2-4865-81c9-31aba9e95a74" + }, + { + "label": "Bizarre behavior", + "concept": "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f" + }, + { + "label": "Psychotic agitation", + "concept": "cda4f471-1da9-4192-8f26-ecec35775d5a" + } + ] + } + }, + { + "question_id": "neurocognitiveProblems", + "question_label": "Neurocognitive problems", + "questionOptions": { + "concept": "a5b552b6-44db-42f1-a436-6f2f12de471e", + "answers": [ + { + "label": "Problems with concentration memory or reasoning", + "concept": "44274d50-bb85-4f20-9b55-d08f60343c38" + }, + { + "label": "Delayed development (milestones)", + "concept": "66e446ee-8f82-4f2a-808f-00d664ac92de" + }, + { + "label": "Abnormal social interaction and communication", + "concept": "08e5f461-0f71-4d23-95a0-1e4ae3d141ab" + }, + { + "label": "Learning difficulties", + "concept": "9240ed56-8ba2-4ef2-b42f-e84179fcc333" + }, + { + "label": "Epileptic seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + } + ] + } + }, + { + "question_id": "behaviorProblems", + "question_label": "Behavior problems", + "questionOptions": { + "concept": "5b271a75-d44b-466a-8baf-71153dc1895c", + "answers": [ + { + "label": "Alcohol / substance abuse", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Aggressiveness", + "concept": "977e8c6f-befa-4af3-87e1-1d29a57450c1" + }, + { + "label": "Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Hypo- or hyperactivity", + "concept": "520eccda-99f4-4cab-950b-260cfe3ab767" + }, + { + "label": "Impulsivity", + "concept": "12723e41-2955-4917-971c-7f05849412d7" + }, + { + "label": "Regression in development", + "concept": "c09cde65-4fa8-47bc-b795-06ccf0be1d8b" + }, + { + "label": "Social withdrawal (isolation/reduced attachment/involvement)", + "concept": "07ff1a8a-2a0b-4e28-83ec-8c82f0681738" + } + ] + } + }, + { + "question_id": "otherSymptoms", + "question_label": "Other symptoms", + "questionOptions": { + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002", + "answers": [ + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "currentSymptomsOrComplaints1", + "question_label": "Current symptoms or complaints 1", + "questionOptions": { + "concept": "45b39cbf-0fb2-4682-8544-8aaf3e07a744", + "answers": [ + { + "label": "Body pain or complaints (headache palpitations breathing problems gastrointestinal etc.)", + "concept": "464c68b7-0fb0-495c-b931-0c1732b60397" + }, + { + "label": "Eating problems", + "concept": "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093" + }, + { + "label": "Sleeping problems", + "concept": "42966954-f43f-4564-bc59-d9d133e53a75" + }, + { + "label": "Bedwetting / retention problems", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Sexual problems", + "concept": "3ba98736-982f-4d9c-a675-f83b180a9f28" + }, + { + "label": "Unexplained physical reaction (non-epileptic seizures paralysis unable to walk unexplained fainting)", + "concept": "28adad48-b45b-46a4-ae94-4cca6118047e" + }, + { + "label": "Sad mood", + "concept": "7f4699e5-e70a-49fb-bf34-c09afa867fdc" + }, + { + "label": "Irritability / anger", + "concept": "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0" + }, + { + "label": "Loss of interest / anhedonia", + "concept": "51061bb9-6084-4bb3-b83b-5c234e45b09c" + }, + { + "label": "Hopelessness", + "concept": "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f" + }, + { + "label": "Guilt/self-blame/worthlessness", + "concept": "e8166325-9ddc-4739-9452-da63ee7862d2" + }, + { + "label": "Current suicidal thoughts", + "concept": "4f8f7343-f191-4483-bcf9-c60027a6eca8" + }, + { + "label": "Recent suicidal attempt", + "concept": "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca" + }, + { + "label": "Recent self-harm", + "concept": "003b425a-d8c3-47ed-bbde-45a7c180c0a4" + }, + { + "label": "Changes in appetite", + "concept": "ce47585c-fa23-4de3-9e3a-97f5eb309e72" + }, + { + "label": "Constant stress", + "concept": "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd" + }, + { + "label": "Persistent worry", + "concept": "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb" + }, + { + "label": "Intense fear / phobia / feeling threatened", + "concept": "ae1ab702-fa58-4648-95e4-acca5c9078f7" + }, + { + "label": "Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "concept": "473f0ea3-92e5-4a99-bbe0-358e371355ee" + }, + { + "label": "Compulsive or repetitive behavior", + "concept": "4fa8e185-3ce6-4bbf-92c4-12e069dc9631" + }, + { + "label": "Intrusive feelings thoughts", + "concept": "ecf185bf-e3a3-4c46-948b-13dd0ddd1487" + }, + { + "label": "Flashbacks", + "concept": "c60a75c9-2ee9-4fb2-af53-6d730e45f074" + }, + { + "label": "Avoidance of traumatic stimuli", + "concept": "94083de5-2603-4b26-a6d8-ec4459f9eced" + }, + { + "label": "Hypervigilance / excessive startle response", + "concept": "06a3663d-f7c7-451d-a2e5-1daedfa7abb5" + }, + { + "label": "Trauma-related hallucinations (hearing voices associated with the traumatic event seeing dead persons as cultural expression of distress)", + "concept": "e5f10e57-9d21-4d27-b2c9-e03aa535b76a" + }, + { + "label": "Child has stopped talking", + "concept": "96eca5fb-417d-4fdb-ab32-e701eb0f8e21" + }, + { + "label": "Delusions (false beliefs)", + "concept": "452fa7bf-ea9a-4057-bf15-bbc6c52284d4" + }, + { + "label": "Visual hallucinations", + "concept": "c841b5eb-e2d8-49c9-9f1b-43944d9980e6" + }, + { + "label": "Auditory hallucinations", + "concept": "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1" + }, + { + "label": "Disorganized thought /speech", + "concept": "dfaf113c-72f2-4865-81c9-31aba9e95a74" + }, + { + "label": "Bizarre behavior", + "concept": "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f" + }, + { + "label": "Psychotic agitation", + "concept": "cda4f471-1da9-4192-8f26-ecec35775d5a" + }, + { + "label": "Problems with concentration memory or reasoning", + "concept": "44274d50-bb85-4f20-9b55-d08f60343c38" + }, + { + "label": "Delayed development (milestones)", + "concept": "66e446ee-8f82-4f2a-808f-00d664ac92de" + }, + { + "label": "Abnormal social interaction and communication", + "concept": "08e5f461-0f71-4d23-95a0-1e4ae3d141ab" + }, + { + "label": "Learning difficulties", + "concept": "9240ed56-8ba2-4ef2-b42f-e84179fcc333" + }, + { + "label": "Epileptic seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + }, + { + "label": "Alcohol / substance abuse", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Aggressiveness", + "concept": "977e8c6f-befa-4af3-87e1-1d29a57450c1" + }, + { + "label": "Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Hypo- or hyperactivity", + "concept": "520eccda-99f4-4cab-950b-260cfe3ab767" + }, + { + "label": "Impulsivity", + "concept": "12723e41-2955-4917-971c-7f05849412d7" + }, + { + "label": "Regression in development", + "concept": "c09cde65-4fa8-47bc-b795-06ccf0be1d8b" + }, + { + "label": "Social withdrawal (isolation/reduced attachment/involvement)", + "concept": "07ff1a8a-2a0b-4e28-83ec-8c82f0681738" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "currentSymptomsOrComplaints2", + "question_label": "Current symptoms or complaints 2", + "questionOptions": { + "concept": "ee1b7973-e931-494e-a9cb-22b814b4d8ed", + "answers": [ + { + "label": "Body pain or complaints (headache palpitations breathing problems gastrointestinal etc.)", + "concept": "464c68b7-0fb0-495c-b931-0c1732b60397" + }, + { + "label": "Eating problems", + "concept": "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093" + }, + { + "label": "Sleeping problems", + "concept": "42966954-f43f-4564-bc59-d9d133e53a75" + }, + { + "label": "Bedwetting / retention problems", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Sexual problems", + "concept": "3ba98736-982f-4d9c-a675-f83b180a9f28" + }, + { + "label": "Unexplained physical reaction (non-epileptic seizures paralysis unable to walk unexplained fainting)", + "concept": "28adad48-b45b-46a4-ae94-4cca6118047e" + }, + { + "label": "Sad mood", + "concept": "7f4699e5-e70a-49fb-bf34-c09afa867fdc" + }, + { + "label": "Irritability / anger", + "concept": "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0" + }, + { + "label": "Loss of interest / anhedonia", + "concept": "51061bb9-6084-4bb3-b83b-5c234e45b09c" + }, + { + "label": "Hopelessness", + "concept": "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f" + }, + { + "label": "Guilt/self-blame/worthlessness", + "concept": "e8166325-9ddc-4739-9452-da63ee7862d2" + }, + { + "label": "Current suicidal thoughts", + "concept": "4f8f7343-f191-4483-bcf9-c60027a6eca8" + }, + { + "label": "Recent suicidal attempt", + "concept": "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca" + }, + { + "label": "Recent self-harm", + "concept": "003b425a-d8c3-47ed-bbde-45a7c180c0a4" + }, + { + "label": "Changes in appetite", + "concept": "ce47585c-fa23-4de3-9e3a-97f5eb309e72" + }, + { + "label": "Constant stress", + "concept": "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd" + }, + { + "label": "Persistent worry", + "concept": "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb" + }, + { + "label": "Intense fear / phobia / feeling threatened", + "concept": "ae1ab702-fa58-4648-95e4-acca5c9078f7" + }, + { + "label": "Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "concept": "473f0ea3-92e5-4a99-bbe0-358e371355ee" + }, + { + "label": "Compulsive or repetitive behavior", + "concept": "4fa8e185-3ce6-4bbf-92c4-12e069dc9631" + }, + { + "label": "Intrusive feelings thoughts", + "concept": "ecf185bf-e3a3-4c46-948b-13dd0ddd1487" + }, + { + "label": "Flashbacks", + "concept": "c60a75c9-2ee9-4fb2-af53-6d730e45f074" + }, + { + "label": "Avoidance of traumatic stimuli", + "concept": "94083de5-2603-4b26-a6d8-ec4459f9eced" + }, + { + "label": "Hypervigilance / excessive startle response", + "concept": "06a3663d-f7c7-451d-a2e5-1daedfa7abb5" + }, + { + "label": "Trauma-related hallucinations (hearing voices associated with the traumatic event seeing dead persons as cultural expression of distress)", + "concept": "e5f10e57-9d21-4d27-b2c9-e03aa535b76a" + }, + { + "label": "Child has stopped talking", + "concept": "96eca5fb-417d-4fdb-ab32-e701eb0f8e21" + }, + { + "label": "Delusions (false beliefs)", + "concept": "452fa7bf-ea9a-4057-bf15-bbc6c52284d4" + }, + { + "label": "Visual hallucinations", + "concept": "c841b5eb-e2d8-49c9-9f1b-43944d9980e6" + }, + { + "label": "Auditory hallucinations", + "concept": "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1" + }, + { + "label": "Disorganized thought /speech", + "concept": "dfaf113c-72f2-4865-81c9-31aba9e95a74" + }, + { + "label": "Bizarre behavior", + "concept": "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f" + }, + { + "label": "Psychotic agitation", + "concept": "cda4f471-1da9-4192-8f26-ecec35775d5a" + }, + { + "label": "Problems with concentration memory or reasoning", + "concept": "44274d50-bb85-4f20-9b55-d08f60343c38" + }, + { + "label": "Delayed development (milestones)", + "concept": "66e446ee-8f82-4f2a-808f-00d664ac92de" + }, + { + "label": "Abnormal social interaction and communication", + "concept": "08e5f461-0f71-4d23-95a0-1e4ae3d141ab" + }, + { + "label": "Learning difficulties", + "concept": "9240ed56-8ba2-4ef2-b42f-e84179fcc333" + }, + { + "label": "Epileptic seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + }, + { + "label": "Alcohol / substance abuse", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Aggressiveness", + "concept": "977e8c6f-befa-4af3-87e1-1d29a57450c1" + }, + { + "label": "Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Hypo- or hyperactivity", + "concept": "520eccda-99f4-4cab-950b-260cfe3ab767" + }, + { + "label": "Impulsivity", + "concept": "12723e41-2955-4917-971c-7f05849412d7" + }, + { + "label": "Regression in development", + "concept": "c09cde65-4fa8-47bc-b795-06ccf0be1d8b" + }, + { + "label": "Social withdrawal (isolation/reduced attachment/involvement)", + "concept": "07ff1a8a-2a0b-4e28-83ec-8c82f0681738" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "currentSymptomsOrComplaints3", + "question_label": "Current symptoms or complaints 3", + "questionOptions": { + "concept": "92a92f62-3ff6-4944-9ea9-a7af23949bad", + "answers": [ + { + "label": "Body pain or complaints (headache palpitations breathing problems gastrointestinal etc.)", + "concept": "464c68b7-0fb0-495c-b931-0c1732b60397" + }, + { + "label": "Eating problems", + "concept": "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093" + }, + { + "label": "Sleeping problems", + "concept": "42966954-f43f-4564-bc59-d9d133e53a75" + }, + { + "label": "Bedwetting / retention problems", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Sexual problems", + "concept": "3ba98736-982f-4d9c-a675-f83b180a9f28" + }, + { + "label": "Unexplained physical reaction (non-epileptic seizures paralysis unable to walk unexplained fainting)", + "concept": "28adad48-b45b-46a4-ae94-4cca6118047e" + }, + { + "label": "Sad mood", + "concept": "7f4699e5-e70a-49fb-bf34-c09afa867fdc" + }, + { + "label": "Irritability / anger", + "concept": "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0" + }, + { + "label": "Loss of interest / anhedonia", + "concept": "51061bb9-6084-4bb3-b83b-5c234e45b09c" + }, + { + "label": "Hopelessness", + "concept": "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f" + }, + { + "label": "Guilt/self-blame/worthlessness", + "concept": "e8166325-9ddc-4739-9452-da63ee7862d2" + }, + { + "label": "Current suicidal thoughts", + "concept": "4f8f7343-f191-4483-bcf9-c60027a6eca8" + }, + { + "label": "Recent suicidal attempt", + "concept": "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca" + }, + { + "label": "Recent self-harm", + "concept": "003b425a-d8c3-47ed-bbde-45a7c180c0a4" + }, + { + "label": "Changes in appetite", + "concept": "ce47585c-fa23-4de3-9e3a-97f5eb309e72" + }, + { + "label": "Constant stress", + "concept": "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd" + }, + { + "label": "Persistent worry", + "concept": "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb" + }, + { + "label": "Intense fear / phobia / feeling threatened", + "concept": "ae1ab702-fa58-4648-95e4-acca5c9078f7" + }, + { + "label": "Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "concept": "473f0ea3-92e5-4a99-bbe0-358e371355ee" + }, + { + "label": "Compulsive or repetitive behavior", + "concept": "4fa8e185-3ce6-4bbf-92c4-12e069dc9631" + }, + { + "label": "Intrusive feelings thoughts", + "concept": "ecf185bf-e3a3-4c46-948b-13dd0ddd1487" + }, + { + "label": "Flashbacks", + "concept": "c60a75c9-2ee9-4fb2-af53-6d730e45f074" + }, + { + "label": "Avoidance of traumatic stimuli", + "concept": "94083de5-2603-4b26-a6d8-ec4459f9eced" + }, + { + "label": "Hypervigilance / excessive startle response", + "concept": "06a3663d-f7c7-451d-a2e5-1daedfa7abb5" + }, + { + "label": "Trauma-related hallucinations (hearing voices associated with the traumatic event seeing dead persons as cultural expression of distress)", + "concept": "e5f10e57-9d21-4d27-b2c9-e03aa535b76a" + }, + { + "label": "Child has stopped talking", + "concept": "96eca5fb-417d-4fdb-ab32-e701eb0f8e21" + }, + { + "label": "Delusions (false beliefs)", + "concept": "452fa7bf-ea9a-4057-bf15-bbc6c52284d4" + }, + { + "label": "Visual hallucinations", + "concept": "c841b5eb-e2d8-49c9-9f1b-43944d9980e6" + }, + { + "label": "Auditory hallucinations", + "concept": "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1" + }, + { + "label": "Disorganized thought /speech", + "concept": "dfaf113c-72f2-4865-81c9-31aba9e95a74" + }, + { + "label": "Bizarre behavior", + "concept": "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f" + }, + { + "label": "Psychotic agitation", + "concept": "cda4f471-1da9-4192-8f26-ecec35775d5a" + }, + { + "label": "Problems with concentration memory or reasoning", + "concept": "44274d50-bb85-4f20-9b55-d08f60343c38" + }, + { + "label": "Delayed development (milestones)", + "concept": "66e446ee-8f82-4f2a-808f-00d664ac92de" + }, + { + "label": "Abnormal social interaction and communication", + "concept": "08e5f461-0f71-4d23-95a0-1e4ae3d141ab" + }, + { + "label": "Learning difficulties", + "concept": "9240ed56-8ba2-4ef2-b42f-e84179fcc333" + }, + { + "label": "Epileptic seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + }, + { + "label": "Alcohol / substance abuse", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Aggressiveness", + "concept": "977e8c6f-befa-4af3-87e1-1d29a57450c1" + }, + { + "label": "Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Hypo- or hyperactivity", + "concept": "520eccda-99f4-4cab-950b-260cfe3ab767" + }, + { + "label": "Impulsivity", + "concept": "12723e41-2955-4917-971c-7f05849412d7" + }, + { + "label": "Regression in development", + "concept": "c09cde65-4fa8-47bc-b795-06ccf0be1d8b" + }, + { + "label": "Social withdrawal (isolation/reduced attachment/involvement)", + "concept": "07ff1a8a-2a0b-4e28-83ec-8c82f0681738" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "mainCategoryOfSymptoms", + "question_label": "Main category of symptoms", + "questionOptions": { + "concept": "9a8204ca-d908-4157-9285-7c970dbb5287", + "answers": [ + { + "label": "Psychosomatic", + "concept": "c899d33a-adde-4c70-ad65-2326b8843e3b" + }, + { + "label": "Depression related", + "concept": "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd" + }, + { + "label": "Anxiety related", + "concept": "241b3278-3803-478b-8484-70e2b17e5543" + }, + { + "label": "Trauma related", + "concept": "3a0c003c-9149-4a5f-a236-ed5d61231950" + }, + { + "label": "Psychosis related", + "concept": "612c130a-0ae9-4565-af09-b5437334c742" + }, + { + "label": "Neuro cognitive problems", + "concept": "a5b552b6-44db-42f1-a436-6f2f12de471e" + }, + { + "label": "Behaviour problems", + "concept": "5b271a75-d44b-466a-8baf-71153dc1895c" + }, + { + "label": "Other symptoms", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "durationOfTheMainSymptom", + "question_label": "Duration of the main symptom", + "questionOptions": { + "concept": "3edcfddb-7988-4ce5-97a0-d4c46b267a04", + "answers": [ + { + "label": "1 - 3 days", + "concept": "a3d78d0a-613d-46ab-ae00-de985dd822eb" + }, + { + "label": "4 - 7 days", + "concept": "7a5a7a86-1ebf-4309-915a-d58e6c907db1" + }, + { + "label": "1 - 4 weeks", + "concept": "d5ea3587-be05-4b66-809c-3c63481300b3" + }, + { + "label": "1 - 6 months", + "concept": "a2ffa3e1-eabe-4417-af29-09ea962d584e" + }, + { + "label": "6 - 12 months", + "concept": "f9c40a2d-7e94-418b-b222-e73959845e4d" + }, + { + "label": "> 1 year", + "concept": "f7ae6f81-0dcf-4316-9706-26d96a8d9c1e" + } + ] + } + }, + { + "question_id": "clinicalDiagnosis", + "question_label": "Clinical diagnosis (only to be established by a psychologist)", + "questionOptions": { + "concept": "22809b19-54ca-4d88-8d26-9577637c184e", + "answers": [ + { + "label": "Acute stress reaction", + "concept": "a2f8295b-1259-481f-8ef3-34e213b7b4d6" + }, + { + "label": "Bereavement/grief", + "concept": "7d486d0c-0e2b-475d-8e17-07296cc624b9" + }, + { + "label": "Post-Traumatic Stress Disorder", + "concept": "ec7a63e8-5d0b-4dcf-8f72-7529c1df699a" + }, + { + "label": "Conversion/Dissociative reaction", + "concept": "58881584-4f0e-4cf3-b2bf-d9f0898ae106" + }, + { + "label": "Anxiety Disorder", + "concept": "2564bdee-c24c-4d96-903e-d44010f2a8ec" + }, + { + "label": "Medically Unexplained Physical Symptoms (MUPS)", + "concept": "9df01581-6135-4876-8fb8-cbaaa522064e" + }, + { + "label": "Depression", + "concept": "2066f043-2f21-4c19-8c04-77301d7404f9" + }, + { + "label": "Self-harming behavior/suicide attempt", + "concept": "b27187bd-e94a-4dbc-9a77-46c0cefad25a" + }, + { + "label": "Acute psychosis (incl. post-partum psychosis)", + "concept": "b33dac1c-b0c0-4fcd-b639-661bb6678924" + }, + { + "label": "Chronic psychosis (incl. schizophrenia)", + "concept": "97f1f41-b0c7-407d-b95f-b1e26c3fd23c" + }, + { + "label": "Bipolar disorder (incl. mania)", + "concept": "1ba02bf8-6bbe-46a6-baff-d18b5c9f6425" + }, + { + "label": "Enuresis / Encopresis", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Developmental disorder (incl. intellectual disability autism)", + "concept": "63f73696-3d7c-4dc5-8c16-5382c20c3f9f" + }, + { + "label": "Childhood behavioral disorder (incl. ADHD conduct disorder)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Childhood emotional disorder", + "concept": "52d85e63-b238-4161-985c-97f75ad80c9a" + }, + { + "label": "Substance-related disorder", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Epilepsy / seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + }, + { + "label": "Other disorder", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + }, + { + "label": "No diagnosis", + "concept": "dc77c73a-5ce5-4aac-821e-81f19f81b65f" + } + ] + } + }, + { + "question_id": "didYouHaveProblemsPerformingDailyActivitiesSuchAsCookingBathingOrChoresOutsideTheHousehold", + "question_label": "Did you have problems performing daily activities such as cooking bathing or chores outside the household", + "questionOptions": { + "concept": "b5c4b6d2-c880-43c5-a250-8fe09c9e394c", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didYouHaveProblemsGettingAlongWithFamilyOrFriends", + "question_label": "Did you have problems getting along with family or friends", + "questionOptions": { + "concept": "b8968e50-436f-444e-8ab6-4b707fab090c", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didYouHaveAnyProblemsSleepingSuchAsSleepingTooMuchOrNotEnough", + "question_label": "Did you have any problems sleeping such as sleeping too much or not enough", + "questionOptions": { + "concept": "f44f52dd-6eda-4ca5-8375-61164bff5a32", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "haveYouBeenBotheredByUnpleasantThoughtsWorriesOrIdeas", + "question_label": "Have you been bothered by unpleasant thoughts worries or ideas", + "questionOptions": { + "concept": "9ba3837-cc74-4fe5-8be4-e439b02a1d62", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "haveYouFeltSadOrNervous", + "question_label": "Have you felt sad or nervous", + "questionOptions": { + "concept": "79d37985-b959-49c2-a7b8-7fe1618d641b", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "haveYouBeenSuffering", + "question_label": "Have you been suffering", + "questionOptions": { + "concept": "802f0ec2-169f-41b7-ae83-2e8f2fc86e3a", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "inGeneralInThePastWeekHowWellHasTheChildBeenFeeling", + "question_label": "In general in the past week how well has the child been feeling", + "questionOptions": { + "concept": "inGeneralInThePastWeekHowWellHasTheChildBeenFeeling", + "answers": [ + { + "label": "Very good (1 point)", + "concept": "veryGood" + }, + { + "label": "Good (2 point)", + "concept": "good" + }, + { + "label": "Ok (3 point)", + "concept": "ok" + }, + { + "label": "Bad (4 point)", + "concept": "bad" + }, + { + "label": "Very bad (5 point)", + "concept": "veryBad" + } + ] + } + }, + { + "question_id": "didTheChildHaveProblemsPlayingDoingChoresHomeworkOrOtherDayToDayActivities", + "question_label": "Did the child have problems playing doing chores homework or other day to day activities", + "questionOptions": { + "concept": "didTheChildHaveProblemsPlayingDoingChoresHomeworkOrOtherDayToDayActivities", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildHaveProblemsGettingAlongWithOthers", + "question_label": "Did the child have problems getting along with others", + "questionOptions": { + "concept": "didTheChildHaveProblemsGettingAlongWithOthers", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildHaveProblemsPayingAttentionUnderstandingOrRememberingThings", + "question_label": "Did the child have problems paying attention understanding or remembering things", + "questionOptions": { + "concept": "didTheChildHaveProblemsPayingAttentionUnderstandingOrRememberingThings", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildHaveProblemsWithHisAppetiteSuchAsHavingTooLittleOrTooMuchHunger", + "question_label": "Did the child have problems with his appetite such as having too little or too much hunger", + "questionOptions": { + "concept": "didTheChildHaveProblemsWithHisAppetiteSuchAsHavingTooLittleOrTooMuchHunger", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildHaveProblemSleepingSuchAsSleepingTooMuchOrNotEnough", + "question_label": "Did the child have problem sleeping such as sleeping too much or not enough", + "questionOptions": { + "concept": "didTheChildHaveProblemSleepingSuchAsSleepingTooMuchOrNotEnough", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildComplainAboutPainOrDiscomfortWithHisOrHerBody", + "question_label": "Did the child complain about pain or discomfort with his/her body", + "questionOptions": { + "concept": "didTheChildComplainAboutPainOrDiscomfortWithHisOrHerBody", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildBehavePoorly", + "question_label": "Did the child behave poorly", + "questionOptions": { + "concept": "didTheChildBehavePoorly", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildSeekComfortAndClosenessFromSomeone", + "question_label": "Did the child seek comfort and closeness from someone", + "questionOptions": { + "concept": "didTheChildSeekComfortAndClosenessFromSomeone", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "didTheChildWetTheBed", + "question_label": "Did the child wet the bed", + "questionOptions": { + "concept": "didTheChildWetTheBed", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "wasTheChildSadOrIrritable", + "question_label": "Was the child sad or irritable", + "questionOptions": { + "concept": "wasTheChildSadOrIrritable", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "wasTheChildWorriedOrScared", + "question_label": "Was the child worried or scared", + "questionOptions": { + "concept": "wasTheChildWorriedOrScared", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "hasTheChildBeenCrying", + "question_label": "Has the child been crying", + "questionOptions": { + "concept": "hasTheChildBeenCrying", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "hasTheChildBeenSuffering", + "question_label": "Has the child been suffering", + "questionOptions": { + "concept": "hasTheChildBeenSuffering", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "inGeneralHowHelpfulWereTheTherapeuticOrCounsellingSessionsForYourChild", + "question_label": "In general how helpful were the therapeutic or counselling sessions FOR YOUR CHILD", + "questionOptions": { + "concept": "inGeneralHowHelpfulWereTheTherapeuticOrCounsellingSessionsForYourChild", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "inGeneralHowHelpfulWereTheTherapeuticOrCounsellingSessionsForYou", + "question_label": "In general how helpful were the therapeutic or counselling sessions FOR YOU", + "questionOptions": { + "concept": "inGeneralHowHelpfulWereTheTherapeuticOrCounsellingSessionsForYou", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + } + }, + { + "question_id": "littleInterestOrPleasureInDoingThings", + "question_label": "Little interest or pleasure in doing things", + "questionOptions": { + "concept": "eeac083f-9acd-4c04-bafc-b4266a02a3a3", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "feelingDownDepressedOrHopeless", + "question_label": "Feeling down depressed or hopeless", + "questionOptions": { + "concept": "0902dd6a-3f4e-422c-92eb-10e89cb783e2", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "troubleFallingOrStayingAsleepOrSleepingTooMuch", + "question_label": "Trouble falling or staying asleep or sleeping too much", + "questionOptions": { + "concept": "2ad5e737-fb27-44ea-bcf9-fafcbd7640fd", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "feelingTiredOrHavingLittleEnergy", + "question_label": "Feeling tired or having little energy", + "questionOptions": { + "concept": "f899935f-13f0-472e-b1dd-569ead3c63f1", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "poorAppetiteOrOvereating", + "question_label": "Poor appetite or overeating", + "questionOptions": { + "concept": "48177433-e9c0-43b7-be27-7d4992723e01", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "feelingBadAboutYourselfOrThatYouAreAFailureOrHaveLetYourselfOrYourFamilyDown", + "question_label": "Feeling bad about yourself - or that you are a failure or have let yourself or your family down", + "questionOptions": { + "concept": "eb14c9f6-8c32-4cbb-a595-66ffd72b8cdb", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "troubleConcentratingOnThingsSuchAsReadingTheNewspaperOrWatchingTelevision", + "question_label": "Trouble concentrating on things such as reading the newspaper or watching television", + "questionOptions": { + "concept": "2bf607e1-85f3-4514-9e07-e3f8caabbc57", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "movingOrSpeakingSoSlowlyThatOtherPeopleCouldHaveNoticedOrTheOppositeBeingSoFidgetyOrRestlessThatYouHaveBeenMovingAroundALotMoreThanUsual", + "question_label": "Moving or speaking so slowly that other people could have noticed Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual", + "questionOptions": { + "concept": "50fb199e-410c-40d4-bbd9-44f641d4421d", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "thoughtsThatYouWouldBeBetterOffDeadOrOfHurtingYourselfInSomeWay", + "question_label": "Thoughts that you would be better off dead or of hurting yourself in some way", + "questionOptions": { + "concept": "5723ae77-b752-404a-a5dd-5b1d8be222c4", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "question_id": "depressionSeverityScale", + "question_label": "Depression severity scale", + "questionOptions": { + "concept": "ffead923-80bc-4afa-833d-7690f35bf5b0", + "answers": [ + { + "label": "No depression", + "concept": "5aa4edf5-b218-4470-b5da-ad1d88007954" + }, + { + "label": "Minimal symptoms", + "concept": "9d7d154f-e7a1-4490-b93a-85f5c2157f92" + }, + { + "label": "Minor to mild depression (or dysthymia)", + "concept": "ed7484ef-a3ea-4c95-bf59-58987c7f6d7c" + }, + { + "label": "Major depression", + "concept": "d163711c-9fcf-4050-b015-d3463b4602fa" + }, + { + "label": "Severe depression", + "concept": "0ff3a7dc-1a6e-4453-91d5-29cf6a9f790c" + } + ] + } + }, + { + "question_id": "cgiSScoreHowMentallyIllIsThePatientAtThisTime", + "question_label": "CGI-S score - How mentally ill is the patient at this time", + "questionOptions": { + "concept": "a1a75011-0fef-460a-b666-dda2d171f39b", + "answers": [ + { + "label": "- Not assessed", + "concept": "eb770ad7-b106-4255-83bd-2dc284fbd7ce" + }, + { + "label": "- Normal/not ill", + "concept": "d884d3dd-7649-4260-b139-2d740baf9767" + }, + { + "label": "- Suspected mentally ill", + "concept": "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1" + }, + { + "label": "- Mildly ill", + "concept": "c90610d0-29ee-437e-af93-7bcc49fda2f1" + }, + { + "label": "- Moderately ill", + "concept": "e81cfac7-6c80-4e1b-af86-3d896c9bbdac" + }, + { + "label": "- Markedly ill", + "concept": "cf122053-f10b-4450-89e1-ed9adabb413c" + }, + { + "label": "- Severely ill", + "concept": "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7" + }, + { + "label": "- Extremely ill patient", + "concept": "0f115f25-cdd0-49c3-b009-ba9acb041fef" + } + ] + } + }, + { + "question_id": "lastCgiSScore", + "question_label": "Last CGI-S score", + "questionOptions": { + "concept": "lastCgiSScore", + "answers": [ + { + "label": "- Not assessed", + "concept": "eb770ad7-b106-4255-83bd-2dc284fbd7ce" + }, + { + "label": "- Normal/not ill", + "concept": "d884d3dd-7649-4260-b139-2d740baf9767" + }, + { + "label": "- Suspected mentally ill", + "concept": "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1" + }, + { + "label": "- Mildly ill", + "concept": "c90610d0-29ee-437e-af93-7bcc49fda2f1" + }, + { + "label": "- Moderately ill", + "concept": "e81cfac7-6c80-4e1b-af86-3d896c9bbdac" + }, + { + "label": "- Markedly ill", + "concept": "cf122053-f10b-4450-89e1-ed9adabb413c" + }, + { + "label": "- Severely ill", + "concept": "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7" + }, + { + "label": "- Extremely ill patient", + "concept": "0f115f25-cdd0-49c3-b009-ba9acb041fef" + } + ] + } + }, + { + "question_id": "positiveFunctionalityIsThePatientCapableOfBeingIndependentCaringForThemselvesGoingToWorkOrSchoolEtc", + "question_label": "Positive functionality Is the patient capable of being independent caring for themselves (bathing/eating) going to work/school etc.", + "questionOptions": { + "concept": "00617df0-f2bb-4e9c-84b8-836c9d281a20", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "internalResourcesDoesThePatientBelieveThatTheyHaveTheAbilitiesNeededToOvercomeTheCurrentProblemOrDoTheyHaveHopeForTheirFuture", + "question_label": "Internal resources Does the patient believe that they have the abilities needed to overcome the current problem / do they have hope for their future", + "questionOptions": { + "concept": "021d9afe-7d46-406c-b450-c0cd1e251f79", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "externalResourcesDoesThePatientBelieveThatTheyHaveSomeoneWhoTheyCanRelyOnForHelpInTheirLives", + "question_label": "External resources Does the patient believe that they have someone who they can rely on for help in their lives", + "questionOptions": { + "concept": "b745fc24-46ec-433b-8df6-78bbd6733472", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "spiritualOrMoralResourcesAreThePatientsBeliefsASourceOfStrengthForThemWhenDealingWithProblems", + "question_label": "Spiritual / moral resources Are the patients beliefs a source of strength for them when dealing with problems", + "questionOptions": { + "concept": "e3babf1f-95da-4e30-9593-a37beeff8ef2", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "hasThePatientHadThoughtsOfDeathOrSuicide", + "question_label": "Has the patient had thoughts of death or suicide", + "questionOptions": { + "concept": "c2664992-8a5a-4a6d-9238-5df591307d55", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "hasThePatientHurtThemselvesOrCausedSelfHarm", + "question_label": "Has the patient hurt themselves / caused self-harm", + "questionOptions": { + "concept": "d3d978ab-da68-4672-ae0c-8270fa992a08", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "hasThePatientAttemptedSuicideOrTriedToKillThemselves", + "question_label": "Has the patient attempted suicide or tried to kill themselves", + "questionOptions": { + "concept": "a6c5188c-29f0-4d3d-8cf5-7852998df86f", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "isThePatientCurrentlyAtRiskOfHurtingHimselfOrHerselfOrAttemptingSuicide", + "question_label": "Is the patient currently at risk of hurting himself/herself or attempting suicide", + "questionOptions": { + "concept": "abede172-ba87-4ebe-8054-3afadb181ea3", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "isThePatientCurrentlyAtRiskOfHurtingOthers", + "question_label": "Is the patient currently at risk of hurting others", + "questionOptions": { + "concept": "ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "doesThePatientRegularlyUseAlcoholOrSubstancesToBecomeIntoxicated", + "question_label": "Does the patient regularly use alcohol / substances to become intoxicated", + "questionOptions": { + "concept": "d516de07-979b-411c-b7e4-bd09cf7d9d91", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "isThePatientCurrentlyOnPsychotropicOrPsychiatricMedication", + "question_label": "Is the patient currently on psychotropic / psychiatric medication", + "questionOptions": { + "concept": "5f5e126b-962f-4c92-96bc-cbb1f3f06ba3", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "prescribedBy", + "question_label": "Prescribed by", + "questionOptions": { + "concept": "d5d1e465-d663-44b4-b0e4-d9ce3eb1d5c2", + "answers": [ + { + "label": "MSF", + "concept": "74c9a7c6-e64d-4f49-b8a6-f10999eb25bc" + }, + { + "label": "Non MSF", + "concept": "77822de2-c236-4400-96f4-ee13b9334cea" + } + ] + } + }, + { + "question_id": "hasThePatientExperiencedAnActOfAggressionOrViolence", + "question_label": "Has the patient experienced an act of aggression or violence", + "questionOptions": { + "concept": "3e97c2d0-15c1-4cfd-884f-7a4721079217", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "whatTypeOfViolence1", + "question_label": "What type(s) of violence - 1", + "questionOptions": { + "concept": "6fe1e8b4-26cd-42ba-b0c2-25ee14c2813c", + "answers": [ + { + "label": "Sexual", + "concept": "51c61fb2-017e-43d7-9195-e95cc2cb9304" + }, + { + "label": "Physical", + "concept": "6473ad84-53e1-4bb0-bb25-32ac424aaa97" + }, + { + "label": "Verbal", + "concept": "58bdf548-26ee-42da-8837-8ecaf82fce1d" + }, + { + "label": "Psychological", + "concept": "5d595702-1991-47fa-bea1-8682e23c62bd" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "whatTypeOfViolence2", + "question_label": "What type(s) of violence - 2", + "questionOptions": { + "concept": "e40838bf-2180-4307-ac99-19c4cd9620fe", + "answers": [ + { + "label": "Sexual", + "concept": "51c61fb2-017e-43d7-9195-e95cc2cb9304" + }, + { + "label": "Physical", + "concept": "6473ad84-53e1-4bb0-bb25-32ac424aaa97" + }, + { + "label": "Verbal", + "concept": "58bdf548-26ee-42da-8837-8ecaf82fce1d" + }, + { + "label": "Psychological", + "concept": "5d595702-1991-47fa-bea1-8682e23c62bd" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "whatTypeOfViolence3", + "question_label": "What type(s) of violence - 3", + "questionOptions": { + "concept": "89ff29ce-72ce-496b-9a5d-4661a651a3b8", + "answers": [ + { + "label": "Sexual", + "concept": "51c61fb2-017e-43d7-9195-e95cc2cb9304" + }, + { + "label": "Physical", + "concept": "6473ad84-53e1-4bb0-bb25-32ac424aaa97" + }, + { + "label": "Verbal", + "concept": "58bdf548-26ee-42da-8837-8ecaf82fce1d" + }, + { + "label": "Psychological", + "concept": "5d595702-1991-47fa-bea1-8682e23c62bd" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "timeBetweenViolenceEventAndConsultation", + "question_label": "Time between violence event and consultation", + "questionOptions": { + "concept": "aae000c3-5242-4e3c-bd1f-7e922a6d3d34", + "answers": [ + { + "label": "< 24 hrs", + "concept": "63a236d1-add1-49ec-88c9-8e89108a71f2" + }, + { + "label": "-72hrs", + "concept": "8d9cf61e-1f64-4f25-b202-52da17e8c634" + }, + { + "label": "Less than 1 month", + "concept": "0e298528-7c8c-4724-a24f-d71ee7c1ebea" + }, + { + "label": "Less than 1 year", + "concept": "b5b58ef8-1bdf-4c14-9384-afbeb848d571" + }, + { + "label": "> 1 year", + "concept": "4a17e0a6-1add-49a6-9831-d8ad7c647ec9" + }, + { + "label": "Unknown", + "concept": "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8" + } + ] + } + }, + { + "question_id": "ifYesWouldThePatientLikeAReferralToTheMedicalDepartmentForTreatment", + "question_label": "If yes would the patient like a referral to the medical department for treatment (or midwife/maternity for sexual violence)", + "questionOptions": { + "concept": "af302eef-4738-4337-b4b9-e154adbbab49", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "medicalConditions", + "question_label": "Medical conditions", + "questionOptions": { + "concept": "0d2523ea-f175-4f37-8ece-32c28c68367a", + "answers": [ + { + "label": "Highly stigmatizing disease (HIV/AIDS FHF cancer etc.)", + "concept": "6e02debd-31eb-4112-8566-00e520835c76" + }, + { + "label": "Severe medical condition (malnutrition disability sexual or reproductive problems etc.)", + "concept": "ccd5d010-12c7-44d7-966e-c5b17c02e3a2" + }, + { + "label": "Unwanted pregnancy", + "concept": "35910034-cc37-4dd1-abb7-ce140b0eff2b" + }, + { + "label": "History of psychiatric problems", + "concept": "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d" + }, + { + "label": "Chronic disease (diabetes hypertension cancer etc.) ", + "concept": "4bf7b376-9193-4ee4-a51a-445d07d2d22b" + }, + { + "label": "Family member with a serious medical condition", + "concept": "42e8ab5a-607f-4259-a23f-9f9bac5d5b46" + } + ] + } + }, + { + "question_id": "violence", + "question_label": "Violence", + "questionOptions": { + "concept": "9b3fb5d2-e40d-434d-a755-d136cee7d5f9", + "answers": [ + { + "label": "Sexual violence within the family", + "concept": "5cccf137-2952-4c9b-b879-b4ed2a9be621" + }, + { + "label": "Sexual violence outside the family", + "concept": "dbe73631-79ae-4ab9-a3c8-65d6732c8714" + }, + { + "label": "Exposed to war", + "concept": "cf28335f-d72c-440a-afc1-bcca39b51155" + }, + { + "label": "Incarceration/detention", + "concept": "66492df1-6d26-498a-b6c7-b10931da1642" + }, + { + "label": "Hostage/kidnapping/forced recruitment", + "concept": "8917acb0-e25d-4f9e-84bb-cae9998abf35" + }, + { + "label": "Deportation", + "concept": "f279409d-71ba-41c6-8301-76ee90d239dc" + }, + { + "label": "Domestic violence", + "concept": "e25f9ca1-0b33-4765-a8c4-5da48289bda7" + }, + { + "label": "Victim of threats", + "concept": "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206" + }, + { + "label": "Victim of human trafficking or smuggling", + "concept": "5958f0fd-c755-4640-80d7-5ef0f9522b2e" + }, + { + "label": "Witness violence/killings/threats", + "concept": "107a7f52-f95d-447f-bf1a-c801e1a0082c" + }, + { + "label": "Forced to flee (IDP/refugee/migrant)", + "concept": "a8b0e025-a735-407b-b958-fe9b29c370e7" + }, + { + "label": "Target of stigma/discrimination/marginalization", + "concept": "e702655a-57af-457a-a1ae-42e31f119f80" + }, + { + "label": "Other violence (wounded/beaten/torture)", + "concept": "c80eb3f7-31b1-4717-a78d-0aac623fc129" + }, + { + "label": "Forced curfew or confinement", + "concept": "ea673f5c-5f99-4da5-9f41-92c21446de31" + }, + { + "label": "History of suicide attempts", + "concept": "160734e2-e5ed-44e9-b573-bdbb6e619e30" + }, + { + "label": "History of self-harm/mutilation", + "concept": "19408a7e-e17e-4040-adec-d6aa426564ce" + }, + { + "label": "Family members lived a violent experience", + "concept": "5a462534-7605-4137-8d5c-503584538eb4" + }, + { + "label": "Adult forced marriage ", + "concept": "a725a884-e785-4c08-b08a-386d8652faaf" + }, + { + "label": "Child marriage", + "concept": "cf6a1837-ad3a-4efc-b99f-4c7679a171d6" + } + ] + } + }, + { + "question_id": "separationOrLoss", + "question_label": "Separation or loss", + "questionOptions": { + "concept": "edab07a2-b620-4e56-a079-af7fc9449039", + "answers": [ + { + "label": "Family member killed or missing (arrested / detained / disappeared) ", + "concept": "4e3ab089-6a99-4e15-8883-3c49a150e6c6" + }, + { + "label": "Unaccompanied minor or orphaned", + "concept": "b10b3c8c-2f11-4f0e-9f45-2959a45997c8" + }, + { + "label": "Negligence of caretakers", + "concept": "f2be320d-7757-4525-bcb0-6005368982d7" + }, + { + "label": "Property destroyed or lost", + "concept": "979b6137-2d14-412d-8e07-d3f2a1743deb" + }, + { + "label": "Loss of income", + "concept": "c88d3256-f445-4eee-8aac-c31542386f23" + }, + { + "label": "Death of family member (natural or accidental death)", + "concept": "a98876f1-98f2-4821-b7d4-e2510b4ac3f1" + }, + { + "label": "Relationship problems", + "concept": "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e" + }, + { + "label": "Divorce/separation", + "concept": "c461d1ad-5f8e-4e67-bcc7-70e4765640f1" + }, + { + "label": "Migration due to financial reasons", + "concept": "dca34aab-8ed4-4d8c-9dc6-7e6862e91504" + } + ] + } + }, + { + "question_id": "disaster", + "question_label": "Disaster", + "questionOptions": { + "concept": "4267a98b-e8c1-4471-8afa-928be2599f66", + "answers": [ + { + "label": "Natural disaster (earthquake tsunami flood hurricane etc.)", + "concept": "02dd014e-f5c7-443f-b9e7-053fdd27ce8d" + }, + { + "label": "Road accident", + "concept": "9e0945eb-68f0-4d1c-a421-27f46fa41eaa" + } + ] + } + }, + { + "question_id": "other", + "question_label": "Other", + "questionOptions": { + "concept": "af96ffd7-e0f3-487f-98a0-ef4dee327b38", + "answers": [ + { + "label": "Financial problems", + "concept": "e6957cdb-3694-4ab6-b98b-2031c02b4460" + }, + { + "label": "Difficult living conditions", + "concept": "cd22a8af-1506-47af-9d1b-325c31c230a8" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "mainPastOrPrecipitatingEvents1", + "question_label": "Main past or precipitating events - 1", + "questionOptions": { + "concept": "d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608", + "answers": [ + { + "label": "Highly stigmatizing disease (HIV/AIDS FHF cancer etc.)", + "concept": "6e02debd-31eb-4112-8566-00e520835c76" + }, + { + "label": "Severe medical condition (malnutrition disability sexual or reproductive problems etc.)", + "concept": "ccd5d010-12c7-44d7-966e-c5b17c02e3a2" + }, + { + "label": "Unwanted pregnancy", + "concept": "35910034-cc37-4dd1-abb7-ce140b0eff2b" + }, + { + "label": "History of psychiatric problems", + "concept": "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d" + }, + { + "label": "Chronic disease (diabetes hypertension cancer etc.) ", + "concept": "4bf7b376-9193-4ee4-a51a-445d07d2d22b" + }, + { + "label": "Family member with a serious medical condition", + "concept": "42e8ab5a-607f-4259-a23f-9f9bac5d5b46" + }, + { + "label": "Sexual violence within the family", + "concept": "5cccf137-2952-4c9b-b879-b4ed2a9be621" + }, + { + "label": "Sexual violence outside the family", + "concept": "dbe73631-79ae-4ab9-a3c8-65d6732c8714" + }, + { + "label": "Exposed to war", + "concept": "cf28335f-d72c-440a-afc1-bcca39b51155" + }, + { + "label": "Incarceration/detention", + "concept": "66492df1-6d26-498a-b6c7-b10931da1642" + }, + { + "label": "Hostage/kidnapping/forced recruitment", + "concept": "8917acb0-e25d-4f9e-84bb-cae9998abf35" + }, + { + "label": "Deportation", + "concept": "f279409d-71ba-41c6-8301-76ee90d239dc" + }, + { + "label": "Domestic violence", + "concept": "e25f9ca1-0b33-4765-a8c4-5da48289bda7" + }, + { + "label": "Victim of threats", + "concept": "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206" + }, + { + "label": "Victim of human trafficking or smuggling", + "concept": "5958f0fd-c755-4640-80d7-5ef0f9522b2e" + }, + { + "label": "Witness violence/killings/threats", + "concept": "107a7f52-f95d-447f-bf1a-c801e1a0082c" + }, + { + "label": "Forced to flee (IDP/refugee/migrant)", + "concept": "a8b0e025-a735-407b-b958-fe9b29c370e7" + }, + { + "label": "Target of stigma/discrimination/marginalization", + "concept": "e702655a-57af-457a-a1ae-42e31f119f80" + }, + { + "label": "Other violence (wounded/beaten/torture)", + "concept": "c80eb3f7-31b1-4717-a78d-0aac623fc129" + }, + { + "label": "Forced curfew or confinement", + "concept": "ea673f5c-5f99-4da5-9f41-92c21446de31" + }, + { + "label": "History of suicide attempts", + "concept": "160734e2-e5ed-44e9-b573-bdbb6e619e30" + }, + { + "label": "History of self-harm/mutilation", + "concept": "19408a7e-e17e-4040-adec-d6aa426564ce" + }, + { + "label": "Family members lived a violent experience", + "concept": "5a462534-7605-4137-8d5c-503584538eb4" + }, + { + "label": "Adult forced marriage ", + "concept": "a725a884-e785-4c08-b08a-386d8652faaf" + }, + { + "label": "Child marriage", + "concept": "cf6a1837-ad3a-4efc-b99f-4c7679a171d6" + }, + { + "label": "Family member killed or missing (arrested / detained / disappeared) ", + "concept": "4e3ab089-6a99-4e15-8883-3c49a150e6c6" + }, + { + "label": "Unaccompanied minor or orphaned", + "concept": "b10b3c8c-2f11-4f0e-9f45-2959a45997c8" + }, + { + "label": "Negligence of caretakers", + "concept": "f2be320d-7757-4525-bcb0-6005368982d7" + }, + { + "label": "Property destroyed or lost", + "concept": "979b6137-2d14-412d-8e07-d3f2a1743deb" + }, + { + "label": "Loss of income", + "concept": "c88d3256-f445-4eee-8aac-c31542386f23" + }, + { + "label": "Death of family member (natural or accidental death)", + "concept": "a98876f1-98f2-4821-b7d4-e2510b4ac3f1" + }, + { + "label": "Relationship problems", + "concept": "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e" + }, + { + "label": "Divorce/separation", + "concept": "c461d1ad-5f8e-4e67-bcc7-70e4765640f1" + }, + { + "label": "Migration due to financial reasons", + "concept": "dca34aab-8ed4-4d8c-9dc6-7e6862e91504" + }, + { + "label": "Natural disaster (earthquake tsunami flood hurricane etc.)", + "concept": "02dd014e-f5c7-443f-b9e7-053fdd27ce8d" + }, + { + "label": "Road accident", + "concept": "9e0945eb-68f0-4d1c-a421-27f46fa41eaa" + }, + { + "label": "Financial problems", + "concept": "e6957cdb-3694-4ab6-b98b-2031c02b4460" + }, + { + "label": "Difficult living conditions", + "concept": "cd22a8af-1506-47af-9d1b-325c31c230a8" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "mainPastOrPrecipitatingEvents2", + "question_label": "Main past or precipitating events - 2", + "questionOptions": { + "concept": "54a9b20e-bce5-4d4a-8c9c-e0248a182586", + "answers": [ + { + "label": "Highly stigmatizing disease (HIV/AIDS FHF cancer etc.)", + "concept": "6e02debd-31eb-4112-8566-00e520835c76" + }, + { + "label": "Severe medical condition (malnutrition disability sexual or reproductive problems etc.)", + "concept": "ccd5d010-12c7-44d7-966e-c5b17c02e3a2" + }, + { + "label": "Unwanted pregnancy", + "concept": "35910034-cc37-4dd1-abb7-ce140b0eff2b" + }, + { + "label": "History of psychiatric problems", + "concept": "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d" + }, + { + "label": "Chronic disease (diabetes hypertension cancer etc.) ", + "concept": "4bf7b376-9193-4ee4-a51a-445d07d2d22b" + }, + { + "label": "Family member with a serious medical condition", + "concept": "42e8ab5a-607f-4259-a23f-9f9bac5d5b46" + }, + { + "label": "Sexual violence within the family", + "concept": "5cccf137-2952-4c9b-b879-b4ed2a9be621" + }, + { + "label": "Sexual violence outside the family", + "concept": "dbe73631-79ae-4ab9-a3c8-65d6732c8714" + }, + { + "label": "Exposed to war", + "concept": "cf28335f-d72c-440a-afc1-bcca39b51155" + }, + { + "label": "Incarceration/detention", + "concept": "66492df1-6d26-498a-b6c7-b10931da1642" + }, + { + "label": "Hostage/kidnapping/forced recruitment", + "concept": "8917acb0-e25d-4f9e-84bb-cae9998abf35" + }, + { + "label": "Deportation", + "concept": "f279409d-71ba-41c6-8301-76ee90d239dc" + }, + { + "label": "Domestic violence", + "concept": "e25f9ca1-0b33-4765-a8c4-5da48289bda7" + }, + { + "label": "Victim of threats", + "concept": "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206" + }, + { + "label": "Victim of human trafficking or smuggling", + "concept": "5958f0fd-c755-4640-80d7-5ef0f9522b2e" + }, + { + "label": "Witness violence/killings/threats", + "concept": "107a7f52-f95d-447f-bf1a-c801e1a0082c" + }, + { + "label": "Forced to flee (IDP/refugee/migrant)", + "concept": "a8b0e025-a735-407b-b958-fe9b29c370e7" + }, + { + "label": "Target of stigma/discrimination/marginalization", + "concept": "e702655a-57af-457a-a1ae-42e31f119f80" + }, + { + "label": "Other violence (wounded/beaten/torture)", + "concept": "c80eb3f7-31b1-4717-a78d-0aac623fc129" + }, + { + "label": "Forced curfew or confinement", + "concept": "ea673f5c-5f99-4da5-9f41-92c21446de31" + }, + { + "label": "History of suicide attempts", + "concept": "160734e2-e5ed-44e9-b573-bdbb6e619e30" + }, + { + "label": "History of self-harm/mutilation", + "concept": "19408a7e-e17e-4040-adec-d6aa426564ce" + }, + { + "label": "Family members lived a violent experience", + "concept": "5a462534-7605-4137-8d5c-503584538eb4" + }, + { + "label": "Adult forced marriage ", + "concept": "a725a884-e785-4c08-b08a-386d8652faaf" + }, + { + "label": "Child marriage", + "concept": "cf6a1837-ad3a-4efc-b99f-4c7679a171d6" + }, + { + "label": "Family member killed or missing (arrested / detained / disappeared) ", + "concept": "4e3ab089-6a99-4e15-8883-3c49a150e6c6" + }, + { + "label": "Unaccompanied minor or orphaned", + "concept": "b10b3c8c-2f11-4f0e-9f45-2959a45997c8" + }, + { + "label": "Negligence of caretakers", + "concept": "f2be320d-7757-4525-bcb0-6005368982d7" + }, + { + "label": "Property destroyed or lost", + "concept": "979b6137-2d14-412d-8e07-d3f2a1743deb" + }, + { + "label": "Loss of income", + "concept": "c88d3256-f445-4eee-8aac-c31542386f23" + }, + { + "label": "Death of family member (natural or accidental death)", + "concept": "a98876f1-98f2-4821-b7d4-e2510b4ac3f1" + }, + { + "label": "Relationship problems", + "concept": "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e" + }, + { + "label": "Divorce/separation", + "concept": "c461d1ad-5f8e-4e67-bcc7-70e4765640f1" + }, + { + "label": "Migration due to financial reasons", + "concept": "dca34aab-8ed4-4d8c-9dc6-7e6862e91504" + }, + { + "label": "Natural disaster (earthquake tsunami flood hurricane etc.)", + "concept": "02dd014e-f5c7-443f-b9e7-053fdd27ce8d" + }, + { + "label": "Road accident", + "concept": "9e0945eb-68f0-4d1c-a421-27f46fa41eaa" + }, + { + "label": "Financial problems", + "concept": "e6957cdb-3694-4ab6-b98b-2031c02b4460" + }, + { + "label": "Difficult living conditions", + "concept": "cd22a8af-1506-47af-9d1b-325c31c230a8" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "mainPastOrPrecipitatingEvents3", + "question_label": "Main past or precipitating events - 3", + "questionOptions": { + "concept": "e0d4e006-85b5-41cb-8a21-e013b1978b8b", + "answers": [ + { + "label": "Highly stigmatizing disease (HIV/AIDS FHF cancer etc.)", + "concept": "6e02debd-31eb-4112-8566-00e520835c76" + }, + { + "label": "Severe medical condition (malnutrition disability sexual or reproductive problems etc.)", + "concept": "ccd5d010-12c7-44d7-966e-c5b17c02e3a2" + }, + { + "label": "Unwanted pregnancy", + "concept": "35910034-cc37-4dd1-abb7-ce140b0eff2b" + }, + { + "label": "History of psychiatric problems", + "concept": "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d" + }, + { + "label": "Chronic disease (diabetes hypertension cancer etc.) ", + "concept": "4bf7b376-9193-4ee4-a51a-445d07d2d22b" + }, + { + "label": "Family member with a serious medical condition", + "concept": "42e8ab5a-607f-4259-a23f-9f9bac5d5b46" + }, + { + "label": "Sexual violence within the family", + "concept": "5cccf137-2952-4c9b-b879-b4ed2a9be621" + }, + { + "label": "Sexual violence outside the family", + "concept": "dbe73631-79ae-4ab9-a3c8-65d6732c8714" + }, + { + "label": "Exposed to war", + "concept": "cf28335f-d72c-440a-afc1-bcca39b51155" + }, + { + "label": "Incarceration/detention", + "concept": "66492df1-6d26-498a-b6c7-b10931da1642" + }, + { + "label": "Hostage/kidnapping/forced recruitment", + "concept": "8917acb0-e25d-4f9e-84bb-cae9998abf35" + }, + { + "label": "Deportation", + "concept": "f279409d-71ba-41c6-8301-76ee90d239dc" + }, + { + "label": "Domestic violence", + "concept": "e25f9ca1-0b33-4765-a8c4-5da48289bda7" + }, + { + "label": "Victim of threats", + "concept": "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206" + }, + { + "label": "Victim of human trafficking or smuggling", + "concept": "5958f0fd-c755-4640-80d7-5ef0f9522b2e" + }, + { + "label": "Witness violence/killings/threats", + "concept": "107a7f52-f95d-447f-bf1a-c801e1a0082c" + }, + { + "label": "Forced to flee (IDP/refugee/migrant)", + "concept": "a8b0e025-a735-407b-b958-fe9b29c370e7" + }, + { + "label": "Target of stigma/discrimination/marginalization", + "concept": "e702655a-57af-457a-a1ae-42e31f119f80" + }, + { + "label": "Other violence (wounded/beaten/torture)", + "concept": "c80eb3f7-31b1-4717-a78d-0aac623fc129" + }, + { + "label": "Forced curfew or confinement", + "concept": "ea673f5c-5f99-4da5-9f41-92c21446de31" + }, + { + "label": "History of suicide attempts", + "concept": "160734e2-e5ed-44e9-b573-bdbb6e619e30" + }, + { + "label": "History of self-harm/mutilation", + "concept": "19408a7e-e17e-4040-adec-d6aa426564ce" + }, + { + "label": "Family members lived a violent experience", + "concept": "5a462534-7605-4137-8d5c-503584538eb4" + }, + { + "label": "Adult forced marriage ", + "concept": "a725a884-e785-4c08-b08a-386d8652faaf" + }, + { + "label": "Child marriage", + "concept": "cf6a1837-ad3a-4efc-b99f-4c7679a171d6" + }, + { + "label": "Family member killed or missing (arrested / detained / disappeared) ", + "concept": "4e3ab089-6a99-4e15-8883-3c49a150e6c6" + }, + { + "label": "Unaccompanied minor or orphaned", + "concept": "b10b3c8c-2f11-4f0e-9f45-2959a45997c8" + }, + { + "label": "Negligence of caretakers", + "concept": "f2be320d-7757-4525-bcb0-6005368982d7" + }, + { + "label": "Property destroyed or lost", + "concept": "979b6137-2d14-412d-8e07-d3f2a1743deb" + }, + { + "label": "Loss of income", + "concept": "c88d3256-f445-4eee-8aac-c31542386f23" + }, + { + "label": "Death of family member (natural or accidental death)", + "concept": "a98876f1-98f2-4821-b7d4-e2510b4ac3f1" + }, + { + "label": "Relationship problems", + "concept": "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e" + }, + { + "label": "Divorce/separation", + "concept": "c461d1ad-5f8e-4e67-bcc7-70e4765640f1" + }, + { + "label": "Migration due to financial reasons", + "concept": "dca34aab-8ed4-4d8c-9dc6-7e6862e91504" + }, + { + "label": "Natural disaster (earthquake tsunami flood hurricane etc.)", + "concept": "02dd014e-f5c7-443f-b9e7-053fdd27ce8d" + }, + { + "label": "Road accident", + "concept": "9e0945eb-68f0-4d1c-a421-27f46fa41eaa" + }, + { + "label": "Financial problems", + "concept": "e6957cdb-3694-4ab6-b98b-2031c02b4460" + }, + { + "label": "Difficult living conditions", + "concept": "cd22a8af-1506-47af-9d1b-325c31c230a8" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "mainCategoryOfPrecipitatingEvent", + "question_label": "Main category of precipitating event", + "questionOptions": { + "concept": "c1a3ed2d-6d9a-453d-9d93-749164a76413", + "answers": [ + { + "label": "Medical Conditions", + "concept": "e8846576-7fae-4ae1-b747-48eccd524d4d" + }, + { + "label": "Violence", + "concept": "0d56f886-875b-4932-a0c2-cde2886a286c" + }, + { + "label": "Separation or Loss", + "concept": "2e8cee73-d7ec-490f-8422-30bc7615e24d" + }, + { + "label": "Disaster", + "concept": "73fcb975-b93d-4de6-bd42-dfeb1a221412" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "question_id": "followUpSessionRequired", + "question_label": "Follow up session required (If no fill the Exit form)", + "questionOptions": { + "concept": "5f6e245c-83fc-421b-8d46-061ac773ae71", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "referralDone", + "question_label": "Referral done", + "questionOptions": { + "concept": "6d3876be-0a27-466d-ad58-92edcc8c31fb", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "question_id": "typeOfReferral", + "question_label": "Type of referral", + "questionOptions": { + "concept": "8fb3bb7d-c935-4b57-8444-1b953470e109", + "answers": [ + { + "label": "Medical care (MSF MoH NGO)", + "concept": "5f121c90-eca2-4af4-bc2f-49ad1a50ff2e" + }, + { + "label": "MSF psychiatric services", + "concept": "485939c5-1e77-4495-b5e1-77fb2abbcfd7" + }, + { + "label": "Non-MSF psychiatrist services", + "concept": "489b042d-5ed4-436f-944c-27b7f31bef3f" + }, + { + "label": "Social services", + "concept": "978fa5d2-e6c4-4b2a-a293-73c098de0af6" + }, + { + "label": "Legal services", + "concept": "8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445" + }, + { + "label": "Protection services", + "concept": "eff27d0b-d485-4983-814f-febbc4fe185a" + }, + { + "label": "Hospitalisation", + "concept": "6b8fca2d-0147-4dd8-a8f5-3b813152b952" + }, + { + "label": "CHW", + "concept": "9bcbf231-c6ca-41c4-b247-bc4bced260c3" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + } +] From 803dcb214bddcf216bd33a58aed1f01d503a1260 Mon Sep 17 00:00:00 2001 From: Aisha Hassen <167166847+AishaHassen@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:43:06 +0300 Subject: [PATCH 46/61] Add files via upload --- .../F01-MHPSS Baseline_translation_ar.json | 121 + .../F01-MHPSS_Baseline.json | 4306 +++++++++++++++++ 2 files changed, 4427 insertions(+) create mode 100644 sample-data/omrs-form-generation-jsons/generated_form_schemas/F01-MHPSS Baseline_translation_ar.json create mode 100644 sample-data/omrs-form-generation-jsons/generated_form_schemas/F01-MHPSS_Baseline.json diff --git a/sample-data/omrs-form-generation-jsons/generated_form_schemas/F01-MHPSS Baseline_translation_ar.json b/sample-data/omrs-form-generation-jsons/generated_form_schemas/F01-MHPSS Baseline_translation_ar.json new file mode 100644 index 0000000..d0e3bc1 --- /dev/null +++ b/sample-data/omrs-form-generation-jsons/generated_form_schemas/F01-MHPSS Baseline_translation_ar.json @@ -0,0 +1,121 @@ +{ + "uuid": "", + "form": "F01-MHPSS Baseline", + "description": "Ar Translations for 'F01-MHPSS Baseline'", + "language": "ar", + "translations": { + "Admission type": "نوع الدخول", + "Sex": "الجنس", + "How many people live with the patient": "كم شخصاً يعيش مع المريض؟", + "Type of consultation": "نوع الاستشارة", + "Total number of beneficiaries in family consultation": "إجمالي عدد المستفيدين من الاستشارة الأسرية", + "Consultation done by": "اسم الاستشاري", + "Location of intervention": "موقع الاستجابة", + "Specify Health Facility": "اذا منشأة صحية، حدد", + "Specify MSF Health Facility": "اذا منشأة صحية لأطباء بلا حدود، حدد", + "Specify Mobile Clinic": "اذا عيادات متنقلة، حدد", + "If other specify": "اذا أخرى، حدد", + "Type of intervention": "نوع الاستجابة", + "Patient referred by": "تمت الإحالة من قسم ", + "Main problem or reason for referral": "المشكلة الرئيسية أو سبب الإحالة", + "Psychosomatic": "نفسية جسدية", + "Depression related": "مرتبطة بالاكتئاب", + "Anxiety related": "مرتبطة بالقلق", + "Trauma related": "مرتبطة بالصدمة", + "Psychosis related": "مرتبطة بالذهان", + "Neurocognitive problems": "مشاكل عصبية إدراكية", + "Behavior problems": "مشاكل في السلوكيات", + "Other symptoms": "اعراض أخرى", + "Current symptoms or complaints 1": "الأعراض أو الشكاوي الحالية 1", + "Current symptoms or complaints 2": "الأعراض أو الشكاوي الحالية 2", + "Current symptoms or complaints 3": "الأعراض أو الشكاوي الحالية 3", + "Main category of symptoms": "تصنيف الاعراض والشكاوي", + "Duration of the main symptom": "المدة الزمنية للعرض الرئيسي", + "Important details of the main problem How long have they had the problem (significant events etc.)": "تفاصيل مهمة حول المشكلة الرئيسية: منذ متى يعاني المريض من المشكلة (ما هي بعض الأحداث الرئيسية، إلخ.)؟", + "Patient presentation": "مظهر المريض: كيف يبدو أو يتحدث / نشاطه الحركي / حالته المزاجية / أفكاره / تصوراته؟ هل المريض واعي زمانياً / مكانياً / لشخصه / للأحداث الجارية؟", + "Clinical diagnosis (only to be established by a psychologist)": "التشخيص السريري (لا يتم إلا من قبل أخصائي نفسي)", + "In the past week": "...في الاسبوع الماضي", + "Did you have problems performing daily activities such as cooking bathing or chores outside the household": "هل واجهت أي مشاكل عند اداء نشاطاتك اليومية, مثلا عند الطبخ, الاستحمام, او اداء المهام خارج المنزل؟", + "Did you have problems getting along with family or friends": "هل واجهت مشاكل في التوافق مع العائلة أو الأصدقاء؟", + "Did you have any problems sleeping such as sleeping too much or not enough": "هل واجهت أي مشاكل بالنوم, مثلا نوم بشكل كثير او عدم النوم بشكل كافي؟", + "Have you been bothered by unpleasant thoughts worries or ideas": "هل شعرت بالانزعاج من تفكير غير سار, قلق او افكار؟", + "Have you felt sad or nervous": "هل شعرت بالحزن او التوتر؟", + "Have you been suffering": "هل كنت تعاني؟", + "In general in the past week how well has the child been feeling": "بشكل عام, بالأسبوع الماضي, كيف كان يشعر الطفل؟", + "Did the child have problems playing doing chores homework or other day to day activities": "هل واجه الطفل مشاكل باللعب, القيام بالمهام, اداء الواجبات او أي فعالية اخرى يومية؟", + "Did the child have problems getting along with others": "هل واجه الطفل مشاكل بالتوافق مع الاخرين؟", + "Did the child have problems paying attention understanding or remembering things": "هل واجه الطفل مشاكل بالانتباه, الفهم او تذكر الاشياء؟", + "Did the child have problems with his appetite such as having too little or too much hunger": "هل واجه الطفل مشاكل بالشهية, كالأكل القليل جدا او الجوع الشديد؟", + "Did the child have problem sleeping such as sleeping too much or not enough": "هل واجه الطفل مشاكل بالنوم, مثلا النوم الكثير او عدم النوم بشكل كافي؟", + "Did the child complain about pain or discomfort with his/her body": "هل اشتكى الطفل عن الم او عدم ارتياح بجسده/ها؟", + "Did the child behave poorly": "هل تصرف الطفل بشكل سيء؟", + "Did the child seek comfort and closeness from someone": "هل طلب الطفل الراحة والقرب من شخص ما؟", + "Did the child wet the bed": "هل تبول الطفل في سريره؟", + "Was the child sad or irritable": "هل كان الطفل حزينا او سريع الانفعال؟", + "Was the child worried or scared": "هل كان الطفل قلق او خائف؟", + "Has the child been crying": "هل كان الطفل يبكي؟", + "Has the child been suffering": "هل كان الطفل يعاني؟", + "A last question": "اخر الاسئلة", + "In general how helpful were the therapeutic or counselling sessions FOR YOUR CHILD": "بشكل عام, ما مدى فائدة الجلسات العلاجية او الارشادية لطفلك؟", + "In general how helpful were the therapeutic or counselling sessions FOR YOU": "بشكل عام, ما مدى فائدة الجلسات العلاجية او الارشادية لك؟", + "MHOS score": "نتائج مخرجات الصحة العقلية", + "Last MHOS score": "أخر نتائج مخرجات الصحة العقلية", + "Last PHQ-9 score": "مجموع نقاط PHQ-9 الأخيرة", + "Little interest or pleasure in doing things": "قلة الاهتمام أو الاستمتاع بممارسة الأشياء", + "Feeling down depressed or hopeless": "الشعور بالحزن أو ضيق الصدر أو اليأس", + "Trouble falling or staying asleep or sleeping too much": "هل تعاني من مشاكل في النوم أو البقاء نائما، أو النوم كثيرا؟", + "Feeling tired or having little energy": "الشعور بالتعب أو بقلة الحيوية.", + "Poor appetite or overeating": "قلة الشهية أو الافراط في الاكل", + "Feeling bad about yourself - or that you are a failure or have let yourself or your family down": "الشعور بعدم الرضا عن النفس أو بالفشل أو الإحباط تجاه ذويك.", + "Trouble concentrating on things such as reading the newspaper or watching television": "الصعوبة في التركيز على الأشياء، مثل قراءة الصحف أو مشاهدة التليفزيون.", + "Moving or speaking so slowly that other people could have noticed Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual": "بطء في الحركة أو الكلام بدرجة ملحوظة من الآخرين؟ أو على العكس من ذلك كثرة التململ والتحرك إلى درجة فوق العادة.", + "Thoughts that you would be better off dead or of hurting yourself in some way": "الشعور بتفضيل الموت عن الحياة أو بإيذاء النفس بطريقة ما.", + "PHQ-9 score": "PHQ9 النقاط", + "Depression severity scale": "مقياس شدة الاكتئاب", + "CGI-S score - How mentally ill is the patient at this time": "قياس درجة الشدة (CGI-S): ما مدى شدة المرض النفسي لدى المريض في هذه الفترة؟", + "Last CGI-S score": null, + "Positive functionality Is the patient capable of being independent caring for themselves (bathing/eating) going to work/school etc.": "القدرة الوظيفية: هل المريض قادر على أن يكون مستقلاً، وأن يعتني بنفسه (أن يستحم / يأكل)، وأن يذهب إلى العمل / المدرسة، إلخ.؟", + "Internal resources Does the patient believe that they have the abilities needed to overcome the current problem / do they have hope for their future": "الموارد الداخلية: هل يعتقد المريض أن لديه القدرات اللازمة لتجاوز المشكلة الحالية / هل لديه أمل في مستقبله؟", + "External resources Does the patient believe that they have someone who they can rely on for help in their lives": "الموارد الخارجية: هل يعتقد المريض أن لديه أحد يمكنه الاعتماد عليه، ويمكن أن يساعده في حياته؟", + "Spiritual / moral resources Are the patients beliefs a source of strength for them when dealing with problems": "الموارد الروحية / المعنوية: هل معتقدات المريض مصدرُ قوة له عند التعامل مع المشاكل؟", + "Has the patient had thoughts of death or suicide": "هل راودت المريض أفكار عن الموت أو الانتحار؟", + "Frequency": "درجة تواتر الفكرة", + "Has the patient hurt themselves / caused self-harm": "هل قام المريض بأذية نفسه أو تسبب بأذيتها؟", + "Type of behavior and frequency": "نوع السلوك ودرجة تواتره", + "Has the patient attempted suicide or tried to kill themselves": "هل حاول المريض الانتحار أو قتل نفسه؟", + "Number of attempts and method": "عدد المحاولات والأسلوب", + "Is the patient currently at risk of hurting himself/herself or attempting suicide": "هل يمثل المريض في الوقت الحالي خطراً على نفسه، من حيث أنه قد يؤذي نفسه أو يحاول الانتحار؟", + "Action taken to reduce risk ": "الإجراءات المتبعة للحد من الخطر", + "Is the patient currently at risk of hurting others": "هل يمثل المريض في الوقت الحالي خطراً على الآخرين، من حيث أنه قد يؤذيهم؟", + "Does the patient regularly use alcohol / substances to become intoxicated": "هل يتعاطى المريض الكحول / العقاقير لكي يثمل بشكل منتظم أو معتاد؟", + "Type of substance and frequency ": "نوع العقار وانتظام تعاطيه", + "Is the patient currently on psychotropic / psychiatric medication": "هل المريض يأخذ في الوقت الحالي أدوية علاج نفسي / مؤثرات عقلية؟", + "Prescribed by": "من وصف الدواء", + "Has the patient experienced an act of aggression or violence": "هل المريض يأخذ في الوقت الحالي أدوية علاج نفسي / مؤثرات عقلية؟ ", + "What type(s) of violence - 1": "إذا كانت الإجابة نعم، فأي نوع من-1", + "What type(s) of violence - 2": "إذا كانت الإجابة نعم، فأي نوع من-2", + "What type(s) of violence - 3": "إذا كانت الإجابة نعم، فأي نوع من-3", + "Time between violence event and consultation": "إذا كانت الإجابة نعم، المدة الزمنية بين حادث العنف والاستشارة", + "If yes would the patient like a referral to the medical department for treatment (or midwife/maternity for sexual violence)": "إذا كانت الإجابة نعم، فهل يرغب المريض بأن تتم إحالته إلى القسم الطبي من أجل تلقي العلاج (أو لمراجعة قابلة / أو أخصائية أمومة في حالة العنف الجنسي)؟", + "Action taken": "الإجراء المتخذ", + "Medical conditions": "الحالات الطبية", + "Violence": " العنف", + "Separation or loss": "الانفصال او الفقد", + "Disaster": "الكوارث", + "Other": "أخرى", + "Main past or precipitating events - 1": " الأحداث الرئيسية الماضية / المحفزة - الأولى", + "Main past or precipitating events - 2": " الأحداث الرئيسية الماضية / المحفزة - الثانية", + "Main past or precipitating events - 3": " الأحداث الرئيسية الماضية / المحفزة - الثالثة", + "Main category of precipitating event": "نوع الحدث المحفز الرئيسي", + "Relevant details of the past / precipitating events": "تفاصيل ذات صلة بالأحداث الماضية / المحفزة", + "Overall goals for therapy": "أهداف العلاج النفسي الإجمالية (ما الذي تحاول إنجازه على مدى عدة جلسات مع المريض؟ حاول أن تكون دقيقاً في طرحك، وقم بتحديد الإجابة مع المريض)", + "Todays Session (what did you do today in session)": "جلسة اليوم (ماذا فعلتم في جلسة اليوم؟)", + "Homework (what will the patient do before next session)": "المقرر المنزلي (ماذا سيفعل المريض قبل الجلسة القادمة؟)", + "Follow up session required (If no fill the Exit form)": "جلسة المتابعة مطلوبة? (إذا كانت الإجابة لا، املأ نموذج الخروج)", + "Set the next appointment date": "تعيين تاريخ الموعد التالي في وحدة المواعيد", + "Next appointment date": "موعد الجلسة القادمة", + "Referral done": " تم إعادة إحالة المريض", + "Type of referral": "نوع الإحالة", + "Reason for referral": "أسباب الإحالة" + } +} \ No newline at end of file diff --git a/sample-data/omrs-form-generation-jsons/generated_form_schemas/F01-MHPSS_Baseline.json b/sample-data/omrs-form-generation-jsons/generated_form_schemas/F01-MHPSS_Baseline.json new file mode 100644 index 0000000..ff990fa --- /dev/null +++ b/sample-data/omrs-form-generation-jsons/generated_form_schemas/F01-MHPSS_Baseline.json @@ -0,0 +1,4306 @@ +{ + "name": "F01-MHPSS Baseline", + "description": "MSF Form - F01-MHPSS Baseline", + "version": "1", + "published": true, + "uuid": "", + "processor": "EncounterFormProcessor", + "encounter": "Consultation", + "retired": false, + "referencedForms": [], + "pages": [ + { + "label": "Consultation", + "sections": [ + { + "label": "Admission", + "isExpanded": false, + "questions": [ + { + "id": "admissionType", + "label": "Admission type", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "4dae5b12-070f-4153-b1ca-fbec906106e1", + "answers": [ + { + "label": "New admission", + "concept": "9f2fe30f-a8f0-49ba-82e4-71c232259130" + }, + { + "label": "Readmission", + "concept": "e4e42ecd-196b-4aa8-a265-bfbed09d77cf" + } + ] + } + }, + { + "id": "sex", + "label": "Sex", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "ec42d68d-3e23-43de-b8c5-a03bb538e7c7", + "answers": [ + { + "label": "Male", + "concept": "625baaf5-ba75-4c23-bdef-283fd47c34db" + }, + { + "label": "Female", + "concept": "2ded9cfb-c089-4e1c-b032-7aa4a17882f7" + }, + { + "label": "Transgender male", + "concept": "37ccc7b5-0d1d-48d3-87a6-aee614bb500f" + }, + { + "label": "Transgender female", + "concept": "1226d253-376f-4e73-9ae2-36c7e9362e8b" + }, + { + "label": "Gender variant - Non conforming", + "concept": "810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0" + }, + { + "label": "Prefer not to answer", + "concept": "245151ca-691e-4d5a-a792-64cb573e2b34" + }, + { + "label": "Unknown", + "concept": "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8" + } + ] + } + }, + { + "id": "howManyPeopleLiveWithThePatient", + "label": "How many people live with the patient", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "number", + "concept": "58dec757-38d5-4c7b-9bd3-713d965f4883" + } + } + ] + }, + { + "label": "Consultation information", + "isExpanded": false, + "questions": [ + { + "id": "typeOfConsultation", + "label": "Type of consultation", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "1a8bf24f-4f36-4971-aad9-ae77f3525738", + "answers": [ + { + "label": "Individual", + "concept": "96223dc7-6959-4ea5-a362-c0246d858c87" + }, + { + "label": "Couple", + "concept": "61b32a22-acef-4141-9faa-9c236cdfa978" + }, + { + "label": "Family", + "concept": "f16d5d76-155b-453d-bd60-ea8ee4d344e9" + }, + { + "label": "Parent-Child", + "concept": "c39eaa06-6506-49f0-9c4f-c96fa957f9cd" + } + ] + } + }, + { + "id": "totalNumberOfBeneficiariesInFamilyConsultation", + "label": "Total number of beneficiaries in family consultation", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "number", + "concept": "b87a93ff-a4a1-4601-b35d-1e42bfa7e194" + }, + "hide": { + "hideWhenExpression": "typeOfConsultation !== 'f16d5d76-155b-453d-bd60-ea8ee4d344e9'" + } + }, + { + "id": "consultationDoneBy", + "label": "Consultation done by", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "722dd83a-c1cf-48ad-ac99-45ac131ccc96", + "answers": [ + { + "label": "Psychologist", + "concept": "278401ee-3d6f-4c65-9455-f1c16d0a7a98" + }, + { + "label": "Counsellor", + "concept": "fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331" + } + ] + } + }, + { + "id": "locationOfIntervention", + "label": "Location of intervention", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "82978311-bef9-46f9-9a9a-cc62254b00a6", + "answers": [ + { + "label": "Health facility", + "concept": "0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d" + }, + { + "label": "MSF health facility", + "concept": "41e68dee-a2a3-4e6c-9d96-53def5caff52" + }, + { + "label": "Mobile clinic", + "concept": "48984e47-3e9b-4d8e-a66d-317af5c36f02" + }, + { + "label": "Home visit", + "concept": "bd5bf44b-164c-415c-8bff-b1d4849928d3" + }, + { + "label": "School visit", + "concept": "7091b6ea-7067-4ee3-9f67-8805904e2f61" + }, + { + "label": "Remote / phone", + "concept": "398ce872-5862-4826-bba8-826915eddf98" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "id": "specifyHealthFacility", + "label": "Specify Health Facility", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "da33d74e-33b3-495a-9d7c-aa00a-aa0166" + }, + "hide": { + "hideWhenExpression": "locationOfIntervention !== '0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d'" + } + }, + { + "id": "specifyMsfHealthFacility", + "label": "Specify MSF Health Facility", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "41e68dee-a2a3-4e6c-9d96-53def5caff52" + }, + "hide": { + "hideWhenExpression": "locationOfIntervention !== '41e68dee-a2a3-4e6c-9d96-53def5caff52'" + } + }, + { + "id": "specifyMobileClinic", + "label": "Specify Mobile Clinic", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "08cd4b4a-4b0b-4391-987b-b5b3d770d30f" + }, + "hide": { + "hideWhenExpression": "locationOfIntervention !== '48984e47-3e9b-4d8e-a66d-317af5c36f02'" + } + }, + { + "id": "ifOtherSpecify", + "label": "If other specify", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "e08d532b-e56c-43dc-b831-af705654d2dc" + }, + "hide": { + "hideWhenExpression": "locationOfIntervention !== '790b41ce-e1e7-11e8-b02f-0242ac130002'" + } + }, + { + "id": "typeOfIntervention", + "label": "Type of intervention", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "82d1fcad-d1be-4ea2-a66c-c872fb4825b4", + "answers": [ + { + "label": "Counselling", + "concept": "08c534b7-c901-46fb-9831-50ecfcd74d1b" + }, + { + "label": "Psychotherapy", + "concept": "aa9c5d82-1ebf-43c7-9218-6766c4affbc4" + } + ] + } + } + ] + }, + { + "label": "Referral source", + "isExpanded": false, + "questions": [ + { + "id": "patientReferredBy", + "label": "Patient referred by", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "c3c86c1b-07be-4506-ab25-8f35f4389b19", + "answers": [ + { + "label": "IPD MSF", + "concept": "d17350e6-12de-4454-b902-58c2fc1e59aa" + }, + { + "label": "Emergency department MSF", + "concept": "c709f78b-5787-4c7e-b5bd-66aad28f7ff4" + }, + { + "label": "Primary Health Center MSF", + "concept": "82815438-a49d-48d7-a67f-dd294aa3c1e2" + }, + { + "label": "Health Promotion/sensitization", + "concept": "edb619d5-309f-45db-9521-70fcc22b30aa" + }, + { + "label": "Other MSF personnel", + "concept": "200a3de4-00a7-4a2e-a113-852013d6f4c5" + }, + { + "label": "MSF social worker", + "concept": "92f7c3e2-89e1-4ebd-9da9-7c2976de815c" + }, + { + "label": "Other health structure", + "concept": "923c6b39-4094-45e4-95ab-b44f7a381980" + }, + { + "label": "Local health worker (non-MSF)", + "concept": "54054512-7317-45c4-9494-f74be6ab4549" + }, + { + "label": "Institutions (NGOs/Church/IGO)", + "concept": "f9688da4-cdcf-4cb3-90c2-263812fa064f" + }, + { + "label": "Self-referral", + "concept": "8d9386b1-a641-4155-9822-7a06a16aa8e8" + }, + { + "label": "Family member / friend /neighbor", + "concept": "a8432309-bc74-4da0-8639-76988c02cbb5" + }, + { + "label": "Community leader", + "concept": "8b93d848-9e20-41b3-94e5-895a356e5ed7" + }, + { + "label": "School / University", + "concept": "98b1e458-2d46-4025-b912-7340f9d39610" + }, + { + "label": "Authorities", + "concept": "80575f44-be81-4694-aba4-012999328339" + }, + { + "label": "Legal attorney office", + "concept": "14940a46-5cce-4744-ac2a-c2d1fdc64e11" + }, + { + "label": "Prosecutor office", + "concept": "b989e916-8299-40f6-9a92-c0c8d8e70f20" + }, + { + "label": "Forensic department", + "concept": "f85b0def-4af3-4901-839d-0a9dc8ace318" + }, + { + "label": "CHOW (Community Health Outreach Worker)", + "concept": "127bfdc9-8059-4421-a3cc-967bfbfee0ce" + }, + { + "label": "Community educator", + "concept": "410a0731-cb41-4181-9897-6eb9894bf7b8" + } + ] + } + } + ] + } + ] + }, + { + "label": "Problems / symptoms", + "sections": [ + { + "label": "Main problem or reason for referral", + "isExpanded": false, + "questions": [ + { + "id": "mainProblemOrReasonForReferral", + "label": "Main problem or reason for referral", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "textarea", + "concept": "53b450aa-d27c-4c2f-9a4e-98513bbe645f" + }, + "questionInfo": "Why is the patient coming to the MH department? Write in patient\u2019s words" + } + ] + }, + { + "label": "Current symptoms or complaints (What is the patient reporting / what are you seeing?)", + "isExpanded": false, + "questions": [ + { + "id": "psychosomatic", + "label": "Psychosomatic", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "multiCheckbox", + "concept": "c899d33a-adde-4c70-ad65-2326b8843e3b", + "answers": [ + { + "label": "Body pain or complaints (headache palpitations breathing problems gastrointestinal etc.)", + "concept": "464c68b7-0fb0-495c-b931-0c1732b60397" + }, + { + "label": "Eating problems", + "concept": "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093" + }, + { + "label": "Sleeping problems", + "concept": "42966954-f43f-4564-bc59-d9d133e53a75" + }, + { + "label": "Bedwetting / retention problems", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Sexual problems", + "concept": "3ba98736-982f-4d9c-a675-f83b180a9f28" + }, + { + "label": "Unexplained physical reaction (non-epileptic seizures paralysis unable to walk unexplained fainting)", + "concept": "28adad48-b45b-46a4-ae94-4cca6118047e" + } + ] + } + }, + { + "id": "depressionRelated", + "label": "Depression related", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "multiCheckbox", + "concept": "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd", + "answers": [ + { + "label": "Sad mood", + "concept": "7f4699e5-e70a-49fb-bf34-c09afa867fdc" + }, + { + "label": "Irritability / anger", + "concept": "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0" + }, + { + "label": "Loss of interest / anhedonia", + "concept": "51061bb9-6084-4bb3-b83b-5c234e45b09c" + }, + { + "label": "Hopelessness", + "concept": "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f" + }, + { + "label": "Guilt/self-blame/worthlessness", + "concept": "e8166325-9ddc-4739-9452-da63ee7862d2" + }, + { + "label": "Current suicidal thoughts", + "concept": "4f8f7343-f191-4483-bcf9-c60027a6eca8" + }, + { + "label": "Recent suicidal attempt", + "concept": "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca" + }, + { + "label": "Recent self-harm", + "concept": "003b425a-d8c3-47ed-bbde-45a7c180c0a4" + }, + { + "label": "Changes in appetite", + "concept": "ce47585c-fa23-4de3-9e3a-97f5eb309e72" + } + ] + } + }, + { + "id": "anxietyRelated", + "label": "Anxiety related", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "multiCheckbox", + "concept": "241b3278-3803-478b-8484-70e2b17e5543", + "answers": [ + { + "label": "Constant stress", + "concept": "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd" + }, + { + "label": "Persistent worry", + "concept": "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb" + }, + { + "label": "Intense fear / phobia / feeling threatened", + "concept": "ae1ab702-fa58-4648-95e4-acca5c9078f7" + }, + { + "label": "Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "concept": "473f0ea3-92e5-4a99-bbe0-358e371355ee" + }, + { + "label": "Compulsive or repetitive behavior", + "concept": "4fa8e185-3ce6-4bbf-92c4-12e069dc9631" + } + ] + } + }, + { + "id": "traumaRelated", + "label": "Trauma related", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "multiCheckbox", + "concept": "3a0c003c-9149-4a5f-a236-ed5d61231950", + "answers": [ + { + "label": "Intrusive feelings thoughts", + "concept": "ecf185bf-e3a3-4c46-948b-13dd0ddd1487" + }, + { + "label": "Flashbacks", + "concept": "c60a75c9-2ee9-4fb2-af53-6d730e45f074" + }, + { + "label": "Avoidance of traumatic stimuli", + "concept": "94083de5-2603-4b26-a6d8-ec4459f9eced" + }, + { + "label": "Hypervigilance / excessive startle response", + "concept": "06a3663d-f7c7-451d-a2e5-1daedfa7abb5" + }, + { + "label": "Trauma-related hallucinations (hearing voices associated with the traumatic event seeing dead persons as cultural expression of distress)", + "concept": "e5f10e57-9d21-4d27-b2c9-e03aa535b76a" + }, + { + "label": "Child has stopped talking", + "concept": "96eca5fb-417d-4fdb-ab32-e701eb0f8e21" + } + ] + } + }, + { + "id": "psychosisRelated", + "label": "Psychosis related", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "multiCheckbox", + "concept": "612c130a-0ae9-4565-af09-b5437334c742", + "answers": [ + { + "label": "Delusions (false beliefs)", + "concept": "452fa7bf-ea9a-4057-bf15-bbc6c52284d4" + }, + { + "label": "Visual hallucinations", + "concept": "c841b5eb-e2d8-49c9-9f1b-43944d9980e6" + }, + { + "label": "Auditory hallucinations", + "concept": "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1" + }, + { + "label": "Disorganized thought /speech", + "concept": "dfaf113c-72f2-4865-81c9-31aba9e95a74" + }, + { + "label": "Bizarre behavior", + "concept": "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f" + }, + { + "label": "Psychotic agitation", + "concept": "cda4f471-1da9-4192-8f26-ecec35775d5a" + } + ] + } + }, + { + "id": "neurocognitiveProblems", + "label": "Neurocognitive problems", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "multiCheckbox", + "concept": "a5b552b6-44db-42f1-a436-6f2f12de471e", + "answers": [ + { + "label": "Problems with concentration memory or reasoning", + "concept": "44274d50-bb85-4f20-9b55-d08f60343c38" + }, + { + "label": "Delayed development (milestones)", + "concept": "66e446ee-8f82-4f2a-808f-00d664ac92de" + }, + { + "label": "Abnormal social interaction and communication", + "concept": "08e5f461-0f71-4d23-95a0-1e4ae3d141ab" + }, + { + "label": "Learning difficulties", + "concept": "9240ed56-8ba2-4ef2-b42f-e84179fcc333" + }, + { + "label": "Epileptic seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + } + ] + } + }, + { + "id": "behaviorProblems", + "label": "Behavior problems", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "multiCheckbox", + "concept": "5b271a75-d44b-466a-8baf-71153dc1895c", + "answers": [ + { + "label": "Alcohol / substance abuse", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Aggressiveness", + "concept": "977e8c6f-befa-4af3-87e1-1d29a57450c1" + }, + { + "label": "Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Hypo- or hyperactivity", + "concept": "520eccda-99f4-4cab-950b-260cfe3ab767" + }, + { + "label": "Impulsivity", + "concept": "12723e41-2955-4917-971c-7f05849412d7" + }, + { + "label": "Regression in development", + "concept": "c09cde65-4fa8-47bc-b795-06ccf0be1d8b" + }, + { + "label": "Social withdrawal (isolation/reduced attachment/involvement)", + "concept": "07ff1a8a-2a0b-4e28-83ec-8c82f0681738" + } + ] + } + }, + { + "id": "otherSymptoms", + "label": "Other symptoms", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "multiCheckbox", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002", + "answers": [ + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "id": "ifOtherSpecify", + "label": "If other specify", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "e08d532b-e56c-43dc-b831-af705654d2dc" + }, + "hide": { + "hideWhenExpression": "currentSymptomsOrComplaints !== 'other'" + } + } + ] + }, + { + "label": "Select the main problems prioritized as 1, 2 and 3 from the lists", + "isExpanded": false, + "questions": [ + { + "id": "currentSymptomsOrComplaints1", + "label": "Current symptoms or complaints 1", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "45b39cbf-0fb2-4682-8544-8aaf3e07a744", + "answers": [ + { + "label": "Body pain or complaints (headache palpitations breathing problems gastrointestinal etc.)", + "concept": "464c68b7-0fb0-495c-b931-0c1732b60397" + }, + { + "label": "Eating problems", + "concept": "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093" + }, + { + "label": "Sleeping problems", + "concept": "42966954-f43f-4564-bc59-d9d133e53a75" + }, + { + "label": "Bedwetting / retention problems", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Sexual problems", + "concept": "3ba98736-982f-4d9c-a675-f83b180a9f28" + }, + { + "label": "Unexplained physical reaction (non-epileptic seizures paralysis unable to walk unexplained fainting)", + "concept": "28adad48-b45b-46a4-ae94-4cca6118047e" + }, + { + "label": "Sad mood", + "concept": "7f4699e5-e70a-49fb-bf34-c09afa867fdc" + }, + { + "label": "Irritability / anger", + "concept": "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0" + }, + { + "label": "Loss of interest / anhedonia", + "concept": "51061bb9-6084-4bb3-b83b-5c234e45b09c" + }, + { + "label": "Hopelessness", + "concept": "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f" + }, + { + "label": "Guilt/self-blame/worthlessness", + "concept": "e8166325-9ddc-4739-9452-da63ee7862d2" + }, + { + "label": "Current suicidal thoughts", + "concept": "4f8f7343-f191-4483-bcf9-c60027a6eca8" + }, + { + "label": "Recent suicidal attempt", + "concept": "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca" + }, + { + "label": "Recent self-harm", + "concept": "003b425a-d8c3-47ed-bbde-45a7c180c0a4" + }, + { + "label": "Changes in appetite", + "concept": "ce47585c-fa23-4de3-9e3a-97f5eb309e72" + }, + { + "label": "Constant stress", + "concept": "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd" + }, + { + "label": "Persistent worry", + "concept": "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb" + }, + { + "label": "Intense fear / phobia / feeling threatened", + "concept": "ae1ab702-fa58-4648-95e4-acca5c9078f7" + }, + { + "label": "Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "concept": "473f0ea3-92e5-4a99-bbe0-358e371355ee" + }, + { + "label": "Compulsive or repetitive behavior", + "concept": "4fa8e185-3ce6-4bbf-92c4-12e069dc9631" + }, + { + "label": "Intrusive feelings thoughts", + "concept": "ecf185bf-e3a3-4c46-948b-13dd0ddd1487" + }, + { + "label": "Flashbacks", + "concept": "c60a75c9-2ee9-4fb2-af53-6d730e45f074" + }, + { + "label": "Avoidance of traumatic stimuli", + "concept": "94083de5-2603-4b26-a6d8-ec4459f9eced" + }, + { + "label": "Hypervigilance / excessive startle response", + "concept": "06a3663d-f7c7-451d-a2e5-1daedfa7abb5" + }, + { + "label": "Trauma-related hallucinations (hearing voices associated with the traumatic event seeing dead persons as cultural expression of distress)", + "concept": "e5f10e57-9d21-4d27-b2c9-e03aa535b76a" + }, + { + "label": "Child has stopped talking", + "concept": "96eca5fb-417d-4fdb-ab32-e701eb0f8e21" + }, + { + "label": "Delusions (false beliefs)", + "concept": "452fa7bf-ea9a-4057-bf15-bbc6c52284d4" + }, + { + "label": "Visual hallucinations", + "concept": "c841b5eb-e2d8-49c9-9f1b-43944d9980e6" + }, + { + "label": "Auditory hallucinations", + "concept": "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1" + }, + { + "label": "Disorganized thought /speech", + "concept": "dfaf113c-72f2-4865-81c9-31aba9e95a74" + }, + { + "label": "Bizarre behavior", + "concept": "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f" + }, + { + "label": "Psychotic agitation", + "concept": "cda4f471-1da9-4192-8f26-ecec35775d5a" + }, + { + "label": "Problems with concentration memory or reasoning", + "concept": "44274d50-bb85-4f20-9b55-d08f60343c38" + }, + { + "label": "Delayed development (milestones)", + "concept": "66e446ee-8f82-4f2a-808f-00d664ac92de" + }, + { + "label": "Abnormal social interaction and communication", + "concept": "08e5f461-0f71-4d23-95a0-1e4ae3d141ab" + }, + { + "label": "Learning difficulties", + "concept": "9240ed56-8ba2-4ef2-b42f-e84179fcc333" + }, + { + "label": "Epileptic seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + }, + { + "label": "Alcohol / substance abuse", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Aggressiveness", + "concept": "977e8c6f-befa-4af3-87e1-1d29a57450c1" + }, + { + "label": "Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Hypo- or hyperactivity", + "concept": "520eccda-99f4-4cab-950b-260cfe3ab767" + }, + { + "label": "Impulsivity", + "concept": "12723e41-2955-4917-971c-7f05849412d7" + }, + { + "label": "Regression in development", + "concept": "c09cde65-4fa8-47bc-b795-06ccf0be1d8b" + }, + { + "label": "Social withdrawal (isolation/reduced attachment/involvement)", + "concept": "07ff1a8a-2a0b-4e28-83ec-8c82f0681738" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + }, + "questionInfo": "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician." + }, + { + "id": "currentSymptomsOrComplaints2", + "label": "Current symptoms or complaints 2", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "ee1b7973-e931-494e-a9cb-22b814b4d8ed", + "answers": [ + { + "label": "Body pain or complaints (headache palpitations breathing problems gastrointestinal etc.)", + "concept": "464c68b7-0fb0-495c-b931-0c1732b60397" + }, + { + "label": "Eating problems", + "concept": "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093" + }, + { + "label": "Sleeping problems", + "concept": "42966954-f43f-4564-bc59-d9d133e53a75" + }, + { + "label": "Bedwetting / retention problems", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Sexual problems", + "concept": "3ba98736-982f-4d9c-a675-f83b180a9f28" + }, + { + "label": "Unexplained physical reaction (non-epileptic seizures paralysis unable to walk unexplained fainting)", + "concept": "28adad48-b45b-46a4-ae94-4cca6118047e" + }, + { + "label": "Sad mood", + "concept": "7f4699e5-e70a-49fb-bf34-c09afa867fdc" + }, + { + "label": "Irritability / anger", + "concept": "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0" + }, + { + "label": "Loss of interest / anhedonia", + "concept": "51061bb9-6084-4bb3-b83b-5c234e45b09c" + }, + { + "label": "Hopelessness", + "concept": "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f" + }, + { + "label": "Guilt/self-blame/worthlessness", + "concept": "e8166325-9ddc-4739-9452-da63ee7862d2" + }, + { + "label": "Current suicidal thoughts", + "concept": "4f8f7343-f191-4483-bcf9-c60027a6eca8" + }, + { + "label": "Recent suicidal attempt", + "concept": "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca" + }, + { + "label": "Recent self-harm", + "concept": "003b425a-d8c3-47ed-bbde-45a7c180c0a4" + }, + { + "label": "Changes in appetite", + "concept": "ce47585c-fa23-4de3-9e3a-97f5eb309e72" + }, + { + "label": "Constant stress", + "concept": "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd" + }, + { + "label": "Persistent worry", + "concept": "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb" + }, + { + "label": "Intense fear / phobia / feeling threatened", + "concept": "ae1ab702-fa58-4648-95e4-acca5c9078f7" + }, + { + "label": "Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "concept": "473f0ea3-92e5-4a99-bbe0-358e371355ee" + }, + { + "label": "Compulsive or repetitive behavior", + "concept": "4fa8e185-3ce6-4bbf-92c4-12e069dc9631" + }, + { + "label": "Intrusive feelings thoughts", + "concept": "ecf185bf-e3a3-4c46-948b-13dd0ddd1487" + }, + { + "label": "Flashbacks", + "concept": "c60a75c9-2ee9-4fb2-af53-6d730e45f074" + }, + { + "label": "Avoidance of traumatic stimuli", + "concept": "94083de5-2603-4b26-a6d8-ec4459f9eced" + }, + { + "label": "Hypervigilance / excessive startle response", + "concept": "06a3663d-f7c7-451d-a2e5-1daedfa7abb5" + }, + { + "label": "Trauma-related hallucinations (hearing voices associated with the traumatic event seeing dead persons as cultural expression of distress)", + "concept": "e5f10e57-9d21-4d27-b2c9-e03aa535b76a" + }, + { + "label": "Child has stopped talking", + "concept": "96eca5fb-417d-4fdb-ab32-e701eb0f8e21" + }, + { + "label": "Delusions (false beliefs)", + "concept": "452fa7bf-ea9a-4057-bf15-bbc6c52284d4" + }, + { + "label": "Visual hallucinations", + "concept": "c841b5eb-e2d8-49c9-9f1b-43944d9980e6" + }, + { + "label": "Auditory hallucinations", + "concept": "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1" + }, + { + "label": "Disorganized thought /speech", + "concept": "dfaf113c-72f2-4865-81c9-31aba9e95a74" + }, + { + "label": "Bizarre behavior", + "concept": "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f" + }, + { + "label": "Psychotic agitation", + "concept": "cda4f471-1da9-4192-8f26-ecec35775d5a" + }, + { + "label": "Problems with concentration memory or reasoning", + "concept": "44274d50-bb85-4f20-9b55-d08f60343c38" + }, + { + "label": "Delayed development (milestones)", + "concept": "66e446ee-8f82-4f2a-808f-00d664ac92de" + }, + { + "label": "Abnormal social interaction and communication", + "concept": "08e5f461-0f71-4d23-95a0-1e4ae3d141ab" + }, + { + "label": "Learning difficulties", + "concept": "9240ed56-8ba2-4ef2-b42f-e84179fcc333" + }, + { + "label": "Epileptic seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + }, + { + "label": "Alcohol / substance abuse", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Aggressiveness", + "concept": "977e8c6f-befa-4af3-87e1-1d29a57450c1" + }, + { + "label": "Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Hypo- or hyperactivity", + "concept": "520eccda-99f4-4cab-950b-260cfe3ab767" + }, + { + "label": "Impulsivity", + "concept": "12723e41-2955-4917-971c-7f05849412d7" + }, + { + "label": "Regression in development", + "concept": "c09cde65-4fa8-47bc-b795-06ccf0be1d8b" + }, + { + "label": "Social withdrawal (isolation/reduced attachment/involvement)", + "concept": "07ff1a8a-2a0b-4e28-83ec-8c82f0681738" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + }, + "questionInfo": "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician." + }, + { + "id": "currentSymptomsOrComplaints3", + "label": "Current symptoms or complaints 3", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "92a92f62-3ff6-4944-9ea9-a7af23949bad", + "answers": [ + { + "label": "Body pain or complaints (headache palpitations breathing problems gastrointestinal etc.)", + "concept": "464c68b7-0fb0-495c-b931-0c1732b60397" + }, + { + "label": "Eating problems", + "concept": "8cc7bf17-44f1-436e-9f0c-4ffed9fdd093" + }, + { + "label": "Sleeping problems", + "concept": "42966954-f43f-4564-bc59-d9d133e53a75" + }, + { + "label": "Bedwetting / retention problems", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Sexual problems", + "concept": "3ba98736-982f-4d9c-a675-f83b180a9f28" + }, + { + "label": "Unexplained physical reaction (non-epileptic seizures paralysis unable to walk unexplained fainting)", + "concept": "28adad48-b45b-46a4-ae94-4cca6118047e" + }, + { + "label": "Sad mood", + "concept": "7f4699e5-e70a-49fb-bf34-c09afa867fdc" + }, + { + "label": "Irritability / anger", + "concept": "ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0" + }, + { + "label": "Loss of interest / anhedonia", + "concept": "51061bb9-6084-4bb3-b83b-5c234e45b09c" + }, + { + "label": "Hopelessness", + "concept": "ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f" + }, + { + "label": "Guilt/self-blame/worthlessness", + "concept": "e8166325-9ddc-4739-9452-da63ee7862d2" + }, + { + "label": "Current suicidal thoughts", + "concept": "4f8f7343-f191-4483-bcf9-c60027a6eca8" + }, + { + "label": "Recent suicidal attempt", + "concept": "ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca" + }, + { + "label": "Recent self-harm", + "concept": "003b425a-d8c3-47ed-bbde-45a7c180c0a4" + }, + { + "label": "Changes in appetite", + "concept": "ce47585c-fa23-4de3-9e3a-97f5eb309e72" + }, + { + "label": "Constant stress", + "concept": "92d3cabc-e64c-4788-8d6b-e6e06f0b18fd" + }, + { + "label": "Persistent worry", + "concept": "ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb" + }, + { + "label": "Intense fear / phobia / feeling threatened", + "concept": "ae1ab702-fa58-4648-95e4-acca5c9078f7" + }, + { + "label": "Panic attack (sudden intense fear with somatic symptoms such as chest pain)", + "concept": "473f0ea3-92e5-4a99-bbe0-358e371355ee" + }, + { + "label": "Compulsive or repetitive behavior", + "concept": "4fa8e185-3ce6-4bbf-92c4-12e069dc9631" + }, + { + "label": "Intrusive feelings thoughts", + "concept": "ecf185bf-e3a3-4c46-948b-13dd0ddd1487" + }, + { + "label": "Flashbacks", + "concept": "c60a75c9-2ee9-4fb2-af53-6d730e45f074" + }, + { + "label": "Avoidance of traumatic stimuli", + "concept": "94083de5-2603-4b26-a6d8-ec4459f9eced" + }, + { + "label": "Hypervigilance / excessive startle response", + "concept": "06a3663d-f7c7-451d-a2e5-1daedfa7abb5" + }, + { + "label": "Trauma-related hallucinations (hearing voices associated with the traumatic event seeing dead persons as cultural expression of distress)", + "concept": "e5f10e57-9d21-4d27-b2c9-e03aa535b76a" + }, + { + "label": "Child has stopped talking", + "concept": "96eca5fb-417d-4fdb-ab32-e701eb0f8e21" + }, + { + "label": "Delusions (false beliefs)", + "concept": "452fa7bf-ea9a-4057-bf15-bbc6c52284d4" + }, + { + "label": "Visual hallucinations", + "concept": "c841b5eb-e2d8-49c9-9f1b-43944d9980e6" + }, + { + "label": "Auditory hallucinations", + "concept": "3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1" + }, + { + "label": "Disorganized thought /speech", + "concept": "dfaf113c-72f2-4865-81c9-31aba9e95a74" + }, + { + "label": "Bizarre behavior", + "concept": "8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f" + }, + { + "label": "Psychotic agitation", + "concept": "cda4f471-1da9-4192-8f26-ecec35775d5a" + }, + { + "label": "Problems with concentration memory or reasoning", + "concept": "44274d50-bb85-4f20-9b55-d08f60343c38" + }, + { + "label": "Delayed development (milestones)", + "concept": "66e446ee-8f82-4f2a-808f-00d664ac92de" + }, + { + "label": "Abnormal social interaction and communication", + "concept": "08e5f461-0f71-4d23-95a0-1e4ae3d141ab" + }, + { + "label": "Learning difficulties", + "concept": "9240ed56-8ba2-4ef2-b42f-e84179fcc333" + }, + { + "label": "Epileptic seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + }, + { + "label": "Alcohol / substance abuse", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Aggressiveness", + "concept": "977e8c6f-befa-4af3-87e1-1d29a57450c1" + }, + { + "label": "Conduct problems in children (aggression/destructive behavior/ stealing /repeated lying/rule violation)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Hypo- or hyperactivity", + "concept": "520eccda-99f4-4cab-950b-260cfe3ab767" + }, + { + "label": "Impulsivity", + "concept": "12723e41-2955-4917-971c-7f05849412d7" + }, + { + "label": "Regression in development", + "concept": "c09cde65-4fa8-47bc-b795-06ccf0be1d8b" + }, + { + "label": "Social withdrawal (isolation/reduced attachment/involvement)", + "concept": "07ff1a8a-2a0b-4e28-83ec-8c82f0681738" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + }, + "questionInfo": "If current suicidal thoughts, recent suicide attempt, or current psychotic symptoms consider referral to psychologist / mhGAP clinician." + }, + { + "id": "ifOtherSpecify", + "label": "If other specify", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "e08d532b-e56c-43dc-b831-af705654d2dc" + }, + "hide": { + "hideWhenExpression": "currentSymptomsOrComplaints1 !== 'other'" + } + } + ] + }, + { + "label": "Current symptoms or complaints (continuation)", + "isExpanded": false, + "questions": [ + { + "id": "mainCategoryOfSymptoms", + "label": "Main category of symptoms", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "9a8204ca-d908-4157-9285-7c970dbb5287", + "calculate": { + "calculateExpression": "The question can be filled with the category of the answer entered in the question [Current symptoms or complaints 1]" + }, + "answers": [ + { + "label": "Psychosomatic", + "concept": "c899d33a-adde-4c70-ad65-2326b8843e3b" + }, + { + "label": "Depression related", + "concept": "7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd" + }, + { + "label": "Anxiety related", + "concept": "241b3278-3803-478b-8484-70e2b17e5543" + }, + { + "label": "Trauma related", + "concept": "3a0c003c-9149-4a5f-a236-ed5d61231950" + }, + { + "label": "Psychosis related", + "concept": "612c130a-0ae9-4565-af09-b5437334c742" + }, + { + "label": "Neuro cognitive problems", + "concept": "a5b552b6-44db-42f1-a436-6f2f12de471e" + }, + { + "label": "Behaviour problems", + "concept": "5b271a75-d44b-466a-8baf-71153dc1895c" + }, + { + "label": "Other symptoms", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "id": "durationOfTheMainSymptom", + "label": "Duration of the main symptom", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "3edcfddb-7988-4ce5-97a0-d4c46b267a04", + "answers": [ + { + "label": "1 - 3 days", + "concept": "a3d78d0a-613d-46ab-ae00-de985dd822eb" + }, + { + "label": "4 - 7 days", + "concept": "7a5a7a86-1ebf-4309-915a-d58e6c907db1" + }, + { + "label": "1 - 4 weeks", + "concept": "d5ea3587-be05-4b66-809c-3c63481300b3" + }, + { + "label": "1 - 6 months", + "concept": "a2ffa3e1-eabe-4417-af29-09ea962d584e" + }, + { + "label": "6 - 12 months", + "concept": "f9c40a2d-7e94-418b-b222-e73959845e4d" + }, + { + "label": "> 1 year", + "concept": "f7ae6f81-0dcf-4316-9706-26d96a8d9c1e" + } + ] + } + }, + { + "id": "importantDetailsOfTheMainProblemHowLongHaveTheyHadTheProblem", + "label": "Important details of the main problem How long have they had the problem (significant events etc.)", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "textarea", + "concept": "4c9228b2-4ba2-4edb-8daf-31a824e5fa9a" + } + }, + { + "id": "patientPresentation", + "label": "Patient presentation", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "textarea", + "concept": "ddf9cb24-f51a-485f-b059-76f307bf468f" + }, + "questionInfo": "How do they look or speak / motor activity / mood / thoughts / perceptions? Is the patient oriented in time / space / person / recent events?" + } + ] + }, + { + "label": "Clinical diagnosis", + "isExpanded": false, + "questions": [ + { + "id": "clinicalDiagnosis", + "label": "Clinical diagnosis (only to be established by a psychologist)", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "select", + "concept": "22809b19-54ca-4d88-8d26-9577637c184e", + "answers": [ + { + "label": "Acute stress reaction", + "concept": "a2f8295b-1259-481f-8ef3-34e213b7b4d6" + }, + { + "label": "Bereavement/grief", + "concept": "7d486d0c-0e2b-475d-8e17-07296cc624b9" + }, + { + "label": "Post-Traumatic Stress Disorder", + "concept": "ec7a63e8-5d0b-4dcf-8f72-7529c1df699a" + }, + { + "label": "Conversion/Dissociative reaction", + "concept": "58881584-4f0e-4cf3-b2bf-d9f0898ae106" + }, + { + "label": "Anxiety Disorder", + "concept": "2564bdee-c24c-4d96-903e-d44010f2a8ec" + }, + { + "label": "Medically Unexplained Physical Symptoms (MUPS)", + "concept": "9df01581-6135-4876-8fb8-cbaaa522064e" + }, + { + "label": "Depression", + "concept": "2066f043-2f21-4c19-8c04-77301d7404f9" + }, + { + "label": "Self-harming behavior/suicide attempt", + "concept": "b27187bd-e94a-4dbc-9a77-46c0cefad25a" + }, + { + "label": "Acute psychosis (incl. post-partum psychosis)", + "concept": "b33dac1c-b0c0-4fcd-b639-661bb6678924" + }, + { + "label": "Chronic psychosis (incl. schizophrenia)", + "concept": "97f1f41-b0c7-407d-b95f-b1e26c3fd23c" + }, + { + "label": "Bipolar disorder (incl. mania)", + "concept": "1ba02bf8-6bbe-46a6-baff-d18b5c9f6425" + }, + { + "label": "Enuresis / Encopresis", + "concept": "a22392b2-c8dc-43b5-8f8a-b18a223f25f2" + }, + { + "label": "Developmental disorder (incl. intellectual disability autism)", + "concept": "63f73696-3d7c-4dc5-8c16-5382c20c3f9f" + }, + { + "label": "Childhood behavioral disorder (incl. ADHD conduct disorder)", + "concept": "1189fb28-8d79-4d69-a434-63fed6e0ea60" + }, + { + "label": "Childhood emotional disorder", + "concept": "52d85e63-b238-4161-985c-97f75ad80c9a" + }, + { + "label": "Substance-related disorder", + "concept": "fcc01124-3d7b-4e6f-be35-50233a7f64cb" + }, + { + "label": "Epilepsy / seizures", + "concept": "88f53582-4db7-4936-970d-7b6f685f0c68" + }, + { + "label": "Other disorder", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + }, + { + "label": "No diagnosis", + "concept": "dc77c73a-5ce5-4aac-821e-81f19f81b65f" + } + ] + } + }, + { + "id": "ifOtherSpecify", + "label": "If other specify", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "819f79e7-b9af-4afd-85d4-2ab677223113" + }, + "hide": { + "hideWhenExpression": "clinicalDiagnosis !== 'otherDisorder'" + } + } + ] + } + ] + }, + { + "label": "Scores", + "sections": [ + { + "label": "MHOS - Mental Health Outcome Score", + "isExpanded": false, + "questions": [ + { + "id": "inThePastWeek", + "label": "In the past week", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "markdown", + "concept": "inThePastWeek" + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "didYouHaveProblemsPerformingDailyActivitiesSuchAsCookingBathingOrChoresOutsideTheHousehold", + "label": "Did you have problems performing daily activities such as cooking bathing or chores outside the household", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "b5c4b6d2-c880-43c5-a250-8fe09c9e394c", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "didYouHaveProblemsGettingAlongWithFamilyOrFriends", + "label": "Did you have problems getting along with family or friends", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "b8968e50-436f-444e-8ab6-4b707fab090c", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "didYouHaveAnyProblemsSleepingSuchAsSleepingTooMuchOrNotEnough", + "label": "Did you have any problems sleeping such as sleeping too much or not enough", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "f44f52dd-6eda-4ca5-8375-61164bff5a32", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "haveYouBeenBotheredByUnpleasantThoughtsWorriesOrIdeas", + "label": "Have you been bothered by unpleasant thoughts worries or ideas", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "9ba3837-cc74-4fe5-8be4-e439b02a1d62", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "haveYouFeltSadOrNervous", + "label": "Have you felt sad or nervous", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "79d37985-b959-49c2-a7b8-7fe1618d641b", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "haveYouBeenSuffering", + "label": "Have you been suffering", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "802f0ec2-169f-41b7-ae83-2e8f2fc86e3a", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "inGeneralInThePastWeekHowWellHasTheChildBeenFeeling", + "label": "In general in the past week how well has the child been feeling", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "inGeneralInThePastWeekHowWellHasTheChildBeenFeeling", + "answers": [ + { + "label": "Very good (1 point)", + "concept": "veryGood" + }, + { + "label": "Good (2 point)", + "concept": "good" + }, + { + "label": "Ok (3 point)", + "concept": "ok" + }, + { + "label": "Bad (4 point)", + "concept": "bad" + }, + { + "label": "Very bad (5 point)", + "concept": "veryBad" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "inThePastWeek", + "label": "In the past week", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "markdown", + "concept": "inThePastWeek" + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "didTheChildHaveProblemsPlayingDoingChoresHomeworkOrOtherDayToDayActivities", + "label": "Did the child have problems playing doing chores homework or other day to day activities", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "didTheChildHaveProblemsPlayingDoingChoresHomeworkOrOtherDayToDayActivities", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "didTheChildHaveProblemsGettingAlongWithOthers", + "label": "Did the child have problems getting along with others", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "didTheChildHaveProblemsGettingAlongWithOthers", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "didTheChildHaveProblemsPayingAttentionUnderstandingOrRememberingThings", + "label": "Did the child have problems paying attention understanding or remembering things", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "didTheChildHaveProblemsPayingAttentionUnderstandingOrRememberingThings", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "didTheChildHaveProblemsWithHisAppetiteSuchAsHavingTooLittleOrTooMuchHunger", + "label": "Did the child have problems with his appetite such as having too little or too much hunger", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "didTheChildHaveProblemsWithHisAppetiteSuchAsHavingTooLittleOrTooMuchHunger", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "didTheChildHaveProblemSleepingSuchAsSleepingTooMuchOrNotEnough", + "label": "Did the child have problem sleeping such as sleeping too much or not enough", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "didTheChildHaveProblemSleepingSuchAsSleepingTooMuchOrNotEnough", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "didTheChildComplainAboutPainOrDiscomfortWithHisOrHerBody", + "label": "Did the child complain about pain or discomfort with his/her body", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "didTheChildComplainAboutPainOrDiscomfortWithHisOrHerBody", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "didTheChildBehavePoorly", + "label": "Did the child behave poorly", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "didTheChildBehavePoorly", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "didTheChildSeekComfortAndClosenessFromSomeone", + "label": "Did the child seek comfort and closeness from someone", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "didTheChildSeekComfortAndClosenessFromSomeone", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "didTheChildWetTheBed", + "label": "Did the child wet the bed", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "didTheChildWetTheBed", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "wasTheChildSadOrIrritable", + "label": "Was the child sad or irritable", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "wasTheChildSadOrIrritable", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "wasTheChildWorriedOrScared", + "label": "Was the child worried or scared", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "wasTheChildWorriedOrScared", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "hasTheChildBeenCrying", + "label": "Has the child been crying", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "hasTheChildBeenCrying", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "hasTheChildBeenSuffering", + "label": "Has the child been suffering", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "hasTheChildBeenSuffering", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "aLastQuestion", + "label": "A last question", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "markdown", + "concept": "aLastQuestion" + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "inGeneralHowHelpfulWereTheTherapeuticOrCounsellingSessionsForYourChild", + "label": "In general how helpful were the therapeutic or counselling sessions FOR YOUR CHILD", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "inGeneralHowHelpfulWereTheTherapeuticOrCounsellingSessionsForYourChild", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "inGeneralHowHelpfulWereTheTherapeuticOrCounsellingSessionsForYou", + "label": "In general how helpful were the therapeutic or counselling sessions FOR YOU", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "inGeneralHowHelpfulWereTheTherapeuticOrCounsellingSessionsForYou", + "answers": [ + { + "label": "Not at all (1 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "A little (2 points)", + "concept": "f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0" + }, + { + "label": "Some (3 points)", + "concept": "edf347b1-ee57-4d8f-babb-97acca20c3cb" + }, + { + "label": "Fair amount (4 points)", + "concept": "de7fa192-bf2e-4991-a81f-582c4b50ae51" + }, + { + "label": "A lot (5 points)", + "concept": "0f074510-1ff6-4924-bfef-effdcffd44f8" + } + ] + }, + "hide": { + "hideWhenExpression": "Invalid expression format" + } + }, + { + "id": "mhosScore", + "label": "MHOS score", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "number", + "concept": "b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df", + "calculate": { + "calculateExpression": "(did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : did_you_have_problems_performing_daily_activities_such_as_cooking_bathing_or_chores_outside_the_household_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (did_you_have_problems_getting_along_with_family_or_friends_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : did_you_have_problems_getting_along_with_family_or_friends_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : did_you_have_problems_getting_along_with_family_or_friends_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : did_you_have_problems_getting_along_with_family_or_friends_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : did_you_have_problems_getting_along_with_family_or_friends_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (_did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : _did_you_have_any_problems_sleeping_such_as_sleeping_too_much_or_not_enough_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_been_bothered_by_unpleasant_thoughts_worries_or_ideas_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_felt_sad_or_nervous_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_felt_sad_or_nervous_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_felt_sad_or_nervous_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_felt_sad_or_nervous_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_felt_sad_or_nervous_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0) + (have_you_been_suffering_ === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : have_you_been_suffering_ === 'f6a5ea2d-fc7d-4e9e-8dfd-dbbea05cd9a0' ? 2 : have_you_been_suffering_ === '164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : have_you_been_suffering_ === 'de7fa192-bf2e-4991-a81f-582c4b50ae51' ? 4 : have_you_been_suffering_ === '0f074510-1ff6-4924-bfef-effdcffd44f8' ? 5 : 0)" + } + }, + "questionInfo": "Sum of all points from answers above" + }, + { + "id": "lastMhosScore", + "label": "Last MHOS score", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "number", + "concept": "lastMhosScore", + "calculate": { + "calculateExpression": "Fill with last MHOS score available" + } + } + }, + { + "id": "lastPhq9Score", + "label": "Last PHQ-9 score", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "number", + "concept": "lastPhq9Score", + "calculate": { + "calculateExpression": "Fill with last PHQ-9 score available" + } + } + } + ] + }, + { + "label": "PHQ-9 (only for depression) - Over the last two weeks, how often have you been bothered by any of the following problems?", + "isExpanded": false, + "questions": [ + { + "id": "littleInterestOrPleasureInDoingThings", + "label": "Little interest or pleasure in doing things", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "eeac083f-9acd-4c04-bafc-b4266a02a3a3", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "id": "feelingDownDepressedOrHopeless", + "label": "Feeling down depressed or hopeless", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "0902dd6a-3f4e-422c-92eb-10e89cb783e2", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "id": "troubleFallingOrStayingAsleepOrSleepingTooMuch", + "label": "Trouble falling or staying asleep or sleeping too much", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "2ad5e737-fb27-44ea-bcf9-fafcbd7640fd", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "id": "feelingTiredOrHavingLittleEnergy", + "label": "Feeling tired or having little energy", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "f899935f-13f0-472e-b1dd-569ead3c63f1", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "id": "poorAppetiteOrOvereating", + "label": "Poor appetite or overeating", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "48177433-e9c0-43b7-be27-7d4992723e01", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "id": "feelingBadAboutYourselfOrThatYouAreAFailureOrHaveLetYourselfOrYourFamilyDown", + "label": "Feeling bad about yourself - or that you are a failure or have let yourself or your family down", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "eb14c9f6-8c32-4cbb-a595-66ffd72b8cdb", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "id": "troubleConcentratingOnThingsSuchAsReadingTheNewspaperOrWatchingTelevision", + "label": "Trouble concentrating on things such as reading the newspaper or watching television", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "2bf607e1-85f3-4514-9e07-e3f8caabbc57", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "id": "movingOrSpeakingSoSlowlyThatOtherPeopleCouldHaveNoticedOrTheOppositeBeingSoFidgetyOrRestlessThatYouHaveBeenMovingAroundALotMoreThanUsual", + "label": "Moving or speaking so slowly that other people could have noticed Or the opposite - being so fidgety or restless that you have been moving around a lot more than usual", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "50fb199e-410c-40d4-bbd9-44f641d4421d", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "id": "thoughtsThatYouWouldBeBetterOffDeadOrOfHurtingYourselfInSomeWay", + "label": "Thoughts that you would be better off dead or of hurting yourself in some way", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "5723ae77-b752-404a-a5dd-5b1d8be222c4", + "answers": [ + { + "label": "Not at all (0 point)", + "concept": "ed0e2463-c990-4341-b095-53b899707af9" + }, + { + "label": "Several days (1 point)", + "concept": "b631d160-8d40-4cf7-92cd-67f628c889e8" + }, + { + "label": "More than half the days (2 points)", + "concept": "234259ec-5368-4488-8482-4f261cc76714" + }, + { + "label": "Nearly every day (3 points)", + "concept": "8ff1f85c-4f04-4f5b-936a-5aa9320cb66e" + } + ] + } + }, + { + "id": "phq9Score", + "label": "PHQ-9 score", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "number", + "concept": "5f3d618e-5c89-43bd-8c79-07e4e98c2f23", + "calculate": { + "calculateExpression": "(no_interest === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : no_interest === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : no_interest === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (depressed === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : depressed === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : depressed==='163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (sleep === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : sleep === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : sleep === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (feelingTired === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : feelingTired === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : feelingTired === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) +(poorAppetite === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : poorAppetite === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : poorAppetite === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (troubled === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : troubled === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : troubled === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (feelingBad === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : feelingBad === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : feelingBad === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (speakingSlowly === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : speakingSlowly === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : speakingSlowly === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0) + (betterDead === '163734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 1 : betterDead === '163735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 2 : betterDead === '163736AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? 3 : 0)" + } + }, + "questionInfo": "Sum of all points from answers above" + }, + { + "id": "depressionSeverityScale", + "label": "Depression severity scale", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "select", + "concept": "ffead923-80bc-4afa-833d-7690f35bf5b0", + "answers": [ + { + "label": "No depression", + "concept": "5aa4edf5-b218-4470-b5da-ad1d88007954" + }, + { + "label": "Minimal symptoms", + "concept": "9d7d154f-e7a1-4490-b93a-85f5c2157f92" + }, + { + "label": "Minor to mild depression (or dysthymia)", + "concept": "ed7484ef-a3ea-4c95-bf59-58987c7f6d7c" + }, + { + "label": "Major depression", + "concept": "d163711c-9fcf-4050-b015-d3463b4602fa" + }, + { + "label": "Severe depression", + "concept": "0ff3a7dc-1a6e-4453-91d5-29cf6a9f790c" + } + ] + }, + "questionInfo": "A patient is considered as having signs of depression if: The answer to at least one of the first two questions is \u201cmore than half the time\u201d AND the question about difficulty at home, work and going along with others is answered at least \u201csomewhat difficult\u201d" + } + ] + }, + { + "label": "CGI - Clinical Global Impression", + "isExpanded": false, + "questions": [ + { + "id": "cgiSScoreHowMentallyIllIsThePatientAtThisTime", + "label": "CGI-S score - How mentally ill is the patient at this time", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "select", + "concept": "a1a75011-0fef-460a-b666-dda2d171f39b", + "answers": [ + { + "label": "- Not assessed", + "concept": "eb770ad7-b106-4255-83bd-2dc284fbd7ce" + }, + { + "label": "- Normal/not ill", + "concept": "d884d3dd-7649-4260-b139-2d740baf9767" + }, + { + "label": "- Suspected mentally ill", + "concept": "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1" + }, + { + "label": "- Mildly ill", + "concept": "c90610d0-29ee-437e-af93-7bcc49fda2f1" + }, + { + "label": "- Moderately ill", + "concept": "e81cfac7-6c80-4e1b-af86-3d896c9bbdac" + }, + { + "label": "- Markedly ill", + "concept": "cf122053-f10b-4450-89e1-ed9adabb413c" + }, + { + "label": "- Severely ill", + "concept": "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7" + }, + { + "label": "- Extremely ill patient", + "concept": "0f115f25-cdd0-49c3-b009-ba9acb041fef" + } + ] + } + }, + { + "id": "lastCgiSScore", + "label": "Last CGI-S score", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "lastCgiSScore", + "calculate": { + "calculateExpression": "Fill with last CGI-I score available" + }, + "answers": [ + { + "label": "- Not assessed", + "concept": "eb770ad7-b106-4255-83bd-2dc284fbd7ce" + }, + { + "label": "- Normal/not ill", + "concept": "d884d3dd-7649-4260-b139-2d740baf9767" + }, + { + "label": "- Suspected mentally ill", + "concept": "031386f7-5ee9-4a0b-876d-3e0f3d2bb1d1" + }, + { + "label": "- Mildly ill", + "concept": "c90610d0-29ee-437e-af93-7bcc49fda2f1" + }, + { + "label": "- Moderately ill", + "concept": "e81cfac7-6c80-4e1b-af86-3d896c9bbdac" + }, + { + "label": "- Markedly ill", + "concept": "cf122053-f10b-4450-89e1-ed9adabb413c" + }, + { + "label": "- Severely ill", + "concept": "a6f90f7f-82c5-4cf0-adc5-c71cc14ca3c7" + }, + { + "label": "- Extremely ill patient", + "concept": "0f115f25-cdd0-49c3-b009-ba9acb041fef" + } + ] + } + } + ] + } + ] + }, + { + "label": "Resilience & coping", + "sections": [ + { + "label": "Resilience & coping", + "isExpanded": false, + "questions": [ + { + "id": "positiveFunctionalityIsThePatientCapableOfBeingIndependentCaringForThemselvesGoingToWorkOrSchoolEtc", + "label": "Positive functionality Is the patient capable of being independent caring for themselves (bathing/eating) going to work/school etc.", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "00617df0-f2bb-4e9c-84b8-836c9d281a20", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "id": "internalResourcesDoesThePatientBelieveThatTheyHaveTheAbilitiesNeededToOvercomeTheCurrentProblemOrDoTheyHaveHopeForTheirFuture", + "label": "Internal resources Does the patient believe that they have the abilities needed to overcome the current problem / do they have hope for their future", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "021d9afe-7d46-406c-b450-c0cd1e251f79", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "id": "externalResourcesDoesThePatientBelieveThatTheyHaveSomeoneWhoTheyCanRelyOnForHelpInTheirLives", + "label": "External resources Does the patient believe that they have someone who they can rely on for help in their lives", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "b745fc24-46ec-433b-8df6-78bbd6733472", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "id": "spiritualOrMoralResourcesAreThePatientsBeliefsASourceOfStrengthForThemWhenDealingWithProblems", + "label": "Spiritual / moral resources Are the patients beliefs a source of strength for them when dealing with problems", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "e3babf1f-95da-4e30-9593-a37beeff8ef2", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + } + ] + } + ] + }, + { + "label": "Risk factors", + "sections": [ + { + "label": "Risk factors (in the last 6 months, except for the last question)", + "isExpanded": false, + "questions": [ + { + "id": "hasThePatientHadThoughtsOfDeathOrSuicide", + "label": "Has the patient had thoughts of death or suicide", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "c2664992-8a5a-4a6d-9238-5df591307d55", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "id": "frequency", + "label": "Frequency", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "a590d345-65d1-4534-bfe4-375ef780e424" + }, + "hide": { + "hideWhenExpression": "hasThePatientHadThoughtsOfDeathOrSuicide !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "hasThePatientHurtThemselvesOrCausedSelfHarm", + "label": "Has the patient hurt themselves / caused self-harm", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "d3d978ab-da68-4672-ae0c-8270fa992a08", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "id": "typeOfBehaviorAndFrequency", + "label": "Type of behavior and frequency", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "8ab1ff08-c32d-4832-bc9d-5542be594d12" + }, + "hide": { + "hideWhenExpression": "hasThePatientHurtThemselvesOrCausedSelfHarm !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "hasThePatientAttemptedSuicideOrTriedToKillThemselves", + "label": "Has the patient attempted suicide or tried to kill themselves", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "a6c5188c-29f0-4d3d-8cf5-7852998df86f", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "id": "numberOfAttemptsAndMethod", + "label": "Number of attempts and method", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "667ebdfe-e989-4b56-8511-bb7a3165b327" + }, + "hide": { + "hideWhenExpression": "hasThePatientAttemptedSuicideOrTriedToKillThemselves !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "isThePatientCurrentlyAtRiskOfHurtingHimselfOrHerselfOrAttemptingSuicide", + "label": "Is the patient currently at risk of hurting himself/herself or attempting suicide", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "abede172-ba87-4ebe-8054-3afadb181ea3", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "id": "actionTakenToReduceRisk", + "label": "Action taken to reduce risk ", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "58187804-7c6c-47bf-b9d4-d45effbb3665" + }, + "hide": { + "hideWhenExpression": "isThePatientCurrentlyAtRiskOfHurtingHimselfOrHerselfOrAttemptingSuicide !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "isThePatientCurrentlyAtRiskOfHurtingOthers", + "label": "Is the patient currently at risk of hurting others", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "id": "actionTakenToReduceRisk", + "label": "Action taken to reduce risk ", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "517ff456-6aa7-4deb-8526-c0773423632f" + }, + "hide": { + "hideWhenExpression": "isThePatientCurrentlyAtRiskOfHurtingOthers !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "doesThePatientRegularlyUseAlcoholOrSubstancesToBecomeIntoxicated", + "label": "Does the patient regularly use alcohol / substances to become intoxicated", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "d516de07-979b-411c-b7e4-bd09cf7d9d91", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "id": "typeOfSubstanceAndFrequency", + "label": "Type of substance and frequency ", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "7a62e58e-4f0f-4669-8d7c-51b5e21c5c4c" + }, + "hide": { + "hideWhenExpression": "doesThePatientRegularlyUseAlcoholOrSubstancesToBecomeIntoxicated !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "isThePatientCurrentlyOnPsychotropicOrPsychiatricMedication", + "label": "Is the patient currently on psychotropic / psychiatric medication", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "5f5e126b-962f-4c92-96bc-cbb1f3f06ba3", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "id": "prescribedBy", + "label": "Prescribed by", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "d5d1e465-d663-44b4-b0e4-d9ce3eb1d5c2", + "answers": [ + { + "label": "MSF", + "concept": "74c9a7c6-e64d-4f49-b8a6-f10999eb25bc" + }, + { + "label": "Non MSF", + "concept": "77822de2-c236-4400-96f4-ee13b9334cea" + } + ] + }, + "hide": { + "hideWhenExpression": "isThePatientCurrentlyOnPsychotropicOrPsychiatricMedication !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "hasThePatientExperiencedAnActOfAggressionOrViolence", + "label": "Has the patient experienced an act of aggression or violence", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "3e97c2d0-15c1-4cfd-884f-7a4721079217", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "id": "whatTypeOfViolence1", + "label": "What type(s) of violence - 1", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "6fe1e8b4-26cd-42ba-b0c2-25ee14c2813c", + "answers": [ + { + "label": "Sexual", + "concept": "51c61fb2-017e-43d7-9195-e95cc2cb9304" + }, + { + "label": "Physical", + "concept": "6473ad84-53e1-4bb0-bb25-32ac424aaa97" + }, + { + "label": "Verbal", + "concept": "58bdf548-26ee-42da-8837-8ecaf82fce1d" + }, + { + "label": "Psychological", + "concept": "5d595702-1991-47fa-bea1-8682e23c62bd" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + }, + "hide": { + "hideWhenExpression": "hasThePatientExperiencedAnActOfAggressionOrViolence !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "whatTypeOfViolence2", + "label": "What type(s) of violence - 2", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "e40838bf-2180-4307-ac99-19c4cd9620fe", + "answers": [ + { + "label": "Sexual", + "concept": "51c61fb2-017e-43d7-9195-e95cc2cb9304" + }, + { + "label": "Physical", + "concept": "6473ad84-53e1-4bb0-bb25-32ac424aaa97" + }, + { + "label": "Verbal", + "concept": "58bdf548-26ee-42da-8837-8ecaf82fce1d" + }, + { + "label": "Psychological", + "concept": "5d595702-1991-47fa-bea1-8682e23c62bd" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + }, + "hide": { + "hideWhenExpression": "hasThePatientExperiencedAnActOfAggressionOrViolence !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "whatTypeOfViolence3", + "label": "What type(s) of violence - 3", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "89ff29ce-72ce-496b-9a5d-4661a651a3b8", + "answers": [ + { + "label": "Sexual", + "concept": "51c61fb2-017e-43d7-9195-e95cc2cb9304" + }, + { + "label": "Physical", + "concept": "6473ad84-53e1-4bb0-bb25-32ac424aaa97" + }, + { + "label": "Verbal", + "concept": "58bdf548-26ee-42da-8837-8ecaf82fce1d" + }, + { + "label": "Psychological", + "concept": "5d595702-1991-47fa-bea1-8682e23c62bd" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + }, + "hide": { + "hideWhenExpression": "hasThePatientExperiencedAnActOfAggressionOrViolence !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "ifOtherSpecify", + "label": "If other specify", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "d9b92c93-5017-4229-be19-2a0ebf9e9169" + }, + "hide": { + "hideWhenExpression": "patientExperiencedAnActOfAggressionOrViolenceWhatTypeOfViolence1 !== 'other'" + } + }, + { + "id": "timeBetweenViolenceEventAndConsultation", + "label": "Time between violence event and consultation", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "aae000c3-5242-4e3c-bd1f-7e922a6d3d34", + "answers": [ + { + "label": "< 24 hrs", + "concept": "63a236d1-add1-49ec-88c9-8e89108a71f2" + }, + { + "label": "-72hrs", + "concept": "8d9cf61e-1f64-4f25-b202-52da17e8c634" + }, + { + "label": "Less than 1 month", + "concept": "0e298528-7c8c-4724-a24f-d71ee7c1ebea" + }, + { + "label": "Less than 1 year", + "concept": "b5b58ef8-1bdf-4c14-9384-afbeb848d571" + }, + { + "label": "> 1 year", + "concept": "4a17e0a6-1add-49a6-9831-d8ad7c647ec9" + }, + { + "label": "Unknown", + "concept": "ccb4c50d-13e0-46a2-bd5e-51c86d042ad8" + } + ] + }, + "hide": { + "hideWhenExpression": "hasThePatientExperiencedAnActOfAggressionOrViolence !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "ifYesWouldThePatientLikeAReferralToTheMedicalDepartmentForTreatment", + "label": "If yes would the patient like a referral to the medical department for treatment (or midwife/maternity for sexual violence)", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "af302eef-4738-4337-b4b9-e154adbbab49", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + }, + "hide": { + "hideWhenExpression": "hasThePatientExperiencedAnActOfAggressionOrViolence !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "actionTaken", + "label": "Action taken", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "30b0ac06-848f-4a86-93d7-c91debb8f2ad" + }, + "hide": { + "hideWhenExpression": "wouldThePatientLikeAReferralToTheMedicalDepartmentForTreatment !== 'yes'" + } + } + ] + } + ] + }, + { + "label": "Events", + "sections": [ + { + "label": "Past / precipitating events (possible reasons or causes linked to current problem)", + "isExpanded": false, + "questions": [ + { + "id": "medicalConditions", + "label": "Medical conditions", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "multiCheckbox", + "concept": "0d2523ea-f175-4f37-8ece-32c28c68367a", + "answers": [ + { + "label": "Highly stigmatizing disease (HIV/AIDS FHF cancer etc.)", + "concept": "6e02debd-31eb-4112-8566-00e520835c76" + }, + { + "label": "Severe medical condition (malnutrition disability sexual or reproductive problems etc.)", + "concept": "ccd5d010-12c7-44d7-966e-c5b17c02e3a2" + }, + { + "label": "Unwanted pregnancy", + "concept": "35910034-cc37-4dd1-abb7-ce140b0eff2b" + }, + { + "label": "History of psychiatric problems", + "concept": "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d" + }, + { + "label": "Chronic disease (diabetes hypertension cancer etc.) ", + "concept": "4bf7b376-9193-4ee4-a51a-445d07d2d22b" + }, + { + "label": "Family member with a serious medical condition", + "concept": "42e8ab5a-607f-4259-a23f-9f9bac5d5b46" + } + ] + } + }, + { + "id": "violence", + "label": "Violence", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "multiCheckbox", + "concept": "9b3fb5d2-e40d-434d-a755-d136cee7d5f9", + "answers": [ + { + "label": "Sexual violence within the family", + "concept": "5cccf137-2952-4c9b-b879-b4ed2a9be621" + }, + { + "label": "Sexual violence outside the family", + "concept": "dbe73631-79ae-4ab9-a3c8-65d6732c8714" + }, + { + "label": "Exposed to war", + "concept": "cf28335f-d72c-440a-afc1-bcca39b51155" + }, + { + "label": "Incarceration/detention", + "concept": "66492df1-6d26-498a-b6c7-b10931da1642" + }, + { + "label": "Hostage/kidnapping/forced recruitment", + "concept": "8917acb0-e25d-4f9e-84bb-cae9998abf35" + }, + { + "label": "Deportation", + "concept": "f279409d-71ba-41c6-8301-76ee90d239dc" + }, + { + "label": "Domestic violence", + "concept": "e25f9ca1-0b33-4765-a8c4-5da48289bda7" + }, + { + "label": "Victim of threats", + "concept": "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206" + }, + { + "label": "Victim of human trafficking or smuggling", + "concept": "5958f0fd-c755-4640-80d7-5ef0f9522b2e" + }, + { + "label": "Witness violence/killings/threats", + "concept": "107a7f52-f95d-447f-bf1a-c801e1a0082c" + }, + { + "label": "Forced to flee (IDP/refugee/migrant)", + "concept": "a8b0e025-a735-407b-b958-fe9b29c370e7" + }, + { + "label": "Target of stigma/discrimination/marginalization", + "concept": "e702655a-57af-457a-a1ae-42e31f119f80" + }, + { + "label": "Other violence (wounded/beaten/torture)", + "concept": "c80eb3f7-31b1-4717-a78d-0aac623fc129" + }, + { + "label": "Forced curfew or confinement", + "concept": "ea673f5c-5f99-4da5-9f41-92c21446de31" + }, + { + "label": "History of suicide attempts", + "concept": "160734e2-e5ed-44e9-b573-bdbb6e619e30" + }, + { + "label": "History of self-harm/mutilation", + "concept": "19408a7e-e17e-4040-adec-d6aa426564ce" + }, + { + "label": "Family members lived a violent experience", + "concept": "5a462534-7605-4137-8d5c-503584538eb4" + }, + { + "label": "Adult forced marriage ", + "concept": "a725a884-e785-4c08-b08a-386d8652faaf" + }, + { + "label": "Child marriage", + "concept": "cf6a1837-ad3a-4efc-b99f-4c7679a171d6" + } + ] + } + }, + { + "id": "separationOrLoss", + "label": "Separation or loss", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "multiCheckbox", + "concept": "edab07a2-b620-4e56-a079-af7fc9449039", + "answers": [ + { + "label": "Family member killed or missing (arrested / detained / disappeared) ", + "concept": "4e3ab089-6a99-4e15-8883-3c49a150e6c6" + }, + { + "label": "Unaccompanied minor or orphaned", + "concept": "b10b3c8c-2f11-4f0e-9f45-2959a45997c8" + }, + { + "label": "Negligence of caretakers", + "concept": "f2be320d-7757-4525-bcb0-6005368982d7" + }, + { + "label": "Property destroyed or lost", + "concept": "979b6137-2d14-412d-8e07-d3f2a1743deb" + }, + { + "label": "Loss of income", + "concept": "c88d3256-f445-4eee-8aac-c31542386f23" + }, + { + "label": "Death of family member (natural or accidental death)", + "concept": "a98876f1-98f2-4821-b7d4-e2510b4ac3f1" + }, + { + "label": "Relationship problems", + "concept": "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e" + }, + { + "label": "Divorce/separation", + "concept": "c461d1ad-5f8e-4e67-bcc7-70e4765640f1" + }, + { + "label": "Migration due to financial reasons", + "concept": "dca34aab-8ed4-4d8c-9dc6-7e6862e91504" + } + ] + } + }, + { + "id": "disaster", + "label": "Disaster", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "multiCheckbox", + "concept": "4267a98b-e8c1-4471-8afa-928be2599f66", + "answers": [ + { + "label": "Natural disaster (earthquake tsunami flood hurricane etc.)", + "concept": "02dd014e-f5c7-443f-b9e7-053fdd27ce8d" + }, + { + "label": "Road accident", + "concept": "9e0945eb-68f0-4d1c-a421-27f46fa41eaa" + } + ] + } + }, + { + "id": "other", + "label": "Other", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "multiCheckbox", + "concept": "af96ffd7-e0f3-487f-98a0-ef4dee327b38", + "answers": [ + { + "label": "Financial problems", + "concept": "e6957cdb-3694-4ab6-b98b-2031c02b4460" + }, + { + "label": "Difficult living conditions", + "concept": "cd22a8af-1506-47af-9d1b-325c31c230a8" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "id": "ifOtherSpecify", + "label": "If other specify", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + }, + "hide": { + "hideWhenExpression": "pastOrPrecipitatingEvents !== 'other'" + } + } + ] + }, + { + "label": "Select the main events prioritized as 1, 2 and 3 from the lists", + "isExpanded": false, + "questions": [ + { + "id": "mainPastOrPrecipitatingEvents1", + "label": "Main past or precipitating events - 1", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "d5e3d927-f7ce-4fdd-ac4e-6ad0b510b608", + "answers": [ + { + "label": "Highly stigmatizing disease (HIV/AIDS FHF cancer etc.)", + "concept": "6e02debd-31eb-4112-8566-00e520835c76" + }, + { + "label": "Severe medical condition (malnutrition disability sexual or reproductive problems etc.)", + "concept": "ccd5d010-12c7-44d7-966e-c5b17c02e3a2" + }, + { + "label": "Unwanted pregnancy", + "concept": "35910034-cc37-4dd1-abb7-ce140b0eff2b" + }, + { + "label": "History of psychiatric problems", + "concept": "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d" + }, + { + "label": "Chronic disease (diabetes hypertension cancer etc.) ", + "concept": "4bf7b376-9193-4ee4-a51a-445d07d2d22b" + }, + { + "label": "Family member with a serious medical condition", + "concept": "42e8ab5a-607f-4259-a23f-9f9bac5d5b46" + }, + { + "label": "Sexual violence within the family", + "concept": "5cccf137-2952-4c9b-b879-b4ed2a9be621" + }, + { + "label": "Sexual violence outside the family", + "concept": "dbe73631-79ae-4ab9-a3c8-65d6732c8714" + }, + { + "label": "Exposed to war", + "concept": "cf28335f-d72c-440a-afc1-bcca39b51155" + }, + { + "label": "Incarceration/detention", + "concept": "66492df1-6d26-498a-b6c7-b10931da1642" + }, + { + "label": "Hostage/kidnapping/forced recruitment", + "concept": "8917acb0-e25d-4f9e-84bb-cae9998abf35" + }, + { + "label": "Deportation", + "concept": "f279409d-71ba-41c6-8301-76ee90d239dc" + }, + { + "label": "Domestic violence", + "concept": "e25f9ca1-0b33-4765-a8c4-5da48289bda7" + }, + { + "label": "Victim of threats", + "concept": "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206" + }, + { + "label": "Victim of human trafficking or smuggling", + "concept": "5958f0fd-c755-4640-80d7-5ef0f9522b2e" + }, + { + "label": "Witness violence/killings/threats", + "concept": "107a7f52-f95d-447f-bf1a-c801e1a0082c" + }, + { + "label": "Forced to flee (IDP/refugee/migrant)", + "concept": "a8b0e025-a735-407b-b958-fe9b29c370e7" + }, + { + "label": "Target of stigma/discrimination/marginalization", + "concept": "e702655a-57af-457a-a1ae-42e31f119f80" + }, + { + "label": "Other violence (wounded/beaten/torture)", + "concept": "c80eb3f7-31b1-4717-a78d-0aac623fc129" + }, + { + "label": "Forced curfew or confinement", + "concept": "ea673f5c-5f99-4da5-9f41-92c21446de31" + }, + { + "label": "History of suicide attempts", + "concept": "160734e2-e5ed-44e9-b573-bdbb6e619e30" + }, + { + "label": "History of self-harm/mutilation", + "concept": "19408a7e-e17e-4040-adec-d6aa426564ce" + }, + { + "label": "Family members lived a violent experience", + "concept": "5a462534-7605-4137-8d5c-503584538eb4" + }, + { + "label": "Adult forced marriage ", + "concept": "a725a884-e785-4c08-b08a-386d8652faaf" + }, + { + "label": "Child marriage", + "concept": "cf6a1837-ad3a-4efc-b99f-4c7679a171d6" + }, + { + "label": "Family member killed or missing (arrested / detained / disappeared) ", + "concept": "4e3ab089-6a99-4e15-8883-3c49a150e6c6" + }, + { + "label": "Unaccompanied minor or orphaned", + "concept": "b10b3c8c-2f11-4f0e-9f45-2959a45997c8" + }, + { + "label": "Negligence of caretakers", + "concept": "f2be320d-7757-4525-bcb0-6005368982d7" + }, + { + "label": "Property destroyed or lost", + "concept": "979b6137-2d14-412d-8e07-d3f2a1743deb" + }, + { + "label": "Loss of income", + "concept": "c88d3256-f445-4eee-8aac-c31542386f23" + }, + { + "label": "Death of family member (natural or accidental death)", + "concept": "a98876f1-98f2-4821-b7d4-e2510b4ac3f1" + }, + { + "label": "Relationship problems", + "concept": "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e" + }, + { + "label": "Divorce/separation", + "concept": "c461d1ad-5f8e-4e67-bcc7-70e4765640f1" + }, + { + "label": "Migration due to financial reasons", + "concept": "dca34aab-8ed4-4d8c-9dc6-7e6862e91504" + }, + { + "label": "Natural disaster (earthquake tsunami flood hurricane etc.)", + "concept": "02dd014e-f5c7-443f-b9e7-053fdd27ce8d" + }, + { + "label": "Road accident", + "concept": "9e0945eb-68f0-4d1c-a421-27f46fa41eaa" + }, + { + "label": "Financial problems", + "concept": "e6957cdb-3694-4ab6-b98b-2031c02b4460" + }, + { + "label": "Difficult living conditions", + "concept": "cd22a8af-1506-47af-9d1b-325c31c230a8" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "id": "mainPastOrPrecipitatingEvents2", + "label": "Main past or precipitating events - 2", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "54a9b20e-bce5-4d4a-8c9c-e0248a182586", + "answers": [ + { + "label": "Highly stigmatizing disease (HIV/AIDS FHF cancer etc.)", + "concept": "6e02debd-31eb-4112-8566-00e520835c76" + }, + { + "label": "Severe medical condition (malnutrition disability sexual or reproductive problems etc.)", + "concept": "ccd5d010-12c7-44d7-966e-c5b17c02e3a2" + }, + { + "label": "Unwanted pregnancy", + "concept": "35910034-cc37-4dd1-abb7-ce140b0eff2b" + }, + { + "label": "History of psychiatric problems", + "concept": "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d" + }, + { + "label": "Chronic disease (diabetes hypertension cancer etc.) ", + "concept": "4bf7b376-9193-4ee4-a51a-445d07d2d22b" + }, + { + "label": "Family member with a serious medical condition", + "concept": "42e8ab5a-607f-4259-a23f-9f9bac5d5b46" + }, + { + "label": "Sexual violence within the family", + "concept": "5cccf137-2952-4c9b-b879-b4ed2a9be621" + }, + { + "label": "Sexual violence outside the family", + "concept": "dbe73631-79ae-4ab9-a3c8-65d6732c8714" + }, + { + "label": "Exposed to war", + "concept": "cf28335f-d72c-440a-afc1-bcca39b51155" + }, + { + "label": "Incarceration/detention", + "concept": "66492df1-6d26-498a-b6c7-b10931da1642" + }, + { + "label": "Hostage/kidnapping/forced recruitment", + "concept": "8917acb0-e25d-4f9e-84bb-cae9998abf35" + }, + { + "label": "Deportation", + "concept": "f279409d-71ba-41c6-8301-76ee90d239dc" + }, + { + "label": "Domestic violence", + "concept": "e25f9ca1-0b33-4765-a8c4-5da48289bda7" + }, + { + "label": "Victim of threats", + "concept": "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206" + }, + { + "label": "Victim of human trafficking or smuggling", + "concept": "5958f0fd-c755-4640-80d7-5ef0f9522b2e" + }, + { + "label": "Witness violence/killings/threats", + "concept": "107a7f52-f95d-447f-bf1a-c801e1a0082c" + }, + { + "label": "Forced to flee (IDP/refugee/migrant)", + "concept": "a8b0e025-a735-407b-b958-fe9b29c370e7" + }, + { + "label": "Target of stigma/discrimination/marginalization", + "concept": "e702655a-57af-457a-a1ae-42e31f119f80" + }, + { + "label": "Other violence (wounded/beaten/torture)", + "concept": "c80eb3f7-31b1-4717-a78d-0aac623fc129" + }, + { + "label": "Forced curfew or confinement", + "concept": "ea673f5c-5f99-4da5-9f41-92c21446de31" + }, + { + "label": "History of suicide attempts", + "concept": "160734e2-e5ed-44e9-b573-bdbb6e619e30" + }, + { + "label": "History of self-harm/mutilation", + "concept": "19408a7e-e17e-4040-adec-d6aa426564ce" + }, + { + "label": "Family members lived a violent experience", + "concept": "5a462534-7605-4137-8d5c-503584538eb4" + }, + { + "label": "Adult forced marriage ", + "concept": "a725a884-e785-4c08-b08a-386d8652faaf" + }, + { + "label": "Child marriage", + "concept": "cf6a1837-ad3a-4efc-b99f-4c7679a171d6" + }, + { + "label": "Family member killed or missing (arrested / detained / disappeared) ", + "concept": "4e3ab089-6a99-4e15-8883-3c49a150e6c6" + }, + { + "label": "Unaccompanied minor or orphaned", + "concept": "b10b3c8c-2f11-4f0e-9f45-2959a45997c8" + }, + { + "label": "Negligence of caretakers", + "concept": "f2be320d-7757-4525-bcb0-6005368982d7" + }, + { + "label": "Property destroyed or lost", + "concept": "979b6137-2d14-412d-8e07-d3f2a1743deb" + }, + { + "label": "Loss of income", + "concept": "c88d3256-f445-4eee-8aac-c31542386f23" + }, + { + "label": "Death of family member (natural or accidental death)", + "concept": "a98876f1-98f2-4821-b7d4-e2510b4ac3f1" + }, + { + "label": "Relationship problems", + "concept": "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e" + }, + { + "label": "Divorce/separation", + "concept": "c461d1ad-5f8e-4e67-bcc7-70e4765640f1" + }, + { + "label": "Migration due to financial reasons", + "concept": "dca34aab-8ed4-4d8c-9dc6-7e6862e91504" + }, + { + "label": "Natural disaster (earthquake tsunami flood hurricane etc.)", + "concept": "02dd014e-f5c7-443f-b9e7-053fdd27ce8d" + }, + { + "label": "Road accident", + "concept": "9e0945eb-68f0-4d1c-a421-27f46fa41eaa" + }, + { + "label": "Financial problems", + "concept": "e6957cdb-3694-4ab6-b98b-2031c02b4460" + }, + { + "label": "Difficult living conditions", + "concept": "cd22a8af-1506-47af-9d1b-325c31c230a8" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "id": "mainPastOrPrecipitatingEvents3", + "label": "Main past or precipitating events - 3", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "e0d4e006-85b5-41cb-8a21-e013b1978b8b", + "answers": [ + { + "label": "Highly stigmatizing disease (HIV/AIDS FHF cancer etc.)", + "concept": "6e02debd-31eb-4112-8566-00e520835c76" + }, + { + "label": "Severe medical condition (malnutrition disability sexual or reproductive problems etc.)", + "concept": "ccd5d010-12c7-44d7-966e-c5b17c02e3a2" + }, + { + "label": "Unwanted pregnancy", + "concept": "35910034-cc37-4dd1-abb7-ce140b0eff2b" + }, + { + "label": "History of psychiatric problems", + "concept": "72ad3cc7-820c-4799-ab1c-36ad8f1ca97d" + }, + { + "label": "Chronic disease (diabetes hypertension cancer etc.) ", + "concept": "4bf7b376-9193-4ee4-a51a-445d07d2d22b" + }, + { + "label": "Family member with a serious medical condition", + "concept": "42e8ab5a-607f-4259-a23f-9f9bac5d5b46" + }, + { + "label": "Sexual violence within the family", + "concept": "5cccf137-2952-4c9b-b879-b4ed2a9be621" + }, + { + "label": "Sexual violence outside the family", + "concept": "dbe73631-79ae-4ab9-a3c8-65d6732c8714" + }, + { + "label": "Exposed to war", + "concept": "cf28335f-d72c-440a-afc1-bcca39b51155" + }, + { + "label": "Incarceration/detention", + "concept": "66492df1-6d26-498a-b6c7-b10931da1642" + }, + { + "label": "Hostage/kidnapping/forced recruitment", + "concept": "8917acb0-e25d-4f9e-84bb-cae9998abf35" + }, + { + "label": "Deportation", + "concept": "f279409d-71ba-41c6-8301-76ee90d239dc" + }, + { + "label": "Domestic violence", + "concept": "e25f9ca1-0b33-4765-a8c4-5da48289bda7" + }, + { + "label": "Victim of threats", + "concept": "7ab56ef2-0ff7-4ebf-b7c2-42f6b46c2206" + }, + { + "label": "Victim of human trafficking or smuggling", + "concept": "5958f0fd-c755-4640-80d7-5ef0f9522b2e" + }, + { + "label": "Witness violence/killings/threats", + "concept": "107a7f52-f95d-447f-bf1a-c801e1a0082c" + }, + { + "label": "Forced to flee (IDP/refugee/migrant)", + "concept": "a8b0e025-a735-407b-b958-fe9b29c370e7" + }, + { + "label": "Target of stigma/discrimination/marginalization", + "concept": "e702655a-57af-457a-a1ae-42e31f119f80" + }, + { + "label": "Other violence (wounded/beaten/torture)", + "concept": "c80eb3f7-31b1-4717-a78d-0aac623fc129" + }, + { + "label": "Forced curfew or confinement", + "concept": "ea673f5c-5f99-4da5-9f41-92c21446de31" + }, + { + "label": "History of suicide attempts", + "concept": "160734e2-e5ed-44e9-b573-bdbb6e619e30" + }, + { + "label": "History of self-harm/mutilation", + "concept": "19408a7e-e17e-4040-adec-d6aa426564ce" + }, + { + "label": "Family members lived a violent experience", + "concept": "5a462534-7605-4137-8d5c-503584538eb4" + }, + { + "label": "Adult forced marriage ", + "concept": "a725a884-e785-4c08-b08a-386d8652faaf" + }, + { + "label": "Child marriage", + "concept": "cf6a1837-ad3a-4efc-b99f-4c7679a171d6" + }, + { + "label": "Family member killed or missing (arrested / detained / disappeared) ", + "concept": "4e3ab089-6a99-4e15-8883-3c49a150e6c6" + }, + { + "label": "Unaccompanied minor or orphaned", + "concept": "b10b3c8c-2f11-4f0e-9f45-2959a45997c8" + }, + { + "label": "Negligence of caretakers", + "concept": "f2be320d-7757-4525-bcb0-6005368982d7" + }, + { + "label": "Property destroyed or lost", + "concept": "979b6137-2d14-412d-8e07-d3f2a1743deb" + }, + { + "label": "Loss of income", + "concept": "c88d3256-f445-4eee-8aac-c31542386f23" + }, + { + "label": "Death of family member (natural or accidental death)", + "concept": "a98876f1-98f2-4821-b7d4-e2510b4ac3f1" + }, + { + "label": "Relationship problems", + "concept": "0e61d02d-5041-4cb2-8f4c-c59b89e7a17e" + }, + { + "label": "Divorce/separation", + "concept": "c461d1ad-5f8e-4e67-bcc7-70e4765640f1" + }, + { + "label": "Migration due to financial reasons", + "concept": "dca34aab-8ed4-4d8c-9dc6-7e6862e91504" + }, + { + "label": "Natural disaster (earthquake tsunami flood hurricane etc.)", + "concept": "02dd014e-f5c7-443f-b9e7-053fdd27ce8d" + }, + { + "label": "Road accident", + "concept": "9e0945eb-68f0-4d1c-a421-27f46fa41eaa" + }, + { + "label": "Financial problems", + "concept": "e6957cdb-3694-4ab6-b98b-2031c02b4460" + }, + { + "label": "Difficult living conditions", + "concept": "cd22a8af-1506-47af-9d1b-325c31c230a8" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "id": "mainCategoryOfPrecipitatingEvent", + "label": "Main category of precipitating event", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "c1a3ed2d-6d9a-453d-9d93-749164a76413", + "calculate": { + "calculateExpression": "The question can be filled with the category of the answer entered in the question [Main past or precipitating events - 1]" + }, + "answers": [ + { + "label": "Medical Conditions", + "concept": "e8846576-7fae-4ae1-b747-48eccd524d4d" + }, + { + "label": "Violence", + "concept": "0d56f886-875b-4932-a0c2-cde2886a286c" + }, + { + "label": "Separation or Loss", + "concept": "2e8cee73-d7ec-490f-8422-30bc7615e24d" + }, + { + "label": "Disaster", + "concept": "73fcb975-b93d-4de6-bd42-dfeb1a221412" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + } + }, + { + "id": "relevantDetailsOfThePastOrPrecipitatingEvents", + "label": "Relevant details of the past / precipitating events", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "textarea", + "concept": "2e6ca6a9-886e-483a-911f-92f6a16b11c9" + } + } + ] + } + ] + }, + { + "label": "Intervention & follow-up", + "sections": [ + { + "label": "Intervention", + "isExpanded": false, + "questions": [ + { + "id": "overallGoalsForTherapy", + "label": "Overall goals for therapy", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "textarea", + "concept": "8bea5a61-73e6-40c1-af04-43dec63749a4" + }, + "questionInfo": "What are you trying to accomplish over several sessions with the patient? Try to be specific & define these with the patient." + }, + { + "id": "todaysSession", + "label": "Todays Session (what did you do today in session)", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "textarea", + "concept": "c0744459-b715-4a66-8d65-4bdaef3f90b7" + } + }, + { + "id": "homework", + "label": "Homework (what will the patient do before next session)", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "textarea", + "concept": "8e7e0064-59c3-4440-b687-a253d7880c29" + } + } + ] + }, + { + "label": "Follow-up", + "isExpanded": false, + "questions": [ + { + "id": "followUpSessionRequired", + "label": "Follow up session required (If no fill the Exit form)", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "5f6e245c-83fc-421b-8d46-061ac773ae71", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "id": "setTheNextAppointmentDate", + "label": "Set the next appointment date", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "appointments-form-workspace", + "concept": "WORKSPACE" + }, + "hide": { + "hideWhenExpression": "followUpSessionRequired !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "nextAppointmentDate", + "label": "Next appointment date", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "date", + "concept": "nextAppointmentDate", + "calculate": { + "calculateExpression": "Fill with the first date of appointment for a MHPSS follow-up visit after the current form's date" + } + }, + "hide": { + "hideWhenExpression": "followUpSessionRequired !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "referralDone", + "label": "Referral done", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "6d3876be-0a27-466d-ad58-92edcc8c31fb", + "answers": [ + { + "label": "Yes", + "concept": "681cf0bc-5213-492a-8470-0a0b3cc324dd" + }, + { + "label": "No", + "concept": "a5c5563e-df0e-4742-a335-b24fb63664ee" + } + ] + } + }, + { + "id": "typeOfReferral", + "label": "Type of referral", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "radio", + "concept": "8fb3bb7d-c935-4b57-8444-1b953470e109", + "answers": [ + { + "label": "Medical care (MSF MoH NGO)", + "concept": "5f121c90-eca2-4af4-bc2f-49ad1a50ff2e" + }, + { + "label": "MSF psychiatric services", + "concept": "485939c5-1e77-4495-b5e1-77fb2abbcfd7" + }, + { + "label": "Non-MSF psychiatrist services", + "concept": "489b042d-5ed4-436f-944c-27b7f31bef3f" + }, + { + "label": "Social services", + "concept": "978fa5d2-e6c4-4b2a-a293-73c098de0af6" + }, + { + "label": "Legal services", + "concept": "8fe43e9c-dd37-4f61-8f30-e3ac2f3b9445" + }, + { + "label": "Protection services", + "concept": "eff27d0b-d485-4983-814f-febbc4fe185a" + }, + { + "label": "Hospitalisation", + "concept": "6b8fca2d-0147-4dd8-a8f5-3b813152b952" + }, + { + "label": "CHW", + "concept": "9bcbf231-c6ca-41c4-b247-bc4bced260c3" + }, + { + "label": "Other", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + } + ] + }, + "hide": { + "hideWhenExpression": "referralDone !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + }, + { + "id": "ifOtherSpecify", + "label": "If other specify", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "790b41ce-e1e7-11e8-b02f-0242ac130002" + }, + "hide": { + "hideWhenExpression": "typeOfReferral !== '790b41ce-e1e7-11e8-b02f-0242ac130002'" + } + }, + { + "id": "reasonForReferral", + "label": "Reason for referral", + "type": "obs", + "required": false, + "questionOptions": { + "rendering": "text", + "concept": "b7fdcd18-fc30-4b5d-82b2-bb0eec31f0e4" + }, + "hide": { + "hideWhenExpression": "referralDone !== '681cf0bc-5213-492a-8470-0a0b3cc324dd'" + } + } + ] + } + ] + } + ] +} \ No newline at end of file From 073c8884c13dc548627abaec281cc475077df32d Mon Sep 17 00:00:00 2001 From: Aisha Hassen <167166847+AishaHassen@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:20:36 +0300 Subject: [PATCH 47/61] Add files via upload --- .../concept_status.csv | 179 ++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 sample-data/omrs-form-generation-jsons/concept_status.csv diff --git a/sample-data/omrs-form-generation-jsons/concept_status.csv b/sample-data/omrs-form-generation-jsons/concept_status.csv new file mode 100644 index 0000000..a2094ec --- /dev/null +++ b/sample-data/omrs-form-generation-jsons/concept_status.csv @@ -0,0 +1,179 @@ +form,uuid,status,name +F01-MHPSS_Baseline.json,4dae5b12-070f-4153-b1ca-fbec906106e1,Exists,Admission category +F01-MHPSS_Baseline.json,9f2fe30f-a8f0-49ba-82e4-71c232259130,Exists,New admission +F01-MHPSS_Baseline.json,e4e42ecd-196b-4aa8-a265-bfbed09d77cf,Exists,Re-admission +F01-MHPSS_Baseline.json,ec42d68d-3e23-43de-b8c5-a03bb538e7c7,Exists,Sexe +F01-MHPSS_Baseline.json,625baaf5-ba75-4c23-bdef-283fd47c34db,Exists,Male +F01-MHPSS_Baseline.json,2ded9cfb-c089-4e1c-b032-7aa4a17882f7,Exists,Femme +F01-MHPSS_Baseline.json,37ccc7b5-0d1d-48d3-87a6-aee614bb500f,Not found, +F01-MHPSS_Baseline.json,1226d253-376f-4e73-9ae2-36c7e9362e8b,Not found, +F01-MHPSS_Baseline.json,810ca6e9-cabf-4aa6-98d0-c3d31cfdb5f0,Exists,Gender variant - Non conforming +F01-MHPSS_Baseline.json,245151ca-691e-4d5a-a792-64cb573e2b34,Exists,Prefer not to answer +F01-MHPSS_Baseline.json,ccb4c50d-13e0-46a2-bd5e-51c86d042ad8,Exists,غير معروف +F01-MHPSS_Baseline.json,58dec757-38d5-4c7b-9bd3-713d965f4883,Exists,Number of people living with patient +F01-MHPSS_Baseline.json,1a8bf24f-4f36-4971-aad9-ae77f3525738,Exists,Type of therapeutic session +F01-MHPSS_Baseline.json,96223dc7-6959-4ea5-a362-c0246d858c87,Exists,Individual +F01-MHPSS_Baseline.json,61b32a22-acef-4141-9faa-9c236cdfa978,Exists,Couple +F01-MHPSS_Baseline.json,f16d5d76-155b-453d-bd60-ea8ee4d344e9,Exists,Family +F01-MHPSS_Baseline.json,c39eaa06-6506-49f0-9c4f-c96fa957f9cd,Exists,اهل واطفال +F01-MHPSS_Baseline.json,b87a93ff-a4a1-4601-b35d-1e42bfa7e194,Exists,Number of beneficiaries in family consultation +F01-MHPSS_Baseline.json,722dd83a-c1cf-48ad-ac99-45ac131ccc96,Exists,Provider type +F01-MHPSS_Baseline.json,278401ee-3d6f-4c65-9455-f1c16d0a7a98,Exists,Psychologist +F01-MHPSS_Baseline.json,fda1cdd0-745e-4ff7-a3d0-b8f8ddb99331,Exists,Psycho social counsellor +F01-MHPSS_Baseline.json,82978311-bef9-46f9-9a9a-cc62254b00a6,Exists,Intervention setting +F01-MHPSS_Baseline.json,0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d,Exists,منشأة صحية +F01-MHPSS_Baseline.json,41e68dee-a2a3-4e6c-9d96-53def5caff52,Exists,MSF Health Facility +F01-MHPSS_Baseline.json,48984e47-3e9b-4d8e-a66d-317af5c36f02,Not found, +F01-MHPSS_Baseline.json,bd5bf44b-164c-415c-8bff-b1d4849928d3,Exists,Domicile +F01-MHPSS_Baseline.json,7091b6ea-7067-4ee3-9f67-8805904e2f61,Exists,School +F01-MHPSS_Baseline.json,398ce872-5862-4826-bba8-826915eddf98,Exists,Telehealth consultation +F01-MHPSS_Baseline.json,790b41ce-e1e7-11e8-b02f-0242ac130002,Exists,أخرى +F01-MHPSS_Baseline.json,da33d74e-33b3-495a-9d7c-aa00a-aa0166,Exists,Health facility +F01-MHPSS_Baseline.json,41e68dee-a2a3-4e6c-9d96-53def5caff52,Exists,MSF Health Facility +F01-MHPSS_Baseline.json,08cd4b4a-4b0b-4391-987b-b5b3d770d30f,Exists,Mobile Clinic +F01-MHPSS_Baseline.json,e08d532b-e56c-43dc-b831-af705654d2dc,Exists,Other findings description +F01-MHPSS_Baseline.json,82d1fcad-d1be-4ea2-a66c-c872fb4825b4,Exists,Mental health interventions +F01-MHPSS_Baseline.json,08c534b7-c901-46fb-9831-50ecfcd74d1b,Exists,Psychosocial counselling +F01-MHPSS_Baseline.json,aa9c5d82-1ebf-43c7-9218-6766c4affbc4,Exists,Psychotherapy +F01-MHPSS_Baseline.json,c3c86c1b-07be-4506-ab25-8f35f4389b19,Exists,Source of initial patient referral - Mental Health +F01-MHPSS_Baseline.json,d17350e6-12de-4454-b902-58c2fc1e59aa,Exists,MSF IPD +F01-MHPSS_Baseline.json,c709f78b-5787-4c7e-b5bd-66aad28f7ff4,Exists,Emergency department +F01-MHPSS_Baseline.json,82815438-a49d-48d7-a67f-dd294aa3c1e2,Exists,MSF Primary Health Center +F01-MHPSS_Baseline.json,edb619d5-309f-45db-9521-70fcc22b30aa,Exists,Health Promotion/sensitization +F01-MHPSS_Baseline.json,200a3de4-00a7-4a2e-a113-852013d6f4c5,Exists,Other MSF personnel +F01-MHPSS_Baseline.json,92f7c3e2-89e1-4ebd-9da9-7c2976de815c,Exists,MSF social worker +F01-MHPSS_Baseline.json,923c6b39-4094-45e4-95ab-b44f7a381980,Exists,Other health structure +F01-MHPSS_Baseline.json,54054512-7317-45c4-9494-f74be6ab4549,Exists,Local health worker (non-MSF) +F01-MHPSS_Baseline.json,f9688da4-cdcf-4cb3-90c2-263812fa064f,Exists,Institutions (NGOs/Church/IGO) +F01-MHPSS_Baseline.json,8d9386b1-a641-4155-9822-7a06a16aa8e8,Exists,Auto-référence +F01-MHPSS_Baseline.json,a8432309-bc74-4da0-8639-76988c02cbb5,Exists,Family member / friend /neighbour +F01-MHPSS_Baseline.json,8b93d848-9e20-41b3-94e5-895a356e5ed7,Exists,Community leader +F01-MHPSS_Baseline.json,98b1e458-2d46-4025-b912-7340f9d39610,Exists,School / University +F01-MHPSS_Baseline.json,80575f44-be81-4694-aba4-012999328339,Exists,Authorities +F01-MHPSS_Baseline.json,14940a46-5cce-4744-ac2a-c2d1fdc64e11,Exists,Legal attorney office +F01-MHPSS_Baseline.json,b989e916-8299-40f6-9a92-c0c8d8e70f20,Exists,Prosecutor office +F01-MHPSS_Baseline.json,f85b0def-4af3-4901-839d-0a9dc8ace318,Exists,Forensic department +F01-MHPSS_Baseline.json,127bfdc9-8059-4421-a3cc-967bfbfee0ce,Exists,CHOW (Community Health Outreach Worker) +F01-MHPSS_Baseline.json,410a0731-cb41-4181-9897-6eb9894bf7b8,Exists,Community educator +F01-MHPSS_Baseline.json,53b450aa-d27c-4c2f-9a4e-98513bbe645f,Exists,Reason for referral +F01-MHPSS_Baseline.json,c899d33a-adde-4c70-ad65-2326b8843e3b,Exists,Psychosomatic symptoms +F01-MHPSS_Baseline.json,464c68b7-0fb0-495c-b931-0c1732b60397,Exists,Body pain or complaints +F01-MHPSS_Baseline.json,8cc7bf17-44f1-436e-9f0c-4ffed9fdd093,Exists,Eating disorder +F01-MHPSS_Baseline.json,42966954-f43f-4564-bc59-d9d133e53a75,Exists,مشاكل في النوم +F01-MHPSS_Baseline.json,a22392b2-c8dc-43b5-8f8a-b18a223f25f2,Exists,Enuresis +F01-MHPSS_Baseline.json,3ba98736-982f-4d9c-a675-f83b180a9f28,Exists,Sexual disorder +F01-MHPSS_Baseline.json,28adad48-b45b-46a4-ae94-4cca6118047e,Exists,Unexplained physical reaction +F01-MHPSS_Baseline.json,7bb9a0b0-ca7e-4cd0-84ba-a5f18811dacd,Exists,Depression symptoms +F01-MHPSS_Baseline.json,7f4699e5-e70a-49fb-bf34-c09afa867fdc,Exists,Sad mood +F01-MHPSS_Baseline.json,ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0,Exists,Irritable mood +F01-MHPSS_Baseline.json,51061bb9-6084-4bb3-b83b-5c234e45b09c,Exists,Anhedonia +F01-MHPSS_Baseline.json,ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f,Exists,Feeling of hopeless +F01-MHPSS_Baseline.json,e8166325-9ddc-4739-9452-da63ee7862d2,Exists,Guilty feelings +F01-MHPSS_Baseline.json,4f8f7343-f191-4483-bcf9-c60027a6eca8,Exists,Suicidal thoughts +F01-MHPSS_Baseline.json,ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca,Exists,Recent suicidal attempt +F01-MHPSS_Baseline.json,003b425a-d8c3-47ed-bbde-45a7c180c0a4,Exists,Recent self-harm +F01-MHPSS_Baseline.json,ce47585c-fa23-4de3-9e3a-97f5eb309e72,Exists,Changes in appetite +F01-MHPSS_Baseline.json,241b3278-3803-478b-8484-70e2b17e5543,Exists,Anxiety symptoms +F01-MHPSS_Baseline.json,92d3cabc-e64c-4788-8d6b-e6e06f0b18fd,Exists,Constant stress +F01-MHPSS_Baseline.json,ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb,Exists,Feeling constantly worried +F01-MHPSS_Baseline.json,ae1ab702-fa58-4648-95e4-acca5c9078f7,Exists,Excessive fear/phobia +F01-MHPSS_Baseline.json,473f0ea3-92e5-4a99-bbe0-358e371355ee,Exists,Panic disorder +F01-MHPSS_Baseline.json,4fa8e185-3ce6-4bbf-92c4-12e069dc9631,Exists,Compulsive behavior +F01-MHPSS_Baseline.json,3a0c003c-9149-4a5f-a236-ed5d61231950,Exists,Trauma-related symptoms +F01-MHPSS_Baseline.json,ecf185bf-e3a3-4c46-948b-13dd0ddd1487,Exists,Intrusive thoughts +F01-MHPSS_Baseline.json,c60a75c9-2ee9-4fb2-af53-6d730e45f074,Exists,Flashbacks +F01-MHPSS_Baseline.json,94083de5-2603-4b26-a6d8-ec4459f9eced,Exists,Avoidance behaviour +F01-MHPSS_Baseline.json,06a3663d-f7c7-451d-a2e5-1daedfa7abb5,Exists,Hyper-vigilance +F01-MHPSS_Baseline.json,e5f10e57-9d21-4d27-b2c9-e03aa535b76a,Exists,Hallucinations +F01-MHPSS_Baseline.json,96eca5fb-417d-4fdb-ab32-e701eb0f8e21,Exists,Child has stopped talking +F01-MHPSS_Baseline.json,612c130a-0ae9-4565-af09-b5437334c742,Exists,Psychosis symptoms +F01-MHPSS_Baseline.json,452fa7bf-ea9a-4057-bf15-bbc6c52284d4,Exists,Delusional disorder +F01-MHPSS_Baseline.json,c841b5eb-e2d8-49c9-9f1b-43944d9980e6,Exists,Visual hallucinations +F01-MHPSS_Baseline.json,3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1,Exists,Auditory hallucinations +F01-MHPSS_Baseline.json,dfaf113c-72f2-4865-81c9-31aba9e95a74,Exists,Disorganized thoughts +F01-MHPSS_Baseline.json,8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f,Exists,Abnormal behaviour +F01-MHPSS_Baseline.json,cda4f471-1da9-4192-8f26-ecec35775d5a,Exists,Psychotic agitation +F01-MHPSS_Baseline.json,a5b552b6-44db-42f1-a436-6f2f12de471e,Exists,Neurocognitive symptoms +F01-MHPSS_Baseline.json,44274d50-bb85-4f20-9b55-d08f60343c38,Exists,Lack of concentration +F01-MHPSS_Baseline.json,66e446ee-8f82-4f2a-808f-00d664ac92de,Exists,Delayed milestones +F01-MHPSS_Baseline.json,08e5f461-0f71-4d23-95a0-1e4ae3d141ab,Exists,Abnormal social interaction and communication +F01-MHPSS_Baseline.json,9240ed56-8ba2-4ef2-b42f-e84179fcc333,Exists,Learning problems +F01-MHPSS_Baseline.json,88f53582-4db7-4936-970d-7b6f685f0c68,Exists,Epileptic seizure +F01-MHPSS_Baseline.json,5b271a75-d44b-466a-8baf-71153dc1895c,Exists,Adult behavioral problem +F01-MHPSS_Baseline.json,fcc01124-3d7b-4e6f-be35-50233a7f64cb,Exists,Substance abuse +F01-MHPSS_Baseline.json,977e8c6f-befa-4af3-87e1-1d29a57450c1,Exists,Aggressive behavior +F01-MHPSS_Baseline.json,1189fb28-8d79-4d69-a434-63fed6e0ea60,Exists,Child behavioral problem +F01-MHPSS_Baseline.json,520eccda-99f4-4cab-950b-260cfe3ab767,Exists,Hypo- or hyperactivity +F01-MHPSS_Baseline.json,12723e41-2955-4917-971c-7f05849412d7,Exists,Impulsiveness +F01-MHPSS_Baseline.json,c09cde65-4fa8-47bc-b795-06ccf0be1d8b,Exists,Regression in development in child +F01-MHPSS_Baseline.json,07ff1a8a-2a0b-4e28-83ec-8c82f0681738,Exists,Social withdrawal +F01-MHPSS_Baseline.json,790b41ce-e1e7-11e8-b02f-0242ac130002,Exists,أخرى +F01-MHPSS_Baseline.json,790b41ce-e1e7-11e8-b02f-0242ac130002,Exists,أخرى +F01-MHPSS_Baseline.json,e08d532b-e56c-43dc-b831-af705654d2dc,Exists,Other findings description +F01-MHPSS_Baseline.json,45b39cbf-0fb2-4682-8544-8aaf3e07a744,Exists,Mental Health Current Symptoms or Complaints 1 +F01-MHPSS_Baseline.json,464c68b7-0fb0-495c-b931-0c1732b60397,Exists,Body pain or complaints +F01-MHPSS_Baseline.json,8cc7bf17-44f1-436e-9f0c-4ffed9fdd093,Exists,Eating disorder +F01-MHPSS_Baseline.json,42966954-f43f-4564-bc59-d9d133e53a75,Exists,مشاكل في النوم +F01-MHPSS_Baseline.json,a22392b2-c8dc-43b5-8f8a-b18a223f25f2,Exists,Enuresis +F01-MHPSS_Baseline.json,3ba98736-982f-4d9c-a675-f83b180a9f28,Exists,Sexual disorder +F01-MHPSS_Baseline.json,28adad48-b45b-46a4-ae94-4cca6118047e,Exists,Unexplained physical reaction +F01-MHPSS_Baseline.json,7f4699e5-e70a-49fb-bf34-c09afa867fdc,Exists,Sad mood +F01-MHPSS_Baseline.json,ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0,Exists,Irritable mood +F01-MHPSS_Baseline.json,51061bb9-6084-4bb3-b83b-5c234e45b09c,Exists,Anhedonia +F01-MHPSS_Baseline.json,ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f,Exists,Feeling of hopeless +F01-MHPSS_Baseline.json,e8166325-9ddc-4739-9452-da63ee7862d2,Exists,Guilty feelings +F01-MHPSS_Baseline.json,4f8f7343-f191-4483-bcf9-c60027a6eca8,Exists,Suicidal thoughts +F01-MHPSS_Baseline.json,ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca,Exists,Recent suicidal attempt +F01-MHPSS_Baseline.json,003b425a-d8c3-47ed-bbde-45a7c180c0a4,Exists,Recent self-harm +F01-MHPSS_Baseline.json,ce47585c-fa23-4de3-9e3a-97f5eb309e72,Exists,Changes in appetite +F01-MHPSS_Baseline.json,92d3cabc-e64c-4788-8d6b-e6e06f0b18fd,Exists,Constant stress +F01-MHPSS_Baseline.json,ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb,Exists,Feeling constantly worried +F01-MHPSS_Baseline.json,ae1ab702-fa58-4648-95e4-acca5c9078f7,Exists,Excessive fear/phobia +F01-MHPSS_Baseline.json,473f0ea3-92e5-4a99-bbe0-358e371355ee,Exists,Panic disorder +F01-MHPSS_Baseline.json,4fa8e185-3ce6-4bbf-92c4-12e069dc9631,Exists,Compulsive behavior +F01-MHPSS_Baseline.json,ecf185bf-e3a3-4c46-948b-13dd0ddd1487,Exists,Intrusive thoughts +F01-MHPSS_Baseline.json,c60a75c9-2ee9-4fb2-af53-6d730e45f074,Exists,Flashbacks +F01-MHPSS_Baseline.json,94083de5-2603-4b26-a6d8-ec4459f9eced,Exists,Avoidance behaviour +F01-MHPSS_Baseline.json,06a3663d-f7c7-451d-a2e5-1daedfa7abb5,Exists,Hyper-vigilance +F01-MHPSS_Baseline.json,e5f10e57-9d21-4d27-b2c9-e03aa535b76a,Exists,Hallucinations +F01-MHPSS_Baseline.json,96eca5fb-417d-4fdb-ab32-e701eb0f8e21,Exists,Child has stopped talking +F01-MHPSS_Baseline.json,452fa7bf-ea9a-4057-bf15-bbc6c52284d4,Exists,Delusional disorder +F01-MHPSS_Baseline.json,c841b5eb-e2d8-49c9-9f1b-43944d9980e6,Exists,Visual hallucinations +F01-MHPSS_Baseline.json,3a687fa3-ac74-4d99-a7eb-f92fbcfab3c1,Exists,Auditory hallucinations +F01-MHPSS_Baseline.json,dfaf113c-72f2-4865-81c9-31aba9e95a74,Exists,Disorganized thoughts +F01-MHPSS_Baseline.json,8a91cfc0-271e-48f4-a5f3-4dcbfa0dd26f,Exists,Abnormal behaviour +F01-MHPSS_Baseline.json,cda4f471-1da9-4192-8f26-ecec35775d5a,Exists,Psychotic agitation +F01-MHPSS_Baseline.json,44274d50-bb85-4f20-9b55-d08f60343c38,Exists,Lack of concentration +F01-MHPSS_Baseline.json,66e446ee-8f82-4f2a-808f-00d664ac92de,Exists,Delayed milestones +F01-MHPSS_Baseline.json,08e5f461-0f71-4d23-95a0-1e4ae3d141ab,Exists,Abnormal social interaction and communication +F01-MHPSS_Baseline.json,9240ed56-8ba2-4ef2-b42f-e84179fcc333,Exists,Learning problems +F01-MHPSS_Baseline.json,88f53582-4db7-4936-970d-7b6f685f0c68,Exists,Epileptic seizure +F01-MHPSS_Baseline.json,fcc01124-3d7b-4e6f-be35-50233a7f64cb,Exists,Substance abuse +F01-MHPSS_Baseline.json,977e8c6f-befa-4af3-87e1-1d29a57450c1,Exists,Aggressive behavior +F01-MHPSS_Baseline.json,1189fb28-8d79-4d69-a434-63fed6e0ea60,Exists,Child behavioral problem +F01-MHPSS_Baseline.json,520eccda-99f4-4cab-950b-260cfe3ab767,Exists,Hypo- or hyperactivity +F01-MHPSS_Baseline.json,12723e41-2955-4917-971c-7f05849412d7,Exists,Impulsiveness +F01-MHPSS_Baseline.json,c09cde65-4fa8-47bc-b795-06ccf0be1d8b,Exists,Regression in development in child +F01-MHPSS_Baseline.json,07ff1a8a-2a0b-4e28-83ec-8c82f0681738,Exists,Social withdrawal +F01-MHPSS_Baseline.json,790b41ce-e1e7-11e8-b02f-0242ac130002,Exists,أخرى +F01-MHPSS_Baseline.json,ee1b7973-e931-494e-a9cb-22b814b4d8ed,Exists,Mental Health Current Symptoms or Complaints 2 +F01-MHPSS_Baseline.json,464c68b7-0fb0-495c-b931-0c1732b60397,Exists,Body pain or complaints +F01-MHPSS_Baseline.json,8cc7bf17-44f1-436e-9f0c-4ffed9fdd093,Exists,Eating disorder +F01-MHPSS_Baseline.json,42966954-f43f-4564-bc59-d9d133e53a75,Exists,مشاكل في النوم +F01-MHPSS_Baseline.json,a22392b2-c8dc-43b5-8f8a-b18a223f25f2,Exists,Enuresis +F01-MHPSS_Baseline.json,3ba98736-982f-4d9c-a675-f83b180a9f28,Exists,Sexual disorder +F01-MHPSS_Baseline.json,28adad48-b45b-46a4-ae94-4cca6118047e,Exists,Unexplained physical reaction +F01-MHPSS_Baseline.json,7f4699e5-e70a-49fb-bf34-c09afa867fdc,Exists,Sad mood +F01-MHPSS_Baseline.json,ab05b9a6-64ae-4ba3-9ff6-df15a424ffb0,Exists,Irritable mood +F01-MHPSS_Baseline.json,51061bb9-6084-4bb3-b83b-5c234e45b09c,Exists,Anhedonia +F01-MHPSS_Baseline.json,ec2bcaba-7349-4e74-8cbe-fe8bd2dbbc4f,Exists,Feeling of hopeless +F01-MHPSS_Baseline.json,e8166325-9ddc-4739-9452-da63ee7862d2,Exists,Guilty feelings +F01-MHPSS_Baseline.json,4f8f7343-f191-4483-bcf9-c60027a6eca8,Exists,Suicidal thoughts +F01-MHPSS_Baseline.json,ad5c4c92-ae7d-442f-b360-5b8e7c1cbeca,Exists,Recent suicidal attempt +F01-MHPSS_Baseline.json,003b425a-d8c3-47ed-bbde-45a7c180c0a4,Exists,Recent self-harm +F01-MHPSS_Baseline.json,ce47585c-fa23-4de3-9e3a-97f5eb309e72,Exists,Changes in appetite +F01-MHPSS_Baseline.json,92d3cabc-e64c-4788-8d6b-e6e06f0b18fd,Exists,Constant stress +F01-MHPSS_Baseline.json,ebb4fe74-35df-4a6e-bd2a-3c3e9912e9bb,Exists,Feeling constantly worried +F01-MHPSS_Baseline.json,ae1ab702-fa58-4648-95e4-acca5c9078f7,Exists,Excessive fear/phobia +F01-MHPSS_Baseline.json,473f0ea3-92e5-4a99-bbe0-358e371355ee,Exists,Panic disorder +F01-MHPSS_Baseline.json,4fa8e185-3ce6-4bbf-92c4-12e069dc9631,Exists,Compulsive behavior From a4c877e61f0aefc9db57ea692b4f8cac9c19a925 Mon Sep 17 00:00:00 2001 From: Aleksa Krolls Date: Wed, 30 Oct 2024 08:20:07 +0200 Subject: [PATCH 48/61] [skip actions] Configure OpenFn: pull workflow From bb4fa3318e42931ab9c64afa97a8e73d292408d0 Mon Sep 17 00:00:00 2001 From: Aleksa Krolls Date: Wed, 30 Oct 2024 08:33:44 +0200 Subject: [PATCH 49/61] [skip actions] Configure OpenFn: pull workflow From 105a1ee2e11836b0ddf53b4d7a419a5ab5ea31b1 Mon Sep 17 00:00:00 2001 From: Aleksa Krolls Date: Wed, 30 Oct 2024 13:37:40 +0200 Subject: [PATCH 50/61] [skip actions] Configure OpenFn: pull workflow From 196e571197fb917a184c4321e39847524aea3c42 Mon Sep 17 00:00:00 2001 From: Aleksa Krolls Date: Wed, 30 Oct 2024 13:38:26 +0200 Subject: [PATCH 51/61] [skip actions] Configure OpenFn: pull workflow From 447ccf6f4a2c1fa769ede230fd9624de055666f2 Mon Sep 17 00:00:00 2001 From: Aleksa Krolls Date: Wed, 30 Oct 2024 14:03:52 +0200 Subject: [PATCH 52/61] [skip actions] Configure OpenFn: pull workflow From 80c01d3c30030de9d2520eb8abe817c8da48d9d0 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:38:54 +0300 Subject: [PATCH 53/61] [skip actions] Configure OpenFn: pull workflow From 9eced53fa9992452d192901177896419966b60ab Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:42:39 +0300 Subject: [PATCH 54/61] [skip actions] Configure OpenFn: pull workflow From 185a104230f48c9aeacb14208a2bb6fb49b0d194 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:43:14 +0300 Subject: [PATCH 55/61] [skip actions] Configure OpenFn: pull workflow From 3e17e8e77c123bc030c91b5e93985a169cd06697 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:44:32 +0300 Subject: [PATCH 56/61] [skip actions] Configure OpenFn: pull workflow From c2ab03c29a4e53fe34496f66f61c1ea6aa460cce Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 16:46:09 +0300 Subject: [PATCH 57/61] [skip actions] Configure OpenFn: pull workflow From 73b15360fb237a9d4606cdee4cc56a29ffa507a7 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 17:16:09 +0300 Subject: [PATCH 58/61] change branch --- .../openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml b/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml index f2f3d20..bb38b44 100644 --- a/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml +++ b/.github/workflows/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-deploy.yml @@ -1,7 +1,7 @@ on: push: branches: - - staging + - main concurrency: group: openfn-deployment From 18116f43a2f7a7fec3e2e23baed42ae5840a2583 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 17:17:27 +0300 Subject: [PATCH 59/61] [skip actions] Configure OpenFn: pull workflow From 6c8e63fdd4f8760b06de1b368e86618b833da8a4 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Mon, 16 Dec 2024 17:17:29 +0300 Subject: [PATCH 60/61] Configure OpenFn From 35c831d212cae10d174bea57071ce6fed9597bc9 Mon Sep 17 00:00:00 2001 From: "openfn[bot]" Date: Mon, 16 Dec 2024 14:21:36 +0000 Subject: [PATCH 61/61] user mtuchi@openfn.org initiated a sync from Lightning --- ...dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml | 779 ++++++++++++++++-- ...d57-9a3c-4318-bdcb-f57a386cf811-state.json | 327 +++++--- workflows/wf2/1-get-patients.js | 59 +- workflows/wf2/2-upsert-teis.js | 344 ++++---- workflows/wf2/3-get-encounters.js | 68 +- workflows/wf2/5-get-teis.js | 19 +- workflows/wf2/6-create-events.js | 171 ++-- 7 files changed, 1301 insertions(+), 466 deletions(-) diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml index dbe2a36..7a06d63 100644 --- a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml +++ b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-spec.yaml @@ -1,20 +1,260 @@ -name: msf-lime-iraq +name: msf-lime-iraq-main description: null credentials: + aleksa@openfn.org-AK-Sharepoint: + name: AK Sharepoint + owner: aleksa@openfn.org mtuchi@openfn.org-MSF-DHIS2-UAT: name: MSF DHIS2 UAT owner: mtuchi@openfn.org + mtuchi@openfn.org-OpenFnSharepoint: + name: OpenFnSharepoint + owner: mtuchi@openfn.org mtuchi@openfn.org-OpenMRS-Demo: name: OpenMRS Demo owner: mtuchi@openfn.org + "mtuchi@openfn.org-OpenMRS-Demo-(HTTP)": + name: 'OpenMRS Demo (HTTP)' + owner: mtuchi@openfn.org + mtuchi@openfn.org-mtuchi-github-token: + name: mtuchi-github-token + owner: mtuchi@openfn.org workflows: - wf1: - name: wf1 + fetch-metadata-and-generate-opts-json: + name: fetch-metadata-and-generate-opts-json jobs: - Get-Teis: - name: Get Teis - adaptor: '@openfn/language-dhis2@latest' - credential: mtuchi@openfn.org-MSF-DHIS2-UAT + Get-metadata-file-from-Sharepoint: + name: Get metadata file from Sharepoint + adaptor: '@openfn/language-msgraph@latest' + credential: mtuchi@openfn.org-OpenFnSharepoint + body: | + const toCamelCase = text => { + return text + .toLowerCase() + .replace(/[^a-zA-Z0-9]+(.)/g, (match, chr) => chr.toUpperCase()); + }; + + const sheets = [ + 'OptionSets', + 'F01-MHPSS Baseline', + 'F02-MHPSS Follow-up', + 'F03-mhGAP Baseline', + 'F04-mhGAP Follow-up', + 'F05-MHPSS Closure', + ]; + + fn(state => { + state.siteId = + 'openfnorg.sharepoint.com,4724a499-afbc-4ded-a371-34ae40bf5d8d,1d20a7d4-a6f1-407c-aa77-76bd47bb0f32'; + return state; + }); + + getDrive( + { + id: $.siteId, + owner: 'sites', + }, + 'default' + ); + + getFile('/msf-metadata/LIME EMR - Iraq Metadata - Release 1.xlsx', { + metadata: true, + }); + + fn(state => { + const itemId = state.data.id; + const driveId = state.drives.default.id; + state.workbookBase = `sites/${state.siteId}/drives/${driveId}/items/${itemId}/workbook`; + return state; + }); + + each( + sheets, + get(`${$.workbookBase}/worksheets('${$.data}')/usedRange`, {}, state => { + const sheetName = toCamelCase(state.references.at(-1)); + console.log('Fetched sheet: ', sheetName); + state[sheetName] = state.data.values; + return state; + }) + ); + + fn(state => { + delete state.data; + delete state.response; + delete state.references; + return state; + }); + + Map-metadata-file-to-option-set-Json-format: + name: Map metadata file to option-set Json format + adaptor: '@openfn/language-common@latest' + credential: null + body: | + const isValidValue = value => value !== '' && value !== 'NA'; + + const mapArrayToObject = (item, keys) => { + return item.reduce((acc, value, idx) => { + acc[keys[idx]] = value; + return acc; + }, {}); + }; + fn(state => { + const { optionsets } = state; + const keys = optionsets[1]; + + const optsMap = optionsets.slice(2).map(item => mapArrayToObject(item, keys)); + + state.optionSets = optsMap + .filter( + o => + isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE full name']) + ) + .map(o => { + return { + 'value.display - Answers': o['Answers'], + 'value.uuid - External ID': o['External ID'], + 'DHIS2 DE full name': o['DHIS2 DE full name'], + 'DHIS2 DE UID': o['DHIS2 DE UID'], + 'OptionSet name': o['OptionSet name'], + 'DHIS2 Option Set UID': o['DHIS2 Option Set name'], + 'DHIS2 Option name': o['DHIS2 Option name'], + 'DHIS2 Option UID': o['DHIS2 Option UID'], + 'DHIS2 Option Code': o['DHIS2 Option code'], + }; + }); + + return state; + }); + + const safeKeyValuePairs = arr => { + if (arr === null || arr === undefined) { + return arr; + } + const mappedArr = arr.slice(2).map(item => mapArrayToObject(item, arr[1])); + try { + return mappedArr + .filter( + o => isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE UID']) + ) + .reduce((acc, value) => { + acc[value['DHIS2 DE UID']] = value['External ID']; + return acc; + }, {}); + } catch (error) { + console.error(`Error processing ${arr}:`, error); + return arr; // Return original value if processing fails + } + }; + + fn( + ({ + optionSets, + f01MhpssBaseline, + f02MhpssFollowUp, + f03MhgapBaseline, + f04MhgapFollowUp, + f05MhpssClosure, + }) => { + const processedState = Object.fromEntries( + Object.entries({ + f01MhpssBaseline, + f02MhpssFollowUp, + f03MhgapBaseline, + f04MhgapFollowUp, + f05MhpssClosure, + }).map(([key, value]) => [key, safeKeyValuePairs(value)]) + ); + + return { + optionSets, + ...processedState, + }; + } + ); + + Save-option-set-json-to-github: + name: Save option-set json to github + adaptor: '@openfn/language-http@latest' + credential: mtuchi@openfn.org-mtuchi-github-token + body: | + const metadataPath = + 'repos/OpenFn/openfn-lime-pilot/contents/metadata/metadata_mapping.json'; + + get(metadataPath, { + headers: { + 'user-agent': 'OpenFn', + }, + }); + + fn(state => { + const { + optionSets, + f01MhpssBaseline, + f02MhpssFollowUp, + f03MhgapBaseline, + f04MhgapFollowUp, + f05MhpssClosure, + data, + } = state; + + state.body = { + message: 'Update metadata content', + committer: { + name: 'Emmanuel Evance', + email: 'mtuchidev@gmail.com', + }, + content: util.encode( + JSON.stringify({ + optionSets, + f01MhpssBaseline, + f02MhpssFollowUp, + f03MhgapBaseline, + f04MhgapFollowUp, + f05MhpssClosure, + }) + ), + sha: data.sha, + }; + + return state; + }); + + put(metadataPath, { + body: $.body, + headers: { + Accept: 'application/vnd.github+json', + 'X-GitHub-Api-Version': '2022-11-28', + 'user-agent': 'OpenFn', + }, + }); + + triggers: + webhook: + type: webhook + enabled: true + edges: + webhook->Get-metadata-file-from-Sharepoint: + source_trigger: webhook + target_job: Get-metadata-file-from-Sharepoint + condition_type: always + enabled: true + Get-metadata-file-from-Sharepoint->Map-metadata-file-to-option-set-Json-format: + source_job: Get-metadata-file-from-Sharepoint + target_job: Map-metadata-file-to-option-set-Json-format + condition_type: on_job_success + enabled: true + Map-metadata-file-to-option-set-Json-format->Save-option-set-json-to-github: + source_job: Map-metadata-file-to-option-set-Json-format + target_job: Save-option-set-json-to-github + condition_type: on_job_success + enabled: true + wf1-dhis2-omrs-migration: + name: wf1-dhis2-omrs-migration + jobs: + Fetch-Metadata: + name: Fetch Metadata + adaptor: '@openfn/language-http@6.5.1' + credential: null body: | fn(state => { // const manualCursor = '2023-06-20T17:00:00.00'; @@ -35,15 +275,18 @@ workflows: {}, state => { const trackedEntityInstances = state.data.instances - .filter(tei => tei.createdAt > state.cursor) - .slice(0, 1); + .filter(tei => tei.updatedAt >= state.cursor) //for testing + //.filter(tei => tei.createdAt > state.cursor) //for prod + //.slice(0, 1); //to limit 1 for testing const offset = 2; // GMT+2 (Geneva time) const currentDateTime = new Date(); currentDateTime.setHours(currentDateTime.getHours() + offset); const lastRunDateTime = currentDateTime.toISOString().replace('Z', ''); - - console.log('# of TEIs extracted ::', trackedEntityInstances.length); + //console.log('TEI payload found before filter ::', JSON.stringify(state.data.instances, null, 2)); + console.log('# of TEIs found before filter ::', state.data.instances.length); + //console.log('lastUpdated of TEI eWXRNHtmHB0 :: ', JSON.stringify(state.data.instances.filter(tei => tei.trackedEntity == 'eWXRNHtmHB0'), null, 2)); + console.log('# of TEIs to migrate to OMRS ::', trackedEntityInstances.length); // console.log( // 'trackedEntityInstance IDs ::', // trackedEntityInstances.map(tei => tei.trackedEntityInstance) @@ -238,7 +481,7 @@ workflows: unknown: '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', idp: 'MSF-AAAAAA000000000000001930', internationally_displaced: '515c5abe-4172-4d0c-a991-0de2888228d7', - resident: 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92', + non_displaced: 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92', returnee: 'fc49acaa-ece2-4365-9dfb-70c2105de8b1', }; return state; @@ -255,10 +498,9 @@ workflows: male: 'M', female: 'F', unknown: 'U', - //TODO: Ask MSF for updated category option values transgender_female: 'O', transgender_male: 'O', - Prefer_not_to_answer: 'O', + prefer_not_to_answer: 'O', gender_variant_non_conforming: 'O', }; @@ -343,13 +585,20 @@ workflows: a => a.attribute === 'SVoT2cVLd5O' )?.value; - // const lonlat = d.attributes.find(a => a.attribute === 'rBtrjV1Mqkz')?.value; - // const location = locations.options.find( - // o => o.code === lonlat - // )?.displayName; + const lonlat = d.attributes.find(a => a.attribute === 'rBtrjV1Mqkz')?.value; + const location = lonlat + ? locations.options.find(o => o.code === lonlat)?.displayName + : undefined; - // const [countyDistrict, remainder] = location?.split(' ('); - // const [cityVillage] = remainder?.split(')'); + let countyDistrict, cityVillage; + + if (location) { + const match = location.match(/^(.*?)\s*\((.*?)\)/); + if (match) { + [, countyDistrict, cityVillage] = match; + cityVillage = cityVillage.split('-')[0].trim(); // Remove country code and trim + } + } return { patientNumber, @@ -378,8 +627,8 @@ workflows: { country: 'Iraq', stateProvince: 'Ninewa', - // countyDistrict, - // cityVillage, + countyDistrict, + cityVillage, }, ], attributes: [ @@ -433,13 +682,16 @@ workflows: // Creating patients in openMRS each( - 'patients[*]', - create( + '$.patients[*]', + upsert( 'patient', + state => { + return { q: state.data.patientNumber }; + }, state => { const { patientNumber, ...patient } = state.data; console.log( - 'Creating patient record\n', + 'Upserting patient record\n', JSON.stringify(patient, null, 2) ); return patient; @@ -447,7 +699,7 @@ workflows: state => { state.newPatientUuid.push({ patient_number: state.references.at(-1)?.patientNumber, - uuid: state.data.body.uuid, + uuid: state.data.uuid, }); return state; } @@ -459,7 +711,7 @@ workflows: Update-Teis: name: Update Teis - adaptor: '@openfn/language-dhis2@latest' + adaptor: '@openfn/language-dhis2@5.0.1' credential: mtuchi@openfn.org-MSF-DHIS2-UAT body: | fn(state => { @@ -500,33 +752,51 @@ workflows: ) ); + Get-Teis-and-Locations: + name: Get Teis and Locations + adaptor: '@openfn/language-dhis2@latest' + credential: mtuchi@openfn.org-MSF-DHIS2-UAT + body: | + + // Check out the Job Writing Guide for help getting started: + // https://docs.openfn.org/documentation/jobs/job-writing-guide + triggers: - webhook: - type: webhook - enabled: true + cron: + type: cron + cron_expression: '0 0 * * *' + enabled: false edges: - webhook->Get-Teis: - source_trigger: webhook - target_job: Get-Teis + cron->Fetch-Metadata: + source_trigger: cron + target_job: Fetch-Metadata condition_type: always enabled: true - Get-Teis->Get-Locations: - source_job: Get-Teis - target_job: Get-Locations - condition_type: on_job_success - enabled: true Get-Locations->Create-Patients: source_job: Get-Locations target_job: Create-Patients - condition_type: on_job_success + condition_type: js_expression + condition_label: has-teis + condition_expression: | + state.teis.length > 0 && !state.errors enabled: true Create-Patients->Update-Teis: source_job: Create-Patients target_job: Update-Teis condition_type: on_job_success enabled: true - wf2: - name: wf2 + Fetch-Metadata->Get-Teis-and-Locations: + source_job: Fetch-Metadata + target_job: Get-Teis-and-Locations + condition_type: on_job_success + enabled: true + Get-Teis-and-Locations->Get-Locations: + source_job: Get-Teis-and-Locations + target_job: Get-Locations + condition_type: on_job_success + enabled: true + wf2-omrs-dhis2: + name: wf2-omrs-dhis2 jobs: Get-Patients: name: Get Patients @@ -537,71 +807,428 @@ workflows: Upsert-TEIs: name: Upsert TEIs - adaptor: '@openfn/language-dhis2@latest' + adaptor: '@openfn/language-dhis2@5.0.1' credential: mtuchi@openfn.org-MSF-DHIS2-UAT body: path: workflows/wf2/2-upsert-teis.js Get-Encounters: name: Get Encounters - adaptor: '@openfn/language-openmrs@latest' - credential: mtuchi@openfn.org-OpenMRS-Demo - body: - path: workflows/wf2/3-get-encounters.js - - Get-Options-Map: - name: Get Options Map adaptor: '@openfn/language-http@latest' - credential: null + credential: 'mtuchi@openfn.org-OpenMRS-Demo-(HTTP)' body: - path: workflows/wf2/4-get-options-map.js + path: workflows/wf2/3-get-encounters.js - Get-TEIs: - name: Get TEIs - adaptor: '@openfn/language-dhis2@latest' + Get-TEIs-and-Map-Answers: + name: Get TEIs and Map Answers + adaptor: '@openfn/language-dhis2@5.0.1' credential: mtuchi@openfn.org-MSF-DHIS2-UAT body: path: workflows/wf2/5-get-teis.js Create-Events: name: Create Events - adaptor: '@openfn/language-dhis2@latest' + adaptor: '@openfn/language-dhis2@5.0.1' credential: mtuchi@openfn.org-MSF-DHIS2-UAT body: path: workflows/wf2/6-create-events.js + Mappings: + name: Mappings + adaptor: '@openfn/language-http@6.5.1' + credential: null + body: | + fn(state => { + state.placeOflivingMap = { + 'Al Ayadya': 'lon42.423409_lat36.481517', + 'Al Bosaif': 'lon43.159987_lat36.27218', + 'Al Jazaer': 'lon43.164382_lat36.354178', + 'Al Karama': 'lon43.203229_lat36.341201', + 'Al Mothana': 'lon43.171821_lat36.37478', + 'Al Nabi Younis': 'lon43.165939_lat36.348147', + 'Al Qawsyat': 'lon43.103793_lat36.440127', + 'Al Rashedia': 'lon43.092499_lat36.405267', + 'Al Sahaji': 'lon42.94467_lat36.280869', + 'Al Salamya': 'lon43.314713_lat36.142365', + 'Al Shora': 'lon43.223899_lat35.994031', + 'Al Sokar': 'lon43.169151_lat36.389263', + 'Al Zahra': 'lon43.209061_lat36.384103', + 'Al-Abar': 'lon43.097359_lat36.337313', + 'Al-Adba': 'lon43.107228_lat36.228804', + Alamel: 'lon43.095958_lat36.324676', + 'Al-Araby': 'lon43.116613_lat36.405873', + Alathba: 'lon43.107062_lat36.228771', + 'Al-Auraiby': 'lon43.092403_lat36.35815', + 'Al-Baaj': 'lon41.715935_lat36.04154', + 'Al-Bakeer': 'lon43.2005_lat36.372429', + 'Al-Dandan': 'lon43.146081_lat36.33257', + 'Al-Ekhaa': 'lon43.216323_lat36.353175', + 'Al-Ektasadeen': 'lon43.086044_lat36.361673', + 'Al-Entesar': 'lon43.213825_lat36.326253', + Aleslaah: 'lon43.082506_lat36.350517', + 'Al-Faroak': 'lon43.128901_lat36.337586', + Alflah: 'lon43.183338_lat36.394155', + Algosq: 'lon43.150265_lat36.327732', + Algzlany: 'lon43.137129_lat36.320443', + 'Al-Hadbaa': 'lon43.15051_lat36.394474', + Alhrmat: 'lon43.072674_lat36.362245', + 'Al-Humaidat': 'lon42.978138_lat36.403105', + Aljazeera: 'lon42.268108_lat35.764664', + 'Al-Kadasia': 'lon43.200525_lat36.380719', + 'Al-Kuba': 'lon43.072704_lat36.410733', + 'Al-Ma`Mun': 'lon43.10664_lat36.310099', + 'Al-Maghrab': 'lon43.079798_lat36.334318', + Almalayeen: 'lon43.103821_lat36.424167', + 'Al-Masarf': 'lon43.179613_lat36.38814', + 'Al-Matahen': 'lon43.09246_lat36.338635', + Almnsoor: 'lon43.11188_lat36.318691', + Almoaly: 'lon42.838777_lat36.324391', + Almohalabya: 'lon42.703975_lat36.265162', + Almshahda: 'lon43.120709_lat36.343216', + 'Al-Mualamin': 'lon42.923458_lat36.31039', + Almuhandseen: 'lon43.137239_lat36.367498', + Alngar: 'lon43.100449_lat36.357173', + Alnuor: 'lon43.187796_lat36.365769', + Alobor: 'lon43.059863_lat36.313292', + Alquds: 'lon43.22851_lat36.344222', + 'Al-Qyaraa': 'lon43.29582_lat35.798215', + Alresala: 'lon43.090091_lat36.322804', + 'Al-Rifa`I': 'lon43.102846_lat36.360217', + 'Al-Saaha': 'lon43.097854_lat36.34371', + 'Al-Sahaji': 'lon42.94396_lat36.280114', + 'Al-Samah': 'lon43.212253_lat36.35825', + 'Al-Sekak': 'lon43.100669_lat36.339441', + 'Al-Shefaa': 'lon43.121928_lat36.352', + Alshohadaa: 'lon43.101322_lat36.318532', + Alshykhan: 'lon43.350052_lat36.691541', + 'Alsinaa Alkadema': 'lon43.071956_lat36.347428', + Alsmood: 'lon43.111796_lat36.320265', + 'Al-Tahrer': 'lon43.201287_lat36.390342', + 'Al-Taiaran': 'lon43.140315_lat36.325341', + Altank: 'lon43.069844_lat36.334344', + Althoraa: 'lon43.110259_lat36.343145', + 'Al-Wahdaa': 'lon43.184839_lat36.331538', + 'Al-Warshan': 'lon43.097102_lat36.350075', + Alyrmoq: 'lon43.082273_lat36.336458', + Alzngly: 'lon43.109626_lat36.353944', + 'Aski Mousl': 'lon42.73514_lat36.513471', + Auenat: 'lon42.399071_lat36.67976', + 'Bab Al-Bead': 'lon43.127605_lat36.334953', + Badush: 'lon42.967959_lat36.41445', + Bartella: 'lon43.380304_lat36.349597', + Basheeka: 'lon43.342171_lat36.451798', + Dohok: 'lon42.9842_lat36.859369', + Gogjali: 'lon43.246833_lat36.353981', + 'Hamaam Alaleel': 'lon43.260379_lat36.160157', + 'Hawi Al-Kanisa': 'lon43.085152_lat36.381247', + 'Mosul Algdida': 'lon43.104377_lat36.331809', + 'Mosul Al-Kadema': 'lon43.126541_lat36.342823', + Msherfa: 'lon43.179668_lat36.387648', + Nablus: 'lon43.084701_lat36.328359', + Rabeaa: 'lon42.08276_lat36.808678', + 'Ragm Hadid': 'lon43.076396_lat36.326236', + Sadam: 'lon43.208775_lat36.383105', + Sanjar: 'lon41.864538_lat36.316244', + Somer: 'lon43.200918_lat36.301028', + Sumeel: 'lon42.847606_lat36.857084', + 'Tal Abta': 'lon42.563028_lat35.94226', + 'Tal Afer': 'lon42.450003_lat36.374589', + 'Tal Alroman': 'lon43.089466_lat36.316493', + 'Tal Keef': 'lon43.120284_lat36.489935', + 'Tal Zalt': 'lon42.829782_lat36.282837', + Tmooz: 'lon43.084933_lat36.365008', + 'Twim & Mjarin': 'lon42.692998_lat36.363335', + 'Wady Alaen': 'lon43.103452_lat36.325881', + 'Wady Hagr': 'lon43.126976_lat36.320946', + Zakho: 'lon42.688446_lat37.146393', + Zumar: 'lon42.603252_lat36.655901', + Other: 'lon0.0_lat0.0', + }; + return state; + }); + fn(state => { + state.nationalityMap = { + '84066564-253e-43d8-b141-76730cffa878': 'afghanistan', + 'db21f4f9-faf2-4358-8297-0ae76627b3b8': 'albania', + '5f6c017f-074c-46b3-92d0-d055e2094366': 'algeria', + '8a2e5a03-8a74-41ae-9a98-2310f9ce400d': 'angola', + 'c911af8a-171c-4ee9-b1ff-934373e8a819': 'anguilla', + 'b83d24e8-34d8-4920-83c0-8ba014467ff4': 'argentina', + '39f1652a-f2b7-4b65-a7e1-7097ac6cdef0': 'armenia', + 'f3f1cba1-7c1e-4234-86a2-f27bb5964fee': 'aruba', + '29750013-0e35-47ca-8f77-9192a923fb07': 'azerbaijan', + 'a99de53c-ce76-4b1e-91b2-461094baf79e': 'bangladesh', + '664baba4-c552-47b9-97c0-ff67dafd27d6': 'belarus', + 'cf863e31-bb38-48ed-90dd-f3dedcac304c': 'benin', + 'd45a57c9-994f-4deb-8845-9b785860a2ec': 'bhutan', + 'd8800d10-862b-42f1-8e22-cac1ce1bbcae': 'bolivia', + '05d8f4ef-45eb-463d-b2f3-8a5a613ee6b9': 'bosnia_and_herzegovina', + '1304a0de-5b70-4d36-a873-e72a82963316': 'botswana', + '353ff388-64e6-434c-b78f-ca9636390389': 'brazil', + 'b02c6d20-83a2-4947-8a7d-91d1f9c4d8a2': 'british_virgin_islands', + '91c85a62-2b02-483a-aefd-e29d368565fe': 'bulgaria', + '6c90c1ae-17a4-4e94-a267-4fba4c94efd8': 'burkina_faso', + '8a2ed0db-eaad-44bc-bf06-5cb1b2a3db0b': 'burundi', + '4fd14df8-8279-4dfa-bdd3-e1ab26bc0264': 'cambodia', + '873552ac-9850-4cc1-ae09-17eb0fccf405': 'cameroon', + 'cfbc220a-1d6c-4469-bb6d-a8e3deb4f7e7': 'cape_verde', + '61a4c4a4-25c2-4459-a874-ec1d24f8323a': 'central_african_republic', + '9e41e71c-f5d5-456c-a6f9-2129b8055bfc': 'chad', + '05333883-44e9-4f57-836a-041391803007': 'chile', + '15016874-3e20-484a-baa8-9b94e1a3d358': 'china', + 'a008dff8-ce96-4662-bf8a-372e43d424f0': 'colombia', + '9d8738c8-40c2-4c66-aabb-ef176a20ffe8': 'comoros', + 'fb52f8c9-40ec-4dc4-92a4-d465612de2ff': 'costa_rica', + '513cb36a-3f67-46ea-a789-fcdaca0e26f5': 'cote_divoire', + '147c2434-5d7e-420c-8053-ba623301f3f5': 'cuba', + 'cf5b334f-1c0f-41fc-ab54-53ff1e942830': 'djibouti', + 'f70e51e5-b76c-4c38-9bf2-ef8e1f308ce1': 'dominica', + 'ce72fc9b-619b-4c32-b865-600e888ad814': 'dominican_republic', + '8f6d3d2a-e09f-473b-99c9-e539f97ceab6': 'drc_congo', + '854f2f66-40e1-4a6a-9dee-09c832a52289': 'east_timor', + 'f9810f9a-78a7-42a2-99e6-19c629642386': 'ecuador', + 'cc7343f8-9243-4d09-b378-58363850d624': 'egypt', + '9a34935e-5a8a-45be-8ccd-cb23192e420f': 'el_salvador', + '7e591605-d723-4398-982a-8737af63a2dc': 'equatorial_guinea', + 'c61f03c2-0d1f-444f-a974-0a61063aff71': 'eritrea', + '7478d375-014e-410e-a355-090143e88f5b': 'ethiopia', + '9f46ae06-114a-47fa-8f8d-e9749f04da25': 'gabon', + '5ec7ddd7-14a5-48ec-9e7c-8896d1010655': 'gambia', + 'bc71788f-db69-4b6f-8d1c-57a74395bdd2': 'georgia', + '2eb4ff46-d908-4148-9b0d-40ccfc1a655a': 'ghana', + 'b75d6bcc-fadf-4141-8d0f-2463154b89f7': 'greece', + '51fa502b-98a3-4c42-b5fd-7b4d64489bb9': 'guam', + '3725a4d2-b28f-466b-905a-bafeaeb75855': 'guatemala', + 'eeaff39c-8afd-43f7-b9a0-53729f5df1d8': 'guinea', + '14e90203-9197-42ea-9222-acafd2fd6984': 'guinea_bissau', + 'ba4dfa7e-f3cd-4e94-8ca7-6b96a93378a8': 'guyana', + 'f76f7dcb-f82e-4257-a627-1685ff3f3586': 'haiti', + 'cdd1336e-495b-4868-aace-57a84442d6fd': 'honduras', + '378d0107-eb43-485d-930c-0704b4e5aa11': 'india', + '1cbe17e6-adc2-4680-bee0-54d94af75ebf': 'indonesia', + 'b422270e-d8af-4a32-b523-742545a17a3f': 'iran', + '03aa7d6e-7656-48e4-8dc0-5e27706722c0': 'iraq', + '842f963c-f84d-4076-a8db-337295fd9b91': 'jordan', + '6f6d0e78-2c81-411d-8d13-367e250dc110': 'kazakhstan', + 'ad351a33-8846-4cad-8195-b07b6041d4a5': 'kenya', + '4aee7a88-cda9-454e-9f25-4a6420270417': 'kuwait', + 'ace3b851-042b-46a6-8fea-68aae042d614': 'kyrgyzstan', + 'dfb01b39-c224-459e-b045-dd9461b9a1e5': 'laos', + '7de78f22-f53e-48d2-923f-ae1e4d814f46': 'lebanon', + 'b35b29c5-9bb7-4b40-ad33-29eecd28a9e6': 'lesotho', + 'a5fd61b4-fd27-433d-8428-7e88a7f27921': 'liberia', + '600c6af4-b767-423c-b942-7f06ca467258': 'libya', + '5837cc40-9ab5-4088-91c8-ca6e4b57e903': 'macedonia', + '3782bf3c-380e-4b60-b21a-38199073f112': 'madagascar', + 'e8b5f188-6a5c-43ae-b4a5-200abb13153e': 'malawi', + '3facca11-fbaa-4c40-8fac-4751d45c3f1b': 'malaysia', + '3e844a47-526a-46f9-afea-1af9ff8690aa': 'mali', + '051ce04e-05e8-4430-8b75-3e499bbffbc8': 'martinique', + '8acb006b-8596-4a98-8177-acb4cb575956': 'mauritania', + '17ced083-eb2a-4046-a713-26cabc7af95d': 'mauritius', + '1af148fe-2698-4b89-bf7f-87e5c48b6848': 'mayotte', + '8381208f-01ca-4ed3-8f2c-f73ed1c316e3': 'mexico', + 'f0e9c8b5-69b5-48df-8cb9-2d089ba04e46': 'moldova', + '9f341cb1-dcb5-4f6c-bd21-b57db01b4193': 'mongolia', + 'ef467a17-91e8-4124-a136-7ed8ff7c7d15': 'morocco', + '0916133b-4d93-4d60-9c20-e7ee3936f391': 'mozambique', + 'e81ba700-f9fc-4ed0-b248-578a25717cdb': 'myanmar', + '0cb123dc-8810-4840-b6ab-6a527c5a79ef': 'namibia', + '3386fe63-2158-4040-a502-9f65fd2079d3': 'nauru', + 'fb01b01a-6775-423c-8012-7d43f587cb6c': 'nepal', + 'e67c072b-7707-491f-8c2e-13c914216b61': 'new_caledonia', + 'f6a9521c-596b-49f9-b914-67138e8c17e6': 'nicaragua', + '7561db90-a866-4443-93f4-95cac1d47e9c': 'niger', + '4134651a-7f53-45fb-8bc6-7fed9cf36f51': 'nigeria', + '4d3079e4-8568-48e6-9342-665896875a38': 'north_korea', + '9b0af037-99d1-43b8-ac06-82137ec4b06d': 'oman', + Other: 'other', + 'f45d93c3-c9b0-4333-a5e6-299b7c425812': 'pakistan', + 'e2a19948-49aa-44c0-98ef-67ae1160ef43': 'palestine', + '1ef5a828-9d0d-4336-91ab-880d5dc0151c': 'panama', + 'e1e6b451-d7fe-4954-b225-99b2de82a4c0': 'papua_new_guinea', + 'd8412016-82f5-4801-a026-1bdc429850b7': 'paraguay', + 'e74fa87f-8469-46b0-975f-6cb37c394564': 'peru', + 'bdbd5c9f-1f28-4f4d-a254-4a84f8bb2c8f': 'philippines', + '39fca1d0-d2e7-4b13-82bd-626fbec71252': 'puerto_rico', + '5db9afa5-b57e-4f45-8b1c-af766f14fc58': 'republic_of_congo', + '1dae4b2d-50c9-4bf1-b25a-7063600a5e74': 'reunion', + '457e745e-ae97-463d-95a9-8d5689d3ca2b': 'romania', + '6bc925a1-7699-496a-85b0-c290699381db': 'rwanda', + 'e03b381b-a7f4-40eb-964f-51571dc3c48c': 'samoa', + 'f66bbb42-684f-42d7-bfcd-95d586eb7dc9': 'sao_tome_and_principe', + 'fdf495a4-e60c-46f7-a8a2-61a216849086': 'saudi_arabia', + 'ad948f1b-0733-4f8d-b049-d64289b43a10': 'senegal', + 'd2e69cef-3bff-4220-ba91-a6a678fb606b': 'serbia', + 'ffba9caf-b6aa-4078-845e-578f7a7fd566': 'sierra_leone', + '99c8dccc-4dfa-4d30-86be-42a309ab431f': 'somalia', + '75882d62-1c55-480d-b411-8ca40c3307df': 'south_africa', + '0603d6b9-334f-4443-ab60-7c5d457b95fc': 'south_korea', + 'f113e24e-2ea9-49a2-9b28-59241b9adb21': 'south_sudan', + 'b0031c01-d242-4410-b98b-cc1511590b85': 'sri_lanka', + '2f03a932-2b75-4e8b-9f44-0fcd83c75dc4': 'sudan', + 'c65d3329-98d4-4dd7-89d3-141b70d00eb2': 'suriname', + '06a2703b-af17-4e44-83f5-6cc9a8a75320': 'swaziland', + 'dcdcdc70-a006-4b0a-bac2-7de89b022b65': 'switzerland', + '1e34ee55-ef9f-4386-bae6-6995555ded75': 'syria', + '34836c60-5449-48d6-b3c9-c0b3361b9f2c': 'tajikistan', + '050a8eb1-0d77-4f65-a2da-776a13bcd2a4': 'tanzania', + '289ac5bd-6434-4837-86bf-b54d22970ac8': 'thailand', + '6a583e64-869d-477d-a1c1-746320d45fc4': 'togo', + 'd381f06d-2365-4f40-948b-cfe90d8cb532': 'tonga', + '56be7864-fde6-4db3-8fa5-b9dd42cd9c53': 'tunisia', + '7429c779-1d3a-4aec-8256-d0b1637e1bd1': 'turkey', + '3ef17df5-299b-4385-9ea6-572df4b6f9ca': 'turkmenistan', + 'be3d11d3-446d-440c-a582-d01c7cbb0eda': 'uganda', + '38c99c8d-2b93-4848-a537-b1865a260bb2': 'ukraine', + Unknown: 'unknown', + 'c2e45baf-748b-4d7b-a391-ed6b802b6f94': 'uruguay', + '60512350-d79b-41aa-aff0-1b28ca4aa5f1': 'uzbekistan', + '557cea4a-0049-4b7a-b373-ed63f294a2a0': 'venezuela', + '49509c5f-e533-48a8-bf06-86935e3376b2': 'vietnam', + '4086dfd2-f4f5-4107-93e8-07bee235af8f': 'western_sahara', + '6a3214e0-f94b-414c-8148-968e24386671': 'yemen', + '3ec0432d-ea37-4159-a658-29d6f07fe21a': 'zambia', + 'ce1b0d8d-0a2d-4f93-a6ed-64aca2fd0f45': 'zimbabwe', + }; + + state.statusMap = { + '18692c24-4d33-4cdc-a92c-bf4138da5d6d': 'unknown', //Inconnu + 'f921ffdd-72ca-4d58-a89b-1fa2e959d110': 'asylum_seeker', + '2bacead2-f280-457c-9d28-e80e106f7d25': 'no_status', + 'MSF-AAAAAA000000000000001929': 'refugee', + '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown', + '20b8524e-4c26-4fa0-81f0-fa23ebacc54d': 'single', + 'MSF-AAAAAA000000000000001863': 'married', + 'MSF-AAAAAA000000000000001864': 'widowed', + 'MSF-AAAAAA000000000000001865': 'divorced_separated', + '1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'concubine', + 'MSF-AAAAAA000000000000001823': 'not_applicable', + '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown', + 'MSF-AAAAAA000000000000001871': 'student', + '4a18a820-f3a1-4bb7-9138-558a9ecc81da': 'fixed_employee', + '2cb73bee-7f94-4695-89c7-c81187dbc90c': 'occasional_employee', + 'MSF-AAAAAA000000000000001870': 'unemployed', + '9b14b4d4-b749-4acf-acfe-79c480f3c4b3': 'housewife', + 'MSF-AAAAAA000000000000001823': 'not_applicable', + 'MSF-AAAAAA000000000000001329': 'unknown', + '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown', + 'MSF-AAAAAA000000000000001930': 'idp', + '515c5abe-4172-4d0c-a991-0de2888228d7': 'internationally_displaced', + 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92': 'non_displaced', + 'fc49acaa-ece2-4365-9dfb-70c2105de8b1': 'returnee', + '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown', + }; + + state.genderOptions = { + M: 'male', + F: 'female', + U: 'unknown', + O: 'prefer_not_to_answer', + }; + + return state; + }); + + Update-TEIs: + name: Update TEIs + adaptor: '@openfn/language-dhis2@5.0.1' + credential: mtuchi@openfn.org-MSF-DHIS2-UAT + body: | + fn(state => { + const { optionSets, genderUpdated, TEIs } = state; + const genderMap = optionSets + .filter(o => o['DHIS2 DE UID'] === 'qptKDiv9uPl') + .reduce((acc, obj) => { + acc[obj['value.display - Answers']] = obj['DHIS2 Option Code']; + return acc; + }, {}); + + state.teisToUpdate = genderUpdated.map(answer => { + const { trackedEntity } = TEIs[answer.person.uuid]; + return { + trackedEntity, + program: 'w9MSPn5oSqp', + orgUnit: 'OPjuJMZFLop', + trackedEntityType: 'cHlzCA2MuEF', + attributes: [ + { + attribute: 'qptKDiv9uPl', //gender + value: genderMap[answer.value.display], + }, + { + attribute: 'AYbfTPYMNJH', //OpenMRS Patient UID to use to upsert TEI + value: answer.person.uuid, + }, + ], + }; + }); + return state; + }); + + // Update TEIs + create( + 'tracker', + { trackedEntities: $.teisToUpdate }, + { params: { async: false, importStrategy: 'UPDATE' } } + ); + // Return only lastRunDateTime + fn(({ lastRunDateTime }) => ({ lastRunDateTime })); + triggers: - webhook: - type: webhook - enabled: true + cron: + type: cron + cron_expression: '0 0 * * *' + enabled: false edges: - webhook->Get-Patients: - source_trigger: webhook + cron->Get-Patients: + source_trigger: cron target_job: Get-Patients condition_type: always enabled: true - Get-Patients->Upsert-TEIs: - source_job: Get-Patients - target_job: Upsert-TEIs - condition_type: on_job_success - enabled: true Upsert-TEIs->Get-Encounters: source_job: Upsert-TEIs target_job: Get-Encounters - condition_type: on_job_success + condition_type: js_expression + condition_label: has-patient-uuids + condition_expression: | + state.patientUuids.length > 0 && !state.errors + enabled: true - Get-Encounters->Get-Options-Map: - source_job: Get-Encounters - target_job: Get-Options-Map - condition_type: on_job_success + Get-TEIs-and-Map-Answers->Create-Events: + source_job: Get-TEIs-and-Map-Answers + target_job: Create-Events + condition_type: js_expression + condition_label: has-teis + condition_expression: | + state.TEIs && !state.errors + enabled: true - Get-Options-Map->Get-TEIs: - source_job: Get-Options-Map - target_job: Get-TEIs + Mappings->Upsert-TEIs: + source_job: Mappings + target_job: Upsert-TEIs condition_type: on_job_success enabled: true - Get-TEIs->Create-Events: - source_job: Get-TEIs - target_job: Create-Events + Get-Patients->Mappings: + source_job: Get-Patients + target_job: Mappings + condition_type: js_expression + condition_label: has-patients + condition_expression: | + state.patients.length > 0 && !state.errors + + enabled: true + Create-Events->Update-TEIs: + source_job: Create-Events + target_job: Update-TEIs + condition_type: js_expression + condition_label: has-gender-updated + condition_expression: | + state.genderUpdated.length > 0 && !state.errors + + enabled: true + Get-Encounters->Get-TEIs-and-Map-Answers: + source_job: Get-Encounters + target_job: Get-TEIs-and-Map-Answers condition_type: on_job_success enabled: true diff --git a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json index 8a2008e..c4a384b 100644 --- a/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json +++ b/openfn-cd92dd57-9a3c-4318-bdcb-f57a386cf811-state.json @@ -1,10 +1,9 @@ { "id": "cd92dd57-9a3c-4318-bdcb-f57a386cf811", - "name": "msf-lime-iraq", + "name": "msf-lime-iraq-main", "description": null, "inserted_at": "2024-09-05T06:59:05Z", - "updated_at": "2024-09-10T13:32:46Z", - "scheduled_deletion": null, + "updated_at": "2024-12-16T10:49:46Z", "project_credentials": { "mtuchi@openfn.org-OpenMRS-Demo": { "id": "3141d874-5456-4168-9680-ce04efb1089c", @@ -15,144 +14,124 @@ "id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d", "name": "MSF DHIS2 UAT", "owner": "mtuchi@openfn.org" + }, + "aleksa@openfn.org-AK-Sharepoint": { + "id": "2eace4af-4e52-484c-82b0-ffb1717c259d", + "name": "AK Sharepoint", + "owner": "aleksa@openfn.org" + }, + "mtuchi@openfn.org-mtuchi-github-token": { + "id": "6533e534-6ad8-4651-b27d-245b8cbb69d8", + "name": "mtuchi-github-token", + "owner": "mtuchi@openfn.org" + }, + "mtuchi@openfn.org-OpenFnSharepoint": { + "id": "3dd044bb-6a0e-4f16-a80d-836a39f95b40", + "name": "OpenFnSharepoint", + "owner": "mtuchi@openfn.org" + }, + "mtuchi@openfn.org-OpenMRS-Demo-(HTTP)": { + "id": "62cab5d8-939f-46f3-b635-cb79a1e1dc5d", + "name": "OpenMRS Demo (HTTP)", + "owner": "mtuchi@openfn.org" } }, - "history_retention_period": null, + "scheduled_deletion": null, + "history_retention_period": 365, "dataclip_retention_period": null, "retention_policy": "retain_all", "workflows": { - "wf2": { - "id": "0f8ec062-1a2d-4f13-a8c5-b8298004512c", - "name": "wf2", - "inserted_at": "2024-09-10T15:45:40.150142Z", - "lock_version": 52, + "fetch-metadata-and-generate-opts-json": { + "id": "57a7ef39-d396-4959-a725-85c4bef08c6a", + "name": "fetch-metadata-and-generate-opts-json", + "inserted_at": "2024-10-28T08:26:44.955206Z", + "lock_version": 12, "triggers": { "webhook": { "enabled": true, - "id": "51283b68-c07a-4d85-854c-c2e6e93af041", + "id": "e86ca050-ad88-4936-8c14-6eac23922017", "type": "webhook" } }, "jobs": { - "Get-Patients": { - "id": "ab326112-9cdd-4449-8611-b5abc659d4ca", - "name": "Get Patients", - "body": "// here we define the date cursor\nfn(state => {\n //manualCursor at beggining of the project 2023-05-20T06:01:24.000+0000\n const manualCursor = '2023-07-27T07:16:24.544Z';\n\n state.cursor = state.lastRunDateTime || manualCursor;\n\n console.log(\n 'Date cursor to filter & get only recent OMRS records ::',\n state.cursor\n );\n\n return state;\n});\n\nsearchPatient({ q: 'Aisha', v: 'full', limit: '3' });\n// searchPatient({ q: 'Patient', v: 'full', limit: '100' });\n//Query all patients (q=all) not supported on demo OpenMRS; needs to be configured\n//...so we query all Patients with name \"Patient\" instead\n\nfn(state => {\n const { results } = state.data;\n\n const getPatientByUuid = uuid =>\n results.find(patient => patient.uuid === uuid).auditInfo.dateCreated;\n\n // console.log('dateCreated for patient uuid ...2c6dbfc5acc8',getPatientByUuid(\"31b4d9c8-f7cc-4c26-ae61-2c6dbfc5acc8\"))\n //console.log(JSON.stringify(state.data, null, 2));\n\n console.log('Filtering patients to only sync most recent records...');\n\n state.patients = results.filter(\n patient =>\n (patient.auditInfo.dateChanged === null\n ? patient.auditInfo.dateCreated\n : patient.auditInfo.dateChanged) > state.cursor\n );\n console.log('# of new patients to sync to dhis2 ::', state.patients.length);\n // console.log(JSON.stringify(patients, null, 2));\n\n state.lastRunDateTime = new Date().toISOString();\n console.log('Updating cursor; next sync start date:', state.lastRunDateTime);\n\n state.data = {};\n state.references = [];\n return state;\n});\n", - "adaptor": "@openfn/language-openmrs@latest", - "project_credential_id": "3141d874-5456-4168-9680-ce04efb1089c" + "Get-metadata-file-from-Sharepoint": { + "id": "c9712182-a389-4664-8e10-f275f87fb478", + "name": "Get metadata file from Sharepoint", + "body": "const toCamelCase = text => {\n return text\n .toLowerCase()\n .replace(/[^a-zA-Z0-9]+(.)/g, (match, chr) => chr.toUpperCase());\n};\n\nconst sheets = [\n 'OptionSets',\n 'F01-MHPSS Baseline',\n 'F02-MHPSS Follow-up',\n 'F03-mhGAP Baseline',\n 'F04-mhGAP Follow-up',\n 'F05-MHPSS Closure',\n];\n\nfn(state => {\n state.siteId =\n 'openfnorg.sharepoint.com,4724a499-afbc-4ded-a371-34ae40bf5d8d,1d20a7d4-a6f1-407c-aa77-76bd47bb0f32';\n return state;\n});\n\ngetDrive(\n {\n id: $.siteId,\n owner: 'sites',\n },\n 'default'\n);\n\ngetFile('/msf-metadata/LIME EMR - Iraq Metadata - Release 1.xlsx', {\n metadata: true,\n});\n\nfn(state => {\n const itemId = state.data.id;\n const driveId = state.drives.default.id;\n state.workbookBase = `sites/${state.siteId}/drives/${driveId}/items/${itemId}/workbook`;\n return state;\n});\n\neach(\n sheets,\n get(`${$.workbookBase}/worksheets('${$.data}')/usedRange`, {}, state => {\n const sheetName = toCamelCase(state.references.at(-1));\n console.log('Fetched sheet: ', sheetName);\n state[sheetName] = state.data.values;\n return state;\n })\n);\n\nfn(state => {\n delete state.data;\n delete state.response;\n delete state.references;\n return state;\n});\n", + "adaptor": "@openfn/language-msgraph@latest", + "project_credential_id": "3dd044bb-6a0e-4f16-a80d-836a39f95b40" }, - "Upsert-TEIs": { - "id": "6973c510-b36d-4c42-82f5-b26d8cd36a57", - "name": "Upsert TEIs", - "body": "fn(state => {\n const genderOptions = {\n M: 'male',\n F: 'female',\n U: 'unknown',\n O: 'prefer_not_to_answer',\n };\n\n const DHIS2_PATIENT_NUMBER = '8d79403a-c2cc-11de-8d13-0010c6dffd0f'; //DHIS2 ID or DHIS2 Patient Number\n const OPENMRS_AUTO_ID = '05a29f94-c0ed-11e2-94be-8c13b969e334'; //MSF ID or OpenMRS Patient Number\n const patientsUpsert = [];\n\n const buildPatientsUpsert = (patient, isNewPatient) => {\n const dateCreated = patient.auditInfo.dateCreated.substring(0, 10);\n\n function findIdentifierByUuid(identifiers, targetUuid) {\n // Use the `find` method to locate the matching identifier\n const matchingIdentifier = identifiers.find(\n identifier => identifier.identifierType.uuid === targetUuid\n );\n\n // Return the `identifier` value if a match is found; otherwise, return null\n return matchingIdentifier ? matchingIdentifier.identifier : undefined;\n }\n\n const calculateDOB = age => {\n const currentDate = new Date();\n const currentYear = currentDate.getFullYear();\n const birthYear = currentYear - age;\n\n const birthday = new Date(\n birthYear,\n currentDate.getMonth(),\n currentDate.getDay()\n );\n\n return birthday.toISOString().replace(/\\.\\d+Z$/, '+0000');\n };\n\n const enrollments = [\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n programStage: 'EZJ9FsNau7Q',\n enrollmentDate: dateCreated,\n },\n ];\n\n const payload = {\n query: {\n ou: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], //upsert on omrs.patient.uid\n },\n data: {\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n {\n attribute: 'fa7uwpCKIwa',\n value: patient.person.names[0].givenName,\n },\n {\n attribute: 'Jt9BhFZkvP2',\n value: patient.person.names[0].familyName,\n },\n {\n attribute: 'P4wdYGkldeG', //DHIS2 ID ==> \"Patient Number\"\n value: findIdentifierByUuid(\n patient.identifiers,\n DHIS2_PATIENT_NUMBER\n ),\n },\n {\n attribute: 'ZBoxuExmxcZ', //MSF ID ==> \"OpenMRS Patient Number\"\n value: findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID),\n },\n {\n attribute: 'AYbfTPYMNJH', //\"OpenMRS Patient UID\"\n value: patient.uuid,\n },\n {\n attribute: 'qptKDiv9uPl',\n value: genderOptions[patient.person.gender],\n },\n {\n attribute: 'Rv8WM2mTuS5',\n value: patient.person.age,\n },\n {\n attribute: 'WDp4nVor9Z7',\n value: patient.person.birthdate,\n },\n // {\n // attribute: 'rBtrjV1Mqkz', //Place of living\n // value: patient.person.address,\n // },\n // {\n // attribute: 'Xvzc9e0JJmp', //nationality\n // value: patient.person.attributes[x].value, //input.attributeType = \"24d1fa23-9778-4a8e-9f7b-93f694fc25e2\"\n // },\n // {\n // attribute: 'YUIQIA2ClN6', //current status\n // value: patient.person.attributes[x].value, //input.attributeType = \"e0b6ed99-72c4-4847-a442-e9929eac4a0f\"\n // },\n // {\n // attribute: 'Qq6xQ2s6LO8', //legal status\n // value: patient.person.attributes[x].value, //input.attributeType = \"a9b2c642-097f-43f8-b96b-4d2f50ffd9b1\"\n // },\n // {\n // attribute: 'FpuGAOu6itZ', //marital status\n // value: patient.person.attributes[x].value, //input.attributeType = \"3884dc76-c271-4bcb-8df8-81c6fb897f53\"\n // },\n // {\n // attribute: 'v7k4OcXrWR8', //employment status\n // value: patient.person.attributes[x].value, //input.attributeType = \"dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e\"\n // },\n // {\n // attribute: 'SVoT2cVLd5O', //employment status\n // value: patient.person.attributes[x].value, //input.attributeType = \"e363161a-9d5c-4331-8463-238938f018ed\"\n // },\n ],\n },\n };\n\n console.log('mapped dhis2 payloads:: ', JSON.stringify(payload, null, 2));\n\n if (isNewPatient) {\n console.log('create enrollment');\n payload.data.enrollments = enrollments;\n }\n\n return patientsUpsert.push(payload);\n };\n\n return {\n ...state,\n genderOptions,\n patientsUpsert,\n buildPatientsUpsert,\n };\n});\n\nfn(async state => {\n const { buildPatientsUpsert, patients } = state;\n\n const getPatient = async patient => {\n await new Promise(resolve => setTimeout(resolve, 2000));\n await get(\n 'trackedEntityInstances',\n {\n ou: 'OPjuJMZFLop',\n filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`],\n program: 'w9MSPn5oSqp',\n },\n {},\n state => {\n const { trackedEntityInstances } = state.data;\n const isNewPatient = trackedEntityInstances.length === 0;\n\n buildPatientsUpsert(patient, isNewPatient);\n return state;\n }\n )(state);\n };\n\n for (const patient of patients) {\n console.log(patient.uuid, 'patient uuid');\n await getPatient(patient);\n }\n return state;\n});\n\n// Upsert TEIs to DHIS2\neach(\n 'patientsUpsert[*]',\n upsert('trackedEntityInstances', $.data.query, $.data.data)\n);\n\n// Clean up state\nfn(({ data, ...state }) => state);\n", - "adaptor": "@openfn/language-dhis2@latest", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" - }, - "Get-Encounters": { - "id": "8fb577e5-d068-4d47-8172-81f08153ced9", - "name": "Get Encounters", - "body": "// Fetch encounters from the date of cursor\n// OpenMRS demo instance does not support querying ALL records (q=all)\n// getEncounters({ q: 'Patient', v: 'full', limit: 100 });\ngetEncounters({\n q: 'Aisha',\n v: 'full',\n limit: 1,\n encounterType: '95d68645-1b72-4290-be0b-ec1fb64bc067',\n});\n\n// Update cursor and return encounters\nfn(state => {\n const { cursor, data } = state;\n console.log('cursor datetime::', cursor);\n\n console.log('Filtering encounters to only get recent records...');\n // console.log(\n // 'Encounters returned before we filter for most recent ::',\n // JSON.stringify(data, null, 2)\n // );\n const encounters = data.results.filter(\n encounter => encounter.encounterDatetime >= cursor\n );\n console.log('# of new encounters to sync to dhis2 ::', encounters.length);\n\n return { ...state, data: {}, references: [], encounters };\n});\n", - "adaptor": "@openfn/language-openmrs@latest", - "project_credential_id": "3141d874-5456-4168-9680-ce04efb1089c" - }, - "Get-Options-Map": { - "id": "175ac575-ea3d-470e-8faf-61de514e222e", - "name": "Get Options Map", - "body": "get(\n 'https://gist.githubusercontent.com/aleksa-krolls/b22987f7569bc069e963973401832349/raw/94ae98714c85a6e871fd2fb292c9bff5e324d3a1/msf_mhBaseline_optionsMap.json'\n);\n\nfn(state => {\n state.optsMap = state.data;\n // console.log(JSON.stringify(state.optsMap, null, 2), 'Options Map');\n delete state.data;\n delete state.references;\n delete state.response;\n return state;\n});\n\nfn(state => {\n state.mhpssMap = {\n dfdv3SkeXKe: 'a6c5188c-29f0-4d3d-8cf5-7852998df86f', //Has the patient attempted suicide or tried to kill themselves?\n hWMBCCA2yy1: 'abede172-ba87-4ebe-8054-3afadb181ea3', //Is the patient currently at risk of hurting himself/herself or attempting suicide?\n TWuCY5r2wx7: 'ccc4f06c-b76a-440d-9b7e-c48ba2c4a0ab', //Is the patient currently at risk of hurting others?\n QHrIUMhjZlO: 'd516de07-979b-411c-b7e4-bd09cf7d9d91', //Does the patient regularly use alcohol / substances to become intoxicated?\n H1fMCaOzr8F: '3e97c2d0-15c1-4cfd-884f-7a4721079217', //Has the patient experienced an act of aggression or violence?\n yCwuZ0htrlH: '5f6e245c-83fc-421b-8d46-061ac773ae71', //Follow up session required?\n RiiH9A53rvG: '6d3876be-0a27-466d-ad58-92edcc8c31fb', //Referral done\n OZViJk8FPVd: 'c2664992-8a5a-4a6d-9238-5df591307d55', //Has the patient had thoughts of death or suicide?\n qgfKPlIHjcD: 'd8c84af2-bd9b-4bf3-a815-81652cb0b0bc', //Patient experienced an act of aggression or violence - What type(s) of violence?\n rSIazMFEBjD: '4dae5b12-070f-4153-b1ca-fbec906106e1', //Admission type\n KSBMR1BDGwx: '1a8bf24f-4f36-4971-aad9-ae77f3525738', //Type of consultation\n WDY6MkQWyHb: '722dd83a-c1cf-48ad-ac99-45ac131ccc96', //Consultation done by\n AuDPJg6gZE7: '82978311-bef9-46f9-9a9a-cc62254b00a6', //Location of intervention\n KeyiEPc4pII: '82978311-bef9-46f9-9a9a-cc62254b00a6', //Type of intervention\n qfYPXP76j8g: 'c3c86c1b-07be-4506-ab25-8f35f4389b19', //Patient referred by\n PCGI7EnvCQS: '45b39cbf-0fb2-4682-8544-8aaf3e07a744', //Current symptoms or complaints 1\n RnbiVrrSFdm: 'ee1b7973-e931-494e-a9cb-22b814b4d8ed', //Current symptoms or complaints 2\n CUdI1BJ5W8G: '92a92f62-3ff6-4944-9ea9-a7af23949bad', //Current symptoms or complaints 3\n YfcNA5bvkxT: '9a8204ca-d908-4157-9285-7c970dbb5287', //Main category of symptoms\n vC3bg9NwJ78: '3edcfddb-7988-4ce5-97a0-d4c46b267a04', //Duration of the main symptom\n RqsvaPH9vHt: '22809b19-54ca-4d88-8d26-9577637c184e', //Clinical diagnosis\n qacGXlyyQOS: 'a1a75011-0fef-460a-b666-dda2d171f39b', //CGI-S score\n S22iy8o0iLg: 'aae000c3-5242-4e3c-bd1f-7e922a6d3d34', //Patient experienced an act of aggression or violence - Time between violence event and consultation\n v0qFX0qv1tX: 'd5e3d927-f7ce-4fdd-ac4e-6ad0b510b608', //Main past or precipitating events - 1\n SsQqwDBGxjh: '54a9b20e-bce5-4d4a-8c9c-e0248a182586', //Main past or precipitating events - 2\n FLIlRjAwn4G: 'e0d4e006-85b5-41cb-8a21-e013b1978b8b', //Main past or precipitating events - 3\n JUabDHhT1wJ: 'c1a3ed2d-6d9a-453d-9d93-749164a76413', //Main category of precipitating event\n DlqJSA5VApl: '8fb3bb7d-c935-4b57-8444-1b953470e109', //Type of referral\n DMaLm9u4GCq: 'b87a93ff-a4a1-4601-b35d-1e42bfa7e194', //Total number of beneficiaries in family consultation\n CLGnlnFqqnk: '0a0c70d2-2ba5-4cb3-941f-b4a9a4a7ec6d', //Location of intervention - If Health Facility, specify\n f64XCwzJW02: '41e68dee-a2a3-4e6c-9d96-53def5caff52', //Location of intervention - If MSF Health Facility, specify\n YeaUNruqmca: '08cd4b4a-4b0b-4391-987b-b5b3d770d30f', //Location of intervention - If Mobile Clinic, specify\n KjgDauY9v4J: 'e08d532b-e56c-43dc-b831-af705654d2dc', //Location of intervention - If other, specify\n pj5hIE6iyAR: 'e08d532b-e56c-43dc-b831-af705654d2dc', //Current symptoms or complaints - If other, specify\n pj5hIE6iyAR: 'e08d532b-e56c-43dc-b831-af705654d2dc', //Current symptoms or complaints - If other, specify\n W7cPAi8iXLZ: '819f79e7-b9af-4afd-85d4-2ab677223113', //Clinical diagnosis - If other, specify\n MF3RML0HLbP: 'b2c5b6e0-66f0-4b9d-8576-b6f48e0a06df', //MHOS score\n m8qis4iUOTo: '790b41ce-e1e7-11e8-b02f-0242ac130002', //Past / Precipitating Events - If other, specify\n //pN4iQH4AEzk: '722dd83a-c1cf-48ad-ac99-45ac131ccc96', //Consultation done by //TODO: Return BOOLEAN\n //qptKDiv9uPl: 'ec42d68d-3e23-43de-b8c5-a03bb538e7c7', //Sex //TODO: Remove TEA?\n //tsFOVnlc6lz: '5f3d618e-5c89-43bd-8c79-07e4e98c2f23', //PHQ9 Score //TODO: ass logic\n };\n\n return state;\n});\n", - "adaptor": "@openfn/language-http@latest", + "Map-metadata-file-to-option-set-Json-format": { + "id": "bbc012b5-4811-4354-888c-f10b0294901d", + "name": "Map metadata file to option-set Json format", + "body": "const isValidValue = value => value !== '' && value !== 'NA';\n\nconst mapArrayToObject = (item, keys) => {\n return item.reduce((acc, value, idx) => {\n acc[keys[idx]] = value;\n return acc;\n }, {});\n};\nfn(state => {\n const { optionsets } = state;\n const keys = optionsets[1];\n\n const optsMap = optionsets.slice(2).map(item => mapArrayToObject(item, keys));\n\n state.optionSets = optsMap\n .filter(\n o =>\n isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE full name'])\n )\n .map(o => {\n return {\n 'value.display - Answers': o['Answers'],\n 'value.uuid - External ID': o['External ID'],\n 'DHIS2 DE full name': o['DHIS2 DE full name'],\n 'DHIS2 DE UID': o['DHIS2 DE UID'],\n 'OptionSet name': o['OptionSet name'],\n 'DHIS2 Option Set UID': o['DHIS2 Option Set name'],\n 'DHIS2 Option name': o['DHIS2 Option name'],\n 'DHIS2 Option UID': o['DHIS2 Option UID'],\n 'DHIS2 Option Code': o['DHIS2 Option code'],\n };\n });\n\n return state;\n});\n\nconst safeKeyValuePairs = arr => {\n if (arr === null || arr === undefined) {\n return arr;\n }\n const mappedArr = arr.slice(2).map(item => mapArrayToObject(item, arr[1]));\n try {\n return mappedArr\n .filter(\n o => isValidValue(o['External ID']) && isValidValue(o['DHIS2 DE UID'])\n )\n .reduce((acc, value) => {\n acc[value['DHIS2 DE UID']] = value['External ID'];\n return acc;\n }, {});\n } catch (error) {\n console.error(`Error processing ${arr}:`, error);\n return arr; // Return original value if processing fails\n }\n};\n\nfn(\n ({\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n }) => {\n const processedState = Object.fromEntries(\n Object.entries({\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n }).map(([key, value]) => [key, safeKeyValuePairs(value)])\n );\n\n return {\n optionSets,\n ...processedState,\n };\n }\n);\n", + "adaptor": "@openfn/language-common@latest", "project_credential_id": null }, - "Get-TEIs": { - "id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3", - "name": "Get TEIs", - "body": "const delay = ms => new Promise(resolve => setTimeout(resolve, ms));\n\neach(\n 'encounters[*]',\n get(\n 'trackedEntityInstances',\n {\n ou: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`AYbfTPYMNJH:Eq:${$.data.patient.uuid}`],\n },\n {},\n async state => {\n const encounter = state.references.at(-1);\n console.log(encounter.patient.uuid, 'Encounter patient uuid');\n state.TEIs ??= {};\n state.TEIs[encounter.patient.uuid] =\n state.data.trackedEntityInstances[0].trackedEntityInstance;\n\n await delay(2000);\n return state;\n }\n )\n);\n", - "adaptor": "@openfn/language-dhis2@latest", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" - }, - "Create-Events": { - "id": "932645d8-ddb8-4d00-841e-7fe7af214837", - "name": "Create Events", - "body": "// Prepare DHIS2 data model for create events\nfn(state => {\n const { TEIs, mhpssMap } = state;\n const optsMap = JSON.parse(state.optsMap);\n\n const dataValuesMapping = data => {\n return Object.keys(mhpssMap)\n .map(k => {\n let value;\n const dataElement = k;\n const conceptUuid = mhpssMap[k];\n const answer = data.obs.find(o => o.concept.uuid === conceptUuid);\n\n if (answer) {\n if (typeof answer.value === 'string') {\n value = answer.value;\n }\n if (typeof answer.value === 'object') {\n value = optsMap.find(\n o => o['value.uuid - External ID'] == answer?.value?.uuid\n )?.['DHIS2 Option Code']; //Changed from 'DHIS2 Option UID'\n // if (\n // //TODO: this is only true if DE = pN4iQH4AEzk\n // answer.value.uuid === '278401ee-3d6f-4c65-9455-f1c16d0a7a98' &&\n // conceptUuid === '1a8bf24f-4f36-4971-aad9-ae77f3525738'\n // ) {\n // value = 'TRUE';\n // } else {\n // value = optsMap.find(\n // o => o['value.uuid - External ID'] == answer?.value?.uuid\n // )?.['DHIS2 Option Code']; //Changed from 'DHIS2 Option UID'\n // }\n }\n }\n if (!answer) {\n value = '';\n }\n return { dataElement, value };\n })\n .filter(d => d);\n };\n\n state.encountersMapping = state.encounters.map(data => {\n const dataValues = dataValuesMapping(data);\n const encounterDate = data.encounterDatetime.replace('+0000', '');\n\n return {\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n programStage: 'MdTtRixaC1B',\n trackedEntityInstance: TEIs[data.patient.uuid],\n eventDate: encounterDate,\n dataValues,\n };\n });\n\n console.log('dhis2 events to import:: ', JSON.stringify(state.encountersMapping, null, 2)); \n\n return state;\n});\n\n// Create events fore each encounter\neach(\n '$.encountersMapping[*]',\n create(\n 'events',\n state => {\n // console.log(state.data);\n return state.data;\n },\n {\n params: {\n dataElementIdScheme: 'UID',\n },\n }\n )\n);\n\n// Clean up state\nfn(({ data, references, ...state }) => state);\n", - "adaptor": "@openfn/language-dhis2@latest", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + "Save-option-set-json-to-github": { + "id": "56f67a06-cf99-42b5-81c5-49c058b5126c", + "name": "Save option-set json to github", + "body": "const metadataPath =\n 'repos/OpenFn/openfn-lime-pilot/contents/metadata/metadata_mapping.json';\n\nget(metadataPath, {\n headers: {\n 'user-agent': 'OpenFn',\n },\n});\n\nfn(state => {\n const {\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n data,\n } = state;\n\n state.body = {\n message: 'Update metadata content',\n committer: {\n name: 'Emmanuel Evance',\n email: 'mtuchidev@gmail.com',\n },\n content: util.encode(\n JSON.stringify({\n optionSets,\n f01MhpssBaseline,\n f02MhpssFollowUp,\n f03MhgapBaseline,\n f04MhgapFollowUp,\n f05MhpssClosure,\n })\n ),\n sha: data.sha,\n };\n\n return state;\n});\n\nput(metadataPath, {\n body: $.body,\n headers: {\n Accept: 'application/vnd.github+json',\n 'X-GitHub-Api-Version': '2022-11-28',\n 'user-agent': 'OpenFn',\n },\n});\n", + "adaptor": "@openfn/language-http@latest", + "project_credential_id": "6533e534-6ad8-4651-b27d-245b8cbb69d8" } }, "edges": { - "webhook->Get-Patients": { + "webhook->Get-metadata-file-from-Sharepoint": { "enabled": true, - "id": "7d239f46-635e-4b7f-8706-6a3d08d473db", - "source_trigger_id": "51283b68-c07a-4d85-854c-c2e6e93af041", + "id": "a1a8243d-dfe8-48ff-88ab-793f4176e2ce", + "source_trigger_id": "e86ca050-ad88-4936-8c14-6eac23922017", "condition_type": "always", - "target_job_id": "ab326112-9cdd-4449-8611-b5abc659d4ca" - }, - "Get-Patients->Upsert-TEIs": { - "enabled": true, - "id": "11de414f-193e-4a17-89c3-012465c7cce0", - "source_job_id": "ab326112-9cdd-4449-8611-b5abc659d4ca", - "condition_type": "on_job_success", - "target_job_id": "6973c510-b36d-4c42-82f5-b26d8cd36a57" - }, - "Upsert-TEIs->Get-Encounters": { - "enabled": true, - "id": "79ca3ec3-641f-4167-8fe3-a96c40cc9954", - "source_job_id": "6973c510-b36d-4c42-82f5-b26d8cd36a57", - "condition_type": "on_job_success", - "target_job_id": "8fb577e5-d068-4d47-8172-81f08153ced9" - }, - "Get-Encounters->Get-Options-Map": { - "enabled": true, - "id": "e0c3565e-a875-429c-8ce3-138df39fdf4c", - "source_job_id": "8fb577e5-d068-4d47-8172-81f08153ced9", - "condition_type": "on_job_success", - "target_job_id": "175ac575-ea3d-470e-8faf-61de514e222e" + "target_job_id": "c9712182-a389-4664-8e10-f275f87fb478" }, - "Get-Options-Map->Get-TEIs": { + "Get-metadata-file-from-Sharepoint->Map-metadata-file-to-option-set-Json-format": { "enabled": true, - "id": "eb6bf369-19b8-4608-86a7-95935831ee6e", - "source_job_id": "175ac575-ea3d-470e-8faf-61de514e222e", + "id": "22252bb8-2e4c-422e-8aa3-667b04d67400", + "source_job_id": "c9712182-a389-4664-8e10-f275f87fb478", "condition_type": "on_job_success", - "target_job_id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3" + "target_job_id": "bbc012b5-4811-4354-888c-f10b0294901d" }, - "Get-TEIs->Create-Events": { + "Map-metadata-file-to-option-set-Json-format->Save-option-set-json-to-github": { "enabled": true, - "id": "32b04529-a796-461c-8a0a-a5e543ef535e", - "source_job_id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3", + "id": "3342bdc4-487d-49d2-839c-3c6d7835af8f", + "source_job_id": "bbc012b5-4811-4354-888c-f10b0294901d", "condition_type": "on_job_success", - "target_job_id": "932645d8-ddb8-4d00-841e-7fe7af214837" + "target_job_id": "56f67a06-cf99-42b5-81c5-49c058b5126c" } } }, - "wf1": { + "wf1-dhis2-omrs-migration": { "id": "94e04fb5-d5ae-45ad-be31-98b902f36861", - "name": "wf1", - "inserted_at": "2024-09-10T16:42:25.919683Z", - "lock_version": 9, + "name": "wf1-dhis2-omrs-migration", + "inserted_at": "2024-12-16T13:54:49.773325Z", + "lock_version": 47, "triggers": { - "webhook": { - "enabled": true, + "cron": { + "enabled": false, "id": "0e7d525f-c24a-4969-8131-397cc94a6065", - "type": "webhook" + "type": "cron", + "cron_expression": "0 0 * * *" } }, "jobs": { - "Get-Teis": { + "Fetch-Metadata": { "id": "be724c80-92c8-4fa9-8c3a-d28c5a298fd5", - "name": "Get Teis", - "body": "fn(state => {\n // const manualCursor = '2023-06-20T17:00:00.00';\n state.cursor = state.manualCursor || state.lastRunDateTime;\n console.log('Date cursor to filter TEI extract ::', state.cursor);\n\n return state;\n});\n\n// Get trackedEntityInstances that are \"active\" in the target program\nget(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n programStatus: 'ACTIVE',\n },\n {},\n state => {\n const trackedEntityInstances = state.data.instances\n .filter(tei => tei.createdAt > state.cursor)\n .slice(0, 1);\n const offset = 2; // GMT+2 (Geneva time)\n const currentDateTime = new Date();\n currentDateTime.setHours(currentDateTime.getHours() + offset);\n\n const lastRunDateTime = currentDateTime.toISOString().replace('Z', '');\n\n console.log('# of TEIs extracted ::', trackedEntityInstances.length);\n // console.log(\n // 'trackedEntityInstance IDs ::',\n // trackedEntityInstances.map(tei => tei.trackedEntityInstance)\n // );\n\n console.log('Next sync start date:', lastRunDateTime);\n return {\n ...state,\n // data: {},\n references: [],\n trackedEntityInstances,\n lastRunDateTime,\n };\n }\n);\n", - "adaptor": "@openfn/language-dhis2@latest", - "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + "name": "Fetch Metadata", + "body": "fn(state => {\n // const manualCursor = '2023-06-20T17:00:00.00';\n state.cursor = state.manualCursor || state.lastRunDateTime;\n console.log('Date cursor to filter TEI extract ::', state.cursor);\n\n return state;\n});\n\n// Get trackedEntityInstances that are \"active\" in the target program\nget(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n programStatus: 'ACTIVE',\n },\n {},\n state => {\n const trackedEntityInstances = state.data.instances\n .filter(tei => tei.updatedAt >= state.cursor) //for testing\n //.filter(tei => tei.createdAt > state.cursor) //for prod\n //.slice(0, 1); //to limit 1 for testing\n const offset = 2; // GMT+2 (Geneva time)\n const currentDateTime = new Date();\n currentDateTime.setHours(currentDateTime.getHours() + offset);\n\n const lastRunDateTime = currentDateTime.toISOString().replace('Z', '');\n //console.log('TEI payload found before filter ::', JSON.stringify(state.data.instances, null, 2));\n console.log('# of TEIs found before filter ::', state.data.instances.length);\n //console.log('lastUpdated of TEI eWXRNHtmHB0 :: ', JSON.stringify(state.data.instances.filter(tei => tei.trackedEntity == 'eWXRNHtmHB0'), null, 2)); \n console.log('# of TEIs to migrate to OMRS ::', trackedEntityInstances.length);\n // console.log(\n // 'trackedEntityInstance IDs ::',\n // trackedEntityInstances.map(tei => tei.trackedEntityInstance)\n // );\n\n console.log('Next sync start date:', lastRunDateTime);\n return {\n ...state,\n // data: {},\n references: [],\n trackedEntityInstances,\n lastRunDateTime,\n };\n }\n);\n", + "adaptor": "@openfn/language-http@6.5.1", + "project_credential_id": null }, "Get-Locations": { "id": "2c1dc59e-c8c0-409d-813f-d0eb3f812a07", "name": "Get Locations", - "body": "get('optionGroups/kdef7pUey9f', {\n fields: 'id,displayName,options[id,displayName,code]',\n});\n\nfn(({ data, ...state }) => {\n state.locations = data;\n return state;\n});\n\nfn(state => {\n state.nationalityMap = {\n afghanistan: '84066564-253e-43d8-b141-76730cffa878',\n albania: 'db21f4f9-faf2-4358-8297-0ae76627b3b8',\n algeria: '5f6c017f-074c-46b3-92d0-d055e2094366',\n angola: '8a2e5a03-8a74-41ae-9a98-2310f9ce400d',\n anguilla: 'c911af8a-171c-4ee9-b1ff-934373e8a819',\n argentina: 'b83d24e8-34d8-4920-83c0-8ba014467ff4',\n armenia: '39f1652a-f2b7-4b65-a7e1-7097ac6cdef0',\n aruba: 'f3f1cba1-7c1e-4234-86a2-f27bb5964fee',\n azerbaijan: '29750013-0e35-47ca-8f77-9192a923fb07',\n bangladesh: 'a99de53c-ce76-4b1e-91b2-461094baf79e',\n belarus: '664baba4-c552-47b9-97c0-ff67dafd27d6',\n benin: 'cf863e31-bb38-48ed-90dd-f3dedcac304c',\n bhutan: 'd45a57c9-994f-4deb-8845-9b785860a2ec',\n bolivia: 'd8800d10-862b-42f1-8e22-cac1ce1bbcae',\n bosnia_and_herzegovina: '05d8f4ef-45eb-463d-b2f3-8a5a613ee6b9',\n botswana: '1304a0de-5b70-4d36-a873-e72a82963316',\n brazil: '353ff388-64e6-434c-b78f-ca9636390389',\n british_virgin_islands: 'b02c6d20-83a2-4947-8a7d-91d1f9c4d8a2',\n bulgaria: '91c85a62-2b02-483a-aefd-e29d368565fe',\n burkina_faso: '6c90c1ae-17a4-4e94-a267-4fba4c94efd8',\n burundi: '8a2ed0db-eaad-44bc-bf06-5cb1b2a3db0b',\n cambodia: '4fd14df8-8279-4dfa-bdd3-e1ab26bc0264',\n cameroon: '873552ac-9850-4cc1-ae09-17eb0fccf405',\n cape_verde: 'cfbc220a-1d6c-4469-bb6d-a8e3deb4f7e7',\n central_african_republic: '61a4c4a4-25c2-4459-a874-ec1d24f8323a',\n chad: '9e41e71c-f5d5-456c-a6f9-2129b8055bfc',\n chile: '05333883-44e9-4f57-836a-041391803007',\n china: '15016874-3e20-484a-baa8-9b94e1a3d358',\n colombia: 'a008dff8-ce96-4662-bf8a-372e43d424f0',\n comoros: '9d8738c8-40c2-4c66-aabb-ef176a20ffe8',\n costa_rica: 'fb52f8c9-40ec-4dc4-92a4-d465612de2ff',\n cote_divoire: '513cb36a-3f67-46ea-a789-fcdaca0e26f5',\n cuba: '147c2434-5d7e-420c-8053-ba623301f3f5',\n djibouti: 'cf5b334f-1c0f-41fc-ab54-53ff1e942830',\n dominica: 'f70e51e5-b76c-4c38-9bf2-ef8e1f308ce1',\n dominican_republic: 'ce72fc9b-619b-4c32-b865-600e888ad814',\n drc_congo: '8f6d3d2a-e09f-473b-99c9-e539f97ceab6',\n east_timor: '854f2f66-40e1-4a6a-9dee-09c832a52289',\n ecuador: 'f9810f9a-78a7-42a2-99e6-19c629642386',\n egypt: 'cc7343f8-9243-4d09-b378-58363850d624',\n el_salvador: '9a34935e-5a8a-45be-8ccd-cb23192e420f',\n equatorial_guinea: '7e591605-d723-4398-982a-8737af63a2dc',\n eritrea: 'c61f03c2-0d1f-444f-a974-0a61063aff71',\n ethiopia: '7478d375-014e-410e-a355-090143e88f5b',\n gabon: '9f46ae06-114a-47fa-8f8d-e9749f04da25',\n gambia: '5ec7ddd7-14a5-48ec-9e7c-8896d1010655',\n georgia: 'bc71788f-db69-4b6f-8d1c-57a74395bdd2',\n ghana: '2eb4ff46-d908-4148-9b0d-40ccfc1a655a',\n greece: 'b75d6bcc-fadf-4141-8d0f-2463154b89f7',\n guam: '51fa502b-98a3-4c42-b5fd-7b4d64489bb9',\n guatemala: '3725a4d2-b28f-466b-905a-bafeaeb75855',\n guinea: 'eeaff39c-8afd-43f7-b9a0-53729f5df1d8',\n guinea_bissau: '14e90203-9197-42ea-9222-acafd2fd6984',\n guyana: 'ba4dfa7e-f3cd-4e94-8ca7-6b96a93378a8',\n haiti: 'f76f7dcb-f82e-4257-a627-1685ff3f3586',\n honduras: 'cdd1336e-495b-4868-aace-57a84442d6fd',\n india: '378d0107-eb43-485d-930c-0704b4e5aa11',\n indonesia: '1cbe17e6-adc2-4680-bee0-54d94af75ebf',\n iran: 'b422270e-d8af-4a32-b523-742545a17a3f',\n iraq: '03aa7d6e-7656-48e4-8dc0-5e27706722c0',\n jordan: '842f963c-f84d-4076-a8db-337295fd9b91',\n kazakhstan: '6f6d0e78-2c81-411d-8d13-367e250dc110',\n kenya: 'ad351a33-8846-4cad-8195-b07b6041d4a5',\n kuwait: '4aee7a88-cda9-454e-9f25-4a6420270417',\n kyrgyzstan: 'ace3b851-042b-46a6-8fea-68aae042d614',\n laos: 'dfb01b39-c224-459e-b045-dd9461b9a1e5',\n lebanon: '7de78f22-f53e-48d2-923f-ae1e4d814f46',\n lesotho: 'b35b29c5-9bb7-4b40-ad33-29eecd28a9e6',\n liberia: 'a5fd61b4-fd27-433d-8428-7e88a7f27921',\n libya: '600c6af4-b767-423c-b942-7f06ca467258',\n macedonia: '5837cc40-9ab5-4088-91c8-ca6e4b57e903',\n madagascar: '3782bf3c-380e-4b60-b21a-38199073f112',\n malawi: 'e8b5f188-6a5c-43ae-b4a5-200abb13153e',\n malaysia: '3facca11-fbaa-4c40-8fac-4751d45c3f1b',\n mali: '3e844a47-526a-46f9-afea-1af9ff8690aa',\n martinique: '051ce04e-05e8-4430-8b75-3e499bbffbc8',\n mauritania: '8acb006b-8596-4a98-8177-acb4cb575956',\n mauritius: '17ced083-eb2a-4046-a713-26cabc7af95d',\n mayotte: '1af148fe-2698-4b89-bf7f-87e5c48b6848',\n mexico: '8381208f-01ca-4ed3-8f2c-f73ed1c316e3',\n moldova: 'f0e9c8b5-69b5-48df-8cb9-2d089ba04e46',\n mongolia: '9f341cb1-dcb5-4f6c-bd21-b57db01b4193',\n morocco: 'ef467a17-91e8-4124-a136-7ed8ff7c7d15',\n mozambique: '0916133b-4d93-4d60-9c20-e7ee3936f391',\n myanmar: 'e81ba700-f9fc-4ed0-b248-578a25717cdb',\n namibia: '0cb123dc-8810-4840-b6ab-6a527c5a79ef',\n nauru: '3386fe63-2158-4040-a502-9f65fd2079d3',\n nepal: 'fb01b01a-6775-423c-8012-7d43f587cb6c',\n new_caledonia: 'e67c072b-7707-491f-8c2e-13c914216b61',\n nicaragua: 'f6a9521c-596b-49f9-b914-67138e8c17e6',\n niger: '7561db90-a866-4443-93f4-95cac1d47e9c',\n nigeria: '4134651a-7f53-45fb-8bc6-7fed9cf36f51',\n north_korea: '4d3079e4-8568-48e6-9342-665896875a38',\n oman: '9b0af037-99d1-43b8-ac06-82137ec4b06d',\n other: 'Other',\n pakistan: 'f45d93c3-c9b0-4333-a5e6-299b7c425812',\n palestine: 'e2a19948-49aa-44c0-98ef-67ae1160ef43',\n panama: '1ef5a828-9d0d-4336-91ab-880d5dc0151c',\n papua_new_guinea: 'e1e6b451-d7fe-4954-b225-99b2de82a4c0',\n paraguay: 'd8412016-82f5-4801-a026-1bdc429850b7',\n peru: 'e74fa87f-8469-46b0-975f-6cb37c394564',\n philippines: 'bdbd5c9f-1f28-4f4d-a254-4a84f8bb2c8f',\n puerto_rico: '39fca1d0-d2e7-4b13-82bd-626fbec71252',\n republic_of_congo: '5db9afa5-b57e-4f45-8b1c-af766f14fc58',\n reunion: '1dae4b2d-50c9-4bf1-b25a-7063600a5e74',\n romania: '457e745e-ae97-463d-95a9-8d5689d3ca2b',\n rwanda: '6bc925a1-7699-496a-85b0-c290699381db',\n samoa: 'e03b381b-a7f4-40eb-964f-51571dc3c48c',\n sao_tome_and_principe: 'f66bbb42-684f-42d7-bfcd-95d586eb7dc9',\n saudi_arabia: 'fdf495a4-e60c-46f7-a8a2-61a216849086',\n senegal: 'ad948f1b-0733-4f8d-b049-d64289b43a10',\n serbia: 'd2e69cef-3bff-4220-ba91-a6a678fb606b',\n sierra_leone: 'ffba9caf-b6aa-4078-845e-578f7a7fd566',\n somalia: '99c8dccc-4dfa-4d30-86be-42a309ab431f',\n south_africa: '75882d62-1c55-480d-b411-8ca40c3307df',\n south_korea: '0603d6b9-334f-4443-ab60-7c5d457b95fc',\n south_sudan: 'f113e24e-2ea9-49a2-9b28-59241b9adb21',\n sri_lanka: 'b0031c01-d242-4410-b98b-cc1511590b85',\n sudan: '2f03a932-2b75-4e8b-9f44-0fcd83c75dc4',\n suriname: 'c65d3329-98d4-4dd7-89d3-141b70d00eb2',\n swaziland: '06a2703b-af17-4e44-83f5-6cc9a8a75320',\n switzerland: 'dcdcdc70-a006-4b0a-bac2-7de89b022b65',\n syria: '1e34ee55-ef9f-4386-bae6-6995555ded75',\n tajikistan: '34836c60-5449-48d6-b3c9-c0b3361b9f2c',\n tanzania: '050a8eb1-0d77-4f65-a2da-776a13bcd2a4',\n thailand: '289ac5bd-6434-4837-86bf-b54d22970ac8',\n togo: '6a583e64-869d-477d-a1c1-746320d45fc4',\n tonga: 'd381f06d-2365-4f40-948b-cfe90d8cb532',\n tunisia: '56be7864-fde6-4db3-8fa5-b9dd42cd9c53',\n turkey: '7429c779-1d3a-4aec-8256-d0b1637e1bd1',\n turkmenistan: '3ef17df5-299b-4385-9ea6-572df4b6f9ca',\n uganda: 'be3d11d3-446d-440c-a582-d01c7cbb0eda',\n ukraine: '38c99c8d-2b93-4848-a537-b1865a260bb2',\n unknown: 'Unknown',\n uruguay: 'c2e45baf-748b-4d7b-a391-ed6b802b6f94',\n uzbekistan: '60512350-d79b-41aa-aff0-1b28ca4aa5f1',\n venezuela: '557cea4a-0049-4b7a-b373-ed63f294a2a0',\n vietnam: '49509c5f-e533-48a8-bf06-86935e3376b2',\n western_sahara: '4086dfd2-f4f5-4107-93e8-07bee235af8f',\n yemen: '6a3214e0-f94b-414c-8148-968e24386671',\n zambia: '3ec0432d-ea37-4159-a658-29d6f07fe21a',\n zimbabwe: 'ce1b0d8d-0a2d-4f93-a6ed-64aca2fd0f45',\n };\n state.statusMap = {\n asylum_seeker: 'f921ffdd-72ca-4d58-a89b-1fa2e959d110',\n no_status: '2bacead2-f280-457c-9d28-e80e106f7d25',\n refugee: 'MSF-AAAAAA000000000000001929',\n single: '20b8524e-4c26-4fa0-81f0-fa23ebacc54d',\n married: 'MSF-AAAAAA000000000000001863',\n widowed: 'MSF-AAAAAA000000000000001864',\n divorced_separated: 'MSF-AAAAAA000000000000001865',\n concubine: '1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',\n not_applicable: 'MSF-AAAAAA000000000000001823',\n student: 'MSF-AAAAAA000000000000001871',\n permanent_employee: '4a18a820-f3a1-4bb7-9138-558a9ecc81da',\n occasional_employee: '2cb73bee-7f94-4695-89c7-c81187dbc90c',\n unemployed: 'MSF-AAAAAA000000000000001870',\n housewife: '9b14b4d4-b749-4acf-acfe-79c480f3c4b3',\n other: 'MSF-AAAAAA000000000000001329',\n unknown: '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',\n idp: 'MSF-AAAAAA000000000000001930',\n internationally_displaced: '515c5abe-4172-4d0c-a991-0de2888228d7',\n resident: 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92',\n returnee: 'fc49acaa-ece2-4365-9dfb-70c2105de8b1',\n };\n return state;\n});\n", + "body": "get('optionGroups/kdef7pUey9f', {\n fields: 'id,displayName,options[id,displayName,code]',\n});\n\nfn(({ data, ...state }) => {\n state.locations = data;\n return state;\n});\n\nfn(state => {\n state.nationalityMap = {\n afghanistan: '84066564-253e-43d8-b141-76730cffa878',\n albania: 'db21f4f9-faf2-4358-8297-0ae76627b3b8',\n algeria: '5f6c017f-074c-46b3-92d0-d055e2094366',\n angola: '8a2e5a03-8a74-41ae-9a98-2310f9ce400d',\n anguilla: 'c911af8a-171c-4ee9-b1ff-934373e8a819',\n argentina: 'b83d24e8-34d8-4920-83c0-8ba014467ff4',\n armenia: '39f1652a-f2b7-4b65-a7e1-7097ac6cdef0',\n aruba: 'f3f1cba1-7c1e-4234-86a2-f27bb5964fee',\n azerbaijan: '29750013-0e35-47ca-8f77-9192a923fb07',\n bangladesh: 'a99de53c-ce76-4b1e-91b2-461094baf79e',\n belarus: '664baba4-c552-47b9-97c0-ff67dafd27d6',\n benin: 'cf863e31-bb38-48ed-90dd-f3dedcac304c',\n bhutan: 'd45a57c9-994f-4deb-8845-9b785860a2ec',\n bolivia: 'd8800d10-862b-42f1-8e22-cac1ce1bbcae',\n bosnia_and_herzegovina: '05d8f4ef-45eb-463d-b2f3-8a5a613ee6b9',\n botswana: '1304a0de-5b70-4d36-a873-e72a82963316',\n brazil: '353ff388-64e6-434c-b78f-ca9636390389',\n british_virgin_islands: 'b02c6d20-83a2-4947-8a7d-91d1f9c4d8a2',\n bulgaria: '91c85a62-2b02-483a-aefd-e29d368565fe',\n burkina_faso: '6c90c1ae-17a4-4e94-a267-4fba4c94efd8',\n burundi: '8a2ed0db-eaad-44bc-bf06-5cb1b2a3db0b',\n cambodia: '4fd14df8-8279-4dfa-bdd3-e1ab26bc0264',\n cameroon: '873552ac-9850-4cc1-ae09-17eb0fccf405',\n cape_verde: 'cfbc220a-1d6c-4469-bb6d-a8e3deb4f7e7',\n central_african_republic: '61a4c4a4-25c2-4459-a874-ec1d24f8323a',\n chad: '9e41e71c-f5d5-456c-a6f9-2129b8055bfc',\n chile: '05333883-44e9-4f57-836a-041391803007',\n china: '15016874-3e20-484a-baa8-9b94e1a3d358',\n colombia: 'a008dff8-ce96-4662-bf8a-372e43d424f0',\n comoros: '9d8738c8-40c2-4c66-aabb-ef176a20ffe8',\n costa_rica: 'fb52f8c9-40ec-4dc4-92a4-d465612de2ff',\n cote_divoire: '513cb36a-3f67-46ea-a789-fcdaca0e26f5',\n cuba: '147c2434-5d7e-420c-8053-ba623301f3f5',\n djibouti: 'cf5b334f-1c0f-41fc-ab54-53ff1e942830',\n dominica: 'f70e51e5-b76c-4c38-9bf2-ef8e1f308ce1',\n dominican_republic: 'ce72fc9b-619b-4c32-b865-600e888ad814',\n drc_congo: '8f6d3d2a-e09f-473b-99c9-e539f97ceab6',\n east_timor: '854f2f66-40e1-4a6a-9dee-09c832a52289',\n ecuador: 'f9810f9a-78a7-42a2-99e6-19c629642386',\n egypt: 'cc7343f8-9243-4d09-b378-58363850d624',\n el_salvador: '9a34935e-5a8a-45be-8ccd-cb23192e420f',\n equatorial_guinea: '7e591605-d723-4398-982a-8737af63a2dc',\n eritrea: 'c61f03c2-0d1f-444f-a974-0a61063aff71',\n ethiopia: '7478d375-014e-410e-a355-090143e88f5b',\n gabon: '9f46ae06-114a-47fa-8f8d-e9749f04da25',\n gambia: '5ec7ddd7-14a5-48ec-9e7c-8896d1010655',\n georgia: 'bc71788f-db69-4b6f-8d1c-57a74395bdd2',\n ghana: '2eb4ff46-d908-4148-9b0d-40ccfc1a655a',\n greece: 'b75d6bcc-fadf-4141-8d0f-2463154b89f7',\n guam: '51fa502b-98a3-4c42-b5fd-7b4d64489bb9',\n guatemala: '3725a4d2-b28f-466b-905a-bafeaeb75855',\n guinea: 'eeaff39c-8afd-43f7-b9a0-53729f5df1d8',\n guinea_bissau: '14e90203-9197-42ea-9222-acafd2fd6984',\n guyana: 'ba4dfa7e-f3cd-4e94-8ca7-6b96a93378a8',\n haiti: 'f76f7dcb-f82e-4257-a627-1685ff3f3586',\n honduras: 'cdd1336e-495b-4868-aace-57a84442d6fd',\n india: '378d0107-eb43-485d-930c-0704b4e5aa11',\n indonesia: '1cbe17e6-adc2-4680-bee0-54d94af75ebf',\n iran: 'b422270e-d8af-4a32-b523-742545a17a3f',\n iraq: '03aa7d6e-7656-48e4-8dc0-5e27706722c0',\n jordan: '842f963c-f84d-4076-a8db-337295fd9b91',\n kazakhstan: '6f6d0e78-2c81-411d-8d13-367e250dc110',\n kenya: 'ad351a33-8846-4cad-8195-b07b6041d4a5',\n kuwait: '4aee7a88-cda9-454e-9f25-4a6420270417',\n kyrgyzstan: 'ace3b851-042b-46a6-8fea-68aae042d614',\n laos: 'dfb01b39-c224-459e-b045-dd9461b9a1e5',\n lebanon: '7de78f22-f53e-48d2-923f-ae1e4d814f46',\n lesotho: 'b35b29c5-9bb7-4b40-ad33-29eecd28a9e6',\n liberia: 'a5fd61b4-fd27-433d-8428-7e88a7f27921',\n libya: '600c6af4-b767-423c-b942-7f06ca467258',\n macedonia: '5837cc40-9ab5-4088-91c8-ca6e4b57e903',\n madagascar: '3782bf3c-380e-4b60-b21a-38199073f112',\n malawi: 'e8b5f188-6a5c-43ae-b4a5-200abb13153e',\n malaysia: '3facca11-fbaa-4c40-8fac-4751d45c3f1b',\n mali: '3e844a47-526a-46f9-afea-1af9ff8690aa',\n martinique: '051ce04e-05e8-4430-8b75-3e499bbffbc8',\n mauritania: '8acb006b-8596-4a98-8177-acb4cb575956',\n mauritius: '17ced083-eb2a-4046-a713-26cabc7af95d',\n mayotte: '1af148fe-2698-4b89-bf7f-87e5c48b6848',\n mexico: '8381208f-01ca-4ed3-8f2c-f73ed1c316e3',\n moldova: 'f0e9c8b5-69b5-48df-8cb9-2d089ba04e46',\n mongolia: '9f341cb1-dcb5-4f6c-bd21-b57db01b4193',\n morocco: 'ef467a17-91e8-4124-a136-7ed8ff7c7d15',\n mozambique: '0916133b-4d93-4d60-9c20-e7ee3936f391',\n myanmar: 'e81ba700-f9fc-4ed0-b248-578a25717cdb',\n namibia: '0cb123dc-8810-4840-b6ab-6a527c5a79ef',\n nauru: '3386fe63-2158-4040-a502-9f65fd2079d3',\n nepal: 'fb01b01a-6775-423c-8012-7d43f587cb6c',\n new_caledonia: 'e67c072b-7707-491f-8c2e-13c914216b61',\n nicaragua: 'f6a9521c-596b-49f9-b914-67138e8c17e6',\n niger: '7561db90-a866-4443-93f4-95cac1d47e9c',\n nigeria: '4134651a-7f53-45fb-8bc6-7fed9cf36f51',\n north_korea: '4d3079e4-8568-48e6-9342-665896875a38',\n oman: '9b0af037-99d1-43b8-ac06-82137ec4b06d',\n other: 'Other',\n pakistan: 'f45d93c3-c9b0-4333-a5e6-299b7c425812',\n palestine: 'e2a19948-49aa-44c0-98ef-67ae1160ef43',\n panama: '1ef5a828-9d0d-4336-91ab-880d5dc0151c',\n papua_new_guinea: 'e1e6b451-d7fe-4954-b225-99b2de82a4c0',\n paraguay: 'd8412016-82f5-4801-a026-1bdc429850b7',\n peru: 'e74fa87f-8469-46b0-975f-6cb37c394564',\n philippines: 'bdbd5c9f-1f28-4f4d-a254-4a84f8bb2c8f',\n puerto_rico: '39fca1d0-d2e7-4b13-82bd-626fbec71252',\n republic_of_congo: '5db9afa5-b57e-4f45-8b1c-af766f14fc58',\n reunion: '1dae4b2d-50c9-4bf1-b25a-7063600a5e74',\n romania: '457e745e-ae97-463d-95a9-8d5689d3ca2b',\n rwanda: '6bc925a1-7699-496a-85b0-c290699381db',\n samoa: 'e03b381b-a7f4-40eb-964f-51571dc3c48c',\n sao_tome_and_principe: 'f66bbb42-684f-42d7-bfcd-95d586eb7dc9',\n saudi_arabia: 'fdf495a4-e60c-46f7-a8a2-61a216849086',\n senegal: 'ad948f1b-0733-4f8d-b049-d64289b43a10',\n serbia: 'd2e69cef-3bff-4220-ba91-a6a678fb606b',\n sierra_leone: 'ffba9caf-b6aa-4078-845e-578f7a7fd566',\n somalia: '99c8dccc-4dfa-4d30-86be-42a309ab431f',\n south_africa: '75882d62-1c55-480d-b411-8ca40c3307df',\n south_korea: '0603d6b9-334f-4443-ab60-7c5d457b95fc',\n south_sudan: 'f113e24e-2ea9-49a2-9b28-59241b9adb21',\n sri_lanka: 'b0031c01-d242-4410-b98b-cc1511590b85',\n sudan: '2f03a932-2b75-4e8b-9f44-0fcd83c75dc4',\n suriname: 'c65d3329-98d4-4dd7-89d3-141b70d00eb2',\n swaziland: '06a2703b-af17-4e44-83f5-6cc9a8a75320',\n switzerland: 'dcdcdc70-a006-4b0a-bac2-7de89b022b65',\n syria: '1e34ee55-ef9f-4386-bae6-6995555ded75',\n tajikistan: '34836c60-5449-48d6-b3c9-c0b3361b9f2c',\n tanzania: '050a8eb1-0d77-4f65-a2da-776a13bcd2a4',\n thailand: '289ac5bd-6434-4837-86bf-b54d22970ac8',\n togo: '6a583e64-869d-477d-a1c1-746320d45fc4',\n tonga: 'd381f06d-2365-4f40-948b-cfe90d8cb532',\n tunisia: '56be7864-fde6-4db3-8fa5-b9dd42cd9c53',\n turkey: '7429c779-1d3a-4aec-8256-d0b1637e1bd1',\n turkmenistan: '3ef17df5-299b-4385-9ea6-572df4b6f9ca',\n uganda: 'be3d11d3-446d-440c-a582-d01c7cbb0eda',\n ukraine: '38c99c8d-2b93-4848-a537-b1865a260bb2',\n unknown: 'Unknown',\n uruguay: 'c2e45baf-748b-4d7b-a391-ed6b802b6f94',\n uzbekistan: '60512350-d79b-41aa-aff0-1b28ca4aa5f1',\n venezuela: '557cea4a-0049-4b7a-b373-ed63f294a2a0',\n vietnam: '49509c5f-e533-48a8-bf06-86935e3376b2',\n western_sahara: '4086dfd2-f4f5-4107-93e8-07bee235af8f',\n yemen: '6a3214e0-f94b-414c-8148-968e24386671',\n zambia: '3ec0432d-ea37-4159-a658-29d6f07fe21a',\n zimbabwe: 'ce1b0d8d-0a2d-4f93-a6ed-64aca2fd0f45',\n };\n state.statusMap = {\n asylum_seeker: 'f921ffdd-72ca-4d58-a89b-1fa2e959d110',\n no_status: '2bacead2-f280-457c-9d28-e80e106f7d25',\n refugee: 'MSF-AAAAAA000000000000001929',\n single: '20b8524e-4c26-4fa0-81f0-fa23ebacc54d',\n married: 'MSF-AAAAAA000000000000001863',\n widowed: 'MSF-AAAAAA000000000000001864',\n divorced_separated: 'MSF-AAAAAA000000000000001865',\n concubine: '1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',\n not_applicable: 'MSF-AAAAAA000000000000001823',\n student: 'MSF-AAAAAA000000000000001871',\n permanent_employee: '4a18a820-f3a1-4bb7-9138-558a9ecc81da',\n occasional_employee: '2cb73bee-7f94-4695-89c7-c81187dbc90c',\n unemployed: 'MSF-AAAAAA000000000000001870',\n housewife: '9b14b4d4-b749-4acf-acfe-79c480f3c4b3',\n other: 'MSF-AAAAAA000000000000001329',\n unknown: '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',\n idp: 'MSF-AAAAAA000000000000001930',\n internationally_displaced: '515c5abe-4172-4d0c-a991-0de2888228d7',\n non_displaced: 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92',\n returnee: 'fc49acaa-ece2-4365-9dfb-70c2105de8b1',\n };\n return state;\n});\n", "adaptor": "@openfn/language-dhis2@latest", "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" }, "Create-Patients": { "id": "fd21a322-aca4-404f-8b5c-93f5f23336fc", "name": "Create Patients", - "body": "//Define gender options and prepare newPatientUuid and identifiers\nfn(state => {\n const genderOptions = {\n male: 'M',\n female: 'F',\n unknown: 'U',\n //TODO: Ask MSF for updated category option values\n transgender_female: 'O',\n transgender_male: 'O',\n Prefer_not_to_answer: 'O',\n gender_variant_non_conforming: 'O',\n };\n\n const identifiers = [];\n const newPatientUuid = [];\n\n const { trackedEntityInstances } = state;\n if (trackedEntityInstances.length > 0)\n console.log(\n '# of TEIs to send to OpenMRS: ',\n trackedEntityInstances.length\n );\n if (trackedEntityInstances.length === 0)\n console.log('No data fetched in step prior to sync.');\n\n return {\n ...state,\n genderOptions,\n newPatientUuid,\n identifiers,\n };\n});\n\n//First we generate a unique OpenMRS ID for each patient\neach(\n 'trackedEntityInstances[*]',\n post(\n 'idgen/identifiersource/8549f706-7e85-4c1d-9424-217d50a2988b/identifier',\n {}\n ).then(state => {\n state.identifiers.push(state.data.identifier);\n return state;\n })\n);\n\n// Then we map trackedEntityInstances to openMRS data model\nfn(state => {\n const {\n trackedEntityInstances,\n identifiers,\n genderOptions,\n nationalityMap,\n statusMap,\n locations,\n } = state;\n\n const getValueForCode = (attributes, code) => {\n const result = attributes.find(attribute => attribute.code === code);\n return result ? result.value : undefined;\n };\n\n const calculateDOB = age => {\n const currentDate = new Date();\n const currentYear = currentDate.getFullYear();\n const birthYear = currentYear - age;\n\n const birthday = new Date(\n birthYear,\n currentDate.getMonth(),\n currentDate.getDay()\n );\n\n return birthday.toISOString().replace(/\\.\\d+Z$/, '+0000');\n };\n\n state.patients = trackedEntityInstances.map((d, i) => {\n const patientNumber = getValueForCode(d.attributes, 'patient_number'); // Add random number for testing + Math.random()\n\n const nationality =\n nationalityMap[getValueForCode(d.attributes, 'origin_nationality')];\n const currentStatus =\n statusMap[getValueForCode(d.attributes, 'current_status')];\n const legalStatus =\n getValueForCode(d.attributes, 'legal_status') &&\n statusMap[getValueForCode(d.attributes, 'legal_status')];\n const maritalStatus =\n statusMap[getValueForCode(d.attributes, 'marital_status')];\n const employmentStatus =\n statusMap[getValueForCode(d.attributes, 'occupation')];\n\n const noOfChildren = d.attributes.find(\n a => a.attribute === 'SVoT2cVLd5O'\n )?.value;\n\n // const lonlat = d.attributes.find(a => a.attribute === 'rBtrjV1Mqkz')?.value;\n // const location = locations.options.find(\n // o => o.code === lonlat\n // )?.displayName;\n\n // const [countyDistrict, remainder] = location?.split(' (');\n // const [cityVillage] = remainder?.split(')');\n\n return {\n patientNumber,\n person: {\n age: getValueForCode(d.attributes, 'age'),\n gender: genderOptions[getValueForCode(d.attributes, 'sex')],\n birthdate:\n d.attributes.find(a => a.attribute === 'WDp4nVor9Z7')?.value ??\n calculateDOB(getValueForCode(d.attributes, 'age')),\n birthdateEstimated: d.attributes.find(\n a => a.attribute === 'WDp4nVor9Z7'\n )\n ? true\n : false,\n names: [\n {\n familyName:\n d.attributes.find(a => a.attribute === 'fa7uwpCKIwa')?.value ??\n 'unknown',\n givenName:\n d.attributes.find(a => a.attribute === 'Jt9BhFZkvP2')?.value ??\n 'unknown',\n },\n ],\n addresses: [\n {\n country: 'Iraq',\n stateProvince: 'Ninewa',\n // countyDistrict,\n // cityVillage,\n },\n ],\n attributes: [\n {\n attributeType: '24d1fa23-9778-4a8e-9f7b-93f694fc25e2',\n value: nationality,\n },\n {\n attributeType: 'e0b6ed99-72c4-4847-a442-e9929eac4a0f',\n value: currentStatus,\n },\n legalStatus && {\n attributeType: 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1',\n value: legalStatus,\n },\n {\n attributeType: '3884dc76-c271-4bcb-8df8-81c6fb897f53',\n value: maritalStatus,\n },\n employmentStatus && {\n attributeType: 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e',\n value: employmentStatus,\n },\n noOfChildren && {\n attributeType: 'e363161a-9d5c-4331-8463-238938f018ed',\n value: noOfChildren,\n },\n ].filter(i => i),\n },\n\n identifiers: [\n {\n identifier: identifiers[i], //map ID value from DHIS2 attribute\n identifierType: '05a29f94-c0ed-11e2-94be-8c13b969e334',\n location: 'cf6fa7d4-1f19-4c85-ac50-ff824805c51c', //default location old:44c3efb0-2583-4c80-a79e-1f756a03c0a1\n preferred: true,\n },\n {\n uuid: d.trackedEntity,\n identifier: patientNumber,\n identifierType: '8d79403a-c2cc-11de-8d13-0010c6dffd0f', //Old Identification number\n location: 'cf6fa7d4-1f19-4c85-ac50-ff824805c51c', //default location\n preferred: false, //default value for this identifiertype\n },\n ],\n };\n });\n\n return state;\n});\n\n// Creating patients in openMRS\neach(\n 'patients[*]',\n create(\n 'patient',\n state => {\n const { patientNumber, ...patient } = state.data;\n console.log(\n 'Creating patient record\\n',\n JSON.stringify(patient, null, 2)\n );\n return patient;\n },\n state => {\n state.newPatientUuid.push({\n patient_number: state.references.at(-1)?.patientNumber,\n uuid: state.data.body.uuid,\n });\n return state;\n }\n )\n);\n\n// Clean up state\nfn(({ data, references, ...state }) => state);\n", + "body": "//Define gender options and prepare newPatientUuid and identifiers\nfn(state => {\n const genderOptions = {\n male: 'M',\n female: 'F',\n unknown: 'U',\n transgender_female: 'O',\n transgender_male: 'O',\n prefer_not_to_answer: 'O',\n gender_variant_non_conforming: 'O',\n };\n\n const identifiers = [];\n const newPatientUuid = [];\n\n const { trackedEntityInstances } = state;\n if (trackedEntityInstances.length > 0)\n console.log(\n '# of TEIs to send to OpenMRS: ',\n trackedEntityInstances.length\n );\n if (trackedEntityInstances.length === 0)\n console.log('No data fetched in step prior to sync.');\n\n return {\n ...state,\n genderOptions,\n newPatientUuid,\n identifiers,\n };\n});\n\n//First we generate a unique OpenMRS ID for each patient\neach(\n 'trackedEntityInstances[*]',\n post(\n 'idgen/identifiersource/8549f706-7e85-4c1d-9424-217d50a2988b/identifier',\n {}\n ).then(state => {\n state.identifiers.push(state.data.identifier);\n return state;\n })\n);\n\n// Then we map trackedEntityInstances to openMRS data model\nfn(state => {\n const {\n trackedEntityInstances,\n identifiers,\n genderOptions,\n nationalityMap,\n statusMap,\n locations,\n } = state;\n\n const getValueForCode = (attributes, code) => {\n const result = attributes.find(attribute => attribute.code === code);\n return result ? result.value : undefined;\n };\n\n const calculateDOB = age => {\n const currentDate = new Date();\n const currentYear = currentDate.getFullYear();\n const birthYear = currentYear - age;\n\n const birthday = new Date(\n birthYear,\n currentDate.getMonth(),\n currentDate.getDay()\n );\n\n return birthday.toISOString().replace(/\\.\\d+Z$/, '+0000');\n };\n\n state.patients = trackedEntityInstances.map((d, i) => {\n const patientNumber = getValueForCode(d.attributes, 'patient_number'); // Add random number for testing + Math.random()\n\n const nationality =\n nationalityMap[getValueForCode(d.attributes, 'origin_nationality')];\n const currentStatus =\n statusMap[getValueForCode(d.attributes, 'current_status')];\n const legalStatus =\n getValueForCode(d.attributes, 'legal_status') &&\n statusMap[getValueForCode(d.attributes, 'legal_status')];\n const maritalStatus =\n statusMap[getValueForCode(d.attributes, 'marital_status')];\n const employmentStatus =\n statusMap[getValueForCode(d.attributes, 'occupation')];\n\n const noOfChildren = d.attributes.find(\n a => a.attribute === 'SVoT2cVLd5O'\n )?.value;\n\n const lonlat = d.attributes.find(a => a.attribute === 'rBtrjV1Mqkz')?.value;\n const location = lonlat\n ? locations.options.find(o => o.code === lonlat)?.displayName\n : undefined;\n\n let countyDistrict, cityVillage;\n\n if (location) {\n const match = location.match(/^(.*?)\\s*\\((.*?)\\)/);\n if (match) {\n [, countyDistrict, cityVillage] = match;\n cityVillage = cityVillage.split('-')[0].trim(); // Remove country code and trim\n }\n }\n\n return {\n patientNumber,\n person: {\n age: getValueForCode(d.attributes, 'age'),\n gender: genderOptions[getValueForCode(d.attributes, 'sex')],\n birthdate:\n d.attributes.find(a => a.attribute === 'WDp4nVor9Z7')?.value ??\n calculateDOB(getValueForCode(d.attributes, 'age')),\n birthdateEstimated: d.attributes.find(\n a => a.attribute === 'WDp4nVor9Z7'\n )\n ? true\n : false,\n names: [\n {\n familyName:\n d.attributes.find(a => a.attribute === 'fa7uwpCKIwa')?.value ??\n 'unknown',\n givenName:\n d.attributes.find(a => a.attribute === 'Jt9BhFZkvP2')?.value ??\n 'unknown',\n },\n ],\n addresses: [\n {\n country: 'Iraq',\n stateProvince: 'Ninewa',\n countyDistrict,\n cityVillage,\n },\n ],\n attributes: [\n {\n attributeType: '24d1fa23-9778-4a8e-9f7b-93f694fc25e2',\n value: nationality,\n },\n {\n attributeType: 'e0b6ed99-72c4-4847-a442-e9929eac4a0f',\n value: currentStatus,\n },\n legalStatus && {\n attributeType: 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1',\n value: legalStatus,\n },\n {\n attributeType: '3884dc76-c271-4bcb-8df8-81c6fb897f53',\n value: maritalStatus,\n },\n employmentStatus && {\n attributeType: 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e',\n value: employmentStatus,\n },\n noOfChildren && {\n attributeType: 'e363161a-9d5c-4331-8463-238938f018ed',\n value: noOfChildren,\n },\n ].filter(i => i),\n },\n\n identifiers: [\n {\n identifier: identifiers[i], //map ID value from DHIS2 attribute\n identifierType: '05a29f94-c0ed-11e2-94be-8c13b969e334',\n location: 'cf6fa7d4-1f19-4c85-ac50-ff824805c51c', //default location old:44c3efb0-2583-4c80-a79e-1f756a03c0a1\n preferred: true,\n },\n {\n uuid: d.trackedEntity,\n identifier: patientNumber,\n identifierType: '8d79403a-c2cc-11de-8d13-0010c6dffd0f', //Old Identification number\n location: 'cf6fa7d4-1f19-4c85-ac50-ff824805c51c', //default location\n preferred: false, //default value for this identifiertype\n },\n ],\n };\n });\n\n return state;\n});\n\n// Creating patients in openMRS\neach(\n '$.patients[*]',\n upsert(\n 'patient',\n state => {\n return { q: state.data.patientNumber };\n },\n state => {\n const { patientNumber, ...patient } = state.data;\n console.log(\n 'Upserting patient record\\n',\n JSON.stringify(patient, null, 2)\n );\n return patient;\n },\n state => {\n state.newPatientUuid.push({\n patient_number: state.references.at(-1)?.patientNumber,\n uuid: state.data.uuid,\n });\n return state;\n }\n )\n);\n\n// Clean up state\nfn(({ data, references, ...state }) => state);\n", "adaptor": "@openfn/language-openmrs@latest", "project_credential_id": "3141d874-5456-4168-9680-ce04efb1089c" }, @@ -160,30 +139,32 @@ "id": "eed2a687-7ef3-4a38-819e-d50319874d03", "name": "Update Teis", "body": "fn(state => {\n if (state.newPatientUuid.length === 0) {\n console.log('No data fetched in step prior to sync.');\n }\n\n console.log(\n 'newPatientUuid ::',\n JSON.stringify(state.newPatientUuid, null, 2)\n );\n return state;\n});\n\n// Update TEI on DHIS2\neach(\n 'newPatientUuid[*]',\n upsert(\n 'trackedEntityInstances',\n state => ({\n ou: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`P4wdYGkldeG:Eq:${state.data.patient_number}`],\n }),\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n { attribute: 'P4wdYGkldeG', value: `${$.data.patient_number}` }, //DHIS2 patient number to use as lookup key\n { attribute: 'AYbfTPYMNJH', value: `${$.data.patient.uuid}` }, //OMRS patient uuid\n {\n attribute: 'ZBoxuExmxcZ',\n value: `${$.data.patient.identifier[0].identifier}`,\n }, //id generated in wf1-2 e.g., \"IQ146-24-000-027\"\n ],\n }\n )\n);\n", + "adaptor": "@openfn/language-dhis2@5.0.1", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + }, + "Get-Teis-and-Locations": { + "id": "982099f9-3e69-4684-8935-be5a98636fd2", + "name": "Get Teis and Locations", + "body": "\n// Check out the Job Writing Guide for help getting started:\n// https://docs.openfn.org/documentation/jobs/job-writing-guide\n", "adaptor": "@openfn/language-dhis2@latest", "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" } }, "edges": { - "webhook->Get-Teis": { + "cron->Fetch-Metadata": { "enabled": true, "id": "f54f198a-5fa1-4ee0-803f-35316e32ab92", "source_trigger_id": "0e7d525f-c24a-4969-8131-397cc94a6065", "condition_type": "always", "target_job_id": "be724c80-92c8-4fa9-8c3a-d28c5a298fd5" }, - "Get-Teis->Get-Locations": { - "enabled": true, - "id": "dd4d3b24-f3c2-4162-895e-970aea5a50dc", - "source_job_id": "be724c80-92c8-4fa9-8c3a-d28c5a298fd5", - "condition_type": "on_job_success", - "target_job_id": "2c1dc59e-c8c0-409d-813f-d0eb3f812a07" - }, "Get-Locations->Create-Patients": { "enabled": true, "id": "e80f8963-3c31-48cc-8df4-6b6dd89fd616", "source_job_id": "2c1dc59e-c8c0-409d-813f-d0eb3f812a07", - "condition_type": "on_job_success", + "condition_expression": "state.teis.length > 0 && !state.errors", + "condition_type": "js_expression", + "condition_label": "has-teis", "target_job_id": "fd21a322-aca4-404f-8b5c-93f5f23336fc" }, "Create-Patients->Update-Teis": { @@ -192,6 +173,144 @@ "source_job_id": "fd21a322-aca4-404f-8b5c-93f5f23336fc", "condition_type": "on_job_success", "target_job_id": "eed2a687-7ef3-4a38-819e-d50319874d03" + }, + "Fetch-Metadata->Get-Teis-and-Locations": { + "enabled": true, + "id": "29589705-ad94-4515-82f5-a2e1af59ced4", + "source_job_id": "be724c80-92c8-4fa9-8c3a-d28c5a298fd5", + "condition_type": "on_job_success", + "target_job_id": "982099f9-3e69-4684-8935-be5a98636fd2" + }, + "Get-Teis-and-Locations->Get-Locations": { + "enabled": true, + "id": "a3da4581-ce0f-444d-8c56-2f67611dc554", + "source_job_id": "982099f9-3e69-4684-8935-be5a98636fd2", + "condition_type": "on_job_success", + "target_job_id": "2c1dc59e-c8c0-409d-813f-d0eb3f812a07" + } + } + }, + "wf2-omrs-dhis2": { + "id": "0f8ec062-1a2d-4f13-a8c5-b8298004512c", + "name": "wf2-omrs-dhis2", + "inserted_at": "2024-12-16T13:57:29.094249Z", + "lock_version": 190, + "triggers": { + "cron": { + "enabled": false, + "id": "51283b68-c07a-4d85-854c-c2e6e93af041", + "type": "cron", + "cron_expression": "0 0 * * *" + } + }, + "jobs": { + "Get-Patients": { + "id": "ab326112-9cdd-4449-8611-b5abc659d4ca", + "name": "Get Patients", + "body": "//Here we define the date cursor\n//$.cursor at beggining of the project 2023-05-20T06:01:24.000+0000\ncursor($.lastRunDateTime || $.manualCursor || '2023-05-20T06:01:24.000+0000');\n// Update the lastRunDateTime for the next run\ncursor('today', {\n key: 'lastRunDateTime',\n format: c => dateFns.format(new Date(c), \"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'\"),\n});\n\nsearchPatient({ q: 'IQ', v: 'full', limit: '100' });\n//searchPatient({ q: 'Katrina', v: 'full', limit: '100' });\n//Query all patients (q=all) not supported on demo OpenMRS; needs to be configured\n//...so we query all Patients with name \"Patient\" instead\n\nfn(state => {\n const { cursor, data, lastRunDateTime } = state;\n console.log('Filtering patients since:', cursor);\n\n const patients = data.results.filter(({ auditInfo }) => {\n const lastModified = auditInfo?.dateChanged || auditInfo?.dateCreated;\n return lastModified > cursor;\n });\n console.log('# of patients to sync to dhis2 ::', patients.length);\n console.log(\n 'uuids of patients to sync to dhis2 ::',\n patients.map(p => p.uuid)\n );\n\n return { cursor, lastRunDateTime, patients };\n});\n", + "adaptor": "@openfn/language-openmrs@latest", + "project_credential_id": "3141d874-5456-4168-9680-ce04efb1089c" + }, + "Upsert-TEIs": { + "id": "6973c510-b36d-4c42-82f5-b26d8cd36a57", + "name": "Upsert TEIs", + "body": "const buildPatientsUpsert = (state, patient, isNewPatient) => {\n const { nationalityMap, statusMap, placeOflivingMap, genderOptions } = state;\n const DHIS2_PATIENT_NUMBER = '8d79403a-c2cc-11de-8d13-0010c6dffd0f'; //DHIS2 ID or DHIS2 Patient Number\n const OPENMRS_AUTO_ID = '05a29f94-c0ed-11e2-94be-8c13b969e334'; //MSF ID or OpenMRS Patient Number\n const dateCreated = patient.auditInfo.dateCreated.substring(0, 10);\n const findIdentifierByUuid = (identifiers, targetUuid) =>\n identifiers.find(i => i.identifierType.uuid === targetUuid)?.identifier;\n\n const enrollments = [\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n programStage: 'MdTtRixaC1B',\n enrollmentDate: dateCreated,\n },\n ];\n\n const payload = {\n query: {\n ou: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], //upsert on omrs.patient.uid\n },\n data: {\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n {\n attribute: 'fa7uwpCKIwa',\n value: patient.person?.names[0]?.givenName,\n },\n {\n attribute: 'Jt9BhFZkvP2',\n value: patient.person?.names[0]?.familyName,\n },\n {\n attribute: 'P4wdYGkldeG', //DHIS2 ID ==> \"Patient Number\"\n value:\n findIdentifierByUuid(patient.identifiers, DHIS2_PATIENT_NUMBER) ||\n findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID), //map OMRS ID if no DHIS2 id\n },\n {\n attribute: 'ZBoxuExmxcZ', //MSF ID ==> \"OpenMRS Patient Number\"\n value: findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID),\n },\n {\n attribute: 'AYbfTPYMNJH', //\"OpenMRS Patient UID\"\n value: patient.uuid,\n },\n {\n attribute: 'qptKDiv9uPl',\n value: genderOptions[patient.person.gender],\n },\n {\n attribute: 'T1iX2NuPyqS',\n value: patient.person.age,\n },\n {\n attribute: 'WDp4nVor9Z7',\n value: patient.person.birthdate.slice(0, 10),\n },\n {\n attribute: 'rBtrjV1Mqkz', //Place of living\n value: placeOflivingMap[patient.person?.addresses[0]?.cityVillage],\n },\n {\n attribute: 'Xvzc9e0JJmp', //nationality\n value:\n nationalityMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n '24d1fa23-9778-4a8e-9f7b-93f694fc25e2'\n )?.value?.uuid\n ], //input.attributeType = \"24d1fa23-9778-4a8e-9f7b-93f694fc25e2\"\n },\n {\n attribute: 'YUIQIA2ClN6', //current status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'e0b6ed99-72c4-4847-a442-e9929eac4a0f'\n )?.value?.uuid\n ], //input.attributeType = \"e0b6ed99-72c4-4847-a442-e9929eac4a0f\"\n },\n // TODO: Qq6xQ2s6LO8 has an error, Aleksa to ask the client\n {\n attribute: 'Qq6xQ2s6LO8', //legal status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1'\n )?.value?.uuid\n ], //input.attributeType = \"a9b2c642-097f-43f8-b96b-4d2f50ffd9b1\"\n },\n {\n attribute: 'FpuGAOu6itZ', //marital status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n '3884dc76-c271-4bcb-8df8-81c6fb897f53'\n )?.value?.uuid\n ], //input.attributeType = \"3884dc76-c271-4bcb-8df8-81c6fb897f53\"\n },\n {\n attribute: 'v7k4OcXrWR8', //employment status\n value:\n statusMap[\n patient.person.attributes.find(\n a =>\n a.attributeType.uuid ===\n 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e'\n )?.value?.uuid\n ], //input.attributeType = \"dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e\"\n },\n {\n attribute: 'SVoT2cVLd5O', //Number of children\n value: patient.person.attributes.find(\n a => a.attributeType.uuid === 'e363161a-9d5c-4331-8463-238938f018ed'\n )?.value, //input.attributeType = \"e363161a-9d5c-4331-8463-238938f018ed\"\n },\n ],\n },\n };\n\n console.log('mapped dhis2 payloads:: ', JSON.stringify(payload, null, 2));\n\n if (isNewPatient) {\n console.log('create enrollment');\n payload.data.enrollments = enrollments;\n }\n\n return payload;\n};\n\nconst delay = ms => new Promise(resolve => setTimeout(resolve, ms));\n\neach(\n '$.patients[*]',\n get(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n filter: [`AYbfTPYMNJH:Eq:${$.data?.uuid}`],\n program: 'w9MSPn5oSqp',\n },\n {},\n async state => {\n const patient = state.references.at(-1);\n console.log(patient.uuid, 'patient uuid');\n\n const isNewPatient = state.data.instances.length === 0;\n\n state.patientsUpsert ??= [];\n state.patientsUpsert.push(\n buildPatientsUpsert(state, patient, isNewPatient)\n );\n await delay(2000);\n return state;\n }\n )\n);\n\n// Upsert TEIs to DHIS2\neach(\n $.patientsUpsert,\n upsert('trackedEntityInstances', $.data.query, $.data.data)\n);\nfn(state => {\n const {\n data,\n response,\n references,\n patients,\n statusMap,\n patientsUpsert,\n nationalityMap,\n placeOflivingMap,\n genderOptions,\n ...next\n } = state;\n\n next.patientUuids = patients.map(p => p.uuid);\n return next;\n});\n", + "adaptor": "@openfn/language-dhis2@5.0.1", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + }, + "Get-Encounters": { + "id": "8fb577e5-d068-4d47-8172-81f08153ced9", + "name": "Get Encounters", + "body": "const formUuids = [\n '82db23a1-4eb1-3f3c-bb65-b7ebfe95b19b',\n '6a3e1e0e-dd13-3465-b8f5-ee2d42691fe5',\n 'be8c12f9-e6fd-369a-9bc7-46a191866f15',\n '48577ac5-d9c0-3000-9bac-075409b38336',\n 'ee6b1b06-3163-334a-8538-be69250af727',\n];\n// Fetch patient encounters then filter by cursor date\n// OpenMRS demo instance does not support querying ALL records (q=all)\neach(\n '$.patientUuids[*]',\n getEncounters({ patient: $.data, v: 'full' }, state => {\n const patientUuid = state.references.at(-1);\n const filteredEncounters = formUuids.map(formUuid =>\n state.data.results.filter(\n encounter =>\n encounter.encounterDatetime >= state.cursor &&\n encounter?.form?.uuid === formUuid\n )\n );\n\n state.encounters ??= [];\n state.encounters.push(\n filteredEncounters.map(encounters => encounters[0]).filter(e => e)\n );\n\n console.log(\n filteredEncounters.flat().length,\n `# of filtered encounters found in OMRS for ${patientUuid}`\n );\n\n return state;\n })\n);\n\n// Log filtered encounters\nfn(state => {\n const {\n data,\n index,\n response,\n encounters,\n references,\n patientUuids,\n ...next\n } = state;\n next.encounters = encounters.flat();\n console.log(next.encounters.length, '# of new encounters to sync to dhis2');\n\n return next;\n});\n", + "adaptor": "@openfn/language-http@latest", + "project_credential_id": "62cab5d8-939f-46f3-b635-cb79a1e1dc5d" + }, + "Get-TEIs-and-Map-Answers": { + "id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3", + "name": "Get TEIs and Map Answers", + "body": "const delay = ms => new Promise(resolve => setTimeout(resolve, ms));\n\neach(\n '$.encounters[*]',\n get(\n 'tracker/trackedEntities',\n {\n orgUnit: 'OPjuJMZFLop',\n program: 'w9MSPn5oSqp',\n filter: [`AYbfTPYMNJH:Eq:${$.data.patient.uuid}`],\n fields: '*',\n },\n {},\n async state => {\n const encounter = state.references.at(-1);\n console.log(encounter.patient.uuid, 'Encounter patient uuid');\n\n const { trackedEntity, enrollments } = state.data?.instances?.[0] || {};\n if (trackedEntity && enrollments) {\n state.TEIs ??= {};\n state.TEIs[encounter.patient.uuid] = {\n trackedEntity,\n enrollment: enrollments[0]?.enrollment,\n };\n }\n\n await delay(2000);\n return state;\n }\n )\n);\n", + "adaptor": "@openfn/language-dhis2@5.0.1", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + }, + "Create-Events": { + "id": "932645d8-ddb8-4d00-841e-7fe7af214837", + "name": "Create Events", + "body": "const processAnswer = (answer, conceptUuid, dataElement, optionSets) => {\n // console.log('Has answer', conceptUuid, dataElement);\n return typeof answer.value === 'object'\n ? processObjectAnswer(answer, conceptUuid, dataElement, optionSets)\n : processOtherAnswer(answer, conceptUuid, dataElement);\n};\n\nconst processObjectAnswer = (answer, conceptUuid, dataElement, optionSets) => {\n if (isDiagnosisByPsychologist(conceptUuid, dataElement)) {\n return '' + answer.value.uuid === '278401ee-3d6f-4c65-9455-f1c16d0a7a98';\n }\n return findMatchingOption(answer, optionSets);\n};\n\nconst processOtherAnswer = (answer, conceptUuid, dataElement) => {\n if (isPhq9Score(answer.value, conceptUuid, dataElement)) {\n return getRangePhq(answer.value);\n }\n return answer.value;\n};\n\nconst processNoAnswer = (data, conceptUuid, dataElement) => {\n // console.log('No answer', conceptUuid, dataElement);\n if (isEncounterDate(conceptUuid, dataElement)) {\n return data.encounterDatetime.replace('+0000', '');\n }\n return '';\n};\n\nconst findMatchingOption = (answer, optionSets) => {\n const matchingOption = optionSets.find(\n o => o['value.uuid - External ID'] === answer.value.uuid\n )?.['DHIS2 Option Code'];\n\n return matchingOption || '';\n};\n\nconst isEncounterDate = (conceptUuid, dataElement) => {\n return (\n conceptUuid === 'encounter-date' &&\n ['CXS4qAJH2qD', 'I7phgLmRWQq', 'yUT7HyjWurN'].includes(dataElement)\n );\n};\n\nconst isDiagnosisByPsychologist = (conceptUuid, dataElement) =>\n conceptUuid === '722dd83a-c1cf-48ad-ac99-45ac131ccc96' &&\n dataElement === 'pN4iQH4AEzk';\n\nconst isPhq9Score = (value, conceptUuid, dataElement) =>\n typeof value === 'number' &&\n conceptUuid === '5f3d618e-5c89-43bd-8c79-07e4e98c2f23' &&\n dataElement === 'tsFOVnlc6lz';\n\nconst getRangePhq = input => {\n if (input >= 20) return '>20';\n if (input >= 15) return '15_19';\n if (input >= 10) return '10_14';\n if (input >= 5) return '5_9';\n return '0_4';\n};\n\nconst dataValuesMapping = (data, dataValueMap, optionSets) => {\n return Object.keys(dataValueMap)\n .map(dataElement => {\n const conceptUuid = dataValueMap[dataElement];\n const answer = data.obs.find(o => o.concept.uuid === conceptUuid);\n const value = answer\n ? processAnswer(answer, conceptUuid, dataElement, optionSets)\n : processNoAnswer(data, conceptUuid, dataElement);\n\n return { dataElement, value };\n })\n .filter(d => d);\n};\n\n// Prepare DHIS2 data model for create events\nfn(state => {\n state.encountersMapping = state.encounters.map(data => {\n const form = state.formMaps[data.form.uuid];\n const eventDate = data.encounterDatetime.replace('+0000', '');\n const { trackedEntity, enrollment } = state.TEIs[data.patient.uuid];\n\n const event = {\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityInstance: trackedEntity,\n enrollment,\n eventDate,\n };\n if (form) {\n return {\n ...event,\n programStage: form.programStage,\n dataValues: dataValuesMapping(data, form.dataValueMap, state.optionSets),\n };\n }\n });\n\n return state;\n});\n\n// Create events for each encounter\neach(\n '$.encountersMapping[*]',\n create(\n 'events',\n state => {\n console.log('dhis2 event to import:: ', state.data);\n return state.data;\n },\n {\n params: {\n dataElementIdScheme: 'UID',\n },\n }\n )\n);\n\nfn(state => {\n const latestGenderUpdate = state.encounters.reduce((acc, e) => {\n const answer = e.obs.find(\n o => o.concept.uuid === 'ec42d68d-3e23-43de-b8c5-a03bb538e7c7'\n );\n if (answer) {\n const personUuid = answer.person.uuid;\n if (\n !acc[personUuid] ||\n new Date(answer.obsDatetime) > new Date(acc[personUuid].obsDatetime)\n ) {\n acc[personUuid] = answer;\n }\n }\n return acc;\n }, {});\n\n state.genderUpdated = Object.values(latestGenderUpdate);\n\n return state;\n});\n\n// Return only lastRunDateTime\nfnIf(\n state => state.genderUpdated.length === 0,\n ({ lastRunDateTime }) => ({ lastRunDateTime })\n);\n", + "adaptor": "@openfn/language-dhis2@5.0.1", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + }, + "Mappings": { + "id": "79b58ab5-cb0a-44a5-b230-776b4016464a", + "name": "Mappings", + "body": "fn(state => {\n state.placeOflivingMap = {\n 'Al Ayadya': 'lon42.423409_lat36.481517',\n 'Al Bosaif': 'lon43.159987_lat36.27218',\n 'Al Jazaer': 'lon43.164382_lat36.354178',\n 'Al Karama': 'lon43.203229_lat36.341201',\n 'Al Mothana': 'lon43.171821_lat36.37478',\n 'Al Nabi Younis': 'lon43.165939_lat36.348147',\n 'Al Qawsyat': 'lon43.103793_lat36.440127',\n 'Al Rashedia': 'lon43.092499_lat36.405267',\n 'Al Sahaji': 'lon42.94467_lat36.280869',\n 'Al Salamya': 'lon43.314713_lat36.142365',\n 'Al Shora': 'lon43.223899_lat35.994031',\n 'Al Sokar': 'lon43.169151_lat36.389263',\n 'Al Zahra': 'lon43.209061_lat36.384103',\n 'Al-Abar': 'lon43.097359_lat36.337313',\n 'Al-Adba': 'lon43.107228_lat36.228804',\n Alamel: 'lon43.095958_lat36.324676',\n 'Al-Araby': 'lon43.116613_lat36.405873',\n Alathba: 'lon43.107062_lat36.228771',\n 'Al-Auraiby': 'lon43.092403_lat36.35815',\n 'Al-Baaj': 'lon41.715935_lat36.04154',\n 'Al-Bakeer': 'lon43.2005_lat36.372429',\n 'Al-Dandan': 'lon43.146081_lat36.33257',\n 'Al-Ekhaa': 'lon43.216323_lat36.353175',\n 'Al-Ektasadeen': 'lon43.086044_lat36.361673',\n 'Al-Entesar': 'lon43.213825_lat36.326253',\n Aleslaah: 'lon43.082506_lat36.350517',\n 'Al-Faroak': 'lon43.128901_lat36.337586',\n Alflah: 'lon43.183338_lat36.394155',\n Algosq: 'lon43.150265_lat36.327732',\n Algzlany: 'lon43.137129_lat36.320443',\n 'Al-Hadbaa': 'lon43.15051_lat36.394474',\n Alhrmat: 'lon43.072674_lat36.362245',\n 'Al-Humaidat': 'lon42.978138_lat36.403105',\n Aljazeera: 'lon42.268108_lat35.764664',\n 'Al-Kadasia': 'lon43.200525_lat36.380719',\n 'Al-Kuba': 'lon43.072704_lat36.410733',\n 'Al-Ma`Mun': 'lon43.10664_lat36.310099',\n 'Al-Maghrab': 'lon43.079798_lat36.334318',\n Almalayeen: 'lon43.103821_lat36.424167',\n 'Al-Masarf': 'lon43.179613_lat36.38814',\n 'Al-Matahen': 'lon43.09246_lat36.338635',\n Almnsoor: 'lon43.11188_lat36.318691',\n Almoaly: 'lon42.838777_lat36.324391',\n Almohalabya: 'lon42.703975_lat36.265162',\n Almshahda: 'lon43.120709_lat36.343216',\n 'Al-Mualamin': 'lon42.923458_lat36.31039',\n Almuhandseen: 'lon43.137239_lat36.367498',\n Alngar: 'lon43.100449_lat36.357173',\n Alnuor: 'lon43.187796_lat36.365769',\n Alobor: 'lon43.059863_lat36.313292',\n Alquds: 'lon43.22851_lat36.344222',\n 'Al-Qyaraa': 'lon43.29582_lat35.798215',\n Alresala: 'lon43.090091_lat36.322804',\n 'Al-Rifa`I': 'lon43.102846_lat36.360217',\n 'Al-Saaha': 'lon43.097854_lat36.34371',\n 'Al-Sahaji': 'lon42.94396_lat36.280114',\n 'Al-Samah': 'lon43.212253_lat36.35825',\n 'Al-Sekak': 'lon43.100669_lat36.339441',\n 'Al-Shefaa': 'lon43.121928_lat36.352',\n Alshohadaa: 'lon43.101322_lat36.318532',\n Alshykhan: 'lon43.350052_lat36.691541',\n 'Alsinaa Alkadema': 'lon43.071956_lat36.347428',\n Alsmood: 'lon43.111796_lat36.320265',\n 'Al-Tahrer': 'lon43.201287_lat36.390342',\n 'Al-Taiaran': 'lon43.140315_lat36.325341',\n Altank: 'lon43.069844_lat36.334344',\n Althoraa: 'lon43.110259_lat36.343145',\n 'Al-Wahdaa': 'lon43.184839_lat36.331538',\n 'Al-Warshan': 'lon43.097102_lat36.350075',\n Alyrmoq: 'lon43.082273_lat36.336458',\n Alzngly: 'lon43.109626_lat36.353944',\n 'Aski Mousl': 'lon42.73514_lat36.513471',\n Auenat: 'lon42.399071_lat36.67976',\n 'Bab Al-Bead': 'lon43.127605_lat36.334953',\n Badush: 'lon42.967959_lat36.41445',\n Bartella: 'lon43.380304_lat36.349597',\n Basheeka: 'lon43.342171_lat36.451798',\n Dohok: 'lon42.9842_lat36.859369',\n Gogjali: 'lon43.246833_lat36.353981',\n 'Hamaam Alaleel': 'lon43.260379_lat36.160157',\n 'Hawi Al-Kanisa': 'lon43.085152_lat36.381247',\n 'Mosul Algdida': 'lon43.104377_lat36.331809',\n 'Mosul Al-Kadema': 'lon43.126541_lat36.342823',\n Msherfa: 'lon43.179668_lat36.387648',\n Nablus: 'lon43.084701_lat36.328359',\n Rabeaa: 'lon42.08276_lat36.808678',\n 'Ragm Hadid': 'lon43.076396_lat36.326236',\n Sadam: 'lon43.208775_lat36.383105',\n Sanjar: 'lon41.864538_lat36.316244',\n Somer: 'lon43.200918_lat36.301028',\n Sumeel: 'lon42.847606_lat36.857084',\n 'Tal Abta': 'lon42.563028_lat35.94226',\n 'Tal Afer': 'lon42.450003_lat36.374589',\n 'Tal Alroman': 'lon43.089466_lat36.316493',\n 'Tal Keef': 'lon43.120284_lat36.489935',\n 'Tal Zalt': 'lon42.829782_lat36.282837',\n Tmooz: 'lon43.084933_lat36.365008',\n 'Twim & Mjarin': 'lon42.692998_lat36.363335',\n 'Wady Alaen': 'lon43.103452_lat36.325881',\n 'Wady Hagr': 'lon43.126976_lat36.320946',\n Zakho: 'lon42.688446_lat37.146393',\n Zumar: 'lon42.603252_lat36.655901',\n Other: 'lon0.0_lat0.0',\n };\n return state;\n});\nfn(state => {\n state.nationalityMap = {\n '84066564-253e-43d8-b141-76730cffa878': 'afghanistan',\n 'db21f4f9-faf2-4358-8297-0ae76627b3b8': 'albania',\n '5f6c017f-074c-46b3-92d0-d055e2094366': 'algeria',\n '8a2e5a03-8a74-41ae-9a98-2310f9ce400d': 'angola',\n 'c911af8a-171c-4ee9-b1ff-934373e8a819': 'anguilla',\n 'b83d24e8-34d8-4920-83c0-8ba014467ff4': 'argentina',\n '39f1652a-f2b7-4b65-a7e1-7097ac6cdef0': 'armenia',\n 'f3f1cba1-7c1e-4234-86a2-f27bb5964fee': 'aruba',\n '29750013-0e35-47ca-8f77-9192a923fb07': 'azerbaijan',\n 'a99de53c-ce76-4b1e-91b2-461094baf79e': 'bangladesh',\n '664baba4-c552-47b9-97c0-ff67dafd27d6': 'belarus',\n 'cf863e31-bb38-48ed-90dd-f3dedcac304c': 'benin',\n 'd45a57c9-994f-4deb-8845-9b785860a2ec': 'bhutan',\n 'd8800d10-862b-42f1-8e22-cac1ce1bbcae': 'bolivia',\n '05d8f4ef-45eb-463d-b2f3-8a5a613ee6b9': 'bosnia_and_herzegovina',\n '1304a0de-5b70-4d36-a873-e72a82963316': 'botswana',\n '353ff388-64e6-434c-b78f-ca9636390389': 'brazil',\n 'b02c6d20-83a2-4947-8a7d-91d1f9c4d8a2': 'british_virgin_islands',\n '91c85a62-2b02-483a-aefd-e29d368565fe': 'bulgaria',\n '6c90c1ae-17a4-4e94-a267-4fba4c94efd8': 'burkina_faso',\n '8a2ed0db-eaad-44bc-bf06-5cb1b2a3db0b': 'burundi',\n '4fd14df8-8279-4dfa-bdd3-e1ab26bc0264': 'cambodia',\n '873552ac-9850-4cc1-ae09-17eb0fccf405': 'cameroon',\n 'cfbc220a-1d6c-4469-bb6d-a8e3deb4f7e7': 'cape_verde',\n '61a4c4a4-25c2-4459-a874-ec1d24f8323a': 'central_african_republic',\n '9e41e71c-f5d5-456c-a6f9-2129b8055bfc': 'chad',\n '05333883-44e9-4f57-836a-041391803007': 'chile',\n '15016874-3e20-484a-baa8-9b94e1a3d358': 'china',\n 'a008dff8-ce96-4662-bf8a-372e43d424f0': 'colombia',\n '9d8738c8-40c2-4c66-aabb-ef176a20ffe8': 'comoros',\n 'fb52f8c9-40ec-4dc4-92a4-d465612de2ff': 'costa_rica',\n '513cb36a-3f67-46ea-a789-fcdaca0e26f5': 'cote_divoire',\n '147c2434-5d7e-420c-8053-ba623301f3f5': 'cuba',\n 'cf5b334f-1c0f-41fc-ab54-53ff1e942830': 'djibouti',\n 'f70e51e5-b76c-4c38-9bf2-ef8e1f308ce1': 'dominica',\n 'ce72fc9b-619b-4c32-b865-600e888ad814': 'dominican_republic',\n '8f6d3d2a-e09f-473b-99c9-e539f97ceab6': 'drc_congo',\n '854f2f66-40e1-4a6a-9dee-09c832a52289': 'east_timor',\n 'f9810f9a-78a7-42a2-99e6-19c629642386': 'ecuador',\n 'cc7343f8-9243-4d09-b378-58363850d624': 'egypt',\n '9a34935e-5a8a-45be-8ccd-cb23192e420f': 'el_salvador',\n '7e591605-d723-4398-982a-8737af63a2dc': 'equatorial_guinea',\n 'c61f03c2-0d1f-444f-a974-0a61063aff71': 'eritrea',\n '7478d375-014e-410e-a355-090143e88f5b': 'ethiopia',\n '9f46ae06-114a-47fa-8f8d-e9749f04da25': 'gabon',\n '5ec7ddd7-14a5-48ec-9e7c-8896d1010655': 'gambia',\n 'bc71788f-db69-4b6f-8d1c-57a74395bdd2': 'georgia',\n '2eb4ff46-d908-4148-9b0d-40ccfc1a655a': 'ghana',\n 'b75d6bcc-fadf-4141-8d0f-2463154b89f7': 'greece',\n '51fa502b-98a3-4c42-b5fd-7b4d64489bb9': 'guam',\n '3725a4d2-b28f-466b-905a-bafeaeb75855': 'guatemala',\n 'eeaff39c-8afd-43f7-b9a0-53729f5df1d8': 'guinea',\n '14e90203-9197-42ea-9222-acafd2fd6984': 'guinea_bissau',\n 'ba4dfa7e-f3cd-4e94-8ca7-6b96a93378a8': 'guyana',\n 'f76f7dcb-f82e-4257-a627-1685ff3f3586': 'haiti',\n 'cdd1336e-495b-4868-aace-57a84442d6fd': 'honduras',\n '378d0107-eb43-485d-930c-0704b4e5aa11': 'india',\n '1cbe17e6-adc2-4680-bee0-54d94af75ebf': 'indonesia',\n 'b422270e-d8af-4a32-b523-742545a17a3f': 'iran',\n '03aa7d6e-7656-48e4-8dc0-5e27706722c0': 'iraq',\n '842f963c-f84d-4076-a8db-337295fd9b91': 'jordan',\n '6f6d0e78-2c81-411d-8d13-367e250dc110': 'kazakhstan',\n 'ad351a33-8846-4cad-8195-b07b6041d4a5': 'kenya',\n '4aee7a88-cda9-454e-9f25-4a6420270417': 'kuwait',\n 'ace3b851-042b-46a6-8fea-68aae042d614': 'kyrgyzstan',\n 'dfb01b39-c224-459e-b045-dd9461b9a1e5': 'laos',\n '7de78f22-f53e-48d2-923f-ae1e4d814f46': 'lebanon',\n 'b35b29c5-9bb7-4b40-ad33-29eecd28a9e6': 'lesotho',\n 'a5fd61b4-fd27-433d-8428-7e88a7f27921': 'liberia',\n '600c6af4-b767-423c-b942-7f06ca467258': 'libya',\n '5837cc40-9ab5-4088-91c8-ca6e4b57e903': 'macedonia',\n '3782bf3c-380e-4b60-b21a-38199073f112': 'madagascar',\n 'e8b5f188-6a5c-43ae-b4a5-200abb13153e': 'malawi',\n '3facca11-fbaa-4c40-8fac-4751d45c3f1b': 'malaysia',\n '3e844a47-526a-46f9-afea-1af9ff8690aa': 'mali',\n '051ce04e-05e8-4430-8b75-3e499bbffbc8': 'martinique',\n '8acb006b-8596-4a98-8177-acb4cb575956': 'mauritania',\n '17ced083-eb2a-4046-a713-26cabc7af95d': 'mauritius',\n '1af148fe-2698-4b89-bf7f-87e5c48b6848': 'mayotte',\n '8381208f-01ca-4ed3-8f2c-f73ed1c316e3': 'mexico',\n 'f0e9c8b5-69b5-48df-8cb9-2d089ba04e46': 'moldova',\n '9f341cb1-dcb5-4f6c-bd21-b57db01b4193': 'mongolia',\n 'ef467a17-91e8-4124-a136-7ed8ff7c7d15': 'morocco',\n '0916133b-4d93-4d60-9c20-e7ee3936f391': 'mozambique',\n 'e81ba700-f9fc-4ed0-b248-578a25717cdb': 'myanmar',\n '0cb123dc-8810-4840-b6ab-6a527c5a79ef': 'namibia',\n '3386fe63-2158-4040-a502-9f65fd2079d3': 'nauru',\n 'fb01b01a-6775-423c-8012-7d43f587cb6c': 'nepal',\n 'e67c072b-7707-491f-8c2e-13c914216b61': 'new_caledonia',\n 'f6a9521c-596b-49f9-b914-67138e8c17e6': 'nicaragua',\n '7561db90-a866-4443-93f4-95cac1d47e9c': 'niger',\n '4134651a-7f53-45fb-8bc6-7fed9cf36f51': 'nigeria',\n '4d3079e4-8568-48e6-9342-665896875a38': 'north_korea',\n '9b0af037-99d1-43b8-ac06-82137ec4b06d': 'oman',\n Other: 'other',\n 'f45d93c3-c9b0-4333-a5e6-299b7c425812': 'pakistan',\n 'e2a19948-49aa-44c0-98ef-67ae1160ef43': 'palestine',\n '1ef5a828-9d0d-4336-91ab-880d5dc0151c': 'panama',\n 'e1e6b451-d7fe-4954-b225-99b2de82a4c0': 'papua_new_guinea',\n 'd8412016-82f5-4801-a026-1bdc429850b7': 'paraguay',\n 'e74fa87f-8469-46b0-975f-6cb37c394564': 'peru',\n 'bdbd5c9f-1f28-4f4d-a254-4a84f8bb2c8f': 'philippines',\n '39fca1d0-d2e7-4b13-82bd-626fbec71252': 'puerto_rico',\n '5db9afa5-b57e-4f45-8b1c-af766f14fc58': 'republic_of_congo',\n '1dae4b2d-50c9-4bf1-b25a-7063600a5e74': 'reunion',\n '457e745e-ae97-463d-95a9-8d5689d3ca2b': 'romania',\n '6bc925a1-7699-496a-85b0-c290699381db': 'rwanda',\n 'e03b381b-a7f4-40eb-964f-51571dc3c48c': 'samoa',\n 'f66bbb42-684f-42d7-bfcd-95d586eb7dc9': 'sao_tome_and_principe',\n 'fdf495a4-e60c-46f7-a8a2-61a216849086': 'saudi_arabia',\n 'ad948f1b-0733-4f8d-b049-d64289b43a10': 'senegal',\n 'd2e69cef-3bff-4220-ba91-a6a678fb606b': 'serbia',\n 'ffba9caf-b6aa-4078-845e-578f7a7fd566': 'sierra_leone',\n '99c8dccc-4dfa-4d30-86be-42a309ab431f': 'somalia',\n '75882d62-1c55-480d-b411-8ca40c3307df': 'south_africa',\n '0603d6b9-334f-4443-ab60-7c5d457b95fc': 'south_korea',\n 'f113e24e-2ea9-49a2-9b28-59241b9adb21': 'south_sudan',\n 'b0031c01-d242-4410-b98b-cc1511590b85': 'sri_lanka',\n '2f03a932-2b75-4e8b-9f44-0fcd83c75dc4': 'sudan',\n 'c65d3329-98d4-4dd7-89d3-141b70d00eb2': 'suriname',\n '06a2703b-af17-4e44-83f5-6cc9a8a75320': 'swaziland',\n 'dcdcdc70-a006-4b0a-bac2-7de89b022b65': 'switzerland',\n '1e34ee55-ef9f-4386-bae6-6995555ded75': 'syria',\n '34836c60-5449-48d6-b3c9-c0b3361b9f2c': 'tajikistan',\n '050a8eb1-0d77-4f65-a2da-776a13bcd2a4': 'tanzania',\n '289ac5bd-6434-4837-86bf-b54d22970ac8': 'thailand',\n '6a583e64-869d-477d-a1c1-746320d45fc4': 'togo',\n 'd381f06d-2365-4f40-948b-cfe90d8cb532': 'tonga',\n '56be7864-fde6-4db3-8fa5-b9dd42cd9c53': 'tunisia',\n '7429c779-1d3a-4aec-8256-d0b1637e1bd1': 'turkey',\n '3ef17df5-299b-4385-9ea6-572df4b6f9ca': 'turkmenistan',\n 'be3d11d3-446d-440c-a582-d01c7cbb0eda': 'uganda',\n '38c99c8d-2b93-4848-a537-b1865a260bb2': 'ukraine',\n Unknown: 'unknown',\n 'c2e45baf-748b-4d7b-a391-ed6b802b6f94': 'uruguay',\n '60512350-d79b-41aa-aff0-1b28ca4aa5f1': 'uzbekistan',\n '557cea4a-0049-4b7a-b373-ed63f294a2a0': 'venezuela',\n '49509c5f-e533-48a8-bf06-86935e3376b2': 'vietnam',\n '4086dfd2-f4f5-4107-93e8-07bee235af8f': 'western_sahara',\n '6a3214e0-f94b-414c-8148-968e24386671': 'yemen',\n '3ec0432d-ea37-4159-a658-29d6f07fe21a': 'zambia',\n 'ce1b0d8d-0a2d-4f93-a6ed-64aca2fd0f45': 'zimbabwe',\n };\n\n state.statusMap = {\n '18692c24-4d33-4cdc-a92c-bf4138da5d6d': 'unknown', //Inconnu\n 'f921ffdd-72ca-4d58-a89b-1fa2e959d110': 'asylum_seeker',\n '2bacead2-f280-457c-9d28-e80e106f7d25': 'no_status',\n 'MSF-AAAAAA000000000000001929': 'refugee',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n '20b8524e-4c26-4fa0-81f0-fa23ebacc54d': 'single',\n 'MSF-AAAAAA000000000000001863': 'married',\n 'MSF-AAAAAA000000000000001864': 'widowed',\n 'MSF-AAAAAA000000000000001865': 'divorced_separated',\n '1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'concubine',\n 'MSF-AAAAAA000000000000001823': 'not_applicable',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n 'MSF-AAAAAA000000000000001871': 'student',\n '4a18a820-f3a1-4bb7-9138-558a9ecc81da': 'fixed_employee',\n '2cb73bee-7f94-4695-89c7-c81187dbc90c': 'occasional_employee',\n 'MSF-AAAAAA000000000000001870': 'unemployed',\n '9b14b4d4-b749-4acf-acfe-79c480f3c4b3': 'housewife',\n 'MSF-AAAAAA000000000000001823': 'not_applicable',\n 'MSF-AAAAAA000000000000001329': 'unknown',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n 'MSF-AAAAAA000000000000001930': 'idp',\n '515c5abe-4172-4d0c-a991-0de2888228d7': 'internationally_displaced',\n 'bbdb287c-4ba1-4944-bd87-eb126c5f9d92': 'non_displaced',\n 'fc49acaa-ece2-4365-9dfb-70c2105de8b1': 'returnee',\n '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA': 'unknown',\n };\n\n state.genderOptions = {\n M: 'male',\n F: 'female',\n U: 'unknown',\n O: 'prefer_not_to_answer',\n };\n\n return state;\n});\n", + "adaptor": "@openfn/language-http@6.5.1", + "project_credential_id": null + }, + "Update-TEIs": { + "id": "b30b4200-d2f8-4c7a-827a-bec10c64fbc3", + "name": "Update TEIs", + "body": "fn(state => {\n const { optionSets, genderUpdated, TEIs } = state;\n const genderMap = optionSets\n .filter(o => o['DHIS2 DE UID'] === 'qptKDiv9uPl')\n .reduce((acc, obj) => {\n acc[obj['value.display - Answers']] = obj['DHIS2 Option Code'];\n return acc;\n }, {});\n\n state.teisToUpdate = genderUpdated.map(answer => {\n const { trackedEntity } = TEIs[answer.person.uuid];\n return {\n trackedEntity,\n program: 'w9MSPn5oSqp',\n orgUnit: 'OPjuJMZFLop',\n trackedEntityType: 'cHlzCA2MuEF',\n attributes: [\n {\n attribute: 'qptKDiv9uPl', //gender\n value: genderMap[answer.value.display],\n },\n {\n attribute: 'AYbfTPYMNJH', //OpenMRS Patient UID to use to upsert TEI\n value: answer.person.uuid,\n },\n ],\n };\n });\n return state;\n});\n\n// Update TEIs\ncreate(\n 'tracker',\n { trackedEntities: $.teisToUpdate },\n { params: { async: false, importStrategy: 'UPDATE' } }\n);\n// Return only lastRunDateTime\nfn(({ lastRunDateTime }) => ({ lastRunDateTime }));\n", + "adaptor": "@openfn/language-dhis2@5.0.1", + "project_credential_id": "8a5ead9b-5f9e-49b1-9e9a-9dc3c4ccf72d" + } + }, + "edges": { + "cron->Get-Patients": { + "enabled": true, + "id": "7d239f46-635e-4b7f-8706-6a3d08d473db", + "source_trigger_id": "51283b68-c07a-4d85-854c-c2e6e93af041", + "condition_type": "always", + "target_job_id": "ab326112-9cdd-4449-8611-b5abc659d4ca" + }, + "Upsert-TEIs->Get-Encounters": { + "enabled": true, + "id": "79ca3ec3-641f-4167-8fe3-a96c40cc9954", + "source_job_id": "6973c510-b36d-4c42-82f5-b26d8cd36a57", + "condition_expression": "state.patientUuids.length > 0 && !state.errors\n", + "condition_type": "js_expression", + "condition_label": "has-patient-uuids", + "target_job_id": "8fb577e5-d068-4d47-8172-81f08153ced9" + }, + "Get-TEIs-and-Map-Answers->Create-Events": { + "enabled": true, + "id": "32b04529-a796-461c-8a0a-a5e543ef535e", + "source_job_id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3", + "condition_expression": "state.TEIs && !state.errors\n", + "condition_type": "js_expression", + "condition_label": "has-teis", + "target_job_id": "932645d8-ddb8-4d00-841e-7fe7af214837" + }, + "Mappings->Upsert-TEIs": { + "enabled": true, + "id": "5619b87c-685d-45b7-b2b6-ef598018d360", + "source_job_id": "79b58ab5-cb0a-44a5-b230-776b4016464a", + "condition_type": "on_job_success", + "target_job_id": "6973c510-b36d-4c42-82f5-b26d8cd36a57" + }, + "Get-Patients->Mappings": { + "enabled": true, + "id": "65613153-275c-4897-a6ad-256ad818358c", + "source_job_id": "ab326112-9cdd-4449-8611-b5abc659d4ca", + "condition_expression": "state.patients.length > 0 && !state.errors\n", + "condition_type": "js_expression", + "condition_label": "has-patients", + "target_job_id": "79b58ab5-cb0a-44a5-b230-776b4016464a" + }, + "Create-Events->Update-TEIs": { + "enabled": true, + "id": "456bc7f5-04cf-4d3c-91a1-9ecbfee0c986", + "source_job_id": "932645d8-ddb8-4d00-841e-7fe7af214837", + "condition_expression": "state.genderUpdated.length > 0 && !state.errors\n", + "condition_type": "js_expression", + "condition_label": "has-gender-updated", + "target_job_id": "b30b4200-d2f8-4c7a-827a-bec10c64fbc3" + }, + "Get-Encounters->Get-TEIs-and-Map-Answers": { + "enabled": true, + "id": "3a099da2-12de-42ae-889e-2b11946e974a", + "source_job_id": "8fb577e5-d068-4d47-8172-81f08153ced9", + "condition_type": "on_job_success", + "target_job_id": "99e52cef-d4f2-4c5e-8718-e240bb3deab3" } } } diff --git a/workflows/wf2/1-get-patients.js b/workflows/wf2/1-get-patients.js index 24bd41a..4619485 100644 --- a/workflows/wf2/1-get-patients.js +++ b/workflows/wf2/1-get-patients.js @@ -1,47 +1,30 @@ -// here we define the date cursor -fn(state => { - //manualCursor at beggining of the project 2023-05-20T06:01:24.000+0000 - const manualCursor = '2023-07-27T07:16:24.544Z'; - - state.cursor = state.lastRunDateTime || manualCursor; - - console.log( - 'Date cursor to filter & get only recent OMRS records ::', - state.cursor - ); - - return state; +//Here we define the date cursor +//$.cursor at beggining of the project 2023-05-20T06:01:24.000+0000 +cursor($.lastRunDateTime || $.manualCursor || '2023-05-20T06:01:24.000+0000'); +// Update the lastRunDateTime for the next run +cursor('today', { + key: 'lastRunDateTime', + format: c => dateFns.format(new Date(c), "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"), }); -searchPatient({ q: 'Aisha', v: 'full', limit: '3' }); -// searchPatient({ q: 'Patient', v: 'full', limit: '100' }); +searchPatient({ q: 'IQ', v: 'full', limit: '100' }); +//searchPatient({ q: 'Katrina', v: 'full', limit: '100' }); //Query all patients (q=all) not supported on demo OpenMRS; needs to be configured //...so we query all Patients with name "Patient" instead fn(state => { - const { results } = state.data; - - const getPatientByUuid = uuid => - results.find(patient => patient.uuid === uuid).auditInfo.dateCreated; - - // console.log('dateCreated for patient uuid ...2c6dbfc5acc8',getPatientByUuid("31b4d9c8-f7cc-4c26-ae61-2c6dbfc5acc8")) - //console.log(JSON.stringify(state.data, null, 2)); - - console.log('Filtering patients to only sync most recent records...'); - - state.patients = results.filter( - patient => - (patient.auditInfo.dateChanged === null - ? patient.auditInfo.dateCreated - : patient.auditInfo.dateChanged) > state.cursor + const { cursor, data, lastRunDateTime } = state; + console.log('Filtering patients since:', cursor); + + const patients = data.results.filter(({ auditInfo }) => { + const lastModified = auditInfo?.dateChanged || auditInfo?.dateCreated; + return lastModified > cursor; + }); + console.log('# of patients to sync to dhis2 ::', patients.length); + console.log( + 'uuids of patients to sync to dhis2 ::', + patients.map(p => p.uuid) ); - console.log('# of new patients to sync to dhis2 ::', state.patients.length); - // console.log(JSON.stringify(patients, null, 2)); - - state.lastRunDateTime = new Date().toISOString(); - console.log('Updating cursor; next sync start date:', state.lastRunDateTime); - state.data = {}; - state.references = []; - return state; + return { cursor, lastRunDateTime, patients }; }); diff --git a/workflows/wf2/2-upsert-teis.js b/workflows/wf2/2-upsert-teis.js index 3be8552..ffd39f2 100644 --- a/workflows/wf2/2-upsert-teis.js +++ b/workflows/wf2/2-upsert-teis.js @@ -1,182 +1,192 @@ -fn(state => { - const genderOptions = { - M: 'male', - F: 'female', - U: 'unknown', - O: 'prefer_not_to_answer', - }; - +const buildPatientsUpsert = (state, patient, isNewPatient) => { + const { nationalityMap, statusMap, placeOflivingMap, genderOptions } = state; const DHIS2_PATIENT_NUMBER = '8d79403a-c2cc-11de-8d13-0010c6dffd0f'; //DHIS2 ID or DHIS2 Patient Number const OPENMRS_AUTO_ID = '05a29f94-c0ed-11e2-94be-8c13b969e334'; //MSF ID or OpenMRS Patient Number - const patientsUpsert = []; + const dateCreated = patient.auditInfo.dateCreated.substring(0, 10); + const findIdentifierByUuid = (identifiers, targetUuid) => + identifiers.find(i => i.identifierType.uuid === targetUuid)?.identifier; + + const enrollments = [ + { + orgUnit: 'OPjuJMZFLop', + program: 'w9MSPn5oSqp', + programStage: 'MdTtRixaC1B', + enrollmentDate: dateCreated, + }, + ]; + + const payload = { + query: { + ou: 'OPjuJMZFLop', + program: 'w9MSPn5oSqp', + filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], //upsert on omrs.patient.uid + }, + data: { + program: 'w9MSPn5oSqp', + orgUnit: 'OPjuJMZFLop', + trackedEntityType: 'cHlzCA2MuEF', + attributes: [ + { + attribute: 'fa7uwpCKIwa', + value: patient.person?.names[0]?.givenName, + }, + { + attribute: 'Jt9BhFZkvP2', + value: patient.person?.names[0]?.familyName, + }, + { + attribute: 'P4wdYGkldeG', //DHIS2 ID ==> "Patient Number" + value: + findIdentifierByUuid(patient.identifiers, DHIS2_PATIENT_NUMBER) || + findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID), //map OMRS ID if no DHIS2 id + }, + { + attribute: 'ZBoxuExmxcZ', //MSF ID ==> "OpenMRS Patient Number" + value: findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID), + }, + { + attribute: 'AYbfTPYMNJH', //"OpenMRS Patient UID" + value: patient.uuid, + }, + { + attribute: 'qptKDiv9uPl', + value: genderOptions[patient.person.gender], + }, + { + attribute: 'T1iX2NuPyqS', + value: patient.person.age, + }, + { + attribute: 'WDp4nVor9Z7', + value: patient.person.birthdate.slice(0, 10), + }, + { + attribute: 'rBtrjV1Mqkz', //Place of living + value: placeOflivingMap[patient.person?.addresses[0]?.cityVillage], + }, + { + attribute: 'Xvzc9e0JJmp', //nationality + value: + nationalityMap[ + patient.person.attributes.find( + a => + a.attributeType.uuid === + '24d1fa23-9778-4a8e-9f7b-93f694fc25e2' + )?.value?.uuid + ], //input.attributeType = "24d1fa23-9778-4a8e-9f7b-93f694fc25e2" + }, + { + attribute: 'YUIQIA2ClN6', //current status + value: + statusMap[ + patient.person.attributes.find( + a => + a.attributeType.uuid === + 'e0b6ed99-72c4-4847-a442-e9929eac4a0f' + )?.value?.uuid + ], //input.attributeType = "e0b6ed99-72c4-4847-a442-e9929eac4a0f" + }, + // TODO: Qq6xQ2s6LO8 has an error, Aleksa to ask the client + { + attribute: 'Qq6xQ2s6LO8', //legal status + value: + statusMap[ + patient.person.attributes.find( + a => + a.attributeType.uuid === + 'a9b2c642-097f-43f8-b96b-4d2f50ffd9b1' + )?.value?.uuid + ], //input.attributeType = "a9b2c642-097f-43f8-b96b-4d2f50ffd9b1" + }, + { + attribute: 'FpuGAOu6itZ', //marital status + value: + statusMap[ + patient.person.attributes.find( + a => + a.attributeType.uuid === + '3884dc76-c271-4bcb-8df8-81c6fb897f53' + )?.value?.uuid + ], //input.attributeType = "3884dc76-c271-4bcb-8df8-81c6fb897f53" + }, + { + attribute: 'v7k4OcXrWR8', //employment status + value: + statusMap[ + patient.person.attributes.find( + a => + a.attributeType.uuid === + 'dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e' + )?.value?.uuid + ], //input.attributeType = "dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e" + }, + { + attribute: 'SVoT2cVLd5O', //Number of children + value: patient.person.attributes.find( + a => a.attributeType.uuid === 'e363161a-9d5c-4331-8463-238938f018ed' + )?.value, //input.attributeType = "e363161a-9d5c-4331-8463-238938f018ed" + }, + ], + }, + }; - const buildPatientsUpsert = (patient, isNewPatient) => { - const dateCreated = patient.auditInfo.dateCreated.substring(0, 10); + console.log('mapped dhis2 payloads:: ', JSON.stringify(payload, null, 2)); - function findIdentifierByUuid(identifiers, targetUuid) { - // Use the `find` method to locate the matching identifier - const matchingIdentifier = identifiers.find( - identifier => identifier.identifierType.uuid === targetUuid - ); + if (isNewPatient) { + console.log('create enrollment'); + payload.data.enrollments = enrollments; + } - // Return the `identifier` value if a match is found; otherwise, return null - return matchingIdentifier ? matchingIdentifier.identifier : undefined; - } + return payload; +}; - const calculateDOB = age => { - const currentDate = new Date(); - const currentYear = currentDate.getFullYear(); - const birthYear = currentYear - age; +const delay = ms => new Promise(resolve => setTimeout(resolve, ms)); - const birthday = new Date( - birthYear, - currentDate.getMonth(), - currentDate.getDay() +each( + '$.patients[*]', + get( + 'tracker/trackedEntities', + { + orgUnit: 'OPjuJMZFLop', + filter: [`AYbfTPYMNJH:Eq:${$.data?.uuid}`], + program: 'w9MSPn5oSqp', + }, + {}, + async state => { + const patient = state.references.at(-1); + console.log(patient.uuid, 'patient uuid'); + + const isNewPatient = state.data.instances.length === 0; + + state.patientsUpsert ??= []; + state.patientsUpsert.push( + buildPatientsUpsert(state, patient, isNewPatient) ); - - return birthday.toISOString().replace(/\.\d+Z$/, '+0000'); - }; - - const enrollments = [ - { - orgUnit: 'OPjuJMZFLop', - program: 'w9MSPn5oSqp', - programStage: 'EZJ9FsNau7Q', - enrollmentDate: dateCreated, - }, - ]; - - const payload = { - query: { - ou: 'OPjuJMZFLop', - program: 'w9MSPn5oSqp', - filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], //upsert on omrs.patient.uid - }, - data: { - program: 'w9MSPn5oSqp', - orgUnit: 'OPjuJMZFLop', - trackedEntityType: 'cHlzCA2MuEF', - attributes: [ - { - attribute: 'fa7uwpCKIwa', - value: patient.person.names[0].givenName, - }, - { - attribute: 'Jt9BhFZkvP2', - value: patient.person.names[0].familyName, - }, - { - attribute: 'P4wdYGkldeG', //DHIS2 ID ==> "Patient Number" - value: findIdentifierByUuid( - patient.identifiers, - DHIS2_PATIENT_NUMBER - ), - }, - { - attribute: 'ZBoxuExmxcZ', //MSF ID ==> "OpenMRS Patient Number" - value: findIdentifierByUuid(patient.identifiers, OPENMRS_AUTO_ID), - }, - { - attribute: 'AYbfTPYMNJH', //"OpenMRS Patient UID" - value: patient.uuid, - }, - { - attribute: 'qptKDiv9uPl', - value: genderOptions[patient.person.gender], - }, - { - attribute: 'Rv8WM2mTuS5', - value: patient.person.age, - }, - { - attribute: 'WDp4nVor9Z7', - value: patient.person.birthdate, - }, - // { - // attribute: 'rBtrjV1Mqkz', //Place of living - // value: patient.person.address, - // }, - // { - // attribute: 'Xvzc9e0JJmp', //nationality - // value: patient.person.attributes[x].value, //input.attributeType = "24d1fa23-9778-4a8e-9f7b-93f694fc25e2" - // }, - // { - // attribute: 'YUIQIA2ClN6', //current status - // value: patient.person.attributes[x].value, //input.attributeType = "e0b6ed99-72c4-4847-a442-e9929eac4a0f" - // }, - // { - // attribute: 'Qq6xQ2s6LO8', //legal status - // value: patient.person.attributes[x].value, //input.attributeType = "a9b2c642-097f-43f8-b96b-4d2f50ffd9b1" - // }, - // { - // attribute: 'FpuGAOu6itZ', //marital status - // value: patient.person.attributes[x].value, //input.attributeType = "3884dc76-c271-4bcb-8df8-81c6fb897f53" - // }, - // { - // attribute: 'v7k4OcXrWR8', //employment status - // value: patient.person.attributes[x].value, //input.attributeType = "dd1f7f0f-ccea-4228-9aa8-a8c3b0ea4c3e" - // }, - // { - // attribute: 'SVoT2cVLd5O', //employment status - // value: patient.person.attributes[x].value, //input.attributeType = "e363161a-9d5c-4331-8463-238938f018ed" - // }, - ], - }, - }; - - console.log('mapped dhis2 payloads:: ', JSON.stringify(payload, null, 2)); - - if (isNewPatient) { - console.log('create enrollment'); - payload.data.enrollments = enrollments; + await delay(2000); + return state; } - - return patientsUpsert.push(payload); - }; - - return { - ...state, - genderOptions, - patientsUpsert, - buildPatientsUpsert, - }; -}); - -fn(async state => { - const { buildPatientsUpsert, patients } = state; - - const getPatient = async patient => { - await new Promise(resolve => setTimeout(resolve, 2000)); - await get( - 'trackedEntityInstances', - { - ou: 'OPjuJMZFLop', - filter: [`AYbfTPYMNJH:Eq:${patient.uuid}`], - program: 'w9MSPn5oSqp', - }, - {}, - state => { - const { trackedEntityInstances } = state.data; - const isNewPatient = trackedEntityInstances.length === 0; - - buildPatientsUpsert(patient, isNewPatient); - return state; - } - )(state); - }; - - for (const patient of patients) { - console.log(patient.uuid, 'patient uuid'); - await getPatient(patient); - } - return state; -}); + ) +); // Upsert TEIs to DHIS2 each( - 'patientsUpsert[*]', + $.patientsUpsert, upsert('trackedEntityInstances', $.data.query, $.data.data) ); +fn(state => { + const { + data, + response, + references, + patients, + statusMap, + patientsUpsert, + nationalityMap, + placeOflivingMap, + genderOptions, + ...next + } = state; -// Clean up state -fn(({ data, ...state }) => state); + next.patientUuids = patients.map(p => p.uuid); + return next; +}); diff --git a/workflows/wf2/3-get-encounters.js b/workflows/wf2/3-get-encounters.js index 0fa41d6..c920a35 100644 --- a/workflows/wf2/3-get-encounters.js +++ b/workflows/wf2/3-get-encounters.js @@ -1,27 +1,51 @@ -// Fetch encounters from the date of cursor +const formUuids = [ + '82db23a1-4eb1-3f3c-bb65-b7ebfe95b19b', + '6a3e1e0e-dd13-3465-b8f5-ee2d42691fe5', + 'be8c12f9-e6fd-369a-9bc7-46a191866f15', + '48577ac5-d9c0-3000-9bac-075409b38336', + 'ee6b1b06-3163-334a-8538-be69250af727', +]; +// Fetch patient encounters then filter by cursor date // OpenMRS demo instance does not support querying ALL records (q=all) -// getEncounters({ q: 'Patient', v: 'full', limit: 100 }); -getEncounters({ - q: 'Aisha', - v: 'full', - limit: 1, - encounterType: '95d68645-1b72-4290-be0b-ec1fb64bc067', -}); +each( + '$.patientUuids[*]', + getEncounters({ patient: $.data, v: 'full' }, state => { + const patientUuid = state.references.at(-1); + const filteredEncounters = formUuids.map(formUuid => + state.data.results.filter( + encounter => + encounter.encounterDatetime >= state.cursor && + encounter?.form?.uuid === formUuid + ) + ); -// Update cursor and return encounters -fn(state => { - const { cursor, data } = state; - console.log('cursor datetime::', cursor); + state.encounters ??= []; + state.encounters.push( + filteredEncounters.map(encounters => encounters[0]).filter(e => e) + ); + + console.log( + filteredEncounters.flat().length, + `# of filtered encounters found in OMRS for ${patientUuid}` + ); - console.log('Filtering encounters to only get recent records...'); - // console.log( - // 'Encounters returned before we filter for most recent ::', - // JSON.stringify(data, null, 2) - // ); - const encounters = data.results.filter( - encounter => encounter.encounterDatetime >= cursor - ); - console.log('# of new encounters to sync to dhis2 ::', encounters.length); + return state; + }) +); + +// Log filtered encounters +fn(state => { + const { + data, + index, + response, + encounters, + references, + patientUuids, + ...next + } = state; + next.encounters = encounters.flat(); + console.log(next.encounters.length, '# of new encounters to sync to dhis2'); - return { ...state, data: {}, references: [], encounters }; + return next; }); diff --git a/workflows/wf2/5-get-teis.js b/workflows/wf2/5-get-teis.js index 82c9144..85ecc23 100644 --- a/workflows/wf2/5-get-teis.js +++ b/workflows/wf2/5-get-teis.js @@ -1,21 +1,28 @@ const delay = ms => new Promise(resolve => setTimeout(resolve, ms)); each( - 'encounters[*]', + '$.encounters[*]', get( - 'trackedEntityInstances', + 'tracker/trackedEntities', { - ou: 'OPjuJMZFLop', + orgUnit: 'OPjuJMZFLop', program: 'w9MSPn5oSqp', filter: [`AYbfTPYMNJH:Eq:${$.data.patient.uuid}`], + fields: '*', }, {}, async state => { const encounter = state.references.at(-1); console.log(encounter.patient.uuid, 'Encounter patient uuid'); - state.TEIs ??= {}; - state.TEIs[encounter.patient.uuid] = - state.data.trackedEntityInstances[0].trackedEntityInstance; + + const { trackedEntity, enrollments } = state.data?.instances?.[0] || {}; + if (trackedEntity && enrollments) { + state.TEIs ??= {}; + state.TEIs[encounter.patient.uuid] = { + trackedEntity, + enrollment: enrollments[0]?.enrollment, + }; + } await delay(2000); return state; diff --git a/workflows/wf2/6-create-events.js b/workflows/wf2/6-create-events.js index efb8483..061b809 100644 --- a/workflows/wf2/6-create-events.js +++ b/workflows/wf2/6-create-events.js @@ -1,71 +1,111 @@ +const processAnswer = (answer, conceptUuid, dataElement, optionSets) => { + // console.log('Has answer', conceptUuid, dataElement); + return typeof answer.value === 'object' + ? processObjectAnswer(answer, conceptUuid, dataElement, optionSets) + : processOtherAnswer(answer, conceptUuid, dataElement); +}; + +const processObjectAnswer = (answer, conceptUuid, dataElement, optionSets) => { + if (isDiagnosisByPsychologist(conceptUuid, dataElement)) { + return '' + answer.value.uuid === '278401ee-3d6f-4c65-9455-f1c16d0a7a98'; + } + return findMatchingOption(answer, optionSets); +}; + +const processOtherAnswer = (answer, conceptUuid, dataElement) => { + if (isPhq9Score(answer.value, conceptUuid, dataElement)) { + return getRangePhq(answer.value); + } + return answer.value; +}; + +const processNoAnswer = (data, conceptUuid, dataElement) => { + // console.log('No answer', conceptUuid, dataElement); + if (isEncounterDate(conceptUuid, dataElement)) { + return data.encounterDatetime.replace('+0000', ''); + } + return ''; +}; + +const findMatchingOption = (answer, optionSets) => { + const matchingOption = optionSets.find( + o => o['value.uuid - External ID'] === answer.value.uuid + )?.['DHIS2 Option Code']; + + return matchingOption || ''; +}; + +const isEncounterDate = (conceptUuid, dataElement) => { + return ( + conceptUuid === 'encounter-date' && + ['CXS4qAJH2qD', 'I7phgLmRWQq', 'yUT7HyjWurN'].includes(dataElement) + ); +}; + +const isDiagnosisByPsychologist = (conceptUuid, dataElement) => + conceptUuid === '722dd83a-c1cf-48ad-ac99-45ac131ccc96' && + dataElement === 'pN4iQH4AEzk'; + +const isPhq9Score = (value, conceptUuid, dataElement) => + typeof value === 'number' && + conceptUuid === '5f3d618e-5c89-43bd-8c79-07e4e98c2f23' && + dataElement === 'tsFOVnlc6lz'; + +const getRangePhq = input => { + if (input >= 20) return '>20'; + if (input >= 15) return '15_19'; + if (input >= 10) return '10_14'; + if (input >= 5) return '5_9'; + return '0_4'; +}; + +const dataValuesMapping = (data, dataValueMap, optionSets) => { + return Object.keys(dataValueMap) + .map(dataElement => { + const conceptUuid = dataValueMap[dataElement]; + const answer = data.obs.find(o => o.concept.uuid === conceptUuid); + const value = answer + ? processAnswer(answer, conceptUuid, dataElement, optionSets) + : processNoAnswer(data, conceptUuid, dataElement); + + return { dataElement, value }; + }) + .filter(d => d); +}; + // Prepare DHIS2 data model for create events fn(state => { - const { TEIs, mhpssMap } = state; - const optsMap = JSON.parse(state.optsMap); - - const dataValuesMapping = data => { - return Object.keys(mhpssMap) - .map(k => { - let value; - const dataElement = k; - const conceptUuid = mhpssMap[k]; - const answer = data.obs.find(o => o.concept.uuid === conceptUuid); - - if (answer) { - if (typeof answer.value === 'string') { - value = answer.value; - } - if (typeof answer.value === 'object') { - value = optsMap.find( - o => o['value.uuid - External ID'] == answer?.value?.uuid - )?.['DHIS2 Option Code']; //Changed from 'DHIS2 Option UID' - // if ( - // //TODO: this is only true if DE = pN4iQH4AEzk - // answer.value.uuid === '278401ee-3d6f-4c65-9455-f1c16d0a7a98' && - // conceptUuid === '1a8bf24f-4f36-4971-aad9-ae77f3525738' - // ) { - // value = 'TRUE'; - // } else { - // value = optsMap.find( - // o => o['value.uuid - External ID'] == answer?.value?.uuid - // )?.['DHIS2 Option Code']; //Changed from 'DHIS2 Option UID' - // } - } - } - if (!answer) { - value = ''; - } - return { dataElement, value }; - }) - .filter(d => d); - }; - state.encountersMapping = state.encounters.map(data => { - const dataValues = dataValuesMapping(data); - const encounterDate = data.encounterDatetime.replace('+0000', ''); + const form = state.formMaps[data.form.uuid]; + const eventDate = data.encounterDatetime.replace('+0000', ''); + const { trackedEntity, enrollment } = state.TEIs[data.patient.uuid]; - return { + const event = { program: 'w9MSPn5oSqp', orgUnit: 'OPjuJMZFLop', - programStage: 'MdTtRixaC1B', - trackedEntityInstance: TEIs[data.patient.uuid], - eventDate: encounterDate, - dataValues, + trackedEntityInstance: trackedEntity, + enrollment, + eventDate, }; + if (form) { + return { + ...event, + programStage: form.programStage, + dataValues: dataValuesMapping(data, form.dataValueMap, state.optionSets), + }; + } }); - console.log('dhis2 events to import:: ', JSON.stringify(state.encountersMapping, null, 2)); - return state; }); -// Create events fore each encounter +// Create events for each encounter each( '$.encountersMapping[*]', create( 'events', state => { - // console.log(state.data); + console.log('dhis2 event to import:: ', state.data); return state.data; }, { @@ -76,5 +116,30 @@ each( ) ); -// Clean up state -fn(({ data, references, ...state }) => state); +fn(state => { + const latestGenderUpdate = state.encounters.reduce((acc, e) => { + const answer = e.obs.find( + o => o.concept.uuid === 'ec42d68d-3e23-43de-b8c5-a03bb538e7c7' + ); + if (answer) { + const personUuid = answer.person.uuid; + if ( + !acc[personUuid] || + new Date(answer.obsDatetime) > new Date(acc[personUuid].obsDatetime) + ) { + acc[personUuid] = answer; + } + } + return acc; + }, {}); + + state.genderUpdated = Object.values(latestGenderUpdate); + + return state; +}); + +// Return only lastRunDateTime +fnIf( + state => state.genderUpdated.length === 0, + ({ lastRunDateTime }) => ({ lastRunDateTime }) +);